@fenixalliance/abs-api-client 1.0.15 → 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.js +13 -13
- package/app/index.ts +74 -5
- package/clients/accountingService/client.gen.ts +18 -0
- package/clients/accountingService/index.ts +3 -258
- package/clients/accountingService/sdk.gen.ts +3776 -0
- package/clients/accountingService/types.gen.ts +14213 -0
- 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/client.gen.ts +18 -0
- package/clients/cartService/index.ts +3 -41
- package/clients/cartService/sdk.gen.ts +954 -0
- package/clients/cartService/types.gen.ts +3205 -0
- package/clients/catalogService/client.gen.ts +18 -0
- package/clients/catalogService/index.ts +3 -111
- package/clients/catalogService/sdk.gen.ts +2062 -0
- package/clients/catalogService/types.gen.ts +8129 -0
- package/clients/contentService/client.gen.ts +18 -0
- package/clients/contentService/index.ts +3 -160
- package/clients/contentService/sdk.gen.ts +1188 -0
- package/clients/contentService/types.gen.ts +5398 -0
- package/clients/crmService/client.gen.ts +18 -0
- package/clients/crmService/index.ts +3 -32
- package/clients/crmService/sdk.gen.ts +652 -0
- package/clients/crmService/types.gen.ts +2781 -0
- package/clients/dealsService/client.gen.ts +18 -0
- package/clients/dealsService/index.ts +3 -53
- package/clients/dealsService/sdk.gen.ts +567 -0
- package/clients/dealsService/types.gen.ts +2937 -0
- 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/client.gen.ts +18 -0
- package/clients/forexService/index.ts +3 -21
- package/clients/forexService/sdk.gen.ts +230 -0
- package/clients/forexService/types.gen.ts +732 -0
- package/clients/globeService/client.gen.ts +18 -0
- package/clients/globeService/index.ts +3 -40
- package/clients/globeService/sdk.gen.ts +362 -0
- package/clients/globeService/types.gen.ts +1356 -0
- package/clients/hrmsService/client.gen.ts +18 -0
- package/clients/hrmsService/index.ts +3 -37
- package/clients/hrmsService/sdk.gen.ts +438 -0
- package/clients/hrmsService/types.gen.ts +1498 -0
- package/clients/identityService/client.gen.ts +18 -0
- package/clients/identityService/index.ts +3 -35
- package/clients/identityService/sdk.gen.ts +318 -0
- package/clients/identityService/types.gen.ts +985 -0
- package/clients/inventoryService/client.gen.ts +18 -0
- package/clients/inventoryService/index.ts +3 -10
- package/clients/inventoryService/sdk.gen.ts +153 -0
- package/clients/inventoryService/types.gen.ts +375 -0
- package/clients/invoicingService/client.gen.ts +18 -0
- package/clients/invoicingService/index.ts +3 -48
- package/clients/invoicingService/sdk.gen.ts +683 -0
- package/clients/invoicingService/types.gen.ts +2644 -0
- package/clients/learningService/client.gen.ts +18 -0
- package/clients/learningService/index.ts +3 -50
- package/clients/learningService/sdk.gen.ts +2032 -0
- package/clients/learningService/types.gen.ts +6382 -0
- 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/client.gen.ts +18 -0
- package/clients/marketingService/index.ts +3 -64
- package/clients/marketingService/sdk.gen.ts +745 -0
- package/clients/marketingService/types.gen.ts +3099 -0
- 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/client.gen.ts +18 -0
- package/clients/ordersService/index.ts +3 -32
- package/clients/ordersService/sdk.gen.ts +364 -0
- package/clients/ordersService/types.gen.ts +2171 -0
- package/clients/paymentsService/client.gen.ts +18 -0
- package/clients/paymentsService/index.ts +3 -17
- package/clients/paymentsService/sdk.gen.ts +439 -0
- package/clients/paymentsService/types.gen.ts +1630 -0
- package/clients/pricingService/client.gen.ts +18 -0
- package/clients/pricingService/index.ts +3 -41
- package/clients/pricingService/sdk.gen.ts +471 -0
- package/clients/pricingService/types.gen.ts +1666 -0
- package/clients/projectsService/client.gen.ts +18 -0
- package/clients/projectsService/index.ts +3 -36
- package/clients/projectsService/sdk.gen.ts +512 -0
- package/clients/projectsService/types.gen.ts +1591 -0
- package/clients/quotesService/client.gen.ts +18 -0
- package/clients/quotesService/index.ts +3 -32
- package/clients/quotesService/sdk.gen.ts +412 -0
- package/clients/quotesService/types.gen.ts +2358 -0
- package/clients/salesService/client.gen.ts +18 -0
- package/clients/salesService/index.ts +3 -10
- package/clients/salesService/sdk.gen.ts +153 -0
- package/clients/salesService/types.gen.ts +375 -0
- package/clients/securityService/client.gen.ts +18 -0
- package/clients/securityService/index.ts +3 -24
- package/clients/securityService/sdk.gen.ts +779 -0
- package/clients/securityService/types.gen.ts +3021 -0
- 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/client.gen.ts +18 -0
- package/clients/shipmentsService/index.ts +3 -14
- package/clients/shipmentsService/sdk.gen.ts +153 -0
- package/clients/shipmentsService/types.gen.ts +427 -0
- package/clients/socialService/client.gen.ts +18 -0
- package/clients/socialService/index.ts +3 -59
- package/clients/socialService/sdk.gen.ts +895 -0
- package/clients/socialService/types.gen.ts +3302 -0
- package/clients/storageService/client.gen.ts +18 -0
- package/clients/storageService/index.ts +3 -23
- package/clients/storageService/sdk.gen.ts +399 -0
- package/clients/storageService/types.gen.ts +1306 -0
- 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/client.gen.ts +18 -0
- package/clients/supportService/index.ts +3 -55
- package/clients/supportService/sdk.gen.ts +704 -0
- package/clients/supportService/types.gen.ts +2658 -0
- package/clients/systemService/client.gen.ts +18 -0
- package/clients/systemService/index.ts +3 -66
- package/clients/systemService/sdk.gen.ts +695 -0
- package/clients/systemService/types.gen.ts +2871 -0
- package/clients/tenantsService/client.gen.ts +18 -0
- package/clients/tenantsService/index.ts +3 -0
- package/clients/tenantsService/sdk.gen.ts +1931 -0
- package/clients/tenantsService/types.gen.ts +7425 -0
- package/clients/timeTrackerService/client.gen.ts +18 -0
- package/clients/timeTrackerService/index.ts +3 -21
- package/clients/timeTrackerService/sdk.gen.ts +294 -0
- package/clients/timeTrackerService/types.gen.ts +891 -0
- package/clients/usersService/client.gen.ts +18 -0
- package/clients/usersService/index.ts +3 -0
- package/clients/usersService/sdk.gen.ts +534 -0
- package/clients/usersService/types.gen.ts +2328 -0
- package/clients/walletsService/client.gen.ts +18 -0
- package/clients/walletsService/index.ts +3 -35
- package/clients/walletsService/sdk.gen.ts +392 -0
- package/clients/walletsService/types.gen.ts +2124 -0
- package/package.json +5 -2
- package/schemas/accountingService/schema.s.js +6 -6
- package/schemas/accountingService/schema.s.ts +15407 -12379
- package/schemas/assetsService/schema.s.ts +3385 -0
- package/schemas/authService/schema.s.js +6 -6
- package/schemas/cartService/schema.s.js +6 -6
- package/schemas/cartService/schema.s.ts +1733 -1110
- package/schemas/catalogService/schema.s.js +6 -6
- package/schemas/catalogService/schema.s.ts +7793 -5138
- package/schemas/contentService/schema.s.js +6 -6
- package/schemas/contentService/schema.s.ts +5269 -4220
- package/schemas/crmService/schema.s.js +6 -6
- package/schemas/crmService/schema.s.ts +1065 -127
- package/schemas/dealsService/schema.s.js +6 -6
- package/schemas/dealsService/schema.s.ts +2209 -1528
- package/schemas/emailTemplates/schema.s.ts +335 -0
- package/schemas/forexService/schema.s.js +6 -6
- package/schemas/forexService/schema.s.ts +563 -181
- package/schemas/globeService/schema.s.js +6 -6
- package/schemas/globeService/schema.s.ts +1057 -515
- package/schemas/hrmsService/schema.s.js +6 -6
- package/schemas/hrmsService/schema.s.ts +621 -34
- package/schemas/identityService/schema.s.js +6 -6
- package/schemas/identityService/schema.s.ts +735 -295
- package/schemas/inventoryService/schema.s.js +6 -6
- package/schemas/inventoryService/schema.s.ts +327 -8
- package/schemas/invoicingService/schema.s.js +6 -6
- package/schemas/invoicingService/schema.s.ts +2221 -1558
- package/schemas/learningService/schema.s.js +6 -6
- package/schemas/learningService/schema.s.ts +6720 -864
- package/schemas/locationsService/schema.s.ts +980 -0
- package/schemas/logisticsService/schema.s.ts +474 -0
- package/schemas/marketingService/schema.s.js +6 -6
- package/schemas/marketingService/schema.s.ts +3423 -2685
- package/schemas/marketplaceService/schema.s.ts +335 -0
- package/schemas/ordersService/schema.s.js +6 -6
- package/schemas/ordersService/schema.s.ts +1188 -506
- package/schemas/paymentsService/schema.s.js +6 -6
- package/schemas/paymentsService/schema.s.ts +1544 -185
- package/schemas/pricingService/schema.s.js +6 -6
- package/schemas/pricingService/schema.s.ts +1292 -827
- package/schemas/projectsService/schema.s.js +6 -6
- package/schemas/projectsService/schema.s.ts +1516 -970
- package/schemas/quotesService/schema.s.js +6 -6
- package/schemas/quotesService/schema.s.ts +1549 -554
- package/schemas/salesService/schema.s.js +6 -6
- package/schemas/salesService/schema.s.ts +327 -8
- package/schemas/securityService/schema.s.js +6 -6
- package/schemas/securityService/schema.s.ts +3312 -978
- package/schemas/servicesService/schema.s.ts +3681 -0
- package/schemas/shipmentsService/schema.s.js +6 -6
- package/schemas/shipmentsService/schema.s.ts +335 -17
- package/schemas/socialService/schema.s.js +6 -6
- package/schemas/socialService/schema.s.ts +2153 -1085
- package/schemas/storageService/schema.s.js +6 -6
- package/schemas/storageService/schema.s.ts +524 -142
- package/schemas/subscriptionsService/schema.s.ts +1651 -0
- package/schemas/supportService/schema.s.js +6 -6
- package/schemas/supportService/schema.s.ts +2690 -1960
- package/schemas/systemService/schema.s.js +6 -6
- package/schemas/systemService/schema.s.ts +2639 -1633
- package/schemas/tenantsService/schema.s.ts +8710 -0
- package/schemas/timeTrackerService/schema.s.js +6 -6
- package/schemas/timeTrackerService/schema.s.ts +769 -319
- package/schemas/usersService/schema.s.ts +2410 -0
- package/schemas/walletsService/schema.s.js +6 -6
- package/schemas/walletsService/schema.s.ts +473 -182
- package/vite.config.js +1 -0
- package/wwwroot/build/bundle.js +1 -1
- package/clients/accountingService/core/ApiError.js +0 -20
- package/clients/accountingService/core/ApiError.ts +0 -25
- package/clients/accountingService/core/ApiRequestOptions.js +0 -2
- package/clients/accountingService/core/ApiRequestOptions.ts +0 -17
- package/clients/accountingService/core/ApiResult.js +0 -2
- package/clients/accountingService/core/ApiResult.ts +0 -11
- package/clients/accountingService/core/CancelablePromise.js +0 -104
- package/clients/accountingService/core/CancelablePromise.ts +0 -131
- package/clients/accountingService/core/OpenAPI.js +0 -14
- package/clients/accountingService/core/OpenAPI.ts +0 -32
- package/clients/accountingService/core/request.js +0 -294
- package/clients/accountingService/core/request.ts +0 -322
- package/clients/accountingService/index.js +0 -106
- package/clients/accountingService/models/AccountCreateDto.js +0 -14
- package/clients/accountingService/models/AccountCreateDto.ts +0 -30
- package/clients/accountingService/models/AccountDto.js +0 -14
- package/clients/accountingService/models/AccountDto.ts +0 -41
- package/clients/accountingService/models/AccountDtoEnvelope.js +0 -2
- package/clients/accountingService/models/AccountDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/AccountDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/AccountDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/AccountGroupCreateDto.js +0 -2
- package/clients/accountingService/models/AccountGroupCreateDto.ts +0 -14
- package/clients/accountingService/models/AccountGroupDto.js +0 -2
- package/clients/accountingService/models/AccountGroupDto.ts +0 -14
- package/clients/accountingService/models/AccountGroupDtoEnvelope.js +0 -2
- package/clients/accountingService/models/AccountGroupDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/AccountGroupDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/AccountGroupDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/AccountGroupUpdateDto.js +0 -2
- package/clients/accountingService/models/AccountGroupUpdateDto.ts +0 -12
- package/clients/accountingService/models/AccountRelationCreateDto.js +0 -2
- package/clients/accountingService/models/AccountRelationCreateDto.ts +0 -12
- package/clients/accountingService/models/AccountRelationDto.js +0 -2
- package/clients/accountingService/models/AccountRelationDto.ts +0 -12
- package/clients/accountingService/models/AccountRelationDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/AccountRelationDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/AccountRelationUpdateDto.js +0 -2
- package/clients/accountingService/models/AccountRelationUpdateDto.ts +0 -10
- package/clients/accountingService/models/AccountTypeCreateDto.js +0 -2
- package/clients/accountingService/models/AccountTypeCreateDto.ts +0 -13
- package/clients/accountingService/models/AccountTypeDto.js +0 -2
- package/clients/accountingService/models/AccountTypeDto.ts +0 -13
- package/clients/accountingService/models/AccountTypeDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/AccountTypeDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/AccountTypeUpdateDto.js +0 -2
- package/clients/accountingService/models/AccountTypeUpdateDto.ts +0 -11
- package/clients/accountingService/models/AccountUpdateDto.js +0 -14
- package/clients/accountingService/models/AccountUpdateDto.ts +0 -26
- package/clients/accountingService/models/AccountingEntryCreateDto.js +0 -12
- package/clients/accountingService/models/AccountingEntryCreateDto.ts +0 -26
- package/clients/accountingService/models/AccountingEntryDto.js +0 -12
- package/clients/accountingService/models/AccountingEntryDto.ts +0 -34
- package/clients/accountingService/models/AccountingEntryDtoEnvelope.js +0 -2
- package/clients/accountingService/models/AccountingEntryDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/AccountingEntryDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/AccountingEntryDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/AccountingEntryUpdateDto.js +0 -12
- package/clients/accountingService/models/AccountingEntryUpdateDto.ts +0 -24
- package/clients/accountingService/models/AccountingPeriodCreateDto.js +0 -2
- package/clients/accountingService/models/AccountingPeriodCreateDto.ts +0 -14
- package/clients/accountingService/models/AccountingPeriodDto.js +0 -2
- package/clients/accountingService/models/AccountingPeriodDto.ts +0 -14
- package/clients/accountingService/models/AccountingPeriodDtoEnvelope.js +0 -2
- package/clients/accountingService/models/AccountingPeriodDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/AccountingPeriodDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/AccountingPeriodDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/AccountingPeriodUpdateDto.js +0 -2
- package/clients/accountingService/models/AccountingPeriodUpdateDto.ts +0 -12
- package/clients/accountingService/models/AppliedTaxPolicyRecordCreateDto.js +0 -2
- package/clients/accountingService/models/AppliedTaxPolicyRecordCreateDto.ts +0 -16
- package/clients/accountingService/models/AppliedTaxPolicyRecordDto.js +0 -2
- package/clients/accountingService/models/AppliedTaxPolicyRecordDto.ts +0 -16
- package/clients/accountingService/models/AppliedTaxPolicyRecordDtoEnvelope.js +0 -2
- package/clients/accountingService/models/AppliedTaxPolicyRecordDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/AppliedTaxPolicyRecordDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/AppliedTaxPolicyRecordDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/AppliedTaxPolicyRecordUpdateDto.js +0 -2
- package/clients/accountingService/models/AppliedTaxPolicyRecordUpdateDto.ts +0 -14
- package/clients/accountingService/models/BankAccountCreateDto.js +0 -14
- package/clients/accountingService/models/BankAccountCreateDto.ts +0 -37
- package/clients/accountingService/models/BankAccountDto.js +0 -14
- package/clients/accountingService/models/BankAccountDto.ts +0 -47
- package/clients/accountingService/models/BankAccountDtoEnvelope.js +0 -2
- package/clients/accountingService/models/BankAccountDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/BankAccountDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/BankAccountDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/BankAccountUpdateDto.js +0 -14
- package/clients/accountingService/models/BankAccountUpdateDto.ts +0 -33
- package/clients/accountingService/models/BankCreateDto.js +0 -2
- package/clients/accountingService/models/BankCreateDto.ts +0 -12
- package/clients/accountingService/models/BankDto.js +0 -2
- package/clients/accountingService/models/BankDto.ts +0 -12
- package/clients/accountingService/models/BankDtoEnvelope.js +0 -2
- package/clients/accountingService/models/BankDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/BankDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/BankDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/BankGuaranteeCreateDto.js +0 -11
- package/clients/accountingService/models/BankGuaranteeCreateDto.ts +0 -33
- package/clients/accountingService/models/BankGuaranteeDto.js +0 -11
- package/clients/accountingService/models/BankGuaranteeDto.ts +0 -33
- package/clients/accountingService/models/BankGuaranteeDtoEnvelope.js +0 -2
- package/clients/accountingService/models/BankGuaranteeDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/BankGuaranteeDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/BankGuaranteeDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/BankGuaranteeUpdateDto.js +0 -11
- package/clients/accountingService/models/BankGuaranteeUpdateDto.ts +0 -31
- package/clients/accountingService/models/BankTransactionCreateDto.js +0 -2
- package/clients/accountingService/models/BankTransactionCreateDto.ts +0 -11
- package/clients/accountingService/models/BankTransactionDto.js +0 -2
- package/clients/accountingService/models/BankTransactionDto.ts +0 -24
- package/clients/accountingService/models/BankTransactionDtoEnvelope.js +0 -2
- package/clients/accountingService/models/BankTransactionDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/BankTransactionDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/BankTransactionDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/BankTransactionUpdateDto.js +0 -2
- package/clients/accountingService/models/BankTransactionUpdateDto.ts +0 -22
- package/clients/accountingService/models/BankUpdateDto.js +0 -2
- package/clients/accountingService/models/BankUpdateDto.ts +0 -10
- package/clients/accountingService/models/BillingProfileCreateDto.js +0 -2
- package/clients/accountingService/models/BillingProfileCreateDto.ts +0 -30
- package/clients/accountingService/models/BillingProfileDto.js +0 -11
- package/clients/accountingService/models/BillingProfileDto.ts +0 -67
- package/clients/accountingService/models/BillingProfileDtoEnvelope.js +0 -2
- package/clients/accountingService/models/BillingProfileDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/BillingProfileDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/BillingProfileDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/BillingProfileUpdateDto.js +0 -2
- package/clients/accountingService/models/BillingProfileUpdateDto.ts +0 -28
- package/clients/accountingService/models/BudgetAccountEntryCreateDto.js +0 -12
- package/clients/accountingService/models/BudgetAccountEntryCreateDto.ts +0 -27
- package/clients/accountingService/models/BudgetAccountEntryDto.js +0 -12
- package/clients/accountingService/models/BudgetAccountEntryDto.ts +0 -35
- package/clients/accountingService/models/BudgetAccountEntryDtoEnvelope.js +0 -2
- package/clients/accountingService/models/BudgetAccountEntryDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/BudgetAccountEntryDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/BudgetAccountEntryDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/BudgetAccountEntryUpdateDto.js +0 -12
- package/clients/accountingService/models/BudgetAccountEntryUpdateDto.ts +0 -25
- package/clients/accountingService/models/BudgetCreateDto.js +0 -2
- package/clients/accountingService/models/BudgetCreateDto.ts +0 -12
- package/clients/accountingService/models/BudgetDto.js +0 -2
- package/clients/accountingService/models/BudgetDto.ts +0 -12
- package/clients/accountingService/models/BudgetDtoEnvelope.js +0 -2
- package/clients/accountingService/models/BudgetDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/BudgetDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/BudgetDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/BudgetUpdateDto.js +0 -2
- package/clients/accountingService/models/BudgetUpdateDto.ts +0 -9
- package/clients/accountingService/models/CommissionCreateDto.js +0 -2
- package/clients/accountingService/models/CommissionCreateDto.ts +0 -22
- package/clients/accountingService/models/CommissionDto.js +0 -2
- package/clients/accountingService/models/CommissionDto.ts +0 -22
- package/clients/accountingService/models/CommissionDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/CommissionDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/CommissionUpdateDto.js +0 -2
- package/clients/accountingService/models/CommissionUpdateDto.ts +0 -20
- package/clients/accountingService/models/CostCentreBudgetCreateDto.js +0 -2
- package/clients/accountingService/models/CostCentreBudgetCreateDto.ts +0 -13
- package/clients/accountingService/models/CostCentreBudgetDto.js +0 -2
- package/clients/accountingService/models/CostCentreBudgetDto.ts +0 -13
- package/clients/accountingService/models/CostCentreBudgetDtoEnvelope.js +0 -2
- package/clients/accountingService/models/CostCentreBudgetDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/CostCentreBudgetDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/CostCentreBudgetDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/CostCentreBudgetUpdateDto.js +0 -2
- package/clients/accountingService/models/CostCentreBudgetUpdateDto.ts +0 -10
- package/clients/accountingService/models/CostCentreCreateDto.js +0 -11
- package/clients/accountingService/models/CostCentreCreateDto.ts +0 -22
- package/clients/accountingService/models/CostCentreDto.js +0 -11
- package/clients/accountingService/models/CostCentreDto.ts +0 -22
- package/clients/accountingService/models/CostCentreDtoEnvelope.js +0 -2
- package/clients/accountingService/models/CostCentreDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/CostCentreDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/CostCentreDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/CostCentreGroupCreateDto.js +0 -2
- package/clients/accountingService/models/CostCentreGroupCreateDto.ts +0 -14
- package/clients/accountingService/models/CostCentreGroupDto.js +0 -2
- package/clients/accountingService/models/CostCentreGroupDto.ts +0 -14
- package/clients/accountingService/models/CostCentreGroupDtoEnvelope.js +0 -2
- package/clients/accountingService/models/CostCentreGroupDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/CostCentreGroupDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/CostCentreGroupDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/CostCentreGroupUpdateDto.js +0 -2
- package/clients/accountingService/models/CostCentreGroupUpdateDto.ts +0 -12
- package/clients/accountingService/models/CostCentreUpdateDto.js +0 -11
- package/clients/accountingService/models/CostCentreUpdateDto.ts +0 -20
- package/clients/accountingService/models/CreateLedgerDto.js +0 -2
- package/clients/accountingService/models/CreateLedgerDto.ts +0 -15
- package/clients/accountingService/models/Currency.js +0 -2
- package/clients/accountingService/models/Currency.ts +0 -9
- package/clients/accountingService/models/EmptyEnvelope.js +0 -2
- package/clients/accountingService/models/EmptyEnvelope.ts +0 -12
- package/clients/accountingService/models/ErrorEnvelope.js +0 -2
- package/clients/accountingService/models/ErrorEnvelope.ts +0 -12
- package/clients/accountingService/models/FinancialBookCreateDto.js +0 -2
- package/clients/accountingService/models/FinancialBookCreateDto.ts +0 -12
- package/clients/accountingService/models/FinancialBookDto.js +0 -2
- package/clients/accountingService/models/FinancialBookDto.ts +0 -12
- package/clients/accountingService/models/FinancialBookDtoEnvelope.js +0 -2
- package/clients/accountingService/models/FinancialBookDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/FinancialBookDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/FinancialBookDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/FinancialBookUpdateDto.js +0 -2
- package/clients/accountingService/models/FinancialBookUpdateDto.ts +0 -10
- package/clients/accountingService/models/FiscalAuthorityCreateDto.js +0 -2
- package/clients/accountingService/models/FiscalAuthorityCreateDto.ts +0 -14
- package/clients/accountingService/models/FiscalAuthorityDto.js +0 -2
- package/clients/accountingService/models/FiscalAuthorityDto.ts +0 -16
- package/clients/accountingService/models/FiscalAuthorityDtoEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalAuthorityDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalAuthorityDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalAuthorityDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalAuthorityUpdateDto.js +0 -2
- package/clients/accountingService/models/FiscalAuthorityUpdateDto.ts +0 -12
- package/clients/accountingService/models/FiscalIdentificationTypeCreateDto.js +0 -2
- package/clients/accountingService/models/FiscalIdentificationTypeCreateDto.ts +0 -14
- package/clients/accountingService/models/FiscalIdentificationTypeDto.js +0 -2
- package/clients/accountingService/models/FiscalIdentificationTypeDto.ts +0 -14
- package/clients/accountingService/models/FiscalIdentificationTypeDtoEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalIdentificationTypeDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalIdentificationTypeDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalIdentificationTypeDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalIdentificationTypeUpdateDto.js +0 -2
- package/clients/accountingService/models/FiscalIdentificationTypeUpdateDto.ts +0 -12
- package/clients/accountingService/models/FiscalPeriodCreateDto.js +0 -2
- package/clients/accountingService/models/FiscalPeriodCreateDto.ts +0 -15
- package/clients/accountingService/models/FiscalPeriodDto.js +0 -2
- package/clients/accountingService/models/FiscalPeriodDto.ts +0 -15
- package/clients/accountingService/models/FiscalPeriodDtoEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalPeriodDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalPeriodDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalPeriodDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalPeriodUpdateDto.js +0 -2
- package/clients/accountingService/models/FiscalPeriodUpdateDto.ts +0 -13
- package/clients/accountingService/models/FiscalRegimeCreateDto.js +0 -2
- package/clients/accountingService/models/FiscalRegimeCreateDto.ts +0 -14
- package/clients/accountingService/models/FiscalRegimeDto.js +0 -2
- package/clients/accountingService/models/FiscalRegimeDto.ts +0 -14
- package/clients/accountingService/models/FiscalRegimeDtoEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalRegimeDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalRegimeDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalRegimeDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalRegimeUpdateDto.js +0 -2
- package/clients/accountingService/models/FiscalRegimeUpdateDto.ts +0 -12
- package/clients/accountingService/models/FiscalResponsibilityCreateDto.js +0 -2
- package/clients/accountingService/models/FiscalResponsibilityCreateDto.ts +0 -14
- package/clients/accountingService/models/FiscalResponsibilityDto.js +0 -2
- package/clients/accountingService/models/FiscalResponsibilityDto.ts +0 -14
- package/clients/accountingService/models/FiscalResponsibilityDtoEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalResponsibilityDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalResponsibilityDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalResponsibilityDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalResponsibilityRecordCreateDto.js +0 -2
- package/clients/accountingService/models/FiscalResponsibilityRecordCreateDto.ts +0 -13
- package/clients/accountingService/models/FiscalResponsibilityRecordDto.js +0 -2
- package/clients/accountingService/models/FiscalResponsibilityRecordDto.ts +0 -13
- package/clients/accountingService/models/FiscalResponsibilityRecordDtoEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalResponsibilityRecordDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalResponsibilityRecordDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalResponsibilityRecordDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalResponsibilityRecordUpdateDto.js +0 -2
- package/clients/accountingService/models/FiscalResponsibilityRecordUpdateDto.ts +0 -11
- package/clients/accountingService/models/FiscalResponsibilityUpdateDto.js +0 -2
- package/clients/accountingService/models/FiscalResponsibilityUpdateDto.ts +0 -12
- package/clients/accountingService/models/FiscalYearCreateDto.js +0 -2
- package/clients/accountingService/models/FiscalYearCreateDto.ts +0 -16
- package/clients/accountingService/models/FiscalYearDto.js +0 -2
- package/clients/accountingService/models/FiscalYearDto.ts +0 -17
- package/clients/accountingService/models/FiscalYearDtoEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalYearDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalYearDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/FiscalYearDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/FiscalYearUpdateDto.js +0 -2
- package/clients/accountingService/models/FiscalYearUpdateDto.ts +0 -12
- package/clients/accountingService/models/GrantCreateDto.js +0 -2
- package/clients/accountingService/models/GrantCreateDto.ts +0 -11
- package/clients/accountingService/models/GrantDto.js +0 -2
- package/clients/accountingService/models/GrantDto.ts +0 -11
- package/clients/accountingService/models/GrantDtoEnvelope.js +0 -2
- package/clients/accountingService/models/GrantDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/GrantDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/GrantDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/GrantUpdateDto.js +0 -2
- package/clients/accountingService/models/GrantUpdateDto.ts +0 -9
- package/clients/accountingService/models/Int32Envelope.js +0 -2
- package/clients/accountingService/models/Int32Envelope.ts +0 -13
- package/clients/accountingService/models/InvoiceEnumerationRangeCreateDto.js +0 -12
- package/clients/accountingService/models/InvoiceEnumerationRangeCreateDto.ts +0 -29
- package/clients/accountingService/models/InvoiceEnumerationRangeDto.js +0 -12
- package/clients/accountingService/models/InvoiceEnumerationRangeDto.ts +0 -29
- package/clients/accountingService/models/InvoiceEnumerationRangeDtoEnvelope.js +0 -2
- package/clients/accountingService/models/InvoiceEnumerationRangeDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/InvoiceEnumerationRangeDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/InvoiceEnumerationRangeDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/InvoiceEnumerationRangeUpdateDto.js +0 -12
- package/clients/accountingService/models/InvoiceEnumerationRangeUpdateDto.ts +0 -27
- package/clients/accountingService/models/ItemTaxPolicyRecordCreateDto.js +0 -2
- package/clients/accountingService/models/ItemTaxPolicyRecordCreateDto.ts +0 -12
- package/clients/accountingService/models/ItemTaxPolicyRecordDto.js +0 -2
- package/clients/accountingService/models/ItemTaxPolicyRecordDto.ts +0 -12
- package/clients/accountingService/models/ItemTaxPolicyRecordDtoEnvelope.js +0 -2
- package/clients/accountingService/models/ItemTaxPolicyRecordDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/ItemTaxPolicyRecordDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/ItemTaxPolicyRecordDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/ItemTaxPolicyRecordUpdateDto.js +0 -2
- package/clients/accountingService/models/ItemTaxPolicyRecordUpdateDto.ts +0 -12
- package/clients/accountingService/models/JournalCreateDto.js +0 -2
- package/clients/accountingService/models/JournalCreateDto.ts +0 -17
- package/clients/accountingService/models/JournalDto.js +0 -2
- package/clients/accountingService/models/JournalDto.ts +0 -17
- package/clients/accountingService/models/JournalDtoEnvelope.js +0 -2
- package/clients/accountingService/models/JournalDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/JournalDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/JournalDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/JournalEntryCreateDto.js +0 -2
- package/clients/accountingService/models/JournalEntryCreateDto.ts +0 -21
- package/clients/accountingService/models/JournalEntryDto.js +0 -2
- package/clients/accountingService/models/JournalEntryDto.ts +0 -32
- package/clients/accountingService/models/JournalEntryDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/JournalEntryDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/JournalEntryUpdateDto.js +0 -2
- package/clients/accountingService/models/JournalEntryUpdateDto.ts +0 -19
- package/clients/accountingService/models/JournalTypeCreateDto.js +0 -2
- package/clients/accountingService/models/JournalTypeCreateDto.ts +0 -12
- package/clients/accountingService/models/JournalTypeDto.js +0 -2
- package/clients/accountingService/models/JournalTypeDto.ts +0 -12
- package/clients/accountingService/models/JournalTypeDtoEnvelope.js +0 -2
- package/clients/accountingService/models/JournalTypeDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/JournalTypeDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/JournalTypeDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/JournalTypeUpdateDto.js +0 -2
- package/clients/accountingService/models/JournalTypeUpdateDto.ts +0 -10
- package/clients/accountingService/models/JournalUpdateDto.js +0 -2
- package/clients/accountingService/models/JournalUpdateDto.ts +0 -13
- package/clients/accountingService/models/LedgerDto.js +0 -2
- package/clients/accountingService/models/LedgerDto.ts +0 -15
- package/clients/accountingService/models/LedgerDtoEnvelope.js +0 -2
- package/clients/accountingService/models/LedgerDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/LedgerDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/LedgerDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/LoanApplicationCreateDto.js +0 -2
- package/clients/accountingService/models/LoanApplicationCreateDto.ts +0 -11
- package/clients/accountingService/models/LoanApplicationDto.js +0 -2
- package/clients/accountingService/models/LoanApplicationDto.ts +0 -11
- package/clients/accountingService/models/LoanApplicationDtoEnvelope.js +0 -2
- package/clients/accountingService/models/LoanApplicationDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/LoanApplicationDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/LoanApplicationDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/LoanApplicationUpdateDto.js +0 -2
- package/clients/accountingService/models/LoanApplicationUpdateDto.ts +0 -9
- package/clients/accountingService/models/LoanCreateDto.js +0 -2
- package/clients/accountingService/models/LoanCreateDto.ts +0 -18
- package/clients/accountingService/models/LoanDto.js +0 -2
- package/clients/accountingService/models/LoanDto.ts +0 -18
- package/clients/accountingService/models/LoanDtoEnvelope.js +0 -2
- package/clients/accountingService/models/LoanDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/LoanDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/LoanDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/LoanUpdateDto.js +0 -2
- package/clients/accountingService/models/LoanUpdateDto.ts +0 -15
- package/clients/accountingService/models/Money.js +0 -2
- package/clients/accountingService/models/Money.ts +0 -10
- package/clients/accountingService/models/Operation.js +0 -16
- package/clients/accountingService/models/Operation.ts +0 -23
- package/clients/accountingService/models/PaymentCommissionCreateDto.js +0 -2
- package/clients/accountingService/models/PaymentCommissionCreateDto.ts +0 -10
- package/clients/accountingService/models/PaymentCommissionDto.js +0 -2
- package/clients/accountingService/models/PaymentCommissionDto.ts +0 -23
- package/clients/accountingService/models/PaymentCommissionDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/PaymentCommissionDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/PaymentCommissionUpdateDto.js +0 -2
- package/clients/accountingService/models/PaymentCommissionUpdateDto.ts +0 -21
- package/clients/accountingService/models/ReceiptCreateDto.js +0 -11
- package/clients/accountingService/models/ReceiptCreateDto.ts +0 -48
- package/clients/accountingService/models/ReceiptDto.js +0 -11
- package/clients/accountingService/models/ReceiptDto.ts +0 -24
- package/clients/accountingService/models/ReceiptDtoEnvelope.js +0 -2
- package/clients/accountingService/models/ReceiptDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/ReceiptDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/ReceiptDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/ReceiptUpdateDto.js +0 -2
- package/clients/accountingService/models/ReceiptUpdateDto.ts +0 -19
- package/clients/accountingService/models/ShareClassCreateDto.js +0 -2
- package/clients/accountingService/models/ShareClassCreateDto.ts +0 -16
- package/clients/accountingService/models/ShareClassDto.js +0 -2
- package/clients/accountingService/models/ShareClassDto.ts +0 -16
- package/clients/accountingService/models/ShareClassDtoEnvelope.js +0 -2
- package/clients/accountingService/models/ShareClassDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/ShareClassDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/ShareClassDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/ShareClassUpdateDto.js +0 -2
- package/clients/accountingService/models/ShareClassUpdateDto.ts +0 -14
- package/clients/accountingService/models/ShareIssuanceCreateDto.js +0 -2
- package/clients/accountingService/models/ShareIssuanceCreateDto.ts +0 -14
- package/clients/accountingService/models/ShareIssuanceDto.js +0 -2
- package/clients/accountingService/models/ShareIssuanceDto.ts +0 -14
- package/clients/accountingService/models/ShareIssuanceDtoEnvelope.js +0 -2
- package/clients/accountingService/models/ShareIssuanceDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/ShareIssuanceDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/ShareIssuanceDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/ShareIssuanceUpdateDto.js +0 -2
- package/clients/accountingService/models/ShareIssuanceUpdateDto.ts +0 -12
- package/clients/accountingService/models/ShareTransferCreateDto.js +0 -2
- package/clients/accountingService/models/ShareTransferCreateDto.ts +0 -16
- package/clients/accountingService/models/ShareTransferDto.js +0 -2
- package/clients/accountingService/models/ShareTransferDto.ts +0 -16
- package/clients/accountingService/models/ShareTransferDtoEnvelope.js +0 -2
- package/clients/accountingService/models/ShareTransferDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/ShareTransferDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/ShareTransferDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/ShareTransferReasonCreateDto.js +0 -2
- package/clients/accountingService/models/ShareTransferReasonCreateDto.ts +0 -13
- package/clients/accountingService/models/ShareTransferReasonDto.js +0 -2
- package/clients/accountingService/models/ShareTransferReasonDto.ts +0 -13
- package/clients/accountingService/models/ShareTransferReasonDtoEnvelope.js +0 -2
- package/clients/accountingService/models/ShareTransferReasonDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/ShareTransferReasonDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/ShareTransferReasonDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/ShareTransferReasonUpdateDto.js +0 -2
- package/clients/accountingService/models/ShareTransferReasonUpdateDto.ts +0 -11
- package/clients/accountingService/models/ShareTransferUpdateDto.js +0 -2
- package/clients/accountingService/models/ShareTransferUpdateDto.ts +0 -14
- package/clients/accountingService/models/TaxPolicyCreateDto.js +0 -2
- package/clients/accountingService/models/TaxPolicyCreateDto.ts +0 -36
- package/clients/accountingService/models/TaxPolicyDto.js +0 -2
- package/clients/accountingService/models/TaxPolicyDto.ts +0 -36
- package/clients/accountingService/models/TaxPolicyDtoEnvelope.js +0 -2
- package/clients/accountingService/models/TaxPolicyDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/TaxPolicyDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/TaxPolicyDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/TaxPolicyUpdateDto.js +0 -2
- package/clients/accountingService/models/TaxPolicyUpdateDto.ts +0 -34
- package/clients/accountingService/models/TaxRateCreateDto.js +0 -2
- package/clients/accountingService/models/TaxRateCreateDto.ts +0 -29
- package/clients/accountingService/models/TaxRateDto.js +0 -2
- package/clients/accountingService/models/TaxRateDto.ts +0 -29
- package/clients/accountingService/models/TaxRateDtoEnvelope.js +0 -2
- package/clients/accountingService/models/TaxRateDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/TaxRateDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/TaxRateDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/TaxRateUpdateDto.js +0 -2
- package/clients/accountingService/models/TaxRateUpdateDto.ts +0 -27
- package/clients/accountingService/models/TenantId.js +0 -2
- package/clients/accountingService/models/TenantId.ts +0 -5
- package/clients/accountingService/models/TransactionCategoryCreateDto.js +0 -2
- package/clients/accountingService/models/TransactionCategoryCreateDto.ts +0 -13
- package/clients/accountingService/models/TransactionCategoryDto.js +0 -2
- package/clients/accountingService/models/TransactionCategoryDto.ts +0 -13
- package/clients/accountingService/models/TransactionCategoryDtoEnvelope.js +0 -2
- package/clients/accountingService/models/TransactionCategoryDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/TransactionCategoryDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/TransactionCategoryDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/TransactionCategoryUpdateDto.js +0 -2
- package/clients/accountingService/models/TransactionCategoryUpdateDto.ts +0 -11
- package/clients/accountingService/models/TransactionCreateDto.js +0 -2
- package/clients/accountingService/models/TransactionCreateDto.ts +0 -22
- package/clients/accountingService/models/TransactionDto.js +0 -2
- package/clients/accountingService/models/TransactionDto.ts +0 -22
- package/clients/accountingService/models/TransactionDtoEnvelope.js +0 -2
- package/clients/accountingService/models/TransactionDtoEnvelope.ts +0 -14
- package/clients/accountingService/models/TransactionDtoListEnvelope.js +0 -2
- package/clients/accountingService/models/TransactionDtoListEnvelope.ts +0 -14
- package/clients/accountingService/models/TransactionUpdateDto.js +0 -2
- package/clients/accountingService/models/TransactionUpdateDto.ts +0 -20
- package/clients/accountingService/models/UpdateLedgerDto.js +0 -2
- package/clients/accountingService/models/UpdateLedgerDto.ts +0 -12
- package/clients/accountingService/services/AccountGroupsService.js +0 -127
- package/clients/accountingService/services/AccountGroupsService.ts +0 -147
- package/clients/accountingService/services/AccountingPeriodsService.js +0 -127
- package/clients/accountingService/services/AccountingPeriodsService.ts +0 -148
- package/clients/accountingService/services/AccountsService.js +0 -937
- package/clients/accountingService/services/AccountsService.ts +0 -1110
- package/clients/accountingService/services/BankingService.js +0 -558
- package/clients/accountingService/services/BankingService.ts +0 -655
- package/clients/accountingService/services/BillingProfilesService.js +0 -164
- package/clients/accountingService/services/BillingProfilesService.ts +0 -194
- package/clients/accountingService/services/BudgetsService.js +0 -288
- package/clients/accountingService/services/BudgetsService.ts +0 -343
- package/clients/accountingService/services/CommissionsService.js +0 -308
- package/clients/accountingService/services/CommissionsService.ts +0 -364
- package/clients/accountingService/services/CostCentresService.js +0 -436
- package/clients/accountingService/services/CostCentresService.ts +0 -517
- package/clients/accountingService/services/FinancialBooksService.js +0 -164
- package/clients/accountingService/services/FinancialBooksService.ts +0 -194
- package/clients/accountingService/services/FiscalYearsService.js +0 -164
- package/clients/accountingService/services/FiscalYearsService.ts +0 -194
- package/clients/accountingService/services/FiscalsService.js +0 -1114
- package/clients/accountingService/services/FiscalsService.ts +0 -1328
- package/clients/accountingService/services/GrantsService.js +0 -164
- package/clients/accountingService/services/GrantsService.ts +0 -194
- package/clients/accountingService/services/InvoiceEnumerationRangesService.js +0 -141
- package/clients/accountingService/services/InvoiceEnumerationRangesService.ts +0 -167
- package/clients/accountingService/services/JournalTypesService.js +0 -164
- package/clients/accountingService/services/JournalTypesService.ts +0 -194
- package/clients/accountingService/services/JournalsService.js +0 -309
- package/clients/accountingService/services/JournalsService.ts +0 -366
- package/clients/accountingService/services/LedgersService.js +0 -137
- package/clients/accountingService/services/LedgersService.ts +0 -163
- package/clients/accountingService/services/LoansService.js +0 -320
- package/clients/accountingService/services/LoansService.ts +0 -377
- package/clients/accountingService/services/ReceiptsService.js +0 -140
- package/clients/accountingService/services/ReceiptsService.ts +0 -164
- package/clients/accountingService/services/SharesService.js +0 -611
- package/clients/accountingService/services/SharesService.ts +0 -721
- package/clients/accountingService/services/TaxesService.js +0 -574
- package/clients/accountingService/services/TaxesService.ts +0 -686
- package/clients/accountingService/services/TransactionsService.js +0 -316
- package/clients/accountingService/services/TransactionsService.ts +0 -372
- 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/cartService/core/ApiError.js +0 -20
- package/clients/cartService/core/ApiError.ts +0 -25
- package/clients/cartService/core/ApiRequestOptions.js +0 -2
- package/clients/cartService/core/ApiRequestOptions.ts +0 -17
- package/clients/cartService/core/ApiResult.js +0 -2
- package/clients/cartService/core/ApiResult.ts +0 -11
- package/clients/cartService/core/CancelablePromise.js +0 -104
- package/clients/cartService/core/CancelablePromise.ts +0 -131
- package/clients/cartService/core/OpenAPI.js +0 -14
- package/clients/cartService/core/OpenAPI.ts +0 -32
- package/clients/cartService/core/request.js +0 -294
- package/clients/cartService/core/request.ts +0 -322
- package/clients/cartService/index.js +0 -24
- package/clients/cartService/models/AddProductToCompareRequest.js +0 -2
- package/clients/cartService/models/AddProductToCompareRequest.ts +0 -10
- package/clients/cartService/models/BooleanEnvelope.js +0 -2
- package/clients/cartService/models/BooleanEnvelope.ts +0 -13
- package/clients/cartService/models/CartDto.js +0 -2
- package/clients/cartService/models/CartDto.ts +0 -18
- package/clients/cartService/models/CartDtoEnvelope.js +0 -2
- package/clients/cartService/models/CartDtoEnvelope.ts +0 -14
- package/clients/cartService/models/CartUpdateRequest.js +0 -2
- package/clients/cartService/models/CartUpdateRequest.ts +0 -9
- package/clients/cartService/models/CountryDto.js +0 -2
- package/clients/cartService/models/CountryDto.ts +0 -14
- package/clients/cartService/models/CountryDtoEnvelope.js +0 -2
- package/clients/cartService/models/CountryDtoEnvelope.ts +0 -14
- package/clients/cartService/models/CountrySwitchRequest.js +0 -2
- package/clients/cartService/models/CountrySwitchRequest.ts +0 -9
- package/clients/cartService/models/CurrencyDto.js +0 -2
- package/clients/cartService/models/CurrencyDto.ts +0 -13
- package/clients/cartService/models/CurrencyDtoEnvelope.js +0 -2
- package/clients/cartService/models/CurrencyDtoEnvelope.ts +0 -14
- package/clients/cartService/models/CurrencySwitchRequest.js +0 -2
- package/clients/cartService/models/CurrencySwitchRequest.ts +0 -9
- package/clients/cartService/models/EmptyEnvelope.js +0 -2
- package/clients/cartService/models/EmptyEnvelope.ts +0 -12
- package/clients/cartService/models/ErrorEnvelope.js +0 -2
- package/clients/cartService/models/ErrorEnvelope.ts +0 -12
- package/clients/cartService/models/ItemCartRecordCreateDto.js +0 -2
- package/clients/cartService/models/ItemCartRecordCreateDto.ts +0 -12
- package/clients/cartService/models/ItemCartRecordDto.js +0 -16
- package/clients/cartService/models/ItemCartRecordDto.ts +0 -102
- package/clients/cartService/models/ItemCartRecordDtoEnvelope.js +0 -2
- package/clients/cartService/models/ItemCartRecordDtoEnvelope.ts +0 -14
- package/clients/cartService/models/ItemCartRecordDtoListEnvelope.js +0 -2
- package/clients/cartService/models/ItemCartRecordDtoListEnvelope.ts +0 -14
- package/clients/cartService/models/ItemCartRecordUpdateDto.js +0 -2
- package/clients/cartService/models/ItemCartRecordUpdateDto.ts +0 -8
- package/clients/cartService/models/ItemToCompareCartRecordDto.js +0 -2
- package/clients/cartService/models/ItemToCompareCartRecordDto.ts +0 -24
- package/clients/cartService/models/ItemToCompareCartRecordDtoEnvelope.js +0 -2
- package/clients/cartService/models/ItemToCompareCartRecordDtoEnvelope.ts +0 -14
- package/clients/cartService/models/ItemToCompareCartRecordDtoListEnvelope.js +0 -2
- package/clients/cartService/models/ItemToCompareCartRecordDtoListEnvelope.ts +0 -14
- package/clients/cartService/models/NewWishListRequest.js +0 -2
- package/clients/cartService/models/NewWishListRequest.ts +0 -11
- package/clients/cartService/models/ProductToWishListRequest.js +0 -2
- package/clients/cartService/models/ProductToWishListRequest.ts +0 -9
- package/clients/cartService/models/WishListDto.js +0 -2
- package/clients/cartService/models/WishListDto.ts +0 -13
- package/clients/cartService/models/WishListDtoEnvelope.js +0 -2
- package/clients/cartService/models/WishListDtoEnvelope.ts +0 -14
- package/clients/cartService/models/WishListItemRecordDto.js +0 -2
- package/clients/cartService/models/WishListItemRecordDto.ts +0 -11
- package/clients/cartService/models/WishListUpdateDto.js +0 -2
- package/clients/cartService/models/WishListUpdateDto.ts +0 -10
- package/clients/cartService/services/CartsService.js +0 -1104
- package/clients/cartService/services/CartsService.ts +0 -1289
- package/clients/cartService/services/CompareService.js +0 -92
- package/clients/cartService/services/CompareService.ts +0 -110
- package/clients/cartService/services/RecordsService.js +0 -268
- package/clients/cartService/services/RecordsService.ts +0 -314
- package/clients/cartService/services/WishListsService.js +0 -209
- package/clients/cartService/services/WishListsService.ts +0 -252
- package/clients/catalogService/core/ApiError.js +0 -20
- package/clients/catalogService/core/ApiError.ts +0 -25
- package/clients/catalogService/core/ApiRequestOptions.js +0 -2
- package/clients/catalogService/core/ApiRequestOptions.ts +0 -17
- package/clients/catalogService/core/ApiResult.js +0 -2
- package/clients/catalogService/core/ApiResult.ts +0 -11
- package/clients/catalogService/core/CancelablePromise.js +0 -104
- package/clients/catalogService/core/CancelablePromise.ts +0 -131
- package/clients/catalogService/core/OpenAPI.js +0 -14
- package/clients/catalogService/core/OpenAPI.ts +0 -32
- package/clients/catalogService/core/request.js +0 -294
- package/clients/catalogService/core/request.ts +0 -322
- package/clients/catalogService/index.js +0 -42
- package/clients/catalogService/models/CatalogItemCreateDto.js +0 -2
- package/clients/catalogService/models/CatalogItemCreateDto.ts +0 -167
- package/clients/catalogService/models/CatalogItemDto.js +0 -2
- package/clients/catalogService/models/CatalogItemDto.ts +0 -170
- package/clients/catalogService/models/CatalogItemDtoEnvelope.js +0 -2
- package/clients/catalogService/models/CatalogItemDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/CatalogItemDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/CatalogItemDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/CatalogItemUpdateDto.js +0 -2
- package/clients/catalogService/models/CatalogItemUpdateDto.ts +0 -179
- package/clients/catalogService/models/Currency.js +0 -2
- package/clients/catalogService/models/Currency.ts +0 -9
- package/clients/catalogService/models/EmptyEnvelope.js +0 -2
- package/clients/catalogService/models/EmptyEnvelope.ts +0 -12
- package/clients/catalogService/models/ErrorEnvelope.js +0 -2
- package/clients/catalogService/models/ErrorEnvelope.ts +0 -12
- package/clients/catalogService/models/Int32Envelope.js +0 -2
- package/clients/catalogService/models/Int32Envelope.ts +0 -13
- package/clients/catalogService/models/ItemAttachmentCreateDto.js +0 -2
- package/clients/catalogService/models/ItemAttachmentCreateDto.ts +0 -21
- package/clients/catalogService/models/ItemAttachmentDto.js +0 -2
- package/clients/catalogService/models/ItemAttachmentDto.ts +0 -30
- package/clients/catalogService/models/ItemAttachmentDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemAttachmentDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemAttachmentDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemAttachmentDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemAttachmentUpdateDto.js +0 -2
- package/clients/catalogService/models/ItemAttachmentUpdateDto.ts +0 -19
- package/clients/catalogService/models/ItemAttributeCreateDto.js +0 -2
- package/clients/catalogService/models/ItemAttributeCreateDto.ts +0 -12
- package/clients/catalogService/models/ItemAttributeDto.js +0 -2
- package/clients/catalogService/models/ItemAttributeDto.ts +0 -12
- package/clients/catalogService/models/ItemAttributeDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemAttributeDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemAttributeDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemAttributeDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemAttributeOptionDto.js +0 -2
- package/clients/catalogService/models/ItemAttributeOptionDto.ts +0 -12
- package/clients/catalogService/models/ItemAttributeOptionDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemAttributeOptionDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemAttributeOptionDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemAttributeOptionDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemAttributeUpdateDto.js +0 -2
- package/clients/catalogService/models/ItemAttributeUpdateDto.ts +0 -9
- package/clients/catalogService/models/ItemBrandCreateDto.js +0 -2
- package/clients/catalogService/models/ItemBrandCreateDto.ts +0 -17
- package/clients/catalogService/models/ItemBrandDto.js +0 -2
- package/clients/catalogService/models/ItemBrandDto.ts +0 -17
- package/clients/catalogService/models/ItemBrandDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemBrandDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemBrandDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemBrandDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemBrandUpdateDto.js +0 -2
- package/clients/catalogService/models/ItemBrandUpdateDto.ts +0 -13
- package/clients/catalogService/models/ItemCategoryCreateDto.js +0 -2
- package/clients/catalogService/models/ItemCategoryCreateDto.ts +0 -15
- package/clients/catalogService/models/ItemCategoryDto.js +0 -2
- package/clients/catalogService/models/ItemCategoryDto.ts +0 -21
- package/clients/catalogService/models/ItemCategoryDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemCategoryDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemCategoryDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemCategoryDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemCategoryUpdateDto.js +0 -2
- package/clients/catalogService/models/ItemCategoryUpdateDto.ts +0 -16
- package/clients/catalogService/models/ItemGoogleCategoryDto.js +0 -2
- package/clients/catalogService/models/ItemGoogleCategoryDto.ts +0 -22
- package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemGoogleCategoryDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemGoogleCategoryDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemImageCreateDto.js +0 -2
- package/clients/catalogService/models/ItemImageCreateDto.ts +0 -28
- package/clients/catalogService/models/ItemImageDto.js +0 -2
- package/clients/catalogService/models/ItemImageDto.ts +0 -28
- package/clients/catalogService/models/ItemImageDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemImageDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemImageDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemImageDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemImageUpdateDto.js +0 -2
- package/clients/catalogService/models/ItemImageUpdateDto.ts +0 -22
- package/clients/catalogService/models/ItemQuestionCreateDto.js +0 -2
- package/clients/catalogService/models/ItemQuestionCreateDto.ts +0 -15
- package/clients/catalogService/models/ItemQuestionDto.js +0 -2
- package/clients/catalogService/models/ItemQuestionDto.ts +0 -15
- package/clients/catalogService/models/ItemQuestionDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemQuestionDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemQuestionDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemQuestionDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemQuestionRecordCreateDto.js +0 -2
- package/clients/catalogService/models/ItemQuestionRecordCreateDto.ts +0 -14
- package/clients/catalogService/models/ItemQuestionUpdateDto.js +0 -2
- package/clients/catalogService/models/ItemQuestionUpdateDto.ts +0 -10
- package/clients/catalogService/models/ItemRefundPolicyDto.js +0 -2
- package/clients/catalogService/models/ItemRefundPolicyDto.ts +0 -34
- package/clients/catalogService/models/ItemRefundPolicyDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemRefundPolicyDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemRefundPolicyDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemRefundPolicyDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemReturnPolicyDto.js +0 -2
- package/clients/catalogService/models/ItemReturnPolicyDto.ts +0 -34
- package/clients/catalogService/models/ItemReturnPolicyDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemReturnPolicyDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemReturnPolicyDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemReturnPolicyDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemReviewCreateDto.js +0 -2
- package/clients/catalogService/models/ItemReviewCreateDto.ts +0 -13
- package/clients/catalogService/models/ItemReviewDto.js +0 -2
- package/clients/catalogService/models/ItemReviewDto.ts +0 -13
- package/clients/catalogService/models/ItemReviewDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemReviewDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemReviewDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemReviewDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemReviewRecordCreateDto.js +0 -2
- package/clients/catalogService/models/ItemReviewRecordCreateDto.ts +0 -12
- package/clients/catalogService/models/ItemReviewUpdateDto.js +0 -2
- package/clients/catalogService/models/ItemReviewUpdateDto.ts +0 -9
- package/clients/catalogService/models/ItemShippingPolicyDto.js +0 -2
- package/clients/catalogService/models/ItemShippingPolicyDto.ts +0 -35
- package/clients/catalogService/models/ItemShippingPolicyDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemShippingPolicyDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemShippingPolicyDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemShippingPolicyDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemTagCreateDto.js +0 -2
- package/clients/catalogService/models/ItemTagCreateDto.ts +0 -12
- package/clients/catalogService/models/ItemTagDto.js +0 -2
- package/clients/catalogService/models/ItemTagDto.ts +0 -12
- package/clients/catalogService/models/ItemTagDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemTagDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemTagDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemTagDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemTagUpdateDto.js +0 -2
- package/clients/catalogService/models/ItemTagUpdateDto.ts +0 -9
- package/clients/catalogService/models/ItemTaxPolicyDto.js +0 -2
- package/clients/catalogService/models/ItemTaxPolicyDto.ts +0 -37
- package/clients/catalogService/models/ItemTaxPolicyDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemTaxPolicyDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemTaxPolicyDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemTaxPolicyDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemTypeCreateDto.js +0 -2
- package/clients/catalogService/models/ItemTypeCreateDto.ts +0 -17
- package/clients/catalogService/models/ItemTypeDto.js +0 -2
- package/clients/catalogService/models/ItemTypeDto.ts +0 -17
- package/clients/catalogService/models/ItemTypeDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemTypeDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemTypeDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemTypeDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemTypeUpdateDto.js +0 -2
- package/clients/catalogService/models/ItemTypeUpdateDto.ts +0 -12
- package/clients/catalogService/models/ItemWarrantyPolicyDto.js +0 -2
- package/clients/catalogService/models/ItemWarrantyPolicyDto.ts +0 -33
- package/clients/catalogService/models/ItemWarrantyPolicyDtoEnvelope.js +0 -2
- package/clients/catalogService/models/ItemWarrantyPolicyDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/ItemWarrantyPolicyDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/ItemWarrantyPolicyDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/MerchantDto.js +0 -2
- package/clients/catalogService/models/MerchantDto.ts +0 -47
- package/clients/catalogService/models/MerchantDtoEnvelope.js +0 -2
- package/clients/catalogService/models/MerchantDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/MerchantDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/MerchantDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/Money.js +0 -2
- package/clients/catalogService/models/Money.ts +0 -10
- package/clients/catalogService/models/MoneyEnvelope.js +0 -2
- package/clients/catalogService/models/MoneyEnvelope.ts +0 -14
- package/clients/catalogService/models/PricingRuleCreateDto.js +0 -2
- package/clients/catalogService/models/PricingRuleCreateDto.ts +0 -32
- package/clients/catalogService/models/PricingRuleDto.js +0 -2
- package/clients/catalogService/models/PricingRuleDto.ts +0 -31
- package/clients/catalogService/models/PricingRuleDtoEnvelope.js +0 -2
- package/clients/catalogService/models/PricingRuleDtoEnvelope.ts +0 -14
- package/clients/catalogService/models/PricingRuleDtoListEnvelope.js +0 -2
- package/clients/catalogService/models/PricingRuleDtoListEnvelope.ts +0 -14
- package/clients/catalogService/models/PricingRuleUpdateDto.js +0 -2
- package/clients/catalogService/models/PricingRuleUpdateDto.ts +0 -27
- package/clients/catalogService/services/ItemAttachmentsService.js +0 -132
- package/clients/catalogService/services/ItemAttachmentsService.ts +0 -157
- package/clients/catalogService/services/ItemAttributesService.js +0 -132
- package/clients/catalogService/services/ItemAttributesService.ts +0 -156
- package/clients/catalogService/services/ItemBrandsService.js +0 -132
- package/clients/catalogService/services/ItemBrandsService.ts +0 -156
- package/clients/catalogService/services/ItemCategoriesService.js +0 -132
- package/clients/catalogService/services/ItemCategoriesService.ts +0 -156
- package/clients/catalogService/services/ItemGoogleCategoriesService.js +0 -160
- package/clients/catalogService/services/ItemGoogleCategoriesService.ts +0 -182
- package/clients/catalogService/services/ItemImagesService.js +0 -132
- package/clients/catalogService/services/ItemImagesService.ts +0 -156
- package/clients/catalogService/services/ItemQuestionsService.js +0 -132
- package/clients/catalogService/services/ItemQuestionsService.ts +0 -156
- package/clients/catalogService/services/ItemReviewsService.js +0 -132
- package/clients/catalogService/services/ItemReviewsService.ts +0 -156
- package/clients/catalogService/services/ItemTagsService.js +0 -132
- package/clients/catalogService/services/ItemTagsService.ts +0 -156
- package/clients/catalogService/services/ItemTypesService.js +0 -132
- package/clients/catalogService/services/ItemTypesService.ts +0 -156
- package/clients/catalogService/services/ItemsService.js +0 -1827
- package/clients/catalogService/services/ItemsService.ts +0 -2168
- package/clients/catalogService/services/MerchantsService.js +0 -66
- package/clients/catalogService/services/MerchantsService.ts +0 -77
- package/clients/catalogService/services/PoliciesService.js +0 -96
- package/clients/catalogService/services/PoliciesService.ts +0 -113
- package/clients/catalogService/services/PricingRulesService.js +0 -130
- package/clients/catalogService/services/PricingRulesService.ts +0 -154
- package/clients/contentService/core/ApiError.js +0 -20
- package/clients/contentService/core/ApiError.ts +0 -25
- package/clients/contentService/core/ApiRequestOptions.js +0 -2
- package/clients/contentService/core/ApiRequestOptions.ts +0 -17
- package/clients/contentService/core/ApiResult.js +0 -2
- package/clients/contentService/core/ApiResult.ts +0 -11
- package/clients/contentService/core/CancelablePromise.js +0 -104
- package/clients/contentService/core/CancelablePromise.ts +0 -131
- package/clients/contentService/core/OpenAPI.js +0 -14
- package/clients/contentService/core/OpenAPI.ts +0 -32
- package/clients/contentService/core/request.js +0 -294
- package/clients/contentService/core/request.ts +0 -322
- package/clients/contentService/index.js +0 -70
- package/clients/contentService/models/AdvancedOptions.js +0 -2
- package/clients/contentService/models/AdvancedOptions.ts +0 -13
- package/clients/contentService/models/AllianceBusinessSuiteIntegrationOptions.js +0 -2
- package/clients/contentService/models/AllianceBusinessSuiteIntegrationOptions.ts +0 -12
- package/clients/contentService/models/AppleIcons.js +0 -2
- package/clients/contentService/models/AppleIcons.ts +0 -18
- package/clients/contentService/models/AzureAppInsightIntegrationOptions.js +0 -2
- package/clients/contentService/models/AzureAppInsightIntegrationOptions.ts +0 -34
- package/clients/contentService/models/AzureStorageIntegrationOptions.js +0 -2
- package/clients/contentService/models/AzureStorageIntegrationOptions.ts +0 -9
- package/clients/contentService/models/Background.js +0 -25
- package/clients/contentService/models/Background.ts +0 -31
- package/clients/contentService/models/BackgroundOptions.js +0 -2
- package/clients/contentService/models/BackgroundOptions.ts +0 -13
- package/clients/contentService/models/BlogOptions.js +0 -2
- package/clients/contentService/models/BlogOptions.ts +0 -9
- package/clients/contentService/models/BlogPostCategoryCreateDto.js +0 -2
- package/clients/contentService/models/BlogPostCategoryCreateDto.ts +0 -24
- package/clients/contentService/models/BlogPostCategoryDto.js +0 -2
- package/clients/contentService/models/BlogPostCategoryDto.ts +0 -23
- package/clients/contentService/models/BlogPostCategoryDtoEnvelope.js +0 -2
- package/clients/contentService/models/BlogPostCategoryDtoEnvelope.ts +0 -14
- package/clients/contentService/models/BlogPostCategoryDtoListEnvelope.js +0 -2
- package/clients/contentService/models/BlogPostCategoryDtoListEnvelope.ts +0 -14
- package/clients/contentService/models/BlogPostCategoryUpdateDto.js +0 -2
- package/clients/contentService/models/BlogPostCategoryUpdateDto.ts +0 -20
- package/clients/contentService/models/BlogPostCommentCreateDto.js +0 -2
- package/clients/contentService/models/BlogPostCommentCreateDto.ts +0 -13
- package/clients/contentService/models/BlogPostCommentDto.js +0 -2
- package/clients/contentService/models/BlogPostCommentDto.ts +0 -14
- package/clients/contentService/models/BlogPostCommentDtoListEnvelope.js +0 -2
- package/clients/contentService/models/BlogPostCommentDtoListEnvelope.ts +0 -14
- package/clients/contentService/models/BlogPostCreateDto.js +0 -2
- package/clients/contentService/models/BlogPostCreateDto.ts +0 -18
- package/clients/contentService/models/BlogPostDto.js +0 -2
- package/clients/contentService/models/BlogPostDto.ts +0 -66
- package/clients/contentService/models/BlogPostDtoEnvelope.js +0 -2
- package/clients/contentService/models/BlogPostDtoEnvelope.ts +0 -14
- package/clients/contentService/models/BlogPostDtoListEnvelope.js +0 -2
- package/clients/contentService/models/BlogPostDtoListEnvelope.ts +0 -14
- package/clients/contentService/models/BlogPostTagCreateDto.js +0 -2
- package/clients/contentService/models/BlogPostTagCreateDto.ts +0 -24
- package/clients/contentService/models/BlogPostTagDto.js +0 -2
- package/clients/contentService/models/BlogPostTagDto.ts +0 -23
- package/clients/contentService/models/BlogPostTagDtoEnvelope.js +0 -2
- package/clients/contentService/models/BlogPostTagDtoEnvelope.ts +0 -14
- package/clients/contentService/models/BlogPostTagDtoListEnvelope.js +0 -2
- package/clients/contentService/models/BlogPostTagDtoListEnvelope.ts +0 -14
- package/clients/contentService/models/BlogPostTagUpdateDto.js +0 -2
- package/clients/contentService/models/BlogPostTagUpdateDto.ts +0 -20
- package/clients/contentService/models/BlogPostUpdateDto.js +0 -2
- package/clients/contentService/models/BlogPostUpdateDto.ts +0 -60
- package/clients/contentService/models/BrandingOptions.js +0 -2
- package/clients/contentService/models/BrandingOptions.ts +0 -23
- package/clients/contentService/models/BreadcrumbsOptions.js +0 -2
- package/clients/contentService/models/BreadcrumbsOptions.ts +0 -15
- package/clients/contentService/models/CartOptions.js +0 -2
- package/clients/contentService/models/CartOptions.ts +0 -10
- package/clients/contentService/models/CodeFieldsOptions.js +0 -2
- package/clients/contentService/models/CodeFieldsOptions.ts +0 -5
- package/clients/contentService/models/ColorOptions.js +0 -11
- package/clients/contentService/models/ColorOptions.ts +0 -18
- package/clients/contentService/models/ColorScheme.js +0 -2
- package/clients/contentService/models/ColorScheme.ts +0 -17
- package/clients/contentService/models/ContactOptions.js +0 -2
- package/clients/contentService/models/ContactOptions.ts +0 -17
- package/clients/contentService/models/ContactPoint.js +0 -2
- package/clients/contentService/models/ContactPoint.ts +0 -13
- package/clients/contentService/models/CouponsOptions.js +0 -2
- package/clients/contentService/models/CouponsOptions.ts +0 -9
- package/clients/contentService/models/Creator.js +0 -2
- package/clients/contentService/models/Creator.ts +0 -12
- package/clients/contentService/models/CustomFont.js +0 -2
- package/clients/contentService/models/CustomFont.ts +0 -13
- package/clients/contentService/models/DashboardOptions.js +0 -2
- package/clients/contentService/models/DashboardOptions.ts +0 -12
- package/clients/contentService/models/DownloadablesOptions.js +0 -2
- package/clients/contentService/models/DownloadablesOptions.ts +0 -10
- package/clients/contentService/models/EPaycoIntegrationOptions.js +0 -2
- package/clients/contentService/models/EPaycoIntegrationOptions.ts +0 -12
- package/clients/contentService/models/EmailOptions.js +0 -2
- package/clients/contentService/models/EmailOptions.ts +0 -34
- package/clients/contentService/models/EmailsOptions.js +0 -2
- package/clients/contentService/models/EmailsOptions.ts +0 -11
- package/clients/contentService/models/EmptyEnvelope.js +0 -2
- package/clients/contentService/models/EmptyEnvelope.ts +0 -12
- package/clients/contentService/models/ErrorEnvelope.js +0 -2
- package/clients/contentService/models/ErrorEnvelope.ts +0 -12
- package/clients/contentService/models/FacebookIntegrationOptions.js +0 -2
- package/clients/contentService/models/FacebookIntegrationOptions.ts +0 -15
- package/clients/contentService/models/Favicons.js +0 -2
- package/clients/contentService/models/Favicons.ts +0 -13
- package/clients/contentService/models/FeaturesOptions.js +0 -2
- package/clients/contentService/models/FeaturesOptions.ts +0 -5
- package/clients/contentService/models/FenixAllianceIntegrationsOptions.js +0 -2
- package/clients/contentService/models/FenixAllianceIntegrationsOptions.ts +0 -12
- package/clients/contentService/models/FooterOptions.js +0 -15
- package/clients/contentService/models/FooterOptions.ts +0 -41
- package/clients/contentService/models/FormsOptions.js +0 -2
- package/clients/contentService/models/FormsOptions.ts +0 -5
- package/clients/contentService/models/ForumOptions.js +0 -2
- package/clients/contentService/models/ForumOptions.ts +0 -8
- package/clients/contentService/models/FreeGeoIPIntegrationOptions.js +0 -2
- package/clients/contentService/models/FreeGeoIPIntegrationOptions.ts +0 -9
- package/clients/contentService/models/GoogleAnalytics.js +0 -2
- package/clients/contentService/models/GoogleAnalytics.ts +0 -9
- package/clients/contentService/models/GoogleIntegrationOptions.js +0 -2
- package/clients/contentService/models/GoogleIntegrationOptions.ts +0 -20
- package/clients/contentService/models/GoogleMapsIntegrationOptions.js +0 -2
- package/clients/contentService/models/GoogleMapsIntegrationOptions.ts +0 -9
- package/clients/contentService/models/GoogleMerchantCenterIntegrationOptions.js +0 -2
- package/clients/contentService/models/GoogleMerchantCenterIntegrationOptions.ts +0 -11
- package/clients/contentService/models/GoogleMyBusinessIntegrationOptions.js +0 -2
- package/clients/contentService/models/GoogleMyBusinessIntegrationOptions.ts +0 -15
- package/clients/contentService/models/GoogleRecaptchaIntegrationOptions.js +0 -2
- package/clients/contentService/models/GoogleRecaptchaIntegrationOptions.ts +0 -12
- package/clients/contentService/models/GoogleTagManagerIntegrationOptions.js +0 -2
- package/clients/contentService/models/GoogleTagManagerIntegrationOptions.ts +0 -9
- package/clients/contentService/models/GridOptions.js +0 -2
- package/clients/contentService/models/GridOptions.ts +0 -5
- package/clients/contentService/models/HeaderOptions.js +0 -37
- package/clients/contentService/models/HeaderOptions.ts +0 -51
- package/clients/contentService/models/IdentityAndPrivacyOptions.js +0 -13
- package/clients/contentService/models/IdentityAndPrivacyOptions.ts +0 -29
- package/clients/contentService/models/InfinityComexIntegrationOptions.js +0 -2
- package/clients/contentService/models/InfinityComexIntegrationOptions.ts +0 -12
- package/clients/contentService/models/Int32Envelope.js +0 -2
- package/clients/contentService/models/Int32Envelope.ts +0 -13
- package/clients/contentService/models/IntegrationOptions.js +0 -2
- package/clients/contentService/models/IntegrationOptions.ts +0 -9
- package/clients/contentService/models/IntegrationsOptions.js +0 -2
- package/clients/contentService/models/IntegrationsOptions.ts +0 -24
- package/clients/contentService/models/InventoryOptions.js +0 -12
- package/clients/contentService/models/InventoryOptions.ts +0 -23
- package/clients/contentService/models/LayoutOptions.js +0 -11
- package/clients/contentService/models/LayoutOptions.ts +0 -23
- package/clients/contentService/models/LightboxOptions.js +0 -2
- package/clients/contentService/models/LightboxOptions.ts +0 -5
- package/clients/contentService/models/Logo.js +0 -12
- package/clients/contentService/models/Logo.ts +0 -31
- package/clients/contentService/models/MSAppTile.js +0 -2
- package/clients/contentService/models/MSAppTile.ts +0 -15
- package/clients/contentService/models/MansoryOptions.js +0 -2
- package/clients/contentService/models/MansoryOptions.ts +0 -5
- package/clients/contentService/models/Margin.js +0 -2
- package/clients/contentService/models/Margin.ts +0 -11
- package/clients/contentService/models/MeasurementOptions.js +0 -21
- package/clients/contentService/models/MeasurementOptions.ts +0 -24
- package/clients/contentService/models/MenuOptions.js +0 -30
- package/clients/contentService/models/MenuOptions.ts +0 -57
- package/clients/contentService/models/MicrosoftAzureIntegrationOptions.js +0 -2
- package/clients/contentService/models/MicrosoftAzureIntegrationOptions.ts +0 -12
- package/clients/contentService/models/MicrosoftIntegrationsOptions.js +0 -2
- package/clients/contentService/models/MicrosoftIntegrationsOptions.ts +0 -10
- package/clients/contentService/models/MiscellaneousOptions.js +0 -2
- package/clients/contentService/models/MiscellaneousOptions.ts +0 -5
- package/clients/contentService/models/OpenExchangeRatesIntegrationsOptions.js +0 -2
- package/clients/contentService/models/OpenExchangeRatesIntegrationsOptions.ts +0 -9
- package/clients/contentService/models/Operation.js +0 -16
- package/clients/contentService/models/Operation.ts +0 -23
- package/clients/contentService/models/Organization.js +0 -2
- package/clients/contentService/models/Organization.ts +0 -18
- package/clients/contentService/models/Padding.js +0 -2
- package/clients/contentService/models/Padding.ts +0 -11
- package/clients/contentService/models/PaginationOptions.js +0 -2
- package/clients/contentService/models/PaginationOptions.ts +0 -5
- package/clients/contentService/models/PaymentMethod.js +0 -2
- package/clients/contentService/models/PaymentMethod.ts +0 -13
- package/clients/contentService/models/PaymentOptions.js +0 -2
- package/clients/contentService/models/PaymentOptions.ts +0 -9
- package/clients/contentService/models/PerformanceOptions.js +0 -2
- package/clients/contentService/models/PerformanceOptions.ts +0 -5
- package/clients/contentService/models/PortalId.js +0 -2
- package/clients/contentService/models/PortalId.ts +0 -5
- package/clients/contentService/models/PortalOptions.js +0 -12
- package/clients/contentService/models/PortalOptions.ts +0 -92
- package/clients/contentService/models/PortalOptionsEnvelope.js +0 -2
- package/clients/contentService/models/PortalOptionsEnvelope.ts +0 -14
- package/clients/contentService/models/PortalSettings.js +0 -2
- package/clients/contentService/models/PortalSettings.ts +0 -23
- package/clients/contentService/models/PortalSettingsEnvelope.js +0 -2
- package/clients/contentService/models/PortalSettingsEnvelope.ts +0 -14
- package/clients/contentService/models/PortfolioOptions.js +0 -2
- package/clients/contentService/models/PortfolioOptions.ts +0 -5
- package/clients/contentService/models/PriceCalculationOptions.js +0 -2
- package/clients/contentService/models/PriceCalculationOptions.ts +0 -8
- package/clients/contentService/models/PrivacyOptions.js +0 -2
- package/clients/contentService/models/PrivacyOptions.ts +0 -8
- package/clients/contentService/models/ProductOptions.js +0 -2
- package/clients/contentService/models/ProductOptions.ts +0 -5
- package/clients/contentService/models/RecommendationOptions.js +0 -2
- package/clients/contentService/models/RecommendationOptions.ts +0 -18
- package/clients/contentService/models/ResponsiveOptions.js +0 -2
- package/clients/contentService/models/ResponsiveOptions.ts +0 -18
- package/clients/contentService/models/ReviewsOptions.js +0 -2
- package/clients/contentService/models/ReviewsOptions.ts +0 -12
- package/clients/contentService/models/SearchOptions.js +0 -2
- package/clients/contentService/models/SearchOptions.ts +0 -5
- package/clients/contentService/models/SendgridIntegrationsOptions.js +0 -2
- package/clients/contentService/models/SendgridIntegrationsOptions.ts +0 -9
- package/clients/contentService/models/SeoOptions.js +0 -2
- package/clients/contentService/models/SeoOptions.ts +0 -20
- package/clients/contentService/models/ServicesOptions.js +0 -16
- package/clients/contentService/models/ServicesOptions.ts +0 -35
- package/clients/contentService/models/SidebarOptions.js +0 -2
- package/clients/contentService/models/SidebarOptions.ts +0 -5
- package/clients/contentService/models/SliderOptions.js +0 -2
- package/clients/contentService/models/SliderOptions.ts +0 -5
- package/clients/contentService/models/SlideshowOptions.js +0 -2
- package/clients/contentService/models/SlideshowOptions.ts +0 -5
- package/clients/contentService/models/SlidingBarOptions.js +0 -19
- package/clients/contentService/models/SlidingBarOptions.ts +0 -29
- package/clients/contentService/models/SocialMediaOptions.js +0 -2
- package/clients/contentService/models/SocialMediaOptions.ts +0 -18
- package/clients/contentService/models/StoreDataRetentionPolicy.js +0 -13
- package/clients/contentService/models/StoreDataRetentionPolicy.ts +0 -17
- package/clients/contentService/models/StoreOptions.js +0 -13
- package/clients/contentService/models/StoreOptions.ts +0 -70
- package/clients/contentService/models/StudioOptions.js +0 -2
- package/clients/contentService/models/StudioOptions.ts +0 -14
- package/clients/contentService/models/SubscriptionsOptions.js +0 -16
- package/clients/contentService/models/SubscriptionsOptions.ts +0 -35
- package/clients/contentService/models/TaxCalculationOptions.js +0 -2
- package/clients/contentService/models/TaxCalculationOptions.ts +0 -15
- package/clients/contentService/models/ThemingOptions.js +0 -2
- package/clients/contentService/models/ThemingOptions.ts +0 -11
- package/clients/contentService/models/TitleBarOptions.js +0 -24
- package/clients/contentService/models/TitleBarOptions.ts +0 -41
- package/clients/contentService/models/Typography.js +0 -2
- package/clients/contentService/models/Typography.ts +0 -15
- package/clients/contentService/models/TypographyOptions.js +0 -2
- package/clients/contentService/models/TypographyOptions.ts +0 -12
- package/clients/contentService/models/WebContentCreateDto.js +0 -2
- package/clients/contentService/models/WebContentCreateDto.ts +0 -16
- package/clients/contentService/models/WebContentDto.js +0 -2
- package/clients/contentService/models/WebContentDto.ts +0 -64
- package/clients/contentService/models/WebContentDtoEnvelope.js +0 -2
- package/clients/contentService/models/WebContentDtoEnvelope.ts +0 -14
- package/clients/contentService/models/WebContentDtoListEnvelope.js +0 -2
- package/clients/contentService/models/WebContentDtoListEnvelope.ts +0 -14
- package/clients/contentService/models/WebContentUpdateDto.js +0 -2
- package/clients/contentService/models/WebContentUpdateDto.ts +0 -60
- package/clients/contentService/models/WebPageCategoryCreateDto.js +0 -2
- package/clients/contentService/models/WebPageCategoryCreateDto.ts +0 -22
- package/clients/contentService/models/WebPageCategoryDto.js +0 -2
- package/clients/contentService/models/WebPageCategoryDto.ts +0 -23
- package/clients/contentService/models/WebPageCategoryDtoEnvelope.js +0 -2
- package/clients/contentService/models/WebPageCategoryDtoEnvelope.ts +0 -14
- package/clients/contentService/models/WebPageCategoryDtoListEnvelope.js +0 -2
- package/clients/contentService/models/WebPageCategoryDtoListEnvelope.ts +0 -14
- package/clients/contentService/models/WebPageCategoryUpdateDto.js +0 -2
- package/clients/contentService/models/WebPageCategoryUpdateDto.ts +0 -18
- package/clients/contentService/models/WebPageCreateDto.js +0 -2
- package/clients/contentService/models/WebPageCreateDto.ts +0 -17
- package/clients/contentService/models/WebPageDto.js +0 -2
- package/clients/contentService/models/WebPageDto.ts +0 -75
- package/clients/contentService/models/WebPageDtoEnvelope.js +0 -2
- package/clients/contentService/models/WebPageDtoEnvelope.ts +0 -14
- package/clients/contentService/models/WebPageDtoListEnvelope.js +0 -2
- package/clients/contentService/models/WebPageDtoListEnvelope.ts +0 -14
- package/clients/contentService/models/WebPageTagCreateDto.js +0 -2
- package/clients/contentService/models/WebPageTagCreateDto.ts +0 -22
- package/clients/contentService/models/WebPageTagDto.js +0 -2
- package/clients/contentService/models/WebPageTagDto.ts +0 -23
- package/clients/contentService/models/WebPageTagDtoEnvelope.js +0 -2
- package/clients/contentService/models/WebPageTagDtoEnvelope.ts +0 -14
- package/clients/contentService/models/WebPageTagDtoListEnvelope.js +0 -2
- package/clients/contentService/models/WebPageTagDtoListEnvelope.ts +0 -14
- package/clients/contentService/models/WebPageTagUpdateDto.js +0 -2
- package/clients/contentService/models/WebPageTagUpdateDto.ts +0 -18
- package/clients/contentService/models/WebPageUpdateDto.js +0 -2
- package/clients/contentService/models/WebPageUpdateDto.ts +0 -70
- package/clients/contentService/models/WebPortalCreateDto.js +0 -2
- package/clients/contentService/models/WebPortalCreateDto.ts +0 -19
- package/clients/contentService/models/WebPortalDto.js +0 -2
- package/clients/contentService/models/WebPortalDto.ts +0 -19
- package/clients/contentService/models/WebPortalDtoEnvelope.js +0 -2
- package/clients/contentService/models/WebPortalDtoEnvelope.ts +0 -14
- package/clients/contentService/models/WebPortalUpdateDto.js +0 -2
- package/clients/contentService/models/WebPortalUpdateDto.ts +0 -16
- package/clients/contentService/services/BlogPostAuthorsService.js +0 -100
- package/clients/contentService/services/BlogPostAuthorsService.ts +0 -116
- package/clients/contentService/services/BlogPostCategoriesService.js +0 -167
- package/clients/contentService/services/BlogPostCategoriesService.ts +0 -199
- package/clients/contentService/services/BlogPostTagsService.js +0 -161
- package/clients/contentService/services/BlogPostTagsService.ts +0 -191
- package/clients/contentService/services/BlogPostsService.js +0 -451
- package/clients/contentService/services/BlogPostsService.ts +0 -531
- package/clients/contentService/services/PortalsService.js +0 -304
- package/clients/contentService/services/PortalsService.ts +0 -352
- package/clients/contentService/services/ThemesService.js +0 -26
- package/clients/contentService/services/ThemesService.ts +0 -29
- package/clients/contentService/services/WebContentsService.js +0 -161
- package/clients/contentService/services/WebContentsService.ts +0 -192
- package/clients/contentService/services/WebPageCategoriesService.js +0 -161
- package/clients/contentService/services/WebPageCategoriesService.ts +0 -192
- package/clients/contentService/services/WebPageTagsService.js +0 -161
- package/clients/contentService/services/WebPageTagsService.ts +0 -192
- package/clients/contentService/services/WebPagesService.js +0 -375
- package/clients/contentService/services/WebPagesService.ts +0 -446
- package/clients/crmService/core/ApiError.js +0 -20
- package/clients/crmService/core/ApiError.ts +0 -25
- package/clients/crmService/core/ApiRequestOptions.js +0 -2
- package/clients/crmService/core/ApiRequestOptions.ts +0 -17
- package/clients/crmService/core/ApiResult.js +0 -2
- package/clients/crmService/core/ApiResult.ts +0 -11
- package/clients/crmService/core/CancelablePromise.js +0 -104
- package/clients/crmService/core/CancelablePromise.ts +0 -131
- package/clients/crmService/core/OpenAPI.js +0 -14
- package/clients/crmService/core/OpenAPI.ts +0 -32
- package/clients/crmService/core/request.js +0 -294
- package/clients/crmService/core/request.ts +0 -322
- package/clients/crmService/index.js +0 -32
- package/clients/crmService/models/CartDto.js +0 -2
- package/clients/crmService/models/CartDto.ts +0 -18
- package/clients/crmService/models/CartDtoEnvelope.js +0 -2
- package/clients/crmService/models/CartDtoEnvelope.ts +0 -14
- package/clients/crmService/models/ContactCreateDto.js +0 -11
- package/clients/crmService/models/ContactCreateDto.ts +0 -55
- package/clients/crmService/models/ContactDto.js +0 -11
- package/clients/crmService/models/ContactDto.ts +0 -71
- package/clients/crmService/models/ContactDtoEnvelope.js +0 -2
- package/clients/crmService/models/ContactDtoEnvelope.ts +0 -14
- package/clients/crmService/models/ContactDtoListEnvelope.js +0 -2
- package/clients/crmService/models/ContactDtoListEnvelope.ts +0 -14
- package/clients/crmService/models/ContactProfileDto.js +0 -2
- package/clients/crmService/models/ContactProfileDto.ts +0 -38
- package/clients/crmService/models/ContactProfileDtoListEnvelope.js +0 -2
- package/clients/crmService/models/ContactProfileDtoListEnvelope.ts +0 -14
- package/clients/crmService/models/ContactUpdateDto.js +0 -11
- package/clients/crmService/models/ContactUpdateDto.ts +0 -53
- package/clients/crmService/models/EmptyEnvelope.js +0 -2
- package/clients/crmService/models/EmptyEnvelope.ts +0 -12
- package/clients/crmService/models/ErrorEnvelope.js +0 -2
- package/clients/crmService/models/ErrorEnvelope.ts +0 -12
- package/clients/crmService/models/ExtendedContactDto.js +0 -11
- package/clients/crmService/models/ExtendedContactDto.ts +0 -80
- package/clients/crmService/models/ExtendedContactDtoEnvelope.js +0 -2
- package/clients/crmService/models/ExtendedContactDtoEnvelope.ts +0 -14
- package/clients/crmService/models/ExtendedContactDtoListEnvelope.js +0 -2
- package/clients/crmService/models/ExtendedContactDtoListEnvelope.ts +0 -14
- package/clients/crmService/models/Operation.js +0 -16
- package/clients/crmService/models/Operation.ts +0 -23
- package/clients/crmService/models/SimpleContactDto.js +0 -11
- package/clients/crmService/models/SimpleContactDto.ts +0 -40
- package/clients/crmService/models/SocialProfileDto.js +0 -12
- package/clients/crmService/models/SocialProfileDto.ts +0 -40
- package/clients/crmService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/crmService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/crmService/models/WalletDto.js +0 -2
- package/clients/crmService/models/WalletDto.ts +0 -22
- package/clients/crmService/models/WalletDtoEnvelope.js +0 -2
- package/clients/crmService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/crmService/services/ContactsService.js +0 -794
- package/clients/crmService/services/ContactsService.ts +0 -920
- package/clients/crmService/services/SyncService.js +0 -100
- package/clients/crmService/services/SyncService.ts +0 -117
- package/clients/dealsService/core/ApiError.js +0 -20
- package/clients/dealsService/core/ApiError.ts +0 -25
- package/clients/dealsService/core/ApiRequestOptions.js +0 -2
- package/clients/dealsService/core/ApiRequestOptions.ts +0 -17
- package/clients/dealsService/core/ApiResult.js +0 -2
- package/clients/dealsService/core/ApiResult.ts +0 -11
- package/clients/dealsService/core/CancelablePromise.js +0 -104
- package/clients/dealsService/core/CancelablePromise.ts +0 -131
- package/clients/dealsService/core/OpenAPI.js +0 -14
- package/clients/dealsService/core/OpenAPI.ts +0 -32
- package/clients/dealsService/core/request.js +0 -294
- package/clients/dealsService/core/request.ts +0 -322
- package/clients/dealsService/index.js +0 -38
- package/clients/dealsService/models/ContactDto.js +0 -11
- package/clients/dealsService/models/ContactDto.ts +0 -71
- package/clients/dealsService/models/Currency.js +0 -2
- package/clients/dealsService/models/Currency.ts +0 -9
- package/clients/dealsService/models/DealUnitCreateDto.js +0 -35
- package/clients/dealsService/models/DealUnitCreateDto.ts +0 -76
- package/clients/dealsService/models/DealUnitDto.js +0 -35
- package/clients/dealsService/models/DealUnitDto.ts +0 -126
- package/clients/dealsService/models/DealUnitDtoEnvelope.js +0 -2
- package/clients/dealsService/models/DealUnitDtoEnvelope.ts +0 -14
- package/clients/dealsService/models/DealUnitDtoListEnvelope.js +0 -2
- package/clients/dealsService/models/DealUnitDtoListEnvelope.ts +0 -14
- package/clients/dealsService/models/DealUnitFlowCreateDto.js +0 -2
- package/clients/dealsService/models/DealUnitFlowCreateDto.ts +0 -14
- package/clients/dealsService/models/DealUnitFlowDto.js +0 -2
- package/clients/dealsService/models/DealUnitFlowDto.ts +0 -14
- package/clients/dealsService/models/DealUnitFlowDtoEnvelope.js +0 -2
- package/clients/dealsService/models/DealUnitFlowDtoEnvelope.ts +0 -14
- package/clients/dealsService/models/DealUnitFlowDtoListEnvelope.js +0 -2
- package/clients/dealsService/models/DealUnitFlowDtoListEnvelope.ts +0 -14
- package/clients/dealsService/models/DealUnitFlowStageCreateDto.js +0 -2
- package/clients/dealsService/models/DealUnitFlowStageCreateDto.ts +0 -16
- package/clients/dealsService/models/DealUnitFlowStageDto.js +0 -2
- package/clients/dealsService/models/DealUnitFlowStageDto.ts +0 -16
- package/clients/dealsService/models/DealUnitFlowStageDtoEnvelope.js +0 -2
- package/clients/dealsService/models/DealUnitFlowStageDtoEnvelope.ts +0 -14
- package/clients/dealsService/models/DealUnitFlowStageDtoListEnvelope.js +0 -2
- package/clients/dealsService/models/DealUnitFlowStageDtoListEnvelope.ts +0 -14
- package/clients/dealsService/models/DealUnitFlowStageUpdateDto.js +0 -2
- package/clients/dealsService/models/DealUnitFlowStageUpdateDto.ts +0 -13
- package/clients/dealsService/models/DealUnitFlowUpdateDto.js +0 -2
- package/clients/dealsService/models/DealUnitFlowUpdateDto.ts +0 -12
- package/clients/dealsService/models/DealUnitLineCreateDto.js +0 -16
- package/clients/dealsService/models/DealUnitLineCreateDto.ts +0 -98
- package/clients/dealsService/models/DealUnitLineDto.js +0 -16
- package/clients/dealsService/models/DealUnitLineDto.ts +0 -100
- package/clients/dealsService/models/DealUnitLineDtoEnvelope.js +0 -2
- package/clients/dealsService/models/DealUnitLineDtoEnvelope.ts +0 -14
- package/clients/dealsService/models/DealUnitLineDtoListEnvelope.js +0 -2
- package/clients/dealsService/models/DealUnitLineDtoListEnvelope.ts +0 -14
- package/clients/dealsService/models/DealUnitLineUpdateDto.js +0 -16
- package/clients/dealsService/models/DealUnitLineUpdateDto.ts +0 -97
- package/clients/dealsService/models/DealUnitUpdateDto.js +0 -35
- package/clients/dealsService/models/DealUnitUpdateDto.ts +0 -80
- package/clients/dealsService/models/EmptyEnvelope.js +0 -2
- package/clients/dealsService/models/EmptyEnvelope.ts +0 -12
- package/clients/dealsService/models/ErrorEnvelope.js +0 -2
- package/clients/dealsService/models/ErrorEnvelope.ts +0 -12
- package/clients/dealsService/models/ExtendedDealUnitDto.js +0 -35
- package/clients/dealsService/models/ExtendedDealUnitDto.ts +0 -136
- package/clients/dealsService/models/ExtendedDealUnitDtoEnvelope.js +0 -2
- package/clients/dealsService/models/ExtendedDealUnitDtoEnvelope.ts +0 -14
- package/clients/dealsService/models/ExtendedDealUnitDtoListEnvelope.js +0 -2
- package/clients/dealsService/models/ExtendedDealUnitDtoListEnvelope.ts +0 -14
- package/clients/dealsService/models/ExtendedSalesLiteratureDto.js +0 -2
- package/clients/dealsService/models/ExtendedSalesLiteratureDto.ts +0 -21
- package/clients/dealsService/models/ExtendedSalesLiteratureDtoListEnvelope.js +0 -2
- package/clients/dealsService/models/ExtendedSalesLiteratureDtoListEnvelope.ts +0 -14
- package/clients/dealsService/models/Int32Envelope.js +0 -2
- package/clients/dealsService/models/Int32Envelope.ts +0 -13
- package/clients/dealsService/models/Money.js +0 -2
- package/clients/dealsService/models/Money.ts +0 -10
- package/clients/dealsService/models/SalesLiteratureCreateDto.js +0 -2
- package/clients/dealsService/models/SalesLiteratureCreateDto.ts +0 -17
- package/clients/dealsService/models/SalesLiteratureDto.js +0 -2
- package/clients/dealsService/models/SalesLiteratureDto.ts +0 -17
- package/clients/dealsService/models/SalesLiteratureDtoEnvelope.js +0 -2
- package/clients/dealsService/models/SalesLiteratureDtoEnvelope.ts +0 -14
- package/clients/dealsService/models/SalesLiteratureDtoListEnvelope.js +0 -2
- package/clients/dealsService/models/SalesLiteratureDtoListEnvelope.ts +0 -14
- package/clients/dealsService/models/SalesLiteratureTypeDto.js +0 -2
- package/clients/dealsService/models/SalesLiteratureTypeDto.ts +0 -12
- package/clients/dealsService/models/SalesLiteratureUpdateDto.js +0 -2
- package/clients/dealsService/models/SalesLiteratureUpdateDto.ts +0 -15
- package/clients/dealsService/models/TenantDto.js +0 -2
- package/clients/dealsService/models/TenantDto.ts +0 -45
- package/clients/dealsService/models/TenantEnrolmentDto.js +0 -2
- package/clients/dealsService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/dealsService/models/UserDto.js +0 -26
- package/clients/dealsService/models/UserDto.ts +0 -72
- package/clients/dealsService/services/DealUnitFlowsService.js +0 -314
- package/clients/dealsService/services/DealUnitFlowsService.ts +0 -377
- package/clients/dealsService/services/DealUnitsService.js +0 -350
- package/clients/dealsService/services/DealUnitsService.ts +0 -416
- package/clients/dealsService/services/SalesLiteraturesService.js +0 -148
- package/clients/dealsService/services/SalesLiteraturesService.ts +0 -177
- package/clients/forexService/core/ApiError.js +0 -20
- package/clients/forexService/core/ApiError.ts +0 -25
- package/clients/forexService/core/ApiRequestOptions.js +0 -2
- package/clients/forexService/core/ApiRequestOptions.ts +0 -17
- package/clients/forexService/core/ApiResult.js +0 -2
- package/clients/forexService/core/ApiResult.ts +0 -11
- package/clients/forexService/core/CancelablePromise.js +0 -104
- package/clients/forexService/core/CancelablePromise.ts +0 -131
- package/clients/forexService/core/OpenAPI.js +0 -14
- package/clients/forexService/core/OpenAPI.ts +0 -32
- package/clients/forexService/core/request.js +0 -294
- package/clients/forexService/core/request.ts +0 -322
- package/clients/forexService/index.js +0 -20
- package/clients/forexService/models/Currency.js +0 -2
- package/clients/forexService/models/Currency.ts +0 -9
- package/clients/forexService/models/ErrorEnvelope.js +0 -2
- package/clients/forexService/models/ErrorEnvelope.ts +0 -12
- package/clients/forexService/models/ExchangeRate.js +0 -2
- package/clients/forexService/models/ExchangeRate.ts +0 -11
- package/clients/forexService/models/ExchangeRateEnvelope.js +0 -2
- package/clients/forexService/models/ExchangeRateEnvelope.ts +0 -14
- package/clients/forexService/models/ForexRatesDto.js +0 -2
- package/clients/forexService/models/ForexRatesDto.ts +0 -13
- package/clients/forexService/models/ForexRatesDtoEnvelope.js +0 -2
- package/clients/forexService/models/ForexRatesDtoEnvelope.ts +0 -14
- package/clients/forexService/models/Money.js +0 -2
- package/clients/forexService/models/Money.ts +0 -10
- package/clients/forexService/models/MoneyEnvelope.js +0 -2
- package/clients/forexService/models/MoneyEnvelope.ts +0 -14
- package/clients/forexService/services/ExchangeService.js +0 -54
- package/clients/forexService/services/ExchangeService.ts +0 -65
- package/clients/forexService/services/ExchangeVService.js +0 -54
- package/clients/forexService/services/ExchangeVService.ts +0 -65
- package/clients/forexService/services/RatesService.js +0 -96
- package/clients/forexService/services/RatesService.ts +0 -111
- package/clients/globeService/core/ApiError.js +0 -20
- package/clients/globeService/core/ApiError.ts +0 -25
- package/clients/globeService/core/ApiRequestOptions.js +0 -2
- package/clients/globeService/core/ApiRequestOptions.ts +0 -17
- package/clients/globeService/core/ApiResult.js +0 -2
- package/clients/globeService/core/ApiResult.ts +0 -11
- package/clients/globeService/core/CancelablePromise.js +0 -104
- package/clients/globeService/core/CancelablePromise.ts +0 -131
- package/clients/globeService/core/OpenAPI.js +0 -14
- package/clients/globeService/core/OpenAPI.ts +0 -32
- package/clients/globeService/core/request.js +0 -294
- package/clients/globeService/core/request.ts +0 -322
- package/clients/globeService/index.js +0 -26
- package/clients/globeService/models/CityDto.js +0 -2
- package/clients/globeService/models/CityDto.ts +0 -15
- package/clients/globeService/models/CityDtoListEnvelope.js +0 -2
- package/clients/globeService/models/CityDtoListEnvelope.ts +0 -14
- package/clients/globeService/models/CountryCallingCodeDto.js +0 -2
- package/clients/globeService/models/CountryCallingCodeDto.ts +0 -10
- package/clients/globeService/models/CountryCallingCodeDtoListEnvelope.js +0 -2
- package/clients/globeService/models/CountryCallingCodeDtoListEnvelope.ts +0 -14
- package/clients/globeService/models/CountryDto.js +0 -2
- package/clients/globeService/models/CountryDto.ts +0 -14
- package/clients/globeService/models/CountryDtoEnvelope.js +0 -2
- package/clients/globeService/models/CountryDtoEnvelope.ts +0 -14
- package/clients/globeService/models/CountryDtoListEnvelope.js +0 -2
- package/clients/globeService/models/CountryDtoListEnvelope.ts +0 -14
- package/clients/globeService/models/CountryLanguageDto.js +0 -2
- package/clients/globeService/models/CountryLanguageDto.ts +0 -14
- package/clients/globeService/models/CountryLanguageDtoEnvelope.js +0 -2
- package/clients/globeService/models/CountryLanguageDtoEnvelope.ts +0 -14
- package/clients/globeService/models/CountryLanguageDtoListEnvelope.js +0 -2
- package/clients/globeService/models/CountryLanguageDtoListEnvelope.ts +0 -14
- package/clients/globeService/models/CountryStateDto.js +0 -2
- package/clients/globeService/models/CountryStateDto.ts +0 -12
- package/clients/globeService/models/CountryStateDtoEnvelope.js +0 -2
- package/clients/globeService/models/CountryStateDtoEnvelope.ts +0 -14
- package/clients/globeService/models/CountryStateDtoListEnvelope.js +0 -2
- package/clients/globeService/models/CountryStateDtoListEnvelope.ts +0 -14
- package/clients/globeService/models/CountryTopLevelDomainDto.js +0 -2
- package/clients/globeService/models/CountryTopLevelDomainDto.ts +0 -10
- package/clients/globeService/models/CountryTopLevelDomainDtoListEnvelope.js +0 -2
- package/clients/globeService/models/CountryTopLevelDomainDtoListEnvelope.ts +0 -14
- package/clients/globeService/models/CurrencyDto.js +0 -2
- package/clients/globeService/models/CurrencyDto.ts +0 -13
- package/clients/globeService/models/CurrencyDtoEnvelope.js +0 -2
- package/clients/globeService/models/CurrencyDtoEnvelope.ts +0 -14
- package/clients/globeService/models/CurrencyDtoListEnvelope.js +0 -2
- package/clients/globeService/models/CurrencyDtoListEnvelope.ts +0 -14
- package/clients/globeService/models/Error.js +0 -2
- package/clients/globeService/models/Error.ts +0 -10
- package/clients/globeService/models/ErrorEnvelope.js +0 -2
- package/clients/globeService/models/ErrorEnvelope.ts +0 -12
- package/clients/globeService/models/PaymentResponse.js +0 -21
- package/clients/globeService/models/PaymentResponse.ts +0 -34
- package/clients/globeService/models/ResponseStatus.js +0 -2
- package/clients/globeService/models/ResponseStatus.ts +0 -12
- package/clients/globeService/models/TimezoneDto.js +0 -2
- package/clients/globeService/models/TimezoneDto.ts +0 -12
- package/clients/globeService/models/TimezoneDtoEnvelope.js +0 -2
- package/clients/globeService/models/TimezoneDtoEnvelope.ts +0 -14
- package/clients/globeService/models/TimezoneDtoListEnvelope.js +0 -2
- package/clients/globeService/models/TimezoneDtoListEnvelope.ts +0 -14
- package/clients/globeService/services/CountriesService.js +0 -228
- package/clients/globeService/services/CountriesService.ts +0 -269
- package/clients/globeService/services/CurrenciesService.js +0 -48
- package/clients/globeService/services/CurrenciesService.ts +0 -56
- package/clients/globeService/services/LanguagesService.js +0 -48
- package/clients/globeService/services/LanguagesService.ts +0 -56
- package/clients/globeService/services/MigrationsService.js +0 -26
- package/clients/globeService/services/MigrationsService.ts +0 -30
- package/clients/globeService/services/TimezonesService.js +0 -48
- package/clients/globeService/services/TimezonesService.ts +0 -56
- 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/hrmsService/core/ApiError.js +0 -20
- package/clients/hrmsService/core/ApiError.ts +0 -25
- package/clients/hrmsService/core/ApiRequestOptions.js +0 -2
- package/clients/hrmsService/core/ApiRequestOptions.ts +0 -17
- package/clients/hrmsService/core/ApiResult.js +0 -2
- package/clients/hrmsService/core/ApiResult.ts +0 -11
- package/clients/hrmsService/core/CancelablePromise.js +0 -104
- package/clients/hrmsService/core/CancelablePromise.ts +0 -131
- package/clients/hrmsService/core/OpenAPI.js +0 -14
- package/clients/hrmsService/core/OpenAPI.ts +0 -32
- package/clients/hrmsService/core/request.js +0 -294
- package/clients/hrmsService/core/request.ts +0 -322
- package/clients/hrmsService/index.js +0 -22
- package/clients/hrmsService/models/EmployeeProfileCreateDto.js +0 -2
- package/clients/hrmsService/models/EmployeeProfileCreateDto.ts +0 -9
- package/clients/hrmsService/models/EmployeeProfileDto.js +0 -2
- package/clients/hrmsService/models/EmployeeProfileDto.ts +0 -9
- package/clients/hrmsService/models/EmployeeProfileDtoEnvelope.js +0 -2
- package/clients/hrmsService/models/EmployeeProfileDtoEnvelope.ts +0 -14
- package/clients/hrmsService/models/EmployeeProfileDtoListEnvelope.js +0 -2
- package/clients/hrmsService/models/EmployeeProfileDtoListEnvelope.ts +0 -14
- package/clients/hrmsService/models/EmployeeProfileUpdateDto.js +0 -2
- package/clients/hrmsService/models/EmployeeProfileUpdateDto.ts +0 -5
- package/clients/hrmsService/models/EmployerProfileCreateDto.js +0 -2
- package/clients/hrmsService/models/EmployerProfileCreateDto.ts +0 -9
- package/clients/hrmsService/models/EmployerProfileDto.js +0 -2
- package/clients/hrmsService/models/EmployerProfileDto.ts +0 -9
- package/clients/hrmsService/models/EmployerProfileDtoEnvelope.js +0 -2
- package/clients/hrmsService/models/EmployerProfileDtoEnvelope.ts +0 -14
- package/clients/hrmsService/models/EmployerProfileDtoListEnvelope.js +0 -2
- package/clients/hrmsService/models/EmployerProfileDtoListEnvelope.ts +0 -14
- package/clients/hrmsService/models/EmployerProfileUpdateDto.js +0 -2
- package/clients/hrmsService/models/EmployerProfileUpdateDto.ts +0 -5
- package/clients/hrmsService/models/EmptyEnvelope.js +0 -2
- package/clients/hrmsService/models/EmptyEnvelope.ts +0 -12
- package/clients/hrmsService/models/ErrorEnvelope.js +0 -2
- package/clients/hrmsService/models/ErrorEnvelope.ts +0 -12
- package/clients/hrmsService/models/GigCreateDto.js +0 -2
- package/clients/hrmsService/models/GigCreateDto.ts +0 -9
- package/clients/hrmsService/models/GigDto.js +0 -2
- package/clients/hrmsService/models/GigDto.ts +0 -9
- package/clients/hrmsService/models/GigDtoEnvelope.js +0 -2
- package/clients/hrmsService/models/GigDtoEnvelope.ts +0 -14
- package/clients/hrmsService/models/GigDtoListEnvelope.js +0 -2
- package/clients/hrmsService/models/GigDtoListEnvelope.ts +0 -14
- package/clients/hrmsService/models/GigUpdateDto.js +0 -2
- package/clients/hrmsService/models/GigUpdateDto.ts +0 -5
- package/clients/hrmsService/models/Int32Envelope.js +0 -2
- package/clients/hrmsService/models/Int32Envelope.ts +0 -13
- package/clients/hrmsService/models/JobOfferCreateDto.js +0 -2
- package/clients/hrmsService/models/JobOfferCreateDto.ts +0 -9
- package/clients/hrmsService/models/JobOfferDto.js +0 -2
- package/clients/hrmsService/models/JobOfferDto.ts +0 -9
- package/clients/hrmsService/models/JobOfferDtoEnvelope.js +0 -2
- package/clients/hrmsService/models/JobOfferDtoEnvelope.ts +0 -14
- package/clients/hrmsService/models/JobOfferDtoListEnvelope.js +0 -2
- package/clients/hrmsService/models/JobOfferDtoListEnvelope.ts +0 -14
- package/clients/hrmsService/models/JobOfferUpdateDto.js +0 -2
- package/clients/hrmsService/models/JobOfferUpdateDto.ts +0 -5
- package/clients/hrmsService/services/EmployeesService.js +0 -163
- package/clients/hrmsService/services/EmployeesService.ts +0 -193
- package/clients/hrmsService/services/EmployersService.js +0 -161
- package/clients/hrmsService/services/EmployersService.ts +0 -190
- package/clients/hrmsService/services/GigsService.js +0 -158
- package/clients/hrmsService/services/GigsService.ts +0 -187
- package/clients/hrmsService/services/JobOffersService.js +0 -160
- package/clients/hrmsService/services/JobOffersService.ts +0 -189
- package/clients/identityService/core/ApiError.js +0 -20
- package/clients/identityService/core/ApiError.ts +0 -25
- package/clients/identityService/core/ApiRequestOptions.js +0 -2
- package/clients/identityService/core/ApiRequestOptions.ts +0 -17
- package/clients/identityService/core/ApiResult.js +0 -2
- package/clients/identityService/core/ApiResult.ts +0 -11
- package/clients/identityService/core/CancelablePromise.js +0 -104
- package/clients/identityService/core/CancelablePromise.ts +0 -131
- package/clients/identityService/core/OpenAPI.js +0 -14
- package/clients/identityService/core/OpenAPI.ts +0 -32
- package/clients/identityService/core/request.js +0 -294
- package/clients/identityService/core/request.ts +0 -322
- package/clients/identityService/index.js +0 -26
- package/clients/identityService/models/AccountHolderCreateDto.js +0 -12
- package/clients/identityService/models/AccountHolderCreateDto.ts +0 -41
- package/clients/identityService/models/AccountHolderCreateDtoEnvelope.js +0 -2
- package/clients/identityService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
- package/clients/identityService/models/ApiAuthorizationResult.js +0 -2
- package/clients/identityService/models/ApiAuthorizationResult.ts +0 -17
- package/clients/identityService/models/ApiAuthorizationResultEnvelope.js +0 -2
- package/clients/identityService/models/ApiAuthorizationResultEnvelope.ts +0 -14
- package/clients/identityService/models/EnrollmentId.js +0 -2
- package/clients/identityService/models/EnrollmentId.ts +0 -5
- package/clients/identityService/models/ErrorEnvelope.js +0 -2
- package/clients/identityService/models/ErrorEnvelope.ts +0 -12
- package/clients/identityService/models/JsonWebKey.js +0 -2
- package/clients/identityService/models/JsonWebKey.ts +0 -13
- package/clients/identityService/models/JsonWebKeySet.js +0 -2
- package/clients/identityService/models/JsonWebKeySet.ts +0 -9
- package/clients/identityService/models/JsonWebKeySetEnvelope.js +0 -2
- package/clients/identityService/models/JsonWebKeySetEnvelope.ts +0 -14
- package/clients/identityService/models/JsonWebToken.js +0 -2
- package/clients/identityService/models/JsonWebToken.ts +0 -15
- package/clients/identityService/models/JsonWebTokenEnvelope.js +0 -2
- package/clients/identityService/models/JsonWebTokenEnvelope.ts +0 -14
- package/clients/identityService/models/JsonWebTokenHeader.js +0 -2
- package/clients/identityService/models/JsonWebTokenHeader.ts +0 -11
- package/clients/identityService/models/JsonWebTokenPayload.js +0 -2
- package/clients/identityService/models/JsonWebTokenPayload.ts +0 -17
- package/clients/identityService/models/OAuthTokenRequest.js +0 -2
- package/clients/identityService/models/OAuthTokenRequest.ts +0 -12
- package/clients/identityService/models/OpenIdConfiguration.js +0 -2
- package/clients/identityService/models/OpenIdConfiguration.ts +0 -19
- package/clients/identityService/models/OpenIdConfigurationEnvelope.js +0 -2
- package/clients/identityService/models/OpenIdConfigurationEnvelope.ts +0 -14
- package/clients/identityService/models/SigninModel.js +0 -2
- package/clients/identityService/models/SigninModel.ts +0 -9
- package/clients/identityService/models/StringListEnvelope.js +0 -2
- package/clients/identityService/models/StringListEnvelope.ts +0 -13
- package/clients/identityService/models/TenantId.js +0 -2
- package/clients/identityService/models/TenantId.ts +0 -5
- package/clients/identityService/models/UserId.js +0 -2
- package/clients/identityService/models/UserId.ts +0 -5
- package/clients/identityService/services/ApplicationsService.js +0 -112
- package/clients/identityService/services/ApplicationsService.ts +0 -132
- package/clients/identityService/services/CheckerService.js +0 -22
- package/clients/identityService/services/CheckerService.ts +0 -25
- package/clients/identityService/services/OAuthService.js +0 -152
- package/clients/identityService/services/OAuthService.ts +0 -183
- package/clients/identityService/services/ResourceService.js +0 -22
- package/clients/identityService/services/ResourceService.ts +0 -25
- package/clients/identityService/services/UserInfoService.js +0 -36
- package/clients/identityService/services/UserInfoService.ts +0 -41
- package/clients/inventoryService/core/ApiError.js +0 -20
- package/clients/inventoryService/core/ApiError.ts +0 -25
- package/clients/inventoryService/core/ApiRequestOptions.js +0 -2
- package/clients/inventoryService/core/ApiRequestOptions.ts +0 -17
- package/clients/inventoryService/core/ApiResult.js +0 -2
- package/clients/inventoryService/core/ApiResult.ts +0 -11
- package/clients/inventoryService/core/CancelablePromise.js +0 -104
- package/clients/inventoryService/core/CancelablePromise.ts +0 -131
- package/clients/inventoryService/core/OpenAPI.js +0 -14
- package/clients/inventoryService/core/OpenAPI.ts +0 -32
- package/clients/inventoryService/core/request.js +0 -294
- package/clients/inventoryService/core/request.ts +0 -322
- package/clients/inventoryService/index.js +0 -16
- package/clients/inventoryService/services/InventoryService.js +0 -26
- package/clients/inventoryService/services/InventoryService.ts +0 -30
- package/clients/invoicingService/core/ApiError.js +0 -20
- package/clients/invoicingService/core/ApiError.ts +0 -25
- package/clients/invoicingService/core/ApiRequestOptions.js +0 -2
- package/clients/invoicingService/core/ApiRequestOptions.ts +0 -17
- package/clients/invoicingService/core/ApiResult.js +0 -2
- package/clients/invoicingService/core/ApiResult.ts +0 -11
- package/clients/invoicingService/core/CancelablePromise.js +0 -104
- package/clients/invoicingService/core/CancelablePromise.ts +0 -131
- package/clients/invoicingService/core/OpenAPI.js +0 -14
- package/clients/invoicingService/core/OpenAPI.ts +0 -32
- package/clients/invoicingService/core/request.js +0 -294
- package/clients/invoicingService/core/request.ts +0 -322
- package/clients/invoicingService/index.js +0 -34
- package/clients/invoicingService/models/Currency.js +0 -2
- package/clients/invoicingService/models/Currency.ts +0 -9
- package/clients/invoicingService/models/EmptyEnvelope.js +0 -2
- package/clients/invoicingService/models/EmptyEnvelope.ts +0 -12
- package/clients/invoicingService/models/ErrorEnvelope.js +0 -2
- package/clients/invoicingService/models/ErrorEnvelope.ts +0 -12
- package/clients/invoicingService/models/ExtendedInvoiceDto.js +0 -25
- package/clients/invoicingService/models/ExtendedInvoiceDto.ts +0 -112
- package/clients/invoicingService/models/ExtendedInvoiceDtoListEnvelope.js +0 -2
- package/clients/invoicingService/models/ExtendedInvoiceDtoListEnvelope.ts +0 -14
- package/clients/invoicingService/models/Int32Envelope.js +0 -2
- package/clients/invoicingService/models/Int32Envelope.ts +0 -13
- package/clients/invoicingService/models/InvoiceAdjustmentCreateDto.js +0 -11
- package/clients/invoicingService/models/InvoiceAdjustmentCreateDto.ts +0 -27
- package/clients/invoicingService/models/InvoiceAdjustmentDto.js +0 -11
- package/clients/invoicingService/models/InvoiceAdjustmentDto.ts +0 -27
- package/clients/invoicingService/models/InvoiceAdjustmentDtoEnvelope.js +0 -2
- package/clients/invoicingService/models/InvoiceAdjustmentDtoEnvelope.ts +0 -14
- package/clients/invoicingService/models/InvoiceAdjustmentDtoListEnvelope.js +0 -2
- package/clients/invoicingService/models/InvoiceAdjustmentDtoListEnvelope.ts +0 -14
- package/clients/invoicingService/models/InvoiceAdjustmentUpdateDto.js +0 -11
- package/clients/invoicingService/models/InvoiceAdjustmentUpdateDto.ts +0 -22
- package/clients/invoicingService/models/InvoiceCreateDto.js +0 -25
- package/clients/invoicingService/models/InvoiceCreateDto.ts +0 -74
- package/clients/invoicingService/models/InvoiceDto.js +0 -25
- package/clients/invoicingService/models/InvoiceDto.ts +0 -102
- package/clients/invoicingService/models/InvoiceDtoEnvelope.js +0 -2
- package/clients/invoicingService/models/InvoiceDtoEnvelope.ts +0 -14
- package/clients/invoicingService/models/InvoiceDtoListEnvelope.js +0 -2
- package/clients/invoicingService/models/InvoiceDtoListEnvelope.ts +0 -14
- package/clients/invoicingService/models/InvoiceItemRecordDto.js +0 -16
- package/clients/invoicingService/models/InvoiceItemRecordDto.ts +0 -100
- package/clients/invoicingService/models/InvoiceLineAppliedTaxCreateDto.js +0 -2
- package/clients/invoicingService/models/InvoiceLineAppliedTaxCreateDto.ts +0 -13
- package/clients/invoicingService/models/InvoiceLineAppliedTaxDto.js +0 -2
- package/clients/invoicingService/models/InvoiceLineAppliedTaxDto.ts +0 -20
- package/clients/invoicingService/models/InvoiceLineAppliedTaxDtoListEnvelope.js +0 -2
- package/clients/invoicingService/models/InvoiceLineAppliedTaxDtoListEnvelope.ts +0 -14
- package/clients/invoicingService/models/InvoiceLineAppliedTaxUpdateDto.js +0 -2
- package/clients/invoicingService/models/InvoiceLineAppliedTaxUpdateDto.ts +0 -8
- package/clients/invoicingService/models/InvoiceLineCreateDto.js +0 -2
- package/clients/invoicingService/models/InvoiceLineCreateDto.ts +0 -13
- package/clients/invoicingService/models/InvoiceLineDto.js +0 -16
- package/clients/invoicingService/models/InvoiceLineDto.ts +0 -100
- package/clients/invoicingService/models/InvoiceLineDtoEnvelope.js +0 -2
- package/clients/invoicingService/models/InvoiceLineDtoEnvelope.ts +0 -14
- package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.js +0 -2
- package/clients/invoicingService/models/InvoiceLineDtoListEnvelope.ts +0 -14
- package/clients/invoicingService/models/InvoiceLineUpdateDto.js +0 -2
- package/clients/invoicingService/models/InvoiceLineUpdateDto.ts +0 -20
- package/clients/invoicingService/models/InvoiceReferenceCreateDto.js +0 -2
- package/clients/invoicingService/models/InvoiceReferenceCreateDto.ts +0 -13
- package/clients/invoicingService/models/InvoiceReferenceDto.js +0 -2
- package/clients/invoicingService/models/InvoiceReferenceDto.ts +0 -13
- package/clients/invoicingService/models/InvoiceReferenceDtoEnvelope.js +0 -2
- package/clients/invoicingService/models/InvoiceReferenceDtoEnvelope.ts +0 -14
- package/clients/invoicingService/models/InvoiceReferenceDtoListEnvelope.js +0 -2
- package/clients/invoicingService/models/InvoiceReferenceDtoListEnvelope.ts +0 -14
- package/clients/invoicingService/models/InvoiceReferenceUpdateDto.js +0 -2
- package/clients/invoicingService/models/InvoiceReferenceUpdateDto.ts +0 -8
- package/clients/invoicingService/models/InvoiceUpdateDto.js +0 -2
- package/clients/invoicingService/models/InvoiceUpdateDto.ts +0 -33
- package/clients/invoicingService/models/Money.js +0 -2
- package/clients/invoicingService/models/Money.ts +0 -10
- package/clients/invoicingService/models/MoneyEnvelope.js +0 -2
- package/clients/invoicingService/models/MoneyEnvelope.ts +0 -14
- package/clients/invoicingService/models/SimpleContactDto.js +0 -11
- package/clients/invoicingService/models/SimpleContactDto.ts +0 -40
- package/clients/invoicingService/models/SimpleTenantEnrolmentDto.js +0 -2
- package/clients/invoicingService/models/SimpleTenantEnrolmentDto.ts +0 -11
- package/clients/invoicingService/models/SimpleUserDto.js +0 -2
- package/clients/invoicingService/models/SimpleUserDto.ts +0 -26
- package/clients/invoicingService/models/TenantDto.js +0 -2
- package/clients/invoicingService/models/TenantDto.ts +0 -45
- package/clients/invoicingService/services/InvoicesService.js +0 -909
- package/clients/invoicingService/services/InvoicesService.ts +0 -1077
- package/clients/learningService/core/ApiError.js +0 -20
- package/clients/learningService/core/ApiError.ts +0 -25
- package/clients/learningService/core/ApiRequestOptions.js +0 -2
- package/clients/learningService/core/ApiRequestOptions.ts +0 -17
- package/clients/learningService/core/ApiResult.js +0 -2
- package/clients/learningService/core/ApiResult.ts +0 -11
- package/clients/learningService/core/CancelablePromise.js +0 -104
- package/clients/learningService/core/CancelablePromise.ts +0 -131
- package/clients/learningService/core/OpenAPI.js +0 -14
- package/clients/learningService/core/OpenAPI.ts +0 -32
- package/clients/learningService/core/request.js +0 -294
- package/clients/learningService/core/request.ts +0 -322
- package/clients/learningService/index.js +0 -24
- package/clients/learningService/models/AverageDto.js +0 -2
- package/clients/learningService/models/AverageDto.ts +0 -10
- package/clients/learningService/models/AverageDtoEnvelope.js +0 -2
- package/clients/learningService/models/AverageDtoEnvelope.ts +0 -14
- package/clients/learningService/models/CountDto.js +0 -2
- package/clients/learningService/models/CountDto.ts +0 -10
- package/clients/learningService/models/CountDtoEnvelope.js +0 -2
- package/clients/learningService/models/CountDtoEnvelope.ts +0 -14
- package/clients/learningService/models/CourseCertificateTemplateCreateDto.js +0 -2
- package/clients/learningService/models/CourseCertificateTemplateCreateDto.ts +0 -17
- package/clients/learningService/models/CourseCertificateTemplateDto.js +0 -2
- package/clients/learningService/models/CourseCertificateTemplateDto.ts +0 -17
- package/clients/learningService/models/CourseCertificateTemplateDtoEnvelope.js +0 -2
- package/clients/learningService/models/CourseCertificateTemplateDtoEnvelope.ts +0 -14
- package/clients/learningService/models/CourseCertificateTemplateDtoListEnvelope.js +0 -2
- package/clients/learningService/models/CourseCertificateTemplateDtoListEnvelope.ts +0 -14
- package/clients/learningService/models/CourseCompletionCertificateCreateDto.js +0 -2
- package/clients/learningService/models/CourseCompletionCertificateCreateDto.ts +0 -15
- package/clients/learningService/models/CourseCompletionCertificateDto.js +0 -2
- package/clients/learningService/models/CourseCompletionCertificateDto.ts +0 -15
- package/clients/learningService/models/CourseCompletionCertificateDtoEnvelope.js +0 -2
- package/clients/learningService/models/CourseCompletionCertificateDtoEnvelope.ts +0 -14
- package/clients/learningService/models/CourseCompletionCertificateDtoListEnvelope.js +0 -2
- package/clients/learningService/models/CourseCompletionCertificateDtoListEnvelope.ts +0 -14
- package/clients/learningService/models/CourseCompletionCertificateUpdateDto.js +0 -2
- package/clients/learningService/models/CourseCompletionCertificateUpdateDto.ts +0 -13
- package/clients/learningService/models/CourseDto.js +0 -2
- package/clients/learningService/models/CourseDto.ts +0 -170
- package/clients/learningService/models/CourseDtoEnvelope.js +0 -2
- package/clients/learningService/models/CourseDtoEnvelope.ts +0 -14
- package/clients/learningService/models/CourseDtoListEnvelope.js +0 -2
- package/clients/learningService/models/CourseDtoListEnvelope.ts +0 -14
- package/clients/learningService/models/CourseEnrollmentCreateDto.js +0 -2
- package/clients/learningService/models/CourseEnrollmentCreateDto.ts +0 -14
- package/clients/learningService/models/CourseEnrollmentDto.js +0 -2
- package/clients/learningService/models/CourseEnrollmentDto.ts +0 -14
- package/clients/learningService/models/CourseEnrollmentDtoEnvelope.js +0 -2
- package/clients/learningService/models/CourseEnrollmentDtoEnvelope.ts +0 -14
- package/clients/learningService/models/CourseEnrollmentDtoListEnvelope.js +0 -2
- package/clients/learningService/models/CourseEnrollmentDtoListEnvelope.ts +0 -14
- package/clients/learningService/models/CourseEnrollmentUpdateDto.js +0 -2
- package/clients/learningService/models/CourseEnrollmentUpdateDto.ts +0 -11
- package/clients/learningService/models/CourseUpdateDto.js +0 -2
- package/clients/learningService/models/CourseUpdateDto.ts +0 -5
- package/clients/learningService/models/EmptyEnvelope.js +0 -2
- package/clients/learningService/models/EmptyEnvelope.ts +0 -12
- package/clients/learningService/models/ErrorEnvelope.js +0 -2
- package/clients/learningService/models/ErrorEnvelope.ts +0 -12
- package/clients/learningService/models/InstructorProfileCreateDto.js +0 -2
- package/clients/learningService/models/InstructorProfileCreateDto.ts +0 -39
- package/clients/learningService/models/InstructorProfileDto.js +0 -2
- package/clients/learningService/models/InstructorProfileDto.ts +0 -39
- package/clients/learningService/models/InstructorProfileDtoEnvelope.js +0 -2
- package/clients/learningService/models/InstructorProfileDtoEnvelope.ts +0 -14
- package/clients/learningService/models/InstructorProfileDtoListEnvelope.js +0 -2
- package/clients/learningService/models/InstructorProfileDtoListEnvelope.ts +0 -14
- package/clients/learningService/models/InstructorProfileUpdateDto.js +0 -2
- package/clients/learningService/models/InstructorProfileUpdateDto.ts +0 -36
- package/clients/learningService/models/Int32Envelope.js +0 -2
- package/clients/learningService/models/Int32Envelope.ts +0 -13
- package/clients/learningService/models/StudentProfileCreateDto.js +0 -2
- package/clients/learningService/models/StudentProfileCreateDto.ts +0 -38
- package/clients/learningService/models/StudentProfileDto.js +0 -2
- package/clients/learningService/models/StudentProfileDto.ts +0 -38
- package/clients/learningService/models/StudentProfileDtoEnvelope.js +0 -2
- package/clients/learningService/models/StudentProfileDtoEnvelope.ts +0 -14
- package/clients/learningService/models/StudentProfileDtoListEnvelope.js +0 -2
- package/clients/learningService/models/StudentProfileDtoListEnvelope.ts +0 -14
- package/clients/learningService/models/StudentProfileUpdateDto.js +0 -2
- package/clients/learningService/models/StudentProfileUpdateDto.ts +0 -38
- package/clients/learningService/services/CourseCertificatesService.js +0 -226
- package/clients/learningService/services/CourseCertificatesService.ts +0 -270
- package/clients/learningService/services/CourseEnrollmentsService.js +0 -202
- package/clients/learningService/services/CourseEnrollmentsService.ts +0 -240
- package/clients/learningService/services/CoursesService.js +0 -128
- package/clients/learningService/services/CoursesService.ts +0 -153
- package/clients/learningService/services/InstructorProfilesService.js +0 -127
- package/clients/learningService/services/InstructorProfilesService.ts +0 -152
- package/clients/learningService/services/StudentProfilesService.js +0 -177
- package/clients/learningService/services/StudentProfilesService.ts +0 -212
- package/clients/marketingService/core/ApiError.js +0 -20
- package/clients/marketingService/core/ApiError.ts +0 -25
- package/clients/marketingService/core/ApiRequestOptions.js +0 -2
- package/clients/marketingService/core/ApiRequestOptions.ts +0 -17
- package/clients/marketingService/core/ApiResult.js +0 -2
- package/clients/marketingService/core/ApiResult.ts +0 -11
- package/clients/marketingService/core/CancelablePromise.js +0 -104
- package/clients/marketingService/core/CancelablePromise.ts +0 -131
- package/clients/marketingService/core/OpenAPI.js +0 -14
- package/clients/marketingService/core/OpenAPI.ts +0 -32
- package/clients/marketingService/core/request.js +0 -294
- package/clients/marketingService/core/request.ts +0 -322
- package/clients/marketingService/index.js +0 -40
- package/clients/marketingService/models/Currency.js +0 -2
- package/clients/marketingService/models/Currency.ts +0 -9
- package/clients/marketingService/models/EmailGroupCreateDto.js +0 -2
- package/clients/marketingService/models/EmailGroupCreateDto.ts +0 -14
- package/clients/marketingService/models/EmailGroupDto.js +0 -2
- package/clients/marketingService/models/EmailGroupDto.ts +0 -14
- package/clients/marketingService/models/EmailGroupDtoEnvelope.js +0 -2
- package/clients/marketingService/models/EmailGroupDtoEnvelope.ts +0 -14
- package/clients/marketingService/models/EmailGroupDtoListEnvelope.js +0 -2
- package/clients/marketingService/models/EmailGroupDtoListEnvelope.ts +0 -14
- package/clients/marketingService/models/EmailGroupUpdateDto.js +0 -2
- package/clients/marketingService/models/EmailGroupUpdateDto.ts +0 -12
- package/clients/marketingService/models/EmailSignatureCreateDto.js +0 -2
- package/clients/marketingService/models/EmailSignatureCreateDto.ts +0 -16
- package/clients/marketingService/models/EmailSignatureDto.js +0 -2
- package/clients/marketingService/models/EmailSignatureDto.ts +0 -64
- package/clients/marketingService/models/EmailSignatureDtoEnvelope.js +0 -2
- package/clients/marketingService/models/EmailSignatureDtoEnvelope.ts +0 -14
- package/clients/marketingService/models/EmailSignatureDtoListEnvelope.js +0 -2
- package/clients/marketingService/models/EmailSignatureDtoListEnvelope.ts +0 -14
- package/clients/marketingService/models/EmailSignatureUpdateDto.js +0 -2
- package/clients/marketingService/models/EmailSignatureUpdateDto.ts +0 -60
- package/clients/marketingService/models/EmailTemplateCreateDto.js +0 -2
- package/clients/marketingService/models/EmailTemplateCreateDto.ts +0 -17
- package/clients/marketingService/models/EmailTemplateDto.js +0 -2
- package/clients/marketingService/models/EmailTemplateDto.ts +0 -66
- package/clients/marketingService/models/EmailTemplateDtoEnvelope.js +0 -2
- package/clients/marketingService/models/EmailTemplateDtoEnvelope.ts +0 -14
- package/clients/marketingService/models/EmailTemplateDtoListEnvelope.js +0 -2
- package/clients/marketingService/models/EmailTemplateDtoListEnvelope.ts +0 -14
- package/clients/marketingService/models/EmailTemplateUpdateDto.js +0 -2
- package/clients/marketingService/models/EmailTemplateUpdateDto.ts +0 -61
- package/clients/marketingService/models/EmptyEnvelope.js +0 -2
- package/clients/marketingService/models/EmptyEnvelope.ts +0 -12
- package/clients/marketingService/models/ErrorEnvelope.js +0 -2
- package/clients/marketingService/models/ErrorEnvelope.ts +0 -12
- package/clients/marketingService/models/Int32Envelope.js +0 -2
- package/clients/marketingService/models/Int32Envelope.ts +0 -13
- package/clients/marketingService/models/MarketingCampaignCreateDto.js +0 -2
- package/clients/marketingService/models/MarketingCampaignCreateDto.ts +0 -25
- package/clients/marketingService/models/MarketingCampaignDto.js +0 -2
- package/clients/marketingService/models/MarketingCampaignDto.ts +0 -25
- package/clients/marketingService/models/MarketingCampaignDtoEnvelope.js +0 -2
- package/clients/marketingService/models/MarketingCampaignDtoEnvelope.ts +0 -14
- package/clients/marketingService/models/MarketingCampaignUpdateDto.js +0 -2
- package/clients/marketingService/models/MarketingCampaignUpdateDto.ts +0 -23
- package/clients/marketingService/models/MarketingListCreateDto.js +0 -17
- package/clients/marketingService/models/MarketingListCreateDto.ts +0 -33
- package/clients/marketingService/models/MarketingListDto.js +0 -17
- package/clients/marketingService/models/MarketingListDto.ts +0 -33
- package/clients/marketingService/models/MarketingListDtoEnvelope.js +0 -2
- package/clients/marketingService/models/MarketingListDtoEnvelope.ts +0 -14
- package/clients/marketingService/models/MarketingListDtoListEnvelope.js +0 -2
- package/clients/marketingService/models/MarketingListDtoListEnvelope.ts +0 -14
- package/clients/marketingService/models/MarketingListUpdateDto.js +0 -17
- package/clients/marketingService/models/MarketingListUpdateDto.ts +0 -31
- package/clients/marketingService/models/Money.js +0 -2
- package/clients/marketingService/models/Money.ts +0 -10
- package/clients/marketingService/models/NewsletterCreateDto.js +0 -2
- package/clients/marketingService/models/NewsletterCreateDto.ts +0 -14
- package/clients/marketingService/models/NewsletterDto.js +0 -2
- package/clients/marketingService/models/NewsletterDto.ts +0 -14
- package/clients/marketingService/models/NewsletterDtoEnvelope.js +0 -2
- package/clients/marketingService/models/NewsletterDtoEnvelope.ts +0 -14
- package/clients/marketingService/models/NewsletterUpdateDto.js +0 -2
- package/clients/marketingService/models/NewsletterUpdateDto.ts +0 -12
- package/clients/marketingService/models/OrderDto.js +0 -29
- package/clients/marketingService/models/OrderDto.ts +0 -113
- package/clients/marketingService/models/OrderDtoEnvelope.js +0 -2
- package/clients/marketingService/models/OrderDtoEnvelope.ts +0 -14
- package/clients/marketingService/models/SocialMediaPostCreateDto.js +0 -2
- package/clients/marketingService/models/SocialMediaPostCreateDto.ts +0 -13
- package/clients/marketingService/models/SocialMediaPostDto.js +0 -2
- package/clients/marketingService/models/SocialMediaPostDto.ts +0 -15
- package/clients/marketingService/models/SocialMediaPostDtoEnvelope.js +0 -2
- package/clients/marketingService/models/SocialMediaPostDtoEnvelope.ts +0 -14
- package/clients/marketingService/models/SocialMediaPostDtoListEnvelope.js +0 -2
- package/clients/marketingService/models/SocialMediaPostDtoListEnvelope.ts +0 -14
- package/clients/marketingService/models/SocialMediaPostUpdateDto.js +0 -2
- package/clients/marketingService/models/SocialMediaPostUpdateDto.ts +0 -13
- package/clients/marketingService/models/SocialPostBucketCreateDto.js +0 -2
- package/clients/marketingService/models/SocialPostBucketCreateDto.ts +0 -12
- package/clients/marketingService/models/SocialPostBucketDto.js +0 -2
- package/clients/marketingService/models/SocialPostBucketDto.ts +0 -12
- package/clients/marketingService/models/SocialPostBucketDtoEnvelope.js +0 -2
- package/clients/marketingService/models/SocialPostBucketDtoEnvelope.ts +0 -14
- package/clients/marketingService/models/SocialPostBucketDtoListEnvelope.js +0 -2
- package/clients/marketingService/models/SocialPostBucketDtoListEnvelope.ts +0 -14
- package/clients/marketingService/models/SocialPostBucketUpdateDto.js +0 -2
- package/clients/marketingService/models/SocialPostBucketUpdateDto.ts +0 -10
- package/clients/marketingService/services/EmailGroupsService.js +0 -163
- package/clients/marketingService/services/EmailGroupsService.ts +0 -193
- package/clients/marketingService/services/EmailSignaturesService.js +0 -163
- package/clients/marketingService/services/EmailSignaturesService.ts +0 -193
- package/clients/marketingService/services/EmailTemplatesService.js +0 -165
- package/clients/marketingService/services/EmailTemplatesService.ts +0 -196
- package/clients/marketingService/services/MarketingCampaignsService.js +0 -164
- package/clients/marketingService/services/MarketingCampaignsService.ts +0 -193
- package/clients/marketingService/services/MarketingListsService.js +0 -163
- package/clients/marketingService/services/MarketingListsService.ts +0 -193
- package/clients/marketingService/services/NewslettersService.js +0 -164
- package/clients/marketingService/services/NewslettersService.ts +0 -193
- package/clients/marketingService/services/SocialMediaPostsService.js +0 -163
- package/clients/marketingService/services/SocialMediaPostsService.ts +0 -193
- package/clients/marketingService/services/SocialPostBucketsService.js +0 -163
- package/clients/marketingService/services/SocialPostBucketsService.ts +0 -193
- package/clients/marketingService/services/TrackingPixelsService.js +0 -26
- package/clients/marketingService/services/TrackingPixelsService.ts +0 -31
- package/clients/ordersService/core/ApiError.js +0 -20
- package/clients/ordersService/core/ApiError.ts +0 -25
- package/clients/ordersService/core/ApiRequestOptions.js +0 -2
- package/clients/ordersService/core/ApiRequestOptions.ts +0 -17
- package/clients/ordersService/core/ApiResult.js +0 -2
- package/clients/ordersService/core/ApiResult.ts +0 -11
- package/clients/ordersService/core/CancelablePromise.js +0 -104
- package/clients/ordersService/core/CancelablePromise.ts +0 -131
- package/clients/ordersService/core/OpenAPI.js +0 -14
- package/clients/ordersService/core/OpenAPI.ts +0 -32
- package/clients/ordersService/core/request.js +0 -294
- package/clients/ordersService/core/request.ts +0 -322
- package/clients/ordersService/index.js +0 -32
- package/clients/ordersService/models/ContactDto.js +0 -11
- package/clients/ordersService/models/ContactDto.ts +0 -71
- package/clients/ordersService/models/Currency.js +0 -2
- package/clients/ordersService/models/Currency.ts +0 -9
- package/clients/ordersService/models/EmptyEnvelope.js +0 -2
- package/clients/ordersService/models/EmptyEnvelope.ts +0 -12
- package/clients/ordersService/models/ErrorEnvelope.js +0 -2
- package/clients/ordersService/models/ErrorEnvelope.ts +0 -12
- package/clients/ordersService/models/ExtendedOrderDto.js +0 -29
- package/clients/ordersService/models/ExtendedOrderDto.ts +0 -123
- package/clients/ordersService/models/ExtendedOrderDtoListEnvelope.js +0 -2
- package/clients/ordersService/models/ExtendedOrderDtoListEnvelope.ts +0 -14
- package/clients/ordersService/models/Int32Envelope.js +0 -2
- package/clients/ordersService/models/Int32Envelope.ts +0 -13
- package/clients/ordersService/models/Money.js +0 -2
- package/clients/ordersService/models/Money.ts +0 -10
- package/clients/ordersService/models/OrderCreateDto.js +0 -32
- package/clients/ordersService/models/OrderCreateDto.ts +0 -73
- package/clients/ordersService/models/OrderDto.js +0 -29
- package/clients/ordersService/models/OrderDto.ts +0 -113
- package/clients/ordersService/models/OrderDtoEnvelope.js +0 -2
- package/clients/ordersService/models/OrderDtoEnvelope.ts +0 -14
- package/clients/ordersService/models/OrderDtoListEnvelope.js +0 -2
- package/clients/ordersService/models/OrderDtoListEnvelope.ts +0 -14
- package/clients/ordersService/models/OrderLineCreateDto.js +0 -16
- package/clients/ordersService/models/OrderLineCreateDto.ts +0 -100
- package/clients/ordersService/models/OrderLineDto.js +0 -16
- package/clients/ordersService/models/OrderLineDto.ts +0 -100
- package/clients/ordersService/models/OrderLineDtoEnvelope.js +0 -2
- package/clients/ordersService/models/OrderLineDtoEnvelope.ts +0 -14
- package/clients/ordersService/models/OrderLineDtoListEnvelope.js +0 -2
- package/clients/ordersService/models/OrderLineDtoListEnvelope.ts +0 -14
- package/clients/ordersService/models/OrderLineUpdateDto.js +0 -16
- package/clients/ordersService/models/OrderLineUpdateDto.ts +0 -97
- package/clients/ordersService/models/OrderUpdateDto.js +0 -2
- package/clients/ordersService/models/OrderUpdateDto.ts +0 -39
- package/clients/ordersService/models/TenantDto.js +0 -2
- package/clients/ordersService/models/TenantDto.ts +0 -45
- package/clients/ordersService/models/TenantEnrolmentDto.js +0 -2
- package/clients/ordersService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/ordersService/models/UserDto.js +0 -26
- package/clients/ordersService/models/UserDto.ts +0 -72
- package/clients/ordersService/services/OrdersService.js +0 -346
- package/clients/ordersService/services/OrdersService.ts +0 -410
- package/clients/paymentsService/core/ApiError.js +0 -20
- package/clients/paymentsService/core/ApiError.ts +0 -25
- package/clients/paymentsService/core/ApiRequestOptions.js +0 -2
- package/clients/paymentsService/core/ApiRequestOptions.ts +0 -17
- package/clients/paymentsService/core/ApiResult.js +0 -2
- package/clients/paymentsService/core/ApiResult.ts +0 -11
- package/clients/paymentsService/core/CancelablePromise.js +0 -104
- package/clients/paymentsService/core/CancelablePromise.ts +0 -131
- package/clients/paymentsService/core/OpenAPI.js +0 -14
- package/clients/paymentsService/core/OpenAPI.ts +0 -32
- package/clients/paymentsService/core/request.js +0 -294
- package/clients/paymentsService/core/request.ts +0 -322
- package/clients/paymentsService/index.js +0 -22
- package/clients/paymentsService/models/EmptyEnvelope.js +0 -2
- package/clients/paymentsService/models/EmptyEnvelope.ts +0 -12
- package/clients/paymentsService/models/ErrorEnvelope.js +0 -2
- package/clients/paymentsService/models/ErrorEnvelope.ts +0 -12
- package/clients/paymentsService/models/PaymentCreateDto.js +0 -34
- package/clients/paymentsService/models/PaymentCreateDto.ts +0 -94
- package/clients/paymentsService/models/PaymentDto.js +0 -34
- package/clients/paymentsService/models/PaymentDto.ts +0 -94
- package/clients/paymentsService/models/PaymentDtoListEnvelope.js +0 -2
- package/clients/paymentsService/models/PaymentDtoListEnvelope.ts +0 -14
- package/clients/paymentsService/models/PaymentUpdateDto.js +0 -34
- package/clients/paymentsService/models/PaymentUpdateDto.ts +0 -92
- package/clients/paymentsService/services/PaymentsService.js +0 -135
- package/clients/paymentsService/services/PaymentsService.ts +0 -156
- package/clients/pricingService/core/ApiError.js +0 -20
- package/clients/pricingService/core/ApiError.ts +0 -25
- package/clients/pricingService/core/ApiRequestOptions.js +0 -2
- package/clients/pricingService/core/ApiRequestOptions.ts +0 -17
- package/clients/pricingService/core/ApiResult.js +0 -2
- package/clients/pricingService/core/ApiResult.ts +0 -11
- package/clients/pricingService/core/CancelablePromise.js +0 -104
- package/clients/pricingService/core/CancelablePromise.ts +0 -131
- package/clients/pricingService/core/OpenAPI.js +0 -14
- package/clients/pricingService/core/OpenAPI.ts +0 -32
- package/clients/pricingService/core/request.js +0 -294
- package/clients/pricingService/core/request.ts +0 -322
- package/clients/pricingService/index.js +0 -20
- package/clients/pricingService/models/Currency.js +0 -2
- package/clients/pricingService/models/Currency.ts +0 -9
- package/clients/pricingService/models/DiscountCreateDto.js +0 -2
- package/clients/pricingService/models/DiscountCreateDto.ts +0 -17
- package/clients/pricingService/models/DiscountDto.js +0 -2
- package/clients/pricingService/models/DiscountDto.ts +0 -18
- package/clients/pricingService/models/DiscountDtoEnvelope.js +0 -2
- package/clients/pricingService/models/DiscountDtoEnvelope.ts +0 -14
- package/clients/pricingService/models/DiscountDtoListEnvelope.js +0 -2
- package/clients/pricingService/models/DiscountDtoListEnvelope.ts +0 -14
- package/clients/pricingService/models/DiscountListCreateDto.js +0 -2
- package/clients/pricingService/models/DiscountListCreateDto.ts +0 -13
- package/clients/pricingService/models/DiscountListDto.js +0 -2
- package/clients/pricingService/models/DiscountListDto.ts +0 -13
- package/clients/pricingService/models/DiscountListDtoEnvelope.js +0 -2
- package/clients/pricingService/models/DiscountListDtoEnvelope.ts +0 -14
- package/clients/pricingService/models/DiscountListDtoListEnvelope.js +0 -2
- package/clients/pricingService/models/DiscountListDtoListEnvelope.ts +0 -14
- package/clients/pricingService/models/DiscountListUpdateDto.js +0 -2
- package/clients/pricingService/models/DiscountListUpdateDto.ts +0 -11
- package/clients/pricingService/models/DiscountUpdateDto.js +0 -2
- package/clients/pricingService/models/DiscountUpdateDto.ts +0 -15
- package/clients/pricingService/models/EmptyEnvelope.js +0 -2
- package/clients/pricingService/models/EmptyEnvelope.ts +0 -12
- package/clients/pricingService/models/ErrorEnvelope.js +0 -2
- package/clients/pricingService/models/ErrorEnvelope.ts +0 -12
- package/clients/pricingService/models/Int32Envelope.js +0 -2
- package/clients/pricingService/models/Int32Envelope.ts +0 -13
- package/clients/pricingService/models/ItemPriceCreateDto.js +0 -2
- package/clients/pricingService/models/ItemPriceCreateDto.ts +0 -20
- package/clients/pricingService/models/ItemPriceDto.js +0 -2
- package/clients/pricingService/models/ItemPriceDto.ts +0 -21
- package/clients/pricingService/models/ItemPriceDtoEnvelope.js +0 -2
- package/clients/pricingService/models/ItemPriceDtoEnvelope.ts +0 -14
- package/clients/pricingService/models/ItemPriceDtoListEnvelope.js +0 -2
- package/clients/pricingService/models/ItemPriceDtoListEnvelope.ts +0 -14
- package/clients/pricingService/models/ItemPriceUpdateDto.js +0 -2
- package/clients/pricingService/models/ItemPriceUpdateDto.ts +0 -15
- package/clients/pricingService/models/Money.js +0 -2
- package/clients/pricingService/models/Money.ts +0 -10
- package/clients/pricingService/models/MoneyEnvelope.js +0 -2
- package/clients/pricingService/models/MoneyEnvelope.ts +0 -14
- package/clients/pricingService/models/PriceCalculationDto.js +0 -2
- package/clients/pricingService/models/PriceCalculationDto.ts +0 -29
- package/clients/pricingService/models/PriceCalculationDtoEnvelope.js +0 -2
- package/clients/pricingService/models/PriceCalculationDtoEnvelope.ts +0 -14
- package/clients/pricingService/models/PriceListCreateDto.js +0 -2
- package/clients/pricingService/models/PriceListCreateDto.ts +0 -18
- package/clients/pricingService/models/PriceListDto.js +0 -2
- package/clients/pricingService/models/PriceListDto.ts +0 -20
- package/clients/pricingService/models/PriceListDtoEnvelope.js +0 -2
- package/clients/pricingService/models/PriceListDtoEnvelope.ts +0 -14
- package/clients/pricingService/models/PriceListDtoListEnvelope.js +0 -2
- package/clients/pricingService/models/PriceListDtoListEnvelope.ts +0 -14
- package/clients/pricingService/models/PriceListUpdateDto.js +0 -2
- package/clients/pricingService/models/PriceListUpdateDto.ts +0 -14
- package/clients/pricingService/services/DiscountListsService.js +0 -338
- package/clients/pricingService/services/DiscountListsService.ts +0 -401
- package/clients/pricingService/services/PriceListsService.js +0 -291
- package/clients/pricingService/services/PriceListsService.ts +0 -351
- package/clients/pricingService/services/PricesService.js +0 -112
- package/clients/pricingService/services/PricesService.ts +0 -133
- package/clients/projectsService/core/ApiError.js +0 -20
- package/clients/projectsService/core/ApiError.ts +0 -25
- package/clients/projectsService/core/ApiRequestOptions.js +0 -2
- package/clients/projectsService/core/ApiRequestOptions.ts +0 -17
- package/clients/projectsService/core/ApiResult.js +0 -2
- package/clients/projectsService/core/ApiResult.ts +0 -11
- package/clients/projectsService/core/CancelablePromise.js +0 -104
- package/clients/projectsService/core/CancelablePromise.ts +0 -131
- package/clients/projectsService/core/OpenAPI.js +0 -14
- package/clients/projectsService/core/OpenAPI.ts +0 -32
- package/clients/projectsService/core/request.js +0 -294
- package/clients/projectsService/core/request.ts +0 -322
- package/clients/projectsService/index.js +0 -22
- package/clients/projectsService/models/EmptyEnvelope.js +0 -2
- package/clients/projectsService/models/EmptyEnvelope.ts +0 -12
- package/clients/projectsService/models/ErrorEnvelope.js +0 -2
- package/clients/projectsService/models/ErrorEnvelope.ts +0 -12
- package/clients/projectsService/models/Int32Envelope.js +0 -2
- package/clients/projectsService/models/Int32Envelope.ts +0 -13
- package/clients/projectsService/models/ProjectCreateDto.js +0 -2
- package/clients/projectsService/models/ProjectCreateDto.ts +0 -13
- package/clients/projectsService/models/ProjectDto.js +0 -2
- package/clients/projectsService/models/ProjectDto.ts +0 -13
- package/clients/projectsService/models/ProjectDtoEnvelope.js +0 -2
- package/clients/projectsService/models/ProjectDtoEnvelope.ts +0 -14
- package/clients/projectsService/models/ProjectDtoListEnvelope.js +0 -2
- package/clients/projectsService/models/ProjectDtoListEnvelope.ts +0 -14
- package/clients/projectsService/models/ProjectPeriodCreateDto.js +0 -2
- package/clients/projectsService/models/ProjectPeriodCreateDto.ts +0 -12
- package/clients/projectsService/models/ProjectPeriodUpdateDto.js +0 -2
- package/clients/projectsService/models/ProjectPeriodUpdateDto.ts +0 -9
- package/clients/projectsService/models/ProjectTaskCreateDto.js +0 -2
- package/clients/projectsService/models/ProjectTaskCreateDto.ts +0 -14
- package/clients/projectsService/models/ProjectTaskDto.js +0 -2
- package/clients/projectsService/models/ProjectTaskDto.ts +0 -13
- package/clients/projectsService/models/ProjectTaskDtoListEnvelope.js +0 -2
- package/clients/projectsService/models/ProjectTaskDtoListEnvelope.ts +0 -14
- package/clients/projectsService/models/ProjectTaskUpdateDto.js +0 -2
- package/clients/projectsService/models/ProjectTaskUpdateDto.ts +0 -9
- package/clients/projectsService/models/ProjectTimeLogDto.js +0 -12
- package/clients/projectsService/models/ProjectTimeLogDto.ts +0 -28
- package/clients/projectsService/models/ProjectTimeLogDtoListEnvelope.js +0 -2
- package/clients/projectsService/models/ProjectTimeLogDtoListEnvelope.ts +0 -14
- package/clients/projectsService/models/ProjectUpdateDto.js +0 -2
- package/clients/projectsService/models/ProjectUpdateDto.ts +0 -11
- package/clients/projectsService/models/TaskCategoryCreateDto.js +0 -2
- package/clients/projectsService/models/TaskCategoryCreateDto.ts +0 -10
- package/clients/projectsService/models/TaskCategoryDto.js +0 -2
- package/clients/projectsService/models/TaskCategoryDto.ts +0 -10
- package/clients/projectsService/models/TaskCategoryDtoListEnvelope.js +0 -2
- package/clients/projectsService/models/TaskCategoryDtoListEnvelope.ts +0 -14
- package/clients/projectsService/models/TaskCategoryUpdateDto.js +0 -2
- package/clients/projectsService/models/TaskCategoryUpdateDto.ts +0 -8
- package/clients/projectsService/models/TaskTypeCreateDto.js +0 -2
- package/clients/projectsService/models/TaskTypeCreateDto.ts +0 -13
- package/clients/projectsService/models/TaskTypeDto.js +0 -2
- package/clients/projectsService/models/TaskTypeDto.ts +0 -13
- package/clients/projectsService/models/TaskTypeUpdateDto.js +0 -2
- package/clients/projectsService/models/TaskTypeUpdateDto.ts +0 -10
- package/clients/projectsService/services/ProjectsService.js +0 -490
- package/clients/projectsService/services/ProjectsService.ts +0 -583
- package/clients/projectsService/services/TaskCategoriesService.js +0 -162
- package/clients/projectsService/services/TaskCategoriesService.ts +0 -191
- package/clients/projectsService/services/TaskTypesService.js +0 -114
- package/clients/projectsService/services/TaskTypesService.ts +0 -135
- package/clients/quotesService/core/ApiError.js +0 -20
- package/clients/quotesService/core/ApiError.ts +0 -25
- package/clients/quotesService/core/ApiRequestOptions.js +0 -2
- package/clients/quotesService/core/ApiRequestOptions.ts +0 -17
- package/clients/quotesService/core/ApiResult.js +0 -2
- package/clients/quotesService/core/ApiResult.ts +0 -11
- package/clients/quotesService/core/CancelablePromise.js +0 -104
- package/clients/quotesService/core/CancelablePromise.ts +0 -131
- package/clients/quotesService/core/OpenAPI.js +0 -14
- package/clients/quotesService/core/OpenAPI.ts +0 -32
- package/clients/quotesService/core/request.js +0 -294
- package/clients/quotesService/core/request.ts +0 -322
- package/clients/quotesService/index.js +0 -34
- package/clients/quotesService/models/ContactDto.js +0 -11
- package/clients/quotesService/models/ContactDto.ts +0 -71
- package/clients/quotesService/models/Currency.js +0 -2
- package/clients/quotesService/models/Currency.ts +0 -9
- package/clients/quotesService/models/EmptyEnvelope.js +0 -2
- package/clients/quotesService/models/EmptyEnvelope.ts +0 -12
- package/clients/quotesService/models/ErrorEnvelope.js +0 -2
- package/clients/quotesService/models/ErrorEnvelope.ts +0 -12
- package/clients/quotesService/models/ExtendedQuoteDto.js +0 -24
- package/clients/quotesService/models/ExtendedQuoteDto.ts +0 -103
- package/clients/quotesService/models/ExtendedQuoteDtoListEnvelope.js +0 -2
- package/clients/quotesService/models/ExtendedQuoteDtoListEnvelope.ts +0 -14
- package/clients/quotesService/models/Int32Envelope.js +0 -2
- package/clients/quotesService/models/Int32Envelope.ts +0 -13
- package/clients/quotesService/models/Money.js +0 -2
- package/clients/quotesService/models/Money.ts +0 -10
- package/clients/quotesService/models/QuoteCreateDto.js +0 -14
- package/clients/quotesService/models/QuoteCreateDto.ts +0 -46
- package/clients/quotesService/models/QuoteDto.js +0 -24
- package/clients/quotesService/models/QuoteDto.ts +0 -93
- package/clients/quotesService/models/QuoteDtoEnvelope.js +0 -2
- package/clients/quotesService/models/QuoteDtoEnvelope.ts +0 -14
- package/clients/quotesService/models/QuoteDtoListEnvelope.js +0 -2
- package/clients/quotesService/models/QuoteDtoListEnvelope.ts +0 -14
- package/clients/quotesService/models/QuoteLineCreateDto.js +0 -16
- package/clients/quotesService/models/QuoteLineCreateDto.ts +0 -100
- package/clients/quotesService/models/QuoteLineDto.js +0 -16
- package/clients/quotesService/models/QuoteLineDto.ts +0 -100
- package/clients/quotesService/models/QuoteLineDtoEnvelope.js +0 -2
- package/clients/quotesService/models/QuoteLineDtoEnvelope.ts +0 -14
- package/clients/quotesService/models/QuoteLineDtoListEnvelope.js +0 -2
- package/clients/quotesService/models/QuoteLineDtoListEnvelope.ts +0 -14
- package/clients/quotesService/models/QuoteLineUpdateDto.js +0 -16
- package/clients/quotesService/models/QuoteLineUpdateDto.ts +0 -97
- package/clients/quotesService/models/QuoteUpdateDto.js +0 -24
- package/clients/quotesService/models/QuoteUpdateDto.ts +0 -67
- package/clients/quotesService/models/TenantDto.js +0 -2
- package/clients/quotesService/models/TenantDto.ts +0 -45
- package/clients/quotesService/models/TenantEnrolmentDto.js +0 -2
- package/clients/quotesService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/quotesService/models/UserDto.js +0 -26
- package/clients/quotesService/models/UserDto.ts +0 -72
- package/clients/quotesService/services/QuotesService.js +0 -329
- package/clients/quotesService/services/QuotesService.ts +0 -391
- package/clients/salesService/core/ApiError.js +0 -20
- package/clients/salesService/core/ApiError.ts +0 -25
- package/clients/salesService/core/ApiRequestOptions.js +0 -2
- package/clients/salesService/core/ApiRequestOptions.ts +0 -17
- package/clients/salesService/core/ApiResult.js +0 -2
- package/clients/salesService/core/ApiResult.ts +0 -11
- package/clients/salesService/core/CancelablePromise.js +0 -104
- package/clients/salesService/core/CancelablePromise.ts +0 -131
- package/clients/salesService/core/OpenAPI.js +0 -14
- package/clients/salesService/core/OpenAPI.ts +0 -32
- package/clients/salesService/core/request.js +0 -294
- package/clients/salesService/core/request.ts +0 -322
- package/clients/salesService/index.js +0 -16
- package/clients/salesService/services/MarginsService.js +0 -26
- package/clients/salesService/services/MarginsService.ts +0 -30
- package/clients/securityService/core/ApiError.js +0 -20
- package/clients/securityService/core/ApiError.ts +0 -25
- package/clients/securityService/core/ApiRequestOptions.js +0 -2
- package/clients/securityService/core/ApiRequestOptions.ts +0 -17
- package/clients/securityService/core/ApiResult.js +0 -2
- package/clients/securityService/core/ApiResult.ts +0 -11
- package/clients/securityService/core/CancelablePromise.js +0 -104
- package/clients/securityService/core/CancelablePromise.ts +0 -131
- package/clients/securityService/core/OpenAPI.js +0 -14
- package/clients/securityService/core/OpenAPI.ts +0 -32
- package/clients/securityService/core/request.js +0 -294
- package/clients/securityService/core/request.ts +0 -322
- package/clients/securityService/index.js +0 -18
- package/clients/securityService/models/EmptyEnvelope.js +0 -2
- package/clients/securityService/models/EmptyEnvelope.ts +0 -12
- package/clients/securityService/models/ErrorEnvelope.js +0 -2
- package/clients/securityService/models/ErrorEnvelope.ts +0 -12
- package/clients/securityService/models/SecurityPermissionCreateDto.js +0 -2
- package/clients/securityService/models/SecurityPermissionCreateDto.ts +0 -12
- package/clients/securityService/models/SecurityPermissionDto.js +0 -2
- package/clients/securityService/models/SecurityPermissionDto.ts +0 -13
- package/clients/securityService/models/SecurityPermissionDtoListEnvelope.js +0 -2
- package/clients/securityService/models/SecurityPermissionDtoListEnvelope.ts +0 -14
- package/clients/securityService/models/SecurityPermissionUpdateDto.js +0 -2
- package/clients/securityService/models/SecurityPermissionUpdateDto.ts +0 -9
- package/clients/securityService/models/SecurityRoleCreateDto.js +0 -2
- package/clients/securityService/models/SecurityRoleCreateDto.ts +0 -12
- package/clients/securityService/models/SecurityRoleDto.js +0 -2
- package/clients/securityService/models/SecurityRoleDto.ts +0 -13
- package/clients/securityService/models/SecurityRoleDtoListEnvelope.js +0 -2
- package/clients/securityService/models/SecurityRoleDtoListEnvelope.ts +0 -14
- package/clients/securityService/models/SecurityRoleUpdateDto.js +0 -2
- package/clients/securityService/models/SecurityRoleUpdateDto.ts +0 -9
- package/clients/securityService/models/TenantEnrolmentDto.js +0 -2
- package/clients/securityService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/securityService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
- package/clients/securityService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
- package/clients/securityService/services/PermissionsService.js +0 -339
- package/clients/securityService/services/PermissionsService.ts +0 -399
- package/clients/securityService/services/RolesService.js +0 -365
- package/clients/securityService/services/RolesService.ts +0 -430
- package/clients/shipmentsService/core/ApiError.js +0 -20
- package/clients/shipmentsService/core/ApiError.ts +0 -25
- package/clients/shipmentsService/core/ApiRequestOptions.js +0 -2
- package/clients/shipmentsService/core/ApiRequestOptions.ts +0 -17
- package/clients/shipmentsService/core/ApiResult.js +0 -2
- package/clients/shipmentsService/core/ApiResult.ts +0 -11
- package/clients/shipmentsService/core/CancelablePromise.js +0 -104
- package/clients/shipmentsService/core/CancelablePromise.ts +0 -131
- package/clients/shipmentsService/core/OpenAPI.js +0 -14
- package/clients/shipmentsService/core/OpenAPI.ts +0 -32
- package/clients/shipmentsService/core/request.js +0 -294
- package/clients/shipmentsService/core/request.ts +0 -322
- package/clients/shipmentsService/index.js +0 -16
- package/clients/shipmentsService/models/ErrorEnvelope.js +0 -2
- package/clients/shipmentsService/models/ErrorEnvelope.ts +0 -12
- package/clients/shipmentsService/models/ShipmentDto.js +0 -2
- package/clients/shipmentsService/models/ShipmentDto.ts +0 -14
- package/clients/shipmentsService/models/ShipmentDtoListEnvelope.js +0 -2
- package/clients/shipmentsService/models/ShipmentDtoListEnvelope.ts +0 -14
- package/clients/shipmentsService/services/ShipmentsService.js +0 -30
- package/clients/shipmentsService/services/ShipmentsService.ts +0 -35
- package/clients/socialService/core/ApiError.js +0 -20
- package/clients/socialService/core/ApiError.ts +0 -25
- package/clients/socialService/core/ApiRequestOptions.js +0 -2
- package/clients/socialService/core/ApiRequestOptions.ts +0 -17
- package/clients/socialService/core/ApiResult.js +0 -2
- package/clients/socialService/core/ApiResult.ts +0 -11
- package/clients/socialService/core/CancelablePromise.js +0 -104
- package/clients/socialService/core/CancelablePromise.ts +0 -131
- package/clients/socialService/core/OpenAPI.js +0 -14
- package/clients/socialService/core/OpenAPI.ts +0 -32
- package/clients/socialService/core/request.js +0 -294
- package/clients/socialService/core/request.ts +0 -322
- package/clients/socialService/index.js +0 -28
- package/clients/socialService/models/BooleanEnvelope.js +0 -2
- package/clients/socialService/models/BooleanEnvelope.ts +0 -13
- package/clients/socialService/models/ConversationCreateDto.js +0 -2
- package/clients/socialService/models/ConversationCreateDto.ts +0 -11
- package/clients/socialService/models/ConversationDto.js +0 -2
- package/clients/socialService/models/ConversationDto.ts +0 -16
- package/clients/socialService/models/ConversationDtoListEnvelope.js +0 -2
- package/clients/socialService/models/ConversationDtoListEnvelope.ts +0 -14
- package/clients/socialService/models/EmptyEnvelope.js +0 -2
- package/clients/socialService/models/EmptyEnvelope.ts +0 -12
- package/clients/socialService/models/ErrorEnvelope.js +0 -2
- package/clients/socialService/models/ErrorEnvelope.ts +0 -12
- package/clients/socialService/models/FollowRecordDto.js +0 -2
- package/clients/socialService/models/FollowRecordDto.ts +0 -12
- package/clients/socialService/models/FollowRecordDtoListEnvelope.js +0 -2
- package/clients/socialService/models/FollowRecordDtoListEnvelope.ts +0 -14
- package/clients/socialService/models/Int32Envelope.js +0 -2
- package/clients/socialService/models/Int32Envelope.ts +0 -13
- package/clients/socialService/models/NotificationDto.js +0 -2
- package/clients/socialService/models/NotificationDto.ts +0 -16
- package/clients/socialService/models/NotificationDtoListEnvelope.js +0 -2
- package/clients/socialService/models/NotificationDtoListEnvelope.ts +0 -14
- package/clients/socialService/models/PrivateMessageCreateDto.js +0 -2
- package/clients/socialService/models/PrivateMessageCreateDto.ts +0 -14
- package/clients/socialService/models/PrivateMessageDto.js +0 -2
- package/clients/socialService/models/PrivateMessageDto.ts +0 -18
- package/clients/socialService/models/PrivateMessageDtoListEnvelope.js +0 -2
- package/clients/socialService/models/PrivateMessageDtoListEnvelope.ts +0 -14
- package/clients/socialService/models/PrivateMessageUpdateDto.js +0 -2
- package/clients/socialService/models/PrivateMessageUpdateDto.ts +0 -9
- package/clients/socialService/models/SocialFeedDto.js +0 -2
- package/clients/socialService/models/SocialFeedDto.ts +0 -11
- package/clients/socialService/models/SocialFeedDtoEnvelope.js +0 -2
- package/clients/socialService/models/SocialFeedDtoEnvelope.ts +0 -14
- package/clients/socialService/models/SocialFeedDtoListEnvelope.js +0 -2
- package/clients/socialService/models/SocialFeedDtoListEnvelope.ts +0 -14
- package/clients/socialService/models/SocialFeedPostCreateDto.js +0 -2
- package/clients/socialService/models/SocialFeedPostCreateDto.ts +0 -13
- package/clients/socialService/models/SocialFeedPostDto.js +0 -2
- package/clients/socialService/models/SocialFeedPostDto.ts +0 -17
- package/clients/socialService/models/SocialFeedPostDtoEnvelope.js +0 -2
- package/clients/socialService/models/SocialFeedPostDtoEnvelope.ts +0 -14
- package/clients/socialService/models/SocialFeedPostDtoListEnvelope.js +0 -2
- package/clients/socialService/models/SocialFeedPostDtoListEnvelope.ts +0 -14
- package/clients/socialService/models/SocialFeedPostUpdateDto.js +0 -2
- package/clients/socialService/models/SocialFeedPostUpdateDto.ts +0 -9
- package/clients/socialService/models/SocialPostAttachmentCreateDto.js +0 -2
- package/clients/socialService/models/SocialPostAttachmentCreateDto.ts +0 -21
- package/clients/socialService/models/SocialPostAttachmentDto.js +0 -2
- package/clients/socialService/models/SocialPostAttachmentDto.ts +0 -30
- package/clients/socialService/models/SocialPostAttachmentDtoEnvelope.js +0 -2
- package/clients/socialService/models/SocialPostAttachmentDtoEnvelope.ts +0 -14
- package/clients/socialService/models/SocialPostAttachmentDtoListEnvelope.js +0 -2
- package/clients/socialService/models/SocialPostAttachmentDtoListEnvelope.ts +0 -14
- package/clients/socialService/models/SocialPostAttachmentUpdateDto.js +0 -2
- package/clients/socialService/models/SocialPostAttachmentUpdateDto.ts +0 -19
- package/clients/socialService/models/SocialPostCommentCreateDto.js +0 -2
- package/clients/socialService/models/SocialPostCommentCreateDto.ts +0 -14
- package/clients/socialService/models/SocialPostCommentDto.js +0 -2
- package/clients/socialService/models/SocialPostCommentDto.ts +0 -16
- package/clients/socialService/models/SocialPostCommentDtoEnvelope.js +0 -2
- package/clients/socialService/models/SocialPostCommentDtoEnvelope.ts +0 -14
- package/clients/socialService/models/SocialPostCommentDtoListEnvelope.js +0 -2
- package/clients/socialService/models/SocialPostCommentDtoListEnvelope.ts +0 -14
- package/clients/socialService/models/SocialPostCommentUpdateDto.js +0 -2
- package/clients/socialService/models/SocialPostCommentUpdateDto.ts +0 -9
- package/clients/socialService/models/SocialPostCreateDto.js +0 -2
- package/clients/socialService/models/SocialPostCreateDto.ts +0 -13
- package/clients/socialService/models/SocialPostDto.js +0 -2
- package/clients/socialService/models/SocialPostDto.ts +0 -16
- package/clients/socialService/models/SocialPostDtoEnvelope.js +0 -2
- package/clients/socialService/models/SocialPostDtoEnvelope.ts +0 -14
- package/clients/socialService/models/SocialPostDtoListEnvelope.js +0 -2
- package/clients/socialService/models/SocialPostDtoListEnvelope.ts +0 -14
- package/clients/socialService/models/SocialPostUpdateDto.js +0 -2
- package/clients/socialService/models/SocialPostUpdateDto.ts +0 -9
- package/clients/socialService/models/SocialProfileDto.js +0 -12
- package/clients/socialService/models/SocialProfileDto.ts +0 -40
- package/clients/socialService/models/SocialProfileDtoEnvelope.js +0 -2
- package/clients/socialService/models/SocialProfileDtoEnvelope.ts +0 -14
- package/clients/socialService/models/SocialProfileDtoListEnvelope.js +0 -2
- package/clients/socialService/models/SocialProfileDtoListEnvelope.ts +0 -14
- package/clients/socialService/models/SocialReactionCreateDto.js +0 -17
- package/clients/socialService/models/SocialReactionCreateDto.ts +0 -24
- package/clients/socialService/models/SocialReactionDto.js +0 -17
- package/clients/socialService/models/SocialReactionDto.ts +0 -26
- package/clients/socialService/models/SocialReactionDtoEnvelope.js +0 -2
- package/clients/socialService/models/SocialReactionDtoEnvelope.ts +0 -14
- package/clients/socialService/models/SocialReactionDtoListEnvelope.js +0 -2
- package/clients/socialService/models/SocialReactionDtoListEnvelope.ts +0 -14
- package/clients/socialService/models/SocialReactionUpdateDto.js +0 -17
- package/clients/socialService/models/SocialReactionUpdateDto.ts +0 -23
- package/clients/socialService/services/SocialFeedsService.js +0 -246
- package/clients/socialService/services/SocialFeedsService.ts +0 -293
- package/clients/socialService/services/SocialPostsService.js +0 -646
- package/clients/socialService/services/SocialPostsService.ts +0 -771
- package/clients/socialService/services/SocialProfilesService.js +0 -607
- package/clients/socialService/services/SocialProfilesService.ts +0 -701
- package/clients/storageService/core/ApiError.js +0 -20
- package/clients/storageService/core/ApiError.ts +0 -25
- package/clients/storageService/core/ApiRequestOptions.js +0 -2
- package/clients/storageService/core/ApiRequestOptions.ts +0 -17
- package/clients/storageService/core/ApiResult.js +0 -2
- package/clients/storageService/core/ApiResult.ts +0 -11
- package/clients/storageService/core/CancelablePromise.js +0 -104
- package/clients/storageService/core/CancelablePromise.ts +0 -131
- package/clients/storageService/core/OpenAPI.js +0 -14
- package/clients/storageService/core/OpenAPI.ts +0 -32
- package/clients/storageService/core/request.js +0 -294
- package/clients/storageService/core/request.ts +0 -322
- package/clients/storageService/index.js +0 -26
- package/clients/storageService/models/Blob.js +0 -11
- package/clients/storageService/models/Blob.ts +0 -26
- package/clients/storageService/models/BlobEnvelope.js +0 -2
- package/clients/storageService/models/BlobEnvelope.ts +0 -14
- package/clients/storageService/models/EmptyEnvelope.js +0 -2
- package/clients/storageService/models/EmptyEnvelope.ts +0 -12
- package/clients/storageService/models/ErrorEnvelope.js +0 -2
- package/clients/storageService/models/ErrorEnvelope.ts +0 -12
- package/clients/storageService/models/FileUploadCreateDto.js +0 -2
- package/clients/storageService/models/FileUploadCreateDto.ts +0 -20
- package/clients/storageService/models/FileUploadDto.js +0 -2
- package/clients/storageService/models/FileUploadDto.ts +0 -29
- package/clients/storageService/models/FileUploadDtoEnvelope.js +0 -2
- package/clients/storageService/models/FileUploadDtoEnvelope.ts +0 -14
- package/clients/storageService/models/FileUploadUpdateDto.js +0 -2
- package/clients/storageService/models/FileUploadUpdateDto.ts +0 -19
- package/clients/storageService/services/AvatarsService.js +0 -200
- package/clients/storageService/services/AvatarsService.ts +0 -234
- package/clients/storageService/services/BlobsService.js +0 -66
- package/clients/storageService/services/BlobsService.ts +0 -81
- package/clients/storageService/services/FilesService.js +0 -171
- package/clients/storageService/services/FilesService.ts +0 -200
- package/clients/storageService/services/RadzenEditorService.js +0 -117
- package/clients/storageService/services/RadzenEditorService.ts +0 -149
- package/clients/storageService/services/UploadsService.js +0 -33
- package/clients/storageService/services/UploadsService.ts +0 -53
- package/clients/supportService/core/ApiError.js +0 -20
- package/clients/supportService/core/ApiError.ts +0 -25
- package/clients/supportService/core/ApiRequestOptions.js +0 -2
- package/clients/supportService/core/ApiRequestOptions.ts +0 -17
- package/clients/supportService/core/ApiResult.js +0 -2
- package/clients/supportService/core/ApiResult.ts +0 -11
- package/clients/supportService/core/CancelablePromise.js +0 -104
- package/clients/supportService/core/CancelablePromise.ts +0 -131
- package/clients/supportService/core/OpenAPI.js +0 -14
- package/clients/supportService/core/OpenAPI.ts +0 -32
- package/clients/supportService/core/request.js +0 -294
- package/clients/supportService/core/request.ts +0 -322
- package/clients/supportService/index.js +0 -26
- package/clients/supportService/models/EmptyEnvelope.js +0 -2
- package/clients/supportService/models/EmptyEnvelope.ts +0 -12
- package/clients/supportService/models/ErrorEnvelope.js +0 -2
- package/clients/supportService/models/ErrorEnvelope.ts +0 -12
- package/clients/supportService/models/Int32Envelope.js +0 -2
- package/clients/supportService/models/Int32Envelope.ts +0 -13
- package/clients/supportService/models/PrivateMessageDto.js +0 -2
- package/clients/supportService/models/PrivateMessageDto.ts +0 -18
- package/clients/supportService/models/PrivateMessageDtoListEnvelope.js +0 -2
- package/clients/supportService/models/PrivateMessageDtoListEnvelope.ts +0 -14
- package/clients/supportService/models/SupportEntitlementCreateDto.js +0 -2
- package/clients/supportService/models/SupportEntitlementCreateDto.ts +0 -57
- package/clients/supportService/models/SupportEntitlementDto.js +0 -2
- package/clients/supportService/models/SupportEntitlementDto.ts +0 -57
- package/clients/supportService/models/SupportEntitlementDtoEnvelope.js +0 -2
- package/clients/supportService/models/SupportEntitlementDtoEnvelope.ts +0 -14
- package/clients/supportService/models/SupportEntitlementDtoListEnvelope.js +0 -2
- package/clients/supportService/models/SupportEntitlementDtoListEnvelope.ts +0 -14
- package/clients/supportService/models/SupportEntitlementUpdateDto.js +0 -2
- package/clients/supportService/models/SupportEntitlementUpdateDto.ts +0 -54
- package/clients/supportService/models/SupportRequestAttachmentCreateDto.js +0 -2
- package/clients/supportService/models/SupportRequestAttachmentCreateDto.ts +0 -24
- package/clients/supportService/models/SupportRequestAttachmentDto.js +0 -2
- package/clients/supportService/models/SupportRequestAttachmentDto.ts +0 -30
- package/clients/supportService/models/SupportRequestAttachmentDtoEnvelope.js +0 -2
- package/clients/supportService/models/SupportRequestAttachmentDtoEnvelope.ts +0 -14
- package/clients/supportService/models/SupportRequestAttachmentDtoListEnvelope.js +0 -2
- package/clients/supportService/models/SupportRequestAttachmentDtoListEnvelope.ts +0 -14
- package/clients/supportService/models/SupportRequestAttachmentUpdateDto.js +0 -2
- package/clients/supportService/models/SupportRequestAttachmentUpdateDto.ts +0 -21
- package/clients/supportService/models/SupportRequestCreateDto.js +0 -2
- package/clients/supportService/models/SupportRequestCreateDto.ts +0 -18
- package/clients/supportService/models/SupportRequestDto.js +0 -2
- package/clients/supportService/models/SupportRequestDto.ts +0 -18
- package/clients/supportService/models/SupportRequestDtoEnvelope.js +0 -2
- package/clients/supportService/models/SupportRequestDtoEnvelope.ts +0 -14
- package/clients/supportService/models/SupportRequestDtoListEnvelope.js +0 -2
- package/clients/supportService/models/SupportRequestDtoListEnvelope.ts +0 -14
- package/clients/supportService/models/SupportRequestUpdateDto.js +0 -2
- package/clients/supportService/models/SupportRequestUpdateDto.ts +0 -12
- package/clients/supportService/models/SupportTicketConversationCreateDto.js +0 -2
- package/clients/supportService/models/SupportTicketConversationCreateDto.ts +0 -13
- package/clients/supportService/models/SupportTicketConversationDto.js +0 -2
- package/clients/supportService/models/SupportTicketConversationDto.ts +0 -14
- package/clients/supportService/models/SupportTicketConversationDtoEnvelope.js +0 -2
- package/clients/supportService/models/SupportTicketConversationDtoEnvelope.ts +0 -14
- package/clients/supportService/models/SupportTicketConversationDtoListEnvelope.js +0 -2
- package/clients/supportService/models/SupportTicketConversationDtoListEnvelope.ts +0 -14
- package/clients/supportService/models/SupportTicketCreateDto.js +0 -2
- package/clients/supportService/models/SupportTicketCreateDto.ts +0 -17
- package/clients/supportService/models/SupportTicketDto.js +0 -2
- package/clients/supportService/models/SupportTicketDto.ts +0 -17
- package/clients/supportService/models/SupportTicketDtoEnvelope.js +0 -2
- package/clients/supportService/models/SupportTicketDtoEnvelope.ts +0 -14
- package/clients/supportService/models/SupportTicketDtoListEnvelope.js +0 -2
- package/clients/supportService/models/SupportTicketDtoListEnvelope.ts +0 -14
- package/clients/supportService/models/SupportTicketPriorityCreateDto.js +0 -2
- package/clients/supportService/models/SupportTicketPriorityCreateDto.ts +0 -11
- package/clients/supportService/models/SupportTicketPriorityDto.js +0 -2
- package/clients/supportService/models/SupportTicketPriorityDto.ts +0 -13
- package/clients/supportService/models/SupportTicketPriorityDtoEnvelope.js +0 -2
- package/clients/supportService/models/SupportTicketPriorityDtoEnvelope.ts +0 -14
- package/clients/supportService/models/SupportTicketPriorityDtoListEnvelope.js +0 -2
- package/clients/supportService/models/SupportTicketPriorityDtoListEnvelope.ts +0 -14
- package/clients/supportService/models/SupportTicketPriorityUpdateDto.js +0 -2
- package/clients/supportService/models/SupportTicketPriorityUpdateDto.ts +0 -9
- package/clients/supportService/models/SupportTicketTypeCreateDto.js +0 -2
- package/clients/supportService/models/SupportTicketTypeCreateDto.ts +0 -12
- package/clients/supportService/models/SupportTicketTypeDto.js +0 -2
- package/clients/supportService/models/SupportTicketTypeDto.ts +0 -12
- package/clients/supportService/models/SupportTicketTypeDtoEnvelope.js +0 -2
- package/clients/supportService/models/SupportTicketTypeDtoEnvelope.ts +0 -14
- package/clients/supportService/models/SupportTicketTypeDtoListEnvelope.js +0 -2
- package/clients/supportService/models/SupportTicketTypeDtoListEnvelope.ts +0 -14
- package/clients/supportService/models/SupportTicketTypeUpdateDto.js +0 -2
- package/clients/supportService/models/SupportTicketTypeUpdateDto.ts +0 -11
- package/clients/supportService/models/SupportTicketUpdateDto.js +0 -2
- package/clients/supportService/models/SupportTicketUpdateDto.ts +0 -14
- package/clients/supportService/services/SupportEntitlementsService.js +0 -154
- package/clients/supportService/services/SupportEntitlementsService.ts +0 -183
- package/clients/supportService/services/SupportRequestAttachmentsService.js +0 -154
- package/clients/supportService/services/SupportRequestAttachmentsService.ts +0 -183
- package/clients/supportService/services/SupportRequestsService.js +0 -281
- package/clients/supportService/services/SupportRequestsService.ts +0 -334
- package/clients/supportService/services/SupportTicketPrioritiesService.js +0 -154
- package/clients/supportService/services/SupportTicketPrioritiesService.ts +0 -183
- package/clients/supportService/services/SupportTicketTypesService.js +0 -154
- package/clients/supportService/services/SupportTicketTypesService.ts +0 -183
- package/clients/supportService/services/SupportTicketsService.js +0 -287
- package/clients/supportService/services/SupportTicketsService.ts +0 -343
- package/clients/systemService/core/ApiError.js +0 -20
- package/clients/systemService/core/ApiError.ts +0 -25
- package/clients/systemService/core/ApiRequestOptions.js +0 -2
- package/clients/systemService/core/ApiRequestOptions.ts +0 -17
- package/clients/systemService/core/ApiResult.js +0 -2
- package/clients/systemService/core/ApiResult.ts +0 -11
- package/clients/systemService/core/CancelablePromise.js +0 -104
- package/clients/systemService/core/CancelablePromise.ts +0 -131
- package/clients/systemService/core/OpenAPI.js +0 -14
- package/clients/systemService/core/OpenAPI.ts +0 -32
- package/clients/systemService/core/request.js +0 -294
- package/clients/systemService/core/request.ts +0 -322
- package/clients/systemService/index.js +0 -42
- package/clients/systemService/models/AccountHolderCreateDto.js +0 -12
- package/clients/systemService/models/AccountHolderCreateDto.ts +0 -41
- package/clients/systemService/models/AccountHolderUpdateDto.js +0 -2
- package/clients/systemService/models/AccountHolderUpdateDto.ts +0 -5
- package/clients/systemService/models/AdditionalAttribute.js +0 -2
- package/clients/systemService/models/AdditionalAttribute.ts +0 -9
- package/clients/systemService/models/BooleanEnvelope.js +0 -2
- package/clients/systemService/models/BooleanEnvelope.ts +0 -13
- package/clients/systemService/models/CartDto.js +0 -2
- package/clients/systemService/models/CartDto.ts +0 -18
- package/clients/systemService/models/EmptyEnvelope.js +0 -2
- package/clients/systemService/models/EmptyEnvelope.ts +0 -12
- package/clients/systemService/models/ErrorEnvelope.js +0 -2
- package/clients/systemService/models/ErrorEnvelope.ts +0 -12
- package/clients/systemService/models/ExtendedTenantDto.js +0 -2
- package/clients/systemService/models/ExtendedTenantDto.ts +0 -51
- package/clients/systemService/models/ExtendedTenantDtoListEnvelope.js +0 -2
- package/clients/systemService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
- package/clients/systemService/models/ExtendedUserDto.js +0 -26
- package/clients/systemService/models/ExtendedUserDto.ts +0 -80
- package/clients/systemService/models/ExtendedUserDtoEnvelope.js +0 -2
- package/clients/systemService/models/ExtendedUserDtoEnvelope.ts +0 -14
- package/clients/systemService/models/ExtendedUserDtoListEnvelope.js +0 -2
- package/clients/systemService/models/ExtendedUserDtoListEnvelope.ts +0 -14
- package/clients/systemService/models/GeneralValidationFailure.js +0 -2
- package/clients/systemService/models/GeneralValidationFailure.ts +0 -9
- package/clients/systemService/models/GeneralValidationFailureListEnvelope.js +0 -2
- package/clients/systemService/models/GeneralValidationFailureListEnvelope.ts +0 -14
- package/clients/systemService/models/ISwaggerContact.js +0 -2
- package/clients/systemService/models/ISwaggerContact.ts +0 -10
- package/clients/systemService/models/ISwaggerEndpoint.js +0 -2
- package/clients/systemService/models/ISwaggerEndpoint.ts +0 -10
- package/clients/systemService/models/ISwaggerLicense.js +0 -2
- package/clients/systemService/models/ISwaggerLicense.ts +0 -9
- package/clients/systemService/models/ISwaggerSpec.js +0 -2
- package/clients/systemService/models/ISwaggerSpec.ts +0 -19
- package/clients/systemService/models/Int32Envelope.js +0 -2
- package/clients/systemService/models/Int32Envelope.ts +0 -13
- package/clients/systemService/models/LicenseAttributes.js +0 -2
- package/clients/systemService/models/LicenseAttributes.ts +0 -5
- package/clients/systemService/models/LicenseAttributesListEnvelope.js +0 -2
- package/clients/systemService/models/LicenseAttributesListEnvelope.ts +0 -14
- package/clients/systemService/models/LicenseFeature.js +0 -2
- package/clients/systemService/models/LicenseFeature.ts +0 -9
- package/clients/systemService/models/LicenseKey.js +0 -2
- package/clients/systemService/models/LicenseKey.ts +0 -8
- package/clients/systemService/models/LicenseKeyRequest.js +0 -12
- package/clients/systemService/models/LicenseKeyRequest.ts +0 -28
- package/clients/systemService/models/LicenseValidationError.js +0 -2
- package/clients/systemService/models/LicenseValidationError.ts +0 -9
- package/clients/systemService/models/LicenseValidationErrorListEnvelope.js +0 -2
- package/clients/systemService/models/LicenseValidationErrorListEnvelope.ts +0 -14
- package/clients/systemService/models/LicenseValidationRequest.js +0 -2
- package/clients/systemService/models/LicenseValidationRequest.ts +0 -8
- package/clients/systemService/models/Module.js +0 -13
- package/clients/systemService/models/Module.ts +0 -44
- package/clients/systemService/models/ModuleListEnvelope.js +0 -2
- package/clients/systemService/models/ModuleListEnvelope.ts +0 -14
- package/clients/systemService/models/SocialProfileDto.js +0 -12
- package/clients/systemService/models/SocialProfileDto.ts +0 -40
- package/clients/systemService/models/StringEnvelope.js +0 -2
- package/clients/systemService/models/StringEnvelope.ts +0 -13
- package/clients/systemService/models/StringListEnvelope.js +0 -2
- package/clients/systemService/models/StringListEnvelope.ts +0 -13
- package/clients/systemService/models/StudioModule.js +0 -2
- package/clients/systemService/models/StudioModule.ts +0 -9
- package/clients/systemService/models/StudioModuleListEnvelope.js +0 -2
- package/clients/systemService/models/StudioModuleListEnvelope.ts +0 -14
- package/clients/systemService/models/SuiteLicenseAssignmentDto.js +0 -2
- package/clients/systemService/models/SuiteLicenseAssignmentDto.ts +0 -16
- package/clients/systemService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
- package/clients/systemService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
- package/clients/systemService/models/SuiteLicenseDto.js +0 -2
- package/clients/systemService/models/SuiteLicenseDto.ts +0 -15
- package/clients/systemService/models/SuiteLicenseDtoEnvelope.js +0 -2
- package/clients/systemService/models/SuiteLicenseDtoEnvelope.ts +0 -14
- package/clients/systemService/models/SuiteLicenseDtoListEnvelope.js +0 -2
- package/clients/systemService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
- package/clients/systemService/models/TenantCreateDto.js +0 -2
- package/clients/systemService/models/TenantCreateDto.ts +0 -25
- package/clients/systemService/models/TenantDto.js +0 -2
- package/clients/systemService/models/TenantDto.ts +0 -45
- package/clients/systemService/models/TenantDtoEnvelope.js +0 -2
- package/clients/systemService/models/TenantDtoEnvelope.ts +0 -14
- package/clients/systemService/models/TenantDtoListEnvelope.js +0 -2
- package/clients/systemService/models/TenantDtoListEnvelope.ts +0 -14
- package/clients/systemService/models/TenantUpdateDto.js +0 -2
- package/clients/systemService/models/TenantUpdateDto.ts +0 -31
- package/clients/systemService/models/UserDto.js +0 -26
- package/clients/systemService/models/UserDto.ts +0 -72
- package/clients/systemService/models/UserDtoEnvelope.js +0 -2
- package/clients/systemService/models/UserDtoEnvelope.ts +0 -14
- package/clients/systemService/models/UserDtoListEnvelope.js +0 -2
- package/clients/systemService/models/UserDtoListEnvelope.ts +0 -14
- package/clients/systemService/models/UserSettingsDto.js +0 -12
- package/clients/systemService/models/UserSettingsDto.ts +0 -21
- package/clients/systemService/models/WalletDto.js +0 -2
- package/clients/systemService/models/WalletDto.ts +0 -22
- package/clients/systemService/services/AntiforgeryService.js +0 -36
- package/clients/systemService/services/AntiforgeryService.ts +0 -41
- package/clients/systemService/services/LicensesService.js +0 -108
- package/clients/systemService/services/LicensesService.ts +0 -131
- package/clients/systemService/services/LicensingService.js +0 -194
- package/clients/systemService/services/LicensingService.ts +0 -230
- package/clients/systemService/services/MigrationsService.js +0 -48
- package/clients/systemService/services/MigrationsService.ts +0 -55
- package/clients/systemService/services/ModulesService.js +0 -54
- package/clients/systemService/services/ModulesService.ts +0 -63
- package/clients/systemService/services/TenantsService.js +0 -186
- package/clients/systemService/services/TenantsService.ts +0 -214
- package/clients/systemService/services/UsersService.js +0 -192
- package/clients/systemService/services/UsersService.ts +0 -225
- 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/clients/timeTrackerService/core/ApiError.js +0 -20
- package/clients/timeTrackerService/core/ApiError.ts +0 -25
- package/clients/timeTrackerService/core/ApiRequestOptions.js +0 -2
- package/clients/timeTrackerService/core/ApiRequestOptions.ts +0 -17
- package/clients/timeTrackerService/core/ApiResult.js +0 -2
- package/clients/timeTrackerService/core/ApiResult.ts +0 -11
- package/clients/timeTrackerService/core/CancelablePromise.js +0 -104
- package/clients/timeTrackerService/core/CancelablePromise.ts +0 -131
- package/clients/timeTrackerService/core/OpenAPI.js +0 -14
- package/clients/timeTrackerService/core/OpenAPI.ts +0 -32
- package/clients/timeTrackerService/core/request.js +0 -294
- package/clients/timeTrackerService/core/request.ts +0 -322
- package/clients/timeTrackerService/index.js +0 -26
- package/clients/timeTrackerService/models/ErrorEnvelope.js +0 -2
- package/clients/timeTrackerService/models/ErrorEnvelope.ts +0 -12
- package/clients/timeTrackerService/models/ProjectHoursApprovalApproverUpdateDto.js +0 -2
- package/clients/timeTrackerService/models/ProjectHoursApprovalApproverUpdateDto.ts +0 -8
- package/clients/timeTrackerService/models/ProjectHoursApprovalCreateDto.js +0 -2
- package/clients/timeTrackerService/models/ProjectHoursApprovalCreateDto.ts +0 -13
- package/clients/timeTrackerService/models/ProjectHoursApprovalStatusUpdateDto.js +0 -12
- package/clients/timeTrackerService/models/ProjectHoursApprovalStatusUpdateDto.ts +0 -16
- package/clients/timeTrackerService/models/ProjectTimeLogCreateDto.js +0 -12
- package/clients/timeTrackerService/models/ProjectTimeLogCreateDto.ts +0 -23
- package/clients/timeTrackerService/models/ProjectTimeLogDto.js +0 -12
- package/clients/timeTrackerService/models/ProjectTimeLogDto.ts +0 -28
- package/clients/timeTrackerService/models/ProjectTimeLogDtoEnvelope.js +0 -2
- package/clients/timeTrackerService/models/ProjectTimeLogDtoEnvelope.ts +0 -14
- package/clients/timeTrackerService/models/ProjectTimeLogDtoListEnvelope.js +0 -2
- package/clients/timeTrackerService/models/ProjectTimeLogDtoListEnvelope.ts +0 -14
- package/clients/timeTrackerService/models/ProjectTimeLogUpdateDto.js +0 -12
- package/clients/timeTrackerService/models/ProjectTimeLogUpdateDto.ts +0 -20
- package/clients/timeTrackerService/services/ProjectTimeLogsService.js +0 -212
- package/clients/timeTrackerService/services/ProjectTimeLogsService.ts +0 -250
- package/clients/timeTrackerService/services/TimeLogApprovalsService.js +0 -91
- package/clients/timeTrackerService/services/TimeLogApprovalsService.ts +0 -109
- package/clients/walletsService/core/ApiError.js +0 -20
- package/clients/walletsService/core/ApiError.ts +0 -25
- package/clients/walletsService/core/ApiRequestOptions.js +0 -2
- package/clients/walletsService/core/ApiRequestOptions.ts +0 -17
- package/clients/walletsService/core/ApiResult.js +0 -2
- package/clients/walletsService/core/ApiResult.ts +0 -11
- package/clients/walletsService/core/CancelablePromise.js +0 -104
- package/clients/walletsService/core/CancelablePromise.ts +0 -131
- package/clients/walletsService/core/OpenAPI.js +0 -14
- package/clients/walletsService/core/OpenAPI.ts +0 -32
- package/clients/walletsService/core/request.js +0 -294
- package/clients/walletsService/core/request.ts +0 -322
- package/clients/walletsService/index.js +0 -28
- package/clients/walletsService/models/ContactDto.js +0 -11
- package/clients/walletsService/models/ContactDto.ts +0 -71
- package/clients/walletsService/models/Currency.js +0 -2
- package/clients/walletsService/models/Currency.ts +0 -9
- package/clients/walletsService/models/EmptyEnvelope.js +0 -2
- package/clients/walletsService/models/EmptyEnvelope.ts +0 -12
- package/clients/walletsService/models/ErrorEnvelope.js +0 -2
- package/clients/walletsService/models/ErrorEnvelope.ts +0 -12
- package/clients/walletsService/models/ExtendedOrderDto.js +0 -29
- package/clients/walletsService/models/ExtendedOrderDto.ts +0 -123
- package/clients/walletsService/models/ExtendedOrderDtoListEnvelope.js +0 -2
- package/clients/walletsService/models/ExtendedOrderDtoListEnvelope.ts +0 -14
- package/clients/walletsService/models/Int32Envelope.js +0 -2
- package/clients/walletsService/models/Int32Envelope.ts +0 -13
- package/clients/walletsService/models/InvoiceDto.js +0 -25
- package/clients/walletsService/models/InvoiceDto.ts +0 -102
- package/clients/walletsService/models/InvoiceDtoListEnvelope.js +0 -2
- package/clients/walletsService/models/InvoiceDtoListEnvelope.ts +0 -14
- package/clients/walletsService/models/LocationCreateDto.js +0 -2
- package/clients/walletsService/models/LocationCreateDto.ts +0 -31
- package/clients/walletsService/models/LocationDto.js +0 -2
- package/clients/walletsService/models/LocationDto.ts +0 -31
- package/clients/walletsService/models/LocationDtoEnvelope.js +0 -2
- package/clients/walletsService/models/LocationDtoEnvelope.ts +0 -14
- package/clients/walletsService/models/LocationDtoListEnvelope.js +0 -2
- package/clients/walletsService/models/LocationDtoListEnvelope.ts +0 -14
- package/clients/walletsService/models/LocationUpdateDto.js +0 -2
- package/clients/walletsService/models/LocationUpdateDto.ts +0 -29
- package/clients/walletsService/models/Money.js +0 -2
- package/clients/walletsService/models/Money.ts +0 -10
- package/clients/walletsService/models/OrderDto.js +0 -29
- package/clients/walletsService/models/OrderDto.ts +0 -113
- package/clients/walletsService/models/OrderDtoListEnvelope.js +0 -2
- package/clients/walletsService/models/OrderDtoListEnvelope.ts +0 -14
- package/clients/walletsService/models/PaymentDto.js +0 -34
- package/clients/walletsService/models/PaymentDto.ts +0 -94
- package/clients/walletsService/models/PaymentDtoListEnvelope.js +0 -2
- package/clients/walletsService/models/PaymentDtoListEnvelope.ts +0 -14
- package/clients/walletsService/models/TenantDto.js +0 -2
- package/clients/walletsService/models/TenantDto.ts +0 -45
- package/clients/walletsService/models/TenantEnrolmentDto.js +0 -2
- package/clients/walletsService/models/TenantEnrolmentDto.ts +0 -15
- package/clients/walletsService/models/UserDto.js +0 -26
- package/clients/walletsService/models/UserDto.ts +0 -72
- package/clients/walletsService/models/WalletDto.js +0 -2
- package/clients/walletsService/models/WalletDto.ts +0 -22
- package/clients/walletsService/models/WalletDtoEnvelope.js +0 -2
- package/clients/walletsService/models/WalletDtoEnvelope.ts +0 -14
- package/clients/walletsService/services/WalletsService.js +0 -548
- package/clients/walletsService/services/WalletsService.ts +0 -631
- package/schemas/holderService/schema.s.js +0 -6
- package/schemas/holderService/schema.s.ts +0 -1702
- package/schemas/tenantService/schema.s.js +0 -6
- package/schemas/tenantService/schema.s.ts +0 -7111
|
@@ -81,12 +81,12 @@ export interface paths {
|
|
|
81
81
|
* Get all cart lines
|
|
82
82
|
* @description Get all cart lines
|
|
83
83
|
*/
|
|
84
|
-
get: operations["
|
|
84
|
+
get: operations["GetCartItems"];
|
|
85
85
|
/**
|
|
86
86
|
* Clear all items from a cart
|
|
87
87
|
* @description Clear all items from a cart
|
|
88
88
|
*/
|
|
89
|
-
delete: operations["
|
|
89
|
+
delete: operations["ClearCartRecords"];
|
|
90
90
|
};
|
|
91
91
|
"/api/v2/CartService/Carts/{cartId}/Items/{itemId}": {
|
|
92
92
|
/**
|
|
@@ -124,7 +124,7 @@ export interface paths {
|
|
|
124
124
|
* Decrease an Item in a cart
|
|
125
125
|
* @description Decrease an Item in a cart
|
|
126
126
|
*/
|
|
127
|
-
put: operations["
|
|
127
|
+
put: operations["DecreaseCartItemQuantity"];
|
|
128
128
|
};
|
|
129
129
|
"/api/v2/CartService/Carts/{cartId}/Lines": {
|
|
130
130
|
/**
|
|
@@ -169,7 +169,7 @@ export interface paths {
|
|
|
169
169
|
* Get all wishlists in a cart
|
|
170
170
|
* @description Get all wishlists in a cart
|
|
171
171
|
*/
|
|
172
|
-
get: operations["
|
|
172
|
+
get: operations["GetCartWishList"];
|
|
173
173
|
/**
|
|
174
174
|
* Create a new wish list
|
|
175
175
|
* @description Create a new wish list
|
|
@@ -193,14 +193,14 @@ export interface paths {
|
|
|
193
193
|
* Assesses if a WishList exists
|
|
194
194
|
* @description Assesses if a WishList exists but does not return the content
|
|
195
195
|
*/
|
|
196
|
-
head: operations["
|
|
196
|
+
head: operations["CartWishListExistsHead"];
|
|
197
197
|
};
|
|
198
198
|
"/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}": {
|
|
199
199
|
/**
|
|
200
200
|
* Get a wish list by ID
|
|
201
201
|
* @description Get a wish list by ID
|
|
202
202
|
*/
|
|
203
|
-
get: operations["
|
|
203
|
+
get: operations["GetCartWishListDetails"];
|
|
204
204
|
/**
|
|
205
205
|
* Update a wish list
|
|
206
206
|
* @description Update a wish list
|
|
@@ -210,14 +210,14 @@ export interface paths {
|
|
|
210
210
|
* Delete a wish list
|
|
211
211
|
* @description Delete a wish list
|
|
212
212
|
*/
|
|
213
|
-
delete: operations["
|
|
213
|
+
delete: operations["DeleteCartWishList"];
|
|
214
214
|
};
|
|
215
215
|
"/api/v2/CartService/Carts/{cartId}/WishLists/{wishListId}/Records": {
|
|
216
216
|
/**
|
|
217
217
|
* Get all records in a wish list
|
|
218
218
|
* @description Get all records in a wish list
|
|
219
219
|
*/
|
|
220
|
-
get: operations["
|
|
220
|
+
get: operations["GetCartWishListItems"];
|
|
221
221
|
/**
|
|
222
222
|
* Add a record to a wish list
|
|
223
223
|
* @description Add a record to a wish list
|
|
@@ -234,26 +234,26 @@ export interface paths {
|
|
|
234
234
|
* Remove a record from a wish list
|
|
235
235
|
* @description Remove a record from a wish list
|
|
236
236
|
*/
|
|
237
|
-
delete: operations["
|
|
237
|
+
delete: operations["DeleteCartWishListRecord"];
|
|
238
238
|
};
|
|
239
239
|
"/api/v2/CartService/Carts/{cartId}/Compare": {
|
|
240
240
|
/**
|
|
241
241
|
* Get all items in the compare table
|
|
242
242
|
* @description Get all items in the compare table
|
|
243
243
|
*/
|
|
244
|
-
get: operations["
|
|
244
|
+
get: operations["GetCartCompareRecords"];
|
|
245
245
|
};
|
|
246
246
|
"/api/v2/CartService/Carts/{cartId}/Compare/{itemId}": {
|
|
247
247
|
/**
|
|
248
248
|
* Get an item from the compare table
|
|
249
249
|
* @description Get an item from the compare table
|
|
250
250
|
*/
|
|
251
|
-
get: operations["
|
|
251
|
+
get: operations["GetCartCompareRecord"];
|
|
252
252
|
/**
|
|
253
253
|
* Add an item to the compare table
|
|
254
254
|
* @description Add an item to the compare table
|
|
255
255
|
*/
|
|
256
|
-
post: operations["
|
|
256
|
+
post: operations["AddItemToCartCompareTable"];
|
|
257
257
|
/**
|
|
258
258
|
* Remove an item from the compare table
|
|
259
259
|
* @description Remove an item from the compare table
|
|
@@ -268,823 +268,403 @@ export interface paths {
|
|
|
268
268
|
get: operations["IsItemInCompareTableAsync"];
|
|
269
269
|
};
|
|
270
270
|
"/api/v2/CartService/Compare/{cartId}": {
|
|
271
|
+
/**
|
|
272
|
+
* Get items to compare in a cart
|
|
273
|
+
* @description Retrieves all items added to the compare table for the specified cart.
|
|
274
|
+
*/
|
|
275
|
+
get: operations["GetItemToCompareRecords"];
|
|
276
|
+
};
|
|
277
|
+
"/api/v2/CartService/Compare/{recordId}/Details": {
|
|
278
|
+
/**
|
|
279
|
+
* Get compare record details
|
|
280
|
+
* @description Retrieves the details of a specific item-to-compare cart record.
|
|
281
|
+
*/
|
|
282
|
+
get: operations["GetItemToCompareRecord"];
|
|
283
|
+
};
|
|
284
|
+
"/api/v2/CartService/Compare": {
|
|
285
|
+
/**
|
|
286
|
+
* Add an item to the compare table
|
|
287
|
+
* @description Adds a product to the compare table for the specified cart with tracking.
|
|
288
|
+
*/
|
|
289
|
+
post: operations["AddItemToCompareTableAsync"];
|
|
290
|
+
};
|
|
291
|
+
"/api/v2/CartService/Compare/{recordId}": {
|
|
292
|
+
/**
|
|
293
|
+
* Remove an item from the compare table
|
|
294
|
+
* @description Removes a specific record from the compare table by its record ID.
|
|
295
|
+
*/
|
|
296
|
+
delete: operations["RemoveItemFromCompareTable"];
|
|
297
|
+
};
|
|
298
|
+
"/version": {
|
|
271
299
|
get: {
|
|
272
|
-
parameters: {
|
|
273
|
-
query?: {
|
|
274
|
-
"api-version"?: string;
|
|
275
|
-
};
|
|
276
|
-
header?: {
|
|
277
|
-
"x-api-version"?: string;
|
|
278
|
-
};
|
|
279
|
-
path: {
|
|
280
|
-
cartId: string;
|
|
281
|
-
};
|
|
282
|
-
};
|
|
283
300
|
responses: {
|
|
284
301
|
/** @description OK */
|
|
285
302
|
200: {
|
|
286
|
-
content:
|
|
287
|
-
"application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
288
|
-
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
/** @description Unauthorized */
|
|
292
|
-
401: {
|
|
293
|
-
content: {
|
|
294
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
295
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
296
|
-
};
|
|
297
|
-
};
|
|
298
|
-
/** @description Not Found */
|
|
299
|
-
404: {
|
|
300
|
-
content: {
|
|
301
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
302
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
303
|
-
};
|
|
303
|
+
content: never;
|
|
304
304
|
};
|
|
305
305
|
};
|
|
306
306
|
};
|
|
307
307
|
};
|
|
308
|
-
"/
|
|
308
|
+
"/health": {
|
|
309
309
|
get: {
|
|
310
|
-
parameters: {
|
|
311
|
-
query?: {
|
|
312
|
-
"api-version"?: string;
|
|
313
|
-
};
|
|
314
|
-
header?: {
|
|
315
|
-
"x-api-version"?: string;
|
|
316
|
-
};
|
|
317
|
-
path: {
|
|
318
|
-
recordId: string;
|
|
319
|
-
};
|
|
320
|
-
};
|
|
321
310
|
responses: {
|
|
322
311
|
/** @description OK */
|
|
323
312
|
200: {
|
|
324
|
-
content:
|
|
325
|
-
"application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
326
|
-
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
327
|
-
};
|
|
328
|
-
};
|
|
329
|
-
/** @description Not Found */
|
|
330
|
-
404: {
|
|
331
|
-
content: {
|
|
332
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
333
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
334
|
-
};
|
|
313
|
+
content: never;
|
|
335
314
|
};
|
|
336
315
|
};
|
|
337
316
|
};
|
|
338
317
|
};
|
|
339
|
-
"/
|
|
340
|
-
|
|
341
|
-
parameters: {
|
|
342
|
-
query?: {
|
|
343
|
-
"api-version"?: string;
|
|
344
|
-
};
|
|
345
|
-
header?: {
|
|
346
|
-
"x-api-version"?: string;
|
|
347
|
-
};
|
|
348
|
-
};
|
|
349
|
-
requestBody?: {
|
|
350
|
-
content: {
|
|
351
|
-
"application/json": components["schemas"]["AddProductToCompareRequest"];
|
|
352
|
-
"application/xml": components["schemas"]["AddProductToCompareRequest"];
|
|
353
|
-
};
|
|
354
|
-
};
|
|
318
|
+
"/hello": {
|
|
319
|
+
get: {
|
|
355
320
|
responses: {
|
|
356
321
|
/** @description OK */
|
|
357
322
|
200: {
|
|
358
|
-
content:
|
|
359
|
-
"application/json": components["schemas"]["ItemCartRecordDto"];
|
|
360
|
-
"application/xml": components["schemas"]["ItemCartRecordDto"];
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
/** @description Not Found */
|
|
364
|
-
404: {
|
|
365
|
-
content: {
|
|
366
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
367
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
368
|
-
};
|
|
323
|
+
content: never;
|
|
369
324
|
};
|
|
370
325
|
};
|
|
371
326
|
};
|
|
372
327
|
};
|
|
373
|
-
"/
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
"
|
|
378
|
-
};
|
|
379
|
-
header?: {
|
|
380
|
-
"x-api-version"?: string;
|
|
381
|
-
};
|
|
382
|
-
path: {
|
|
383
|
-
recordId: string;
|
|
328
|
+
"/register": {
|
|
329
|
+
post: {
|
|
330
|
+
requestBody: {
|
|
331
|
+
content: {
|
|
332
|
+
"application/json": components["schemas"]["RegisterRequest"];
|
|
384
333
|
};
|
|
385
334
|
};
|
|
386
335
|
responses: {
|
|
387
336
|
/** @description OK */
|
|
388
337
|
200: {
|
|
389
|
-
content:
|
|
390
|
-
"application/json": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
391
|
-
"application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
392
|
-
};
|
|
338
|
+
content: never;
|
|
393
339
|
};
|
|
394
|
-
/** @description
|
|
395
|
-
|
|
340
|
+
/** @description Bad Request */
|
|
341
|
+
400: {
|
|
396
342
|
content: {
|
|
397
|
-
"application/json": components["schemas"]["
|
|
398
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
343
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
399
344
|
};
|
|
400
345
|
};
|
|
401
346
|
};
|
|
402
347
|
};
|
|
403
348
|
};
|
|
404
|
-
"/
|
|
349
|
+
"/login": {
|
|
405
350
|
post: {
|
|
406
351
|
parameters: {
|
|
407
352
|
query?: {
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
quantity?: number;
|
|
411
|
-
"api-version"?: string;
|
|
353
|
+
useCookies?: boolean;
|
|
354
|
+
useSessionCookies?: boolean;
|
|
412
355
|
};
|
|
413
|
-
|
|
414
|
-
|
|
356
|
+
};
|
|
357
|
+
requestBody: {
|
|
358
|
+
content: {
|
|
359
|
+
"application/json": components["schemas"]["LoginRequest"];
|
|
415
360
|
};
|
|
416
361
|
};
|
|
417
362
|
responses: {
|
|
418
363
|
/** @description OK */
|
|
419
364
|
200: {
|
|
420
365
|
content: {
|
|
421
|
-
"application/json": components["schemas"]["
|
|
422
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
423
|
-
};
|
|
424
|
-
};
|
|
425
|
-
/** @description Unauthorized */
|
|
426
|
-
401: {
|
|
427
|
-
content: {
|
|
428
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
429
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
430
|
-
};
|
|
431
|
-
};
|
|
432
|
-
/** @description Not Found */
|
|
433
|
-
404: {
|
|
434
|
-
content: {
|
|
435
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
436
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
366
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
437
367
|
};
|
|
438
368
|
};
|
|
439
369
|
};
|
|
440
370
|
};
|
|
441
371
|
};
|
|
442
|
-
"/
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
"
|
|
447
|
-
};
|
|
448
|
-
header?: {
|
|
449
|
-
"x-api-version"?: string;
|
|
450
|
-
};
|
|
451
|
-
path: {
|
|
452
|
-
cartId: string;
|
|
372
|
+
"/refresh": {
|
|
373
|
+
post: {
|
|
374
|
+
requestBody: {
|
|
375
|
+
content: {
|
|
376
|
+
"application/json": components["schemas"]["RefreshRequest"];
|
|
453
377
|
};
|
|
454
378
|
};
|
|
455
379
|
responses: {
|
|
456
380
|
/** @description OK */
|
|
457
381
|
200: {
|
|
458
382
|
content: {
|
|
459
|
-
"application/json": components["schemas"]["
|
|
460
|
-
"application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
461
|
-
};
|
|
462
|
-
};
|
|
463
|
-
/** @description Unauthorized */
|
|
464
|
-
401: {
|
|
465
|
-
content: {
|
|
466
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
467
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
468
|
-
};
|
|
469
|
-
};
|
|
470
|
-
/** @description Not Found */
|
|
471
|
-
404: {
|
|
472
|
-
content: {
|
|
473
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
474
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
383
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
475
384
|
};
|
|
476
385
|
};
|
|
477
386
|
};
|
|
478
387
|
};
|
|
479
388
|
};
|
|
480
|
-
"/
|
|
389
|
+
"/confirmEmail": {
|
|
390
|
+
get: operations["MapIdentityApi-/confirmEmail"];
|
|
391
|
+
};
|
|
392
|
+
"/resendConfirmationEmail": {
|
|
481
393
|
post: {
|
|
482
|
-
|
|
483
|
-
query?: {
|
|
484
|
-
"api-version"?: string;
|
|
485
|
-
};
|
|
486
|
-
header?: {
|
|
487
|
-
"x-api-version"?: string;
|
|
488
|
-
};
|
|
489
|
-
};
|
|
490
|
-
requestBody?: {
|
|
394
|
+
requestBody: {
|
|
491
395
|
content: {
|
|
492
|
-
"application/json": components["schemas"]["
|
|
493
|
-
"application/xml": components["schemas"]["ItemCartRecordCreateDto"];
|
|
396
|
+
"application/json": components["schemas"]["ResendConfirmationEmailRequest"];
|
|
494
397
|
};
|
|
495
398
|
};
|
|
496
399
|
responses: {
|
|
497
400
|
/** @description OK */
|
|
498
401
|
200: {
|
|
499
|
-
content:
|
|
500
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
501
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
502
|
-
};
|
|
503
|
-
};
|
|
504
|
-
/** @description Unauthorized */
|
|
505
|
-
401: {
|
|
506
|
-
content: {
|
|
507
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
508
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
509
|
-
};
|
|
510
|
-
};
|
|
511
|
-
/** @description Not Found */
|
|
512
|
-
404: {
|
|
513
|
-
content: {
|
|
514
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
515
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
516
|
-
};
|
|
402
|
+
content: never;
|
|
517
403
|
};
|
|
518
404
|
};
|
|
519
405
|
};
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
"
|
|
526
|
-
};
|
|
527
|
-
header?: {
|
|
528
|
-
"x-api-version"?: string;
|
|
406
|
+
};
|
|
407
|
+
"/forgotPassword": {
|
|
408
|
+
post: {
|
|
409
|
+
requestBody: {
|
|
410
|
+
content: {
|
|
411
|
+
"application/json": components["schemas"]["ForgotPasswordRequest"];
|
|
529
412
|
};
|
|
530
413
|
};
|
|
531
414
|
responses: {
|
|
532
415
|
/** @description OK */
|
|
533
416
|
200: {
|
|
534
|
-
content:
|
|
535
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
536
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
537
|
-
};
|
|
538
|
-
};
|
|
539
|
-
/** @description Unauthorized */
|
|
540
|
-
401: {
|
|
541
|
-
content: {
|
|
542
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
543
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
544
|
-
};
|
|
417
|
+
content: never;
|
|
545
418
|
};
|
|
546
|
-
/** @description
|
|
547
|
-
|
|
419
|
+
/** @description Bad Request */
|
|
420
|
+
400: {
|
|
548
421
|
content: {
|
|
549
|
-
"application/json": components["schemas"]["
|
|
550
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
422
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
551
423
|
};
|
|
552
424
|
};
|
|
553
425
|
};
|
|
554
426
|
};
|
|
555
427
|
};
|
|
556
|
-
"/
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
cartID: string;
|
|
562
|
-
"api-version"?: string;
|
|
563
|
-
};
|
|
564
|
-
header?: {
|
|
565
|
-
"x-api-version"?: string;
|
|
428
|
+
"/resetPassword": {
|
|
429
|
+
post: {
|
|
430
|
+
requestBody: {
|
|
431
|
+
content: {
|
|
432
|
+
"application/json": components["schemas"]["ResetPasswordRequest"];
|
|
566
433
|
};
|
|
567
434
|
};
|
|
568
435
|
responses: {
|
|
569
436
|
/** @description OK */
|
|
570
437
|
200: {
|
|
571
|
-
content:
|
|
572
|
-
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
573
|
-
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
574
|
-
};
|
|
575
|
-
};
|
|
576
|
-
/** @description Unauthorized */
|
|
577
|
-
401: {
|
|
578
|
-
content: {
|
|
579
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
580
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
581
|
-
};
|
|
438
|
+
content: never;
|
|
582
439
|
};
|
|
583
|
-
/** @description
|
|
584
|
-
|
|
440
|
+
/** @description Bad Request */
|
|
441
|
+
400: {
|
|
585
442
|
content: {
|
|
586
|
-
"application/json": components["schemas"]["
|
|
587
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
443
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
588
444
|
};
|
|
589
445
|
};
|
|
590
446
|
};
|
|
591
447
|
};
|
|
592
448
|
};
|
|
593
|
-
"/
|
|
449
|
+
"/manage/2fa": {
|
|
594
450
|
post: {
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
"api-version"?: string;
|
|
599
|
-
};
|
|
600
|
-
header?: {
|
|
601
|
-
"x-api-version"?: string;
|
|
451
|
+
requestBody: {
|
|
452
|
+
content: {
|
|
453
|
+
"application/json": components["schemas"]["TwoFactorRequest"];
|
|
602
454
|
};
|
|
603
455
|
};
|
|
604
456
|
responses: {
|
|
605
457
|
/** @description OK */
|
|
606
458
|
200: {
|
|
607
459
|
content: {
|
|
608
|
-
"application/json": components["schemas"]["
|
|
609
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
460
|
+
"application/json": components["schemas"]["TwoFactorResponse"];
|
|
610
461
|
};
|
|
611
462
|
};
|
|
612
|
-
/** @description
|
|
613
|
-
|
|
463
|
+
/** @description Bad Request */
|
|
464
|
+
400: {
|
|
614
465
|
content: {
|
|
615
|
-
"application/json": components["schemas"]["
|
|
616
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
466
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
617
467
|
};
|
|
618
468
|
};
|
|
619
469
|
/** @description Not Found */
|
|
620
470
|
404: {
|
|
621
|
-
content:
|
|
622
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
623
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
624
|
-
};
|
|
471
|
+
content: never;
|
|
625
472
|
};
|
|
626
473
|
};
|
|
627
474
|
};
|
|
628
475
|
};
|
|
629
|
-
"/
|
|
476
|
+
"/manage/info": {
|
|
630
477
|
get: {
|
|
631
|
-
parameters: {
|
|
632
|
-
query?: {
|
|
633
|
-
"api-version"?: string;
|
|
634
|
-
};
|
|
635
|
-
header?: {
|
|
636
|
-
"x-api-version"?: string;
|
|
637
|
-
};
|
|
638
|
-
path: {
|
|
639
|
-
recordId: string;
|
|
640
|
-
};
|
|
641
|
-
};
|
|
642
478
|
responses: {
|
|
643
479
|
/** @description OK */
|
|
644
480
|
200: {
|
|
645
481
|
content: {
|
|
646
|
-
"application/json": components["schemas"]["
|
|
647
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
482
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
648
483
|
};
|
|
649
484
|
};
|
|
650
|
-
/** @description
|
|
651
|
-
|
|
485
|
+
/** @description Bad Request */
|
|
486
|
+
400: {
|
|
652
487
|
content: {
|
|
653
|
-
"application/json": components["schemas"]["
|
|
654
|
-
"application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
|
|
488
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
655
489
|
};
|
|
656
490
|
};
|
|
657
491
|
/** @description Not Found */
|
|
658
492
|
404: {
|
|
659
|
-
content:
|
|
660
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
661
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
662
|
-
};
|
|
493
|
+
content: never;
|
|
663
494
|
};
|
|
664
495
|
};
|
|
665
496
|
};
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
put: {
|
|
669
|
-
parameters: {
|
|
670
|
-
query?: {
|
|
671
|
-
"api-version"?: string;
|
|
672
|
-
};
|
|
673
|
-
header?: {
|
|
674
|
-
"x-api-version"?: string;
|
|
675
|
-
};
|
|
676
|
-
path: {
|
|
677
|
-
recordId: string;
|
|
678
|
-
};
|
|
679
|
-
};
|
|
680
|
-
requestBody?: {
|
|
497
|
+
post: {
|
|
498
|
+
requestBody: {
|
|
681
499
|
content: {
|
|
682
|
-
"application/json": components["schemas"]["
|
|
683
|
-
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
684
|
-
};
|
|
685
|
-
};
|
|
686
|
-
responses: {
|
|
687
|
-
/** @description OK */
|
|
688
|
-
200: {
|
|
689
|
-
content: {
|
|
690
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
691
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
692
|
-
};
|
|
693
|
-
};
|
|
694
|
-
/** @description Unauthorized */
|
|
695
|
-
401: {
|
|
696
|
-
content: {
|
|
697
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
698
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
699
|
-
};
|
|
700
|
-
};
|
|
701
|
-
/** @description Not Found */
|
|
702
|
-
404: {
|
|
703
|
-
content: {
|
|
704
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
705
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
706
|
-
};
|
|
707
|
-
};
|
|
708
|
-
};
|
|
709
|
-
};
|
|
710
|
-
delete: {
|
|
711
|
-
parameters: {
|
|
712
|
-
query?: {
|
|
713
|
-
"api-version"?: string;
|
|
714
|
-
};
|
|
715
|
-
header?: {
|
|
716
|
-
"x-api-version"?: string;
|
|
717
|
-
};
|
|
718
|
-
path: {
|
|
719
|
-
recordId: string;
|
|
500
|
+
"application/json": components["schemas"]["InfoRequest"];
|
|
720
501
|
};
|
|
721
502
|
};
|
|
722
503
|
responses: {
|
|
723
504
|
/** @description OK */
|
|
724
505
|
200: {
|
|
725
506
|
content: {
|
|
726
|
-
"application/json": components["schemas"]["
|
|
727
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
507
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
728
508
|
};
|
|
729
509
|
};
|
|
730
|
-
/** @description
|
|
731
|
-
|
|
510
|
+
/** @description Bad Request */
|
|
511
|
+
400: {
|
|
732
512
|
content: {
|
|
733
|
-
"application/json": components["schemas"]["
|
|
734
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
513
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
735
514
|
};
|
|
736
515
|
};
|
|
737
516
|
/** @description Not Found */
|
|
738
517
|
404: {
|
|
739
|
-
content:
|
|
740
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
741
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
742
|
-
};
|
|
518
|
+
content: never;
|
|
743
519
|
};
|
|
744
520
|
};
|
|
745
521
|
};
|
|
746
522
|
};
|
|
747
|
-
"/api/v2/CartService/Records/
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
};
|
|
754
|
-
header?: {
|
|
755
|
-
"x-api-version"?: string;
|
|
756
|
-
};
|
|
757
|
-
path: {
|
|
758
|
-
recordId: string;
|
|
759
|
-
};
|
|
760
|
-
};
|
|
761
|
-
responses: {
|
|
762
|
-
/** @description OK */
|
|
763
|
-
200: {
|
|
764
|
-
content: {
|
|
765
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
766
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
767
|
-
};
|
|
768
|
-
};
|
|
769
|
-
/** @description Unauthorized */
|
|
770
|
-
401: {
|
|
771
|
-
content: {
|
|
772
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
773
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
774
|
-
};
|
|
775
|
-
};
|
|
776
|
-
/** @description Not Found */
|
|
777
|
-
404: {
|
|
778
|
-
content: {
|
|
779
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
780
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
781
|
-
};
|
|
782
|
-
};
|
|
783
|
-
};
|
|
784
|
-
};
|
|
523
|
+
"/api/v2/CartService/Records/AddItem": {
|
|
524
|
+
/**
|
|
525
|
+
* Add an item to a cart
|
|
526
|
+
* @description Adds an item with the specified quantity to the given cart.
|
|
527
|
+
*/
|
|
528
|
+
post: operations["AddItemToCart"];
|
|
785
529
|
};
|
|
786
|
-
"/api/v2/CartService/Records/{
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
530
|
+
"/api/v2/CartService/Records/{cartId}": {
|
|
531
|
+
/**
|
|
532
|
+
* Get all items in a cart
|
|
533
|
+
* @description Retrieves all item cart records for the specified cart.
|
|
534
|
+
*/
|
|
535
|
+
get: operations["GetItemsInCartAsync"];
|
|
536
|
+
};
|
|
537
|
+
"/api/v2/CartService/Records": {
|
|
538
|
+
/**
|
|
539
|
+
* Add a product to a cart with tracking
|
|
540
|
+
* @description Adds a product to the cart using a request body with cart ID, product ID, and quantity.
|
|
541
|
+
*/
|
|
542
|
+
post: operations["AddProductToCartAsync"];
|
|
543
|
+
/**
|
|
544
|
+
* Remove a product from a cart
|
|
545
|
+
* @description Removes a product from the cart using cart ID and product ID query parameters.
|
|
546
|
+
*/
|
|
547
|
+
delete: operations["RemoveProductFromCartByParams"];
|
|
548
|
+
};
|
|
549
|
+
"/api/v2/CartService/Records/IsInCart": {
|
|
550
|
+
/**
|
|
551
|
+
* Check if an item is in a cart
|
|
552
|
+
* @description Returns a boolean indicating whether the specified item is already in the given cart.
|
|
553
|
+
*/
|
|
554
|
+
get: operations["IsItemAlreadyInCart"];
|
|
555
|
+
};
|
|
556
|
+
"/api/v2/CartService/Records/ClearCart": {
|
|
557
|
+
/**
|
|
558
|
+
* Clear all items from a cart
|
|
559
|
+
* @description Removes all item records from the specified cart.
|
|
560
|
+
*/
|
|
561
|
+
post: operations["ClearCartAsync"];
|
|
562
|
+
};
|
|
563
|
+
"/api/v2/CartService/Records/{recordId}/Details": {
|
|
564
|
+
/**
|
|
565
|
+
* Get a cart record by ID
|
|
566
|
+
* @description Retrieves the details of a specific item cart record.
|
|
567
|
+
*/
|
|
568
|
+
get: operations["GetItemCartRecord"];
|
|
569
|
+
};
|
|
570
|
+
"/api/v2/CartService/Records/{recordId}": {
|
|
571
|
+
/**
|
|
572
|
+
* Update a cart record
|
|
573
|
+
* @description Updates the specified item cart record with the provided data.
|
|
574
|
+
*/
|
|
575
|
+
put: operations["UpdateItemCartRecord"];
|
|
576
|
+
/**
|
|
577
|
+
* Remove a product from a cart by record ID
|
|
578
|
+
* @description Removes a specific item record from the cart by its record ID.
|
|
579
|
+
*/
|
|
580
|
+
delete: operations["RemoveProductFromCartByRecordId"];
|
|
581
|
+
};
|
|
582
|
+
"/api/v2/CartService/Records/{recordId}/Increase": {
|
|
583
|
+
/**
|
|
584
|
+
* Increase cart record quantity
|
|
585
|
+
* @description Increases the quantity of the specified item cart record by the given amount.
|
|
586
|
+
*/
|
|
587
|
+
put: operations["IncreaseItemCartRecord"];
|
|
588
|
+
};
|
|
589
|
+
"/api/v2/CartService/Records/{recordId}/Decrease": {
|
|
590
|
+
/**
|
|
591
|
+
* Decrease cart record quantity
|
|
592
|
+
* @description Decreases the quantity of the specified item cart record by the given amount.
|
|
593
|
+
*/
|
|
594
|
+
put: operations["DecreaseItemCartRecord"];
|
|
824
595
|
};
|
|
825
596
|
"/api/v2/CartService/WishLists/Contains": {
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
"api-version"?: string;
|
|
832
|
-
};
|
|
833
|
-
header?: {
|
|
834
|
-
"x-api-version"?: string;
|
|
835
|
-
};
|
|
836
|
-
};
|
|
837
|
-
responses: {
|
|
838
|
-
/** @description OK */
|
|
839
|
-
200: {
|
|
840
|
-
content: {
|
|
841
|
-
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
842
|
-
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
843
|
-
};
|
|
844
|
-
};
|
|
845
|
-
};
|
|
846
|
-
};
|
|
597
|
+
/**
|
|
598
|
+
* Check if a product is in any wish list
|
|
599
|
+
* @description Returns a boolean indicating whether the specified product exists in any wish list of the given cart.
|
|
600
|
+
*/
|
|
601
|
+
get: operations["IsProductInWishLists"];
|
|
847
602
|
};
|
|
848
603
|
"/api/v2/CartService/WishLists/Exists": {
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
responses: {
|
|
860
|
-
/** @description OK */
|
|
861
|
-
200: {
|
|
862
|
-
content: {
|
|
863
|
-
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
864
|
-
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
865
|
-
};
|
|
866
|
-
};
|
|
867
|
-
};
|
|
868
|
-
};
|
|
869
|
-
head: {
|
|
870
|
-
parameters: {
|
|
871
|
-
query?: {
|
|
872
|
-
wishListId?: string;
|
|
873
|
-
"api-version"?: string;
|
|
874
|
-
};
|
|
875
|
-
header?: {
|
|
876
|
-
"x-api-version"?: string;
|
|
877
|
-
};
|
|
878
|
-
};
|
|
879
|
-
responses: {
|
|
880
|
-
/** @description OK */
|
|
881
|
-
200: {
|
|
882
|
-
content: {
|
|
883
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
884
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
885
|
-
};
|
|
886
|
-
};
|
|
887
|
-
};
|
|
888
|
-
};
|
|
604
|
+
/**
|
|
605
|
+
* Check if a wish list exists
|
|
606
|
+
* @description Returns a boolean indicating whether the specified wish list exists.
|
|
607
|
+
*/
|
|
608
|
+
get: operations["WishListExists"];
|
|
609
|
+
/**
|
|
610
|
+
* Check if a wish list exists (HEAD)
|
|
611
|
+
* @description HEAD request to check whether the specified wish list exists without returning a response body.
|
|
612
|
+
*/
|
|
613
|
+
head: operations["WishListExistsHeadAsync"];
|
|
889
614
|
};
|
|
890
615
|
"/api/v2/CartService/WishLists": {
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
header?: {
|
|
897
|
-
"x-api-version"?: string;
|
|
898
|
-
};
|
|
899
|
-
};
|
|
900
|
-
requestBody?: {
|
|
901
|
-
content: {
|
|
902
|
-
"application/json": components["schemas"]["NewWishListRequest"];
|
|
903
|
-
"application/xml": components["schemas"]["NewWishListRequest"];
|
|
904
|
-
};
|
|
905
|
-
};
|
|
906
|
-
responses: {
|
|
907
|
-
/** @description OK */
|
|
908
|
-
200: {
|
|
909
|
-
content: {
|
|
910
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
911
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
912
|
-
};
|
|
913
|
-
};
|
|
914
|
-
};
|
|
915
|
-
};
|
|
616
|
+
/**
|
|
617
|
+
* Create a wish list
|
|
618
|
+
* @description Creates a new wish list from the provided request data.
|
|
619
|
+
*/
|
|
620
|
+
post: operations["CreateWishList"];
|
|
916
621
|
};
|
|
917
622
|
"/api/v2/CartService/WishLists/{wishListId}": {
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
};
|
|
929
|
-
};
|
|
930
|
-
requestBody?: {
|
|
931
|
-
content: {
|
|
932
|
-
"application/json": components["schemas"]["WishListUpdateDto"];
|
|
933
|
-
"application/xml": components["schemas"]["WishListUpdateDto"];
|
|
934
|
-
};
|
|
935
|
-
};
|
|
936
|
-
responses: {
|
|
937
|
-
/** @description OK */
|
|
938
|
-
200: {
|
|
939
|
-
content: {
|
|
940
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
941
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
942
|
-
};
|
|
943
|
-
};
|
|
944
|
-
};
|
|
945
|
-
};
|
|
946
|
-
delete: {
|
|
947
|
-
parameters: {
|
|
948
|
-
query?: {
|
|
949
|
-
"api-version"?: string;
|
|
950
|
-
};
|
|
951
|
-
header?: {
|
|
952
|
-
"x-api-version"?: string;
|
|
953
|
-
};
|
|
954
|
-
path: {
|
|
955
|
-
wishListId: string;
|
|
956
|
-
};
|
|
957
|
-
};
|
|
958
|
-
responses: {
|
|
959
|
-
/** @description OK */
|
|
960
|
-
200: {
|
|
961
|
-
content: {
|
|
962
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
963
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
964
|
-
};
|
|
965
|
-
};
|
|
966
|
-
};
|
|
967
|
-
};
|
|
623
|
+
/**
|
|
624
|
+
* Update a wish list
|
|
625
|
+
* @description Updates the specified wish list with the provided data.
|
|
626
|
+
*/
|
|
627
|
+
put: operations["UpdateProductToWishList"];
|
|
628
|
+
/**
|
|
629
|
+
* Delete a wish list
|
|
630
|
+
* @description Deletes the specified wish list.
|
|
631
|
+
*/
|
|
632
|
+
delete: operations["DeleteWishList"];
|
|
968
633
|
};
|
|
969
634
|
"/api/v2/CartService/WishLists/{cartId}": {
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
header?: {
|
|
976
|
-
"x-api-version"?: string;
|
|
977
|
-
};
|
|
978
|
-
path: {
|
|
979
|
-
cartId: string;
|
|
980
|
-
};
|
|
981
|
-
};
|
|
982
|
-
responses: {
|
|
983
|
-
/** @description OK */
|
|
984
|
-
200: {
|
|
985
|
-
content: {
|
|
986
|
-
"application/json": components["schemas"]["WishListDto"][];
|
|
987
|
-
"application/xml": components["schemas"]["WishListDto"][];
|
|
988
|
-
};
|
|
989
|
-
};
|
|
990
|
-
};
|
|
991
|
-
};
|
|
635
|
+
/**
|
|
636
|
+
* Get wish lists for a cart
|
|
637
|
+
* @description Retrieves all wish lists associated with the specified cart.
|
|
638
|
+
*/
|
|
639
|
+
get: operations["GetWishListAsync"];
|
|
992
640
|
};
|
|
993
641
|
"/api/v2/CartService/WishLists/{wishListId}/Records": {
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
header?: {
|
|
1000
|
-
"x-api-version"?: string;
|
|
1001
|
-
};
|
|
1002
|
-
path: {
|
|
1003
|
-
wishListId: string;
|
|
1004
|
-
};
|
|
1005
|
-
};
|
|
1006
|
-
responses: {
|
|
1007
|
-
/** @description OK */
|
|
1008
|
-
200: {
|
|
1009
|
-
content: {
|
|
1010
|
-
"application/json": components["schemas"]["WishListItemRecordDto"][];
|
|
1011
|
-
"application/xml": components["schemas"]["WishListItemRecordDto"][];
|
|
1012
|
-
};
|
|
1013
|
-
};
|
|
1014
|
-
};
|
|
1015
|
-
};
|
|
642
|
+
/**
|
|
643
|
+
* Get wish list item records
|
|
644
|
+
* @description Retrieves all item records in the specified wish list.
|
|
645
|
+
*/
|
|
646
|
+
get: operations["GetCartWishListItemsAsync"];
|
|
1016
647
|
};
|
|
1017
648
|
"/api/v2/CartService/WishLists/{wishListId}/Details": {
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
header?: {
|
|
1024
|
-
"x-api-version"?: string;
|
|
1025
|
-
};
|
|
1026
|
-
path: {
|
|
1027
|
-
wishListId: string;
|
|
1028
|
-
};
|
|
1029
|
-
};
|
|
1030
|
-
responses: {
|
|
1031
|
-
/** @description OK */
|
|
1032
|
-
200: {
|
|
1033
|
-
content: {
|
|
1034
|
-
"application/json": components["schemas"]["WishListDto"];
|
|
1035
|
-
"application/xml": components["schemas"]["WishListDto"];
|
|
1036
|
-
};
|
|
1037
|
-
};
|
|
1038
|
-
};
|
|
1039
|
-
};
|
|
649
|
+
/**
|
|
650
|
+
* Get wish list details
|
|
651
|
+
* @description Retrieves the full details of the specified wish list.
|
|
652
|
+
*/
|
|
653
|
+
get: operations["GetCartWishListDetailsAsync"];
|
|
1040
654
|
};
|
|
1041
655
|
"/api/v2/CartService/WishLists/Records": {
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
header?: {
|
|
1048
|
-
"x-api-version"?: string;
|
|
1049
|
-
};
|
|
1050
|
-
};
|
|
1051
|
-
requestBody?: {
|
|
1052
|
-
content: {
|
|
1053
|
-
"application/json": components["schemas"]["ProductToWishListRequest"];
|
|
1054
|
-
"application/xml": components["schemas"]["ProductToWishListRequest"];
|
|
1055
|
-
};
|
|
1056
|
-
};
|
|
1057
|
-
responses: {
|
|
1058
|
-
/** @description OK */
|
|
1059
|
-
200: {
|
|
1060
|
-
content: {
|
|
1061
|
-
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1062
|
-
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1063
|
-
};
|
|
1064
|
-
};
|
|
1065
|
-
};
|
|
1066
|
-
};
|
|
656
|
+
/**
|
|
657
|
+
* Add a product to a wish list
|
|
658
|
+
* @description Adds the specified product to the given wish list.
|
|
659
|
+
*/
|
|
660
|
+
post: operations["AddProductToWishList"];
|
|
1067
661
|
};
|
|
1068
662
|
"/api/v2/CartService/WishLists/Records/{recordId}": {
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
header?: {
|
|
1075
|
-
"x-api-version"?: string;
|
|
1076
|
-
};
|
|
1077
|
-
path: {
|
|
1078
|
-
recordId: string;
|
|
1079
|
-
};
|
|
1080
|
-
};
|
|
1081
|
-
responses: {
|
|
1082
|
-
/** @description OK */
|
|
1083
|
-
200: {
|
|
1084
|
-
content: never;
|
|
1085
|
-
};
|
|
1086
|
-
};
|
|
1087
|
-
};
|
|
663
|
+
/**
|
|
664
|
+
* Delete a wish list record
|
|
665
|
+
* @description Removes a specific item record from a wish list by its record ID.
|
|
666
|
+
*/
|
|
667
|
+
delete: operations["DeleteWishListRecord"];
|
|
1088
668
|
};
|
|
1089
669
|
}
|
|
1090
670
|
|
|
@@ -1092,10 +672,17 @@ export type webhooks = Record<string, never>;
|
|
|
1092
672
|
|
|
1093
673
|
export interface components {
|
|
1094
674
|
schemas: {
|
|
675
|
+
AccessTokenResponse: {
|
|
676
|
+
tokenType?: string | null;
|
|
677
|
+
accessToken: string | null;
|
|
678
|
+
/** Format: int64 */
|
|
679
|
+
expiresIn: number;
|
|
680
|
+
refreshToken: string | null;
|
|
681
|
+
};
|
|
1095
682
|
AddProductToCompareRequest: {
|
|
1096
683
|
id?: string | null;
|
|
1097
|
-
|
|
1098
|
-
|
|
684
|
+
cartId?: string | null;
|
|
685
|
+
itemId?: string | null;
|
|
1099
686
|
};
|
|
1100
687
|
BooleanEnvelope: {
|
|
1101
688
|
isSuccess?: boolean;
|
|
@@ -1158,8 +745,8 @@ export interface components {
|
|
|
1158
745
|
result?: components["schemas"]["CountryDto"];
|
|
1159
746
|
};
|
|
1160
747
|
CountrySwitchRequest: {
|
|
1161
|
-
|
|
1162
|
-
|
|
748
|
+
cartId?: string | null;
|
|
749
|
+
countryId?: string | null;
|
|
1163
750
|
};
|
|
1164
751
|
CurrencyDto: {
|
|
1165
752
|
id?: string | null;
|
|
@@ -1177,6 +764,11 @@ export interface components {
|
|
|
1177
764
|
activityId?: string | null;
|
|
1178
765
|
result?: components["schemas"]["CurrencyDto"];
|
|
1179
766
|
};
|
|
767
|
+
CurrencyId: {
|
|
768
|
+
value?: string | null;
|
|
769
|
+
code?: string | null;
|
|
770
|
+
country?: string | null;
|
|
771
|
+
};
|
|
1180
772
|
CurrencySwitchRequest: {
|
|
1181
773
|
cartID?: string | null;
|
|
1182
774
|
currencyID?: string | null;
|
|
@@ -1197,6 +789,42 @@ export interface components {
|
|
|
1197
789
|
timestamp?: string;
|
|
1198
790
|
activityId?: string | null;
|
|
1199
791
|
};
|
|
792
|
+
ForexRates: {
|
|
793
|
+
success?: boolean;
|
|
794
|
+
date?: string | null;
|
|
795
|
+
base?: string | null;
|
|
796
|
+
/** Format: int64 */
|
|
797
|
+
timestamp?: number;
|
|
798
|
+
/** Format: date-time */
|
|
799
|
+
requestTimestamp?: string;
|
|
800
|
+
rates?: {
|
|
801
|
+
[key: string]: number;
|
|
802
|
+
} | null;
|
|
803
|
+
};
|
|
804
|
+
ForgotPasswordRequest: {
|
|
805
|
+
email: string | null;
|
|
806
|
+
};
|
|
807
|
+
HttpValidationProblemDetails: {
|
|
808
|
+
type?: string | null;
|
|
809
|
+
title?: string | null;
|
|
810
|
+
/** Format: int32 */
|
|
811
|
+
status?: number | null;
|
|
812
|
+
detail?: string | null;
|
|
813
|
+
instance?: string | null;
|
|
814
|
+
errors?: {
|
|
815
|
+
[key: string]: string[];
|
|
816
|
+
} | null;
|
|
817
|
+
[key: string]: unknown;
|
|
818
|
+
};
|
|
819
|
+
InfoRequest: {
|
|
820
|
+
newEmail?: string | null;
|
|
821
|
+
newPassword?: string | null;
|
|
822
|
+
oldPassword?: string | null;
|
|
823
|
+
};
|
|
824
|
+
InfoResponse: {
|
|
825
|
+
email: string | null;
|
|
826
|
+
isEmailConfirmed: boolean;
|
|
827
|
+
};
|
|
1200
828
|
ItemCartRecordCreateDto: {
|
|
1201
829
|
/** Format: uuid */
|
|
1202
830
|
id?: string;
|
|
@@ -1250,33 +878,27 @@ export interface components {
|
|
|
1250
878
|
priceListItemId?: string | null;
|
|
1251
879
|
unitId?: string | null;
|
|
1252
880
|
unitGroupId?: string | null;
|
|
1253
|
-
/**
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
/**
|
|
1259
|
-
* Format: int32
|
|
1260
|
-
* @enum {integer}
|
|
1261
|
-
*/
|
|
1262
|
-
costCalculationMethod?: 0 | 1;
|
|
1263
|
-
forexRatesSnapshot?: string | null;
|
|
881
|
+
/** @enum {string} */
|
|
882
|
+
taxCalculationMethod?: "Included" | "Excluded";
|
|
883
|
+
/** @enum {string} */
|
|
884
|
+
costCalculationMethod?: "Automatic" | "Custom";
|
|
885
|
+
forexRates?: components["schemas"]["ForexRates"];
|
|
1264
886
|
/** Format: double */
|
|
1265
887
|
forexRate?: number;
|
|
1266
888
|
/** Format: double */
|
|
1267
|
-
|
|
889
|
+
totalDetailInUsd?: number;
|
|
1268
890
|
/** Format: double */
|
|
1269
891
|
totalProfitInUsd?: number;
|
|
1270
892
|
/** Format: double */
|
|
1271
|
-
|
|
893
|
+
totalDiscountsInUsd?: number;
|
|
1272
894
|
/** Format: double */
|
|
1273
|
-
|
|
895
|
+
totalSurchargesInUsd?: number;
|
|
1274
896
|
/** Format: double */
|
|
1275
|
-
|
|
897
|
+
totalTaxBaseInUsd?: number;
|
|
1276
898
|
/** Format: double */
|
|
1277
899
|
totalTaxesInUsd?: number;
|
|
1278
900
|
/** Format: double */
|
|
1279
|
-
|
|
901
|
+
totalWithheldTaxesInUsd?: number;
|
|
1280
902
|
/** Format: double */
|
|
1281
903
|
totalShippingCostInUsd?: number;
|
|
1282
904
|
/** Format: double */
|
|
@@ -1288,9 +910,7 @@ export interface components {
|
|
|
1288
910
|
/** Format: double */
|
|
1289
911
|
totalRefundCostInUsd?: number;
|
|
1290
912
|
/** Format: double */
|
|
1291
|
-
|
|
1292
|
-
/** Format: double */
|
|
1293
|
-
totalAmountInUsd?: number;
|
|
913
|
+
totalInUsd?: number;
|
|
1294
914
|
/** Format: double */
|
|
1295
915
|
totalGlobalDiscountsInUsd?: number;
|
|
1296
916
|
/** Format: double */
|
|
@@ -1299,37 +919,64 @@ export interface components {
|
|
|
1299
919
|
customGlobalSurchargesAmount?: number;
|
|
1300
920
|
/** Format: double */
|
|
1301
921
|
customGlobalDiscountsAmount?: number;
|
|
922
|
+
returnPolicyId?: string | null;
|
|
923
|
+
refundPolicyId?: string | null;
|
|
924
|
+
warrantyPolicyId?: string | null;
|
|
925
|
+
shipmentPolicyId?: string | null;
|
|
926
|
+
shippingLocationId?: string | null;
|
|
927
|
+
locationId?: string | null;
|
|
928
|
+
quoteItemRecordId?: string | null;
|
|
929
|
+
businessProfileRecordId?: string | null;
|
|
930
|
+
parentBillingItemRecordId?: string | null;
|
|
931
|
+
currency?: components["schemas"]["CurrencyId"];
|
|
1302
932
|
/** Format: double */
|
|
1303
|
-
|
|
933
|
+
totalDetail?: number;
|
|
934
|
+
totalDetailCurrencyId?: string | null;
|
|
935
|
+
totalDetailAmount?: components["schemas"]["Money"];
|
|
1304
936
|
/** Format: double */
|
|
1305
|
-
|
|
937
|
+
totalProfit?: number;
|
|
938
|
+
totalProfitCurrencyId?: string | null;
|
|
939
|
+
totalProfitAmount?: components["schemas"]["Money"];
|
|
1306
940
|
/** Format: double */
|
|
1307
|
-
|
|
941
|
+
totalDiscounts?: number;
|
|
942
|
+
totalDiscountsCurrencyId?: string | null;
|
|
943
|
+
totalDiscountsAmount?: components["schemas"]["Money"];
|
|
1308
944
|
/** Format: double */
|
|
1309
|
-
|
|
945
|
+
totalSurcharges?: number;
|
|
946
|
+
totalSurchargesCurrencyId?: string | null;
|
|
947
|
+
totalSurchargesAmount?: components["schemas"]["Money"];
|
|
1310
948
|
/** Format: double */
|
|
1311
|
-
|
|
949
|
+
totalTaxBase?: number;
|
|
950
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
951
|
+
totalTaxBaseAmount?: components["schemas"]["Money"];
|
|
1312
952
|
/** Format: double */
|
|
1313
|
-
|
|
953
|
+
totalTaxes?: number;
|
|
954
|
+
totalTaxesCurrencyId?: string | null;
|
|
955
|
+
totalTaxesAmount?: components["schemas"]["Money"];
|
|
1314
956
|
/** Format: double */
|
|
1315
|
-
|
|
957
|
+
totalShippingCost?: number;
|
|
958
|
+
totalShippingCostCurrencyId?: string | null;
|
|
959
|
+
totalShippingCostAmount?: components["schemas"]["Money"];
|
|
1316
960
|
/** Format: double */
|
|
1317
|
-
|
|
961
|
+
totalShippingTax?: number;
|
|
962
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
963
|
+
totalShippingTaxAmount?: components["schemas"]["Money"];
|
|
1318
964
|
/** Format: double */
|
|
1319
|
-
|
|
965
|
+
totalWithheldTax?: number;
|
|
966
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
967
|
+
totalWithheldTaxAmount?: components["schemas"]["Money"];
|
|
1320
968
|
/** Format: double */
|
|
1321
|
-
|
|
969
|
+
totalGlobalDiscounts?: number;
|
|
970
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
971
|
+
totalGlobalDiscountsAmount?: components["schemas"]["Money"];
|
|
1322
972
|
/** Format: double */
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
quoteItemRecordId?: string | null;
|
|
1331
|
-
businessProfileRecordId?: string | null;
|
|
1332
|
-
parentBillingItemRecordId?: string | null;
|
|
973
|
+
totalGlobalSurcharges?: number;
|
|
974
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
975
|
+
totalGlobalSurchargesAmount?: components["schemas"]["Money"];
|
|
976
|
+
/** Format: double */
|
|
977
|
+
total?: number;
|
|
978
|
+
totalCurrencyId?: string | null;
|
|
979
|
+
totalAmount?: components["schemas"]["Money"];
|
|
1333
980
|
cartId?: string | null;
|
|
1334
981
|
itemID?: string | null;
|
|
1335
982
|
shippingAddressID?: string | null;
|
|
@@ -1396,6 +1043,17 @@ export interface components {
|
|
|
1396
1043
|
activityId?: string | null;
|
|
1397
1044
|
result?: components["schemas"]["ItemToCompareCartRecordDto"][] | null;
|
|
1398
1045
|
};
|
|
1046
|
+
LoginRequest: {
|
|
1047
|
+
email: string | null;
|
|
1048
|
+
password: string | null;
|
|
1049
|
+
twoFactorCode?: string | null;
|
|
1050
|
+
twoFactorRecoveryCode?: string | null;
|
|
1051
|
+
};
|
|
1052
|
+
Money: {
|
|
1053
|
+
/** Format: double */
|
|
1054
|
+
amount?: number;
|
|
1055
|
+
currency?: components["schemas"]["CurrencyId"];
|
|
1056
|
+
};
|
|
1399
1057
|
NewWishListRequest: {
|
|
1400
1058
|
title?: string | null;
|
|
1401
1059
|
description?: string | null;
|
|
@@ -1405,12 +1063,42 @@ export interface components {
|
|
|
1405
1063
|
};
|
|
1406
1064
|
ProductToWishListRequest: {
|
|
1407
1065
|
wishListId?: string | null;
|
|
1408
|
-
|
|
1066
|
+
itemId?: string | null;
|
|
1067
|
+
};
|
|
1068
|
+
RefreshRequest: {
|
|
1069
|
+
refreshToken: string | null;
|
|
1070
|
+
};
|
|
1071
|
+
RegisterRequest: {
|
|
1072
|
+
email: string | null;
|
|
1073
|
+
password: string | null;
|
|
1074
|
+
};
|
|
1075
|
+
ResendConfirmationEmailRequest: {
|
|
1076
|
+
email: string | null;
|
|
1077
|
+
};
|
|
1078
|
+
ResetPasswordRequest: {
|
|
1079
|
+
email: string | null;
|
|
1080
|
+
resetCode: string | null;
|
|
1081
|
+
newPassword: string | null;
|
|
1082
|
+
};
|
|
1083
|
+
TwoFactorRequest: {
|
|
1084
|
+
enable?: boolean | null;
|
|
1085
|
+
twoFactorCode?: string | null;
|
|
1086
|
+
resetSharedKey?: boolean;
|
|
1087
|
+
resetRecoveryCodes?: boolean;
|
|
1088
|
+
forgetMachine?: boolean;
|
|
1089
|
+
};
|
|
1090
|
+
TwoFactorResponse: {
|
|
1091
|
+
sharedKey: string | null;
|
|
1092
|
+
/** Format: int32 */
|
|
1093
|
+
recoveryCodesLeft: number;
|
|
1094
|
+
recoveryCodes?: string[] | null;
|
|
1095
|
+
isTwoFactorEnabled: boolean;
|
|
1096
|
+
isMachineRemembered: boolean;
|
|
1409
1097
|
};
|
|
1410
1098
|
WishListDto: {
|
|
1099
|
+
id?: string | null;
|
|
1411
1100
|
/** Format: date-time */
|
|
1412
1101
|
timestamp?: string | null;
|
|
1413
|
-
id?: string | null;
|
|
1414
1102
|
title?: string | null;
|
|
1415
1103
|
description?: string | null;
|
|
1416
1104
|
cartId?: string | null;
|
|
@@ -1452,10 +1140,886 @@ export type external = Record<string, never>;
|
|
|
1452
1140
|
export interface operations {
|
|
1453
1141
|
|
|
1454
1142
|
/**
|
|
1455
|
-
* Get all business owned contacts
|
|
1456
|
-
* @description Get all business owned contacts
|
|
1143
|
+
* Get all business owned contacts
|
|
1144
|
+
* @description Get all business owned contacts
|
|
1145
|
+
*/
|
|
1146
|
+
GetCartByIdAsync: {
|
|
1147
|
+
parameters: {
|
|
1148
|
+
query?: {
|
|
1149
|
+
"api-version"?: string;
|
|
1150
|
+
};
|
|
1151
|
+
header?: {
|
|
1152
|
+
"x-api-version"?: string;
|
|
1153
|
+
};
|
|
1154
|
+
path: {
|
|
1155
|
+
cartId: string;
|
|
1156
|
+
};
|
|
1157
|
+
};
|
|
1158
|
+
responses: {
|
|
1159
|
+
/** @description OK */
|
|
1160
|
+
200: {
|
|
1161
|
+
content: {
|
|
1162
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
1163
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
1164
|
+
};
|
|
1165
|
+
};
|
|
1166
|
+
/** @description Unauthorized */
|
|
1167
|
+
401: {
|
|
1168
|
+
content: {
|
|
1169
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1170
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1171
|
+
};
|
|
1172
|
+
};
|
|
1173
|
+
/** @description Forbidden */
|
|
1174
|
+
403: {
|
|
1175
|
+
content: {
|
|
1176
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1177
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1178
|
+
};
|
|
1179
|
+
};
|
|
1180
|
+
};
|
|
1181
|
+
};
|
|
1182
|
+
/**
|
|
1183
|
+
* Update a cart
|
|
1184
|
+
* @description Update a cart
|
|
1185
|
+
*/
|
|
1186
|
+
UpdateCartAsync: {
|
|
1187
|
+
parameters: {
|
|
1188
|
+
query?: {
|
|
1189
|
+
"api-version"?: string;
|
|
1190
|
+
};
|
|
1191
|
+
header?: {
|
|
1192
|
+
"x-api-version"?: string;
|
|
1193
|
+
};
|
|
1194
|
+
path: {
|
|
1195
|
+
cartId: string;
|
|
1196
|
+
};
|
|
1197
|
+
};
|
|
1198
|
+
requestBody?: {
|
|
1199
|
+
content: {
|
|
1200
|
+
"application/json": components["schemas"]["CartUpdateRequest"];
|
|
1201
|
+
"application/xml": components["schemas"]["CartUpdateRequest"];
|
|
1202
|
+
};
|
|
1203
|
+
};
|
|
1204
|
+
responses: {
|
|
1205
|
+
/** @description OK */
|
|
1206
|
+
200: {
|
|
1207
|
+
content: {
|
|
1208
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1209
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1210
|
+
};
|
|
1211
|
+
};
|
|
1212
|
+
/** @description Unauthorized */
|
|
1213
|
+
401: {
|
|
1214
|
+
content: {
|
|
1215
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1216
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1217
|
+
};
|
|
1218
|
+
};
|
|
1219
|
+
/** @description Forbidden */
|
|
1220
|
+
403: {
|
|
1221
|
+
content: {
|
|
1222
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1223
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1224
|
+
};
|
|
1225
|
+
};
|
|
1226
|
+
};
|
|
1227
|
+
};
|
|
1228
|
+
/**
|
|
1229
|
+
* Get the currency of a cart
|
|
1230
|
+
* @description The currency of a cart used for display purposes
|
|
1231
|
+
*/
|
|
1232
|
+
GetCartCurrencyAsync: {
|
|
1233
|
+
parameters: {
|
|
1234
|
+
query?: {
|
|
1235
|
+
"api-version"?: string;
|
|
1236
|
+
};
|
|
1237
|
+
header?: {
|
|
1238
|
+
"x-api-version"?: string;
|
|
1239
|
+
};
|
|
1240
|
+
path: {
|
|
1241
|
+
cartId: string;
|
|
1242
|
+
};
|
|
1243
|
+
};
|
|
1244
|
+
responses: {
|
|
1245
|
+
/** @description OK */
|
|
1246
|
+
200: {
|
|
1247
|
+
content: {
|
|
1248
|
+
"application/json": components["schemas"]["CurrencyDtoEnvelope"];
|
|
1249
|
+
"application/xml": components["schemas"]["CurrencyDtoEnvelope"];
|
|
1250
|
+
};
|
|
1251
|
+
};
|
|
1252
|
+
/** @description Unauthorized */
|
|
1253
|
+
401: {
|
|
1254
|
+
content: {
|
|
1255
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1256
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1257
|
+
};
|
|
1258
|
+
};
|
|
1259
|
+
/** @description Forbidden */
|
|
1260
|
+
403: {
|
|
1261
|
+
content: {
|
|
1262
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1263
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1264
|
+
};
|
|
1265
|
+
};
|
|
1266
|
+
};
|
|
1267
|
+
};
|
|
1268
|
+
/**
|
|
1269
|
+
* Set the currency of a cart
|
|
1270
|
+
* @description Set the currency of a cart
|
|
1271
|
+
*/
|
|
1272
|
+
SetCartCurrencyAsync: {
|
|
1273
|
+
parameters: {
|
|
1274
|
+
query?: {
|
|
1275
|
+
"api-version"?: string;
|
|
1276
|
+
};
|
|
1277
|
+
header?: {
|
|
1278
|
+
"x-api-version"?: string;
|
|
1279
|
+
};
|
|
1280
|
+
path: {
|
|
1281
|
+
cartId: string;
|
|
1282
|
+
};
|
|
1283
|
+
};
|
|
1284
|
+
requestBody?: {
|
|
1285
|
+
content: {
|
|
1286
|
+
"application/json": components["schemas"]["CurrencySwitchRequest"];
|
|
1287
|
+
"application/xml": components["schemas"]["CurrencySwitchRequest"];
|
|
1288
|
+
};
|
|
1289
|
+
};
|
|
1290
|
+
responses: {
|
|
1291
|
+
/** @description OK */
|
|
1292
|
+
200: {
|
|
1293
|
+
content: {
|
|
1294
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1295
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1296
|
+
};
|
|
1297
|
+
};
|
|
1298
|
+
/** @description Unauthorized */
|
|
1299
|
+
401: {
|
|
1300
|
+
content: {
|
|
1301
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1302
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1303
|
+
};
|
|
1304
|
+
};
|
|
1305
|
+
/** @description Forbidden */
|
|
1306
|
+
403: {
|
|
1307
|
+
content: {
|
|
1308
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1309
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1310
|
+
};
|
|
1311
|
+
};
|
|
1312
|
+
};
|
|
1313
|
+
};
|
|
1314
|
+
/**
|
|
1315
|
+
* Get the country of a cart
|
|
1316
|
+
* @description The country of a cart is used to calculate taxes and shipping costs
|
|
1317
|
+
*/
|
|
1318
|
+
GetCartCountryAsync: {
|
|
1319
|
+
parameters: {
|
|
1320
|
+
query?: {
|
|
1321
|
+
"api-version"?: string;
|
|
1322
|
+
};
|
|
1323
|
+
header?: {
|
|
1324
|
+
"x-api-version"?: string;
|
|
1325
|
+
};
|
|
1326
|
+
path: {
|
|
1327
|
+
cartId: string;
|
|
1328
|
+
};
|
|
1329
|
+
};
|
|
1330
|
+
responses: {
|
|
1331
|
+
/** @description OK */
|
|
1332
|
+
200: {
|
|
1333
|
+
content: {
|
|
1334
|
+
"application/json": components["schemas"]["CountryDtoEnvelope"];
|
|
1335
|
+
"application/xml": components["schemas"]["CountryDtoEnvelope"];
|
|
1336
|
+
};
|
|
1337
|
+
};
|
|
1338
|
+
/** @description Unauthorized */
|
|
1339
|
+
401: {
|
|
1340
|
+
content: {
|
|
1341
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1342
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1343
|
+
};
|
|
1344
|
+
};
|
|
1345
|
+
/** @description Forbidden */
|
|
1346
|
+
403: {
|
|
1347
|
+
content: {
|
|
1348
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1349
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1350
|
+
};
|
|
1351
|
+
};
|
|
1352
|
+
};
|
|
1353
|
+
};
|
|
1354
|
+
/**
|
|
1355
|
+
* Set the country of a cart
|
|
1356
|
+
* @description Set the country of a cart
|
|
1357
|
+
*/
|
|
1358
|
+
SetCartCountryAsync: {
|
|
1359
|
+
parameters: {
|
|
1360
|
+
query?: {
|
|
1361
|
+
"api-version"?: string;
|
|
1362
|
+
};
|
|
1363
|
+
header?: {
|
|
1364
|
+
"x-api-version"?: string;
|
|
1365
|
+
};
|
|
1366
|
+
path: {
|
|
1367
|
+
cartId: string;
|
|
1368
|
+
};
|
|
1369
|
+
};
|
|
1370
|
+
requestBody?: {
|
|
1371
|
+
content: {
|
|
1372
|
+
"application/json": components["schemas"]["CountrySwitchRequest"];
|
|
1373
|
+
"application/xml": components["schemas"]["CountrySwitchRequest"];
|
|
1374
|
+
};
|
|
1375
|
+
};
|
|
1376
|
+
responses: {
|
|
1377
|
+
/** @description OK */
|
|
1378
|
+
200: {
|
|
1379
|
+
content: {
|
|
1380
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1381
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1382
|
+
};
|
|
1383
|
+
};
|
|
1384
|
+
/** @description Unauthorized */
|
|
1385
|
+
401: {
|
|
1386
|
+
content: {
|
|
1387
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1388
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1389
|
+
};
|
|
1390
|
+
};
|
|
1391
|
+
/** @description Forbidden */
|
|
1392
|
+
403: {
|
|
1393
|
+
content: {
|
|
1394
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1395
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1396
|
+
};
|
|
1397
|
+
};
|
|
1398
|
+
};
|
|
1399
|
+
};
|
|
1400
|
+
/**
|
|
1401
|
+
* Submit a cart for processing
|
|
1402
|
+
* @description Submit a cart for processing
|
|
1403
|
+
*/
|
|
1404
|
+
SubmitCartAsync: {
|
|
1405
|
+
parameters: {
|
|
1406
|
+
query?: {
|
|
1407
|
+
tenantId?: string;
|
|
1408
|
+
"api-version"?: string;
|
|
1409
|
+
};
|
|
1410
|
+
header?: {
|
|
1411
|
+
"x-api-version"?: string;
|
|
1412
|
+
};
|
|
1413
|
+
path: {
|
|
1414
|
+
cartId: string;
|
|
1415
|
+
};
|
|
1416
|
+
};
|
|
1417
|
+
responses: {
|
|
1418
|
+
/** @description OK */
|
|
1419
|
+
200: {
|
|
1420
|
+
content: {
|
|
1421
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1422
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1423
|
+
};
|
|
1424
|
+
};
|
|
1425
|
+
/** @description Unauthorized */
|
|
1426
|
+
401: {
|
|
1427
|
+
content: {
|
|
1428
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1429
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1430
|
+
};
|
|
1431
|
+
};
|
|
1432
|
+
/** @description Forbidden */
|
|
1433
|
+
403: {
|
|
1434
|
+
content: {
|
|
1435
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1436
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1437
|
+
};
|
|
1438
|
+
};
|
|
1439
|
+
};
|
|
1440
|
+
};
|
|
1441
|
+
/**
|
|
1442
|
+
* Get the acting cart
|
|
1443
|
+
* @description Get the acting cart
|
|
1444
|
+
*/
|
|
1445
|
+
GetActingCart: {
|
|
1446
|
+
parameters: {
|
|
1447
|
+
query?: {
|
|
1448
|
+
"api-version"?: string;
|
|
1449
|
+
};
|
|
1450
|
+
header?: {
|
|
1451
|
+
"x-api-version"?: string;
|
|
1452
|
+
};
|
|
1453
|
+
};
|
|
1454
|
+
responses: {
|
|
1455
|
+
/** @description OK */
|
|
1456
|
+
200: {
|
|
1457
|
+
content: {
|
|
1458
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
1459
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
1460
|
+
};
|
|
1461
|
+
};
|
|
1462
|
+
/** @description Unauthorized */
|
|
1463
|
+
401: {
|
|
1464
|
+
content: {
|
|
1465
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1466
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1467
|
+
};
|
|
1468
|
+
};
|
|
1469
|
+
/** @description Forbidden */
|
|
1470
|
+
403: {
|
|
1471
|
+
content: {
|
|
1472
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1473
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1474
|
+
};
|
|
1475
|
+
};
|
|
1476
|
+
};
|
|
1477
|
+
};
|
|
1478
|
+
/**
|
|
1479
|
+
* Get the guest cart
|
|
1480
|
+
* @description Get the guest cart
|
|
1481
|
+
*/
|
|
1482
|
+
GetGuestCartAsync: {
|
|
1483
|
+
parameters: {
|
|
1484
|
+
query?: {
|
|
1485
|
+
"api-version"?: string;
|
|
1486
|
+
};
|
|
1487
|
+
header?: {
|
|
1488
|
+
"x-api-version"?: string;
|
|
1489
|
+
};
|
|
1490
|
+
};
|
|
1491
|
+
responses: {
|
|
1492
|
+
/** @description OK */
|
|
1493
|
+
200: {
|
|
1494
|
+
content: {
|
|
1495
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
1496
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
1497
|
+
};
|
|
1498
|
+
};
|
|
1499
|
+
/** @description Unauthorized */
|
|
1500
|
+
401: {
|
|
1501
|
+
content: {
|
|
1502
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1503
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1504
|
+
};
|
|
1505
|
+
};
|
|
1506
|
+
/** @description Forbidden */
|
|
1507
|
+
403: {
|
|
1508
|
+
content: {
|
|
1509
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1510
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1511
|
+
};
|
|
1512
|
+
};
|
|
1513
|
+
};
|
|
1514
|
+
};
|
|
1515
|
+
/**
|
|
1516
|
+
* Get the current user's cart
|
|
1517
|
+
* @description Get the current user's cart
|
|
1518
|
+
*/
|
|
1519
|
+
GetUserCart: {
|
|
1520
|
+
parameters: {
|
|
1521
|
+
query?: {
|
|
1522
|
+
"api-version"?: string;
|
|
1523
|
+
};
|
|
1524
|
+
header?: {
|
|
1525
|
+
"x-api-version"?: string;
|
|
1526
|
+
};
|
|
1527
|
+
};
|
|
1528
|
+
responses: {
|
|
1529
|
+
/** @description OK */
|
|
1530
|
+
200: {
|
|
1531
|
+
content: {
|
|
1532
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
1533
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
1534
|
+
};
|
|
1535
|
+
};
|
|
1536
|
+
/** @description Unauthorized */
|
|
1537
|
+
401: {
|
|
1538
|
+
content: {
|
|
1539
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1540
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1541
|
+
};
|
|
1542
|
+
};
|
|
1543
|
+
/** @description Forbidden */
|
|
1544
|
+
403: {
|
|
1545
|
+
content: {
|
|
1546
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1547
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1548
|
+
};
|
|
1549
|
+
};
|
|
1550
|
+
};
|
|
1551
|
+
};
|
|
1552
|
+
/**
|
|
1553
|
+
* Get the business cart
|
|
1554
|
+
* @description Get the business cart
|
|
1555
|
+
*/
|
|
1556
|
+
GetTenantCartAsync: {
|
|
1557
|
+
parameters: {
|
|
1558
|
+
query?: {
|
|
1559
|
+
"api-version"?: string;
|
|
1560
|
+
};
|
|
1561
|
+
header?: {
|
|
1562
|
+
"x-api-version"?: string;
|
|
1563
|
+
};
|
|
1564
|
+
path: {
|
|
1565
|
+
tenantId: string;
|
|
1566
|
+
};
|
|
1567
|
+
};
|
|
1568
|
+
responses: {
|
|
1569
|
+
/** @description OK */
|
|
1570
|
+
200: {
|
|
1571
|
+
content: {
|
|
1572
|
+
"application/json": components["schemas"]["CartDtoEnvelope"];
|
|
1573
|
+
"application/xml": components["schemas"]["CartDtoEnvelope"];
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
/** @description Unauthorized */
|
|
1577
|
+
401: {
|
|
1578
|
+
content: {
|
|
1579
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1580
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1581
|
+
};
|
|
1582
|
+
};
|
|
1583
|
+
/** @description Forbidden */
|
|
1584
|
+
403: {
|
|
1585
|
+
content: {
|
|
1586
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1587
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1588
|
+
};
|
|
1589
|
+
};
|
|
1590
|
+
};
|
|
1591
|
+
};
|
|
1592
|
+
/**
|
|
1593
|
+
* Get all cart lines
|
|
1594
|
+
* @description Get all cart lines
|
|
1595
|
+
*/
|
|
1596
|
+
GetCartItems: {
|
|
1597
|
+
parameters: {
|
|
1598
|
+
query?: {
|
|
1599
|
+
"api-version"?: string;
|
|
1600
|
+
};
|
|
1601
|
+
header?: {
|
|
1602
|
+
"x-api-version"?: string;
|
|
1603
|
+
};
|
|
1604
|
+
path: {
|
|
1605
|
+
cartId: string;
|
|
1606
|
+
};
|
|
1607
|
+
};
|
|
1608
|
+
responses: {
|
|
1609
|
+
/** @description OK */
|
|
1610
|
+
200: {
|
|
1611
|
+
content: {
|
|
1612
|
+
"application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
1613
|
+
"application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
1614
|
+
};
|
|
1615
|
+
};
|
|
1616
|
+
/** @description Unauthorized */
|
|
1617
|
+
401: {
|
|
1618
|
+
content: {
|
|
1619
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1620
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1621
|
+
};
|
|
1622
|
+
};
|
|
1623
|
+
/** @description Not Found */
|
|
1624
|
+
404: {
|
|
1625
|
+
content: {
|
|
1626
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1627
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1628
|
+
};
|
|
1629
|
+
};
|
|
1630
|
+
};
|
|
1631
|
+
};
|
|
1632
|
+
/**
|
|
1633
|
+
* Clear all items from a cart
|
|
1634
|
+
* @description Clear all items from a cart
|
|
1635
|
+
*/
|
|
1636
|
+
ClearCartRecords: {
|
|
1637
|
+
parameters: {
|
|
1638
|
+
query?: {
|
|
1639
|
+
"api-version"?: string;
|
|
1640
|
+
};
|
|
1641
|
+
header?: {
|
|
1642
|
+
"x-api-version"?: string;
|
|
1643
|
+
};
|
|
1644
|
+
path: {
|
|
1645
|
+
cartId: string;
|
|
1646
|
+
};
|
|
1647
|
+
};
|
|
1648
|
+
responses: {
|
|
1649
|
+
/** @description OK */
|
|
1650
|
+
200: {
|
|
1651
|
+
content: {
|
|
1652
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1653
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1654
|
+
};
|
|
1655
|
+
};
|
|
1656
|
+
/** @description Unauthorized */
|
|
1657
|
+
401: {
|
|
1658
|
+
content: {
|
|
1659
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1660
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1661
|
+
};
|
|
1662
|
+
};
|
|
1663
|
+
/** @description Not Found */
|
|
1664
|
+
404: {
|
|
1665
|
+
content: {
|
|
1666
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1667
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1668
|
+
};
|
|
1669
|
+
};
|
|
1670
|
+
};
|
|
1671
|
+
};
|
|
1672
|
+
/**
|
|
1673
|
+
* Update an Item in a cart
|
|
1674
|
+
* @description Update an Item in a cart
|
|
1675
|
+
*/
|
|
1676
|
+
UpdateItemCartRecordAsync: {
|
|
1677
|
+
parameters: {
|
|
1678
|
+
query?: {
|
|
1679
|
+
"api-version"?: string;
|
|
1680
|
+
};
|
|
1681
|
+
header?: {
|
|
1682
|
+
"x-api-version"?: string;
|
|
1683
|
+
};
|
|
1684
|
+
path: {
|
|
1685
|
+
cartId: string;
|
|
1686
|
+
itemId: string;
|
|
1687
|
+
};
|
|
1688
|
+
};
|
|
1689
|
+
requestBody?: {
|
|
1690
|
+
content: {
|
|
1691
|
+
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1692
|
+
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1693
|
+
};
|
|
1694
|
+
};
|
|
1695
|
+
responses: {
|
|
1696
|
+
/** @description OK */
|
|
1697
|
+
200: {
|
|
1698
|
+
content: {
|
|
1699
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1700
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1701
|
+
};
|
|
1702
|
+
};
|
|
1703
|
+
/** @description Unauthorized */
|
|
1704
|
+
401: {
|
|
1705
|
+
content: {
|
|
1706
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1707
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1708
|
+
};
|
|
1709
|
+
};
|
|
1710
|
+
/** @description Not Found */
|
|
1711
|
+
404: {
|
|
1712
|
+
content: {
|
|
1713
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1714
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1715
|
+
};
|
|
1716
|
+
};
|
|
1717
|
+
};
|
|
1718
|
+
};
|
|
1719
|
+
/**
|
|
1720
|
+
* Add an Item to a cart
|
|
1721
|
+
* @description Add an Item to a cart
|
|
1722
|
+
*/
|
|
1723
|
+
AddItemToCartAsync: {
|
|
1724
|
+
parameters: {
|
|
1725
|
+
query?: {
|
|
1726
|
+
quantity?: number;
|
|
1727
|
+
"api-version"?: string;
|
|
1728
|
+
};
|
|
1729
|
+
header?: {
|
|
1730
|
+
"x-api-version"?: string;
|
|
1731
|
+
};
|
|
1732
|
+
path: {
|
|
1733
|
+
cartId: string;
|
|
1734
|
+
itemId: string;
|
|
1735
|
+
};
|
|
1736
|
+
};
|
|
1737
|
+
responses: {
|
|
1738
|
+
/** @description OK */
|
|
1739
|
+
200: {
|
|
1740
|
+
content: {
|
|
1741
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1742
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1743
|
+
};
|
|
1744
|
+
};
|
|
1745
|
+
/** @description Unauthorized */
|
|
1746
|
+
401: {
|
|
1747
|
+
content: {
|
|
1748
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1749
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1750
|
+
};
|
|
1751
|
+
};
|
|
1752
|
+
/** @description Not Found */
|
|
1753
|
+
404: {
|
|
1754
|
+
content: {
|
|
1755
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1756
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1757
|
+
};
|
|
1758
|
+
};
|
|
1759
|
+
};
|
|
1760
|
+
};
|
|
1761
|
+
/**
|
|
1762
|
+
* Remove an Item from a cart
|
|
1763
|
+
* @description Remove an Item from a cart
|
|
1764
|
+
*/
|
|
1765
|
+
RemoveItemFromCartAsync: {
|
|
1766
|
+
parameters: {
|
|
1767
|
+
query?: {
|
|
1768
|
+
"api-version"?: string;
|
|
1769
|
+
};
|
|
1770
|
+
header?: {
|
|
1771
|
+
"x-api-version"?: string;
|
|
1772
|
+
};
|
|
1773
|
+
path: {
|
|
1774
|
+
cartId: string;
|
|
1775
|
+
itemId: string;
|
|
1776
|
+
};
|
|
1777
|
+
};
|
|
1778
|
+
responses: {
|
|
1779
|
+
/** @description OK */
|
|
1780
|
+
200: {
|
|
1781
|
+
content: {
|
|
1782
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1783
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1784
|
+
};
|
|
1785
|
+
};
|
|
1786
|
+
/** @description Unauthorized */
|
|
1787
|
+
401: {
|
|
1788
|
+
content: {
|
|
1789
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1790
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1791
|
+
};
|
|
1792
|
+
};
|
|
1793
|
+
/** @description Not Found */
|
|
1794
|
+
404: {
|
|
1795
|
+
content: {
|
|
1796
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1797
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1798
|
+
};
|
|
1799
|
+
};
|
|
1800
|
+
};
|
|
1801
|
+
};
|
|
1802
|
+
/**
|
|
1803
|
+
* Assesses if an Item is already in a cart
|
|
1804
|
+
* @description Assesses if an Item is already in a cart
|
|
1805
|
+
*/
|
|
1806
|
+
IsItemAlreadyInCartAsync: {
|
|
1807
|
+
parameters: {
|
|
1808
|
+
query?: {
|
|
1809
|
+
"api-version"?: string;
|
|
1810
|
+
};
|
|
1811
|
+
header?: {
|
|
1812
|
+
"x-api-version"?: string;
|
|
1813
|
+
};
|
|
1814
|
+
path: {
|
|
1815
|
+
cartId: string;
|
|
1816
|
+
itemId: string;
|
|
1817
|
+
};
|
|
1818
|
+
};
|
|
1819
|
+
responses: {
|
|
1820
|
+
/** @description OK */
|
|
1821
|
+
200: {
|
|
1822
|
+
content: {
|
|
1823
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
1824
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
1825
|
+
};
|
|
1826
|
+
};
|
|
1827
|
+
/** @description Unauthorized */
|
|
1828
|
+
401: {
|
|
1829
|
+
content: {
|
|
1830
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1831
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1832
|
+
};
|
|
1833
|
+
};
|
|
1834
|
+
/** @description Not Found */
|
|
1835
|
+
404: {
|
|
1836
|
+
content: {
|
|
1837
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1838
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1839
|
+
};
|
|
1840
|
+
};
|
|
1841
|
+
};
|
|
1842
|
+
};
|
|
1843
|
+
/**
|
|
1844
|
+
* Increase an Item in a cart
|
|
1845
|
+
* @description Increase an Item in a cart
|
|
1846
|
+
*/
|
|
1847
|
+
IncreaseItemCartRecordQuantityAsync: {
|
|
1848
|
+
parameters: {
|
|
1849
|
+
query?: {
|
|
1850
|
+
"api-version"?: string;
|
|
1851
|
+
};
|
|
1852
|
+
header?: {
|
|
1853
|
+
"x-api-version"?: string;
|
|
1854
|
+
};
|
|
1855
|
+
path: {
|
|
1856
|
+
cartId: string;
|
|
1857
|
+
itemId: string;
|
|
1858
|
+
};
|
|
1859
|
+
};
|
|
1860
|
+
requestBody?: {
|
|
1861
|
+
content: {
|
|
1862
|
+
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1863
|
+
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1864
|
+
};
|
|
1865
|
+
};
|
|
1866
|
+
responses: {
|
|
1867
|
+
/** @description OK */
|
|
1868
|
+
200: {
|
|
1869
|
+
content: {
|
|
1870
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1871
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1872
|
+
};
|
|
1873
|
+
};
|
|
1874
|
+
/** @description Unauthorized */
|
|
1875
|
+
401: {
|
|
1876
|
+
content: {
|
|
1877
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1878
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1879
|
+
};
|
|
1880
|
+
};
|
|
1881
|
+
/** @description Not Found */
|
|
1882
|
+
404: {
|
|
1883
|
+
content: {
|
|
1884
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1885
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1886
|
+
};
|
|
1887
|
+
};
|
|
1888
|
+
};
|
|
1889
|
+
};
|
|
1890
|
+
/**
|
|
1891
|
+
* Decrease an Item in a cart
|
|
1892
|
+
* @description Decrease an Item in a cart
|
|
1893
|
+
*/
|
|
1894
|
+
DecreaseCartItemQuantity: {
|
|
1895
|
+
parameters: {
|
|
1896
|
+
query?: {
|
|
1897
|
+
"api-version"?: string;
|
|
1898
|
+
};
|
|
1899
|
+
header?: {
|
|
1900
|
+
"x-api-version"?: string;
|
|
1901
|
+
};
|
|
1902
|
+
path: {
|
|
1903
|
+
cartId: string;
|
|
1904
|
+
itemId: string;
|
|
1905
|
+
};
|
|
1906
|
+
};
|
|
1907
|
+
requestBody?: {
|
|
1908
|
+
content: {
|
|
1909
|
+
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1910
|
+
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1911
|
+
};
|
|
1912
|
+
};
|
|
1913
|
+
responses: {
|
|
1914
|
+
/** @description OK */
|
|
1915
|
+
200: {
|
|
1916
|
+
content: {
|
|
1917
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1918
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1919
|
+
};
|
|
1920
|
+
};
|
|
1921
|
+
/** @description Unauthorized */
|
|
1922
|
+
401: {
|
|
1923
|
+
content: {
|
|
1924
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1925
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
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
|
+
* Get all cart lines
|
|
1939
|
+
* @description Get all cart lines
|
|
1940
|
+
*/
|
|
1941
|
+
GetCartLinesAsync: {
|
|
1942
|
+
parameters: {
|
|
1943
|
+
query?: {
|
|
1944
|
+
"api-version"?: string;
|
|
1945
|
+
};
|
|
1946
|
+
header?: {
|
|
1947
|
+
"x-api-version"?: string;
|
|
1948
|
+
};
|
|
1949
|
+
path: {
|
|
1950
|
+
cartId: string;
|
|
1951
|
+
};
|
|
1952
|
+
};
|
|
1953
|
+
responses: {
|
|
1954
|
+
/** @description OK */
|
|
1955
|
+
200: {
|
|
1956
|
+
content: {
|
|
1957
|
+
"application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
1958
|
+
"application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
1959
|
+
};
|
|
1960
|
+
};
|
|
1961
|
+
/** @description Unauthorized */
|
|
1962
|
+
401: {
|
|
1963
|
+
content: {
|
|
1964
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1965
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1966
|
+
};
|
|
1967
|
+
};
|
|
1968
|
+
/** @description Not Found */
|
|
1969
|
+
404: {
|
|
1970
|
+
content: {
|
|
1971
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1972
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1973
|
+
};
|
|
1974
|
+
};
|
|
1975
|
+
};
|
|
1976
|
+
};
|
|
1977
|
+
/**
|
|
1978
|
+
* Get a cart line by ID
|
|
1979
|
+
* @description Get a cart line by ID
|
|
1980
|
+
*/
|
|
1981
|
+
GetCartLineAsync: {
|
|
1982
|
+
parameters: {
|
|
1983
|
+
query?: {
|
|
1984
|
+
"api-version"?: string;
|
|
1985
|
+
};
|
|
1986
|
+
header?: {
|
|
1987
|
+
"x-api-version"?: string;
|
|
1988
|
+
};
|
|
1989
|
+
path: {
|
|
1990
|
+
cartId: string;
|
|
1991
|
+
lineId: string;
|
|
1992
|
+
};
|
|
1993
|
+
};
|
|
1994
|
+
responses: {
|
|
1995
|
+
/** @description OK */
|
|
1996
|
+
200: {
|
|
1997
|
+
content: {
|
|
1998
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
1999
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2000
|
+
};
|
|
2001
|
+
};
|
|
2002
|
+
/** @description Unauthorized */
|
|
2003
|
+
401: {
|
|
2004
|
+
content: {
|
|
2005
|
+
"application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
|
|
2006
|
+
"application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
|
|
2007
|
+
};
|
|
2008
|
+
};
|
|
2009
|
+
/** @description Not Found */
|
|
2010
|
+
404: {
|
|
2011
|
+
content: {
|
|
2012
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2013
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2014
|
+
};
|
|
2015
|
+
};
|
|
2016
|
+
};
|
|
2017
|
+
};
|
|
2018
|
+
/**
|
|
2019
|
+
* Update a cart line
|
|
2020
|
+
* @description Update a cart line
|
|
1457
2021
|
*/
|
|
1458
|
-
|
|
2022
|
+
UpdateCartLineAsync: {
|
|
1459
2023
|
parameters: {
|
|
1460
2024
|
query?: {
|
|
1461
2025
|
"api-version"?: string;
|
|
@@ -1465,14 +2029,21 @@ export interface operations {
|
|
|
1465
2029
|
};
|
|
1466
2030
|
path: {
|
|
1467
2031
|
cartId: string;
|
|
2032
|
+
lineId: string;
|
|
2033
|
+
};
|
|
2034
|
+
};
|
|
2035
|
+
requestBody?: {
|
|
2036
|
+
content: {
|
|
2037
|
+
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2038
|
+
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
1468
2039
|
};
|
|
1469
2040
|
};
|
|
1470
2041
|
responses: {
|
|
1471
2042
|
/** @description OK */
|
|
1472
2043
|
200: {
|
|
1473
2044
|
content: {
|
|
1474
|
-
"application/json": components["schemas"]["
|
|
1475
|
-
"application/xml": components["schemas"]["
|
|
2045
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2046
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1476
2047
|
};
|
|
1477
2048
|
};
|
|
1478
2049
|
/** @description Unauthorized */
|
|
@@ -1482,8 +2053,8 @@ export interface operations {
|
|
|
1482
2053
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1483
2054
|
};
|
|
1484
2055
|
};
|
|
1485
|
-
/** @description
|
|
1486
|
-
|
|
2056
|
+
/** @description Not Found */
|
|
2057
|
+
404: {
|
|
1487
2058
|
content: {
|
|
1488
2059
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1489
2060
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1492,10 +2063,10 @@ export interface operations {
|
|
|
1492
2063
|
};
|
|
1493
2064
|
};
|
|
1494
2065
|
/**
|
|
1495
|
-
*
|
|
1496
|
-
* @description
|
|
2066
|
+
* Remove a cart line
|
|
2067
|
+
* @description Remove a cart line
|
|
1497
2068
|
*/
|
|
1498
|
-
|
|
2069
|
+
RemoveCartLineAsync: {
|
|
1499
2070
|
parameters: {
|
|
1500
2071
|
query?: {
|
|
1501
2072
|
"api-version"?: string;
|
|
@@ -1505,12 +2076,7 @@ export interface operations {
|
|
|
1505
2076
|
};
|
|
1506
2077
|
path: {
|
|
1507
2078
|
cartId: string;
|
|
1508
|
-
|
|
1509
|
-
};
|
|
1510
|
-
requestBody?: {
|
|
1511
|
-
content: {
|
|
1512
|
-
"application/json": components["schemas"]["CartUpdateRequest"];
|
|
1513
|
-
"application/xml": components["schemas"]["CartUpdateRequest"];
|
|
2079
|
+
lineId: string;
|
|
1514
2080
|
};
|
|
1515
2081
|
};
|
|
1516
2082
|
responses: {
|
|
@@ -1528,8 +2094,8 @@ export interface operations {
|
|
|
1528
2094
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1529
2095
|
};
|
|
1530
2096
|
};
|
|
1531
|
-
/** @description
|
|
1532
|
-
|
|
2097
|
+
/** @description Not Found */
|
|
2098
|
+
404: {
|
|
1533
2099
|
content: {
|
|
1534
2100
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1535
2101
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1538,12 +2104,13 @@ export interface operations {
|
|
|
1538
2104
|
};
|
|
1539
2105
|
};
|
|
1540
2106
|
/**
|
|
1541
|
-
*
|
|
1542
|
-
* @description
|
|
2107
|
+
* Increase the quantity of a cart line
|
|
2108
|
+
* @description Increase the quantity of a cart line
|
|
1543
2109
|
*/
|
|
1544
|
-
|
|
2110
|
+
IncreaseCartLineAsync: {
|
|
1545
2111
|
parameters: {
|
|
1546
2112
|
query?: {
|
|
2113
|
+
quantity?: number;
|
|
1547
2114
|
"api-version"?: string;
|
|
1548
2115
|
};
|
|
1549
2116
|
header?: {
|
|
@@ -1551,14 +2118,15 @@ export interface operations {
|
|
|
1551
2118
|
};
|
|
1552
2119
|
path: {
|
|
1553
2120
|
cartId: string;
|
|
2121
|
+
lineId: string;
|
|
1554
2122
|
};
|
|
1555
2123
|
};
|
|
1556
2124
|
responses: {
|
|
1557
2125
|
/** @description OK */
|
|
1558
2126
|
200: {
|
|
1559
2127
|
content: {
|
|
1560
|
-
"application/json": components["schemas"]["
|
|
1561
|
-
"application/xml": components["schemas"]["
|
|
2128
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2129
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1562
2130
|
};
|
|
1563
2131
|
};
|
|
1564
2132
|
/** @description Unauthorized */
|
|
@@ -1568,8 +2136,8 @@ export interface operations {
|
|
|
1568
2136
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1569
2137
|
};
|
|
1570
2138
|
};
|
|
1571
|
-
/** @description
|
|
1572
|
-
|
|
2139
|
+
/** @description Not Found */
|
|
2140
|
+
404: {
|
|
1573
2141
|
content: {
|
|
1574
2142
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1575
2143
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1578,12 +2146,13 @@ export interface operations {
|
|
|
1578
2146
|
};
|
|
1579
2147
|
};
|
|
1580
2148
|
/**
|
|
1581
|
-
*
|
|
1582
|
-
* @description
|
|
2149
|
+
* Decrease the quantity of a cart line
|
|
2150
|
+
* @description Decrease the quantity of a cart line
|
|
1583
2151
|
*/
|
|
1584
|
-
|
|
2152
|
+
DecreaseCartLineAsync: {
|
|
1585
2153
|
parameters: {
|
|
1586
2154
|
query?: {
|
|
2155
|
+
quantity?: number;
|
|
1587
2156
|
"api-version"?: string;
|
|
1588
2157
|
};
|
|
1589
2158
|
header?: {
|
|
@@ -1591,12 +2160,7 @@ export interface operations {
|
|
|
1591
2160
|
};
|
|
1592
2161
|
path: {
|
|
1593
2162
|
cartId: string;
|
|
1594
|
-
|
|
1595
|
-
};
|
|
1596
|
-
requestBody?: {
|
|
1597
|
-
content: {
|
|
1598
|
-
"application/json": components["schemas"]["CurrencySwitchRequest"];
|
|
1599
|
-
"application/xml": components["schemas"]["CurrencySwitchRequest"];
|
|
2163
|
+
lineId: string;
|
|
1600
2164
|
};
|
|
1601
2165
|
};
|
|
1602
2166
|
responses: {
|
|
@@ -1614,8 +2178,8 @@ export interface operations {
|
|
|
1614
2178
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1615
2179
|
};
|
|
1616
2180
|
};
|
|
1617
|
-
/** @description
|
|
1618
|
-
|
|
2181
|
+
/** @description Not Found */
|
|
2182
|
+
404: {
|
|
1619
2183
|
content: {
|
|
1620
2184
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1621
2185
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1624,10 +2188,10 @@ export interface operations {
|
|
|
1624
2188
|
};
|
|
1625
2189
|
};
|
|
1626
2190
|
/**
|
|
1627
|
-
* Get
|
|
1628
|
-
* @description
|
|
2191
|
+
* Get all wishlists in a cart
|
|
2192
|
+
* @description Get all wishlists in a cart
|
|
1629
2193
|
*/
|
|
1630
|
-
|
|
2194
|
+
GetCartWishList: {
|
|
1631
2195
|
parameters: {
|
|
1632
2196
|
query?: {
|
|
1633
2197
|
"api-version"?: string;
|
|
@@ -1643,8 +2207,8 @@ export interface operations {
|
|
|
1643
2207
|
/** @description OK */
|
|
1644
2208
|
200: {
|
|
1645
2209
|
content: {
|
|
1646
|
-
"application/json": components["schemas"]["
|
|
1647
|
-
"application/xml": components["schemas"]["
|
|
2210
|
+
"application/json": components["schemas"]["WishListDto"][];
|
|
2211
|
+
"application/xml": components["schemas"]["WishListDto"][];
|
|
1648
2212
|
};
|
|
1649
2213
|
};
|
|
1650
2214
|
/** @description Unauthorized */
|
|
@@ -1654,8 +2218,8 @@ export interface operations {
|
|
|
1654
2218
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1655
2219
|
};
|
|
1656
2220
|
};
|
|
1657
|
-
/** @description
|
|
1658
|
-
|
|
2221
|
+
/** @description Not Found */
|
|
2222
|
+
404: {
|
|
1659
2223
|
content: {
|
|
1660
2224
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1661
2225
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1664,10 +2228,10 @@ export interface operations {
|
|
|
1664
2228
|
};
|
|
1665
2229
|
};
|
|
1666
2230
|
/**
|
|
1667
|
-
*
|
|
1668
|
-
* @description
|
|
2231
|
+
* Create a new wish list
|
|
2232
|
+
* @description Create a new wish list
|
|
1669
2233
|
*/
|
|
1670
|
-
|
|
2234
|
+
CreateWishListAsync: {
|
|
1671
2235
|
parameters: {
|
|
1672
2236
|
query?: {
|
|
1673
2237
|
"api-version"?: string;
|
|
@@ -1681,8 +2245,8 @@ export interface operations {
|
|
|
1681
2245
|
};
|
|
1682
2246
|
requestBody?: {
|
|
1683
2247
|
content: {
|
|
1684
|
-
"application/json": components["schemas"]["
|
|
1685
|
-
"application/xml": components["schemas"]["
|
|
2248
|
+
"application/json": components["schemas"]["NewWishListRequest"];
|
|
2249
|
+
"application/xml": components["schemas"]["NewWishListRequest"];
|
|
1686
2250
|
};
|
|
1687
2251
|
};
|
|
1688
2252
|
responses: {
|
|
@@ -1700,8 +2264,8 @@ export interface operations {
|
|
|
1700
2264
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1701
2265
|
};
|
|
1702
2266
|
};
|
|
1703
|
-
/** @description
|
|
1704
|
-
|
|
2267
|
+
/** @description Not Found */
|
|
2268
|
+
404: {
|
|
1705
2269
|
content: {
|
|
1706
2270
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1707
2271
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1710,13 +2274,12 @@ export interface operations {
|
|
|
1710
2274
|
};
|
|
1711
2275
|
};
|
|
1712
2276
|
/**
|
|
1713
|
-
*
|
|
1714
|
-
* @description
|
|
2277
|
+
* Assesses if an Item is already in any of the cart's wishlists
|
|
2278
|
+
* @description Assesses if an Item is already in any of the cart's wishlists
|
|
1715
2279
|
*/
|
|
1716
|
-
|
|
2280
|
+
IsItemInWishLists: {
|
|
1717
2281
|
parameters: {
|
|
1718
2282
|
query?: {
|
|
1719
|
-
tenantId?: string;
|
|
1720
2283
|
"api-version"?: string;
|
|
1721
2284
|
};
|
|
1722
2285
|
header?: {
|
|
@@ -1724,14 +2287,15 @@ export interface operations {
|
|
|
1724
2287
|
};
|
|
1725
2288
|
path: {
|
|
1726
2289
|
cartId: string;
|
|
2290
|
+
itemId: string;
|
|
1727
2291
|
};
|
|
1728
2292
|
};
|
|
1729
2293
|
responses: {
|
|
1730
2294
|
/** @description OK */
|
|
1731
2295
|
200: {
|
|
1732
2296
|
content: {
|
|
1733
|
-
"application/json": components["schemas"]["
|
|
1734
|
-
"application/xml": components["schemas"]["
|
|
2297
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
2298
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
1735
2299
|
};
|
|
1736
2300
|
};
|
|
1737
2301
|
/** @description Unauthorized */
|
|
@@ -1741,8 +2305,8 @@ export interface operations {
|
|
|
1741
2305
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1742
2306
|
};
|
|
1743
2307
|
};
|
|
1744
|
-
/** @description
|
|
1745
|
-
|
|
2308
|
+
/** @description Not Found */
|
|
2309
|
+
404: {
|
|
1746
2310
|
content: {
|
|
1747
2311
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1748
2312
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1751,10 +2315,10 @@ export interface operations {
|
|
|
1751
2315
|
};
|
|
1752
2316
|
};
|
|
1753
2317
|
/**
|
|
1754
|
-
*
|
|
1755
|
-
* @description
|
|
2318
|
+
* Assesses if a WishList exists
|
|
2319
|
+
* @description Assesses if a WishList exists
|
|
1756
2320
|
*/
|
|
1757
|
-
|
|
2321
|
+
WishListExistsAsync: {
|
|
1758
2322
|
parameters: {
|
|
1759
2323
|
query?: {
|
|
1760
2324
|
"api-version"?: string;
|
|
@@ -1762,13 +2326,17 @@ export interface operations {
|
|
|
1762
2326
|
header?: {
|
|
1763
2327
|
"x-api-version"?: string;
|
|
1764
2328
|
};
|
|
2329
|
+
path: {
|
|
2330
|
+
cartId: string;
|
|
2331
|
+
wishListId: string;
|
|
2332
|
+
};
|
|
1765
2333
|
};
|
|
1766
2334
|
responses: {
|
|
1767
2335
|
/** @description OK */
|
|
1768
2336
|
200: {
|
|
1769
2337
|
content: {
|
|
1770
|
-
"application/json": components["schemas"]["
|
|
1771
|
-
"application/xml": components["schemas"]["
|
|
2338
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
2339
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
1772
2340
|
};
|
|
1773
2341
|
};
|
|
1774
2342
|
/** @description Unauthorized */
|
|
@@ -1778,8 +2346,8 @@ export interface operations {
|
|
|
1778
2346
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1779
2347
|
};
|
|
1780
2348
|
};
|
|
1781
|
-
/** @description
|
|
1782
|
-
|
|
2349
|
+
/** @description Not Found */
|
|
2350
|
+
404: {
|
|
1783
2351
|
content: {
|
|
1784
2352
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1785
2353
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1788,10 +2356,10 @@ export interface operations {
|
|
|
1788
2356
|
};
|
|
1789
2357
|
};
|
|
1790
2358
|
/**
|
|
1791
|
-
*
|
|
1792
|
-
* @description
|
|
2359
|
+
* Assesses if a WishList exists
|
|
2360
|
+
* @description Assesses if a WishList exists but does not return the content
|
|
1793
2361
|
*/
|
|
1794
|
-
|
|
2362
|
+
CartWishListExistsHead: {
|
|
1795
2363
|
parameters: {
|
|
1796
2364
|
query?: {
|
|
1797
2365
|
"api-version"?: string;
|
|
@@ -1799,13 +2367,17 @@ export interface operations {
|
|
|
1799
2367
|
header?: {
|
|
1800
2368
|
"x-api-version"?: string;
|
|
1801
2369
|
};
|
|
2370
|
+
path: {
|
|
2371
|
+
cartId: string;
|
|
2372
|
+
wishListId: string;
|
|
2373
|
+
};
|
|
1802
2374
|
};
|
|
1803
2375
|
responses: {
|
|
1804
2376
|
/** @description OK */
|
|
1805
2377
|
200: {
|
|
1806
2378
|
content: {
|
|
1807
|
-
"application/json": components["schemas"]["
|
|
1808
|
-
"application/xml": components["schemas"]["
|
|
2379
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2380
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1809
2381
|
};
|
|
1810
2382
|
};
|
|
1811
2383
|
/** @description Unauthorized */
|
|
@@ -1815,8 +2387,8 @@ export interface operations {
|
|
|
1815
2387
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1816
2388
|
};
|
|
1817
2389
|
};
|
|
1818
|
-
/** @description
|
|
1819
|
-
|
|
2390
|
+
/** @description Not Found */
|
|
2391
|
+
404: {
|
|
1820
2392
|
content: {
|
|
1821
2393
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1822
2394
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1825,10 +2397,10 @@ export interface operations {
|
|
|
1825
2397
|
};
|
|
1826
2398
|
};
|
|
1827
2399
|
/**
|
|
1828
|
-
* Get
|
|
1829
|
-
* @description Get
|
|
2400
|
+
* Get a wish list by ID
|
|
2401
|
+
* @description Get a wish list by ID
|
|
1830
2402
|
*/
|
|
1831
|
-
|
|
2403
|
+
GetCartWishListDetails: {
|
|
1832
2404
|
parameters: {
|
|
1833
2405
|
query?: {
|
|
1834
2406
|
"api-version"?: string;
|
|
@@ -1836,13 +2408,17 @@ export interface operations {
|
|
|
1836
2408
|
header?: {
|
|
1837
2409
|
"x-api-version"?: string;
|
|
1838
2410
|
};
|
|
2411
|
+
path: {
|
|
2412
|
+
cartId: string;
|
|
2413
|
+
wishListId: string;
|
|
2414
|
+
};
|
|
1839
2415
|
};
|
|
1840
2416
|
responses: {
|
|
1841
2417
|
/** @description OK */
|
|
1842
2418
|
200: {
|
|
1843
2419
|
content: {
|
|
1844
|
-
"application/json": components["schemas"]["
|
|
1845
|
-
"application/xml": components["schemas"]["
|
|
2420
|
+
"application/json": components["schemas"]["WishListDtoEnvelope"];
|
|
2421
|
+
"application/xml": components["schemas"]["WishListDtoEnvelope"];
|
|
1846
2422
|
};
|
|
1847
2423
|
};
|
|
1848
2424
|
/** @description Unauthorized */
|
|
@@ -1852,8 +2428,8 @@ export interface operations {
|
|
|
1852
2428
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1853
2429
|
};
|
|
1854
2430
|
};
|
|
1855
|
-
/** @description
|
|
1856
|
-
|
|
2431
|
+
/** @description Not Found */
|
|
2432
|
+
404: {
|
|
1857
2433
|
content: {
|
|
1858
2434
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1859
2435
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1862,10 +2438,10 @@ export interface operations {
|
|
|
1862
2438
|
};
|
|
1863
2439
|
};
|
|
1864
2440
|
/**
|
|
1865
|
-
*
|
|
1866
|
-
* @description
|
|
2441
|
+
* Update a wish list
|
|
2442
|
+
* @description Update a wish list
|
|
1867
2443
|
*/
|
|
1868
|
-
|
|
2444
|
+
UpdateItemToWishList: {
|
|
1869
2445
|
parameters: {
|
|
1870
2446
|
query?: {
|
|
1871
2447
|
"api-version"?: string;
|
|
@@ -1874,15 +2450,22 @@ export interface operations {
|
|
|
1874
2450
|
"x-api-version"?: string;
|
|
1875
2451
|
};
|
|
1876
2452
|
path: {
|
|
1877
|
-
|
|
2453
|
+
cartId: string;
|
|
2454
|
+
wishListId: string;
|
|
2455
|
+
};
|
|
2456
|
+
};
|
|
2457
|
+
requestBody?: {
|
|
2458
|
+
content: {
|
|
2459
|
+
"application/json": components["schemas"]["WishListUpdateDto"];
|
|
2460
|
+
"application/xml": components["schemas"]["WishListUpdateDto"];
|
|
1878
2461
|
};
|
|
1879
2462
|
};
|
|
1880
2463
|
responses: {
|
|
1881
2464
|
/** @description OK */
|
|
1882
2465
|
200: {
|
|
1883
2466
|
content: {
|
|
1884
|
-
"application/json": components["schemas"]["
|
|
1885
|
-
"application/xml": components["schemas"]["
|
|
2467
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2468
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1886
2469
|
};
|
|
1887
2470
|
};
|
|
1888
2471
|
/** @description Unauthorized */
|
|
@@ -1892,8 +2475,8 @@ export interface operations {
|
|
|
1892
2475
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
1893
2476
|
};
|
|
1894
2477
|
};
|
|
1895
|
-
/** @description
|
|
1896
|
-
|
|
2478
|
+
/** @description Not Found */
|
|
2479
|
+
404: {
|
|
1897
2480
|
content: {
|
|
1898
2481
|
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
1899
2482
|
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
@@ -1902,10 +2485,10 @@ export interface operations {
|
|
|
1902
2485
|
};
|
|
1903
2486
|
};
|
|
1904
2487
|
/**
|
|
1905
|
-
*
|
|
1906
|
-
* @description
|
|
2488
|
+
* Delete a wish list
|
|
2489
|
+
* @description Delete a wish list
|
|
1907
2490
|
*/
|
|
1908
|
-
|
|
2491
|
+
DeleteCartWishList: {
|
|
1909
2492
|
parameters: {
|
|
1910
2493
|
query?: {
|
|
1911
2494
|
"api-version"?: string;
|
|
@@ -1915,14 +2498,15 @@ export interface operations {
|
|
|
1915
2498
|
};
|
|
1916
2499
|
path: {
|
|
1917
2500
|
cartId: string;
|
|
2501
|
+
wishListId: string;
|
|
1918
2502
|
};
|
|
1919
2503
|
};
|
|
1920
2504
|
responses: {
|
|
1921
2505
|
/** @description OK */
|
|
1922
2506
|
200: {
|
|
1923
2507
|
content: {
|
|
1924
|
-
"application/json": components["schemas"]["
|
|
1925
|
-
"application/xml": components["schemas"]["
|
|
2508
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
2509
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
1926
2510
|
};
|
|
1927
2511
|
};
|
|
1928
2512
|
/** @description Unauthorized */
|
|
@@ -1942,10 +2526,10 @@ export interface operations {
|
|
|
1942
2526
|
};
|
|
1943
2527
|
};
|
|
1944
2528
|
/**
|
|
1945
|
-
*
|
|
1946
|
-
* @description
|
|
2529
|
+
* Get all records in a wish list
|
|
2530
|
+
* @description Get all records in a wish list
|
|
1947
2531
|
*/
|
|
1948
|
-
|
|
2532
|
+
GetCartWishListItems: {
|
|
1949
2533
|
parameters: {
|
|
1950
2534
|
query?: {
|
|
1951
2535
|
"api-version"?: string;
|
|
@@ -1955,14 +2539,15 @@ export interface operations {
|
|
|
1955
2539
|
};
|
|
1956
2540
|
path: {
|
|
1957
2541
|
cartId: string;
|
|
2542
|
+
wishListId: string;
|
|
1958
2543
|
};
|
|
1959
2544
|
};
|
|
1960
2545
|
responses: {
|
|
1961
2546
|
/** @description OK */
|
|
1962
2547
|
200: {
|
|
1963
2548
|
content: {
|
|
1964
|
-
"application/json": components["schemas"]["
|
|
1965
|
-
"application/xml": components["schemas"]["
|
|
2549
|
+
"application/json": components["schemas"]["WishListItemRecordDto"][];
|
|
2550
|
+
"application/xml": components["schemas"]["WishListItemRecordDto"][];
|
|
1966
2551
|
};
|
|
1967
2552
|
};
|
|
1968
2553
|
/** @description Unauthorized */
|
|
@@ -1982,10 +2567,10 @@ export interface operations {
|
|
|
1982
2567
|
};
|
|
1983
2568
|
};
|
|
1984
2569
|
/**
|
|
1985
|
-
*
|
|
1986
|
-
* @description
|
|
2570
|
+
* Add a record to a wish list
|
|
2571
|
+
* @description Add a record to a wish list
|
|
1987
2572
|
*/
|
|
1988
|
-
|
|
2573
|
+
AddItemToWishList: {
|
|
1989
2574
|
parameters: {
|
|
1990
2575
|
query?: {
|
|
1991
2576
|
"api-version"?: string;
|
|
@@ -1995,13 +2580,13 @@ export interface operations {
|
|
|
1995
2580
|
};
|
|
1996
2581
|
path: {
|
|
1997
2582
|
cartId: string;
|
|
1998
|
-
|
|
2583
|
+
wishListId: string;
|
|
1999
2584
|
};
|
|
2000
2585
|
};
|
|
2001
2586
|
requestBody?: {
|
|
2002
2587
|
content: {
|
|
2003
|
-
"application/json": components["schemas"]["
|
|
2004
|
-
"application/xml": components["schemas"]["
|
|
2588
|
+
"application/json": components["schemas"]["ProductToWishListRequest"];
|
|
2589
|
+
"application/xml": components["schemas"]["ProductToWishListRequest"];
|
|
2005
2590
|
};
|
|
2006
2591
|
};
|
|
2007
2592
|
responses: {
|
|
@@ -2029,13 +2614,12 @@ export interface operations {
|
|
|
2029
2614
|
};
|
|
2030
2615
|
};
|
|
2031
2616
|
/**
|
|
2032
|
-
*
|
|
2033
|
-
* @description
|
|
2617
|
+
* Get a record in a wish list
|
|
2618
|
+
* @description Get a record in a wish list
|
|
2034
2619
|
*/
|
|
2035
|
-
|
|
2620
|
+
GetCartWishListItemAsync: {
|
|
2036
2621
|
parameters: {
|
|
2037
2622
|
query?: {
|
|
2038
|
-
quantity?: number;
|
|
2039
2623
|
"api-version"?: string;
|
|
2040
2624
|
};
|
|
2041
2625
|
header?: {
|
|
@@ -2043,15 +2627,16 @@ export interface operations {
|
|
|
2043
2627
|
};
|
|
2044
2628
|
path: {
|
|
2045
2629
|
cartId: string;
|
|
2046
|
-
|
|
2630
|
+
wishListId: string;
|
|
2631
|
+
recordId: string;
|
|
2047
2632
|
};
|
|
2048
2633
|
};
|
|
2049
2634
|
responses: {
|
|
2050
2635
|
/** @description OK */
|
|
2051
2636
|
200: {
|
|
2052
2637
|
content: {
|
|
2053
|
-
"application/json": components["schemas"]["
|
|
2054
|
-
"application/xml": components["schemas"]["
|
|
2638
|
+
"application/json": components["schemas"]["WishListItemRecordDto"][];
|
|
2639
|
+
"application/xml": components["schemas"]["WishListItemRecordDto"][];
|
|
2055
2640
|
};
|
|
2056
2641
|
};
|
|
2057
2642
|
/** @description Unauthorized */
|
|
@@ -2071,26 +2656,21 @@ export interface operations {
|
|
|
2071
2656
|
};
|
|
2072
2657
|
};
|
|
2073
2658
|
/**
|
|
2074
|
-
*
|
|
2075
|
-
* @description
|
|
2659
|
+
* Remove a record from a wish list
|
|
2660
|
+
* @description Remove a record from a wish list
|
|
2076
2661
|
*/
|
|
2077
|
-
|
|
2662
|
+
DeleteCartWishListRecord: {
|
|
2078
2663
|
parameters: {
|
|
2079
2664
|
query?: {
|
|
2080
2665
|
"api-version"?: string;
|
|
2081
2666
|
};
|
|
2082
2667
|
header?: {
|
|
2083
|
-
"x-api-version"?: string;
|
|
2084
|
-
};
|
|
2085
|
-
path: {
|
|
2086
|
-
cartId: string;
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
};
|
|
2090
|
-
requestBody?: {
|
|
2091
|
-
content: {
|
|
2092
|
-
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2093
|
-
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2668
|
+
"x-api-version"?: string;
|
|
2669
|
+
};
|
|
2670
|
+
path: {
|
|
2671
|
+
cartId: string;
|
|
2672
|
+
wishListId: string;
|
|
2673
|
+
recordId: string;
|
|
2094
2674
|
};
|
|
2095
2675
|
};
|
|
2096
2676
|
responses: {
|
|
@@ -2118,10 +2698,10 @@ export interface operations {
|
|
|
2118
2698
|
};
|
|
2119
2699
|
};
|
|
2120
2700
|
/**
|
|
2121
|
-
*
|
|
2122
|
-
* @description
|
|
2701
|
+
* Get all items in the compare table
|
|
2702
|
+
* @description Get all items in the compare table
|
|
2123
2703
|
*/
|
|
2124
|
-
|
|
2704
|
+
GetCartCompareRecords: {
|
|
2125
2705
|
parameters: {
|
|
2126
2706
|
query?: {
|
|
2127
2707
|
"api-version"?: string;
|
|
@@ -2131,15 +2711,14 @@ export interface operations {
|
|
|
2131
2711
|
};
|
|
2132
2712
|
path: {
|
|
2133
2713
|
cartId: string;
|
|
2134
|
-
itemId: string;
|
|
2135
2714
|
};
|
|
2136
2715
|
};
|
|
2137
2716
|
responses: {
|
|
2138
2717
|
/** @description OK */
|
|
2139
2718
|
200: {
|
|
2140
2719
|
content: {
|
|
2141
|
-
"application/json": components["schemas"]["
|
|
2142
|
-
"application/xml": components["schemas"]["
|
|
2720
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
2721
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
2143
2722
|
};
|
|
2144
2723
|
};
|
|
2145
2724
|
/** @description Unauthorized */
|
|
@@ -2152,17 +2731,17 @@ export interface operations {
|
|
|
2152
2731
|
/** @description Not Found */
|
|
2153
2732
|
404: {
|
|
2154
2733
|
content: {
|
|
2155
|
-
"application/json": components["schemas"]["
|
|
2156
|
-
"application/xml": components["schemas"]["
|
|
2734
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2735
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2157
2736
|
};
|
|
2158
2737
|
};
|
|
2159
2738
|
};
|
|
2160
2739
|
};
|
|
2161
2740
|
/**
|
|
2162
|
-
*
|
|
2163
|
-
* @description
|
|
2741
|
+
* Get an item from the compare table
|
|
2742
|
+
* @description Get an item from the compare table
|
|
2164
2743
|
*/
|
|
2165
|
-
|
|
2744
|
+
GetCartCompareRecord: {
|
|
2166
2745
|
parameters: {
|
|
2167
2746
|
query?: {
|
|
2168
2747
|
"api-version"?: string;
|
|
@@ -2175,18 +2754,12 @@ export interface operations {
|
|
|
2175
2754
|
itemId: string;
|
|
2176
2755
|
};
|
|
2177
2756
|
};
|
|
2178
|
-
requestBody?: {
|
|
2179
|
-
content: {
|
|
2180
|
-
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2181
|
-
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2182
|
-
};
|
|
2183
|
-
};
|
|
2184
2757
|
responses: {
|
|
2185
2758
|
/** @description OK */
|
|
2186
2759
|
200: {
|
|
2187
2760
|
content: {
|
|
2188
|
-
"application/json": components["schemas"]["
|
|
2189
|
-
"application/xml": components["schemas"]["
|
|
2761
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
2762
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
2190
2763
|
};
|
|
2191
2764
|
};
|
|
2192
2765
|
/** @description Unauthorized */
|
|
@@ -2206,10 +2779,10 @@ export interface operations {
|
|
|
2206
2779
|
};
|
|
2207
2780
|
};
|
|
2208
2781
|
/**
|
|
2209
|
-
*
|
|
2210
|
-
* @description
|
|
2782
|
+
* Add an item to the compare table
|
|
2783
|
+
* @description Add an item to the compare table
|
|
2211
2784
|
*/
|
|
2212
|
-
|
|
2785
|
+
AddItemToCartCompareTable: {
|
|
2213
2786
|
parameters: {
|
|
2214
2787
|
query?: {
|
|
2215
2788
|
"api-version"?: string;
|
|
@@ -2219,14 +2792,15 @@ export interface operations {
|
|
|
2219
2792
|
};
|
|
2220
2793
|
path: {
|
|
2221
2794
|
cartId: string;
|
|
2795
|
+
itemId: string;
|
|
2222
2796
|
};
|
|
2223
2797
|
};
|
|
2224
2798
|
responses: {
|
|
2225
2799
|
/** @description OK */
|
|
2226
2800
|
200: {
|
|
2227
2801
|
content: {
|
|
2228
|
-
"application/json": components["schemas"]["
|
|
2229
|
-
"application/xml": components["schemas"]["
|
|
2802
|
+
"application/json": components["schemas"]["ItemCartRecordDto"];
|
|
2803
|
+
"application/xml": components["schemas"]["ItemCartRecordDto"];
|
|
2230
2804
|
};
|
|
2231
2805
|
};
|
|
2232
2806
|
/** @description Unauthorized */
|
|
@@ -2246,10 +2820,10 @@ export interface operations {
|
|
|
2246
2820
|
};
|
|
2247
2821
|
};
|
|
2248
2822
|
/**
|
|
2249
|
-
*
|
|
2250
|
-
* @description
|
|
2823
|
+
* Remove an item from the compare table
|
|
2824
|
+
* @description Remove an item from the compare table
|
|
2251
2825
|
*/
|
|
2252
|
-
|
|
2826
|
+
RemoveItemFromCompareTableAsync: {
|
|
2253
2827
|
parameters: {
|
|
2254
2828
|
query?: {
|
|
2255
2829
|
"api-version"?: string;
|
|
@@ -2259,22 +2833,22 @@ export interface operations {
|
|
|
2259
2833
|
};
|
|
2260
2834
|
path: {
|
|
2261
2835
|
cartId: string;
|
|
2262
|
-
|
|
2836
|
+
itemId: string;
|
|
2263
2837
|
};
|
|
2264
2838
|
};
|
|
2265
2839
|
responses: {
|
|
2266
2840
|
/** @description OK */
|
|
2267
2841
|
200: {
|
|
2268
2842
|
content: {
|
|
2269
|
-
"application/json": components["schemas"]["
|
|
2270
|
-
"application/xml": components["schemas"]["
|
|
2843
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
2844
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
2271
2845
|
};
|
|
2272
2846
|
};
|
|
2273
2847
|
/** @description Unauthorized */
|
|
2274
2848
|
401: {
|
|
2275
2849
|
content: {
|
|
2276
|
-
"application/json": components["schemas"]["
|
|
2277
|
-
"application/xml": components["schemas"]["
|
|
2850
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2851
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2278
2852
|
};
|
|
2279
2853
|
};
|
|
2280
2854
|
/** @description Not Found */
|
|
@@ -2287,10 +2861,10 @@ export interface operations {
|
|
|
2287
2861
|
};
|
|
2288
2862
|
};
|
|
2289
2863
|
/**
|
|
2290
|
-
*
|
|
2291
|
-
* @description
|
|
2864
|
+
* Assesses if an Item is already in the compare table
|
|
2865
|
+
* @description Assesses if an Item is already in the compare table
|
|
2292
2866
|
*/
|
|
2293
|
-
|
|
2867
|
+
IsItemInCompareTableAsync: {
|
|
2294
2868
|
parameters: {
|
|
2295
2869
|
query?: {
|
|
2296
2870
|
"api-version"?: string;
|
|
@@ -2300,21 +2874,15 @@ export interface operations {
|
|
|
2300
2874
|
};
|
|
2301
2875
|
path: {
|
|
2302
2876
|
cartId: string;
|
|
2303
|
-
|
|
2304
|
-
};
|
|
2305
|
-
};
|
|
2306
|
-
requestBody?: {
|
|
2307
|
-
content: {
|
|
2308
|
-
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2309
|
-
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2877
|
+
itemId: string;
|
|
2310
2878
|
};
|
|
2311
2879
|
};
|
|
2312
2880
|
responses: {
|
|
2313
2881
|
/** @description OK */
|
|
2314
2882
|
200: {
|
|
2315
2883
|
content: {
|
|
2316
|
-
"application/json": components["schemas"]["
|
|
2317
|
-
"application/xml": components["schemas"]["
|
|
2884
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
2885
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
2318
2886
|
};
|
|
2319
2887
|
};
|
|
2320
2888
|
/** @description Unauthorized */
|
|
@@ -2334,10 +2902,10 @@ export interface operations {
|
|
|
2334
2902
|
};
|
|
2335
2903
|
};
|
|
2336
2904
|
/**
|
|
2337
|
-
*
|
|
2338
|
-
* @description
|
|
2905
|
+
* Get items to compare in a cart
|
|
2906
|
+
* @description Retrieves all items added to the compare table for the specified cart.
|
|
2339
2907
|
*/
|
|
2340
|
-
|
|
2908
|
+
GetItemToCompareRecords: {
|
|
2341
2909
|
parameters: {
|
|
2342
2910
|
query?: {
|
|
2343
2911
|
"api-version"?: string;
|
|
@@ -2347,15 +2915,14 @@ export interface operations {
|
|
|
2347
2915
|
};
|
|
2348
2916
|
path: {
|
|
2349
2917
|
cartId: string;
|
|
2350
|
-
lineId: string;
|
|
2351
2918
|
};
|
|
2352
2919
|
};
|
|
2353
2920
|
responses: {
|
|
2354
2921
|
/** @description OK */
|
|
2355
2922
|
200: {
|
|
2356
2923
|
content: {
|
|
2357
|
-
"application/json": components["schemas"]["
|
|
2358
|
-
"application/xml": components["schemas"]["
|
|
2924
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
2925
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoListEnvelope"];
|
|
2359
2926
|
};
|
|
2360
2927
|
};
|
|
2361
2928
|
/** @description Unauthorized */
|
|
@@ -2375,36 +2942,27 @@ export interface operations {
|
|
|
2375
2942
|
};
|
|
2376
2943
|
};
|
|
2377
2944
|
/**
|
|
2378
|
-
*
|
|
2379
|
-
* @description
|
|
2945
|
+
* Get compare record details
|
|
2946
|
+
* @description Retrieves the details of a specific item-to-compare cart record.
|
|
2380
2947
|
*/
|
|
2381
|
-
|
|
2948
|
+
GetItemToCompareRecord: {
|
|
2382
2949
|
parameters: {
|
|
2383
2950
|
query?: {
|
|
2384
|
-
quantity?: number;
|
|
2385
2951
|
"api-version"?: string;
|
|
2386
2952
|
};
|
|
2387
2953
|
header?: {
|
|
2388
2954
|
"x-api-version"?: string;
|
|
2389
2955
|
};
|
|
2390
2956
|
path: {
|
|
2391
|
-
|
|
2392
|
-
lineId: string;
|
|
2957
|
+
recordId: string;
|
|
2393
2958
|
};
|
|
2394
2959
|
};
|
|
2395
2960
|
responses: {
|
|
2396
2961
|
/** @description OK */
|
|
2397
2962
|
200: {
|
|
2398
2963
|
content: {
|
|
2399
|
-
"application/json": components["schemas"]["
|
|
2400
|
-
"application/xml": components["schemas"]["
|
|
2401
|
-
};
|
|
2402
|
-
};
|
|
2403
|
-
/** @description Unauthorized */
|
|
2404
|
-
401: {
|
|
2405
|
-
content: {
|
|
2406
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2407
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
2964
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
2965
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDtoEnvelope"];
|
|
2408
2966
|
};
|
|
2409
2967
|
};
|
|
2410
2968
|
/** @description Not Found */
|
|
@@ -2417,36 +2975,30 @@ export interface operations {
|
|
|
2417
2975
|
};
|
|
2418
2976
|
};
|
|
2419
2977
|
/**
|
|
2420
|
-
*
|
|
2421
|
-
* @description
|
|
2978
|
+
* Add an item to the compare table
|
|
2979
|
+
* @description Adds a product to the compare table for the specified cart with tracking.
|
|
2422
2980
|
*/
|
|
2423
|
-
|
|
2981
|
+
AddItemToCompareTableAsync: {
|
|
2424
2982
|
parameters: {
|
|
2425
2983
|
query?: {
|
|
2426
|
-
quantity?: number;
|
|
2427
2984
|
"api-version"?: string;
|
|
2428
2985
|
};
|
|
2429
2986
|
header?: {
|
|
2430
2987
|
"x-api-version"?: string;
|
|
2431
2988
|
};
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2989
|
+
};
|
|
2990
|
+
requestBody?: {
|
|
2991
|
+
content: {
|
|
2992
|
+
"application/json": components["schemas"]["AddProductToCompareRequest"];
|
|
2993
|
+
"application/xml": components["schemas"]["AddProductToCompareRequest"];
|
|
2435
2994
|
};
|
|
2436
2995
|
};
|
|
2437
2996
|
responses: {
|
|
2438
2997
|
/** @description OK */
|
|
2439
2998
|
200: {
|
|
2440
2999
|
content: {
|
|
2441
|
-
"application/json": components["schemas"]["
|
|
2442
|
-
"application/xml": components["schemas"]["
|
|
2443
|
-
};
|
|
2444
|
-
};
|
|
2445
|
-
/** @description Unauthorized */
|
|
2446
|
-
401: {
|
|
2447
|
-
content: {
|
|
2448
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2449
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3000
|
+
"application/json": components["schemas"]["ItemCartRecordDto"];
|
|
3001
|
+
"application/xml": components["schemas"]["ItemCartRecordDto"];
|
|
2450
3002
|
};
|
|
2451
3003
|
};
|
|
2452
3004
|
/** @description Not Found */
|
|
@@ -2459,10 +3011,10 @@ export interface operations {
|
|
|
2459
3011
|
};
|
|
2460
3012
|
};
|
|
2461
3013
|
/**
|
|
2462
|
-
*
|
|
2463
|
-
* @description
|
|
3014
|
+
* Remove an item from the compare table
|
|
3015
|
+
* @description Removes a specific record from the compare table by its record ID.
|
|
2464
3016
|
*/
|
|
2465
|
-
|
|
3017
|
+
RemoveItemFromCompareTable: {
|
|
2466
3018
|
parameters: {
|
|
2467
3019
|
query?: {
|
|
2468
3020
|
"api-version"?: string;
|
|
@@ -2471,22 +3023,15 @@ export interface operations {
|
|
|
2471
3023
|
"x-api-version"?: string;
|
|
2472
3024
|
};
|
|
2473
3025
|
path: {
|
|
2474
|
-
|
|
3026
|
+
recordId: string;
|
|
2475
3027
|
};
|
|
2476
3028
|
};
|
|
2477
3029
|
responses: {
|
|
2478
3030
|
/** @description OK */
|
|
2479
3031
|
200: {
|
|
2480
3032
|
content: {
|
|
2481
|
-
"application/json": components["schemas"]["
|
|
2482
|
-
"application/xml": components["schemas"]["
|
|
2483
|
-
};
|
|
2484
|
-
};
|
|
2485
|
-
/** @description Unauthorized */
|
|
2486
|
-
401: {
|
|
2487
|
-
content: {
|
|
2488
|
-
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
2489
|
-
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
3033
|
+
"application/json": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
3034
|
+
"application/xml": components["schemas"]["ItemToCompareCartRecordDto"];
|
|
2490
3035
|
};
|
|
2491
3036
|
};
|
|
2492
3037
|
/** @description Not Found */
|
|
@@ -2498,27 +3043,36 @@ export interface operations {
|
|
|
2498
3043
|
};
|
|
2499
3044
|
};
|
|
2500
3045
|
};
|
|
3046
|
+
"MapIdentityApi-/confirmEmail": {
|
|
3047
|
+
parameters: {
|
|
3048
|
+
query: {
|
|
3049
|
+
userId: string;
|
|
3050
|
+
code: string;
|
|
3051
|
+
changedEmail?: string;
|
|
3052
|
+
};
|
|
3053
|
+
};
|
|
3054
|
+
responses: {
|
|
3055
|
+
/** @description OK */
|
|
3056
|
+
200: {
|
|
3057
|
+
content: never;
|
|
3058
|
+
};
|
|
3059
|
+
};
|
|
3060
|
+
};
|
|
2501
3061
|
/**
|
|
2502
|
-
*
|
|
2503
|
-
* @description
|
|
3062
|
+
* Add an item to a cart
|
|
3063
|
+
* @description Adds an item with the specified quantity to the given cart.
|
|
2504
3064
|
*/
|
|
2505
|
-
|
|
3065
|
+
AddItemToCart: {
|
|
2506
3066
|
parameters: {
|
|
2507
3067
|
query?: {
|
|
3068
|
+
cartId?: string;
|
|
3069
|
+
itemId?: string;
|
|
3070
|
+
quantity?: number;
|
|
2508
3071
|
"api-version"?: string;
|
|
2509
3072
|
};
|
|
2510
3073
|
header?: {
|
|
2511
3074
|
"x-api-version"?: string;
|
|
2512
3075
|
};
|
|
2513
|
-
path: {
|
|
2514
|
-
cartId: string;
|
|
2515
|
-
};
|
|
2516
|
-
};
|
|
2517
|
-
requestBody?: {
|
|
2518
|
-
content: {
|
|
2519
|
-
"application/json": components["schemas"]["NewWishListRequest"];
|
|
2520
|
-
"application/xml": components["schemas"]["NewWishListRequest"];
|
|
2521
|
-
};
|
|
2522
3076
|
};
|
|
2523
3077
|
responses: {
|
|
2524
3078
|
/** @description OK */
|
|
@@ -2545,10 +3099,10 @@ export interface operations {
|
|
|
2545
3099
|
};
|
|
2546
3100
|
};
|
|
2547
3101
|
/**
|
|
2548
|
-
*
|
|
2549
|
-
* @description
|
|
3102
|
+
* Get all items in a cart
|
|
3103
|
+
* @description Retrieves all item cart records for the specified cart.
|
|
2550
3104
|
*/
|
|
2551
|
-
|
|
3105
|
+
GetItemsInCartAsync: {
|
|
2552
3106
|
parameters: {
|
|
2553
3107
|
query?: {
|
|
2554
3108
|
"api-version"?: string;
|
|
@@ -2558,15 +3112,14 @@ export interface operations {
|
|
|
2558
3112
|
};
|
|
2559
3113
|
path: {
|
|
2560
3114
|
cartId: string;
|
|
2561
|
-
itemId: string;
|
|
2562
3115
|
};
|
|
2563
3116
|
};
|
|
2564
3117
|
responses: {
|
|
2565
3118
|
/** @description OK */
|
|
2566
3119
|
200: {
|
|
2567
3120
|
content: {
|
|
2568
|
-
"application/json": components["schemas"]["
|
|
2569
|
-
"application/xml": components["schemas"]["
|
|
3121
|
+
"application/json": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
3122
|
+
"application/xml": components["schemas"]["ItemCartRecordDtoListEnvelope"];
|
|
2570
3123
|
};
|
|
2571
3124
|
};
|
|
2572
3125
|
/** @description Unauthorized */
|
|
@@ -2586,10 +3139,10 @@ export interface operations {
|
|
|
2586
3139
|
};
|
|
2587
3140
|
};
|
|
2588
3141
|
/**
|
|
2589
|
-
*
|
|
2590
|
-
* @description
|
|
3142
|
+
* Add a product to a cart with tracking
|
|
3143
|
+
* @description Adds a product to the cart using a request body with cart ID, product ID, and quantity.
|
|
2591
3144
|
*/
|
|
2592
|
-
|
|
3145
|
+
AddProductToCartAsync: {
|
|
2593
3146
|
parameters: {
|
|
2594
3147
|
query?: {
|
|
2595
3148
|
"api-version"?: string;
|
|
@@ -2597,17 +3150,19 @@ export interface operations {
|
|
|
2597
3150
|
header?: {
|
|
2598
3151
|
"x-api-version"?: string;
|
|
2599
3152
|
};
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
3153
|
+
};
|
|
3154
|
+
requestBody?: {
|
|
3155
|
+
content: {
|
|
3156
|
+
"application/json": components["schemas"]["ItemCartRecordCreateDto"];
|
|
3157
|
+
"application/xml": components["schemas"]["ItemCartRecordCreateDto"];
|
|
2603
3158
|
};
|
|
2604
3159
|
};
|
|
2605
3160
|
responses: {
|
|
2606
3161
|
/** @description OK */
|
|
2607
3162
|
200: {
|
|
2608
3163
|
content: {
|
|
2609
|
-
"application/json": components["schemas"]["
|
|
2610
|
-
"application/xml": components["schemas"]["
|
|
3164
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3165
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2611
3166
|
};
|
|
2612
3167
|
};
|
|
2613
3168
|
/** @description Unauthorized */
|
|
@@ -2627,21 +3182,19 @@ export interface operations {
|
|
|
2627
3182
|
};
|
|
2628
3183
|
};
|
|
2629
3184
|
/**
|
|
2630
|
-
*
|
|
2631
|
-
* @description
|
|
3185
|
+
* Remove a product from a cart
|
|
3186
|
+
* @description Removes a product from the cart using cart ID and product ID query parameters.
|
|
2632
3187
|
*/
|
|
2633
|
-
|
|
3188
|
+
RemoveProductFromCartByParams: {
|
|
2634
3189
|
parameters: {
|
|
2635
3190
|
query?: {
|
|
3191
|
+
cartId?: string;
|
|
3192
|
+
productId?: string;
|
|
2636
3193
|
"api-version"?: string;
|
|
2637
3194
|
};
|
|
2638
3195
|
header?: {
|
|
2639
3196
|
"x-api-version"?: string;
|
|
2640
3197
|
};
|
|
2641
|
-
path: {
|
|
2642
|
-
cartId: string;
|
|
2643
|
-
wishListId: string;
|
|
2644
|
-
};
|
|
2645
3198
|
};
|
|
2646
3199
|
responses: {
|
|
2647
3200
|
/** @description OK */
|
|
@@ -2668,28 +3221,26 @@ export interface operations {
|
|
|
2668
3221
|
};
|
|
2669
3222
|
};
|
|
2670
3223
|
/**
|
|
2671
|
-
*
|
|
2672
|
-
* @description
|
|
3224
|
+
* Check if an item is in a cart
|
|
3225
|
+
* @description Returns a boolean indicating whether the specified item is already in the given cart.
|
|
2673
3226
|
*/
|
|
2674
|
-
|
|
3227
|
+
IsItemAlreadyInCart: {
|
|
2675
3228
|
parameters: {
|
|
2676
|
-
query
|
|
3229
|
+
query: {
|
|
3230
|
+
itemID: string;
|
|
3231
|
+
cartID: string;
|
|
2677
3232
|
"api-version"?: string;
|
|
2678
3233
|
};
|
|
2679
3234
|
header?: {
|
|
2680
3235
|
"x-api-version"?: string;
|
|
2681
3236
|
};
|
|
2682
|
-
path: {
|
|
2683
|
-
cartId: string;
|
|
2684
|
-
wishListId: string;
|
|
2685
|
-
};
|
|
2686
3237
|
};
|
|
2687
3238
|
responses: {
|
|
2688
3239
|
/** @description OK */
|
|
2689
3240
|
200: {
|
|
2690
3241
|
content: {
|
|
2691
|
-
"application/json": components["schemas"]["
|
|
2692
|
-
"application/xml": components["schemas"]["
|
|
3242
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
3243
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
2693
3244
|
};
|
|
2694
3245
|
};
|
|
2695
3246
|
/** @description Unauthorized */
|
|
@@ -2702,34 +3253,25 @@ export interface operations {
|
|
|
2702
3253
|
/** @description Not Found */
|
|
2703
3254
|
404: {
|
|
2704
3255
|
content: {
|
|
2705
|
-
"application/json": components["schemas"]["
|
|
2706
|
-
"application/xml": components["schemas"]["
|
|
3256
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3257
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2707
3258
|
};
|
|
2708
3259
|
};
|
|
2709
3260
|
};
|
|
2710
3261
|
};
|
|
2711
3262
|
/**
|
|
2712
|
-
*
|
|
2713
|
-
* @description
|
|
3263
|
+
* Clear all items from a cart
|
|
3264
|
+
* @description Removes all item records from the specified cart.
|
|
2714
3265
|
*/
|
|
2715
|
-
|
|
3266
|
+
ClearCartAsync: {
|
|
2716
3267
|
parameters: {
|
|
2717
|
-
query
|
|
3268
|
+
query: {
|
|
3269
|
+
cartID: string;
|
|
2718
3270
|
"api-version"?: string;
|
|
2719
3271
|
};
|
|
2720
3272
|
header?: {
|
|
2721
3273
|
"x-api-version"?: string;
|
|
2722
3274
|
};
|
|
2723
|
-
path: {
|
|
2724
|
-
cartId: string;
|
|
2725
|
-
wishListId: string;
|
|
2726
|
-
};
|
|
2727
|
-
};
|
|
2728
|
-
requestBody?: {
|
|
2729
|
-
content: {
|
|
2730
|
-
"application/json": components["schemas"]["WishListUpdateDto"];
|
|
2731
|
-
"application/xml": components["schemas"]["WishListUpdateDto"];
|
|
2732
|
-
};
|
|
2733
3275
|
};
|
|
2734
3276
|
responses: {
|
|
2735
3277
|
/** @description OK */
|
|
@@ -2756,10 +3298,10 @@ export interface operations {
|
|
|
2756
3298
|
};
|
|
2757
3299
|
};
|
|
2758
3300
|
/**
|
|
2759
|
-
*
|
|
2760
|
-
* @description
|
|
3301
|
+
* Get a cart record by ID
|
|
3302
|
+
* @description Retrieves the details of a specific item cart record.
|
|
2761
3303
|
*/
|
|
2762
|
-
|
|
3304
|
+
GetItemCartRecord: {
|
|
2763
3305
|
parameters: {
|
|
2764
3306
|
query?: {
|
|
2765
3307
|
"api-version"?: string;
|
|
@@ -2768,8 +3310,7 @@ export interface operations {
|
|
|
2768
3310
|
"x-api-version"?: string;
|
|
2769
3311
|
};
|
|
2770
3312
|
path: {
|
|
2771
|
-
|
|
2772
|
-
wishListId: string;
|
|
3313
|
+
recordId: string;
|
|
2773
3314
|
};
|
|
2774
3315
|
};
|
|
2775
3316
|
responses: {
|
|
@@ -2783,8 +3324,8 @@ export interface operations {
|
|
|
2783
3324
|
/** @description Unauthorized */
|
|
2784
3325
|
401: {
|
|
2785
3326
|
content: {
|
|
2786
|
-
"application/json": components["schemas"]["
|
|
2787
|
-
"application/xml": components["schemas"]["
|
|
3327
|
+
"application/json": components["schemas"]["ItemCartRecordDtoEnvelope"];
|
|
3328
|
+
"application/xml": components["schemas"]["ItemCartRecordDtoEnvelope"];
|
|
2788
3329
|
};
|
|
2789
3330
|
};
|
|
2790
3331
|
/** @description Not Found */
|
|
@@ -2797,10 +3338,10 @@ export interface operations {
|
|
|
2797
3338
|
};
|
|
2798
3339
|
};
|
|
2799
3340
|
/**
|
|
2800
|
-
*
|
|
2801
|
-
* @description
|
|
3341
|
+
* Update a cart record
|
|
3342
|
+
* @description Updates the specified item cart record with the provided data.
|
|
2802
3343
|
*/
|
|
2803
|
-
|
|
3344
|
+
UpdateItemCartRecord: {
|
|
2804
3345
|
parameters: {
|
|
2805
3346
|
query?: {
|
|
2806
3347
|
"api-version"?: string;
|
|
@@ -2809,16 +3350,21 @@ export interface operations {
|
|
|
2809
3350
|
"x-api-version"?: string;
|
|
2810
3351
|
};
|
|
2811
3352
|
path: {
|
|
2812
|
-
|
|
2813
|
-
|
|
3353
|
+
recordId: string;
|
|
3354
|
+
};
|
|
3355
|
+
};
|
|
3356
|
+
requestBody?: {
|
|
3357
|
+
content: {
|
|
3358
|
+
"application/json": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
3359
|
+
"application/xml": components["schemas"]["ItemCartRecordUpdateDto"];
|
|
2814
3360
|
};
|
|
2815
3361
|
};
|
|
2816
3362
|
responses: {
|
|
2817
3363
|
/** @description OK */
|
|
2818
3364
|
200: {
|
|
2819
3365
|
content: {
|
|
2820
|
-
"application/json": components["schemas"]["
|
|
2821
|
-
"application/xml": components["schemas"]["
|
|
3366
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3367
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2822
3368
|
};
|
|
2823
3369
|
};
|
|
2824
3370
|
/** @description Unauthorized */
|
|
@@ -2838,10 +3384,10 @@ export interface operations {
|
|
|
2838
3384
|
};
|
|
2839
3385
|
};
|
|
2840
3386
|
/**
|
|
2841
|
-
*
|
|
2842
|
-
* @description
|
|
3387
|
+
* Remove a product from a cart by record ID
|
|
3388
|
+
* @description Removes a specific item record from the cart by its record ID.
|
|
2843
3389
|
*/
|
|
2844
|
-
|
|
3390
|
+
RemoveProductFromCartByRecordId: {
|
|
2845
3391
|
parameters: {
|
|
2846
3392
|
query?: {
|
|
2847
3393
|
"api-version"?: string;
|
|
@@ -2850,14 +3396,7 @@ export interface operations {
|
|
|
2850
3396
|
"x-api-version"?: string;
|
|
2851
3397
|
};
|
|
2852
3398
|
path: {
|
|
2853
|
-
|
|
2854
|
-
wishListId: string;
|
|
2855
|
-
};
|
|
2856
|
-
};
|
|
2857
|
-
requestBody?: {
|
|
2858
|
-
content: {
|
|
2859
|
-
"application/json": components["schemas"]["ProductToWishListRequest"];
|
|
2860
|
-
"application/xml": components["schemas"]["ProductToWishListRequest"];
|
|
3399
|
+
recordId: string;
|
|
2861
3400
|
};
|
|
2862
3401
|
};
|
|
2863
3402
|
responses: {
|
|
@@ -2885,20 +3424,19 @@ export interface operations {
|
|
|
2885
3424
|
};
|
|
2886
3425
|
};
|
|
2887
3426
|
/**
|
|
2888
|
-
*
|
|
2889
|
-
* @description
|
|
3427
|
+
* Increase cart record quantity
|
|
3428
|
+
* @description Increases the quantity of the specified item cart record by the given amount.
|
|
2890
3429
|
*/
|
|
2891
|
-
|
|
3430
|
+
IncreaseItemCartRecord: {
|
|
2892
3431
|
parameters: {
|
|
2893
3432
|
query?: {
|
|
3433
|
+
quantity?: number;
|
|
2894
3434
|
"api-version"?: string;
|
|
2895
3435
|
};
|
|
2896
3436
|
header?: {
|
|
2897
3437
|
"x-api-version"?: string;
|
|
2898
3438
|
};
|
|
2899
3439
|
path: {
|
|
2900
|
-
cartId: string;
|
|
2901
|
-
wishListId: string;
|
|
2902
3440
|
recordId: string;
|
|
2903
3441
|
};
|
|
2904
3442
|
};
|
|
@@ -2906,8 +3444,8 @@ export interface operations {
|
|
|
2906
3444
|
/** @description OK */
|
|
2907
3445
|
200: {
|
|
2908
3446
|
content: {
|
|
2909
|
-
"application/json": components["schemas"]["
|
|
2910
|
-
"application/xml": components["schemas"]["
|
|
3447
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3448
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
2911
3449
|
};
|
|
2912
3450
|
};
|
|
2913
3451
|
/** @description Unauthorized */
|
|
@@ -2927,20 +3465,19 @@ export interface operations {
|
|
|
2927
3465
|
};
|
|
2928
3466
|
};
|
|
2929
3467
|
/**
|
|
2930
|
-
*
|
|
2931
|
-
* @description
|
|
3468
|
+
* Decrease cart record quantity
|
|
3469
|
+
* @description Decreases the quantity of the specified item cart record by the given amount.
|
|
2932
3470
|
*/
|
|
2933
|
-
|
|
3471
|
+
DecreaseItemCartRecord: {
|
|
2934
3472
|
parameters: {
|
|
2935
3473
|
query?: {
|
|
3474
|
+
quantity?: number;
|
|
2936
3475
|
"api-version"?: string;
|
|
2937
3476
|
};
|
|
2938
3477
|
header?: {
|
|
2939
3478
|
"x-api-version"?: string;
|
|
2940
3479
|
};
|
|
2941
3480
|
path: {
|
|
2942
|
-
cartId: string;
|
|
2943
|
-
wishListId: string;
|
|
2944
3481
|
recordId: string;
|
|
2945
3482
|
};
|
|
2946
3483
|
};
|
|
@@ -2969,91 +3506,112 @@ export interface operations {
|
|
|
2969
3506
|
};
|
|
2970
3507
|
};
|
|
2971
3508
|
/**
|
|
2972
|
-
*
|
|
2973
|
-
* @description
|
|
3509
|
+
* Check if a product is in any wish list
|
|
3510
|
+
* @description Returns a boolean indicating whether the specified product exists in any wish list of the given cart.
|
|
2974
3511
|
*/
|
|
2975
|
-
|
|
3512
|
+
IsProductInWishLists: {
|
|
2976
3513
|
parameters: {
|
|
2977
3514
|
query?: {
|
|
3515
|
+
cartId?: string;
|
|
3516
|
+
productId?: string;
|
|
2978
3517
|
"api-version"?: string;
|
|
2979
3518
|
};
|
|
2980
3519
|
header?: {
|
|
2981
3520
|
"x-api-version"?: string;
|
|
2982
3521
|
};
|
|
2983
|
-
path: {
|
|
2984
|
-
cartId: string;
|
|
2985
|
-
};
|
|
2986
3522
|
};
|
|
2987
3523
|
responses: {
|
|
2988
3524
|
/** @description OK */
|
|
2989
3525
|
200: {
|
|
2990
3526
|
content: {
|
|
2991
|
-
"application/json": components["schemas"]["
|
|
2992
|
-
"application/xml": components["schemas"]["
|
|
3527
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
3528
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
2993
3529
|
};
|
|
2994
3530
|
};
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3531
|
+
};
|
|
3532
|
+
};
|
|
3533
|
+
/**
|
|
3534
|
+
* Check if a wish list exists
|
|
3535
|
+
* @description Returns a boolean indicating whether the specified wish list exists.
|
|
3536
|
+
*/
|
|
3537
|
+
WishListExists: {
|
|
3538
|
+
parameters: {
|
|
3539
|
+
query?: {
|
|
3540
|
+
wishListId?: string;
|
|
3541
|
+
"api-version"?: string;
|
|
3001
3542
|
};
|
|
3002
|
-
|
|
3003
|
-
|
|
3543
|
+
header?: {
|
|
3544
|
+
"x-api-version"?: string;
|
|
3545
|
+
};
|
|
3546
|
+
};
|
|
3547
|
+
responses: {
|
|
3548
|
+
/** @description OK */
|
|
3549
|
+
200: {
|
|
3004
3550
|
content: {
|
|
3005
|
-
"application/json": components["schemas"]["
|
|
3006
|
-
"application/xml": components["schemas"]["
|
|
3551
|
+
"application/json": components["schemas"]["BooleanEnvelope"];
|
|
3552
|
+
"application/xml": components["schemas"]["BooleanEnvelope"];
|
|
3007
3553
|
};
|
|
3008
3554
|
};
|
|
3009
3555
|
};
|
|
3010
3556
|
};
|
|
3011
3557
|
/**
|
|
3012
|
-
*
|
|
3013
|
-
* @description
|
|
3558
|
+
* Check if a wish list exists (HEAD)
|
|
3559
|
+
* @description HEAD request to check whether the specified wish list exists without returning a response body.
|
|
3014
3560
|
*/
|
|
3015
|
-
|
|
3561
|
+
WishListExistsHeadAsync: {
|
|
3016
3562
|
parameters: {
|
|
3017
3563
|
query?: {
|
|
3564
|
+
wishListId?: string;
|
|
3018
3565
|
"api-version"?: string;
|
|
3019
3566
|
};
|
|
3020
3567
|
header?: {
|
|
3021
3568
|
"x-api-version"?: string;
|
|
3022
3569
|
};
|
|
3023
|
-
path: {
|
|
3024
|
-
cartId: string;
|
|
3025
|
-
itemId: string;
|
|
3026
|
-
};
|
|
3027
3570
|
};
|
|
3028
3571
|
responses: {
|
|
3029
3572
|
/** @description OK */
|
|
3030
3573
|
200: {
|
|
3031
3574
|
content: {
|
|
3032
|
-
"application/json": components["schemas"]["
|
|
3033
|
-
"application/xml": components["schemas"]["
|
|
3575
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3576
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3034
3577
|
};
|
|
3035
3578
|
};
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3579
|
+
};
|
|
3580
|
+
};
|
|
3581
|
+
/**
|
|
3582
|
+
* Create a wish list
|
|
3583
|
+
* @description Creates a new wish list from the provided request data.
|
|
3584
|
+
*/
|
|
3585
|
+
CreateWishList: {
|
|
3586
|
+
parameters: {
|
|
3587
|
+
query?: {
|
|
3588
|
+
"api-version"?: string;
|
|
3042
3589
|
};
|
|
3043
|
-
|
|
3044
|
-
|
|
3590
|
+
header?: {
|
|
3591
|
+
"x-api-version"?: string;
|
|
3592
|
+
};
|
|
3593
|
+
};
|
|
3594
|
+
requestBody?: {
|
|
3595
|
+
content: {
|
|
3596
|
+
"application/json": components["schemas"]["NewWishListRequest"];
|
|
3597
|
+
"application/xml": components["schemas"]["NewWishListRequest"];
|
|
3598
|
+
};
|
|
3599
|
+
};
|
|
3600
|
+
responses: {
|
|
3601
|
+
/** @description OK */
|
|
3602
|
+
200: {
|
|
3045
3603
|
content: {
|
|
3046
|
-
"application/json": components["schemas"]["
|
|
3047
|
-
"application/xml": components["schemas"]["
|
|
3604
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3605
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3048
3606
|
};
|
|
3049
3607
|
};
|
|
3050
3608
|
};
|
|
3051
3609
|
};
|
|
3052
3610
|
/**
|
|
3053
|
-
*
|
|
3054
|
-
* @description
|
|
3611
|
+
* Update a wish list
|
|
3612
|
+
* @description Updates the specified wish list with the provided data.
|
|
3055
3613
|
*/
|
|
3056
|
-
|
|
3614
|
+
UpdateProductToWishList: {
|
|
3057
3615
|
parameters: {
|
|
3058
3616
|
query?: {
|
|
3059
3617
|
"api-version"?: string;
|
|
@@ -3062,39 +3620,56 @@ export interface operations {
|
|
|
3062
3620
|
"x-api-version"?: string;
|
|
3063
3621
|
};
|
|
3064
3622
|
path: {
|
|
3065
|
-
|
|
3066
|
-
|
|
3623
|
+
wishListId: string;
|
|
3624
|
+
};
|
|
3625
|
+
};
|
|
3626
|
+
requestBody?: {
|
|
3627
|
+
content: {
|
|
3628
|
+
"application/json": components["schemas"]["WishListUpdateDto"];
|
|
3629
|
+
"application/xml": components["schemas"]["WishListUpdateDto"];
|
|
3067
3630
|
};
|
|
3068
3631
|
};
|
|
3069
3632
|
responses: {
|
|
3070
3633
|
/** @description OK */
|
|
3071
3634
|
200: {
|
|
3072
3635
|
content: {
|
|
3073
|
-
"application/json": components["schemas"]["
|
|
3074
|
-
"application/xml": components["schemas"]["
|
|
3636
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3637
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3075
3638
|
};
|
|
3076
3639
|
};
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3640
|
+
};
|
|
3641
|
+
};
|
|
3642
|
+
/**
|
|
3643
|
+
* Delete a wish list
|
|
3644
|
+
* @description Deletes the specified wish list.
|
|
3645
|
+
*/
|
|
3646
|
+
DeleteWishList: {
|
|
3647
|
+
parameters: {
|
|
3648
|
+
query?: {
|
|
3649
|
+
"api-version"?: string;
|
|
3083
3650
|
};
|
|
3084
|
-
|
|
3085
|
-
|
|
3651
|
+
header?: {
|
|
3652
|
+
"x-api-version"?: string;
|
|
3653
|
+
};
|
|
3654
|
+
path: {
|
|
3655
|
+
wishListId: string;
|
|
3656
|
+
};
|
|
3657
|
+
};
|
|
3658
|
+
responses: {
|
|
3659
|
+
/** @description OK */
|
|
3660
|
+
200: {
|
|
3086
3661
|
content: {
|
|
3087
|
-
"application/json": components["schemas"]["
|
|
3088
|
-
"application/xml": components["schemas"]["
|
|
3662
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3663
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3089
3664
|
};
|
|
3090
3665
|
};
|
|
3091
3666
|
};
|
|
3092
3667
|
};
|
|
3093
3668
|
/**
|
|
3094
|
-
*
|
|
3095
|
-
* @description
|
|
3669
|
+
* Get wish lists for a cart
|
|
3670
|
+
* @description Retrieves all wish lists associated with the specified cart.
|
|
3096
3671
|
*/
|
|
3097
|
-
|
|
3672
|
+
GetWishListAsync: {
|
|
3098
3673
|
parameters: {
|
|
3099
3674
|
query?: {
|
|
3100
3675
|
"api-version"?: string;
|
|
@@ -3104,38 +3679,49 @@ export interface operations {
|
|
|
3104
3679
|
};
|
|
3105
3680
|
path: {
|
|
3106
3681
|
cartId: string;
|
|
3107
|
-
itemId: string;
|
|
3108
3682
|
};
|
|
3109
3683
|
};
|
|
3110
3684
|
responses: {
|
|
3111
3685
|
/** @description OK */
|
|
3112
3686
|
200: {
|
|
3113
3687
|
content: {
|
|
3114
|
-
"application/json": components["schemas"]["
|
|
3115
|
-
"application/xml": components["schemas"]["
|
|
3688
|
+
"application/json": components["schemas"]["WishListDto"][];
|
|
3689
|
+
"application/xml": components["schemas"]["WishListDto"][];
|
|
3116
3690
|
};
|
|
3117
3691
|
};
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3692
|
+
};
|
|
3693
|
+
};
|
|
3694
|
+
/**
|
|
3695
|
+
* Get wish list item records
|
|
3696
|
+
* @description Retrieves all item records in the specified wish list.
|
|
3697
|
+
*/
|
|
3698
|
+
GetCartWishListItemsAsync: {
|
|
3699
|
+
parameters: {
|
|
3700
|
+
query?: {
|
|
3701
|
+
"api-version"?: string;
|
|
3124
3702
|
};
|
|
3125
|
-
|
|
3126
|
-
|
|
3703
|
+
header?: {
|
|
3704
|
+
"x-api-version"?: string;
|
|
3705
|
+
};
|
|
3706
|
+
path: {
|
|
3707
|
+
wishListId: string;
|
|
3708
|
+
};
|
|
3709
|
+
};
|
|
3710
|
+
responses: {
|
|
3711
|
+
/** @description OK */
|
|
3712
|
+
200: {
|
|
3127
3713
|
content: {
|
|
3128
|
-
"application/json": components["schemas"]["
|
|
3129
|
-
"application/xml": components["schemas"]["
|
|
3714
|
+
"application/json": components["schemas"]["WishListItemRecordDto"][];
|
|
3715
|
+
"application/xml": components["schemas"]["WishListItemRecordDto"][];
|
|
3130
3716
|
};
|
|
3131
3717
|
};
|
|
3132
3718
|
};
|
|
3133
3719
|
};
|
|
3134
3720
|
/**
|
|
3135
|
-
*
|
|
3136
|
-
* @description
|
|
3721
|
+
* Get wish list details
|
|
3722
|
+
* @description Retrieves the full details of the specified wish list.
|
|
3137
3723
|
*/
|
|
3138
|
-
|
|
3724
|
+
GetCartWishListDetailsAsync: {
|
|
3139
3725
|
parameters: {
|
|
3140
3726
|
query?: {
|
|
3141
3727
|
"api-version"?: string;
|
|
@@ -3144,32 +3730,69 @@ export interface operations {
|
|
|
3144
3730
|
"x-api-version"?: string;
|
|
3145
3731
|
};
|
|
3146
3732
|
path: {
|
|
3147
|
-
|
|
3148
|
-
itemId: string;
|
|
3733
|
+
wishListId: string;
|
|
3149
3734
|
};
|
|
3150
3735
|
};
|
|
3151
3736
|
responses: {
|
|
3152
3737
|
/** @description OK */
|
|
3153
3738
|
200: {
|
|
3154
3739
|
content: {
|
|
3155
|
-
"application/json": components["schemas"]["
|
|
3156
|
-
"application/xml": components["schemas"]["
|
|
3740
|
+
"application/json": components["schemas"]["WishListDto"];
|
|
3741
|
+
"application/xml": components["schemas"]["WishListDto"];
|
|
3157
3742
|
};
|
|
3158
3743
|
};
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3744
|
+
};
|
|
3745
|
+
};
|
|
3746
|
+
/**
|
|
3747
|
+
* Add a product to a wish list
|
|
3748
|
+
* @description Adds the specified product to the given wish list.
|
|
3749
|
+
*/
|
|
3750
|
+
AddProductToWishList: {
|
|
3751
|
+
parameters: {
|
|
3752
|
+
query?: {
|
|
3753
|
+
"api-version"?: string;
|
|
3165
3754
|
};
|
|
3166
|
-
|
|
3167
|
-
|
|
3755
|
+
header?: {
|
|
3756
|
+
"x-api-version"?: string;
|
|
3757
|
+
};
|
|
3758
|
+
};
|
|
3759
|
+
requestBody?: {
|
|
3760
|
+
content: {
|
|
3761
|
+
"application/json": components["schemas"]["ProductToWishListRequest"];
|
|
3762
|
+
"application/xml": components["schemas"]["ProductToWishListRequest"];
|
|
3763
|
+
};
|
|
3764
|
+
};
|
|
3765
|
+
responses: {
|
|
3766
|
+
/** @description OK */
|
|
3767
|
+
200: {
|
|
3168
3768
|
content: {
|
|
3169
|
-
"application/json": components["schemas"]["
|
|
3170
|
-
"application/xml": components["schemas"]["
|
|
3769
|
+
"application/json": components["schemas"]["EmptyEnvelope"];
|
|
3770
|
+
"application/xml": components["schemas"]["EmptyEnvelope"];
|
|
3171
3771
|
};
|
|
3172
3772
|
};
|
|
3173
3773
|
};
|
|
3174
3774
|
};
|
|
3775
|
+
/**
|
|
3776
|
+
* Delete a wish list record
|
|
3777
|
+
* @description Removes a specific item record from a wish list by its record ID.
|
|
3778
|
+
*/
|
|
3779
|
+
DeleteWishListRecord: {
|
|
3780
|
+
parameters: {
|
|
3781
|
+
query?: {
|
|
3782
|
+
"api-version"?: string;
|
|
3783
|
+
};
|
|
3784
|
+
header?: {
|
|
3785
|
+
"x-api-version"?: string;
|
|
3786
|
+
};
|
|
3787
|
+
path: {
|
|
3788
|
+
recordId: string;
|
|
3789
|
+
};
|
|
3790
|
+
};
|
|
3791
|
+
responses: {
|
|
3792
|
+
/** @description OK */
|
|
3793
|
+
200: {
|
|
3794
|
+
content: never;
|
|
3795
|
+
};
|
|
3796
|
+
};
|
|
3797
|
+
};
|
|
3175
3798
|
}
|