@fenixalliance/abs-api-client 1.0.16 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/index.ts +74 -5
- package/clients/accountingService/sdk.gen.ts +409 -137
- package/clients/accountingService/types.gen.ts +678 -1006
- package/clients/assetsService/client.gen.ts +18 -0
- package/clients/assetsService/index.ts +3 -0
- package/clients/assetsService/sdk.gen.ts +808 -0
- package/clients/assetsService/types.gen.ts +2762 -0
- package/clients/cartService/sdk.gen.ts +181 -77
- package/clients/cartService/types.gen.ts +328 -198
- package/clients/catalogService/sdk.gen.ts +353 -121
- package/clients/catalogService/types.gen.ts +371 -706
- package/clients/contentService/sdk.gen.ts +129 -49
- package/clients/contentService/types.gen.ts +154 -281
- package/clients/crmService/sdk.gen.ts +125 -9
- package/clients/crmService/types.gen.ts +432 -38
- package/clients/dealsService/sdk.gen.ts +203 -63
- package/clients/dealsService/types.gen.ts +413 -273
- package/clients/emailTemplates/client.gen.ts +18 -0
- package/clients/emailTemplates/index.ts +3 -0
- package/clients/emailTemplates/sdk.gen.ts +142 -0
- package/clients/emailTemplates/types.gen.ts +354 -0
- package/clients/forexService/sdk.gen.ts +49 -17
- package/clients/forexService/types.gen.ts +68 -51
- package/clients/globeService/sdk.gen.ts +121 -41
- package/clients/globeService/types.gen.ts +100 -100
- package/clients/hrmsService/client.gen.ts +18 -0
- package/clients/hrmsService/index.ts +3 -0
- package/clients/hrmsService/sdk.gen.ts +438 -0
- package/clients/hrmsService/types.gen.ts +1498 -0
- package/clients/identityService/sdk.gen.ts +84 -28
- package/clients/identityService/types.gen.ts +65 -93
- package/clients/inventoryService/sdk.gen.ts +6 -2
- package/clients/inventoryService/types.gen.ts +2 -2
- package/clients/invoicingService/types.gen.ts +241 -157
- package/clients/learningService/sdk.gen.ts +5 -5
- package/clients/learningService/types.gen.ts +97 -378
- package/clients/locationsService/client.gen.ts +18 -0
- package/clients/locationsService/index.ts +3 -0
- package/clients/locationsService/sdk.gen.ts +290 -0
- package/clients/locationsService/types.gen.ts +885 -0
- package/clients/logisticsService/client.gen.ts +18 -0
- package/clients/logisticsService/index.ts +3 -0
- package/clients/logisticsService/sdk.gen.ts +153 -0
- package/clients/logisticsService/types.gen.ts +540 -0
- package/clients/marketingService/sdk.gen.ts +295 -99
- package/clients/marketingService/types.gen.ts +279 -349
- package/clients/marketplaceService/client.gen.ts +18 -0
- package/clients/marketplaceService/index.ts +3 -0
- package/clients/marketplaceService/sdk.gen.ts +142 -0
- package/clients/marketplaceService/types.gen.ts +354 -0
- package/clients/ordersService/types.gen.ts +184 -103
- package/clients/paymentsService/sdk.gen.ts +35 -13
- package/clients/paymentsService/types.gen.ts +46 -135
- package/clients/pricingService/sdk.gen.ts +153 -45
- package/clients/pricingService/types.gen.ts +164 -197
- package/clients/projectsService/sdk.gen.ts +181 -61
- package/clients/projectsService/types.gen.ts +170 -203
- package/clients/quotesService/types.gen.ts +198 -88
- package/clients/salesService/sdk.gen.ts +6 -2
- package/clients/salesService/types.gen.ts +2 -2
- package/clients/securityService/sdk.gen.ts +13 -13
- package/clients/securityService/types.gen.ts +32 -84
- package/clients/servicesService/client.gen.ts +18 -0
- package/clients/servicesService/index.ts +3 -0
- package/clients/servicesService/sdk.gen.ts +608 -0
- package/clients/servicesService/types.gen.ts +3093 -0
- package/clients/shipmentsService/sdk.gen.ts +7 -3
- package/clients/shipmentsService/types.gen.ts +5 -5
- package/clients/socialService/sdk.gen.ts +205 -73
- package/clients/socialService/types.gen.ts +190 -296
- package/clients/storageService/sdk.gen.ts +32 -8
- package/clients/storageService/types.gen.ts +21 -87
- package/clients/subscriptionsService/client.gen.ts +18 -0
- package/clients/subscriptionsService/index.ts +3 -0
- package/clients/subscriptionsService/sdk.gen.ts +290 -0
- package/clients/subscriptionsService/types.gen.ts +1435 -0
- package/clients/supportService/sdk.gen.ts +277 -93
- package/clients/supportService/types.gen.ts +257 -414
- package/clients/systemService/sdk.gen.ts +223 -39
- package/clients/systemService/types.gen.ts +454 -154
- package/clients/tenantsService/sdk.gen.ts +186 -60
- package/clients/tenantsService/types.gen.ts +507 -361
- package/clients/timeTrackerService/sdk.gen.ts +73 -25
- package/clients/timeTrackerService/types.gen.ts +62 -80
- package/clients/usersService/sdk.gen.ts +101 -1
- package/clients/usersService/types.gen.ts +352 -0
- package/clients/walletsService/types.gen.ts +52 -29
- package/package.json +4 -2
- package/schemas/accountingService/schema.s.ts +5580 -4955
- package/schemas/assetsService/schema.s.ts +3385 -0
- package/schemas/cartService/schema.s.ts +1478 -1190
- package/schemas/catalogService/schema.s.ts +3323 -2795
- package/schemas/contentService/schema.s.ts +1445 -1194
- package/schemas/crmService/schema.s.ts +657 -146
- package/schemas/dealsService/schema.s.ts +2243 -1842
- package/schemas/emailTemplates/schema.s.ts +335 -0
- package/schemas/forexService/schema.s.ts +343 -270
- package/schemas/globeService/schema.s.ts +1143 -963
- package/schemas/identityService/schema.s.ts +490 -364
- package/schemas/inventoryService/schema.s.ts +28 -19
- package/schemas/invoicingService/schema.s.ts +73 -0
- package/schemas/learningService/schema.s.ts +2 -2
- package/schemas/locationsService/schema.s.ts +980 -0
- package/schemas/logisticsService/schema.s.ts +474 -0
- package/schemas/marketingService/schema.s.ts +3361 -2908
- package/schemas/marketplaceService/schema.s.ts +335 -0
- package/schemas/ordersService/schema.s.ts +90 -0
- package/schemas/paymentsService/schema.s.ts +282 -227
- package/schemas/pricingService/schema.s.ts +1043 -804
- package/schemas/projectsService/schema.s.ts +1452 -1184
- package/schemas/quotesService/schema.s.ts +104 -0
- package/schemas/salesService/schema.s.ts +28 -19
- package/schemas/securityService/schema.s.ts +112 -14
- package/schemas/servicesService/schema.s.ts +3681 -0
- package/schemas/shipmentsService/schema.s.ts +43 -34
- package/schemas/socialService/schema.s.ts +1665 -1246
- package/schemas/storageService/schema.s.ts +260 -239
- package/schemas/subscriptionsService/schema.s.ts +1651 -0
- package/schemas/supportService/schema.s.ts +2420 -2039
- package/schemas/systemService/schema.s.ts +2107 -1479
- package/schemas/tenantsService/schema.s.ts +1588 -960
- package/schemas/timeTrackerService/schema.s.ts +550 -444
- package/schemas/usersService/schema.s.ts +440 -0
- package/schemas/walletsService/schema.s.ts +36 -0
- package/vite.config.js +1 -0
- package/wwwroot/build/bundle.js +1 -1
- package/clients/authService/core/ApiError.js +0 -20
- package/clients/authService/core/ApiError.ts +0 -25
- package/clients/authService/core/ApiRequestOptions.js +0 -2
- package/clients/authService/core/ApiRequestOptions.ts +0 -17
- package/clients/authService/core/ApiResult.js +0 -2
- package/clients/authService/core/ApiResult.ts +0 -11
- package/clients/authService/core/CancelablePromise.js +0 -104
- package/clients/authService/core/CancelablePromise.ts +0 -131
- package/clients/authService/core/OpenAPI.js +0 -14
- package/clients/authService/core/OpenAPI.ts +0 -32
- package/clients/authService/core/request.js +0 -294
- package/clients/authService/core/request.ts +0 -322
- package/clients/authService/index.js +0 -28
- package/clients/authService/index.ts +0 -48
- package/clients/authService/models/AccessTokenResponse.js +0 -2
- package/clients/authService/models/AccessTokenResponse.ts +0 -11
- package/clients/authService/models/AccountHolderCreateDto.js +0 -12
- package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
- package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
- package/clients/authService/models/ApiAuthorizationResult.js +0 -2
- package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
- package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
- package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
- package/clients/authService/models/EnrollmentId.js +0 -2
- package/clients/authService/models/EnrollmentId.ts +0 -5
- package/clients/authService/models/ErrorEnvelope.js +0 -2
- package/clients/authService/models/ErrorEnvelope.ts +0 -12
- package/clients/authService/models/ForgotPasswordRequest.js +0 -2
- package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
- package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
- package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
- package/clients/authService/models/InfoRequest.js +0 -2
- package/clients/authService/models/InfoRequest.ts +0 -10
- package/clients/authService/models/InfoResponse.js +0 -2
- package/clients/authService/models/InfoResponse.ts +0 -9
- package/clients/authService/models/JsonWebKey.js +0 -2
- package/clients/authService/models/JsonWebKey.ts +0 -13
- package/clients/authService/models/JsonWebKeySet.js +0 -2
- package/clients/authService/models/JsonWebKeySet.ts +0 -9
- package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
- package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebToken.js +0 -2
- package/clients/authService/models/JsonWebToken.ts +0 -15
- package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
- package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
- package/clients/authService/models/JsonWebTokenHeader.js +0 -2
- package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
- package/clients/authService/models/JsonWebTokenPayload.js +0 -2
- package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
- package/clients/authService/models/LoginRequest.js +0 -2
- package/clients/authService/models/LoginRequest.ts +0 -11
- package/clients/authService/models/OAuthTokenRequest.js +0 -2
- package/clients/authService/models/OAuthTokenRequest.ts +0 -12
- package/clients/authService/models/OpenIdConfiguration.js +0 -2
- package/clients/authService/models/OpenIdConfiguration.ts +0 -19
- package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
- package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
- package/clients/authService/models/RefreshRequest.js +0 -2
- package/clients/authService/models/RefreshRequest.ts +0 -8
- package/clients/authService/models/RegisterRequest.js +0 -2
- package/clients/authService/models/RegisterRequest.ts +0 -9
- package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
- package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
- package/clients/authService/models/ResetPasswordRequest.js +0 -2
- package/clients/authService/models/ResetPasswordRequest.ts +0 -10
- package/clients/authService/models/SigninModel.js +0 -2
- package/clients/authService/models/SigninModel.ts +0 -9
- package/clients/authService/models/StringListEnvelope.js +0 -2
- package/clients/authService/models/StringListEnvelope.ts +0 -13
- package/clients/authService/models/TenantId.js +0 -2
- package/clients/authService/models/TenantId.ts +0 -5
- package/clients/authService/models/TwoFactorRequest.js +0 -2
- package/clients/authService/models/TwoFactorRequest.ts +0 -12
- package/clients/authService/models/TwoFactorResponse.js +0 -2
- package/clients/authService/models/TwoFactorResponse.ts +0 -12
- package/clients/authService/models/UserId.js +0 -2
- package/clients/authService/models/UserId.ts +0 -5
- package/clients/authService/services/ApplicationsService.js +0 -112
- package/clients/authService/services/ApplicationsService.ts +0 -132
- package/clients/authService/services/AuthService.js +0 -246
- package/clients/authService/services/AuthService.ts +0 -293
- package/clients/authService/services/CheckerService.js +0 -22
- package/clients/authService/services/CheckerService.ts +0 -25
- package/clients/authService/services/OAuthService.js +0 -152
- package/clients/authService/services/OAuthService.ts +0 -183
- package/clients/authService/services/ResourceService.js +0 -22
- package/clients/authService/services/ResourceService.ts +0 -25
- package/clients/authService/services/UserInfoService.js +0 -36
- package/clients/authService/services/UserInfoService.ts +0 -41
- package/clients/holderService/core/ApiError.js +0 -20
- package/clients/holderService/core/ApiError.ts +0 -25
- package/clients/holderService/core/ApiRequestOptions.js +0 -2
- package/clients/holderService/core/ApiRequestOptions.ts +0 -17
- package/clients/holderService/core/ApiResult.js +0 -2
- package/clients/holderService/core/ApiResult.ts +0 -11
- package/clients/holderService/core/CancelablePromise.js +0 -104
- package/clients/holderService/core/CancelablePromise.ts +0 -131
- package/clients/holderService/core/OpenAPI.js +0 -14
- package/clients/holderService/core/OpenAPI.ts +0 -32
- package/clients/holderService/core/request.js +0 -294
- package/clients/holderService/core/request.ts +0 -322
- package/clients/holderService/index.js +0 -30
- package/clients/holderService/index.ts +0 -47
- package/clients/holderService/models/AddressDto.js +0 -2
- package/clients/holderService/models/AddressDto.ts +0 -31
- package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
- package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/CartDto.js +0 -2
- package/clients/holderService/models/CartDto.ts +0 -18
- package/clients/holderService/models/CartDtoEnvelope.js +0 -2
- package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
- package/clients/holderService/models/EmptyEnvelope.js +0 -2
- package/clients/holderService/models/EmptyEnvelope.ts +0 -12
- package/clients/holderService/models/EnrollmentId.js +0 -2
- package/clients/holderService/models/EnrollmentId.ts +0 -5
- package/clients/holderService/models/ErrorEnvelope.js +0 -2
- package/clients/holderService/models/ErrorEnvelope.ts +0 -12
- package/clients/holderService/models/ExtendedTenantDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/ExtendedUserDto.js +0 -26
- package/clients/holderService/models/ExtendedUserDto.ts +0 -80
- package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
- package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/FollowRecordDto.js +0 -2
- package/clients/holderService/models/FollowRecordDto.ts +0 -12
- package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
- package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Int32Envelope.js +0 -2
- package/clients/holderService/models/Int32Envelope.ts +0 -13
- package/clients/holderService/models/NotificationDto.js +0 -2
- package/clients/holderService/models/NotificationDto.ts +0 -16
- package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/Operation.js +0 -16
- package/clients/holderService/models/Operation.ts +0 -23
- package/clients/holderService/models/SocialProfileDto.js +0 -12
- package/clients/holderService/models/SocialProfileDto.ts +0 -40
- package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantDto.js +0 -2
- package/clients/holderService/models/TenantDto.ts +0 -45
- package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/TenantInvitationDto.js +0 -2
- package/clients/holderService/models/TenantInvitationDto.ts +0 -16
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/holderService/models/UserDto.js +0 -26
- package/clients/holderService/models/UserDto.ts +0 -72
- package/clients/holderService/models/UserDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsDto.js +0 -12
- package/clients/holderService/models/UserSettingsDto.ts +0 -21
- package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
- package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
- package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
- package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
- package/clients/holderService/models/UserUpdateDto.js +0 -14
- package/clients/holderService/models/UserUpdateDto.ts +0 -43
- package/clients/holderService/models/WalletDto.js +0 -2
- package/clients/holderService/models/WalletDto.ts +0 -22
- package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
- package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/holderService/services/UserService.js +0 -507
- package/clients/holderService/services/UserService.ts +0 -587
- package/clients/tenantService/core/ApiError.js +0 -20
- package/clients/tenantService/core/ApiError.ts +0 -25
- package/clients/tenantService/core/ApiRequestOptions.js +0 -2
- package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
- package/clients/tenantService/core/ApiResult.js +0 -2
- package/clients/tenantService/core/ApiResult.ts +0 -11
- package/clients/tenantService/core/CancelablePromise.js +0 -104
- package/clients/tenantService/core/CancelablePromise.ts +0 -131
- package/clients/tenantService/core/OpenAPI.js +0 -14
- package/clients/tenantService/core/OpenAPI.ts +0 -32
- package/clients/tenantService/core/request.js +0 -294
- package/clients/tenantService/core/request.ts +0 -322
- package/clients/tenantService/index.js +0 -24
- package/clients/tenantService/index.ts +0 -118
- package/clients/tenantService/models/BooleanEnvelope.js +0 -2
- package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
- package/clients/tenantService/models/CartDto.js +0 -2
- package/clients/tenantService/models/CartDto.ts +0 -18
- package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
- package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/EmptyEnvelope.js +0 -2
- package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
- package/clients/tenantService/models/ErrorEnvelope.js +0 -2
- package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
- package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/Int32Envelope.js +0 -2
- package/clients/tenantService/models/Int32Envelope.ts +0 -13
- package/clients/tenantService/models/NotificationDto.js +0 -2
- package/clients/tenantService/models/NotificationDto.ts +0 -16
- package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/Operation.js +0 -16
- package/clients/tenantService/models/Operation.ts +0 -23
- package/clients/tenantService/models/SocialProfileDto.js +0 -12
- package/clients/tenantService/models/SocialProfileDto.ts +0 -40
- package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/StringListEnvelope.js +0 -2
- package/clients/tenantService/models/StringListEnvelope.ts +0 -13
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantCreateDto.js +0 -2
- package/clients/tenantService/models/TenantCreateDto.ts +0 -25
- package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
- package/clients/tenantService/models/TenantDto.js +0 -2
- package/clients/tenantService/models/TenantDto.ts +0 -45
- package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantInvitationDto.js +0 -2
- package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDto.js +0 -2
- package/clients/tenantService/models/TenantPositionDto.ts +0 -13
- package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDto.js +0 -2
- package/clients/tenantService/models/TenantSizeDto.ts +0 -12
- package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDto.js +0 -2
- package/clients/tenantService/models/TenantTeamDto.ts +0 -17
- package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
- package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
- package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
- package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDto.js +0 -2
- package/clients/tenantService/models/TenantTypeDto.ts +0 -11
- package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
- package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDto.js +0 -2
- package/clients/tenantService/models/TenantUnitDto.ts +0 -18
- package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
- package/clients/tenantService/models/TenantUpdateDto.js +0 -2
- package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
- package/clients/tenantService/models/UserDto.js +0 -26
- package/clients/tenantService/models/UserDto.ts +0 -72
- package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
- package/clients/tenantService/models/WalletDto.js +0 -2
- package/clients/tenantService/models/WalletDto.ts +0 -22
- package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
- package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/tenantService/models/WebPortalDto.js +0 -2
- package/clients/tenantService/models/WebPortalDto.ts +0 -19
- package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
- package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
- package/clients/tenantService/services/SizesService.js +0 -173
- package/clients/tenantService/services/SizesService.ts +0 -204
- package/clients/tenantService/services/TenantsService.js +0 -3173
- package/clients/tenantService/services/TenantsService.ts +0 -3701
- package/openapi-ts-error-1774919197061.log +0 -12
- package/openapi-ts-error-1774919206848.log +0 -12
- package/openapi-ts-error-1774919211413.log +0 -12
- package/openapi-ts-error-1774919234889.log +0 -12
- package/openapi-ts-error-1774919238790.log +0 -12
- package/openapi-ts-error-1774919250450.log +0 -12
- package/openapi-ts-error-1774919289933.log +0 -12
- package/openapi-ts-error-1774919293886.log +0 -12
- package/openapi-ts-error-1774919297530.log +0 -12
- package/openapi-ts-error-1774952133757.log +0 -12
- package/openapi-ts-error-1774952145095.log +0 -12
- package/openapi-ts-error-1774952149289.log +0 -12
- package/openapi-ts-error-1774952170560.log +0 -12
- package/openapi-ts-error-1774952173946.log +0 -12
- package/openapi-ts-error-1774952221374.log +0 -12
- package/openapi-ts-error-1774952225129.log +0 -12
- package/openapi-ts-error-1774952228932.log +0 -12
- package/openapi-ts-error-1774955105047.log +0 -12
- package/output.txt +0 -1831
|
@@ -6,1207 +6,539 @@
|
|
|
6
6
|
|
|
7
7
|
export interface paths {
|
|
8
8
|
"/api/v2/DealsService/DealUnitFlows": {
|
|
9
|
+
/**
|
|
10
|
+
* Get deal unit flows
|
|
11
|
+
* @description Retrieves a list of deal unit flows for the specified tenant with OData query support.
|
|
12
|
+
*/
|
|
13
|
+
get: operations["GetDealUnitFlowsAsync"];
|
|
14
|
+
/**
|
|
15
|
+
* Create a deal unit flow
|
|
16
|
+
* @description Creates a new deal unit flow for the specified tenant.
|
|
17
|
+
*/
|
|
18
|
+
post: operations["CreateDealUnitFlowAsync"];
|
|
19
|
+
};
|
|
20
|
+
"/api/v2/DealsService/DealUnitFlows/Count": {
|
|
21
|
+
/**
|
|
22
|
+
* Get deal unit flows count
|
|
23
|
+
* @description Returns the total count of deal unit flows for the specified tenant with OData filter support.
|
|
24
|
+
*/
|
|
25
|
+
get: operations["GetDealUnitFlowsCountAsync"];
|
|
26
|
+
};
|
|
27
|
+
"/api/v2/DealsService/DealUnitFlows/{dealUnitFlowId}": {
|
|
28
|
+
/**
|
|
29
|
+
* Get deal unit flow by ID
|
|
30
|
+
* @description Retrieves a single deal unit flow by its unique identifier.
|
|
31
|
+
*/
|
|
32
|
+
get: operations["GetDealUnitFlowAsync"];
|
|
33
|
+
/**
|
|
34
|
+
* Update a deal unit flow
|
|
35
|
+
* @description Updates an existing deal unit flow by its unique identifier.
|
|
36
|
+
*/
|
|
37
|
+
put: operations["UpdateDealUnitFlowAsync"];
|
|
38
|
+
/**
|
|
39
|
+
* Delete a deal unit flow
|
|
40
|
+
* @description Deletes an existing deal unit flow by its unique identifier.
|
|
41
|
+
*/
|
|
42
|
+
delete: operations["DeleteDealUnitFlowAsync"];
|
|
43
|
+
};
|
|
44
|
+
"/api/v2/DealsService/DealUnitFlows/{dealUnitFlowId}/Stages": {
|
|
45
|
+
/**
|
|
46
|
+
* Get stages for a deal unit flow
|
|
47
|
+
* @description Retrieves a list of stages for a specific deal unit flow with OData query support.
|
|
48
|
+
*/
|
|
49
|
+
get: operations["GetDealUnitFlowStagesAsync"];
|
|
50
|
+
/**
|
|
51
|
+
* Create a deal unit flow stage
|
|
52
|
+
* @description Creates a new stage within a specific deal unit flow.
|
|
53
|
+
*/
|
|
54
|
+
post: operations["CreateDealUnitFlowStageAsync"];
|
|
55
|
+
};
|
|
56
|
+
"/api/v2/DealsService/DealUnitFlows/{dealUnitFlowId}/Stages/Count": {
|
|
57
|
+
/**
|
|
58
|
+
* Get stages count for a deal unit flow
|
|
59
|
+
* @description Returns the total count of stages for a specific deal unit flow with OData filter support.
|
|
60
|
+
*/
|
|
61
|
+
get: operations["GetDealUnitFlowStagesCountAsync"];
|
|
62
|
+
};
|
|
63
|
+
"/api/v2/DealsService/DealUnitFlows/{dealUnitFlowId}/Stages/{dealUnitFlowStageId}": {
|
|
64
|
+
/**
|
|
65
|
+
* Get a deal unit flow stage by ID
|
|
66
|
+
* @description Retrieves a single stage for a specific deal unit flow by its unique identifier.
|
|
67
|
+
*/
|
|
68
|
+
get: operations["GetDealUnitFlowStageAsync"];
|
|
69
|
+
/**
|
|
70
|
+
* Update a deal unit flow stage
|
|
71
|
+
* @description Updates an existing stage within a specific deal unit flow.
|
|
72
|
+
*/
|
|
73
|
+
put: operations["UpdateDealUnitFlowStageAsync"];
|
|
74
|
+
/**
|
|
75
|
+
* Delete a deal unit flow stage
|
|
76
|
+
* @description Deletes an existing stage from a specific deal unit flow.
|
|
77
|
+
*/
|
|
78
|
+
delete: operations["DeleteDealUnitFlowStageAsync"];
|
|
79
|
+
};
|
|
80
|
+
"/api/v2/DealsService/DealUnits": {
|
|
81
|
+
/**
|
|
82
|
+
* Get deal units
|
|
83
|
+
* @description Retrieves a list of deal units for the specified tenant with OData query support.
|
|
84
|
+
*/
|
|
85
|
+
get: operations["GetDealUnitsAsync"];
|
|
86
|
+
/**
|
|
87
|
+
* Create a deal unit
|
|
88
|
+
* @description Creates a new deal unit for the specified tenant.
|
|
89
|
+
*/
|
|
90
|
+
post: operations["CreateDealUnitAsync"];
|
|
91
|
+
};
|
|
92
|
+
"/api/v2/DealsService/DealUnits/Count": {
|
|
93
|
+
/**
|
|
94
|
+
* Get deal units count
|
|
95
|
+
* @description Returns the total count of deal units for the specified tenant with OData filter support.
|
|
96
|
+
*/
|
|
97
|
+
get: operations["GetDealUnitsCountAsync"];
|
|
98
|
+
};
|
|
99
|
+
"/api/v2/DealsService/DealUnits/Extended": {
|
|
100
|
+
/**
|
|
101
|
+
* Get extended deal units
|
|
102
|
+
* @description Retrieves a list of deal units with extended details for the specified tenant with OData query support.
|
|
103
|
+
*/
|
|
104
|
+
get: operations["GetExtendedDealUnitsAsync"];
|
|
105
|
+
};
|
|
106
|
+
"/api/v2/DealsService/DealUnits/{dealUnitId}": {
|
|
107
|
+
/**
|
|
108
|
+
* Get deal unit by ID
|
|
109
|
+
* @description Retrieves a single deal unit by its unique identifier.
|
|
110
|
+
*/
|
|
111
|
+
get: operations["GetDealUnitAsync"];
|
|
112
|
+
/**
|
|
113
|
+
* Update a deal unit
|
|
114
|
+
* @description Updates an existing deal unit by its unique identifier.
|
|
115
|
+
*/
|
|
116
|
+
put: operations["UpdateDealUnitAsync"];
|
|
117
|
+
/**
|
|
118
|
+
* Delete a deal unit
|
|
119
|
+
* @description Deletes an existing deal unit by its unique identifier.
|
|
120
|
+
*/
|
|
121
|
+
delete: operations["DeleteDealUnitAsync"];
|
|
122
|
+
};
|
|
123
|
+
"/api/v2/DealsService/DealUnits/{dealUnitId}/Extended": {
|
|
124
|
+
/**
|
|
125
|
+
* Get extended deal unit by ID
|
|
126
|
+
* @description Retrieves a single deal unit with extended details by its unique identifier.
|
|
127
|
+
*/
|
|
128
|
+
get: operations["GetExtendedDealUnitAsync"];
|
|
129
|
+
};
|
|
130
|
+
"/api/v2/DealsService/DealUnits/{dealUnitId}/Calculate": {
|
|
131
|
+
/**
|
|
132
|
+
* Calculate a deal unit
|
|
133
|
+
* @description Triggers recalculation of totals and derived values for a specific deal unit.
|
|
134
|
+
*/
|
|
135
|
+
put: operations["CalculateDealUnitAsync"];
|
|
136
|
+
};
|
|
137
|
+
"/api/v2/DealsService/DealUnits/{dealUnitId}/Lines": {
|
|
138
|
+
/**
|
|
139
|
+
* Get deal unit lines
|
|
140
|
+
* @description Retrieves a list of lines for a specific deal unit with OData query support.
|
|
141
|
+
*/
|
|
142
|
+
get: operations["GetDealUnitLinesAsync"];
|
|
143
|
+
/**
|
|
144
|
+
* Create a deal unit line
|
|
145
|
+
* @description Creates a new line within a specific deal unit.
|
|
146
|
+
*/
|
|
147
|
+
post: operations["CreateGetDealUnitLinesAsync"];
|
|
148
|
+
};
|
|
149
|
+
"/api/v2/DealsService/DealUnits/{dealUnitId}/Lines/Count": {
|
|
150
|
+
/**
|
|
151
|
+
* Get deal unit lines count
|
|
152
|
+
* @description Returns the total count of lines for a specific deal unit with OData filter support.
|
|
153
|
+
*/
|
|
154
|
+
get: operations["GetDealUnitLinesCountAsync"];
|
|
155
|
+
};
|
|
156
|
+
"/api/v2/DealsService/DealUnits/{dealUnitId}/Lines/{dealUnitLineId}": {
|
|
157
|
+
/**
|
|
158
|
+
* Get a deal unit line by ID
|
|
159
|
+
* @description Retrieves a single deal unit line by its unique identifier.
|
|
160
|
+
*/
|
|
161
|
+
get: operations["GetDealUnitPriceAsync"];
|
|
162
|
+
/**
|
|
163
|
+
* Update a deal unit line
|
|
164
|
+
* @description Updates an existing line within a specific deal unit.
|
|
165
|
+
*/
|
|
166
|
+
put: operations["UpdateDealUnitPriceAsync"];
|
|
167
|
+
/**
|
|
168
|
+
* Delete a deal unit line
|
|
169
|
+
* @description Deletes an existing line from a specific deal unit.
|
|
170
|
+
*/
|
|
171
|
+
delete: operations["DeleteDealUnitPriceAsync"];
|
|
172
|
+
};
|
|
173
|
+
"/api/v2/DealsService/DealUnits/{dealUnitId}/Lines/{dealUnitLineId}/Calculate": {
|
|
174
|
+
/**
|
|
175
|
+
* Calculate a deal unit line
|
|
176
|
+
* @description Triggers recalculation of totals and derived values for a specific deal unit line.
|
|
177
|
+
*/
|
|
178
|
+
put: operations["CalculateDealUnitLineAsync"];
|
|
179
|
+
};
|
|
180
|
+
"/version": {
|
|
9
181
|
get: {
|
|
10
|
-
parameters: {
|
|
11
|
-
query: {
|
|
12
|
-
tenantId: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
182
|
responses: {
|
|
16
183
|
/** @description OK */
|
|
17
184
|
200: {
|
|
18
|
-
content:
|
|
19
|
-
"application/json": components["schemas"]["DealUnitFlowDtoListEnvelope"];
|
|
20
|
-
"application/xml": components["schemas"]["DealUnitFlowDtoListEnvelope"];
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
/** @description Not Found */
|
|
24
|
-
404: {
|
|
25
|
-
content: {
|
|
26
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
27
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
28
|
-
};
|
|
185
|
+
content: never;
|
|
29
186
|
};
|
|
30
187
|
};
|
|
31
188
|
};
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
tenantId: string;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
requestBody?: {
|
|
39
|
-
content: {
|
|
40
|
-
"application/json": components["schemas"]["DealUnitFlowCreateDto"];
|
|
41
|
-
"application/xml": components["schemas"]["DealUnitFlowCreateDto"];
|
|
42
|
-
};
|
|
43
|
-
};
|
|
189
|
+
};
|
|
190
|
+
"/health": {
|
|
191
|
+
get: {
|
|
44
192
|
responses: {
|
|
45
193
|
/** @description OK */
|
|
46
194
|
200: {
|
|
47
|
-
content:
|
|
48
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
49
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
/** @description Not Found */
|
|
53
|
-
404: {
|
|
54
|
-
content: {
|
|
55
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
56
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
57
|
-
};
|
|
195
|
+
content: never;
|
|
58
196
|
};
|
|
59
197
|
};
|
|
60
198
|
};
|
|
61
199
|
};
|
|
62
|
-
"/
|
|
200
|
+
"/hello": {
|
|
63
201
|
get: {
|
|
64
|
-
parameters: {
|
|
65
|
-
query: {
|
|
66
|
-
tenantId: string;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
202
|
responses: {
|
|
70
203
|
/** @description OK */
|
|
71
204
|
200: {
|
|
72
|
-
content:
|
|
73
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
74
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
/** @description Not Found */
|
|
78
|
-
404: {
|
|
79
|
-
content: {
|
|
80
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
81
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
82
|
-
};
|
|
205
|
+
content: never;
|
|
83
206
|
};
|
|
84
207
|
};
|
|
85
208
|
};
|
|
86
209
|
};
|
|
87
|
-
"/
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
parameters: {
|
|
91
|
-
query: {
|
|
92
|
-
tenantId: string;
|
|
93
|
-
};
|
|
94
|
-
path: {
|
|
95
|
-
dealUnitFlowId: string;
|
|
96
|
-
};
|
|
97
|
-
};
|
|
98
|
-
requestBody?: {
|
|
210
|
+
"/register": {
|
|
211
|
+
post: {
|
|
212
|
+
requestBody: {
|
|
99
213
|
content: {
|
|
100
|
-
"application/json": components["schemas"]["
|
|
101
|
-
"application/xml": components["schemas"]["DealUnitFlowUpdateDto"];
|
|
214
|
+
"application/json": components["schemas"]["RegisterRequest"];
|
|
102
215
|
};
|
|
103
216
|
};
|
|
104
217
|
responses: {
|
|
105
218
|
/** @description OK */
|
|
106
219
|
200: {
|
|
107
|
-
content:
|
|
108
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
109
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
110
|
-
};
|
|
220
|
+
content: never;
|
|
111
221
|
};
|
|
112
|
-
/** @description
|
|
113
|
-
|
|
222
|
+
/** @description Bad Request */
|
|
223
|
+
400: {
|
|
114
224
|
content: {
|
|
115
|
-
"application/json": components["schemas"]["
|
|
116
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
225
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
117
226
|
};
|
|
118
227
|
};
|
|
119
228
|
};
|
|
120
229
|
};
|
|
121
|
-
|
|
230
|
+
};
|
|
231
|
+
"/login": {
|
|
232
|
+
post: {
|
|
122
233
|
parameters: {
|
|
123
|
-
query
|
|
124
|
-
|
|
234
|
+
query?: {
|
|
235
|
+
useCookies?: boolean;
|
|
236
|
+
useSessionCookies?: boolean;
|
|
125
237
|
};
|
|
126
|
-
|
|
127
|
-
|
|
238
|
+
};
|
|
239
|
+
requestBody: {
|
|
240
|
+
content: {
|
|
241
|
+
"application/json": components["schemas"]["LoginRequest"];
|
|
128
242
|
};
|
|
129
243
|
};
|
|
130
244
|
responses: {
|
|
131
245
|
/** @description OK */
|
|
132
246
|
200: {
|
|
133
247
|
content: {
|
|
134
|
-
"application/json": components["schemas"]["
|
|
135
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
/** @description Not Found */
|
|
139
|
-
404: {
|
|
140
|
-
content: {
|
|
141
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
142
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
248
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
143
249
|
};
|
|
144
250
|
};
|
|
145
251
|
};
|
|
146
252
|
};
|
|
147
253
|
};
|
|
148
|
-
"/
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
};
|
|
154
|
-
path: {
|
|
155
|
-
dealUnitFlowId: string;
|
|
254
|
+
"/refresh": {
|
|
255
|
+
post: {
|
|
256
|
+
requestBody: {
|
|
257
|
+
content: {
|
|
258
|
+
"application/json": components["schemas"]["RefreshRequest"];
|
|
156
259
|
};
|
|
157
260
|
};
|
|
158
261
|
responses: {
|
|
159
262
|
/** @description OK */
|
|
160
263
|
200: {
|
|
161
264
|
content: {
|
|
162
|
-
"application/json": components["schemas"]["
|
|
163
|
-
"application/xml": components["schemas"]["DealUnitFlowStageDtoListEnvelope"];
|
|
164
|
-
};
|
|
165
|
-
};
|
|
166
|
-
/** @description Not Found */
|
|
167
|
-
404: {
|
|
168
|
-
content: {
|
|
169
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
170
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
265
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
171
266
|
};
|
|
172
267
|
};
|
|
173
268
|
};
|
|
174
269
|
};
|
|
270
|
+
};
|
|
271
|
+
"/confirmEmail": {
|
|
272
|
+
get: operations["MapIdentityApi-/confirmEmail"];
|
|
273
|
+
};
|
|
274
|
+
"/resendConfirmationEmail": {
|
|
175
275
|
post: {
|
|
176
|
-
|
|
177
|
-
query: {
|
|
178
|
-
tenantId: string;
|
|
179
|
-
};
|
|
180
|
-
path: {
|
|
181
|
-
dealUnitFlowId: string;
|
|
182
|
-
};
|
|
183
|
-
};
|
|
184
|
-
requestBody?: {
|
|
276
|
+
requestBody: {
|
|
185
277
|
content: {
|
|
186
|
-
"application/json": components["schemas"]["
|
|
187
|
-
"application/xml": components["schemas"]["DealUnitFlowStageCreateDto"];
|
|
278
|
+
"application/json": components["schemas"]["ResendConfirmationEmailRequest"];
|
|
188
279
|
};
|
|
189
280
|
};
|
|
190
281
|
responses: {
|
|
191
282
|
/** @description OK */
|
|
192
283
|
200: {
|
|
193
|
-
content:
|
|
194
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
195
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
196
|
-
};
|
|
197
|
-
};
|
|
198
|
-
/** @description Not Found */
|
|
199
|
-
404: {
|
|
200
|
-
content: {
|
|
201
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
202
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
203
|
-
};
|
|
284
|
+
content: never;
|
|
204
285
|
};
|
|
205
286
|
};
|
|
206
287
|
};
|
|
207
288
|
};
|
|
208
|
-
"/
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
};
|
|
214
|
-
path: {
|
|
215
|
-
dealUnitFlowId: string;
|
|
289
|
+
"/forgotPassword": {
|
|
290
|
+
post: {
|
|
291
|
+
requestBody: {
|
|
292
|
+
content: {
|
|
293
|
+
"application/json": components["schemas"]["ForgotPasswordRequest"];
|
|
216
294
|
};
|
|
217
295
|
};
|
|
218
296
|
responses: {
|
|
219
297
|
/** @description OK */
|
|
220
298
|
200: {
|
|
221
|
-
content:
|
|
222
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
223
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
224
|
-
};
|
|
299
|
+
content: never;
|
|
225
300
|
};
|
|
226
|
-
/** @description
|
|
227
|
-
|
|
301
|
+
/** @description Bad Request */
|
|
302
|
+
400: {
|
|
228
303
|
content: {
|
|
229
|
-
"application/json": components["schemas"]["
|
|
230
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
304
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
231
305
|
};
|
|
232
306
|
};
|
|
233
307
|
};
|
|
234
308
|
};
|
|
235
309
|
};
|
|
236
|
-
"/
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
parameters: {
|
|
240
|
-
query: {
|
|
241
|
-
tenantId: string;
|
|
242
|
-
};
|
|
243
|
-
path: {
|
|
244
|
-
dealUnitFlowId: string;
|
|
245
|
-
dealUnitFlowStageId: string;
|
|
246
|
-
};
|
|
247
|
-
};
|
|
248
|
-
requestBody?: {
|
|
310
|
+
"/resetPassword": {
|
|
311
|
+
post: {
|
|
312
|
+
requestBody: {
|
|
249
313
|
content: {
|
|
250
|
-
"application/json": components["schemas"]["
|
|
251
|
-
"application/xml": components["schemas"]["DealUnitFlowStageUpdateDto"];
|
|
314
|
+
"application/json": components["schemas"]["ResetPasswordRequest"];
|
|
252
315
|
};
|
|
253
316
|
};
|
|
254
317
|
responses: {
|
|
255
318
|
/** @description OK */
|
|
256
319
|
200: {
|
|
257
|
-
content:
|
|
258
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
259
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
260
|
-
};
|
|
320
|
+
content: never;
|
|
261
321
|
};
|
|
262
|
-
/** @description
|
|
263
|
-
|
|
322
|
+
/** @description Bad Request */
|
|
323
|
+
400: {
|
|
264
324
|
content: {
|
|
265
|
-
"application/json": components["schemas"]["
|
|
266
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
325
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
267
326
|
};
|
|
268
327
|
};
|
|
269
328
|
};
|
|
270
329
|
};
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
dealUnitFlowId: string;
|
|
278
|
-
dealUnitFlowStageId: string;
|
|
330
|
+
};
|
|
331
|
+
"/manage/2fa": {
|
|
332
|
+
post: {
|
|
333
|
+
requestBody: {
|
|
334
|
+
content: {
|
|
335
|
+
"application/json": components["schemas"]["TwoFactorRequest"];
|
|
279
336
|
};
|
|
280
337
|
};
|
|
281
338
|
responses: {
|
|
282
339
|
/** @description OK */
|
|
283
340
|
200: {
|
|
284
341
|
content: {
|
|
285
|
-
"application/json": components["schemas"]["
|
|
286
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
342
|
+
"application/json": components["schemas"]["TwoFactorResponse"];
|
|
287
343
|
};
|
|
288
344
|
};
|
|
289
|
-
/** @description
|
|
290
|
-
|
|
345
|
+
/** @description Bad Request */
|
|
346
|
+
400: {
|
|
291
347
|
content: {
|
|
292
|
-
"application/json": components["schemas"]["
|
|
293
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
348
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
294
349
|
};
|
|
295
350
|
};
|
|
351
|
+
/** @description Not Found */
|
|
352
|
+
404: {
|
|
353
|
+
content: never;
|
|
354
|
+
};
|
|
296
355
|
};
|
|
297
356
|
};
|
|
298
357
|
};
|
|
299
|
-
"/
|
|
358
|
+
"/manage/info": {
|
|
300
359
|
get: {
|
|
301
|
-
parameters: {
|
|
302
|
-
query: {
|
|
303
|
-
tenantId: string;
|
|
304
|
-
};
|
|
305
|
-
};
|
|
306
360
|
responses: {
|
|
307
361
|
/** @description OK */
|
|
308
362
|
200: {
|
|
309
363
|
content: {
|
|
310
|
-
"application/json": components["schemas"]["
|
|
311
|
-
"application/xml": components["schemas"]["DealUnitDtoListEnvelope"];
|
|
364
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
312
365
|
};
|
|
313
366
|
};
|
|
314
|
-
/** @description
|
|
315
|
-
|
|
367
|
+
/** @description Bad Request */
|
|
368
|
+
400: {
|
|
316
369
|
content: {
|
|
317
|
-
"application/json": components["schemas"]["
|
|
318
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
370
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
319
371
|
};
|
|
320
372
|
};
|
|
373
|
+
/** @description Not Found */
|
|
374
|
+
404: {
|
|
375
|
+
content: never;
|
|
376
|
+
};
|
|
321
377
|
};
|
|
322
378
|
};
|
|
323
379
|
post: {
|
|
324
|
-
|
|
325
|
-
query: {
|
|
326
|
-
tenantId: string;
|
|
327
|
-
};
|
|
328
|
-
};
|
|
329
|
-
requestBody?: {
|
|
380
|
+
requestBody: {
|
|
330
381
|
content: {
|
|
331
|
-
"application/json": components["schemas"]["
|
|
332
|
-
"application/xml": components["schemas"]["DealUnitCreateDto"];
|
|
382
|
+
"application/json": components["schemas"]["InfoRequest"];
|
|
333
383
|
};
|
|
334
384
|
};
|
|
335
385
|
responses: {
|
|
336
386
|
/** @description OK */
|
|
337
387
|
200: {
|
|
338
388
|
content: {
|
|
339
|
-
"application/json": components["schemas"]["
|
|
340
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
341
|
-
};
|
|
342
|
-
};
|
|
343
|
-
/** @description Not Found */
|
|
344
|
-
404: {
|
|
345
|
-
content: {
|
|
346
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
347
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
389
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
348
390
|
};
|
|
349
391
|
};
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
};
|
|
353
|
-
"/api/v2/DealsService/DealUnits/Count": {
|
|
354
|
-
get: {
|
|
355
|
-
parameters: {
|
|
356
|
-
query: {
|
|
357
|
-
tenantId: string;
|
|
358
|
-
};
|
|
359
|
-
};
|
|
360
|
-
responses: {
|
|
361
|
-
/** @description OK */
|
|
362
|
-
200: {
|
|
392
|
+
/** @description Bad Request */
|
|
393
|
+
400: {
|
|
363
394
|
content: {
|
|
364
|
-
"application/json": components["schemas"]["
|
|
365
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
395
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
366
396
|
};
|
|
367
397
|
};
|
|
368
398
|
/** @description Not Found */
|
|
369
399
|
404: {
|
|
370
|
-
content:
|
|
371
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
372
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
373
|
-
};
|
|
400
|
+
content: never;
|
|
374
401
|
};
|
|
375
402
|
};
|
|
376
403
|
};
|
|
377
404
|
};
|
|
378
|
-
"/api/v2/DealsService/
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
};
|
|
385
|
-
responses: {
|
|
386
|
-
/** @description OK */
|
|
387
|
-
200: {
|
|
388
|
-
content: {
|
|
389
|
-
"application/json": components["schemas"]["ExtendedDealUnitDtoListEnvelope"];
|
|
390
|
-
"application/xml": components["schemas"]["ExtendedDealUnitDtoListEnvelope"];
|
|
391
|
-
};
|
|
392
|
-
};
|
|
393
|
-
/** @description Not Found */
|
|
394
|
-
404: {
|
|
395
|
-
content: {
|
|
396
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
397
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
398
|
-
};
|
|
399
|
-
};
|
|
400
|
-
};
|
|
401
|
-
};
|
|
405
|
+
"/api/v2/DealsService/SalesLiteratures/Count": {
|
|
406
|
+
/**
|
|
407
|
+
* Get sales literatures count
|
|
408
|
+
* @description Returns the total count of sales literatures for the specified tenant with OData filter support.
|
|
409
|
+
*/
|
|
410
|
+
get: operations["CountSalesLiteraturesAsync"];
|
|
402
411
|
};
|
|
403
|
-
"/api/v2/DealsService/
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
requestBody?: {
|
|
415
|
-
content: {
|
|
416
|
-
"application/json": components["schemas"]["DealUnitUpdateDto"];
|
|
417
|
-
"application/xml": components["schemas"]["DealUnitUpdateDto"];
|
|
418
|
-
};
|
|
419
|
-
};
|
|
420
|
-
responses: {
|
|
421
|
-
/** @description OK */
|
|
422
|
-
200: {
|
|
423
|
-
content: {
|
|
424
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
425
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
426
|
-
};
|
|
427
|
-
};
|
|
428
|
-
/** @description Not Found */
|
|
429
|
-
404: {
|
|
430
|
-
content: {
|
|
431
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
432
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
433
|
-
};
|
|
434
|
-
};
|
|
435
|
-
};
|
|
436
|
-
};
|
|
437
|
-
delete: {
|
|
438
|
-
parameters: {
|
|
439
|
-
query: {
|
|
440
|
-
tenantId: string;
|
|
441
|
-
};
|
|
442
|
-
path: {
|
|
443
|
-
dealUnitId: string;
|
|
444
|
-
};
|
|
445
|
-
};
|
|
446
|
-
responses: {
|
|
447
|
-
/** @description OK */
|
|
448
|
-
200: {
|
|
449
|
-
content: {
|
|
450
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
451
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
452
|
-
};
|
|
453
|
-
};
|
|
454
|
-
/** @description Not Found */
|
|
455
|
-
404: {
|
|
456
|
-
content: {
|
|
457
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
458
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
459
|
-
};
|
|
460
|
-
};
|
|
461
|
-
};
|
|
462
|
-
};
|
|
412
|
+
"/api/v2/DealsService/SalesLiteratures": {
|
|
413
|
+
/**
|
|
414
|
+
* Get sales literatures
|
|
415
|
+
* @description Retrieves a list of sales literatures for the specified tenant with OData query support.
|
|
416
|
+
*/
|
|
417
|
+
get: operations["GetSalesLiteraturesAsync"];
|
|
418
|
+
/**
|
|
419
|
+
* Create a sales literature
|
|
420
|
+
* @description Creates a new sales literature for the specified tenant.
|
|
421
|
+
*/
|
|
422
|
+
post: operations["CreateSalesLiteratureAsync"];
|
|
463
423
|
};
|
|
464
|
-
"/api/v2/DealsService/
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
path: {
|
|
471
|
-
dealUnitId: string;
|
|
472
|
-
};
|
|
473
|
-
};
|
|
474
|
-
responses: {
|
|
475
|
-
/** @description OK */
|
|
476
|
-
200: {
|
|
477
|
-
content: {
|
|
478
|
-
"application/json": components["schemas"]["ExtendedDealUnitDtoEnvelope"];
|
|
479
|
-
"application/xml": components["schemas"]["ExtendedDealUnitDtoEnvelope"];
|
|
480
|
-
};
|
|
481
|
-
};
|
|
482
|
-
/** @description Not Found */
|
|
483
|
-
404: {
|
|
484
|
-
content: {
|
|
485
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
486
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
487
|
-
};
|
|
488
|
-
};
|
|
489
|
-
};
|
|
490
|
-
};
|
|
424
|
+
"/api/v2/DealsService/SalesLiteratures/Extended": {
|
|
425
|
+
/**
|
|
426
|
+
* Get extended sales literatures
|
|
427
|
+
* @description Retrieves a list of sales literatures with extended details for the specified tenant with OData query support.
|
|
428
|
+
*/
|
|
429
|
+
get: operations["GetExtendedSalesLiteraturesAsync"];
|
|
491
430
|
};
|
|
492
|
-
"/api/v2/DealsService/
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
};
|
|
509
|
-
};
|
|
510
|
-
/** @description Not Found */
|
|
511
|
-
404: {
|
|
512
|
-
content: {
|
|
513
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
514
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
515
|
-
};
|
|
516
|
-
};
|
|
517
|
-
};
|
|
518
|
-
};
|
|
431
|
+
"/api/v2/DealsService/SalesLiteratures/{salesLiteratureId}": {
|
|
432
|
+
/**
|
|
433
|
+
* Get sales literature by ID
|
|
434
|
+
* @description Retrieves a single sales literature by its unique identifier.
|
|
435
|
+
*/
|
|
436
|
+
get: operations["GetSalesLiteratureAsync"];
|
|
437
|
+
/**
|
|
438
|
+
* Update a sales literature
|
|
439
|
+
* @description Updates an existing sales literature by its unique identifier.
|
|
440
|
+
*/
|
|
441
|
+
put: operations["UpdateSalesLiteratureAsync"];
|
|
442
|
+
/**
|
|
443
|
+
* Delete a sales literature
|
|
444
|
+
* @description Deletes an existing sales literature by its unique identifier.
|
|
445
|
+
*/
|
|
446
|
+
delete: operations["DeleteSalesLiteratureAsync"];
|
|
519
447
|
};
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
/** @description OK */
|
|
533
|
-
200: {
|
|
534
|
-
content: {
|
|
535
|
-
"application/json": components["schemas"]["DealUnitLineDtoListEnvelope"];
|
|
536
|
-
"application/xml": components["schemas"]["DealUnitLineDtoListEnvelope"];
|
|
537
|
-
};
|
|
538
|
-
};
|
|
539
|
-
/** @description Not Found */
|
|
540
|
-
404: {
|
|
541
|
-
content: {
|
|
542
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
543
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
544
|
-
};
|
|
545
|
-
};
|
|
546
|
-
};
|
|
547
|
-
};
|
|
548
|
-
post: {
|
|
549
|
-
parameters: {
|
|
550
|
-
query: {
|
|
551
|
-
tenantId: string;
|
|
552
|
-
};
|
|
553
|
-
path: {
|
|
554
|
-
dealUnitId: string;
|
|
555
|
-
};
|
|
556
|
-
};
|
|
557
|
-
requestBody?: {
|
|
558
|
-
content: {
|
|
559
|
-
"application/json": components["schemas"]["DealUnitLineCreateDto"];
|
|
560
|
-
"application/xml": components["schemas"]["DealUnitLineCreateDto"];
|
|
561
|
-
};
|
|
562
|
-
};
|
|
563
|
-
responses: {
|
|
564
|
-
/** @description OK */
|
|
565
|
-
200: {
|
|
566
|
-
content: {
|
|
567
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
568
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
569
|
-
};
|
|
570
|
-
};
|
|
571
|
-
/** @description Not Found */
|
|
572
|
-
404: {
|
|
573
|
-
content: {
|
|
574
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
575
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
576
|
-
};
|
|
577
|
-
};
|
|
578
|
-
};
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export type webhooks = Record<string, never>;
|
|
451
|
+
|
|
452
|
+
export interface components {
|
|
453
|
+
schemas: {
|
|
454
|
+
AccessTokenResponse: {
|
|
455
|
+
tokenType?: string | null;
|
|
456
|
+
accessToken: string | null;
|
|
457
|
+
/** Format: int64 */
|
|
458
|
+
expiresIn: number;
|
|
459
|
+
refreshToken: string | null;
|
|
579
460
|
};
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
461
|
+
ContactDto: {
|
|
462
|
+
id?: string | null;
|
|
463
|
+
/** Format: date-time */
|
|
464
|
+
timestamp?: string | null;
|
|
465
|
+
qualifiedName?: string | null;
|
|
466
|
+
tenantId?: string | null;
|
|
467
|
+
/** @enum {string} */
|
|
468
|
+
type?: "Individual" | "Organization";
|
|
469
|
+
/** Format: email */
|
|
470
|
+
email?: string | null;
|
|
471
|
+
/** Format: tel */
|
|
472
|
+
phone?: string | null;
|
|
473
|
+
publicName?: string | null;
|
|
474
|
+
firstName?: string | null;
|
|
475
|
+
lastName?: string | null;
|
|
476
|
+
jobTitle?: string | null;
|
|
477
|
+
coverUrl?: string | null;
|
|
478
|
+
avatarUrl?: string | null;
|
|
479
|
+
countryId?: string | null;
|
|
480
|
+
timezoneId?: string | null;
|
|
481
|
+
languageId?: string | null;
|
|
482
|
+
socialProfileId?: string | null;
|
|
483
|
+
/** Format: uri */
|
|
484
|
+
webUrl?: string | null;
|
|
485
|
+
/** Format: uri */
|
|
486
|
+
gitHubUrl?: string | null;
|
|
487
|
+
/** Format: uri */
|
|
488
|
+
twitchUrl?: string | null;
|
|
489
|
+
/** Format: uri */
|
|
490
|
+
redditUrl?: string | null;
|
|
491
|
+
/** Format: uri */
|
|
492
|
+
tikTokUrl?: string | null;
|
|
493
|
+
/** Format: uri */
|
|
494
|
+
websiteUrl?: string | null;
|
|
495
|
+
/** Format: uri */
|
|
496
|
+
twitterUrl?: string | null;
|
|
497
|
+
/** Format: uri */
|
|
498
|
+
facebookUrl?: string | null;
|
|
499
|
+
/** Format: uri */
|
|
500
|
+
youTubeUrl?: string | null;
|
|
501
|
+
/** Format: uri */
|
|
502
|
+
linkedInUrl?: string | null;
|
|
503
|
+
/** Format: uri */
|
|
504
|
+
instagramUrl?: string | null;
|
|
505
|
+
githubUsername?: string | null;
|
|
506
|
+
duns?: string | null;
|
|
507
|
+
taxId?: string | null;
|
|
508
|
+
about?: string | null;
|
|
509
|
+
street?: string | null;
|
|
510
|
+
cartId?: string | null;
|
|
511
|
+
cityId?: string | null;
|
|
512
|
+
zipCode?: string | null;
|
|
513
|
+
stateId?: string | null;
|
|
514
|
+
walletId?: string | null;
|
|
515
|
+
faxNumber?: string | null;
|
|
516
|
+
postalCode?: string | null;
|
|
517
|
+
currencyId?: string | null;
|
|
518
|
+
streetLine1?: string | null;
|
|
519
|
+
streetLine2?: string | null;
|
|
520
|
+
territoryId?: string | null;
|
|
521
|
+
mobilePhone?: string | null;
|
|
522
|
+
enrollmentId?: string | null;
|
|
523
|
+
annualRevenue?: string | null;
|
|
524
|
+
relatedUserId?: string | null;
|
|
525
|
+
businessPhone?: string | null;
|
|
526
|
+
ownerContactId?: string | null;
|
|
527
|
+
relatedTenantId?: string | null;
|
|
528
|
+
activityFeedId?: string | null;
|
|
529
|
+
parentContactId?: string | null;
|
|
530
|
+
identityProvider?: string | null;
|
|
531
|
+
partnerProfileId?: string | null;
|
|
532
|
+
primaryContactId?: string | null;
|
|
533
|
+
activeDirectoryId?: string | null;
|
|
534
|
+
identityProviderAccessToken?: string | null;
|
|
535
|
+
/** Format: date-time */
|
|
536
|
+
birthday?: string | null;
|
|
607
537
|
};
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
query: {
|
|
613
|
-
tenantId: string;
|
|
614
|
-
};
|
|
615
|
-
path: {
|
|
616
|
-
dealUnitId: string;
|
|
617
|
-
dealUnitLineId: string;
|
|
618
|
-
};
|
|
619
|
-
};
|
|
620
|
-
responses: {
|
|
621
|
-
/** @description OK */
|
|
622
|
-
200: {
|
|
623
|
-
content: {
|
|
624
|
-
"application/json": components["schemas"]["DealUnitLineDtoEnvelope"];
|
|
625
|
-
"application/xml": components["schemas"]["DealUnitLineDtoEnvelope"];
|
|
626
|
-
};
|
|
627
|
-
};
|
|
628
|
-
/** @description Not Found */
|
|
629
|
-
404: {
|
|
630
|
-
content: {
|
|
631
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
632
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
633
|
-
};
|
|
634
|
-
};
|
|
635
|
-
};
|
|
636
|
-
};
|
|
637
|
-
put: {
|
|
638
|
-
parameters: {
|
|
639
|
-
query: {
|
|
640
|
-
tenantId: string;
|
|
641
|
-
};
|
|
642
|
-
path: {
|
|
643
|
-
dealUnitId: string;
|
|
644
|
-
dealUnitLineId: string;
|
|
645
|
-
};
|
|
646
|
-
};
|
|
647
|
-
requestBody?: {
|
|
648
|
-
content: {
|
|
649
|
-
"application/json": components["schemas"]["DealUnitLineUpdateDto"];
|
|
650
|
-
"application/xml": components["schemas"]["DealUnitLineUpdateDto"];
|
|
651
|
-
};
|
|
652
|
-
};
|
|
653
|
-
responses: {
|
|
654
|
-
/** @description OK */
|
|
655
|
-
200: {
|
|
656
|
-
content: {
|
|
657
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
658
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
659
|
-
};
|
|
660
|
-
};
|
|
661
|
-
/** @description Not Found */
|
|
662
|
-
404: {
|
|
663
|
-
content: {
|
|
664
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
665
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
666
|
-
};
|
|
667
|
-
};
|
|
668
|
-
};
|
|
669
|
-
};
|
|
670
|
-
delete: {
|
|
671
|
-
parameters: {
|
|
672
|
-
query: {
|
|
673
|
-
tenantId: string;
|
|
674
|
-
};
|
|
675
|
-
path: {
|
|
676
|
-
dealUnitId: string;
|
|
677
|
-
dealUnitLineId: string;
|
|
678
|
-
};
|
|
679
|
-
};
|
|
680
|
-
responses: {
|
|
681
|
-
/** @description OK */
|
|
682
|
-
200: {
|
|
683
|
-
content: {
|
|
684
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
685
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
686
|
-
};
|
|
687
|
-
};
|
|
688
|
-
/** @description Not Found */
|
|
689
|
-
404: {
|
|
690
|
-
content: {
|
|
691
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
692
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
693
|
-
};
|
|
694
|
-
};
|
|
695
|
-
};
|
|
696
|
-
};
|
|
697
|
-
};
|
|
698
|
-
"/api/v2/DealsService/DealUnits/{dealUnitId}/Lines/{dealUnitLineId}/Calculate": {
|
|
699
|
-
put: {
|
|
700
|
-
parameters: {
|
|
701
|
-
query: {
|
|
702
|
-
tenantId: string;
|
|
703
|
-
};
|
|
704
|
-
path: {
|
|
705
|
-
dealUnitId: string;
|
|
706
|
-
dealUnitLineId: string;
|
|
707
|
-
};
|
|
708
|
-
};
|
|
709
|
-
responses: {
|
|
710
|
-
/** @description OK */
|
|
711
|
-
200: {
|
|
712
|
-
content: {
|
|
713
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
714
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
715
|
-
};
|
|
716
|
-
};
|
|
717
|
-
/** @description Not Found */
|
|
718
|
-
404: {
|
|
719
|
-
content: {
|
|
720
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
721
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
722
|
-
};
|
|
723
|
-
};
|
|
724
|
-
};
|
|
725
|
-
};
|
|
726
|
-
};
|
|
727
|
-
"/version": {
|
|
728
|
-
get: {
|
|
729
|
-
responses: {
|
|
730
|
-
/** @description OK */
|
|
731
|
-
200: {
|
|
732
|
-
content: never;
|
|
733
|
-
};
|
|
734
|
-
};
|
|
735
|
-
};
|
|
736
|
-
};
|
|
737
|
-
"/health": {
|
|
738
|
-
get: {
|
|
739
|
-
responses: {
|
|
740
|
-
/** @description OK */
|
|
741
|
-
200: {
|
|
742
|
-
content: never;
|
|
743
|
-
};
|
|
744
|
-
};
|
|
745
|
-
};
|
|
746
|
-
};
|
|
747
|
-
"/hello": {
|
|
748
|
-
get: {
|
|
749
|
-
responses: {
|
|
750
|
-
/** @description OK */
|
|
751
|
-
200: {
|
|
752
|
-
content: never;
|
|
753
|
-
};
|
|
754
|
-
};
|
|
755
|
-
};
|
|
756
|
-
};
|
|
757
|
-
"/register": {
|
|
758
|
-
post: {
|
|
759
|
-
requestBody: {
|
|
760
|
-
content: {
|
|
761
|
-
"application/json": components["schemas"]["RegisterRequest"];
|
|
762
|
-
};
|
|
763
|
-
};
|
|
764
|
-
responses: {
|
|
765
|
-
/** @description OK */
|
|
766
|
-
200: {
|
|
767
|
-
content: never;
|
|
768
|
-
};
|
|
769
|
-
/** @description Bad Request */
|
|
770
|
-
400: {
|
|
771
|
-
content: {
|
|
772
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
773
|
-
};
|
|
774
|
-
};
|
|
775
|
-
};
|
|
776
|
-
};
|
|
777
|
-
};
|
|
778
|
-
"/login": {
|
|
779
|
-
post: {
|
|
780
|
-
parameters: {
|
|
781
|
-
query?: {
|
|
782
|
-
useCookies?: boolean;
|
|
783
|
-
useSessionCookies?: boolean;
|
|
784
|
-
};
|
|
785
|
-
};
|
|
786
|
-
requestBody: {
|
|
787
|
-
content: {
|
|
788
|
-
"application/json": components["schemas"]["LoginRequest"];
|
|
789
|
-
};
|
|
790
|
-
};
|
|
791
|
-
responses: {
|
|
792
|
-
/** @description OK */
|
|
793
|
-
200: {
|
|
794
|
-
content: {
|
|
795
|
-
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
796
|
-
};
|
|
797
|
-
};
|
|
798
|
-
};
|
|
799
|
-
};
|
|
800
|
-
};
|
|
801
|
-
"/refresh": {
|
|
802
|
-
post: {
|
|
803
|
-
requestBody: {
|
|
804
|
-
content: {
|
|
805
|
-
"application/json": components["schemas"]["RefreshRequest"];
|
|
806
|
-
};
|
|
807
|
-
};
|
|
808
|
-
responses: {
|
|
809
|
-
/** @description OK */
|
|
810
|
-
200: {
|
|
811
|
-
content: {
|
|
812
|
-
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
813
|
-
};
|
|
814
|
-
};
|
|
815
|
-
};
|
|
816
|
-
};
|
|
817
|
-
};
|
|
818
|
-
"/confirmEmail": {
|
|
819
|
-
get: operations["MapIdentityApi-/confirmEmail"];
|
|
820
|
-
};
|
|
821
|
-
"/resendConfirmationEmail": {
|
|
822
|
-
post: {
|
|
823
|
-
requestBody: {
|
|
824
|
-
content: {
|
|
825
|
-
"application/json": components["schemas"]["ResendConfirmationEmailRequest"];
|
|
826
|
-
};
|
|
827
|
-
};
|
|
828
|
-
responses: {
|
|
829
|
-
/** @description OK */
|
|
830
|
-
200: {
|
|
831
|
-
content: never;
|
|
832
|
-
};
|
|
833
|
-
};
|
|
834
|
-
};
|
|
835
|
-
};
|
|
836
|
-
"/forgotPassword": {
|
|
837
|
-
post: {
|
|
838
|
-
requestBody: {
|
|
839
|
-
content: {
|
|
840
|
-
"application/json": components["schemas"]["ForgotPasswordRequest"];
|
|
841
|
-
};
|
|
842
|
-
};
|
|
843
|
-
responses: {
|
|
844
|
-
/** @description OK */
|
|
845
|
-
200: {
|
|
846
|
-
content: never;
|
|
847
|
-
};
|
|
848
|
-
/** @description Bad Request */
|
|
849
|
-
400: {
|
|
850
|
-
content: {
|
|
851
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
852
|
-
};
|
|
853
|
-
};
|
|
854
|
-
};
|
|
855
|
-
};
|
|
856
|
-
};
|
|
857
|
-
"/resetPassword": {
|
|
858
|
-
post: {
|
|
859
|
-
requestBody: {
|
|
860
|
-
content: {
|
|
861
|
-
"application/json": components["schemas"]["ResetPasswordRequest"];
|
|
862
|
-
};
|
|
863
|
-
};
|
|
864
|
-
responses: {
|
|
865
|
-
/** @description OK */
|
|
866
|
-
200: {
|
|
867
|
-
content: never;
|
|
868
|
-
};
|
|
869
|
-
/** @description Bad Request */
|
|
870
|
-
400: {
|
|
871
|
-
content: {
|
|
872
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
873
|
-
};
|
|
874
|
-
};
|
|
875
|
-
};
|
|
876
|
-
};
|
|
877
|
-
};
|
|
878
|
-
"/manage/2fa": {
|
|
879
|
-
post: {
|
|
880
|
-
requestBody: {
|
|
881
|
-
content: {
|
|
882
|
-
"application/json": components["schemas"]["TwoFactorRequest"];
|
|
883
|
-
};
|
|
884
|
-
};
|
|
885
|
-
responses: {
|
|
886
|
-
/** @description OK */
|
|
887
|
-
200: {
|
|
888
|
-
content: {
|
|
889
|
-
"application/json": components["schemas"]["TwoFactorResponse"];
|
|
890
|
-
};
|
|
891
|
-
};
|
|
892
|
-
/** @description Bad Request */
|
|
893
|
-
400: {
|
|
894
|
-
content: {
|
|
895
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
896
|
-
};
|
|
897
|
-
};
|
|
898
|
-
/** @description Not Found */
|
|
899
|
-
404: {
|
|
900
|
-
content: never;
|
|
901
|
-
};
|
|
902
|
-
};
|
|
903
|
-
};
|
|
904
|
-
};
|
|
905
|
-
"/manage/info": {
|
|
906
|
-
get: {
|
|
907
|
-
responses: {
|
|
908
|
-
/** @description OK */
|
|
909
|
-
200: {
|
|
910
|
-
content: {
|
|
911
|
-
"application/json": components["schemas"]["InfoResponse"];
|
|
912
|
-
};
|
|
913
|
-
};
|
|
914
|
-
/** @description Bad Request */
|
|
915
|
-
400: {
|
|
916
|
-
content: {
|
|
917
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
918
|
-
};
|
|
919
|
-
};
|
|
920
|
-
/** @description Not Found */
|
|
921
|
-
404: {
|
|
922
|
-
content: never;
|
|
923
|
-
};
|
|
924
|
-
};
|
|
925
|
-
};
|
|
926
|
-
post: {
|
|
927
|
-
requestBody: {
|
|
928
|
-
content: {
|
|
929
|
-
"application/json": components["schemas"]["InfoRequest"];
|
|
930
|
-
};
|
|
931
|
-
};
|
|
932
|
-
responses: {
|
|
933
|
-
/** @description OK */
|
|
934
|
-
200: {
|
|
935
|
-
content: {
|
|
936
|
-
"application/json": components["schemas"]["InfoResponse"];
|
|
937
|
-
};
|
|
938
|
-
};
|
|
939
|
-
/** @description Bad Request */
|
|
940
|
-
400: {
|
|
941
|
-
content: {
|
|
942
|
-
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
943
|
-
};
|
|
944
|
-
};
|
|
945
|
-
/** @description Not Found */
|
|
946
|
-
404: {
|
|
947
|
-
content: never;
|
|
948
|
-
};
|
|
949
|
-
};
|
|
950
|
-
};
|
|
951
|
-
};
|
|
952
|
-
"/api/v2/DealsService/SalesLiteratures/Count": {
|
|
953
|
-
get: {
|
|
954
|
-
parameters: {
|
|
955
|
-
query: {
|
|
956
|
-
tenantId: string;
|
|
957
|
-
};
|
|
958
|
-
};
|
|
959
|
-
responses: {
|
|
960
|
-
/** @description OK */
|
|
961
|
-
200: {
|
|
962
|
-
content: {
|
|
963
|
-
"application/json": components["schemas"]["Int32Envelope"];
|
|
964
|
-
"application/xml": components["schemas"]["Int32Envelope"];
|
|
965
|
-
};
|
|
966
|
-
};
|
|
967
|
-
/** @description Not Found */
|
|
968
|
-
404: {
|
|
969
|
-
content: {
|
|
970
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
971
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
972
|
-
};
|
|
973
|
-
};
|
|
974
|
-
};
|
|
975
|
-
};
|
|
976
|
-
};
|
|
977
|
-
"/api/v2/DealsService/SalesLiteratures": {
|
|
978
|
-
get: {
|
|
979
|
-
parameters: {
|
|
980
|
-
query: {
|
|
981
|
-
tenantId: string;
|
|
982
|
-
};
|
|
983
|
-
};
|
|
984
|
-
responses: {
|
|
985
|
-
/** @description OK */
|
|
986
|
-
200: {
|
|
987
|
-
content: {
|
|
988
|
-
"application/json": components["schemas"]["SalesLiteratureDtoListEnvelope"];
|
|
989
|
-
"application/xml": components["schemas"]["SalesLiteratureDtoListEnvelope"];
|
|
990
|
-
};
|
|
991
|
-
};
|
|
992
|
-
/** @description Not Found */
|
|
993
|
-
404: {
|
|
994
|
-
content: {
|
|
995
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
996
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
997
|
-
};
|
|
998
|
-
};
|
|
999
|
-
};
|
|
1000
|
-
};
|
|
1001
|
-
post: {
|
|
1002
|
-
parameters: {
|
|
1003
|
-
query: {
|
|
1004
|
-
tenantId: string;
|
|
1005
|
-
};
|
|
1006
|
-
};
|
|
1007
|
-
requestBody?: {
|
|
1008
|
-
content: {
|
|
1009
|
-
"application/json": components["schemas"]["SalesLiteratureCreateDto"];
|
|
1010
|
-
"application/xml": components["schemas"]["SalesLiteratureCreateDto"];
|
|
1011
|
-
};
|
|
1012
|
-
};
|
|
1013
|
-
responses: {
|
|
1014
|
-
/** @description OK */
|
|
1015
|
-
200: {
|
|
1016
|
-
content: {
|
|
1017
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1018
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1019
|
-
};
|
|
1020
|
-
};
|
|
1021
|
-
/** @description Not Found */
|
|
1022
|
-
404: {
|
|
1023
|
-
content: {
|
|
1024
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1025
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1026
|
-
};
|
|
1027
|
-
};
|
|
1028
|
-
};
|
|
1029
|
-
};
|
|
1030
|
-
};
|
|
1031
|
-
"/api/v2/DealsService/SalesLiteratures/Extended": {
|
|
1032
|
-
get: {
|
|
1033
|
-
parameters: {
|
|
1034
|
-
query: {
|
|
1035
|
-
tenantId: string;
|
|
1036
|
-
};
|
|
1037
|
-
};
|
|
1038
|
-
responses: {
|
|
1039
|
-
/** @description OK */
|
|
1040
|
-
200: {
|
|
1041
|
-
content: {
|
|
1042
|
-
"application/json": components["schemas"]["ExtendedSalesLiteratureDtoListEnvelope"];
|
|
1043
|
-
"application/xml": components["schemas"]["ExtendedSalesLiteratureDtoListEnvelope"];
|
|
1044
|
-
};
|
|
1045
|
-
};
|
|
1046
|
-
/** @description Not Found */
|
|
1047
|
-
404: {
|
|
1048
|
-
content: {
|
|
1049
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1050
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1051
|
-
};
|
|
1052
|
-
};
|
|
1053
|
-
};
|
|
1054
|
-
};
|
|
1055
|
-
};
|
|
1056
|
-
"/api/v2/DealsService/SalesLiteratures/{salesLiteratureId}": {
|
|
1057
|
-
get: operations["GetSalesLiteratureAsync"];
|
|
1058
|
-
put: {
|
|
1059
|
-
parameters: {
|
|
1060
|
-
query: {
|
|
1061
|
-
tenantId: string;
|
|
1062
|
-
};
|
|
1063
|
-
path: {
|
|
1064
|
-
salesLiteratureId: string;
|
|
1065
|
-
};
|
|
1066
|
-
};
|
|
1067
|
-
requestBody?: {
|
|
1068
|
-
content: {
|
|
1069
|
-
"application/json": components["schemas"]["SalesLiteratureUpdateDto"];
|
|
1070
|
-
"application/xml": components["schemas"]["SalesLiteratureUpdateDto"];
|
|
1071
|
-
};
|
|
1072
|
-
};
|
|
1073
|
-
responses: {
|
|
1074
|
-
/** @description OK */
|
|
1075
|
-
200: {
|
|
1076
|
-
content: {
|
|
1077
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1078
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1079
|
-
};
|
|
1080
|
-
};
|
|
1081
|
-
/** @description Not Found */
|
|
1082
|
-
404: {
|
|
1083
|
-
content: {
|
|
1084
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1085
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1086
|
-
};
|
|
1087
|
-
};
|
|
1088
|
-
};
|
|
1089
|
-
};
|
|
1090
|
-
delete: {
|
|
1091
|
-
parameters: {
|
|
1092
|
-
query: {
|
|
1093
|
-
tenantId: string;
|
|
1094
|
-
};
|
|
1095
|
-
path: {
|
|
1096
|
-
salesLiteratureId: string;
|
|
1097
|
-
};
|
|
1098
|
-
};
|
|
1099
|
-
responses: {
|
|
1100
|
-
/** @description OK */
|
|
1101
|
-
200: {
|
|
1102
|
-
content: {
|
|
1103
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1104
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1105
|
-
};
|
|
1106
|
-
};
|
|
1107
|
-
/** @description Not Found */
|
|
1108
|
-
404: {
|
|
1109
|
-
content: {
|
|
1110
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1111
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1112
|
-
};
|
|
1113
|
-
};
|
|
1114
|
-
};
|
|
1115
|
-
};
|
|
1116
|
-
};
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
export type webhooks = Record<string, never>;
|
|
1120
|
-
|
|
1121
|
-
export interface components {
|
|
1122
|
-
schemas: {
|
|
1123
|
-
AccessTokenResponse: {
|
|
1124
|
-
tokenType?: string | null;
|
|
1125
|
-
accessToken: string | null;
|
|
1126
|
-
/** Format: int64 */
|
|
1127
|
-
expiresIn: number;
|
|
1128
|
-
refreshToken: string | null;
|
|
1129
|
-
};
|
|
1130
|
-
ContactDto: {
|
|
1131
|
-
id?: string | null;
|
|
1132
|
-
/** Format: date-time */
|
|
1133
|
-
timestamp?: string | null;
|
|
1134
|
-
qualifiedName?: string | null;
|
|
1135
|
-
tenantId?: string | null;
|
|
1136
|
-
/** @enum {string} */
|
|
1137
|
-
type?: "Individual" | "Organization";
|
|
1138
|
-
/** Format: email */
|
|
1139
|
-
email?: string | null;
|
|
1140
|
-
/** Format: tel */
|
|
1141
|
-
phone?: string | null;
|
|
1142
|
-
publicName?: string | null;
|
|
1143
|
-
firstName?: string | null;
|
|
1144
|
-
lastName?: string | null;
|
|
1145
|
-
jobTitle?: string | null;
|
|
1146
|
-
coverUrl?: string | null;
|
|
1147
|
-
avatarUrl?: string | null;
|
|
1148
|
-
countryId?: string | null;
|
|
1149
|
-
timezoneId?: string | null;
|
|
1150
|
-
languageId?: string | null;
|
|
1151
|
-
socialProfileId?: string | null;
|
|
1152
|
-
/** Format: uri */
|
|
1153
|
-
webUrl?: string | null;
|
|
1154
|
-
/** Format: uri */
|
|
1155
|
-
gitHubUrl?: string | null;
|
|
1156
|
-
/** Format: uri */
|
|
1157
|
-
twitchUrl?: string | null;
|
|
1158
|
-
/** Format: uri */
|
|
1159
|
-
redditUrl?: string | null;
|
|
1160
|
-
/** Format: uri */
|
|
1161
|
-
tikTokUrl?: string | null;
|
|
1162
|
-
/** Format: uri */
|
|
1163
|
-
websiteUrl?: string | null;
|
|
1164
|
-
/** Format: uri */
|
|
1165
|
-
twitterUrl?: string | null;
|
|
1166
|
-
/** Format: uri */
|
|
1167
|
-
facebookUrl?: string | null;
|
|
1168
|
-
/** Format: uri */
|
|
1169
|
-
youTubeUrl?: string | null;
|
|
1170
|
-
/** Format: uri */
|
|
1171
|
-
linkedInUrl?: string | null;
|
|
1172
|
-
/** Format: uri */
|
|
1173
|
-
instagramUrl?: string | null;
|
|
1174
|
-
githubUsername?: string | null;
|
|
1175
|
-
duns?: string | null;
|
|
1176
|
-
taxId?: string | null;
|
|
1177
|
-
about?: string | null;
|
|
1178
|
-
street?: string | null;
|
|
1179
|
-
cartId?: string | null;
|
|
1180
|
-
cityId?: string | null;
|
|
1181
|
-
zipCode?: string | null;
|
|
1182
|
-
stateId?: string | null;
|
|
1183
|
-
walletId?: string | null;
|
|
1184
|
-
faxNumber?: string | null;
|
|
1185
|
-
postalCode?: string | null;
|
|
1186
|
-
currencyId?: string | null;
|
|
1187
|
-
streetLine1?: string | null;
|
|
1188
|
-
streetLine2?: string | null;
|
|
1189
|
-
territoryId?: string | null;
|
|
1190
|
-
mobilePhone?: string | null;
|
|
1191
|
-
enrollmentId?: string | null;
|
|
1192
|
-
annualRevenue?: string | null;
|
|
1193
|
-
relatedUserId?: string | null;
|
|
1194
|
-
businessPhone?: string | null;
|
|
1195
|
-
ownerContactId?: string | null;
|
|
1196
|
-
relatedTenantId?: string | null;
|
|
1197
|
-
activityFeedId?: string | null;
|
|
1198
|
-
parentContactId?: string | null;
|
|
1199
|
-
identityProvider?: string | null;
|
|
1200
|
-
partnerProfileId?: string | null;
|
|
1201
|
-
primaryContactId?: string | null;
|
|
1202
|
-
activeDirectoryId?: string | null;
|
|
1203
|
-
identityProviderAccessToken?: string | null;
|
|
1204
|
-
/** Format: date-time */
|
|
1205
|
-
birthday?: string | null;
|
|
1206
|
-
};
|
|
1207
|
-
CurrencyId: {
|
|
1208
|
-
code?: string | null;
|
|
1209
|
-
country?: string | null;
|
|
538
|
+
CurrencyId: {
|
|
539
|
+
value?: string | null;
|
|
540
|
+
code?: string | null;
|
|
541
|
+
country?: string | null;
|
|
1210
542
|
};
|
|
1211
543
|
DealUnitCreateDto: {
|
|
1212
544
|
/** Format: uuid */
|
|
@@ -1236,28 +568,40 @@ export interface components {
|
|
|
1236
568
|
currencyId?: string | null;
|
|
1237
569
|
/** Format: double */
|
|
1238
570
|
totalDetail?: number;
|
|
571
|
+
totalDetailCurrencyId?: string | null;
|
|
1239
572
|
/** Format: double */
|
|
1240
573
|
totalProfit?: number;
|
|
574
|
+
totalProfitCurrencyId?: string | null;
|
|
1241
575
|
/** Format: double */
|
|
1242
576
|
totalDiscounts?: number;
|
|
577
|
+
totalDiscountsCurrencyId?: string | null;
|
|
1243
578
|
/** Format: double */
|
|
1244
579
|
totalSurcharges?: number;
|
|
580
|
+
totalSurchargesCurrencyId?: string | null;
|
|
1245
581
|
/** Format: double */
|
|
1246
582
|
totalShippingCost?: number;
|
|
583
|
+
totalShippingCostCurrencyId?: string | null;
|
|
1247
584
|
/** Format: double */
|
|
1248
585
|
totalShippingTax?: number;
|
|
586
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
1249
587
|
/** Format: double */
|
|
1250
588
|
totalWithheldTax?: number;
|
|
589
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
1251
590
|
/** Format: double */
|
|
1252
591
|
totalTaxBase?: number;
|
|
592
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
1253
593
|
/** Format: double */
|
|
1254
594
|
totalTaxes?: number;
|
|
595
|
+
totalTaxesCurrencyId?: string | null;
|
|
1255
596
|
/** Format: double */
|
|
1256
597
|
totalGlobalSurcharges?: number;
|
|
598
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
1257
599
|
/** Format: double */
|
|
1258
600
|
totalGlobalDiscounts?: number;
|
|
601
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
1259
602
|
/** Format: double */
|
|
1260
603
|
total?: number;
|
|
604
|
+
totalCurrencyId?: string | null;
|
|
1261
605
|
/** @enum {string} */
|
|
1262
606
|
costCalculationMethod?: "Automatic" | "Custom";
|
|
1263
607
|
/** @enum {string} */
|
|
@@ -1289,6 +633,7 @@ export interface components {
|
|
|
1289
633
|
dealUnitForecastCategory?: "None" | "Pipeline" | "BestCase" | "Commited" | "Ommited" | "Won" | "Lost";
|
|
1290
634
|
/** @enum {string} */
|
|
1291
635
|
dealUnitAmountsCalculation?: "UserProvided" | "SystemCalculated";
|
|
636
|
+
dealUnitLines?: components["schemas"]["DealUnitLineCreateDto"][] | null;
|
|
1292
637
|
};
|
|
1293
638
|
DealUnitDto: {
|
|
1294
639
|
id?: string | null;
|
|
@@ -1325,28 +670,40 @@ export interface components {
|
|
|
1325
670
|
currencyId?: string | null;
|
|
1326
671
|
/** Format: double */
|
|
1327
672
|
totalDetail?: number;
|
|
673
|
+
totalDetailCurrencyId?: string | null;
|
|
1328
674
|
/** Format: double */
|
|
1329
675
|
totalProfit?: number;
|
|
676
|
+
totalProfitCurrencyId?: string | null;
|
|
1330
677
|
/** Format: double */
|
|
1331
678
|
totalDiscounts?: number;
|
|
679
|
+
totalDiscountsCurrencyId?: string | null;
|
|
1332
680
|
/** Format: double */
|
|
1333
681
|
totalSurcharges?: number;
|
|
682
|
+
totalSurchargesCurrencyId?: string | null;
|
|
1334
683
|
/** Format: double */
|
|
1335
684
|
totalTaxBase?: number;
|
|
685
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
1336
686
|
/** Format: double */
|
|
1337
687
|
totalTaxes?: number;
|
|
688
|
+
totalTaxesCurrencyId?: string | null;
|
|
1338
689
|
/** Format: double */
|
|
1339
690
|
totalShippingCost?: number;
|
|
691
|
+
totalShippingCostCurrencyId?: string | null;
|
|
1340
692
|
/** Format: double */
|
|
1341
693
|
totalShippingTax?: number;
|
|
694
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
1342
695
|
/** Format: double */
|
|
1343
696
|
totalWithheldTax?: number;
|
|
697
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
1344
698
|
/** Format: double */
|
|
1345
699
|
totalGlobalDiscounts?: number;
|
|
700
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
1346
701
|
/** Format: double */
|
|
1347
702
|
totalGlobalSurcharges?: number;
|
|
703
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
1348
704
|
/** Format: double */
|
|
1349
705
|
total?: number;
|
|
706
|
+
totalCurrencyId?: string | null;
|
|
1350
707
|
/** Format: double */
|
|
1351
708
|
totalDetailInUsd?: number;
|
|
1352
709
|
/** Format: double */
|
|
@@ -1505,41 +862,335 @@ export interface components {
|
|
|
1505
862
|
enrollmentId?: string | null;
|
|
1506
863
|
parentBusinessProcessStageId?: string | null;
|
|
1507
864
|
};
|
|
1508
|
-
DealUnitFlowStageDtoEnvelope: {
|
|
865
|
+
DealUnitFlowStageDtoEnvelope: {
|
|
866
|
+
isSuccess?: boolean;
|
|
867
|
+
errorMessage?: string | null;
|
|
868
|
+
correlationId?: string | null;
|
|
869
|
+
/** Format: date-time */
|
|
870
|
+
timestamp?: string;
|
|
871
|
+
activityId?: string | null;
|
|
872
|
+
result?: components["schemas"]["DealUnitFlowStageDto"];
|
|
873
|
+
};
|
|
874
|
+
DealUnitFlowStageDtoListEnvelope: {
|
|
875
|
+
isSuccess?: boolean;
|
|
876
|
+
errorMessage?: string | null;
|
|
877
|
+
correlationId?: string | null;
|
|
878
|
+
/** Format: date-time */
|
|
879
|
+
timestamp?: string;
|
|
880
|
+
activityId?: string | null;
|
|
881
|
+
result?: components["schemas"]["DealUnitFlowStageDto"][] | null;
|
|
882
|
+
};
|
|
883
|
+
DealUnitFlowStageUpdateDto: {
|
|
884
|
+
/** Format: int32 */
|
|
885
|
+
order?: number;
|
|
886
|
+
name?: string | null;
|
|
887
|
+
description?: string | null;
|
|
888
|
+
enrollmentId?: string | null;
|
|
889
|
+
dealUnitFlowId?: string | null;
|
|
890
|
+
parentBusinessProcessStageId?: string | null;
|
|
891
|
+
};
|
|
892
|
+
DealUnitFlowUpdateDto: {
|
|
893
|
+
name?: string | null;
|
|
894
|
+
description?: string | null;
|
|
895
|
+
parentBusinessProcessId?: string | null;
|
|
896
|
+
tenantId?: string | null;
|
|
897
|
+
tenantEnrollmentId?: string | null;
|
|
898
|
+
};
|
|
899
|
+
DealUnitLineCreateDto: {
|
|
900
|
+
closed?: boolean;
|
|
901
|
+
itemId?: string | null;
|
|
902
|
+
itemTitle?: string | null;
|
|
903
|
+
itemShortDescription?: string | null;
|
|
904
|
+
itemPrimaryImageUrl?: string | null;
|
|
905
|
+
shippingPolicyId?: string | null;
|
|
906
|
+
tenantId?: string | null;
|
|
907
|
+
enrollmentId?: string | null;
|
|
908
|
+
currencyId?: string | null;
|
|
909
|
+
description?: string | null;
|
|
910
|
+
/** Format: double */
|
|
911
|
+
quantity?: number;
|
|
912
|
+
free?: boolean;
|
|
913
|
+
freeReason?: string | null;
|
|
914
|
+
freeReasonCode?: string | null;
|
|
915
|
+
data?: string | null;
|
|
916
|
+
dataLabel?: string | null;
|
|
917
|
+
data1?: string | null;
|
|
918
|
+
data1Label?: string | null;
|
|
919
|
+
data2?: string | null;
|
|
920
|
+
data2Label?: string | null;
|
|
921
|
+
data3?: string | null;
|
|
922
|
+
data3Label?: string | null;
|
|
923
|
+
data4?: string | null;
|
|
924
|
+
data4Label?: string | null;
|
|
925
|
+
data5?: string | null;
|
|
926
|
+
data5Label?: string | null;
|
|
927
|
+
data6?: string | null;
|
|
928
|
+
data6Label?: string | null;
|
|
929
|
+
data7?: string | null;
|
|
930
|
+
data7Label?: string | null;
|
|
931
|
+
data8?: string | null;
|
|
932
|
+
data8Label?: string | null;
|
|
933
|
+
data9?: string | null;
|
|
934
|
+
data9Label?: string | null;
|
|
935
|
+
itemPriceId?: string | null;
|
|
936
|
+
priceListItemId?: string | null;
|
|
937
|
+
unitId?: string | null;
|
|
938
|
+
unitGroupId?: string | null;
|
|
939
|
+
/** @enum {string} */
|
|
940
|
+
taxCalculationMethod?: "Included" | "Excluded";
|
|
941
|
+
/** @enum {string} */
|
|
942
|
+
costCalculationMethod?: "Automatic" | "Custom";
|
|
943
|
+
forexRatesSnapshot?: string | null;
|
|
944
|
+
/** Format: double */
|
|
945
|
+
forexRate?: number;
|
|
946
|
+
/** Format: double */
|
|
947
|
+
totalBaseAmountInUsd?: number;
|
|
948
|
+
/** Format: double */
|
|
949
|
+
totalProfitInUsd?: number;
|
|
950
|
+
/** Format: double */
|
|
951
|
+
totalDetailAmountInUsd?: number;
|
|
952
|
+
/** Format: double */
|
|
953
|
+
totalTaxBaseInUsd?: number;
|
|
954
|
+
/** Format: double */
|
|
955
|
+
totalDiscountsInUsd?: number;
|
|
956
|
+
/** Format: double */
|
|
957
|
+
totalTaxesInUsd?: number;
|
|
958
|
+
/** Format: double */
|
|
959
|
+
totalWithheldTaxesInUsd?: number;
|
|
960
|
+
/** Format: double */
|
|
961
|
+
totalShippingCostInUsd?: number;
|
|
962
|
+
/** Format: double */
|
|
963
|
+
totalShippingTaxesInUsd?: number;
|
|
964
|
+
/** Format: double */
|
|
965
|
+
totalWarrantyCostInUsd?: number;
|
|
966
|
+
/** Format: double */
|
|
967
|
+
totalReturnCostInUsd?: number;
|
|
968
|
+
/** Format: double */
|
|
969
|
+
totalRefundCostInUsd?: number;
|
|
970
|
+
/** Format: double */
|
|
971
|
+
totalSurchargesInUsd?: number;
|
|
972
|
+
/** Format: double */
|
|
973
|
+
totalAmountInUsd?: number;
|
|
974
|
+
/** Format: double */
|
|
975
|
+
totalGlobalDiscountsInUsd?: number;
|
|
976
|
+
/** Format: double */
|
|
977
|
+
totalGlobalSurchargesInUsd?: number;
|
|
978
|
+
/** Format: double */
|
|
979
|
+
customGlobalSurchargesAmount?: number;
|
|
980
|
+
customGlobalSurchargesAmountCurrencyId?: string | null;
|
|
981
|
+
/** Format: double */
|
|
982
|
+
customGlobalDiscountsAmount?: number;
|
|
983
|
+
customGlobalDiscountsAmountCurrencyId?: string | null;
|
|
984
|
+
/** Format: double */
|
|
985
|
+
totalDetail?: number;
|
|
986
|
+
totalDetailCurrencyId?: string | null;
|
|
987
|
+
/** Format: double */
|
|
988
|
+
totalProfit?: number;
|
|
989
|
+
totalProfitCurrencyId?: string | null;
|
|
990
|
+
/** Format: double */
|
|
991
|
+
totalDiscounts?: number;
|
|
992
|
+
totalDiscountsCurrencyId?: string | null;
|
|
993
|
+
/** Format: double */
|
|
994
|
+
totalSurcharges?: number;
|
|
995
|
+
totalSurchargesCurrencyId?: string | null;
|
|
996
|
+
/** Format: double */
|
|
997
|
+
totalTaxBase?: number;
|
|
998
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
999
|
+
/** Format: double */
|
|
1000
|
+
totalShippingCost?: number;
|
|
1001
|
+
totalShippingCostCurrencyId?: string | null;
|
|
1002
|
+
/** Format: double */
|
|
1003
|
+
totalShippingTax?: number;
|
|
1004
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
1005
|
+
/** Format: double */
|
|
1006
|
+
totalTaxes?: number;
|
|
1007
|
+
totalTaxesCurrencyId?: string | null;
|
|
1008
|
+
/** Format: double */
|
|
1009
|
+
totalWithheldTax?: number;
|
|
1010
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
1011
|
+
/** Format: double */
|
|
1012
|
+
totalGlobalDiscounts?: number;
|
|
1013
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
1014
|
+
/** Format: double */
|
|
1015
|
+
totalGlobalSurcharges?: number;
|
|
1016
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
1017
|
+
/** Format: double */
|
|
1018
|
+
total?: number;
|
|
1019
|
+
totalCurrencyId?: string | null;
|
|
1020
|
+
returnPolicyId?: string | null;
|
|
1021
|
+
refundPolicyId?: string | null;
|
|
1022
|
+
warrantyPolicyId?: string | null;
|
|
1023
|
+
shipmentPolicyId?: string | null;
|
|
1024
|
+
shippingLocationId?: string | null;
|
|
1025
|
+
locationId?: string | null;
|
|
1026
|
+
quoteItemRecordId?: string | null;
|
|
1027
|
+
businessProfileRecordId?: string | null;
|
|
1028
|
+
parentBillingItemRecordId?: string | null;
|
|
1029
|
+
dealUnitId?: string | null;
|
|
1030
|
+
};
|
|
1031
|
+
DealUnitLineDto: {
|
|
1032
|
+
id?: string | null;
|
|
1033
|
+
/** Format: date-time */
|
|
1034
|
+
timestamp?: string | null;
|
|
1035
|
+
closed?: boolean;
|
|
1036
|
+
itemId?: string | null;
|
|
1037
|
+
itemTitle?: string | null;
|
|
1038
|
+
itemShortDescription?: string | null;
|
|
1039
|
+
itemPrimaryImageUrl?: string | null;
|
|
1040
|
+
shippingPolicyId?: string | null;
|
|
1041
|
+
tenantId?: string | null;
|
|
1042
|
+
enrollmentId?: string | null;
|
|
1043
|
+
currencyId?: string | null;
|
|
1044
|
+
description?: string | null;
|
|
1045
|
+
/** Format: double */
|
|
1046
|
+
quantity?: number;
|
|
1047
|
+
free?: boolean;
|
|
1048
|
+
freeReason?: string | null;
|
|
1049
|
+
freeReasonCode?: string | null;
|
|
1050
|
+
data?: string | null;
|
|
1051
|
+
dataLabel?: string | null;
|
|
1052
|
+
data1?: string | null;
|
|
1053
|
+
data1Label?: string | null;
|
|
1054
|
+
data2?: string | null;
|
|
1055
|
+
data2Label?: string | null;
|
|
1056
|
+
data3?: string | null;
|
|
1057
|
+
data3Label?: string | null;
|
|
1058
|
+
data4?: string | null;
|
|
1059
|
+
data4Label?: string | null;
|
|
1060
|
+
data5?: string | null;
|
|
1061
|
+
data5Label?: string | null;
|
|
1062
|
+
data6?: string | null;
|
|
1063
|
+
data6Label?: string | null;
|
|
1064
|
+
data7?: string | null;
|
|
1065
|
+
data7Label?: string | null;
|
|
1066
|
+
data8?: string | null;
|
|
1067
|
+
data8Label?: string | null;
|
|
1068
|
+
data9?: string | null;
|
|
1069
|
+
data9Label?: string | null;
|
|
1070
|
+
itemPriceId?: string | null;
|
|
1071
|
+
priceListItemId?: string | null;
|
|
1072
|
+
unitId?: string | null;
|
|
1073
|
+
unitGroupId?: string | null;
|
|
1074
|
+
/** @enum {string} */
|
|
1075
|
+
taxCalculationMethod?: "Included" | "Excluded";
|
|
1076
|
+
/** @enum {string} */
|
|
1077
|
+
costCalculationMethod?: "Automatic" | "Custom";
|
|
1078
|
+
forexRates?: components["schemas"]["ForexRates"];
|
|
1079
|
+
/** Format: double */
|
|
1080
|
+
forexRate?: number;
|
|
1081
|
+
/** Format: double */
|
|
1082
|
+
totalDetailInUsd?: number;
|
|
1083
|
+
/** Format: double */
|
|
1084
|
+
totalProfitInUsd?: number;
|
|
1085
|
+
/** Format: double */
|
|
1086
|
+
totalDiscountsInUsd?: number;
|
|
1087
|
+
/** Format: double */
|
|
1088
|
+
totalSurchargesInUsd?: number;
|
|
1089
|
+
/** Format: double */
|
|
1090
|
+
totalTaxBaseInUsd?: number;
|
|
1091
|
+
/** Format: double */
|
|
1092
|
+
totalTaxesInUsd?: number;
|
|
1093
|
+
/** Format: double */
|
|
1094
|
+
totalWithheldTaxesInUsd?: number;
|
|
1095
|
+
/** Format: double */
|
|
1096
|
+
totalShippingCostInUsd?: number;
|
|
1097
|
+
/** Format: double */
|
|
1098
|
+
totalShippingTaxesInUsd?: number;
|
|
1099
|
+
/** Format: double */
|
|
1100
|
+
totalWarrantyCostInUsd?: number;
|
|
1101
|
+
/** Format: double */
|
|
1102
|
+
totalReturnCostInUsd?: number;
|
|
1103
|
+
/** Format: double */
|
|
1104
|
+
totalRefundCostInUsd?: number;
|
|
1105
|
+
/** Format: double */
|
|
1106
|
+
totalInUsd?: number;
|
|
1107
|
+
/** Format: double */
|
|
1108
|
+
totalGlobalDiscountsInUsd?: number;
|
|
1109
|
+
/** Format: double */
|
|
1110
|
+
totalGlobalSurchargesInUsd?: number;
|
|
1111
|
+
/** Format: double */
|
|
1112
|
+
customGlobalSurchargesAmount?: number;
|
|
1113
|
+
/** Format: double */
|
|
1114
|
+
customGlobalDiscountsAmount?: number;
|
|
1115
|
+
returnPolicyId?: string | null;
|
|
1116
|
+
refundPolicyId?: string | null;
|
|
1117
|
+
warrantyPolicyId?: string | null;
|
|
1118
|
+
shipmentPolicyId?: string | null;
|
|
1119
|
+
shippingLocationId?: string | null;
|
|
1120
|
+
locationId?: string | null;
|
|
1121
|
+
quoteItemRecordId?: string | null;
|
|
1122
|
+
businessProfileRecordId?: string | null;
|
|
1123
|
+
parentBillingItemRecordId?: string | null;
|
|
1124
|
+
currency?: components["schemas"]["CurrencyId"];
|
|
1125
|
+
/** Format: double */
|
|
1126
|
+
totalDetail?: number;
|
|
1127
|
+
totalDetailCurrencyId?: string | null;
|
|
1128
|
+
totalDetailAmount?: components["schemas"]["Money"];
|
|
1129
|
+
/** Format: double */
|
|
1130
|
+
totalProfit?: number;
|
|
1131
|
+
totalProfitCurrencyId?: string | null;
|
|
1132
|
+
totalProfitAmount?: components["schemas"]["Money"];
|
|
1133
|
+
/** Format: double */
|
|
1134
|
+
totalDiscounts?: number;
|
|
1135
|
+
totalDiscountsCurrencyId?: string | null;
|
|
1136
|
+
totalDiscountsAmount?: components["schemas"]["Money"];
|
|
1137
|
+
/** Format: double */
|
|
1138
|
+
totalSurcharges?: number;
|
|
1139
|
+
totalSurchargesCurrencyId?: string | null;
|
|
1140
|
+
totalSurchargesAmount?: components["schemas"]["Money"];
|
|
1141
|
+
/** Format: double */
|
|
1142
|
+
totalTaxBase?: number;
|
|
1143
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
1144
|
+
totalTaxBaseAmount?: components["schemas"]["Money"];
|
|
1145
|
+
/** Format: double */
|
|
1146
|
+
totalTaxes?: number;
|
|
1147
|
+
totalTaxesCurrencyId?: string | null;
|
|
1148
|
+
totalTaxesAmount?: components["schemas"]["Money"];
|
|
1149
|
+
/** Format: double */
|
|
1150
|
+
totalShippingCost?: number;
|
|
1151
|
+
totalShippingCostCurrencyId?: string | null;
|
|
1152
|
+
totalShippingCostAmount?: components["schemas"]["Money"];
|
|
1153
|
+
/** Format: double */
|
|
1154
|
+
totalShippingTax?: number;
|
|
1155
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
1156
|
+
totalShippingTaxAmount?: components["schemas"]["Money"];
|
|
1157
|
+
/** Format: double */
|
|
1158
|
+
totalWithheldTax?: number;
|
|
1159
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
1160
|
+
totalWithheldTaxAmount?: components["schemas"]["Money"];
|
|
1161
|
+
/** Format: double */
|
|
1162
|
+
totalGlobalDiscounts?: number;
|
|
1163
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
1164
|
+
totalGlobalDiscountsAmount?: components["schemas"]["Money"];
|
|
1165
|
+
/** Format: double */
|
|
1166
|
+
totalGlobalSurcharges?: number;
|
|
1167
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
1168
|
+
totalGlobalSurchargesAmount?: components["schemas"]["Money"];
|
|
1169
|
+
/** Format: double */
|
|
1170
|
+
total?: number;
|
|
1171
|
+
totalCurrencyId?: string | null;
|
|
1172
|
+
totalAmount?: components["schemas"]["Money"];
|
|
1173
|
+
dealUnitId?: string | null;
|
|
1174
|
+
};
|
|
1175
|
+
DealUnitLineDtoEnvelope: {
|
|
1509
1176
|
isSuccess?: boolean;
|
|
1510
1177
|
errorMessage?: string | null;
|
|
1511
1178
|
correlationId?: string | null;
|
|
1512
1179
|
/** Format: date-time */
|
|
1513
1180
|
timestamp?: string;
|
|
1514
1181
|
activityId?: string | null;
|
|
1515
|
-
result?: components["schemas"]["
|
|
1182
|
+
result?: components["schemas"]["DealUnitLineDto"];
|
|
1516
1183
|
};
|
|
1517
|
-
|
|
1184
|
+
DealUnitLineDtoListEnvelope: {
|
|
1518
1185
|
isSuccess?: boolean;
|
|
1519
1186
|
errorMessage?: string | null;
|
|
1520
1187
|
correlationId?: string | null;
|
|
1521
1188
|
/** Format: date-time */
|
|
1522
1189
|
timestamp?: string;
|
|
1523
1190
|
activityId?: string | null;
|
|
1524
|
-
result?: components["schemas"]["
|
|
1525
|
-
};
|
|
1526
|
-
DealUnitFlowStageUpdateDto: {
|
|
1527
|
-
/** Format: int32 */
|
|
1528
|
-
order?: number;
|
|
1529
|
-
name?: string | null;
|
|
1530
|
-
description?: string | null;
|
|
1531
|
-
enrollmentId?: string | null;
|
|
1532
|
-
dealUnitFlowId?: string | null;
|
|
1533
|
-
parentBusinessProcessStageId?: string | null;
|
|
1534
|
-
};
|
|
1535
|
-
DealUnitFlowUpdateDto: {
|
|
1536
|
-
name?: string | null;
|
|
1537
|
-
description?: string | null;
|
|
1538
|
-
parentBusinessProcessId?: string | null;
|
|
1539
|
-
tenantId?: string | null;
|
|
1540
|
-
tenantEnrollmentId?: string | null;
|
|
1191
|
+
result?: components["schemas"]["DealUnitLineDto"][] | null;
|
|
1541
1192
|
};
|
|
1542
|
-
|
|
1193
|
+
DealUnitLineUpdateDto: {
|
|
1543
1194
|
closed?: boolean;
|
|
1544
1195
|
itemId?: string | null;
|
|
1545
1196
|
itemTitle?: string | null;
|
|
@@ -1620,93 +1271,240 @@ export interface components {
|
|
|
1620
1271
|
totalGlobalSurchargesInUsd?: number;
|
|
1621
1272
|
/** Format: double */
|
|
1622
1273
|
customGlobalSurchargesAmount?: number;
|
|
1274
|
+
customGlobalSurchargesAmountCurrencyId?: string | null;
|
|
1623
1275
|
/** Format: double */
|
|
1624
1276
|
customGlobalDiscountsAmount?: number;
|
|
1277
|
+
customGlobalDiscountsAmountCurrencyId?: string | null;
|
|
1278
|
+
/** Format: double */
|
|
1279
|
+
totalDetail?: number;
|
|
1280
|
+
totalDetailCurrencyId?: string | null;
|
|
1281
|
+
/** Format: double */
|
|
1282
|
+
totalProfit?: number;
|
|
1283
|
+
totalProfitCurrencyId?: string | null;
|
|
1284
|
+
/** Format: double */
|
|
1285
|
+
totalDiscounts?: number;
|
|
1286
|
+
totalDiscountsCurrencyId?: string | null;
|
|
1287
|
+
/** Format: double */
|
|
1288
|
+
totalSurcharges?: number;
|
|
1289
|
+
totalSurchargesCurrencyId?: string | null;
|
|
1290
|
+
/** Format: double */
|
|
1291
|
+
totalTaxBase?: number;
|
|
1292
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
1293
|
+
/** Format: double */
|
|
1294
|
+
totalShippingCost?: number;
|
|
1295
|
+
totalShippingCostCurrencyId?: string | null;
|
|
1296
|
+
/** Format: double */
|
|
1297
|
+
totalShippingTax?: number;
|
|
1298
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
1299
|
+
/** Format: double */
|
|
1300
|
+
totalTaxes?: number;
|
|
1301
|
+
totalTaxesCurrencyId?: string | null;
|
|
1302
|
+
/** Format: double */
|
|
1303
|
+
totalWithheldTax?: number;
|
|
1304
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
1305
|
+
/** Format: double */
|
|
1306
|
+
totalGlobalDiscounts?: number;
|
|
1307
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
1308
|
+
/** Format: double */
|
|
1309
|
+
totalGlobalSurcharges?: number;
|
|
1310
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
1311
|
+
/** Format: double */
|
|
1312
|
+
total?: number;
|
|
1313
|
+
totalCurrencyId?: string | null;
|
|
1314
|
+
returnPolicyId?: string | null;
|
|
1315
|
+
refundPolicyId?: string | null;
|
|
1316
|
+
warrantyPolicyId?: string | null;
|
|
1317
|
+
shipmentPolicyId?: string | null;
|
|
1318
|
+
shippingLocationId?: string | null;
|
|
1319
|
+
locationId?: string | null;
|
|
1320
|
+
quoteItemRecordId?: string | null;
|
|
1321
|
+
businessProfileRecordId?: string | null;
|
|
1322
|
+
parentBillingItemRecordId?: string | null;
|
|
1323
|
+
};
|
|
1324
|
+
DealUnitUpdateDto: {
|
|
1325
|
+
closed?: boolean;
|
|
1326
|
+
title?: string | null;
|
|
1327
|
+
userId?: string | null;
|
|
1328
|
+
tenantId?: string | null;
|
|
1329
|
+
priceListId?: string | null;
|
|
1330
|
+
description?: string | null;
|
|
1331
|
+
enrollmentId?: string | null;
|
|
1332
|
+
individualId?: string | null;
|
|
1333
|
+
paymentTermId?: string | null;
|
|
1334
|
+
organizationId?: string | null;
|
|
1335
|
+
receiverTenantId?: string | null;
|
|
1336
|
+
firstName?: string | null;
|
|
1337
|
+
lastName?: string | null;
|
|
1338
|
+
companyName?: string | null;
|
|
1339
|
+
billingEmail?: string | null;
|
|
1340
|
+
addressLine1?: string | null;
|
|
1341
|
+
addressLine2?: string | null;
|
|
1342
|
+
postalCode?: string | null;
|
|
1343
|
+
countryId?: string | null;
|
|
1344
|
+
stateId?: string | null;
|
|
1345
|
+
cityId?: string | null;
|
|
1346
|
+
billingLocationId?: string | null;
|
|
1347
|
+
shippingLocationId?: string | null;
|
|
1348
|
+
shippingMethodId?: string | null;
|
|
1349
|
+
/** Format: double */
|
|
1350
|
+
forexRate?: number;
|
|
1351
|
+
currencyId?: string | null;
|
|
1352
|
+
/** Format: double */
|
|
1353
|
+
totalDetail?: number;
|
|
1354
|
+
totalDetailCurrencyId?: string | null;
|
|
1355
|
+
/** Format: double */
|
|
1356
|
+
totalProfit?: number;
|
|
1357
|
+
totalProfitCurrencyId?: string | null;
|
|
1358
|
+
/** Format: double */
|
|
1359
|
+
totalDiscounts?: number;
|
|
1360
|
+
totalDiscountsCurrencyId?: string | null;
|
|
1361
|
+
/** Format: double */
|
|
1362
|
+
totalSurcharges?: number;
|
|
1363
|
+
totalSurchargesCurrencyId?: string | null;
|
|
1364
|
+
/** Format: double */
|
|
1365
|
+
totalShippingTax?: number;
|
|
1366
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
1367
|
+
/** Format: double */
|
|
1368
|
+
totalShippingCost?: number;
|
|
1369
|
+
totalShippingCostCurrencyId?: string | null;
|
|
1370
|
+
/** Format: double */
|
|
1371
|
+
totalGlobalDiscounts?: number;
|
|
1372
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
1373
|
+
/** Format: double */
|
|
1374
|
+
totalGlobalSurcharges?: number;
|
|
1375
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
1376
|
+
/** Format: double */
|
|
1377
|
+
totalWithheldTax?: number;
|
|
1378
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
1379
|
+
/** Format: double */
|
|
1380
|
+
totalTaxBase?: number;
|
|
1381
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
1382
|
+
/** Format: double */
|
|
1383
|
+
totalTaxes?: number;
|
|
1384
|
+
totalTaxesCurrencyId?: string | null;
|
|
1385
|
+
/** Format: double */
|
|
1386
|
+
total?: number;
|
|
1387
|
+
totalCurrencyId?: string | null;
|
|
1388
|
+
/** @enum {string} */
|
|
1389
|
+
costCalculationMethod?: "Automatic" | "Custom";
|
|
1390
|
+
/** @enum {string} */
|
|
1391
|
+
taxCalculationMethod?: "Included" | "Excluded";
|
|
1392
|
+
ordered?: boolean;
|
|
1393
|
+
cartId?: string | null;
|
|
1394
|
+
dealUnitFeedId?: string | null;
|
|
1395
|
+
dealUnitFlowId?: string | null;
|
|
1396
|
+
dealUnitFlowStageId?: string | null;
|
|
1397
|
+
partnerCreated?: boolean;
|
|
1398
|
+
partnerCollaboration?: boolean;
|
|
1399
|
+
proposedSolution?: string | null;
|
|
1400
|
+
currentSituation?: string | null;
|
|
1401
|
+
customerNeed?: string | null;
|
|
1402
|
+
/** Format: date-time */
|
|
1403
|
+
wonDate?: string;
|
|
1404
|
+
/** Format: date-time */
|
|
1405
|
+
lostDate?: string;
|
|
1406
|
+
/** Format: date-time */
|
|
1407
|
+
expiryDate?: string;
|
|
1408
|
+
/** Format: date-time */
|
|
1409
|
+
deliveredDate?: string;
|
|
1410
|
+
/** Format: date-time */
|
|
1411
|
+
closedTimestamp?: string;
|
|
1412
|
+
/** Format: date-time */
|
|
1413
|
+
expectedCloseDate?: string;
|
|
1414
|
+
/** @enum {string} */
|
|
1415
|
+
dealUnitStatus?: "Open" | "Won" | "Lost" | "Frozen";
|
|
1416
|
+
/** @enum {string} */
|
|
1417
|
+
dealUnitPurchaseProcess?: "None" | "Individual" | "Commitee" | "Unknown";
|
|
1418
|
+
/** @enum {string} */
|
|
1419
|
+
dealUnitForecastCategory?: "None" | "Pipeline" | "BestCase" | "Commited" | "Ommited" | "Won" | "Lost";
|
|
1420
|
+
/** @enum {string} */
|
|
1421
|
+
dealUnitAmountsCalculation?: "UserProvided" | "SystemCalculated";
|
|
1422
|
+
};
|
|
1423
|
+
EmptyEnvelope: {
|
|
1424
|
+
isSuccess?: boolean;
|
|
1425
|
+
errorMessage?: string | null;
|
|
1426
|
+
correlationId?: string | null;
|
|
1427
|
+
/** Format: date-time */
|
|
1428
|
+
timestamp?: string;
|
|
1429
|
+
activityId?: string | null;
|
|
1430
|
+
};
|
|
1431
|
+
ErrorEnvelope: {
|
|
1432
|
+
isSuccess?: boolean;
|
|
1433
|
+
errorMessage?: string | null;
|
|
1434
|
+
correlationId?: string | null;
|
|
1435
|
+
/** Format: date-time */
|
|
1436
|
+
timestamp?: string;
|
|
1437
|
+
activityId?: string | null;
|
|
1438
|
+
};
|
|
1439
|
+
ExtendedDealUnitDto: {
|
|
1440
|
+
id?: string | null;
|
|
1441
|
+
/** Format: date-time */
|
|
1442
|
+
timestamp?: string | null;
|
|
1443
|
+
closed?: boolean;
|
|
1444
|
+
type?: string | null;
|
|
1445
|
+
title?: string | null;
|
|
1446
|
+
userId?: string | null;
|
|
1447
|
+
tenantId?: string | null;
|
|
1448
|
+
description?: string | null;
|
|
1449
|
+
priceListId?: string | null;
|
|
1450
|
+
enrollmentId?: string | null;
|
|
1451
|
+
individualId?: string | null;
|
|
1452
|
+
organizationId?: string | null;
|
|
1453
|
+
receiverTenantId?: string | null;
|
|
1454
|
+
firstName?: string | null;
|
|
1455
|
+
lastName?: string | null;
|
|
1456
|
+
companyName?: string | null;
|
|
1457
|
+
billingEmail?: string | null;
|
|
1458
|
+
addressLine1?: string | null;
|
|
1459
|
+
addressLine2?: string | null;
|
|
1460
|
+
postalCode?: string | null;
|
|
1461
|
+
countryId?: string | null;
|
|
1462
|
+
stateId?: string | null;
|
|
1463
|
+
cityId?: string | null;
|
|
1464
|
+
customerNotes?: string | null;
|
|
1465
|
+
/** @enum {string} */
|
|
1466
|
+
taxCalculationMethod?: "Included" | "Excluded";
|
|
1467
|
+
/** @enum {string} */
|
|
1468
|
+
costCalculationMethod?: "Automatic" | "Custom";
|
|
1469
|
+
/** Format: double */
|
|
1470
|
+
forexRate?: number;
|
|
1471
|
+
currencyId?: string | null;
|
|
1625
1472
|
/** Format: double */
|
|
1626
1473
|
totalDetail?: number;
|
|
1474
|
+
totalDetailCurrencyId?: string | null;
|
|
1627
1475
|
/** Format: double */
|
|
1628
1476
|
totalProfit?: number;
|
|
1477
|
+
totalProfitCurrencyId?: string | null;
|
|
1629
1478
|
/** Format: double */
|
|
1630
1479
|
totalDiscounts?: number;
|
|
1480
|
+
totalDiscountsCurrencyId?: string | null;
|
|
1631
1481
|
/** Format: double */
|
|
1632
1482
|
totalSurcharges?: number;
|
|
1483
|
+
totalSurchargesCurrencyId?: string | null;
|
|
1633
1484
|
/** Format: double */
|
|
1634
1485
|
totalTaxBase?: number;
|
|
1486
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
1487
|
+
/** Format: double */
|
|
1488
|
+
totalTaxes?: number;
|
|
1489
|
+
totalTaxesCurrencyId?: string | null;
|
|
1635
1490
|
/** Format: double */
|
|
1636
1491
|
totalShippingCost?: number;
|
|
1492
|
+
totalShippingCostCurrencyId?: string | null;
|
|
1637
1493
|
/** Format: double */
|
|
1638
1494
|
totalShippingTax?: number;
|
|
1639
|
-
|
|
1640
|
-
totalTaxes?: number;
|
|
1495
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
1641
1496
|
/** Format: double */
|
|
1642
1497
|
totalWithheldTax?: number;
|
|
1498
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
1643
1499
|
/** Format: double */
|
|
1644
1500
|
totalGlobalDiscounts?: number;
|
|
1501
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
1645
1502
|
/** Format: double */
|
|
1646
1503
|
totalGlobalSurcharges?: number;
|
|
1504
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
1647
1505
|
/** Format: double */
|
|
1648
1506
|
total?: number;
|
|
1649
|
-
|
|
1650
|
-
refundPolicyId?: string | null;
|
|
1651
|
-
warrantyPolicyId?: string | null;
|
|
1652
|
-
shipmentPolicyId?: string | null;
|
|
1653
|
-
shippingLocationId?: string | null;
|
|
1654
|
-
locationId?: string | null;
|
|
1655
|
-
quoteItemRecordId?: string | null;
|
|
1656
|
-
businessProfileRecordId?: string | null;
|
|
1657
|
-
parentBillingItemRecordId?: string | null;
|
|
1658
|
-
dealUnitId?: string | null;
|
|
1659
|
-
};
|
|
1660
|
-
DealUnitLineDto: {
|
|
1661
|
-
id?: string | null;
|
|
1662
|
-
/** Format: date-time */
|
|
1663
|
-
timestamp?: string | null;
|
|
1664
|
-
closed?: boolean;
|
|
1665
|
-
itemId?: string | null;
|
|
1666
|
-
itemTitle?: string | null;
|
|
1667
|
-
itemShortDescription?: string | null;
|
|
1668
|
-
itemPrimaryImageUrl?: string | null;
|
|
1669
|
-
shippingPolicyId?: string | null;
|
|
1670
|
-
tenantId?: string | null;
|
|
1671
|
-
enrollmentId?: string | null;
|
|
1672
|
-
currencyId?: string | null;
|
|
1673
|
-
description?: string | null;
|
|
1674
|
-
/** Format: double */
|
|
1675
|
-
quantity?: number;
|
|
1676
|
-
free?: boolean;
|
|
1677
|
-
freeReason?: string | null;
|
|
1678
|
-
freeReasonCode?: string | null;
|
|
1679
|
-
data?: string | null;
|
|
1680
|
-
dataLabel?: string | null;
|
|
1681
|
-
data1?: string | null;
|
|
1682
|
-
data1Label?: string | null;
|
|
1683
|
-
data2?: string | null;
|
|
1684
|
-
data2Label?: string | null;
|
|
1685
|
-
data3?: string | null;
|
|
1686
|
-
data3Label?: string | null;
|
|
1687
|
-
data4?: string | null;
|
|
1688
|
-
data4Label?: string | null;
|
|
1689
|
-
data5?: string | null;
|
|
1690
|
-
data5Label?: string | null;
|
|
1691
|
-
data6?: string | null;
|
|
1692
|
-
data6Label?: string | null;
|
|
1693
|
-
data7?: string | null;
|
|
1694
|
-
data7Label?: string | null;
|
|
1695
|
-
data8?: string | null;
|
|
1696
|
-
data8Label?: string | null;
|
|
1697
|
-
data9?: string | null;
|
|
1698
|
-
data9Label?: string | null;
|
|
1699
|
-
itemPriceId?: string | null;
|
|
1700
|
-
priceListItemId?: string | null;
|
|
1701
|
-
unitId?: string | null;
|
|
1702
|
-
unitGroupId?: string | null;
|
|
1703
|
-
/** @enum {string} */
|
|
1704
|
-
taxCalculationMethod?: "Included" | "Excluded";
|
|
1705
|
-
/** @enum {string} */
|
|
1706
|
-
costCalculationMethod?: "Automatic" | "Custom";
|
|
1707
|
-
forexRates?: components["schemas"]["ForexRates"];
|
|
1708
|
-
/** Format: double */
|
|
1709
|
-
forexRate?: number;
|
|
1507
|
+
totalCurrencyId?: string | null;
|
|
1710
1508
|
/** Format: double */
|
|
1711
1509
|
totalDetailInUsd?: number;
|
|
1712
1510
|
/** Format: double */
|
|
@@ -1726,781 +1524,1191 @@ export interface components {
|
|
|
1726
1524
|
/** Format: double */
|
|
1727
1525
|
totalShippingTaxesInUsd?: number;
|
|
1728
1526
|
/** Format: double */
|
|
1729
|
-
totalWarrantyCostInUsd?: number;
|
|
1730
|
-
/** Format: double */
|
|
1731
|
-
totalReturnCostInUsd?: number;
|
|
1732
|
-
/** Format: double */
|
|
1733
|
-
totalRefundCostInUsd?: number;
|
|
1734
|
-
/** Format: double */
|
|
1735
|
-
totalInUsd?: number;
|
|
1736
|
-
/** Format: double */
|
|
1737
1527
|
totalGlobalDiscountsInUsd?: number;
|
|
1738
1528
|
/** Format: double */
|
|
1739
1529
|
totalGlobalSurchargesInUsd?: number;
|
|
1740
1530
|
/** Format: double */
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
shipmentPolicyId?: string | null;
|
|
1531
|
+
totalInUsd?: number;
|
|
1532
|
+
ordered?: boolean;
|
|
1533
|
+
dealUnitFeedId?: string | null;
|
|
1534
|
+
dealUnitFlowId?: string | null;
|
|
1535
|
+
dealUnitFlowStageId?: string | null;
|
|
1536
|
+
billingLocationId?: string | null;
|
|
1748
1537
|
shippingLocationId?: string | null;
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
/** Format:
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
/** Format:
|
|
1761
|
-
|
|
1762
|
-
|
|
1538
|
+
partnerCreated?: boolean;
|
|
1539
|
+
partnerCollaboration?: boolean;
|
|
1540
|
+
proposedSolution?: string | null;
|
|
1541
|
+
currentSituation?: string | null;
|
|
1542
|
+
customerNeed?: string | null;
|
|
1543
|
+
/** Format: date-time */
|
|
1544
|
+
wonDate?: string;
|
|
1545
|
+
/** Format: date-time */
|
|
1546
|
+
lostDate?: string;
|
|
1547
|
+
/** Format: date-time */
|
|
1548
|
+
expiryDate?: string;
|
|
1549
|
+
/** Format: date-time */
|
|
1550
|
+
deliveredDate?: string;
|
|
1551
|
+
/** Format: date-time */
|
|
1552
|
+
closedTimestamp?: string;
|
|
1553
|
+
/** Format: date-time */
|
|
1554
|
+
expectedCloseDate?: string;
|
|
1555
|
+
/** @enum {string} */
|
|
1556
|
+
dealUnitStatus?: "Open" | "Won" | "Lost" | "Frozen";
|
|
1557
|
+
/** @enum {string} */
|
|
1558
|
+
dealUnitPurchaseProcess?: "None" | "Individual" | "Commitee" | "Unknown";
|
|
1559
|
+
/** @enum {string} */
|
|
1560
|
+
dealUnitForecastCategory?: "None" | "Pipeline" | "BestCase" | "Commited" | "Ommited" | "Won" | "Lost";
|
|
1561
|
+
/** @enum {string} */
|
|
1562
|
+
dealUnitAmountsCalculation?: "UserProvided" | "SystemCalculated";
|
|
1563
|
+
/** Format: int32 */
|
|
1564
|
+
linesCount?: number;
|
|
1763
1565
|
/** Format: double */
|
|
1764
|
-
|
|
1765
|
-
totalSurchargesAmount?: components["schemas"]["Money"];
|
|
1566
|
+
customTotalAmount?: number;
|
|
1766
1567
|
/** Format: double */
|
|
1767
|
-
|
|
1768
|
-
totalTaxBaseAmount?: components["schemas"]["Money"];
|
|
1568
|
+
customDetailAmount?: number;
|
|
1769
1569
|
/** Format: double */
|
|
1770
|
-
|
|
1771
|
-
totalTaxesAmount?: components["schemas"]["Money"];
|
|
1570
|
+
customProfitAmount?: number;
|
|
1772
1571
|
/** Format: double */
|
|
1773
|
-
|
|
1774
|
-
totalShippingCostAmount?: components["schemas"]["Money"];
|
|
1572
|
+
customShippingCostAmount?: number;
|
|
1775
1573
|
/** Format: double */
|
|
1776
|
-
|
|
1777
|
-
totalShippingTaxAmount?: components["schemas"]["Money"];
|
|
1574
|
+
customWithholdingTaxAmount?: number;
|
|
1778
1575
|
/** Format: double */
|
|
1779
|
-
|
|
1780
|
-
totalWithheldTaxAmount?: components["schemas"]["Money"];
|
|
1576
|
+
customSurchargesAmount?: number;
|
|
1781
1577
|
/** Format: double */
|
|
1782
|
-
|
|
1783
|
-
totalGlobalDiscountsAmount?: components["schemas"]["Money"];
|
|
1578
|
+
customDiscountsAmount?: number;
|
|
1784
1579
|
/** Format: double */
|
|
1785
|
-
|
|
1786
|
-
|
|
1580
|
+
customShippingTaxAmount?: number;
|
|
1581
|
+
user?: components["schemas"]["UserDto"];
|
|
1582
|
+
tenant?: components["schemas"]["TenantDto"];
|
|
1583
|
+
individual?: components["schemas"]["ContactDto"];
|
|
1584
|
+
organization?: components["schemas"]["ContactDto"];
|
|
1585
|
+
receiverTenant?: components["schemas"]["TenantDto"];
|
|
1586
|
+
enrollment?: components["schemas"]["TenantEnrollmentDto"];
|
|
1587
|
+
};
|
|
1588
|
+
ExtendedDealUnitDtoEnvelope: {
|
|
1589
|
+
isSuccess?: boolean;
|
|
1590
|
+
errorMessage?: string | null;
|
|
1591
|
+
correlationId?: string | null;
|
|
1592
|
+
/** Format: date-time */
|
|
1593
|
+
timestamp?: string;
|
|
1594
|
+
activityId?: string | null;
|
|
1595
|
+
result?: components["schemas"]["ExtendedDealUnitDto"];
|
|
1596
|
+
};
|
|
1597
|
+
ExtendedDealUnitDtoListEnvelope: {
|
|
1598
|
+
isSuccess?: boolean;
|
|
1599
|
+
errorMessage?: string | null;
|
|
1600
|
+
correlationId?: string | null;
|
|
1601
|
+
/** Format: date-time */
|
|
1602
|
+
timestamp?: string;
|
|
1603
|
+
activityId?: string | null;
|
|
1604
|
+
result?: components["schemas"]["ExtendedDealUnitDto"][] | null;
|
|
1605
|
+
};
|
|
1606
|
+
ExtendedSalesLiteratureDto: {
|
|
1607
|
+
id?: string | null;
|
|
1608
|
+
/** Format: date-time */
|
|
1609
|
+
timestamp?: string | null;
|
|
1610
|
+
title?: string | null;
|
|
1611
|
+
content?: string | null;
|
|
1612
|
+
description?: string | null;
|
|
1613
|
+
/** Format: date-time */
|
|
1614
|
+
modifiedDate?: string;
|
|
1615
|
+
/** Format: date-time */
|
|
1616
|
+
expirationDate?: string;
|
|
1617
|
+
tenantId?: string | null;
|
|
1618
|
+
enrollmentId?: string | null;
|
|
1619
|
+
salesLiteratureTypeId?: string | null;
|
|
1620
|
+
salesLiteratureType?: components["schemas"]["SalesLiteratureTypeDto"];
|
|
1621
|
+
tenant?: components["schemas"]["TenantDto"];
|
|
1622
|
+
};
|
|
1623
|
+
ExtendedSalesLiteratureDtoListEnvelope: {
|
|
1624
|
+
isSuccess?: boolean;
|
|
1625
|
+
errorMessage?: string | null;
|
|
1626
|
+
correlationId?: string | null;
|
|
1627
|
+
/** Format: date-time */
|
|
1628
|
+
timestamp?: string;
|
|
1629
|
+
activityId?: string | null;
|
|
1630
|
+
result?: components["schemas"]["ExtendedSalesLiteratureDto"][] | null;
|
|
1631
|
+
};
|
|
1632
|
+
ForexRates: {
|
|
1633
|
+
success?: boolean;
|
|
1634
|
+
date?: string | null;
|
|
1635
|
+
base?: string | null;
|
|
1636
|
+
/** Format: int64 */
|
|
1637
|
+
timestamp?: number;
|
|
1638
|
+
/** Format: date-time */
|
|
1639
|
+
requestTimestamp?: string;
|
|
1640
|
+
rates?: {
|
|
1641
|
+
[key: string]: number;
|
|
1642
|
+
} | null;
|
|
1643
|
+
};
|
|
1644
|
+
ForgotPasswordRequest: {
|
|
1645
|
+
email: string | null;
|
|
1646
|
+
};
|
|
1647
|
+
HttpValidationProblemDetails: {
|
|
1648
|
+
type?: string | null;
|
|
1649
|
+
title?: string | null;
|
|
1650
|
+
/** Format: int32 */
|
|
1651
|
+
status?: number | null;
|
|
1652
|
+
detail?: string | null;
|
|
1653
|
+
instance?: string | null;
|
|
1654
|
+
errors?: {
|
|
1655
|
+
[key: string]: string[];
|
|
1656
|
+
} | null;
|
|
1657
|
+
[key: string]: unknown;
|
|
1658
|
+
};
|
|
1659
|
+
InfoRequest: {
|
|
1660
|
+
newEmail?: string | null;
|
|
1661
|
+
newPassword?: string | null;
|
|
1662
|
+
oldPassword?: string | null;
|
|
1663
|
+
};
|
|
1664
|
+
InfoResponse: {
|
|
1665
|
+
email: string | null;
|
|
1666
|
+
isEmailConfirmed: boolean;
|
|
1667
|
+
};
|
|
1668
|
+
Int32Envelope: {
|
|
1669
|
+
isSuccess?: boolean;
|
|
1670
|
+
errorMessage?: string | null;
|
|
1671
|
+
correlationId?: string | null;
|
|
1672
|
+
/** Format: date-time */
|
|
1673
|
+
timestamp?: string;
|
|
1674
|
+
activityId?: string | null;
|
|
1675
|
+
/** Format: int32 */
|
|
1676
|
+
result?: number;
|
|
1677
|
+
};
|
|
1678
|
+
LoginRequest: {
|
|
1679
|
+
email: string | null;
|
|
1680
|
+
password: string | null;
|
|
1681
|
+
twoFactorCode?: string | null;
|
|
1682
|
+
twoFactorRecoveryCode?: string | null;
|
|
1683
|
+
};
|
|
1684
|
+
Money: {
|
|
1787
1685
|
/** Format: double */
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
dealUnitId?: string | null;
|
|
1686
|
+
amount?: number;
|
|
1687
|
+
currency?: components["schemas"]["CurrencyId"];
|
|
1791
1688
|
};
|
|
1792
|
-
|
|
1689
|
+
RefreshRequest: {
|
|
1690
|
+
refreshToken: string | null;
|
|
1691
|
+
};
|
|
1692
|
+
RegisterRequest: {
|
|
1693
|
+
email: string | null;
|
|
1694
|
+
password: string | null;
|
|
1695
|
+
};
|
|
1696
|
+
ResendConfirmationEmailRequest: {
|
|
1697
|
+
email: string | null;
|
|
1698
|
+
};
|
|
1699
|
+
ResetPasswordRequest: {
|
|
1700
|
+
email: string | null;
|
|
1701
|
+
resetCode: string | null;
|
|
1702
|
+
newPassword: string | null;
|
|
1703
|
+
};
|
|
1704
|
+
SalesLiteratureCreateDto: {
|
|
1705
|
+
/** Format: uuid */
|
|
1706
|
+
id?: string;
|
|
1707
|
+
/** Format: date-time */
|
|
1708
|
+
timestamp?: string;
|
|
1709
|
+
title?: string | null;
|
|
1710
|
+
content?: string | null;
|
|
1711
|
+
description?: string | null;
|
|
1712
|
+
/** Format: date-time */
|
|
1713
|
+
modifiedDate?: string;
|
|
1714
|
+
/** Format: date-time */
|
|
1715
|
+
expirationDate?: string;
|
|
1716
|
+
tenantId?: string | null;
|
|
1717
|
+
enrollmentId?: string | null;
|
|
1718
|
+
salesLiteratureTypeId?: string | null;
|
|
1719
|
+
};
|
|
1720
|
+
SalesLiteratureDto: {
|
|
1721
|
+
id?: string | null;
|
|
1722
|
+
/** Format: date-time */
|
|
1723
|
+
timestamp?: string | null;
|
|
1724
|
+
title?: string | null;
|
|
1725
|
+
content?: string | null;
|
|
1726
|
+
description?: string | null;
|
|
1727
|
+
/** Format: date-time */
|
|
1728
|
+
modifiedDate?: string;
|
|
1729
|
+
/** Format: date-time */
|
|
1730
|
+
expirationDate?: string;
|
|
1731
|
+
tenantId?: string | null;
|
|
1732
|
+
enrollmentId?: string | null;
|
|
1733
|
+
salesLiteratureTypeId?: string | null;
|
|
1734
|
+
};
|
|
1735
|
+
SalesLiteratureDtoEnvelope: {
|
|
1793
1736
|
isSuccess?: boolean;
|
|
1794
1737
|
errorMessage?: string | null;
|
|
1795
1738
|
correlationId?: string | null;
|
|
1796
1739
|
/** Format: date-time */
|
|
1797
1740
|
timestamp?: string;
|
|
1798
1741
|
activityId?: string | null;
|
|
1799
|
-
result?: components["schemas"]["
|
|
1742
|
+
result?: components["schemas"]["SalesLiteratureDto"];
|
|
1800
1743
|
};
|
|
1801
|
-
|
|
1744
|
+
SalesLiteratureDtoListEnvelope: {
|
|
1802
1745
|
isSuccess?: boolean;
|
|
1803
1746
|
errorMessage?: string | null;
|
|
1804
1747
|
correlationId?: string | null;
|
|
1805
1748
|
/** Format: date-time */
|
|
1806
1749
|
timestamp?: string;
|
|
1807
1750
|
activityId?: string | null;
|
|
1808
|
-
result?: components["schemas"]["
|
|
1751
|
+
result?: components["schemas"]["SalesLiteratureDto"][] | null;
|
|
1809
1752
|
};
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
itemPrimaryImageUrl?: string | null;
|
|
1816
|
-
shippingPolicyId?: string | null;
|
|
1753
|
+
SalesLiteratureTypeDto: {
|
|
1754
|
+
id?: string | null;
|
|
1755
|
+
/** Format: date-time */
|
|
1756
|
+
timestamp?: string | null;
|
|
1757
|
+
name?: string | null;
|
|
1817
1758
|
tenantId?: string | null;
|
|
1818
1759
|
enrollmentId?: string | null;
|
|
1819
|
-
currencyId?: string | null;
|
|
1820
|
-
description?: string | null;
|
|
1821
|
-
/** Format: double */
|
|
1822
|
-
quantity?: number;
|
|
1823
|
-
free?: boolean;
|
|
1824
|
-
freeReason?: string | null;
|
|
1825
|
-
freeReasonCode?: string | null;
|
|
1826
|
-
data?: string | null;
|
|
1827
|
-
dataLabel?: string | null;
|
|
1828
|
-
data1?: string | null;
|
|
1829
|
-
data1Label?: string | null;
|
|
1830
|
-
data2?: string | null;
|
|
1831
|
-
data2Label?: string | null;
|
|
1832
|
-
data3?: string | null;
|
|
1833
|
-
data3Label?: string | null;
|
|
1834
|
-
data4?: string | null;
|
|
1835
|
-
data4Label?: string | null;
|
|
1836
|
-
data5?: string | null;
|
|
1837
|
-
data5Label?: string | null;
|
|
1838
|
-
data6?: string | null;
|
|
1839
|
-
data6Label?: string | null;
|
|
1840
|
-
data7?: string | null;
|
|
1841
|
-
data7Label?: string | null;
|
|
1842
|
-
data8?: string | null;
|
|
1843
|
-
data8Label?: string | null;
|
|
1844
|
-
data9?: string | null;
|
|
1845
|
-
data9Label?: string | null;
|
|
1846
|
-
itemPriceId?: string | null;
|
|
1847
|
-
priceListItemId?: string | null;
|
|
1848
|
-
unitId?: string | null;
|
|
1849
|
-
unitGroupId?: string | null;
|
|
1850
|
-
/** @enum {string} */
|
|
1851
|
-
taxCalculationMethod?: "Included" | "Excluded";
|
|
1852
|
-
/** @enum {string} */
|
|
1853
|
-
costCalculationMethod?: "Automatic" | "Custom";
|
|
1854
|
-
forexRatesSnapshot?: string | null;
|
|
1855
|
-
/** Format: double */
|
|
1856
|
-
forexRate?: number;
|
|
1857
|
-
/** Format: double */
|
|
1858
|
-
totalBaseAmountInUsd?: number;
|
|
1859
|
-
/** Format: double */
|
|
1860
|
-
totalProfitInUsd?: number;
|
|
1861
|
-
/** Format: double */
|
|
1862
|
-
totalDetailAmountInUsd?: number;
|
|
1863
|
-
/** Format: double */
|
|
1864
|
-
totalTaxBaseInUsd?: number;
|
|
1865
|
-
/** Format: double */
|
|
1866
|
-
totalDiscountsInUsd?: number;
|
|
1867
|
-
/** Format: double */
|
|
1868
|
-
totalTaxesInUsd?: number;
|
|
1869
|
-
/** Format: double */
|
|
1870
|
-
totalWithheldTaxesInUsd?: number;
|
|
1871
|
-
/** Format: double */
|
|
1872
|
-
totalShippingCostInUsd?: number;
|
|
1873
|
-
/** Format: double */
|
|
1874
|
-
totalShippingTaxesInUsd?: number;
|
|
1875
|
-
/** Format: double */
|
|
1876
|
-
totalWarrantyCostInUsd?: number;
|
|
1877
|
-
/** Format: double */
|
|
1878
|
-
totalReturnCostInUsd?: number;
|
|
1879
|
-
/** Format: double */
|
|
1880
|
-
totalRefundCostInUsd?: number;
|
|
1881
|
-
/** Format: double */
|
|
1882
|
-
totalSurchargesInUsd?: number;
|
|
1883
|
-
/** Format: double */
|
|
1884
|
-
totalAmountInUsd?: number;
|
|
1885
|
-
/** Format: double */
|
|
1886
|
-
totalGlobalDiscountsInUsd?: number;
|
|
1887
|
-
/** Format: double */
|
|
1888
|
-
totalGlobalSurchargesInUsd?: number;
|
|
1889
|
-
/** Format: double */
|
|
1890
|
-
customGlobalSurchargesAmount?: number;
|
|
1891
|
-
/** Format: double */
|
|
1892
|
-
customGlobalDiscountsAmount?: number;
|
|
1893
|
-
/** Format: double */
|
|
1894
|
-
totalDetail?: number;
|
|
1895
|
-
/** Format: double */
|
|
1896
|
-
totalProfit?: number;
|
|
1897
|
-
/** Format: double */
|
|
1898
|
-
totalDiscounts?: number;
|
|
1899
|
-
/** Format: double */
|
|
1900
|
-
totalSurcharges?: number;
|
|
1901
|
-
/** Format: double */
|
|
1902
|
-
totalTaxBase?: number;
|
|
1903
|
-
/** Format: double */
|
|
1904
|
-
totalShippingCost?: number;
|
|
1905
|
-
/** Format: double */
|
|
1906
|
-
totalShippingTax?: number;
|
|
1907
|
-
/** Format: double */
|
|
1908
|
-
totalTaxes?: number;
|
|
1909
|
-
/** Format: double */
|
|
1910
|
-
totalWithheldTax?: number;
|
|
1911
|
-
/** Format: double */
|
|
1912
|
-
totalGlobalDiscounts?: number;
|
|
1913
|
-
/** Format: double */
|
|
1914
|
-
totalGlobalSurcharges?: number;
|
|
1915
|
-
/** Format: double */
|
|
1916
|
-
total?: number;
|
|
1917
|
-
returnPolicyId?: string | null;
|
|
1918
|
-
refundPolicyId?: string | null;
|
|
1919
|
-
warrantyPolicyId?: string | null;
|
|
1920
|
-
shipmentPolicyId?: string | null;
|
|
1921
|
-
shippingLocationId?: string | null;
|
|
1922
|
-
locationId?: string | null;
|
|
1923
|
-
quoteItemRecordId?: string | null;
|
|
1924
|
-
businessProfileRecordId?: string | null;
|
|
1925
|
-
parentBillingItemRecordId?: string | null;
|
|
1926
1760
|
};
|
|
1927
|
-
|
|
1928
|
-
closed?: boolean;
|
|
1761
|
+
SalesLiteratureUpdateDto: {
|
|
1929
1762
|
title?: string | null;
|
|
1930
|
-
|
|
1931
|
-
tenantId?: string | null;
|
|
1932
|
-
priceListId?: string | null;
|
|
1763
|
+
content?: string | null;
|
|
1933
1764
|
description?: string | null;
|
|
1765
|
+
/** Format: date-time */
|
|
1766
|
+
modifiedDate?: string;
|
|
1767
|
+
/** Format: date-time */
|
|
1768
|
+
expirationDate?: string;
|
|
1769
|
+
tenantId?: string | null;
|
|
1934
1770
|
enrollmentId?: string | null;
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
totalDetail?: number;
|
|
1957
|
-
/** Format: double */
|
|
1958
|
-
totalProfit?: number;
|
|
1959
|
-
/** Format: double */
|
|
1960
|
-
totalDiscounts?: number;
|
|
1961
|
-
/** Format: double */
|
|
1962
|
-
totalSurcharges?: number;
|
|
1963
|
-
/** Format: double */
|
|
1964
|
-
totalShippingTax?: number;
|
|
1965
|
-
/** Format: double */
|
|
1966
|
-
totalShippingCost?: number;
|
|
1967
|
-
/** Format: double */
|
|
1968
|
-
totalGlobalDiscounts?: number;
|
|
1969
|
-
/** Format: double */
|
|
1970
|
-
totalGlobalSurcharges?: number;
|
|
1971
|
-
/** Format: double */
|
|
1972
|
-
totalWithheldTax?: number;
|
|
1973
|
-
/** Format: double */
|
|
1974
|
-
totalTaxBase?: number;
|
|
1975
|
-
/** Format: double */
|
|
1976
|
-
totalTaxes?: number;
|
|
1977
|
-
/** Format: double */
|
|
1978
|
-
total?: number;
|
|
1979
|
-
/** @enum {string} */
|
|
1980
|
-
costCalculationMethod?: "Automatic" | "Custom";
|
|
1981
|
-
/** @enum {string} */
|
|
1982
|
-
taxCalculationMethod?: "Included" | "Excluded";
|
|
1983
|
-
ordered?: boolean;
|
|
1771
|
+
salesLiteratureTypeId?: string | null;
|
|
1772
|
+
};
|
|
1773
|
+
TenantDto: {
|
|
1774
|
+
id?: string | null;
|
|
1775
|
+
/** Format: date-time */
|
|
1776
|
+
timestamp?: string | null;
|
|
1777
|
+
qualifiedName?: string | null;
|
|
1778
|
+
taxId?: string | null;
|
|
1779
|
+
about?: string | null;
|
|
1780
|
+
walletId?: string | null;
|
|
1781
|
+
socialFeedId?: string | null;
|
|
1782
|
+
businessIndustryId?: string | null;
|
|
1783
|
+
businessSegmentId?: string | null;
|
|
1784
|
+
socialProfileId?: string | null;
|
|
1785
|
+
languageId?: string | null;
|
|
1786
|
+
name?: string | null;
|
|
1787
|
+
duns?: string | null;
|
|
1788
|
+
slogan?: string | null;
|
|
1789
|
+
legalName?: string | null;
|
|
1790
|
+
coverUrl?: string | null;
|
|
1791
|
+
avatarUrl?: string | null;
|
|
1984
1792
|
cartId?: string | null;
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1793
|
+
currencyId?: string | null;
|
|
1794
|
+
timezoneId?: string | null;
|
|
1795
|
+
countryId?: string | null;
|
|
1796
|
+
stateId?: string | null;
|
|
1797
|
+
cityId?: string | null;
|
|
1798
|
+
email?: string | null;
|
|
1799
|
+
phone?: string | null;
|
|
1800
|
+
webUrl?: string | null;
|
|
1801
|
+
facebookUrl?: string | null;
|
|
1802
|
+
twitterUrl?: string | null;
|
|
1803
|
+
gitHubUrl?: string | null;
|
|
1804
|
+
linkedInUrl?: string | null;
|
|
1805
|
+
instagramUrl?: string | null;
|
|
1806
|
+
youTubeUrl?: string | null;
|
|
1807
|
+
whatsAppNumber?: string | null;
|
|
1808
|
+
supportPhoneNumber?: string | null;
|
|
1809
|
+
verified?: boolean;
|
|
1810
|
+
businessName?: string | null;
|
|
1811
|
+
businessLegalName?: string | null;
|
|
1812
|
+
twitterUsername?: string | null;
|
|
1813
|
+
};
|
|
1814
|
+
TenantEnrollmentDto: {
|
|
1815
|
+
id?: string | null;
|
|
1997
1816
|
/** Format: date-time */
|
|
1998
|
-
|
|
1817
|
+
timestamp?: string | null;
|
|
1818
|
+
tenantId?: string | null;
|
|
1819
|
+
userId?: string | null;
|
|
1820
|
+
isRoot?: boolean;
|
|
1821
|
+
isOwner?: boolean;
|
|
1822
|
+
isAdmin?: boolean;
|
|
1823
|
+
isDisabled?: boolean;
|
|
1824
|
+
};
|
|
1825
|
+
TwoFactorRequest: {
|
|
1826
|
+
enable?: boolean | null;
|
|
1827
|
+
twoFactorCode?: string | null;
|
|
1828
|
+
resetSharedKey?: boolean;
|
|
1829
|
+
resetRecoveryCodes?: boolean;
|
|
1830
|
+
forgetMachine?: boolean;
|
|
1831
|
+
};
|
|
1832
|
+
TwoFactorResponse: {
|
|
1833
|
+
sharedKey: string | null;
|
|
1834
|
+
/** Format: int32 */
|
|
1835
|
+
recoveryCodesLeft: number;
|
|
1836
|
+
recoveryCodes?: string[] | null;
|
|
1837
|
+
isTwoFactorEnabled: boolean;
|
|
1838
|
+
isMachineRemembered: boolean;
|
|
1839
|
+
};
|
|
1840
|
+
UserDto: {
|
|
1841
|
+
id?: string | null;
|
|
1999
1842
|
/** Format: date-time */
|
|
2000
|
-
|
|
1843
|
+
timestamp?: string | null;
|
|
1844
|
+
fullName?: string | null;
|
|
1845
|
+
qualifiedName?: string | null;
|
|
1846
|
+
publicName?: string | null;
|
|
1847
|
+
handler?: string | null;
|
|
1848
|
+
lastName?: string | null;
|
|
1849
|
+
firstName?: string | null;
|
|
1850
|
+
coverUrl?: string | null;
|
|
1851
|
+
avatarUrl?: string | null;
|
|
1852
|
+
gitHubUrl?: string | null;
|
|
1853
|
+
countryId?: string | null;
|
|
1854
|
+
timezoneId?: string | null;
|
|
1855
|
+
websiteUrl?: string | null;
|
|
1856
|
+
twitterUrl?: string | null;
|
|
1857
|
+
youTubeUrl?: string | null;
|
|
1858
|
+
linkedInUrl?: string | null;
|
|
1859
|
+
facebookUrl?: string | null;
|
|
1860
|
+
instagramUrl?: string | null;
|
|
1861
|
+
socialProfileId?: string | null;
|
|
2001
1862
|
/** Format: date-time */
|
|
2002
|
-
|
|
1863
|
+
birthday?: string | null;
|
|
1864
|
+
idProvider?: string | null;
|
|
1865
|
+
languageId?: string | null;
|
|
1866
|
+
/** @enum {string|null} */
|
|
1867
|
+
gender?: "Unknown" | "Male" | "Female" | "PreferNotToSay" | null;
|
|
1868
|
+
cityId?: string | null;
|
|
1869
|
+
stateId?: string | null;
|
|
1870
|
+
email?: string | null;
|
|
1871
|
+
about?: string | null;
|
|
1872
|
+
jobTitle?: string | null;
|
|
1873
|
+
socialFeedId?: string | null;
|
|
1874
|
+
currentTenantId?: string | null;
|
|
1875
|
+
currentEnrollmentId?: string | null;
|
|
1876
|
+
status?: string | null;
|
|
1877
|
+
cartId?: string | null;
|
|
1878
|
+
walletId?: string | null;
|
|
1879
|
+
userName?: string | null;
|
|
1880
|
+
currencyId?: string | null;
|
|
1881
|
+
phoneNumber?: string | null;
|
|
1882
|
+
publicIdentifier?: string | null;
|
|
1883
|
+
identityProvider?: string | null;
|
|
1884
|
+
phoneNumberConfirmed?: boolean;
|
|
1885
|
+
emailConfirmed?: boolean;
|
|
1886
|
+
/** @enum {string|null} */
|
|
1887
|
+
availability?: "DND" | "Busy" | "Away" | "Offline" | "Available" | null;
|
|
1888
|
+
lockoutEnabled?: boolean;
|
|
2003
1889
|
/** Format: date-time */
|
|
2004
|
-
|
|
2005
|
-
/**
|
|
2006
|
-
|
|
2007
|
-
/** @enum {string} */
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
1890
|
+
lockoutEnd?: string | null;
|
|
1891
|
+
/** Format: int32 */
|
|
1892
|
+
enrollmentsCount?: number | null;
|
|
1893
|
+
/** @enum {string|null} */
|
|
1894
|
+
siteTheme?: "System" | "Light" | "Dark" | null;
|
|
1895
|
+
};
|
|
1896
|
+
};
|
|
1897
|
+
responses: never;
|
|
1898
|
+
parameters: never;
|
|
1899
|
+
requestBodies: never;
|
|
1900
|
+
headers: never;
|
|
1901
|
+
pathItems: never;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
export type $defs = Record<string, never>;
|
|
1905
|
+
|
|
1906
|
+
export type external = Record<string, never>;
|
|
1907
|
+
|
|
1908
|
+
export interface operations {
|
|
1909
|
+
|
|
1910
|
+
/**
|
|
1911
|
+
* Get deal unit flows
|
|
1912
|
+
* @description Retrieves a list of deal unit flows for the specified tenant with OData query support.
|
|
1913
|
+
*/
|
|
1914
|
+
GetDealUnitFlowsAsync: {
|
|
1915
|
+
parameters: {
|
|
1916
|
+
query: {
|
|
1917
|
+
tenantId: string;
|
|
1918
|
+
};
|
|
1919
|
+
};
|
|
1920
|
+
responses: {
|
|
1921
|
+
/** @description OK */
|
|
1922
|
+
200: {
|
|
1923
|
+
content: {
|
|
1924
|
+
"application/json": components["schemas"]["DealUnitFlowDtoListEnvelope"];
|
|
1925
|
+
"application/xml": components["schemas"]["DealUnitFlowDtoListEnvelope"];
|
|
1926
|
+
};
|
|
1927
|
+
};
|
|
1928
|
+
/** @description Not Found */
|
|
1929
|
+
404: {
|
|
1930
|
+
content: {
|
|
1931
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1932
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1933
|
+
};
|
|
1934
|
+
};
|
|
1935
|
+
};
|
|
1936
|
+
};
|
|
1937
|
+
/**
|
|
1938
|
+
* Create a deal unit flow
|
|
1939
|
+
* @description Creates a new deal unit flow for the specified tenant.
|
|
1940
|
+
*/
|
|
1941
|
+
CreateDealUnitFlowAsync: {
|
|
1942
|
+
parameters: {
|
|
1943
|
+
query: {
|
|
1944
|
+
tenantId: string;
|
|
1945
|
+
};
|
|
1946
|
+
};
|
|
1947
|
+
requestBody?: {
|
|
1948
|
+
content: {
|
|
1949
|
+
"application/json": components["schemas"]["DealUnitFlowCreateDto"];
|
|
1950
|
+
"application/xml": components["schemas"]["DealUnitFlowCreateDto"];
|
|
1951
|
+
};
|
|
1952
|
+
};
|
|
1953
|
+
responses: {
|
|
1954
|
+
/** @description OK */
|
|
1955
|
+
200: {
|
|
1956
|
+
content: {
|
|
1957
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1958
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1959
|
+
};
|
|
1960
|
+
};
|
|
1961
|
+
/** @description Not Found */
|
|
1962
|
+
404: {
|
|
1963
|
+
content: {
|
|
1964
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1965
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1966
|
+
};
|
|
1967
|
+
};
|
|
1968
|
+
};
|
|
1969
|
+
};
|
|
1970
|
+
/**
|
|
1971
|
+
* Get deal unit flows count
|
|
1972
|
+
* @description Returns the total count of deal unit flows for the specified tenant with OData filter support.
|
|
1973
|
+
*/
|
|
1974
|
+
GetDealUnitFlowsCountAsync: {
|
|
1975
|
+
parameters: {
|
|
1976
|
+
query: {
|
|
1977
|
+
tenantId: string;
|
|
1978
|
+
};
|
|
1979
|
+
};
|
|
1980
|
+
responses: {
|
|
1981
|
+
/** @description OK */
|
|
1982
|
+
200: {
|
|
1983
|
+
content: {
|
|
1984
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
1985
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
1986
|
+
};
|
|
1987
|
+
};
|
|
1988
|
+
/** @description Not Found */
|
|
1989
|
+
404: {
|
|
1990
|
+
content: {
|
|
1991
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1992
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1993
|
+
};
|
|
1994
|
+
};
|
|
1995
|
+
};
|
|
1996
|
+
};
|
|
1997
|
+
/**
|
|
1998
|
+
* Get deal unit flow by ID
|
|
1999
|
+
* @description Retrieves a single deal unit flow by its unique identifier.
|
|
2000
|
+
*/
|
|
2001
|
+
GetDealUnitFlowAsync: {
|
|
2002
|
+
parameters: {
|
|
2003
|
+
query: {
|
|
2004
|
+
tenantId: string;
|
|
2005
|
+
};
|
|
2006
|
+
path: {
|
|
2007
|
+
dealUnitFlowId: string;
|
|
2008
|
+
};
|
|
2009
|
+
};
|
|
2010
|
+
responses: {
|
|
2011
|
+
/** @description OK */
|
|
2012
|
+
200: {
|
|
2013
|
+
content: {
|
|
2014
|
+
"application/json": components["schemas"]["DealUnitFlowDtoEnvelope"];
|
|
2015
|
+
"application/xml": components["schemas"]["DealUnitFlowDtoEnvelope"];
|
|
2016
|
+
};
|
|
2017
|
+
};
|
|
2018
|
+
/** @description Not Found */
|
|
2019
|
+
404: {
|
|
2020
|
+
content: {
|
|
2021
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2022
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2023
|
+
};
|
|
2024
|
+
};
|
|
2025
|
+
};
|
|
2026
|
+
};
|
|
2027
|
+
/**
|
|
2028
|
+
* Update a deal unit flow
|
|
2029
|
+
* @description Updates an existing deal unit flow by its unique identifier.
|
|
2030
|
+
*/
|
|
2031
|
+
UpdateDealUnitFlowAsync: {
|
|
2032
|
+
parameters: {
|
|
2033
|
+
query: {
|
|
2034
|
+
tenantId: string;
|
|
2035
|
+
};
|
|
2036
|
+
path: {
|
|
2037
|
+
dealUnitFlowId: string;
|
|
2038
|
+
};
|
|
2039
|
+
};
|
|
2040
|
+
requestBody?: {
|
|
2041
|
+
content: {
|
|
2042
|
+
"application/json": components["schemas"]["DealUnitFlowUpdateDto"];
|
|
2043
|
+
"application/xml": components["schemas"]["DealUnitFlowUpdateDto"];
|
|
2044
|
+
};
|
|
2045
|
+
};
|
|
2046
|
+
responses: {
|
|
2047
|
+
/** @description OK */
|
|
2048
|
+
200: {
|
|
2049
|
+
content: {
|
|
2050
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2051
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2052
|
+
};
|
|
2053
|
+
};
|
|
2054
|
+
/** @description Not Found */
|
|
2055
|
+
404: {
|
|
2056
|
+
content: {
|
|
2057
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2058
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2059
|
+
};
|
|
2060
|
+
};
|
|
2061
|
+
};
|
|
2062
|
+
};
|
|
2063
|
+
/**
|
|
2064
|
+
* Delete a deal unit flow
|
|
2065
|
+
* @description Deletes an existing deal unit flow by its unique identifier.
|
|
2066
|
+
*/
|
|
2067
|
+
DeleteDealUnitFlowAsync: {
|
|
2068
|
+
parameters: {
|
|
2069
|
+
query: {
|
|
2070
|
+
tenantId: string;
|
|
2071
|
+
};
|
|
2072
|
+
path: {
|
|
2073
|
+
dealUnitFlowId: string;
|
|
2074
|
+
};
|
|
2013
2075
|
};
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2076
|
+
responses: {
|
|
2077
|
+
/** @description OK */
|
|
2078
|
+
200: {
|
|
2079
|
+
content: {
|
|
2080
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2081
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2082
|
+
};
|
|
2083
|
+
};
|
|
2084
|
+
/** @description Not Found */
|
|
2085
|
+
404: {
|
|
2086
|
+
content: {
|
|
2087
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2088
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2089
|
+
};
|
|
2090
|
+
};
|
|
2021
2091
|
};
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2092
|
+
};
|
|
2093
|
+
/**
|
|
2094
|
+
* Get stages for a deal unit flow
|
|
2095
|
+
* @description Retrieves a list of stages for a specific deal unit flow with OData query support.
|
|
2096
|
+
*/
|
|
2097
|
+
GetDealUnitFlowStagesAsync: {
|
|
2098
|
+
parameters: {
|
|
2099
|
+
query: {
|
|
2100
|
+
tenantId: string;
|
|
2101
|
+
};
|
|
2102
|
+
path: {
|
|
2103
|
+
dealUnitFlowId: string;
|
|
2104
|
+
};
|
|
2029
2105
|
};
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
/**
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
/**
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
/**
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
/** Format: int32 */
|
|
2143
|
-
linesCount?: number;
|
|
2144
|
-
/** Format: double */
|
|
2145
|
-
customTotalAmount?: number;
|
|
2146
|
-
/** Format: double */
|
|
2147
|
-
customDetailAmount?: number;
|
|
2148
|
-
/** Format: double */
|
|
2149
|
-
customProfitAmount?: number;
|
|
2150
|
-
/** Format: double */
|
|
2151
|
-
customShippingCostAmount?: number;
|
|
2152
|
-
/** Format: double */
|
|
2153
|
-
customWithholdingTaxAmount?: number;
|
|
2154
|
-
/** Format: double */
|
|
2155
|
-
customSurchargesAmount?: number;
|
|
2156
|
-
/** Format: double */
|
|
2157
|
-
customDiscountsAmount?: number;
|
|
2158
|
-
/** Format: double */
|
|
2159
|
-
customShippingTaxAmount?: number;
|
|
2160
|
-
user?: components["schemas"]["UserDto"];
|
|
2161
|
-
tenant?: components["schemas"]["TenantDto"];
|
|
2162
|
-
individual?: components["schemas"]["ContactDto"];
|
|
2163
|
-
organization?: components["schemas"]["ContactDto"];
|
|
2164
|
-
receiverTenant?: components["schemas"]["TenantDto"];
|
|
2165
|
-
enrollment?: components["schemas"]["TenantEnrollmentDto"];
|
|
2106
|
+
responses: {
|
|
2107
|
+
/** @description OK */
|
|
2108
|
+
200: {
|
|
2109
|
+
content: {
|
|
2110
|
+
"application/json": components["schemas"]["DealUnitFlowStageDtoListEnvelope"];
|
|
2111
|
+
"application/xml": components["schemas"]["DealUnitFlowStageDtoListEnvelope"];
|
|
2112
|
+
};
|
|
2113
|
+
};
|
|
2114
|
+
/** @description Not Found */
|
|
2115
|
+
404: {
|
|
2116
|
+
content: {
|
|
2117
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2118
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2119
|
+
};
|
|
2120
|
+
};
|
|
2121
|
+
};
|
|
2122
|
+
};
|
|
2123
|
+
/**
|
|
2124
|
+
* Create a deal unit flow stage
|
|
2125
|
+
* @description Creates a new stage within a specific deal unit flow.
|
|
2126
|
+
*/
|
|
2127
|
+
CreateDealUnitFlowStageAsync: {
|
|
2128
|
+
parameters: {
|
|
2129
|
+
query: {
|
|
2130
|
+
tenantId: string;
|
|
2131
|
+
};
|
|
2132
|
+
path: {
|
|
2133
|
+
dealUnitFlowId: string;
|
|
2134
|
+
};
|
|
2135
|
+
};
|
|
2136
|
+
requestBody?: {
|
|
2137
|
+
content: {
|
|
2138
|
+
"application/json": components["schemas"]["DealUnitFlowStageCreateDto"];
|
|
2139
|
+
"application/xml": components["schemas"]["DealUnitFlowStageCreateDto"];
|
|
2140
|
+
};
|
|
2141
|
+
};
|
|
2142
|
+
responses: {
|
|
2143
|
+
/** @description OK */
|
|
2144
|
+
200: {
|
|
2145
|
+
content: {
|
|
2146
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2147
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2148
|
+
};
|
|
2149
|
+
};
|
|
2150
|
+
/** @description Not Found */
|
|
2151
|
+
404: {
|
|
2152
|
+
content: {
|
|
2153
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2154
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2155
|
+
};
|
|
2156
|
+
};
|
|
2157
|
+
};
|
|
2158
|
+
};
|
|
2159
|
+
/**
|
|
2160
|
+
* Get stages count for a deal unit flow
|
|
2161
|
+
* @description Returns the total count of stages for a specific deal unit flow with OData filter support.
|
|
2162
|
+
*/
|
|
2163
|
+
GetDealUnitFlowStagesCountAsync: {
|
|
2164
|
+
parameters: {
|
|
2165
|
+
query: {
|
|
2166
|
+
tenantId: string;
|
|
2167
|
+
};
|
|
2168
|
+
path: {
|
|
2169
|
+
dealUnitFlowId: string;
|
|
2170
|
+
};
|
|
2171
|
+
};
|
|
2172
|
+
responses: {
|
|
2173
|
+
/** @description OK */
|
|
2174
|
+
200: {
|
|
2175
|
+
content: {
|
|
2176
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2177
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2178
|
+
};
|
|
2179
|
+
};
|
|
2180
|
+
/** @description Not Found */
|
|
2181
|
+
404: {
|
|
2182
|
+
content: {
|
|
2183
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2184
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2185
|
+
};
|
|
2186
|
+
};
|
|
2187
|
+
};
|
|
2188
|
+
};
|
|
2189
|
+
/**
|
|
2190
|
+
* Get a deal unit flow stage by ID
|
|
2191
|
+
* @description Retrieves a single stage for a specific deal unit flow by its unique identifier.
|
|
2192
|
+
*/
|
|
2193
|
+
GetDealUnitFlowStageAsync: {
|
|
2194
|
+
parameters: {
|
|
2195
|
+
query: {
|
|
2196
|
+
tenantId: string;
|
|
2197
|
+
};
|
|
2198
|
+
path: {
|
|
2199
|
+
dealUnitFlowId: string;
|
|
2200
|
+
dealUnitFlowStageId: string;
|
|
2201
|
+
};
|
|
2202
|
+
};
|
|
2203
|
+
responses: {
|
|
2204
|
+
/** @description OK */
|
|
2205
|
+
200: {
|
|
2206
|
+
content: {
|
|
2207
|
+
"application/json": components["schemas"]["DealUnitFlowStageDtoEnvelope"];
|
|
2208
|
+
"application/xml": components["schemas"]["DealUnitFlowStageDtoEnvelope"];
|
|
2209
|
+
};
|
|
2210
|
+
};
|
|
2211
|
+
/** @description Not Found */
|
|
2212
|
+
404: {
|
|
2213
|
+
content: {
|
|
2214
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2215
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2216
|
+
};
|
|
2217
|
+
};
|
|
2166
2218
|
};
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2219
|
+
};
|
|
2220
|
+
/**
|
|
2221
|
+
* Update a deal unit flow stage
|
|
2222
|
+
* @description Updates an existing stage within a specific deal unit flow.
|
|
2223
|
+
*/
|
|
2224
|
+
UpdateDealUnitFlowStageAsync: {
|
|
2225
|
+
parameters: {
|
|
2226
|
+
query: {
|
|
2227
|
+
tenantId: string;
|
|
2228
|
+
};
|
|
2229
|
+
path: {
|
|
2230
|
+
dealUnitFlowId: string;
|
|
2231
|
+
dealUnitFlowStageId: string;
|
|
2232
|
+
};
|
|
2175
2233
|
};
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
timestamp?: string;
|
|
2182
|
-
activityId?: string | null;
|
|
2183
|
-
result?: components["schemas"]["ExtendedDealUnitDto"][] | null;
|
|
2234
|
+
requestBody?: {
|
|
2235
|
+
content: {
|
|
2236
|
+
"application/json": components["schemas"]["DealUnitFlowStageUpdateDto"];
|
|
2237
|
+
"application/xml": components["schemas"]["DealUnitFlowStageUpdateDto"];
|
|
2238
|
+
};
|
|
2184
2239
|
};
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
tenant?: components["schemas"]["TenantDto"];
|
|
2240
|
+
responses: {
|
|
2241
|
+
/** @description OK */
|
|
2242
|
+
200: {
|
|
2243
|
+
content: {
|
|
2244
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2245
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2246
|
+
};
|
|
2247
|
+
};
|
|
2248
|
+
/** @description Not Found */
|
|
2249
|
+
404: {
|
|
2250
|
+
content: {
|
|
2251
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2252
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2253
|
+
};
|
|
2254
|
+
};
|
|
2201
2255
|
};
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2256
|
+
};
|
|
2257
|
+
/**
|
|
2258
|
+
* Delete a deal unit flow stage
|
|
2259
|
+
* @description Deletes an existing stage from a specific deal unit flow.
|
|
2260
|
+
*/
|
|
2261
|
+
DeleteDealUnitFlowStageAsync: {
|
|
2262
|
+
parameters: {
|
|
2263
|
+
query: {
|
|
2264
|
+
tenantId: string;
|
|
2265
|
+
};
|
|
2266
|
+
path: {
|
|
2267
|
+
dealUnitFlowId: string;
|
|
2268
|
+
dealUnitFlowStageId: string;
|
|
2269
|
+
};
|
|
2210
2270
|
};
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2271
|
+
responses: {
|
|
2272
|
+
/** @description OK */
|
|
2273
|
+
200: {
|
|
2274
|
+
content: {
|
|
2275
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2276
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2277
|
+
};
|
|
2278
|
+
};
|
|
2279
|
+
/** @description Not Found */
|
|
2280
|
+
404: {
|
|
2281
|
+
content: {
|
|
2282
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2283
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2284
|
+
};
|
|
2285
|
+
};
|
|
2222
2286
|
};
|
|
2223
|
-
|
|
2224
|
-
|
|
2287
|
+
};
|
|
2288
|
+
/**
|
|
2289
|
+
* Get deal units
|
|
2290
|
+
* @description Retrieves a list of deal units for the specified tenant with OData query support.
|
|
2291
|
+
*/
|
|
2292
|
+
GetDealUnitsAsync: {
|
|
2293
|
+
parameters: {
|
|
2294
|
+
query: {
|
|
2295
|
+
tenantId: string;
|
|
2296
|
+
};
|
|
2225
2297
|
};
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2298
|
+
responses: {
|
|
2299
|
+
/** @description OK */
|
|
2300
|
+
200: {
|
|
2301
|
+
content: {
|
|
2302
|
+
"application/json": components["schemas"]["DealUnitDtoListEnvelope"];
|
|
2303
|
+
"application/xml": components["schemas"]["DealUnitDtoListEnvelope"];
|
|
2304
|
+
};
|
|
2305
|
+
};
|
|
2306
|
+
/** @description Not Found */
|
|
2307
|
+
404: {
|
|
2308
|
+
content: {
|
|
2309
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2310
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2311
|
+
};
|
|
2312
|
+
};
|
|
2237
2313
|
};
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2314
|
+
};
|
|
2315
|
+
/**
|
|
2316
|
+
* Create a deal unit
|
|
2317
|
+
* @description Creates a new deal unit for the specified tenant.
|
|
2318
|
+
*/
|
|
2319
|
+
CreateDealUnitAsync: {
|
|
2320
|
+
parameters: {
|
|
2321
|
+
query: {
|
|
2322
|
+
tenantId: string;
|
|
2323
|
+
};
|
|
2242
2324
|
};
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2325
|
+
requestBody?: {
|
|
2326
|
+
content: {
|
|
2327
|
+
"application/json": components["schemas"]["DealUnitCreateDto"];
|
|
2328
|
+
"application/xml": components["schemas"]["DealUnitCreateDto"];
|
|
2329
|
+
};
|
|
2246
2330
|
};
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2331
|
+
responses: {
|
|
2332
|
+
/** @description OK */
|
|
2333
|
+
200: {
|
|
2334
|
+
content: {
|
|
2335
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2336
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2337
|
+
};
|
|
2338
|
+
};
|
|
2339
|
+
/** @description Not Found */
|
|
2340
|
+
404: {
|
|
2341
|
+
content: {
|
|
2342
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2343
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2344
|
+
};
|
|
2345
|
+
};
|
|
2256
2346
|
};
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2347
|
+
};
|
|
2348
|
+
/**
|
|
2349
|
+
* Get deal units count
|
|
2350
|
+
* @description Returns the total count of deal units for the specified tenant with OData filter support.
|
|
2351
|
+
*/
|
|
2352
|
+
GetDealUnitsCountAsync: {
|
|
2353
|
+
parameters: {
|
|
2354
|
+
query: {
|
|
2355
|
+
tenantId: string;
|
|
2356
|
+
};
|
|
2262
2357
|
};
|
|
2263
|
-
|
|
2264
|
-
/**
|
|
2265
|
-
|
|
2266
|
-
|
|
2358
|
+
responses: {
|
|
2359
|
+
/** @description OK */
|
|
2360
|
+
200: {
|
|
2361
|
+
content: {
|
|
2362
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2363
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2364
|
+
};
|
|
2365
|
+
};
|
|
2366
|
+
/** @description Not Found */
|
|
2367
|
+
404: {
|
|
2368
|
+
content: {
|
|
2369
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2370
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2371
|
+
};
|
|
2372
|
+
};
|
|
2267
2373
|
};
|
|
2268
|
-
|
|
2269
|
-
|
|
2374
|
+
};
|
|
2375
|
+
/**
|
|
2376
|
+
* Get extended deal units
|
|
2377
|
+
* @description Retrieves a list of deal units with extended details for the specified tenant with OData query support.
|
|
2378
|
+
*/
|
|
2379
|
+
GetExtendedDealUnitsAsync: {
|
|
2380
|
+
parameters: {
|
|
2381
|
+
query: {
|
|
2382
|
+
tenantId: string;
|
|
2383
|
+
};
|
|
2384
|
+
};
|
|
2385
|
+
responses: {
|
|
2386
|
+
/** @description OK */
|
|
2387
|
+
200: {
|
|
2388
|
+
content: {
|
|
2389
|
+
"application/json": components["schemas"]["ExtendedDealUnitDtoListEnvelope"];
|
|
2390
|
+
"application/xml": components["schemas"]["ExtendedDealUnitDtoListEnvelope"];
|
|
2391
|
+
};
|
|
2392
|
+
};
|
|
2393
|
+
/** @description Not Found */
|
|
2394
|
+
404: {
|
|
2395
|
+
content: {
|
|
2396
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2397
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2398
|
+
};
|
|
2399
|
+
};
|
|
2400
|
+
};
|
|
2401
|
+
};
|
|
2402
|
+
/**
|
|
2403
|
+
* Get deal unit by ID
|
|
2404
|
+
* @description Retrieves a single deal unit by its unique identifier.
|
|
2405
|
+
*/
|
|
2406
|
+
GetDealUnitAsync: {
|
|
2407
|
+
parameters: {
|
|
2408
|
+
query: {
|
|
2409
|
+
tenantId: string;
|
|
2410
|
+
};
|
|
2411
|
+
path: {
|
|
2412
|
+
dealUnitId: string;
|
|
2413
|
+
};
|
|
2414
|
+
};
|
|
2415
|
+
responses: {
|
|
2416
|
+
/** @description OK */
|
|
2417
|
+
200: {
|
|
2418
|
+
content: {
|
|
2419
|
+
"application/json": components["schemas"]["DealUnitDtoEnvelope"];
|
|
2420
|
+
"application/xml": components["schemas"]["DealUnitDtoEnvelope"];
|
|
2421
|
+
};
|
|
2422
|
+
};
|
|
2423
|
+
/** @description Not Found */
|
|
2424
|
+
404: {
|
|
2425
|
+
content: {
|
|
2426
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2427
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2428
|
+
};
|
|
2429
|
+
};
|
|
2430
|
+
};
|
|
2431
|
+
};
|
|
2432
|
+
/**
|
|
2433
|
+
* Update a deal unit
|
|
2434
|
+
* @description Updates an existing deal unit by its unique identifier.
|
|
2435
|
+
*/
|
|
2436
|
+
UpdateDealUnitAsync: {
|
|
2437
|
+
parameters: {
|
|
2438
|
+
query: {
|
|
2439
|
+
tenantId: string;
|
|
2440
|
+
};
|
|
2441
|
+
path: {
|
|
2442
|
+
dealUnitId: string;
|
|
2443
|
+
};
|
|
2444
|
+
};
|
|
2445
|
+
requestBody?: {
|
|
2446
|
+
content: {
|
|
2447
|
+
"application/json": components["schemas"]["DealUnitUpdateDto"];
|
|
2448
|
+
"application/xml": components["schemas"]["DealUnitUpdateDto"];
|
|
2449
|
+
};
|
|
2270
2450
|
};
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2451
|
+
responses: {
|
|
2452
|
+
/** @description OK */
|
|
2453
|
+
200: {
|
|
2454
|
+
content: {
|
|
2455
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2456
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2457
|
+
};
|
|
2458
|
+
};
|
|
2459
|
+
/** @description Not Found */
|
|
2460
|
+
404: {
|
|
2461
|
+
content: {
|
|
2462
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2463
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2464
|
+
};
|
|
2465
|
+
};
|
|
2274
2466
|
};
|
|
2275
|
-
|
|
2276
|
-
|
|
2467
|
+
};
|
|
2468
|
+
/**
|
|
2469
|
+
* Delete a deal unit
|
|
2470
|
+
* @description Deletes an existing deal unit by its unique identifier.
|
|
2471
|
+
*/
|
|
2472
|
+
DeleteDealUnitAsync: {
|
|
2473
|
+
parameters: {
|
|
2474
|
+
query: {
|
|
2475
|
+
tenantId: string;
|
|
2476
|
+
};
|
|
2477
|
+
path: {
|
|
2478
|
+
dealUnitId: string;
|
|
2479
|
+
};
|
|
2277
2480
|
};
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2481
|
+
responses: {
|
|
2482
|
+
/** @description OK */
|
|
2483
|
+
200: {
|
|
2484
|
+
content: {
|
|
2485
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2486
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2487
|
+
};
|
|
2488
|
+
};
|
|
2489
|
+
/** @description Not Found */
|
|
2490
|
+
404: {
|
|
2491
|
+
content: {
|
|
2492
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2493
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2494
|
+
};
|
|
2495
|
+
};
|
|
2282
2496
|
};
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
enrollmentId?: string | null;
|
|
2297
|
-
salesLiteratureTypeId?: string | null;
|
|
2497
|
+
};
|
|
2498
|
+
/**
|
|
2499
|
+
* Get extended deal unit by ID
|
|
2500
|
+
* @description Retrieves a single deal unit with extended details by its unique identifier.
|
|
2501
|
+
*/
|
|
2502
|
+
GetExtendedDealUnitAsync: {
|
|
2503
|
+
parameters: {
|
|
2504
|
+
query: {
|
|
2505
|
+
tenantId: string;
|
|
2506
|
+
};
|
|
2507
|
+
path: {
|
|
2508
|
+
dealUnitId: string;
|
|
2509
|
+
};
|
|
2298
2510
|
};
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2511
|
+
responses: {
|
|
2512
|
+
/** @description OK */
|
|
2513
|
+
200: {
|
|
2514
|
+
content: {
|
|
2515
|
+
"application/json": components["schemas"]["ExtendedDealUnitDtoEnvelope"];
|
|
2516
|
+
"application/xml": components["schemas"]["ExtendedDealUnitDtoEnvelope"];
|
|
2517
|
+
};
|
|
2518
|
+
};
|
|
2519
|
+
/** @description Not Found */
|
|
2520
|
+
404: {
|
|
2521
|
+
content: {
|
|
2522
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2523
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2524
|
+
};
|
|
2525
|
+
};
|
|
2313
2526
|
};
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2527
|
+
};
|
|
2528
|
+
/**
|
|
2529
|
+
* Calculate a deal unit
|
|
2530
|
+
* @description Triggers recalculation of totals and derived values for a specific deal unit.
|
|
2531
|
+
*/
|
|
2532
|
+
CalculateDealUnitAsync: {
|
|
2533
|
+
parameters: {
|
|
2534
|
+
query: {
|
|
2535
|
+
tenantId: string;
|
|
2536
|
+
};
|
|
2537
|
+
path: {
|
|
2538
|
+
dealUnitId: string;
|
|
2539
|
+
};
|
|
2322
2540
|
};
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2541
|
+
responses: {
|
|
2542
|
+
/** @description OK */
|
|
2543
|
+
200: {
|
|
2544
|
+
content: {
|
|
2545
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2546
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2547
|
+
};
|
|
2548
|
+
};
|
|
2549
|
+
/** @description Not Found */
|
|
2550
|
+
404: {
|
|
2551
|
+
content: {
|
|
2552
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2553
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2554
|
+
};
|
|
2555
|
+
};
|
|
2331
2556
|
};
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2557
|
+
};
|
|
2558
|
+
/**
|
|
2559
|
+
* Get deal unit lines
|
|
2560
|
+
* @description Retrieves a list of lines for a specific deal unit with OData query support.
|
|
2561
|
+
*/
|
|
2562
|
+
GetDealUnitLinesAsync: {
|
|
2563
|
+
parameters: {
|
|
2564
|
+
query: {
|
|
2565
|
+
tenantId: string;
|
|
2566
|
+
itemId?: string;
|
|
2567
|
+
};
|
|
2568
|
+
path: {
|
|
2569
|
+
dealUnitId: string;
|
|
2570
|
+
};
|
|
2339
2571
|
};
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2572
|
+
responses: {
|
|
2573
|
+
/** @description OK */
|
|
2574
|
+
200: {
|
|
2575
|
+
content: {
|
|
2576
|
+
"application/json": components["schemas"]["DealUnitLineDtoListEnvelope"];
|
|
2577
|
+
"application/xml": components["schemas"]["DealUnitLineDtoListEnvelope"];
|
|
2578
|
+
};
|
|
2579
|
+
};
|
|
2580
|
+
/** @description Not Found */
|
|
2581
|
+
404: {
|
|
2582
|
+
content: {
|
|
2583
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2584
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2585
|
+
};
|
|
2586
|
+
};
|
|
2351
2587
|
};
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
name?: string | null;
|
|
2366
|
-
duns?: string | null;
|
|
2367
|
-
slogan?: string | null;
|
|
2368
|
-
legalName?: string | null;
|
|
2369
|
-
coverUrl?: string | null;
|
|
2370
|
-
avatarUrl?: string | null;
|
|
2371
|
-
cartId?: string | null;
|
|
2372
|
-
currencyId?: string | null;
|
|
2373
|
-
timezoneId?: string | null;
|
|
2374
|
-
countryId?: string | null;
|
|
2375
|
-
stateId?: string | null;
|
|
2376
|
-
cityId?: string | null;
|
|
2377
|
-
email?: string | null;
|
|
2378
|
-
phone?: string | null;
|
|
2379
|
-
webUrl?: string | null;
|
|
2380
|
-
facebookUrl?: string | null;
|
|
2381
|
-
twitterUrl?: string | null;
|
|
2382
|
-
gitHubUrl?: string | null;
|
|
2383
|
-
linkedInUrl?: string | null;
|
|
2384
|
-
instagramUrl?: string | null;
|
|
2385
|
-
youTubeUrl?: string | null;
|
|
2386
|
-
whatsAppNumber?: string | null;
|
|
2387
|
-
supportPhoneNumber?: string | null;
|
|
2388
|
-
verified?: boolean;
|
|
2389
|
-
businessName?: string | null;
|
|
2390
|
-
businessLegalName?: string | null;
|
|
2391
|
-
twitterUsername?: string | null;
|
|
2588
|
+
};
|
|
2589
|
+
/**
|
|
2590
|
+
* Create a deal unit line
|
|
2591
|
+
* @description Creates a new line within a specific deal unit.
|
|
2592
|
+
*/
|
|
2593
|
+
CreateGetDealUnitLinesAsync: {
|
|
2594
|
+
parameters: {
|
|
2595
|
+
query: {
|
|
2596
|
+
tenantId: string;
|
|
2597
|
+
};
|
|
2598
|
+
path: {
|
|
2599
|
+
dealUnitId: string;
|
|
2600
|
+
};
|
|
2392
2601
|
};
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
userId?: string | null;
|
|
2399
|
-
isRoot?: boolean;
|
|
2400
|
-
isOwner?: boolean;
|
|
2401
|
-
isAdmin?: boolean;
|
|
2402
|
-
isDisabled?: boolean;
|
|
2602
|
+
requestBody?: {
|
|
2603
|
+
content: {
|
|
2604
|
+
"application/json": components["schemas"]["DealUnitLineCreateDto"];
|
|
2605
|
+
"application/xml": components["schemas"]["DealUnitLineCreateDto"];
|
|
2606
|
+
};
|
|
2403
2607
|
};
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2608
|
+
responses: {
|
|
2609
|
+
/** @description OK */
|
|
2610
|
+
200: {
|
|
2611
|
+
content: {
|
|
2612
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2613
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2614
|
+
};
|
|
2615
|
+
};
|
|
2616
|
+
/** @description Not Found */
|
|
2617
|
+
404: {
|
|
2618
|
+
content: {
|
|
2619
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2620
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2621
|
+
};
|
|
2622
|
+
};
|
|
2623
|
+
};
|
|
2624
|
+
};
|
|
2625
|
+
/**
|
|
2626
|
+
* Get deal unit lines count
|
|
2627
|
+
* @description Returns the total count of lines for a specific deal unit with OData filter support.
|
|
2628
|
+
*/
|
|
2629
|
+
GetDealUnitLinesCountAsync: {
|
|
2630
|
+
parameters: {
|
|
2631
|
+
query: {
|
|
2632
|
+
tenantId: string;
|
|
2633
|
+
};
|
|
2634
|
+
path: {
|
|
2635
|
+
dealUnitId: string;
|
|
2636
|
+
};
|
|
2410
2637
|
};
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2638
|
+
responses: {
|
|
2639
|
+
/** @description OK */
|
|
2640
|
+
200: {
|
|
2641
|
+
content: {
|
|
2642
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2643
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2644
|
+
};
|
|
2645
|
+
};
|
|
2646
|
+
/** @description Not Found */
|
|
2647
|
+
404: {
|
|
2648
|
+
content: {
|
|
2649
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2650
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2651
|
+
};
|
|
2652
|
+
};
|
|
2418
2653
|
};
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
email?: string | null;
|
|
2450
|
-
about?: string | null;
|
|
2451
|
-
jobTitle?: string | null;
|
|
2452
|
-
socialFeedId?: string | null;
|
|
2453
|
-
currentTenantId?: string | null;
|
|
2454
|
-
currentEnrollmentId?: string | null;
|
|
2455
|
-
status?: string | null;
|
|
2456
|
-
cartId?: string | null;
|
|
2457
|
-
walletId?: string | null;
|
|
2458
|
-
userName?: string | null;
|
|
2459
|
-
currencyId?: string | null;
|
|
2460
|
-
phoneNumber?: string | null;
|
|
2461
|
-
publicIdentifier?: string | null;
|
|
2462
|
-
identityProvider?: string | null;
|
|
2463
|
-
phoneNumberConfirmed?: boolean;
|
|
2464
|
-
emailConfirmed?: boolean;
|
|
2465
|
-
/** @enum {string|null} */
|
|
2466
|
-
availability?: "DND" | "Busy" | "Away" | "Offline" | "Available" | null;
|
|
2467
|
-
lockoutEnabled?: boolean;
|
|
2468
|
-
/** Format: date-time */
|
|
2469
|
-
lockoutEnd?: string | null;
|
|
2470
|
-
/** Format: int32 */
|
|
2471
|
-
enrollmentsCount?: number | null;
|
|
2472
|
-
/** @enum {string|null} */
|
|
2473
|
-
siteTheme?: "System" | "Light" | "Dark" | null;
|
|
2654
|
+
};
|
|
2655
|
+
/**
|
|
2656
|
+
* Get a deal unit line by ID
|
|
2657
|
+
* @description Retrieves a single deal unit line by its unique identifier.
|
|
2658
|
+
*/
|
|
2659
|
+
GetDealUnitPriceAsync: {
|
|
2660
|
+
parameters: {
|
|
2661
|
+
query: {
|
|
2662
|
+
tenantId: string;
|
|
2663
|
+
};
|
|
2664
|
+
path: {
|
|
2665
|
+
dealUnitId: string;
|
|
2666
|
+
dealUnitLineId: string;
|
|
2667
|
+
};
|
|
2668
|
+
};
|
|
2669
|
+
responses: {
|
|
2670
|
+
/** @description OK */
|
|
2671
|
+
200: {
|
|
2672
|
+
content: {
|
|
2673
|
+
"application/json": components["schemas"]["DealUnitLineDtoEnvelope"];
|
|
2674
|
+
"application/xml": components["schemas"]["DealUnitLineDtoEnvelope"];
|
|
2675
|
+
};
|
|
2676
|
+
};
|
|
2677
|
+
/** @description Not Found */
|
|
2678
|
+
404: {
|
|
2679
|
+
content: {
|
|
2680
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2681
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2682
|
+
};
|
|
2683
|
+
};
|
|
2474
2684
|
};
|
|
2475
2685
|
};
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2483
|
-
export type $defs = Record<string, never>;
|
|
2484
|
-
|
|
2485
|
-
export type external = Record<string, never>;
|
|
2486
|
-
|
|
2487
|
-
export interface operations {
|
|
2488
|
-
|
|
2489
|
-
GetDealUnitFlowAsync: {
|
|
2686
|
+
/**
|
|
2687
|
+
* Update a deal unit line
|
|
2688
|
+
* @description Updates an existing line within a specific deal unit.
|
|
2689
|
+
*/
|
|
2690
|
+
UpdateDealUnitPriceAsync: {
|
|
2490
2691
|
parameters: {
|
|
2491
2692
|
query: {
|
|
2492
2693
|
tenantId: string;
|
|
2493
2694
|
};
|
|
2494
2695
|
path: {
|
|
2495
|
-
|
|
2696
|
+
dealUnitId: string;
|
|
2697
|
+
dealUnitLineId: string;
|
|
2698
|
+
};
|
|
2699
|
+
};
|
|
2700
|
+
requestBody?: {
|
|
2701
|
+
content: {
|
|
2702
|
+
"application/json": components["schemas"]["DealUnitLineUpdateDto"];
|
|
2703
|
+
"application/xml": components["schemas"]["DealUnitLineUpdateDto"];
|
|
2496
2704
|
};
|
|
2497
2705
|
};
|
|
2498
2706
|
responses: {
|
|
2499
2707
|
/** @description OK */
|
|
2500
2708
|
200: {
|
|
2501
2709
|
content: {
|
|
2502
|
-
"application/json": components["schemas"]["
|
|
2503
|
-
"application/xml": components["schemas"]["
|
|
2710
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2711
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2504
2712
|
};
|
|
2505
2713
|
};
|
|
2506
2714
|
/** @description Not Found */
|
|
@@ -2512,22 +2720,26 @@ export interface operations {
|
|
|
2512
2720
|
};
|
|
2513
2721
|
};
|
|
2514
2722
|
};
|
|
2515
|
-
|
|
2723
|
+
/**
|
|
2724
|
+
* Delete a deal unit line
|
|
2725
|
+
* @description Deletes an existing line from a specific deal unit.
|
|
2726
|
+
*/
|
|
2727
|
+
DeleteDealUnitPriceAsync: {
|
|
2516
2728
|
parameters: {
|
|
2517
2729
|
query: {
|
|
2518
2730
|
tenantId: string;
|
|
2519
2731
|
};
|
|
2520
2732
|
path: {
|
|
2521
|
-
|
|
2522
|
-
|
|
2733
|
+
dealUnitId: string;
|
|
2734
|
+
dealUnitLineId: string;
|
|
2523
2735
|
};
|
|
2524
2736
|
};
|
|
2525
2737
|
responses: {
|
|
2526
2738
|
/** @description OK */
|
|
2527
2739
|
200: {
|
|
2528
2740
|
content: {
|
|
2529
|
-
"application/json": components["schemas"]["
|
|
2530
|
-
"application/xml": components["schemas"]["
|
|
2741
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2742
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2531
2743
|
};
|
|
2532
2744
|
};
|
|
2533
2745
|
/** @description Not Found */
|
|
@@ -2539,21 +2751,26 @@ export interface operations {
|
|
|
2539
2751
|
};
|
|
2540
2752
|
};
|
|
2541
2753
|
};
|
|
2542
|
-
|
|
2754
|
+
/**
|
|
2755
|
+
* Calculate a deal unit line
|
|
2756
|
+
* @description Triggers recalculation of totals and derived values for a specific deal unit line.
|
|
2757
|
+
*/
|
|
2758
|
+
CalculateDealUnitLineAsync: {
|
|
2543
2759
|
parameters: {
|
|
2544
2760
|
query: {
|
|
2545
2761
|
tenantId: string;
|
|
2546
2762
|
};
|
|
2547
2763
|
path: {
|
|
2548
2764
|
dealUnitId: string;
|
|
2765
|
+
dealUnitLineId: string;
|
|
2549
2766
|
};
|
|
2550
2767
|
};
|
|
2551
2768
|
responses: {
|
|
2552
2769
|
/** @description OK */
|
|
2553
2770
|
200: {
|
|
2554
2771
|
content: {
|
|
2555
|
-
"application/json": components["schemas"]["
|
|
2556
|
-
"application/xml": components["schemas"]["
|
|
2772
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2773
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2557
2774
|
};
|
|
2558
2775
|
};
|
|
2559
2776
|
/** @description Not Found */
|
|
@@ -2580,6 +2797,124 @@ export interface operations {
|
|
|
2580
2797
|
};
|
|
2581
2798
|
};
|
|
2582
2799
|
};
|
|
2800
|
+
/**
|
|
2801
|
+
* Get sales literatures count
|
|
2802
|
+
* @description Returns the total count of sales literatures for the specified tenant with OData filter support.
|
|
2803
|
+
*/
|
|
2804
|
+
CountSalesLiteraturesAsync: {
|
|
2805
|
+
parameters: {
|
|
2806
|
+
query: {
|
|
2807
|
+
tenantId: string;
|
|
2808
|
+
};
|
|
2809
|
+
};
|
|
2810
|
+
responses: {
|
|
2811
|
+
/** @description OK */
|
|
2812
|
+
200: {
|
|
2813
|
+
content: {
|
|
2814
|
+
"application/json": components["schemas"]["Int32Envelope"];
|
|
2815
|
+
"application/xml": components["schemas"]["Int32Envelope"];
|
|
2816
|
+
};
|
|
2817
|
+
};
|
|
2818
|
+
/** @description Not Found */
|
|
2819
|
+
404: {
|
|
2820
|
+
content: {
|
|
2821
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2822
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2823
|
+
};
|
|
2824
|
+
};
|
|
2825
|
+
};
|
|
2826
|
+
};
|
|
2827
|
+
/**
|
|
2828
|
+
* Get sales literatures
|
|
2829
|
+
* @description Retrieves a list of sales literatures for the specified tenant with OData query support.
|
|
2830
|
+
*/
|
|
2831
|
+
GetSalesLiteraturesAsync: {
|
|
2832
|
+
parameters: {
|
|
2833
|
+
query: {
|
|
2834
|
+
tenantId: string;
|
|
2835
|
+
};
|
|
2836
|
+
};
|
|
2837
|
+
responses: {
|
|
2838
|
+
/** @description OK */
|
|
2839
|
+
200: {
|
|
2840
|
+
content: {
|
|
2841
|
+
"application/json": components["schemas"]["SalesLiteratureDtoListEnvelope"];
|
|
2842
|
+
"application/xml": components["schemas"]["SalesLiteratureDtoListEnvelope"];
|
|
2843
|
+
};
|
|
2844
|
+
};
|
|
2845
|
+
/** @description Not Found */
|
|
2846
|
+
404: {
|
|
2847
|
+
content: {
|
|
2848
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2849
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2850
|
+
};
|
|
2851
|
+
};
|
|
2852
|
+
};
|
|
2853
|
+
};
|
|
2854
|
+
/**
|
|
2855
|
+
* Create a sales literature
|
|
2856
|
+
* @description Creates a new sales literature for the specified tenant.
|
|
2857
|
+
*/
|
|
2858
|
+
CreateSalesLiteratureAsync: {
|
|
2859
|
+
parameters: {
|
|
2860
|
+
query: {
|
|
2861
|
+
tenantId: string;
|
|
2862
|
+
};
|
|
2863
|
+
};
|
|
2864
|
+
requestBody?: {
|
|
2865
|
+
content: {
|
|
2866
|
+
"application/json": components["schemas"]["SalesLiteratureCreateDto"];
|
|
2867
|
+
"application/xml": components["schemas"]["SalesLiteratureCreateDto"];
|
|
2868
|
+
};
|
|
2869
|
+
};
|
|
2870
|
+
responses: {
|
|
2871
|
+
/** @description OK */
|
|
2872
|
+
200: {
|
|
2873
|
+
content: {
|
|
2874
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2875
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2876
|
+
};
|
|
2877
|
+
};
|
|
2878
|
+
/** @description Not Found */
|
|
2879
|
+
404: {
|
|
2880
|
+
content: {
|
|
2881
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2882
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2883
|
+
};
|
|
2884
|
+
};
|
|
2885
|
+
};
|
|
2886
|
+
};
|
|
2887
|
+
/**
|
|
2888
|
+
* Get extended sales literatures
|
|
2889
|
+
* @description Retrieves a list of sales literatures with extended details for the specified tenant with OData query support.
|
|
2890
|
+
*/
|
|
2891
|
+
GetExtendedSalesLiteraturesAsync: {
|
|
2892
|
+
parameters: {
|
|
2893
|
+
query: {
|
|
2894
|
+
tenantId: string;
|
|
2895
|
+
};
|
|
2896
|
+
};
|
|
2897
|
+
responses: {
|
|
2898
|
+
/** @description OK */
|
|
2899
|
+
200: {
|
|
2900
|
+
content: {
|
|
2901
|
+
"application/json": components["schemas"]["ExtendedSalesLiteratureDtoListEnvelope"];
|
|
2902
|
+
"application/xml": components["schemas"]["ExtendedSalesLiteratureDtoListEnvelope"];
|
|
2903
|
+
};
|
|
2904
|
+
};
|
|
2905
|
+
/** @description Not Found */
|
|
2906
|
+
404: {
|
|
2907
|
+
content: {
|
|
2908
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2909
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2910
|
+
};
|
|
2911
|
+
};
|
|
2912
|
+
};
|
|
2913
|
+
};
|
|
2914
|
+
/**
|
|
2915
|
+
* Get sales literature by ID
|
|
2916
|
+
* @description Retrieves a single sales literature by its unique identifier.
|
|
2917
|
+
*/
|
|
2583
2918
|
GetSalesLiteratureAsync: {
|
|
2584
2919
|
parameters: {
|
|
2585
2920
|
query: {
|
|
@@ -2606,4 +2941,70 @@ export interface operations {
|
|
|
2606
2941
|
};
|
|
2607
2942
|
};
|
|
2608
2943
|
};
|
|
2944
|
+
/**
|
|
2945
|
+
* Update a sales literature
|
|
2946
|
+
* @description Updates an existing sales literature by its unique identifier.
|
|
2947
|
+
*/
|
|
2948
|
+
UpdateSalesLiteratureAsync: {
|
|
2949
|
+
parameters: {
|
|
2950
|
+
query: {
|
|
2951
|
+
tenantId: string;
|
|
2952
|
+
};
|
|
2953
|
+
path: {
|
|
2954
|
+
salesLiteratureId: string;
|
|
2955
|
+
};
|
|
2956
|
+
};
|
|
2957
|
+
requestBody?: {
|
|
2958
|
+
content: {
|
|
2959
|
+
"application/json": components["schemas"]["SalesLiteratureUpdateDto"];
|
|
2960
|
+
"application/xml": components["schemas"]["SalesLiteratureUpdateDto"];
|
|
2961
|
+
};
|
|
2962
|
+
};
|
|
2963
|
+
responses: {
|
|
2964
|
+
/** @description OK */
|
|
2965
|
+
200: {
|
|
2966
|
+
content: {
|
|
2967
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2968
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2969
|
+
};
|
|
2970
|
+
};
|
|
2971
|
+
/** @description Not Found */
|
|
2972
|
+
404: {
|
|
2973
|
+
content: {
|
|
2974
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2975
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2976
|
+
};
|
|
2977
|
+
};
|
|
2978
|
+
};
|
|
2979
|
+
};
|
|
2980
|
+
/**
|
|
2981
|
+
* Delete a sales literature
|
|
2982
|
+
* @description Deletes an existing sales literature by its unique identifier.
|
|
2983
|
+
*/
|
|
2984
|
+
DeleteSalesLiteratureAsync: {
|
|
2985
|
+
parameters: {
|
|
2986
|
+
query: {
|
|
2987
|
+
tenantId: string;
|
|
2988
|
+
};
|
|
2989
|
+
path: {
|
|
2990
|
+
salesLiteratureId: string;
|
|
2991
|
+
};
|
|
2992
|
+
};
|
|
2993
|
+
responses: {
|
|
2994
|
+
/** @description OK */
|
|
2995
|
+
200: {
|
|
2996
|
+
content: {
|
|
2997
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2998
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2999
|
+
};
|
|
3000
|
+
};
|
|
3001
|
+
/** @description Not Found */
|
|
3002
|
+
404: {
|
|
3003
|
+
content: {
|
|
3004
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
3005
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3006
|
+
};
|
|
3007
|
+
};
|
|
3008
|
+
};
|
|
3009
|
+
};
|
|
2609
3010
|
}
|