@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
|
@@ -0,0 +1,2171 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
export type AccessTokenResponseReadable = {
|
|
4
|
+
readonly tokenType?: string | null;
|
|
5
|
+
accessToken: string | null;
|
|
6
|
+
expiresIn: number;
|
|
7
|
+
refreshToken: string | null;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export type AccessTokenResponseWritable = {
|
|
11
|
+
accessToken: string | null;
|
|
12
|
+
expiresIn: number;
|
|
13
|
+
refreshToken: string | null;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export type ContactDtoReadable = {
|
|
17
|
+
id?: string | null;
|
|
18
|
+
timestamp?: string | null;
|
|
19
|
+
readonly qualifiedName?: string | null;
|
|
20
|
+
tenantId?: string | null;
|
|
21
|
+
type?: 'Individual' | 'Organization';
|
|
22
|
+
email?: string | null;
|
|
23
|
+
phone?: string | null;
|
|
24
|
+
publicName?: string | null;
|
|
25
|
+
firstName?: string | null;
|
|
26
|
+
lastName?: string | null;
|
|
27
|
+
jobTitle?: string | null;
|
|
28
|
+
coverUrl?: string | null;
|
|
29
|
+
avatarUrl?: string | null;
|
|
30
|
+
countryId?: string | null;
|
|
31
|
+
timezoneId?: string | null;
|
|
32
|
+
languageId?: string | null;
|
|
33
|
+
socialProfileId?: string | null;
|
|
34
|
+
webUrl?: string | null;
|
|
35
|
+
gitHubUrl?: string | null;
|
|
36
|
+
twitchUrl?: string | null;
|
|
37
|
+
redditUrl?: string | null;
|
|
38
|
+
tikTokUrl?: string | null;
|
|
39
|
+
websiteUrl?: string | null;
|
|
40
|
+
twitterUrl?: string | null;
|
|
41
|
+
facebookUrl?: string | null;
|
|
42
|
+
youTubeUrl?: string | null;
|
|
43
|
+
linkedInUrl?: string | null;
|
|
44
|
+
instagramUrl?: string | null;
|
|
45
|
+
githubUsername?: string | null;
|
|
46
|
+
duns?: string | null;
|
|
47
|
+
taxId?: string | null;
|
|
48
|
+
about?: string | null;
|
|
49
|
+
street?: string | null;
|
|
50
|
+
cartId?: string | null;
|
|
51
|
+
cityId?: string | null;
|
|
52
|
+
zipCode?: string | null;
|
|
53
|
+
stateId?: string | null;
|
|
54
|
+
walletId?: string | null;
|
|
55
|
+
faxNumber?: string | null;
|
|
56
|
+
postalCode?: string | null;
|
|
57
|
+
currencyId?: string | null;
|
|
58
|
+
streetLine1?: string | null;
|
|
59
|
+
streetLine2?: string | null;
|
|
60
|
+
territoryId?: string | null;
|
|
61
|
+
mobilePhone?: string | null;
|
|
62
|
+
enrollmentId?: string | null;
|
|
63
|
+
annualRevenue?: string | null;
|
|
64
|
+
relatedUserId?: string | null;
|
|
65
|
+
businessPhone?: string | null;
|
|
66
|
+
ownerContactId?: string | null;
|
|
67
|
+
relatedTenantId?: string | null;
|
|
68
|
+
activityFeedId?: string | null;
|
|
69
|
+
parentContactId?: string | null;
|
|
70
|
+
identityProvider?: string | null;
|
|
71
|
+
partnerProfileId?: string | null;
|
|
72
|
+
primaryContactId?: string | null;
|
|
73
|
+
activeDirectoryId?: string | null;
|
|
74
|
+
identityProviderAccessToken?: string | null;
|
|
75
|
+
birthday?: string | null;
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
export type ContactDtoWritable = {
|
|
79
|
+
id?: string | null;
|
|
80
|
+
timestamp?: string | null;
|
|
81
|
+
tenantId?: string | null;
|
|
82
|
+
type?: 'Individual' | 'Organization';
|
|
83
|
+
email?: string | null;
|
|
84
|
+
phone?: string | null;
|
|
85
|
+
publicName?: string | null;
|
|
86
|
+
firstName?: string | null;
|
|
87
|
+
lastName?: string | null;
|
|
88
|
+
jobTitle?: string | null;
|
|
89
|
+
coverUrl?: string | null;
|
|
90
|
+
avatarUrl?: string | null;
|
|
91
|
+
countryId?: string | null;
|
|
92
|
+
timezoneId?: string | null;
|
|
93
|
+
languageId?: string | null;
|
|
94
|
+
socialProfileId?: string | null;
|
|
95
|
+
webUrl?: string | null;
|
|
96
|
+
gitHubUrl?: string | null;
|
|
97
|
+
twitchUrl?: string | null;
|
|
98
|
+
redditUrl?: string | null;
|
|
99
|
+
tikTokUrl?: string | null;
|
|
100
|
+
websiteUrl?: string | null;
|
|
101
|
+
twitterUrl?: string | null;
|
|
102
|
+
facebookUrl?: string | null;
|
|
103
|
+
youTubeUrl?: string | null;
|
|
104
|
+
linkedInUrl?: string | null;
|
|
105
|
+
instagramUrl?: string | null;
|
|
106
|
+
githubUsername?: string | null;
|
|
107
|
+
duns?: string | null;
|
|
108
|
+
taxId?: string | null;
|
|
109
|
+
about?: string | null;
|
|
110
|
+
street?: string | null;
|
|
111
|
+
cartId?: string | null;
|
|
112
|
+
cityId?: string | null;
|
|
113
|
+
zipCode?: string | null;
|
|
114
|
+
stateId?: string | null;
|
|
115
|
+
walletId?: string | null;
|
|
116
|
+
faxNumber?: string | null;
|
|
117
|
+
postalCode?: string | null;
|
|
118
|
+
currencyId?: string | null;
|
|
119
|
+
streetLine1?: string | null;
|
|
120
|
+
streetLine2?: string | null;
|
|
121
|
+
territoryId?: string | null;
|
|
122
|
+
mobilePhone?: string | null;
|
|
123
|
+
enrollmentId?: string | null;
|
|
124
|
+
annualRevenue?: string | null;
|
|
125
|
+
relatedUserId?: string | null;
|
|
126
|
+
businessPhone?: string | null;
|
|
127
|
+
ownerContactId?: string | null;
|
|
128
|
+
relatedTenantId?: string | null;
|
|
129
|
+
activityFeedId?: string | null;
|
|
130
|
+
parentContactId?: string | null;
|
|
131
|
+
identityProvider?: string | null;
|
|
132
|
+
partnerProfileId?: string | null;
|
|
133
|
+
primaryContactId?: string | null;
|
|
134
|
+
activeDirectoryId?: string | null;
|
|
135
|
+
identityProviderAccessToken?: string | null;
|
|
136
|
+
birthday?: string | null;
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
export type CurrencyIdReadable = {
|
|
140
|
+
readonly value?: string | null;
|
|
141
|
+
code?: string | null;
|
|
142
|
+
country?: string | null;
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
export type CurrencyIdWritable = {
|
|
146
|
+
code?: string | null;
|
|
147
|
+
country?: string | null;
|
|
148
|
+
};
|
|
149
|
+
|
|
150
|
+
export type EmailDispatchRequest = {
|
|
151
|
+
title: string;
|
|
152
|
+
message: string;
|
|
153
|
+
buttonLink?: string | null;
|
|
154
|
+
buttonText?: string | null;
|
|
155
|
+
alertMessage?: string | null;
|
|
156
|
+
alertType?: 'None' | 'Info' | 'Error' | 'Warning' | 'Success' | 'Action' | 'Alert';
|
|
157
|
+
culture: string;
|
|
158
|
+
uiCulture: string;
|
|
159
|
+
recipients: Array<string>;
|
|
160
|
+
contactIds?: Array<string> | null;
|
|
161
|
+
tenantIds?: Array<string> | null;
|
|
162
|
+
userIds?: Array<string> | null;
|
|
163
|
+
templateUrl?: string | null;
|
|
164
|
+
emailTemplateId?: string | null;
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
export type EmptyEnvelopeReadable = {
|
|
168
|
+
readonly isSuccess?: boolean;
|
|
169
|
+
errorMessage?: string | null;
|
|
170
|
+
correlationId?: string | null;
|
|
171
|
+
readonly timestamp?: string;
|
|
172
|
+
readonly activityId?: string | null;
|
|
173
|
+
};
|
|
174
|
+
|
|
175
|
+
export type EmptyEnvelopeWritable = {
|
|
176
|
+
errorMessage?: string | null;
|
|
177
|
+
correlationId?: string | null;
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
export type ErrorEnvelopeReadable = {
|
|
181
|
+
readonly isSuccess?: boolean;
|
|
182
|
+
errorMessage?: string | null;
|
|
183
|
+
correlationId?: string | null;
|
|
184
|
+
readonly timestamp?: string;
|
|
185
|
+
readonly activityId?: string | null;
|
|
186
|
+
};
|
|
187
|
+
|
|
188
|
+
export type ErrorEnvelopeWritable = {
|
|
189
|
+
errorMessage?: string | null;
|
|
190
|
+
correlationId?: string | null;
|
|
191
|
+
};
|
|
192
|
+
|
|
193
|
+
export type ExtendedOrderDtoReadable = {
|
|
194
|
+
id?: string | null;
|
|
195
|
+
timestamp?: string | null;
|
|
196
|
+
closed?: boolean;
|
|
197
|
+
type?: string | null;
|
|
198
|
+
title?: string | null;
|
|
199
|
+
userId?: string | null;
|
|
200
|
+
tenantId?: string | null;
|
|
201
|
+
description?: string | null;
|
|
202
|
+
priceListId?: string | null;
|
|
203
|
+
enrollmentId?: string | null;
|
|
204
|
+
individualId?: string | null;
|
|
205
|
+
organizationId?: string | null;
|
|
206
|
+
receiverTenantId?: string | null;
|
|
207
|
+
firstName?: string | null;
|
|
208
|
+
lastName?: string | null;
|
|
209
|
+
companyName?: string | null;
|
|
210
|
+
billingEmail?: string | null;
|
|
211
|
+
addressLine1?: string | null;
|
|
212
|
+
addressLine2?: string | null;
|
|
213
|
+
postalCode?: string | null;
|
|
214
|
+
countryId?: string | null;
|
|
215
|
+
stateId?: string | null;
|
|
216
|
+
cityId?: string | null;
|
|
217
|
+
customerNotes?: string | null;
|
|
218
|
+
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
219
|
+
forexRate?: number;
|
|
220
|
+
currencyId?: string | null;
|
|
221
|
+
totalDetail?: number;
|
|
222
|
+
totalDetailCurrencyId?: string | null;
|
|
223
|
+
totalProfit?: number;
|
|
224
|
+
totalProfitCurrencyId?: string | null;
|
|
225
|
+
totalDiscounts?: number;
|
|
226
|
+
totalDiscountsCurrencyId?: string | null;
|
|
227
|
+
totalSurcharges?: number;
|
|
228
|
+
totalSurchargesCurrencyId?: string | null;
|
|
229
|
+
totalTaxBase?: number;
|
|
230
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
231
|
+
totalTaxes?: number;
|
|
232
|
+
totalTaxesCurrencyId?: string | null;
|
|
233
|
+
totalShippingCost?: number;
|
|
234
|
+
totalShippingCostCurrencyId?: string | null;
|
|
235
|
+
totalShippingTax?: number;
|
|
236
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
237
|
+
totalWithheldTax?: number;
|
|
238
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
239
|
+
totalGlobalDiscounts?: number;
|
|
240
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
241
|
+
totalGlobalSurcharges?: number;
|
|
242
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
243
|
+
total?: number;
|
|
244
|
+
totalCurrencyId?: string | null;
|
|
245
|
+
totalDetailInUsd?: number;
|
|
246
|
+
totalProfitInUsd?: number;
|
|
247
|
+
totalDiscountsInUsd?: number;
|
|
248
|
+
totalSurchargesInUsd?: number;
|
|
249
|
+
totalTaxBaseInUsd?: number;
|
|
250
|
+
totalTaxesInUsd?: number;
|
|
251
|
+
totalWithheldTaxesInUsd?: number;
|
|
252
|
+
totalShippingCostInUsd?: number;
|
|
253
|
+
totalShippingTaxesInUsd?: number;
|
|
254
|
+
totalGlobalDiscountsInUsd?: number;
|
|
255
|
+
totalGlobalSurchargesInUsd?: number;
|
|
256
|
+
totalInUsd?: number;
|
|
257
|
+
orderLinesCount?: number;
|
|
258
|
+
quoteId?: string | null;
|
|
259
|
+
walletId?: string | null;
|
|
260
|
+
paymentTermId?: string | null;
|
|
261
|
+
parentOrderId?: string | null;
|
|
262
|
+
shippingMethodId?: string | null;
|
|
263
|
+
billingLocationId?: string | null;
|
|
264
|
+
shippingLocationId?: string | null;
|
|
265
|
+
qualifiedIdentifier?: string | null;
|
|
266
|
+
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
267
|
+
freightTerms?: 'FOB' | 'NoCharge';
|
|
268
|
+
orderStatus?: 'New' | 'Processing' | 'Accepted' | 'Declined' | 'Shipped' | 'Delivered' | 'OnHold' | 'Failed' | 'Fulfilled' | 'Cancelled';
|
|
269
|
+
requestedDeliveryDate?: string;
|
|
270
|
+
customTaxAmount?: number;
|
|
271
|
+
customTotalAmount?: number;
|
|
272
|
+
customDetailAmount?: number;
|
|
273
|
+
customProfitAmount?: number;
|
|
274
|
+
customDiscountsAmount?: number;
|
|
275
|
+
customSurchargesAmount?: number;
|
|
276
|
+
customShippingTaxAmount?: number;
|
|
277
|
+
customShippingCostAmount?: number;
|
|
278
|
+
customWithholdingTaxAmount?: number;
|
|
279
|
+
user?: UserDtoReadable;
|
|
280
|
+
tenant?: TenantDtoReadable;
|
|
281
|
+
individual?: ContactDtoReadable;
|
|
282
|
+
organization?: ContactDtoReadable;
|
|
283
|
+
receiverTenant?: TenantDtoReadable;
|
|
284
|
+
enrollment?: TenantEnrollmentDto;
|
|
285
|
+
};
|
|
286
|
+
|
|
287
|
+
export type ExtendedOrderDtoWritable = {
|
|
288
|
+
id?: string | null;
|
|
289
|
+
timestamp?: string | null;
|
|
290
|
+
closed?: boolean;
|
|
291
|
+
type?: string | null;
|
|
292
|
+
title?: string | null;
|
|
293
|
+
userId?: string | null;
|
|
294
|
+
tenantId?: string | null;
|
|
295
|
+
description?: string | null;
|
|
296
|
+
priceListId?: string | null;
|
|
297
|
+
enrollmentId?: string | null;
|
|
298
|
+
individualId?: string | null;
|
|
299
|
+
organizationId?: string | null;
|
|
300
|
+
receiverTenantId?: string | null;
|
|
301
|
+
firstName?: string | null;
|
|
302
|
+
lastName?: string | null;
|
|
303
|
+
companyName?: string | null;
|
|
304
|
+
billingEmail?: string | null;
|
|
305
|
+
addressLine1?: string | null;
|
|
306
|
+
addressLine2?: string | null;
|
|
307
|
+
postalCode?: string | null;
|
|
308
|
+
countryId?: string | null;
|
|
309
|
+
stateId?: string | null;
|
|
310
|
+
cityId?: string | null;
|
|
311
|
+
customerNotes?: string | null;
|
|
312
|
+
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
313
|
+
forexRate?: number;
|
|
314
|
+
currencyId?: string | null;
|
|
315
|
+
totalDetail?: number;
|
|
316
|
+
totalDetailCurrencyId?: string | null;
|
|
317
|
+
totalProfit?: number;
|
|
318
|
+
totalProfitCurrencyId?: string | null;
|
|
319
|
+
totalDiscounts?: number;
|
|
320
|
+
totalDiscountsCurrencyId?: string | null;
|
|
321
|
+
totalSurcharges?: number;
|
|
322
|
+
totalSurchargesCurrencyId?: string | null;
|
|
323
|
+
totalTaxBase?: number;
|
|
324
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
325
|
+
totalTaxes?: number;
|
|
326
|
+
totalTaxesCurrencyId?: string | null;
|
|
327
|
+
totalShippingCost?: number;
|
|
328
|
+
totalShippingCostCurrencyId?: string | null;
|
|
329
|
+
totalShippingTax?: number;
|
|
330
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
331
|
+
totalWithheldTax?: number;
|
|
332
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
333
|
+
totalGlobalDiscounts?: number;
|
|
334
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
335
|
+
totalGlobalSurcharges?: number;
|
|
336
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
337
|
+
total?: number;
|
|
338
|
+
totalCurrencyId?: string | null;
|
|
339
|
+
totalDetailInUsd?: number;
|
|
340
|
+
totalProfitInUsd?: number;
|
|
341
|
+
totalDiscountsInUsd?: number;
|
|
342
|
+
totalSurchargesInUsd?: number;
|
|
343
|
+
totalTaxBaseInUsd?: number;
|
|
344
|
+
totalTaxesInUsd?: number;
|
|
345
|
+
totalWithheldTaxesInUsd?: number;
|
|
346
|
+
totalShippingCostInUsd?: number;
|
|
347
|
+
totalShippingTaxesInUsd?: number;
|
|
348
|
+
totalGlobalDiscountsInUsd?: number;
|
|
349
|
+
totalGlobalSurchargesInUsd?: number;
|
|
350
|
+
totalInUsd?: number;
|
|
351
|
+
orderLinesCount?: number;
|
|
352
|
+
quoteId?: string | null;
|
|
353
|
+
walletId?: string | null;
|
|
354
|
+
paymentTermId?: string | null;
|
|
355
|
+
parentOrderId?: string | null;
|
|
356
|
+
shippingMethodId?: string | null;
|
|
357
|
+
billingLocationId?: string | null;
|
|
358
|
+
shippingLocationId?: string | null;
|
|
359
|
+
qualifiedIdentifier?: string | null;
|
|
360
|
+
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
361
|
+
freightTerms?: 'FOB' | 'NoCharge';
|
|
362
|
+
orderStatus?: 'New' | 'Processing' | 'Accepted' | 'Declined' | 'Shipped' | 'Delivered' | 'OnHold' | 'Failed' | 'Fulfilled' | 'Cancelled';
|
|
363
|
+
requestedDeliveryDate?: string;
|
|
364
|
+
customTaxAmount?: number;
|
|
365
|
+
customTotalAmount?: number;
|
|
366
|
+
customDetailAmount?: number;
|
|
367
|
+
customProfitAmount?: number;
|
|
368
|
+
customDiscountsAmount?: number;
|
|
369
|
+
customSurchargesAmount?: number;
|
|
370
|
+
customShippingTaxAmount?: number;
|
|
371
|
+
customShippingCostAmount?: number;
|
|
372
|
+
customWithholdingTaxAmount?: number;
|
|
373
|
+
user?: UserDtoWritable;
|
|
374
|
+
tenant?: TenantDtoWritable;
|
|
375
|
+
individual?: ContactDtoWritable;
|
|
376
|
+
organization?: ContactDtoWritable;
|
|
377
|
+
receiverTenant?: TenantDtoWritable;
|
|
378
|
+
enrollment?: TenantEnrollmentDto;
|
|
379
|
+
};
|
|
380
|
+
|
|
381
|
+
export type ExtendedOrderDtoListEnvelopeReadable = {
|
|
382
|
+
readonly isSuccess?: boolean;
|
|
383
|
+
errorMessage?: string | null;
|
|
384
|
+
correlationId?: string | null;
|
|
385
|
+
readonly timestamp?: string;
|
|
386
|
+
readonly activityId?: string | null;
|
|
387
|
+
result?: Array<ExtendedOrderDtoReadable> | null;
|
|
388
|
+
};
|
|
389
|
+
|
|
390
|
+
export type ExtendedOrderDtoListEnvelopeWritable = {
|
|
391
|
+
errorMessage?: string | null;
|
|
392
|
+
correlationId?: string | null;
|
|
393
|
+
result?: Array<ExtendedOrderDtoWritable> | null;
|
|
394
|
+
};
|
|
395
|
+
|
|
396
|
+
export type ForexRates = {
|
|
397
|
+
success?: boolean;
|
|
398
|
+
date?: string | null;
|
|
399
|
+
base?: string | null;
|
|
400
|
+
timestamp?: number;
|
|
401
|
+
requestTimestamp?: string;
|
|
402
|
+
rates?: {
|
|
403
|
+
[key: string]: number;
|
|
404
|
+
} | null;
|
|
405
|
+
};
|
|
406
|
+
|
|
407
|
+
export type ForgotPasswordRequest = {
|
|
408
|
+
email: string | null;
|
|
409
|
+
};
|
|
410
|
+
|
|
411
|
+
export type HttpValidationProblemDetails = {
|
|
412
|
+
type?: string | null;
|
|
413
|
+
title?: string | null;
|
|
414
|
+
status?: number | null;
|
|
415
|
+
detail?: string | null;
|
|
416
|
+
instance?: string | null;
|
|
417
|
+
errors?: {
|
|
418
|
+
[key: string]: Array<string>;
|
|
419
|
+
} | null;
|
|
420
|
+
[key: string]: unknown | (string | null) | (string | null) | (number | null) | (string | null) | (string | null) | ({
|
|
421
|
+
[key: string]: Array<string>;
|
|
422
|
+
} | null) | undefined;
|
|
423
|
+
};
|
|
424
|
+
|
|
425
|
+
export type InfoRequest = {
|
|
426
|
+
newEmail?: string | null;
|
|
427
|
+
newPassword?: string | null;
|
|
428
|
+
oldPassword?: string | null;
|
|
429
|
+
};
|
|
430
|
+
|
|
431
|
+
export type InfoResponse = {
|
|
432
|
+
email: string | null;
|
|
433
|
+
isEmailConfirmed: boolean;
|
|
434
|
+
};
|
|
435
|
+
|
|
436
|
+
export type Int32EnvelopeReadable = {
|
|
437
|
+
readonly isSuccess?: boolean;
|
|
438
|
+
errorMessage?: string | null;
|
|
439
|
+
correlationId?: string | null;
|
|
440
|
+
readonly timestamp?: string;
|
|
441
|
+
readonly activityId?: string | null;
|
|
442
|
+
result?: number;
|
|
443
|
+
};
|
|
444
|
+
|
|
445
|
+
export type Int32EnvelopeWritable = {
|
|
446
|
+
errorMessage?: string | null;
|
|
447
|
+
correlationId?: string | null;
|
|
448
|
+
result?: number;
|
|
449
|
+
};
|
|
450
|
+
|
|
451
|
+
export type LoginRequest = {
|
|
452
|
+
email: string | null;
|
|
453
|
+
password: string | null;
|
|
454
|
+
twoFactorCode?: string | null;
|
|
455
|
+
twoFactorRecoveryCode?: string | null;
|
|
456
|
+
};
|
|
457
|
+
|
|
458
|
+
export type MoneyReadable = {
|
|
459
|
+
amount?: number;
|
|
460
|
+
currency?: CurrencyIdReadable;
|
|
461
|
+
};
|
|
462
|
+
|
|
463
|
+
export type MoneyWritable = {
|
|
464
|
+
amount?: number;
|
|
465
|
+
currency?: CurrencyIdWritable;
|
|
466
|
+
};
|
|
467
|
+
|
|
468
|
+
export type OrderCreateDto = {
|
|
469
|
+
id?: string;
|
|
470
|
+
timestamp?: string;
|
|
471
|
+
closed?: boolean;
|
|
472
|
+
title?: string | null;
|
|
473
|
+
priceListId?: string | null;
|
|
474
|
+
description?: string | null;
|
|
475
|
+
individualId?: string | null;
|
|
476
|
+
paymentTermId?: string | null;
|
|
477
|
+
organizationId?: string | null;
|
|
478
|
+
firstName?: string | null;
|
|
479
|
+
lastName?: string | null;
|
|
480
|
+
companyName?: string | null;
|
|
481
|
+
billingEmail?: string | null;
|
|
482
|
+
addressLine1?: string | null;
|
|
483
|
+
addressLine2?: string | null;
|
|
484
|
+
postalCode?: string | null;
|
|
485
|
+
countryId?: string | null;
|
|
486
|
+
stateId?: string | null;
|
|
487
|
+
cityId?: string | null;
|
|
488
|
+
forexRate?: number;
|
|
489
|
+
currencyId?: string | null;
|
|
490
|
+
totalDetail?: number;
|
|
491
|
+
totalDetailCurrencyId?: string | null;
|
|
492
|
+
totalProfit?: number;
|
|
493
|
+
totalProfitCurrencyId?: string | null;
|
|
494
|
+
totalDiscounts?: number;
|
|
495
|
+
totalDiscountsCurrencyId?: string | null;
|
|
496
|
+
totalSurcharges?: number;
|
|
497
|
+
totalSurchargesCurrencyId?: string | null;
|
|
498
|
+
totalShippingCost?: number;
|
|
499
|
+
totalShippingCostCurrencyId?: string | null;
|
|
500
|
+
totalShippingTax?: number;
|
|
501
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
502
|
+
totalWithheldTax?: number;
|
|
503
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
504
|
+
totalTaxBase?: number;
|
|
505
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
506
|
+
totalTaxes?: number;
|
|
507
|
+
totalTaxesCurrencyId?: string | null;
|
|
508
|
+
totalGlobalSurcharges?: number;
|
|
509
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
510
|
+
totalGlobalDiscounts?: number;
|
|
511
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
512
|
+
total?: number;
|
|
513
|
+
totalCurrencyId?: string | null;
|
|
514
|
+
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
515
|
+
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
516
|
+
cartId?: string | null;
|
|
517
|
+
quoteId?: string | null;
|
|
518
|
+
walletId?: string | null;
|
|
519
|
+
parentOrderId?: string | null;
|
|
520
|
+
shippingMethodId?: string | null;
|
|
521
|
+
billingLocationId?: string | null;
|
|
522
|
+
customerNotes?: string | null;
|
|
523
|
+
orderStatus?: 'New' | 'Processing' | 'Accepted' | 'Declined' | 'Shipped' | 'Delivered' | 'OnHold' | 'Failed' | 'Fulfilled' | 'Cancelled';
|
|
524
|
+
quoteStatus?: 'Draft' | 'New' | 'Accepted' | 'Declined' | 'Expired';
|
|
525
|
+
freightTerms?: 'FOB' | 'NoCharge';
|
|
526
|
+
receiverTenantId?: string | null;
|
|
527
|
+
shippingLocationId?: string | null;
|
|
528
|
+
qualifiedIdentifier?: string | null;
|
|
529
|
+
totalTaxesInUsd?: number;
|
|
530
|
+
totalDiscountsInUsd?: number;
|
|
531
|
+
totalSurchargesInUsd?: number;
|
|
532
|
+
totalShippingCostInUsd?: number;
|
|
533
|
+
totalShippingTaxInUsd?: number;
|
|
534
|
+
totalAmountInUsd?: number;
|
|
535
|
+
effectiveTo?: string | null;
|
|
536
|
+
effectiveFrom?: string | null;
|
|
537
|
+
orderLines?: Array<OrderLineCreateDto> | null;
|
|
538
|
+
};
|
|
539
|
+
|
|
540
|
+
export type OrderDto = {
|
|
541
|
+
id?: string | null;
|
|
542
|
+
timestamp?: string | null;
|
|
543
|
+
closed?: boolean;
|
|
544
|
+
type?: string | null;
|
|
545
|
+
title?: string | null;
|
|
546
|
+
userId?: string | null;
|
|
547
|
+
tenantId?: string | null;
|
|
548
|
+
description?: string | null;
|
|
549
|
+
priceListId?: string | null;
|
|
550
|
+
enrollmentId?: string | null;
|
|
551
|
+
individualId?: string | null;
|
|
552
|
+
organizationId?: string | null;
|
|
553
|
+
receiverTenantId?: string | null;
|
|
554
|
+
firstName?: string | null;
|
|
555
|
+
lastName?: string | null;
|
|
556
|
+
companyName?: string | null;
|
|
557
|
+
billingEmail?: string | null;
|
|
558
|
+
addressLine1?: string | null;
|
|
559
|
+
addressLine2?: string | null;
|
|
560
|
+
postalCode?: string | null;
|
|
561
|
+
countryId?: string | null;
|
|
562
|
+
stateId?: string | null;
|
|
563
|
+
cityId?: string | null;
|
|
564
|
+
customerNotes?: string | null;
|
|
565
|
+
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
566
|
+
forexRate?: number;
|
|
567
|
+
currencyId?: string | null;
|
|
568
|
+
totalDetail?: number;
|
|
569
|
+
totalDetailCurrencyId?: string | null;
|
|
570
|
+
totalProfit?: number;
|
|
571
|
+
totalProfitCurrencyId?: string | null;
|
|
572
|
+
totalDiscounts?: number;
|
|
573
|
+
totalDiscountsCurrencyId?: string | null;
|
|
574
|
+
totalSurcharges?: number;
|
|
575
|
+
totalSurchargesCurrencyId?: string | null;
|
|
576
|
+
totalTaxBase?: number;
|
|
577
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
578
|
+
totalTaxes?: number;
|
|
579
|
+
totalTaxesCurrencyId?: string | null;
|
|
580
|
+
totalShippingCost?: number;
|
|
581
|
+
totalShippingCostCurrencyId?: string | null;
|
|
582
|
+
totalShippingTax?: number;
|
|
583
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
584
|
+
totalWithheldTax?: number;
|
|
585
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
586
|
+
totalGlobalDiscounts?: number;
|
|
587
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
588
|
+
totalGlobalSurcharges?: number;
|
|
589
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
590
|
+
total?: number;
|
|
591
|
+
totalCurrencyId?: string | null;
|
|
592
|
+
totalDetailInUsd?: number;
|
|
593
|
+
totalProfitInUsd?: number;
|
|
594
|
+
totalDiscountsInUsd?: number;
|
|
595
|
+
totalSurchargesInUsd?: number;
|
|
596
|
+
totalTaxBaseInUsd?: number;
|
|
597
|
+
totalTaxesInUsd?: number;
|
|
598
|
+
totalWithheldTaxesInUsd?: number;
|
|
599
|
+
totalShippingCostInUsd?: number;
|
|
600
|
+
totalShippingTaxesInUsd?: number;
|
|
601
|
+
totalGlobalDiscountsInUsd?: number;
|
|
602
|
+
totalGlobalSurchargesInUsd?: number;
|
|
603
|
+
totalInUsd?: number;
|
|
604
|
+
orderLinesCount?: number;
|
|
605
|
+
quoteId?: string | null;
|
|
606
|
+
walletId?: string | null;
|
|
607
|
+
paymentTermId?: string | null;
|
|
608
|
+
parentOrderId?: string | null;
|
|
609
|
+
shippingMethodId?: string | null;
|
|
610
|
+
billingLocationId?: string | null;
|
|
611
|
+
shippingLocationId?: string | null;
|
|
612
|
+
qualifiedIdentifier?: string | null;
|
|
613
|
+
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
614
|
+
freightTerms?: 'FOB' | 'NoCharge';
|
|
615
|
+
orderStatus?: 'New' | 'Processing' | 'Accepted' | 'Declined' | 'Shipped' | 'Delivered' | 'OnHold' | 'Failed' | 'Fulfilled' | 'Cancelled';
|
|
616
|
+
requestedDeliveryDate?: string;
|
|
617
|
+
customTaxAmount?: number;
|
|
618
|
+
customTotalAmount?: number;
|
|
619
|
+
customDetailAmount?: number;
|
|
620
|
+
customProfitAmount?: number;
|
|
621
|
+
customDiscountsAmount?: number;
|
|
622
|
+
customSurchargesAmount?: number;
|
|
623
|
+
customShippingTaxAmount?: number;
|
|
624
|
+
customShippingCostAmount?: number;
|
|
625
|
+
customWithholdingTaxAmount?: number;
|
|
626
|
+
};
|
|
627
|
+
|
|
628
|
+
export type OrderDtoEnvelopeReadable = {
|
|
629
|
+
readonly isSuccess?: boolean;
|
|
630
|
+
errorMessage?: string | null;
|
|
631
|
+
correlationId?: string | null;
|
|
632
|
+
readonly timestamp?: string;
|
|
633
|
+
readonly activityId?: string | null;
|
|
634
|
+
result?: OrderDto;
|
|
635
|
+
};
|
|
636
|
+
|
|
637
|
+
export type OrderDtoEnvelopeWritable = {
|
|
638
|
+
errorMessage?: string | null;
|
|
639
|
+
correlationId?: string | null;
|
|
640
|
+
result?: OrderDto;
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
export type OrderDtoListEnvelopeReadable = {
|
|
644
|
+
readonly isSuccess?: boolean;
|
|
645
|
+
errorMessage?: string | null;
|
|
646
|
+
correlationId?: string | null;
|
|
647
|
+
readonly timestamp?: string;
|
|
648
|
+
readonly activityId?: string | null;
|
|
649
|
+
result?: Array<OrderDto> | null;
|
|
650
|
+
};
|
|
651
|
+
|
|
652
|
+
export type OrderDtoListEnvelopeWritable = {
|
|
653
|
+
errorMessage?: string | null;
|
|
654
|
+
correlationId?: string | null;
|
|
655
|
+
result?: Array<OrderDto> | null;
|
|
656
|
+
};
|
|
657
|
+
|
|
658
|
+
export type OrderLineCreateDto = {
|
|
659
|
+
id?: string;
|
|
660
|
+
timestamp?: string;
|
|
661
|
+
closed?: boolean;
|
|
662
|
+
itemId?: string | null;
|
|
663
|
+
itemTitle?: string | null;
|
|
664
|
+
itemShortDescription?: string | null;
|
|
665
|
+
itemPrimaryImageUrl?: string | null;
|
|
666
|
+
shippingPolicyId?: string | null;
|
|
667
|
+
tenantId?: string | null;
|
|
668
|
+
enrollmentId?: string | null;
|
|
669
|
+
currencyId?: string | null;
|
|
670
|
+
description?: string | null;
|
|
671
|
+
quantity?: number;
|
|
672
|
+
free?: boolean;
|
|
673
|
+
freeReason?: string | null;
|
|
674
|
+
freeReasonCode?: string | null;
|
|
675
|
+
data?: string | null;
|
|
676
|
+
dataLabel?: string | null;
|
|
677
|
+
data1?: string | null;
|
|
678
|
+
data1Label?: string | null;
|
|
679
|
+
data2?: string | null;
|
|
680
|
+
data2Label?: string | null;
|
|
681
|
+
data3?: string | null;
|
|
682
|
+
data3Label?: string | null;
|
|
683
|
+
data4?: string | null;
|
|
684
|
+
data4Label?: string | null;
|
|
685
|
+
data5?: string | null;
|
|
686
|
+
data5Label?: string | null;
|
|
687
|
+
data6?: string | null;
|
|
688
|
+
data6Label?: string | null;
|
|
689
|
+
data7?: string | null;
|
|
690
|
+
data7Label?: string | null;
|
|
691
|
+
data8?: string | null;
|
|
692
|
+
data8Label?: string | null;
|
|
693
|
+
data9?: string | null;
|
|
694
|
+
data9Label?: string | null;
|
|
695
|
+
itemPriceId?: string | null;
|
|
696
|
+
priceListItemId?: string | null;
|
|
697
|
+
unitId?: string | null;
|
|
698
|
+
unitGroupId?: string | null;
|
|
699
|
+
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
700
|
+
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
701
|
+
forexRatesSnapshot?: string | null;
|
|
702
|
+
forexRate?: number;
|
|
703
|
+
totalBaseAmountInUsd?: number;
|
|
704
|
+
totalProfitInUsd?: number;
|
|
705
|
+
totalDetailAmountInUsd?: number;
|
|
706
|
+
totalTaxBaseInUsd?: number;
|
|
707
|
+
totalDiscountsInUsd?: number;
|
|
708
|
+
totalTaxesInUsd?: number;
|
|
709
|
+
totalWithheldTaxesInUsd?: number;
|
|
710
|
+
totalShippingCostInUsd?: number;
|
|
711
|
+
totalShippingTaxesInUsd?: number;
|
|
712
|
+
totalWarrantyCostInUsd?: number;
|
|
713
|
+
totalReturnCostInUsd?: number;
|
|
714
|
+
totalRefundCostInUsd?: number;
|
|
715
|
+
totalSurchargesInUsd?: number;
|
|
716
|
+
totalAmountInUsd?: number;
|
|
717
|
+
totalGlobalDiscountsInUsd?: number;
|
|
718
|
+
totalGlobalSurchargesInUsd?: number;
|
|
719
|
+
customGlobalSurchargesAmount?: number;
|
|
720
|
+
customGlobalSurchargesAmountCurrencyId?: string | null;
|
|
721
|
+
customGlobalDiscountsAmount?: number;
|
|
722
|
+
customGlobalDiscountsAmountCurrencyId?: string | null;
|
|
723
|
+
totalDetail?: number;
|
|
724
|
+
totalDetailCurrencyId?: string | null;
|
|
725
|
+
totalDiscounts?: number;
|
|
726
|
+
totalDiscountsCurrencyId?: string | null;
|
|
727
|
+
totalTaxBase?: number;
|
|
728
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
729
|
+
totalSurcharges?: number;
|
|
730
|
+
totalSurchargesCurrencyId?: string | null;
|
|
731
|
+
totalProfit?: number;
|
|
732
|
+
totalProfitCurrencyId?: string | null;
|
|
733
|
+
totalShippingCost?: number;
|
|
734
|
+
totalShippingCostCurrencyId?: string | null;
|
|
735
|
+
totalShippingTax?: number;
|
|
736
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
737
|
+
totalTaxes?: number;
|
|
738
|
+
totalTaxesCurrencyId?: string | null;
|
|
739
|
+
totalWithheldTax?: number;
|
|
740
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
741
|
+
totalGlobalDiscounts?: number;
|
|
742
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
743
|
+
totalGlobalSurcharges?: number;
|
|
744
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
745
|
+
total?: number;
|
|
746
|
+
totalCurrencyId?: string | null;
|
|
747
|
+
returnPolicyId?: string | null;
|
|
748
|
+
refundPolicyId?: string | null;
|
|
749
|
+
warrantyPolicyId?: string | null;
|
|
750
|
+
shipmentPolicyId?: string | null;
|
|
751
|
+
shippingLocationId?: string | null;
|
|
752
|
+
locationId?: string | null;
|
|
753
|
+
quoteItemRecordId?: string | null;
|
|
754
|
+
businessProfileRecordId?: string | null;
|
|
755
|
+
parentBillingItemRecordId?: string | null;
|
|
756
|
+
orderId?: string | null;
|
|
757
|
+
};
|
|
758
|
+
|
|
759
|
+
export type OrderLineDtoReadable = {
|
|
760
|
+
id?: string | null;
|
|
761
|
+
timestamp?: string | null;
|
|
762
|
+
closed?: boolean;
|
|
763
|
+
itemId?: string | null;
|
|
764
|
+
itemTitle?: string | null;
|
|
765
|
+
itemShortDescription?: string | null;
|
|
766
|
+
itemPrimaryImageUrl?: string | null;
|
|
767
|
+
shippingPolicyId?: string | null;
|
|
768
|
+
tenantId?: string | null;
|
|
769
|
+
enrollmentId?: string | null;
|
|
770
|
+
currencyId?: string | null;
|
|
771
|
+
description?: string | null;
|
|
772
|
+
quantity?: number;
|
|
773
|
+
free?: boolean;
|
|
774
|
+
freeReason?: string | null;
|
|
775
|
+
freeReasonCode?: string | null;
|
|
776
|
+
data?: string | null;
|
|
777
|
+
dataLabel?: string | null;
|
|
778
|
+
data1?: string | null;
|
|
779
|
+
data1Label?: string | null;
|
|
780
|
+
data2?: string | null;
|
|
781
|
+
data2Label?: string | null;
|
|
782
|
+
data3?: string | null;
|
|
783
|
+
data3Label?: string | null;
|
|
784
|
+
data4?: string | null;
|
|
785
|
+
data4Label?: string | null;
|
|
786
|
+
data5?: string | null;
|
|
787
|
+
data5Label?: string | null;
|
|
788
|
+
data6?: string | null;
|
|
789
|
+
data6Label?: string | null;
|
|
790
|
+
data7?: string | null;
|
|
791
|
+
data7Label?: string | null;
|
|
792
|
+
data8?: string | null;
|
|
793
|
+
data8Label?: string | null;
|
|
794
|
+
data9?: string | null;
|
|
795
|
+
data9Label?: string | null;
|
|
796
|
+
itemPriceId?: string | null;
|
|
797
|
+
priceListItemId?: string | null;
|
|
798
|
+
unitId?: string | null;
|
|
799
|
+
unitGroupId?: string | null;
|
|
800
|
+
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
801
|
+
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
802
|
+
forexRates?: ForexRates;
|
|
803
|
+
forexRate?: number;
|
|
804
|
+
totalDetailInUsd?: number;
|
|
805
|
+
totalProfitInUsd?: number;
|
|
806
|
+
totalDiscountsInUsd?: number;
|
|
807
|
+
totalSurchargesInUsd?: number;
|
|
808
|
+
totalTaxBaseInUsd?: number;
|
|
809
|
+
totalTaxesInUsd?: number;
|
|
810
|
+
totalWithheldTaxesInUsd?: number;
|
|
811
|
+
totalShippingCostInUsd?: number;
|
|
812
|
+
totalShippingTaxesInUsd?: number;
|
|
813
|
+
totalWarrantyCostInUsd?: number;
|
|
814
|
+
totalReturnCostInUsd?: number;
|
|
815
|
+
totalRefundCostInUsd?: number;
|
|
816
|
+
totalInUsd?: number;
|
|
817
|
+
totalGlobalDiscountsInUsd?: number;
|
|
818
|
+
totalGlobalSurchargesInUsd?: number;
|
|
819
|
+
customGlobalSurchargesAmount?: number;
|
|
820
|
+
customGlobalDiscountsAmount?: number;
|
|
821
|
+
returnPolicyId?: string | null;
|
|
822
|
+
refundPolicyId?: string | null;
|
|
823
|
+
warrantyPolicyId?: string | null;
|
|
824
|
+
shipmentPolicyId?: string | null;
|
|
825
|
+
shippingLocationId?: string | null;
|
|
826
|
+
locationId?: string | null;
|
|
827
|
+
quoteItemRecordId?: string | null;
|
|
828
|
+
businessProfileRecordId?: string | null;
|
|
829
|
+
parentBillingItemRecordId?: string | null;
|
|
830
|
+
currency?: CurrencyIdReadable;
|
|
831
|
+
totalDetail?: number;
|
|
832
|
+
totalDetailCurrencyId?: string | null;
|
|
833
|
+
totalDetailAmount?: MoneyReadable;
|
|
834
|
+
totalProfit?: number;
|
|
835
|
+
totalProfitCurrencyId?: string | null;
|
|
836
|
+
totalProfitAmount?: MoneyReadable;
|
|
837
|
+
totalDiscounts?: number;
|
|
838
|
+
totalDiscountsCurrencyId?: string | null;
|
|
839
|
+
totalDiscountsAmount?: MoneyReadable;
|
|
840
|
+
totalSurcharges?: number;
|
|
841
|
+
totalSurchargesCurrencyId?: string | null;
|
|
842
|
+
totalSurchargesAmount?: MoneyReadable;
|
|
843
|
+
totalTaxBase?: number;
|
|
844
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
845
|
+
totalTaxBaseAmount?: MoneyReadable;
|
|
846
|
+
totalTaxes?: number;
|
|
847
|
+
totalTaxesCurrencyId?: string | null;
|
|
848
|
+
totalTaxesAmount?: MoneyReadable;
|
|
849
|
+
totalShippingCost?: number;
|
|
850
|
+
totalShippingCostCurrencyId?: string | null;
|
|
851
|
+
totalShippingCostAmount?: MoneyReadable;
|
|
852
|
+
totalShippingTax?: number;
|
|
853
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
854
|
+
totalShippingTaxAmount?: MoneyReadable;
|
|
855
|
+
totalWithheldTax?: number;
|
|
856
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
857
|
+
totalWithheldTaxAmount?: MoneyReadable;
|
|
858
|
+
totalGlobalDiscounts?: number;
|
|
859
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
860
|
+
totalGlobalDiscountsAmount?: MoneyReadable;
|
|
861
|
+
totalGlobalSurcharges?: number;
|
|
862
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
863
|
+
totalGlobalSurchargesAmount?: MoneyReadable;
|
|
864
|
+
total?: number;
|
|
865
|
+
totalCurrencyId?: string | null;
|
|
866
|
+
totalAmount?: MoneyReadable;
|
|
867
|
+
orderId?: string | null;
|
|
868
|
+
};
|
|
869
|
+
|
|
870
|
+
export type OrderLineDtoWritable = {
|
|
871
|
+
id?: string | null;
|
|
872
|
+
timestamp?: string | null;
|
|
873
|
+
closed?: boolean;
|
|
874
|
+
itemId?: string | null;
|
|
875
|
+
itemTitle?: string | null;
|
|
876
|
+
itemShortDescription?: string | null;
|
|
877
|
+
itemPrimaryImageUrl?: string | null;
|
|
878
|
+
shippingPolicyId?: string | null;
|
|
879
|
+
tenantId?: string | null;
|
|
880
|
+
enrollmentId?: string | null;
|
|
881
|
+
currencyId?: string | null;
|
|
882
|
+
description?: string | null;
|
|
883
|
+
quantity?: number;
|
|
884
|
+
free?: boolean;
|
|
885
|
+
freeReason?: string | null;
|
|
886
|
+
freeReasonCode?: string | null;
|
|
887
|
+
data?: string | null;
|
|
888
|
+
dataLabel?: string | null;
|
|
889
|
+
data1?: string | null;
|
|
890
|
+
data1Label?: string | null;
|
|
891
|
+
data2?: string | null;
|
|
892
|
+
data2Label?: string | null;
|
|
893
|
+
data3?: string | null;
|
|
894
|
+
data3Label?: string | null;
|
|
895
|
+
data4?: string | null;
|
|
896
|
+
data4Label?: string | null;
|
|
897
|
+
data5?: string | null;
|
|
898
|
+
data5Label?: string | null;
|
|
899
|
+
data6?: string | null;
|
|
900
|
+
data6Label?: string | null;
|
|
901
|
+
data7?: string | null;
|
|
902
|
+
data7Label?: string | null;
|
|
903
|
+
data8?: string | null;
|
|
904
|
+
data8Label?: string | null;
|
|
905
|
+
data9?: string | null;
|
|
906
|
+
data9Label?: string | null;
|
|
907
|
+
itemPriceId?: string | null;
|
|
908
|
+
priceListItemId?: string | null;
|
|
909
|
+
unitId?: string | null;
|
|
910
|
+
unitGroupId?: string | null;
|
|
911
|
+
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
912
|
+
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
913
|
+
forexRates?: ForexRates;
|
|
914
|
+
forexRate?: number;
|
|
915
|
+
totalDetailInUsd?: number;
|
|
916
|
+
totalProfitInUsd?: number;
|
|
917
|
+
totalDiscountsInUsd?: number;
|
|
918
|
+
totalSurchargesInUsd?: number;
|
|
919
|
+
totalTaxBaseInUsd?: number;
|
|
920
|
+
totalTaxesInUsd?: number;
|
|
921
|
+
totalWithheldTaxesInUsd?: number;
|
|
922
|
+
totalShippingCostInUsd?: number;
|
|
923
|
+
totalShippingTaxesInUsd?: number;
|
|
924
|
+
totalWarrantyCostInUsd?: number;
|
|
925
|
+
totalReturnCostInUsd?: number;
|
|
926
|
+
totalRefundCostInUsd?: number;
|
|
927
|
+
totalInUsd?: number;
|
|
928
|
+
totalGlobalDiscountsInUsd?: number;
|
|
929
|
+
totalGlobalSurchargesInUsd?: number;
|
|
930
|
+
customGlobalSurchargesAmount?: number;
|
|
931
|
+
customGlobalDiscountsAmount?: number;
|
|
932
|
+
returnPolicyId?: string | null;
|
|
933
|
+
refundPolicyId?: string | null;
|
|
934
|
+
warrantyPolicyId?: string | null;
|
|
935
|
+
shipmentPolicyId?: string | null;
|
|
936
|
+
shippingLocationId?: string | null;
|
|
937
|
+
locationId?: string | null;
|
|
938
|
+
quoteItemRecordId?: string | null;
|
|
939
|
+
businessProfileRecordId?: string | null;
|
|
940
|
+
parentBillingItemRecordId?: string | null;
|
|
941
|
+
currency?: CurrencyIdWritable;
|
|
942
|
+
totalDetail?: number;
|
|
943
|
+
totalDetailCurrencyId?: string | null;
|
|
944
|
+
totalDetailAmount?: MoneyWritable;
|
|
945
|
+
totalProfit?: number;
|
|
946
|
+
totalProfitCurrencyId?: string | null;
|
|
947
|
+
totalProfitAmount?: MoneyWritable;
|
|
948
|
+
totalDiscounts?: number;
|
|
949
|
+
totalDiscountsCurrencyId?: string | null;
|
|
950
|
+
totalDiscountsAmount?: MoneyWritable;
|
|
951
|
+
totalSurcharges?: number;
|
|
952
|
+
totalSurchargesCurrencyId?: string | null;
|
|
953
|
+
totalSurchargesAmount?: MoneyWritable;
|
|
954
|
+
totalTaxBase?: number;
|
|
955
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
956
|
+
totalTaxBaseAmount?: MoneyWritable;
|
|
957
|
+
totalTaxes?: number;
|
|
958
|
+
totalTaxesCurrencyId?: string | null;
|
|
959
|
+
totalTaxesAmount?: MoneyWritable;
|
|
960
|
+
totalShippingCost?: number;
|
|
961
|
+
totalShippingCostCurrencyId?: string | null;
|
|
962
|
+
totalShippingCostAmount?: MoneyWritable;
|
|
963
|
+
totalShippingTax?: number;
|
|
964
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
965
|
+
totalShippingTaxAmount?: MoneyWritable;
|
|
966
|
+
totalWithheldTax?: number;
|
|
967
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
968
|
+
totalWithheldTaxAmount?: MoneyWritable;
|
|
969
|
+
totalGlobalDiscounts?: number;
|
|
970
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
971
|
+
totalGlobalDiscountsAmount?: MoneyWritable;
|
|
972
|
+
totalGlobalSurcharges?: number;
|
|
973
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
974
|
+
totalGlobalSurchargesAmount?: MoneyWritable;
|
|
975
|
+
total?: number;
|
|
976
|
+
totalCurrencyId?: string | null;
|
|
977
|
+
totalAmount?: MoneyWritable;
|
|
978
|
+
orderId?: string | null;
|
|
979
|
+
};
|
|
980
|
+
|
|
981
|
+
export type OrderLineDtoEnvelopeReadable = {
|
|
982
|
+
readonly isSuccess?: boolean;
|
|
983
|
+
errorMessage?: string | null;
|
|
984
|
+
correlationId?: string | null;
|
|
985
|
+
readonly timestamp?: string;
|
|
986
|
+
readonly activityId?: string | null;
|
|
987
|
+
result?: OrderLineDtoReadable;
|
|
988
|
+
};
|
|
989
|
+
|
|
990
|
+
export type OrderLineDtoEnvelopeWritable = {
|
|
991
|
+
errorMessage?: string | null;
|
|
992
|
+
correlationId?: string | null;
|
|
993
|
+
result?: OrderLineDtoWritable;
|
|
994
|
+
};
|
|
995
|
+
|
|
996
|
+
export type OrderLineDtoListEnvelopeReadable = {
|
|
997
|
+
readonly isSuccess?: boolean;
|
|
998
|
+
errorMessage?: string | null;
|
|
999
|
+
correlationId?: string | null;
|
|
1000
|
+
readonly timestamp?: string;
|
|
1001
|
+
readonly activityId?: string | null;
|
|
1002
|
+
result?: Array<OrderLineDtoReadable> | null;
|
|
1003
|
+
};
|
|
1004
|
+
|
|
1005
|
+
export type OrderLineDtoListEnvelopeWritable = {
|
|
1006
|
+
errorMessage?: string | null;
|
|
1007
|
+
correlationId?: string | null;
|
|
1008
|
+
result?: Array<OrderLineDtoWritable> | null;
|
|
1009
|
+
};
|
|
1010
|
+
|
|
1011
|
+
export type OrderLineUpdateDto = {
|
|
1012
|
+
closed?: boolean;
|
|
1013
|
+
itemId?: string | null;
|
|
1014
|
+
itemTitle?: string | null;
|
|
1015
|
+
itemShortDescription?: string | null;
|
|
1016
|
+
itemPrimaryImageUrl?: string | null;
|
|
1017
|
+
shippingPolicyId?: string | null;
|
|
1018
|
+
tenantId?: string | null;
|
|
1019
|
+
enrollmentId?: string | null;
|
|
1020
|
+
currencyId?: string | null;
|
|
1021
|
+
description?: string | null;
|
|
1022
|
+
quantity?: number;
|
|
1023
|
+
free?: boolean;
|
|
1024
|
+
freeReason?: string | null;
|
|
1025
|
+
freeReasonCode?: string | null;
|
|
1026
|
+
data?: string | null;
|
|
1027
|
+
dataLabel?: string | null;
|
|
1028
|
+
data1?: string | null;
|
|
1029
|
+
data1Label?: string | null;
|
|
1030
|
+
data2?: string | null;
|
|
1031
|
+
data2Label?: string | null;
|
|
1032
|
+
data3?: string | null;
|
|
1033
|
+
data3Label?: string | null;
|
|
1034
|
+
data4?: string | null;
|
|
1035
|
+
data4Label?: string | null;
|
|
1036
|
+
data5?: string | null;
|
|
1037
|
+
data5Label?: string | null;
|
|
1038
|
+
data6?: string | null;
|
|
1039
|
+
data6Label?: string | null;
|
|
1040
|
+
data7?: string | null;
|
|
1041
|
+
data7Label?: string | null;
|
|
1042
|
+
data8?: string | null;
|
|
1043
|
+
data8Label?: string | null;
|
|
1044
|
+
data9?: string | null;
|
|
1045
|
+
data9Label?: string | null;
|
|
1046
|
+
itemPriceId?: string | null;
|
|
1047
|
+
priceListItemId?: string | null;
|
|
1048
|
+
unitId?: string | null;
|
|
1049
|
+
unitGroupId?: string | null;
|
|
1050
|
+
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
1051
|
+
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
1052
|
+
forexRatesSnapshot?: string | null;
|
|
1053
|
+
forexRate?: number;
|
|
1054
|
+
totalBaseAmountInUsd?: number;
|
|
1055
|
+
totalProfitInUsd?: number;
|
|
1056
|
+
totalDetailAmountInUsd?: number;
|
|
1057
|
+
totalTaxBaseInUsd?: number;
|
|
1058
|
+
totalDiscountsInUsd?: number;
|
|
1059
|
+
totalTaxesInUsd?: number;
|
|
1060
|
+
totalWithheldTaxesInUsd?: number;
|
|
1061
|
+
totalShippingCostInUsd?: number;
|
|
1062
|
+
totalShippingTaxesInUsd?: number;
|
|
1063
|
+
totalWarrantyCostInUsd?: number;
|
|
1064
|
+
totalReturnCostInUsd?: number;
|
|
1065
|
+
totalRefundCostInUsd?: number;
|
|
1066
|
+
totalSurchargesInUsd?: number;
|
|
1067
|
+
totalAmountInUsd?: number;
|
|
1068
|
+
totalGlobalDiscountsInUsd?: number;
|
|
1069
|
+
totalGlobalSurchargesInUsd?: number;
|
|
1070
|
+
customGlobalSurchargesAmount?: number;
|
|
1071
|
+
customGlobalSurchargesAmountCurrencyId?: string | null;
|
|
1072
|
+
customGlobalDiscountsAmount?: number;
|
|
1073
|
+
customGlobalDiscountsAmountCurrencyId?: string | null;
|
|
1074
|
+
totalDetail?: number;
|
|
1075
|
+
totalDetailCurrencyId?: string | null;
|
|
1076
|
+
totalProfit?: number;
|
|
1077
|
+
totalProfitCurrencyId?: string | null;
|
|
1078
|
+
totalDiscounts?: number;
|
|
1079
|
+
totalDiscountsCurrencyId?: string | null;
|
|
1080
|
+
totalSurcharges?: number;
|
|
1081
|
+
totalSurchargesCurrencyId?: string | null;
|
|
1082
|
+
totalTaxBase?: number;
|
|
1083
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
1084
|
+
totalShippingCost?: number;
|
|
1085
|
+
totalShippingCostCurrencyId?: string | null;
|
|
1086
|
+
totalShippingTax?: number;
|
|
1087
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
1088
|
+
totalTaxes?: number;
|
|
1089
|
+
totalTaxesCurrencyId?: string | null;
|
|
1090
|
+
totalWithheldTax?: number;
|
|
1091
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
1092
|
+
totalGlobalDiscounts?: number;
|
|
1093
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
1094
|
+
totalGlobalSurcharges?: number;
|
|
1095
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
1096
|
+
total?: number;
|
|
1097
|
+
totalCurrencyId?: string | null;
|
|
1098
|
+
returnPolicyId?: string | null;
|
|
1099
|
+
refundPolicyId?: string | null;
|
|
1100
|
+
warrantyPolicyId?: string | null;
|
|
1101
|
+
shipmentPolicyId?: string | null;
|
|
1102
|
+
shippingLocationId?: string | null;
|
|
1103
|
+
locationId?: string | null;
|
|
1104
|
+
quoteItemRecordId?: string | null;
|
|
1105
|
+
businessProfileRecordId?: string | null;
|
|
1106
|
+
parentBillingItemRecordId?: string | null;
|
|
1107
|
+
};
|
|
1108
|
+
|
|
1109
|
+
export type OrderUpdateDto = {
|
|
1110
|
+
tenantId?: string | null;
|
|
1111
|
+
firstName?: string | null;
|
|
1112
|
+
lastName?: string | null;
|
|
1113
|
+
companyName?: string | null;
|
|
1114
|
+
billingEmail?: string | null;
|
|
1115
|
+
addressLine1?: string | null;
|
|
1116
|
+
addressLine2?: string | null;
|
|
1117
|
+
postalCode?: string | null;
|
|
1118
|
+
countryId?: string | null;
|
|
1119
|
+
stateId?: string | null;
|
|
1120
|
+
cityId?: string | null;
|
|
1121
|
+
billingLocationId?: string | null;
|
|
1122
|
+
shippingLocationId?: string | null;
|
|
1123
|
+
shippingMethodId?: string | null;
|
|
1124
|
+
totalDetail?: number;
|
|
1125
|
+
totalDetailCurrencyId?: string | null;
|
|
1126
|
+
totalProfit?: number;
|
|
1127
|
+
totalProfitCurrencyId?: string | null;
|
|
1128
|
+
totalDiscounts?: number;
|
|
1129
|
+
totalDiscountsCurrencyId?: string | null;
|
|
1130
|
+
totalSurcharges?: number;
|
|
1131
|
+
totalSurchargesCurrencyId?: string | null;
|
|
1132
|
+
totalShippingTax?: number;
|
|
1133
|
+
totalShippingTaxCurrencyId?: string | null;
|
|
1134
|
+
totalShippingCost?: number;
|
|
1135
|
+
totalShippingCostCurrencyId?: string | null;
|
|
1136
|
+
totalGlobalDiscounts?: number;
|
|
1137
|
+
totalGlobalDiscountsCurrencyId?: string | null;
|
|
1138
|
+
totalGlobalSurcharges?: number;
|
|
1139
|
+
totalGlobalSurchargesCurrencyId?: string | null;
|
|
1140
|
+
totalWithheldTax?: number;
|
|
1141
|
+
totalWithheldTaxCurrencyId?: string | null;
|
|
1142
|
+
totalTaxBase?: number;
|
|
1143
|
+
totalTaxBaseCurrencyId?: string | null;
|
|
1144
|
+
totalTaxes?: number;
|
|
1145
|
+
totalTaxesCurrencyId?: string | null;
|
|
1146
|
+
total?: number;
|
|
1147
|
+
totalCurrencyId?: string | null;
|
|
1148
|
+
costCalculationMethod?: 'Automatic' | 'Custom';
|
|
1149
|
+
taxCalculationMethod?: 'Included' | 'Excluded';
|
|
1150
|
+
cartId?: string | null;
|
|
1151
|
+
userId?: string | null;
|
|
1152
|
+
forexRate?: number;
|
|
1153
|
+
currencyId?: string | null;
|
|
1154
|
+
enrollmentId?: string | null;
|
|
1155
|
+
individualId?: string | null;
|
|
1156
|
+
organizationId?: string | null;
|
|
1157
|
+
totalAmountInUsd?: number;
|
|
1158
|
+
totalTaxesInUsd?: number;
|
|
1159
|
+
receiverTenantId?: string | null;
|
|
1160
|
+
closed?: boolean;
|
|
1161
|
+
priceListId?: string | null;
|
|
1162
|
+
paymentTermId?: string | null;
|
|
1163
|
+
quoteStatus?: string | null;
|
|
1164
|
+
effectiveTo?: string | null;
|
|
1165
|
+
effectiveFrom?: string | null;
|
|
1166
|
+
description?: string | null;
|
|
1167
|
+
title?: string | null;
|
|
1168
|
+
};
|
|
1169
|
+
|
|
1170
|
+
export type RefreshRequest = {
|
|
1171
|
+
refreshToken: string | null;
|
|
1172
|
+
};
|
|
1173
|
+
|
|
1174
|
+
export type RegisterRequest = {
|
|
1175
|
+
email: string | null;
|
|
1176
|
+
password: string | null;
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1179
|
+
export type ResendConfirmationEmailRequest = {
|
|
1180
|
+
email: string | null;
|
|
1181
|
+
};
|
|
1182
|
+
|
|
1183
|
+
export type ResetPasswordRequest = {
|
|
1184
|
+
email: string | null;
|
|
1185
|
+
resetCode: string | null;
|
|
1186
|
+
newPassword: string | null;
|
|
1187
|
+
};
|
|
1188
|
+
|
|
1189
|
+
export type TenantDtoReadable = {
|
|
1190
|
+
id?: string | null;
|
|
1191
|
+
timestamp?: string | null;
|
|
1192
|
+
readonly qualifiedName?: string | null;
|
|
1193
|
+
taxId?: string | null;
|
|
1194
|
+
about?: string | null;
|
|
1195
|
+
walletId?: string | null;
|
|
1196
|
+
socialFeedId?: string | null;
|
|
1197
|
+
businessIndustryId?: string | null;
|
|
1198
|
+
businessSegmentId?: string | null;
|
|
1199
|
+
socialProfileId?: string | null;
|
|
1200
|
+
languageId?: string | null;
|
|
1201
|
+
name?: string | null;
|
|
1202
|
+
duns?: string | null;
|
|
1203
|
+
slogan?: string | null;
|
|
1204
|
+
legalName?: string | null;
|
|
1205
|
+
coverUrl?: string | null;
|
|
1206
|
+
avatarUrl?: string | null;
|
|
1207
|
+
cartId?: string | null;
|
|
1208
|
+
currencyId?: string | null;
|
|
1209
|
+
timezoneId?: string | null;
|
|
1210
|
+
countryId?: string | null;
|
|
1211
|
+
stateId?: string | null;
|
|
1212
|
+
cityId?: string | null;
|
|
1213
|
+
email?: string | null;
|
|
1214
|
+
phone?: string | null;
|
|
1215
|
+
webUrl?: string | null;
|
|
1216
|
+
facebookUrl?: string | null;
|
|
1217
|
+
twitterUrl?: string | null;
|
|
1218
|
+
gitHubUrl?: string | null;
|
|
1219
|
+
linkedInUrl?: string | null;
|
|
1220
|
+
instagramUrl?: string | null;
|
|
1221
|
+
youTubeUrl?: string | null;
|
|
1222
|
+
whatsAppNumber?: string | null;
|
|
1223
|
+
supportPhoneNumber?: string | null;
|
|
1224
|
+
verified?: boolean;
|
|
1225
|
+
readonly businessName?: string | null;
|
|
1226
|
+
readonly businessLegalName?: string | null;
|
|
1227
|
+
twitterUsername?: string | null;
|
|
1228
|
+
};
|
|
1229
|
+
|
|
1230
|
+
export type TenantDtoWritable = {
|
|
1231
|
+
id?: string | null;
|
|
1232
|
+
timestamp?: string | null;
|
|
1233
|
+
taxId?: string | null;
|
|
1234
|
+
about?: string | null;
|
|
1235
|
+
walletId?: string | null;
|
|
1236
|
+
socialFeedId?: string | null;
|
|
1237
|
+
businessIndustryId?: string | null;
|
|
1238
|
+
businessSegmentId?: string | null;
|
|
1239
|
+
socialProfileId?: string | null;
|
|
1240
|
+
languageId?: string | null;
|
|
1241
|
+
name?: string | null;
|
|
1242
|
+
duns?: string | null;
|
|
1243
|
+
slogan?: string | null;
|
|
1244
|
+
legalName?: string | null;
|
|
1245
|
+
coverUrl?: string | null;
|
|
1246
|
+
avatarUrl?: string | null;
|
|
1247
|
+
cartId?: string | null;
|
|
1248
|
+
currencyId?: string | null;
|
|
1249
|
+
timezoneId?: string | null;
|
|
1250
|
+
countryId?: string | null;
|
|
1251
|
+
stateId?: string | null;
|
|
1252
|
+
cityId?: string | null;
|
|
1253
|
+
email?: string | null;
|
|
1254
|
+
phone?: string | null;
|
|
1255
|
+
webUrl?: string | null;
|
|
1256
|
+
facebookUrl?: string | null;
|
|
1257
|
+
twitterUrl?: string | null;
|
|
1258
|
+
gitHubUrl?: string | null;
|
|
1259
|
+
linkedInUrl?: string | null;
|
|
1260
|
+
instagramUrl?: string | null;
|
|
1261
|
+
youTubeUrl?: string | null;
|
|
1262
|
+
whatsAppNumber?: string | null;
|
|
1263
|
+
supportPhoneNumber?: string | null;
|
|
1264
|
+
verified?: boolean;
|
|
1265
|
+
twitterUsername?: string | null;
|
|
1266
|
+
};
|
|
1267
|
+
|
|
1268
|
+
export type TenantEnrollmentDto = {
|
|
1269
|
+
id?: string | null;
|
|
1270
|
+
timestamp?: string | null;
|
|
1271
|
+
tenantId?: string | null;
|
|
1272
|
+
userId?: string | null;
|
|
1273
|
+
isRoot?: boolean;
|
|
1274
|
+
isOwner?: boolean;
|
|
1275
|
+
isAdmin?: boolean;
|
|
1276
|
+
isDisabled?: boolean;
|
|
1277
|
+
};
|
|
1278
|
+
|
|
1279
|
+
export type TwoFactorRequest = {
|
|
1280
|
+
enable?: boolean | null;
|
|
1281
|
+
twoFactorCode?: string | null;
|
|
1282
|
+
resetSharedKey?: boolean;
|
|
1283
|
+
resetRecoveryCodes?: boolean;
|
|
1284
|
+
forgetMachine?: boolean;
|
|
1285
|
+
};
|
|
1286
|
+
|
|
1287
|
+
export type TwoFactorResponse = {
|
|
1288
|
+
sharedKey: string | null;
|
|
1289
|
+
recoveryCodesLeft: number;
|
|
1290
|
+
recoveryCodes?: Array<string> | null;
|
|
1291
|
+
isTwoFactorEnabled: boolean;
|
|
1292
|
+
isMachineRemembered: boolean;
|
|
1293
|
+
};
|
|
1294
|
+
|
|
1295
|
+
export type UserDtoReadable = {
|
|
1296
|
+
id?: string | null;
|
|
1297
|
+
timestamp?: string | null;
|
|
1298
|
+
readonly fullName?: string | null;
|
|
1299
|
+
qualifiedName?: string | null;
|
|
1300
|
+
publicName?: string | null;
|
|
1301
|
+
handler?: string | null;
|
|
1302
|
+
lastName?: string | null;
|
|
1303
|
+
firstName?: string | null;
|
|
1304
|
+
coverUrl?: string | null;
|
|
1305
|
+
avatarUrl?: string | null;
|
|
1306
|
+
gitHubUrl?: string | null;
|
|
1307
|
+
countryId?: string | null;
|
|
1308
|
+
timezoneId?: string | null;
|
|
1309
|
+
websiteUrl?: string | null;
|
|
1310
|
+
twitterUrl?: string | null;
|
|
1311
|
+
youTubeUrl?: string | null;
|
|
1312
|
+
linkedInUrl?: string | null;
|
|
1313
|
+
facebookUrl?: string | null;
|
|
1314
|
+
instagramUrl?: string | null;
|
|
1315
|
+
socialProfileId?: string | null;
|
|
1316
|
+
birthday?: string | null;
|
|
1317
|
+
idProvider?: string | null;
|
|
1318
|
+
languageId?: string | null;
|
|
1319
|
+
gender?: 'Unknown' | 'Male' | 'Female' | 'PreferNotToSay';
|
|
1320
|
+
cityId?: string | null;
|
|
1321
|
+
stateId?: string | null;
|
|
1322
|
+
email?: string | null;
|
|
1323
|
+
about?: string | null;
|
|
1324
|
+
jobTitle?: string | null;
|
|
1325
|
+
socialFeedId?: string | null;
|
|
1326
|
+
currentTenantId?: string | null;
|
|
1327
|
+
currentEnrollmentId?: string | null;
|
|
1328
|
+
status?: string | null;
|
|
1329
|
+
cartId?: string | null;
|
|
1330
|
+
walletId?: string | null;
|
|
1331
|
+
userName?: string | null;
|
|
1332
|
+
currencyId?: string | null;
|
|
1333
|
+
phoneNumber?: string | null;
|
|
1334
|
+
publicIdentifier?: string | null;
|
|
1335
|
+
identityProvider?: string | null;
|
|
1336
|
+
phoneNumberConfirmed?: boolean;
|
|
1337
|
+
emailConfirmed?: boolean;
|
|
1338
|
+
availability?: 'DND' | 'Busy' | 'Away' | 'Offline' | 'Available';
|
|
1339
|
+
lockoutEnabled?: boolean;
|
|
1340
|
+
lockoutEnd?: string | null;
|
|
1341
|
+
enrollmentsCount?: number | null;
|
|
1342
|
+
siteTheme?: 'System' | 'Light' | 'Dark';
|
|
1343
|
+
};
|
|
1344
|
+
|
|
1345
|
+
export type UserDtoWritable = {
|
|
1346
|
+
id?: string | null;
|
|
1347
|
+
timestamp?: string | null;
|
|
1348
|
+
qualifiedName?: string | null;
|
|
1349
|
+
publicName?: string | null;
|
|
1350
|
+
handler?: string | null;
|
|
1351
|
+
lastName?: string | null;
|
|
1352
|
+
firstName?: string | null;
|
|
1353
|
+
coverUrl?: string | null;
|
|
1354
|
+
avatarUrl?: string | null;
|
|
1355
|
+
gitHubUrl?: string | null;
|
|
1356
|
+
countryId?: string | null;
|
|
1357
|
+
timezoneId?: string | null;
|
|
1358
|
+
websiteUrl?: string | null;
|
|
1359
|
+
twitterUrl?: string | null;
|
|
1360
|
+
youTubeUrl?: string | null;
|
|
1361
|
+
linkedInUrl?: string | null;
|
|
1362
|
+
facebookUrl?: string | null;
|
|
1363
|
+
instagramUrl?: string | null;
|
|
1364
|
+
socialProfileId?: string | null;
|
|
1365
|
+
birthday?: string | null;
|
|
1366
|
+
idProvider?: string | null;
|
|
1367
|
+
languageId?: string | null;
|
|
1368
|
+
gender?: 'Unknown' | 'Male' | 'Female' | 'PreferNotToSay';
|
|
1369
|
+
cityId?: string | null;
|
|
1370
|
+
stateId?: string | null;
|
|
1371
|
+
email?: string | null;
|
|
1372
|
+
about?: string | null;
|
|
1373
|
+
jobTitle?: string | null;
|
|
1374
|
+
socialFeedId?: string | null;
|
|
1375
|
+
currentTenantId?: string | null;
|
|
1376
|
+
currentEnrollmentId?: string | null;
|
|
1377
|
+
status?: string | null;
|
|
1378
|
+
cartId?: string | null;
|
|
1379
|
+
walletId?: string | null;
|
|
1380
|
+
userName?: string | null;
|
|
1381
|
+
currencyId?: string | null;
|
|
1382
|
+
phoneNumber?: string | null;
|
|
1383
|
+
publicIdentifier?: string | null;
|
|
1384
|
+
identityProvider?: string | null;
|
|
1385
|
+
phoneNumberConfirmed?: boolean;
|
|
1386
|
+
emailConfirmed?: boolean;
|
|
1387
|
+
availability?: 'DND' | 'Busy' | 'Away' | 'Offline' | 'Available';
|
|
1388
|
+
lockoutEnabled?: boolean;
|
|
1389
|
+
lockoutEnd?: string | null;
|
|
1390
|
+
enrollmentsCount?: number | null;
|
|
1391
|
+
siteTheme?: 'System' | 'Light' | 'Dark';
|
|
1392
|
+
};
|
|
1393
|
+
|
|
1394
|
+
export type GetVersionData = {
|
|
1395
|
+
body?: never;
|
|
1396
|
+
path?: never;
|
|
1397
|
+
query?: never;
|
|
1398
|
+
url: '/version';
|
|
1399
|
+
};
|
|
1400
|
+
|
|
1401
|
+
export type GetVersionResponses = {
|
|
1402
|
+
/**
|
|
1403
|
+
* OK
|
|
1404
|
+
*/
|
|
1405
|
+
200: unknown;
|
|
1406
|
+
};
|
|
1407
|
+
|
|
1408
|
+
export type GetHealthData = {
|
|
1409
|
+
body?: never;
|
|
1410
|
+
path?: never;
|
|
1411
|
+
query?: never;
|
|
1412
|
+
url: '/health';
|
|
1413
|
+
};
|
|
1414
|
+
|
|
1415
|
+
export type GetHealthResponses = {
|
|
1416
|
+
/**
|
|
1417
|
+
* OK
|
|
1418
|
+
*/
|
|
1419
|
+
200: unknown;
|
|
1420
|
+
};
|
|
1421
|
+
|
|
1422
|
+
export type GetHelloData = {
|
|
1423
|
+
body?: never;
|
|
1424
|
+
path?: never;
|
|
1425
|
+
query?: never;
|
|
1426
|
+
url: '/hello';
|
|
1427
|
+
};
|
|
1428
|
+
|
|
1429
|
+
export type GetHelloResponses = {
|
|
1430
|
+
/**
|
|
1431
|
+
* OK
|
|
1432
|
+
*/
|
|
1433
|
+
200: unknown;
|
|
1434
|
+
};
|
|
1435
|
+
|
|
1436
|
+
export type PostRegisterData = {
|
|
1437
|
+
body: RegisterRequest;
|
|
1438
|
+
path?: never;
|
|
1439
|
+
query?: never;
|
|
1440
|
+
url: '/register';
|
|
1441
|
+
};
|
|
1442
|
+
|
|
1443
|
+
export type PostRegisterErrors = {
|
|
1444
|
+
/**
|
|
1445
|
+
* Bad Request
|
|
1446
|
+
*/
|
|
1447
|
+
400: HttpValidationProblemDetails;
|
|
1448
|
+
};
|
|
1449
|
+
|
|
1450
|
+
export type PostRegisterError = PostRegisterErrors[keyof PostRegisterErrors];
|
|
1451
|
+
|
|
1452
|
+
export type PostRegisterResponses = {
|
|
1453
|
+
/**
|
|
1454
|
+
* OK
|
|
1455
|
+
*/
|
|
1456
|
+
200: unknown;
|
|
1457
|
+
};
|
|
1458
|
+
|
|
1459
|
+
export type PostLoginData = {
|
|
1460
|
+
body: LoginRequest;
|
|
1461
|
+
path?: never;
|
|
1462
|
+
query?: {
|
|
1463
|
+
useCookies?: boolean;
|
|
1464
|
+
useSessionCookies?: boolean;
|
|
1465
|
+
};
|
|
1466
|
+
url: '/login';
|
|
1467
|
+
};
|
|
1468
|
+
|
|
1469
|
+
export type PostLoginResponses = {
|
|
1470
|
+
/**
|
|
1471
|
+
* OK
|
|
1472
|
+
*/
|
|
1473
|
+
200: AccessTokenResponseReadable;
|
|
1474
|
+
};
|
|
1475
|
+
|
|
1476
|
+
export type PostLoginResponse = PostLoginResponses[keyof PostLoginResponses];
|
|
1477
|
+
|
|
1478
|
+
export type PostRefreshData = {
|
|
1479
|
+
body: RefreshRequest;
|
|
1480
|
+
path?: never;
|
|
1481
|
+
query?: never;
|
|
1482
|
+
url: '/refresh';
|
|
1483
|
+
};
|
|
1484
|
+
|
|
1485
|
+
export type PostRefreshResponses = {
|
|
1486
|
+
/**
|
|
1487
|
+
* OK
|
|
1488
|
+
*/
|
|
1489
|
+
200: AccessTokenResponseReadable;
|
|
1490
|
+
};
|
|
1491
|
+
|
|
1492
|
+
export type PostRefreshResponse = PostRefreshResponses[keyof PostRefreshResponses];
|
|
1493
|
+
|
|
1494
|
+
export type MapIdentityApiConfirmEmailData = {
|
|
1495
|
+
body?: never;
|
|
1496
|
+
path?: never;
|
|
1497
|
+
query: {
|
|
1498
|
+
userId: string;
|
|
1499
|
+
code: string;
|
|
1500
|
+
changedEmail?: string;
|
|
1501
|
+
};
|
|
1502
|
+
url: '/confirmEmail';
|
|
1503
|
+
};
|
|
1504
|
+
|
|
1505
|
+
export type MapIdentityApiConfirmEmailResponses = {
|
|
1506
|
+
/**
|
|
1507
|
+
* OK
|
|
1508
|
+
*/
|
|
1509
|
+
200: unknown;
|
|
1510
|
+
};
|
|
1511
|
+
|
|
1512
|
+
export type PostResendConfirmationEmailData = {
|
|
1513
|
+
body: ResendConfirmationEmailRequest;
|
|
1514
|
+
path?: never;
|
|
1515
|
+
query?: never;
|
|
1516
|
+
url: '/resendConfirmationEmail';
|
|
1517
|
+
};
|
|
1518
|
+
|
|
1519
|
+
export type PostResendConfirmationEmailResponses = {
|
|
1520
|
+
/**
|
|
1521
|
+
* OK
|
|
1522
|
+
*/
|
|
1523
|
+
200: unknown;
|
|
1524
|
+
};
|
|
1525
|
+
|
|
1526
|
+
export type PostForgotPasswordData = {
|
|
1527
|
+
body: ForgotPasswordRequest;
|
|
1528
|
+
path?: never;
|
|
1529
|
+
query?: never;
|
|
1530
|
+
url: '/forgotPassword';
|
|
1531
|
+
};
|
|
1532
|
+
|
|
1533
|
+
export type PostForgotPasswordErrors = {
|
|
1534
|
+
/**
|
|
1535
|
+
* Bad Request
|
|
1536
|
+
*/
|
|
1537
|
+
400: HttpValidationProblemDetails;
|
|
1538
|
+
};
|
|
1539
|
+
|
|
1540
|
+
export type PostForgotPasswordError = PostForgotPasswordErrors[keyof PostForgotPasswordErrors];
|
|
1541
|
+
|
|
1542
|
+
export type PostForgotPasswordResponses = {
|
|
1543
|
+
/**
|
|
1544
|
+
* OK
|
|
1545
|
+
*/
|
|
1546
|
+
200: unknown;
|
|
1547
|
+
};
|
|
1548
|
+
|
|
1549
|
+
export type PostResetPasswordData = {
|
|
1550
|
+
body: ResetPasswordRequest;
|
|
1551
|
+
path?: never;
|
|
1552
|
+
query?: never;
|
|
1553
|
+
url: '/resetPassword';
|
|
1554
|
+
};
|
|
1555
|
+
|
|
1556
|
+
export type PostResetPasswordErrors = {
|
|
1557
|
+
/**
|
|
1558
|
+
* Bad Request
|
|
1559
|
+
*/
|
|
1560
|
+
400: HttpValidationProblemDetails;
|
|
1561
|
+
};
|
|
1562
|
+
|
|
1563
|
+
export type PostResetPasswordError = PostResetPasswordErrors[keyof PostResetPasswordErrors];
|
|
1564
|
+
|
|
1565
|
+
export type PostResetPasswordResponses = {
|
|
1566
|
+
/**
|
|
1567
|
+
* OK
|
|
1568
|
+
*/
|
|
1569
|
+
200: unknown;
|
|
1570
|
+
};
|
|
1571
|
+
|
|
1572
|
+
export type PostManage2FaData = {
|
|
1573
|
+
body: TwoFactorRequest;
|
|
1574
|
+
path?: never;
|
|
1575
|
+
query?: never;
|
|
1576
|
+
url: '/manage/2fa';
|
|
1577
|
+
};
|
|
1578
|
+
|
|
1579
|
+
export type PostManage2FaErrors = {
|
|
1580
|
+
/**
|
|
1581
|
+
* Bad Request
|
|
1582
|
+
*/
|
|
1583
|
+
400: HttpValidationProblemDetails;
|
|
1584
|
+
/**
|
|
1585
|
+
* Not Found
|
|
1586
|
+
*/
|
|
1587
|
+
404: unknown;
|
|
1588
|
+
};
|
|
1589
|
+
|
|
1590
|
+
export type PostManage2FaError = PostManage2FaErrors[keyof PostManage2FaErrors];
|
|
1591
|
+
|
|
1592
|
+
export type PostManage2FaResponses = {
|
|
1593
|
+
/**
|
|
1594
|
+
* OK
|
|
1595
|
+
*/
|
|
1596
|
+
200: TwoFactorResponse;
|
|
1597
|
+
};
|
|
1598
|
+
|
|
1599
|
+
export type PostManage2FaResponse = PostManage2FaResponses[keyof PostManage2FaResponses];
|
|
1600
|
+
|
|
1601
|
+
export type GetManageInfoData = {
|
|
1602
|
+
body?: never;
|
|
1603
|
+
path?: never;
|
|
1604
|
+
query?: never;
|
|
1605
|
+
url: '/manage/info';
|
|
1606
|
+
};
|
|
1607
|
+
|
|
1608
|
+
export type GetManageInfoErrors = {
|
|
1609
|
+
/**
|
|
1610
|
+
* Bad Request
|
|
1611
|
+
*/
|
|
1612
|
+
400: HttpValidationProblemDetails;
|
|
1613
|
+
/**
|
|
1614
|
+
* Not Found
|
|
1615
|
+
*/
|
|
1616
|
+
404: unknown;
|
|
1617
|
+
};
|
|
1618
|
+
|
|
1619
|
+
export type GetManageInfoError = GetManageInfoErrors[keyof GetManageInfoErrors];
|
|
1620
|
+
|
|
1621
|
+
export type GetManageInfoResponses = {
|
|
1622
|
+
/**
|
|
1623
|
+
* OK
|
|
1624
|
+
*/
|
|
1625
|
+
200: InfoResponse;
|
|
1626
|
+
};
|
|
1627
|
+
|
|
1628
|
+
export type GetManageInfoResponse = GetManageInfoResponses[keyof GetManageInfoResponses];
|
|
1629
|
+
|
|
1630
|
+
export type PostManageInfoData = {
|
|
1631
|
+
body: InfoRequest;
|
|
1632
|
+
path?: never;
|
|
1633
|
+
query?: never;
|
|
1634
|
+
url: '/manage/info';
|
|
1635
|
+
};
|
|
1636
|
+
|
|
1637
|
+
export type PostManageInfoErrors = {
|
|
1638
|
+
/**
|
|
1639
|
+
* Bad Request
|
|
1640
|
+
*/
|
|
1641
|
+
400: HttpValidationProblemDetails;
|
|
1642
|
+
/**
|
|
1643
|
+
* Not Found
|
|
1644
|
+
*/
|
|
1645
|
+
404: unknown;
|
|
1646
|
+
};
|
|
1647
|
+
|
|
1648
|
+
export type PostManageInfoError = PostManageInfoErrors[keyof PostManageInfoErrors];
|
|
1649
|
+
|
|
1650
|
+
export type PostManageInfoResponses = {
|
|
1651
|
+
/**
|
|
1652
|
+
* OK
|
|
1653
|
+
*/
|
|
1654
|
+
200: InfoResponse;
|
|
1655
|
+
};
|
|
1656
|
+
|
|
1657
|
+
export type PostManageInfoResponse = PostManageInfoResponses[keyof PostManageInfoResponses];
|
|
1658
|
+
|
|
1659
|
+
export type SubmitCartData = {
|
|
1660
|
+
body?: never;
|
|
1661
|
+
path?: never;
|
|
1662
|
+
query: {
|
|
1663
|
+
cartId: string;
|
|
1664
|
+
};
|
|
1665
|
+
url: '/api/v2/OrdersService/Orders/SubmitCart';
|
|
1666
|
+
};
|
|
1667
|
+
|
|
1668
|
+
export type SubmitCartErrors = {
|
|
1669
|
+
/**
|
|
1670
|
+
* Not Found
|
|
1671
|
+
*/
|
|
1672
|
+
404: ErrorEnvelopeReadable;
|
|
1673
|
+
};
|
|
1674
|
+
|
|
1675
|
+
export type SubmitCartError = SubmitCartErrors[keyof SubmitCartErrors];
|
|
1676
|
+
|
|
1677
|
+
export type SubmitCartResponses = {
|
|
1678
|
+
/**
|
|
1679
|
+
* OK
|
|
1680
|
+
*/
|
|
1681
|
+
200: OrderDtoEnvelopeReadable;
|
|
1682
|
+
};
|
|
1683
|
+
|
|
1684
|
+
export type SubmitCartResponse = SubmitCartResponses[keyof SubmitCartResponses];
|
|
1685
|
+
|
|
1686
|
+
export type GetOrdersData = {
|
|
1687
|
+
body?: never;
|
|
1688
|
+
path?: never;
|
|
1689
|
+
query: {
|
|
1690
|
+
tenantId: string;
|
|
1691
|
+
};
|
|
1692
|
+
url: '/api/v2/OrdersService/Orders';
|
|
1693
|
+
};
|
|
1694
|
+
|
|
1695
|
+
export type GetOrdersErrors = {
|
|
1696
|
+
/**
|
|
1697
|
+
* Not Found
|
|
1698
|
+
*/
|
|
1699
|
+
404: ErrorEnvelopeReadable;
|
|
1700
|
+
};
|
|
1701
|
+
|
|
1702
|
+
export type GetOrdersError = GetOrdersErrors[keyof GetOrdersErrors];
|
|
1703
|
+
|
|
1704
|
+
export type GetOrdersResponses = {
|
|
1705
|
+
/**
|
|
1706
|
+
* OK
|
|
1707
|
+
*/
|
|
1708
|
+
200: OrderDtoListEnvelopeReadable;
|
|
1709
|
+
};
|
|
1710
|
+
|
|
1711
|
+
export type GetOrdersResponse = GetOrdersResponses[keyof GetOrdersResponses];
|
|
1712
|
+
|
|
1713
|
+
export type CreateOrderData = {
|
|
1714
|
+
body?: OrderCreateDto;
|
|
1715
|
+
path?: never;
|
|
1716
|
+
query: {
|
|
1717
|
+
tenantId: string;
|
|
1718
|
+
};
|
|
1719
|
+
url: '/api/v2/OrdersService/Orders';
|
|
1720
|
+
};
|
|
1721
|
+
|
|
1722
|
+
export type CreateOrderErrors = {
|
|
1723
|
+
/**
|
|
1724
|
+
* Not Found
|
|
1725
|
+
*/
|
|
1726
|
+
404: ErrorEnvelopeReadable;
|
|
1727
|
+
};
|
|
1728
|
+
|
|
1729
|
+
export type CreateOrderError = CreateOrderErrors[keyof CreateOrderErrors];
|
|
1730
|
+
|
|
1731
|
+
export type CreateOrderResponses = {
|
|
1732
|
+
/**
|
|
1733
|
+
* OK
|
|
1734
|
+
*/
|
|
1735
|
+
200: EmptyEnvelopeReadable;
|
|
1736
|
+
};
|
|
1737
|
+
|
|
1738
|
+
export type CreateOrderResponse = CreateOrderResponses[keyof CreateOrderResponses];
|
|
1739
|
+
|
|
1740
|
+
export type GetExtendedOrdersData = {
|
|
1741
|
+
body?: never;
|
|
1742
|
+
path?: never;
|
|
1743
|
+
query: {
|
|
1744
|
+
tenantId: string;
|
|
1745
|
+
};
|
|
1746
|
+
url: '/api/v2/OrdersService/Orders/Extended';
|
|
1747
|
+
};
|
|
1748
|
+
|
|
1749
|
+
export type GetExtendedOrdersErrors = {
|
|
1750
|
+
/**
|
|
1751
|
+
* Not Found
|
|
1752
|
+
*/
|
|
1753
|
+
404: ErrorEnvelopeReadable;
|
|
1754
|
+
};
|
|
1755
|
+
|
|
1756
|
+
export type GetExtendedOrdersError = GetExtendedOrdersErrors[keyof GetExtendedOrdersErrors];
|
|
1757
|
+
|
|
1758
|
+
export type GetExtendedOrdersResponses = {
|
|
1759
|
+
/**
|
|
1760
|
+
* OK
|
|
1761
|
+
*/
|
|
1762
|
+
200: ExtendedOrderDtoListEnvelopeReadable;
|
|
1763
|
+
};
|
|
1764
|
+
|
|
1765
|
+
export type GetExtendedOrdersResponse = GetExtendedOrdersResponses[keyof GetExtendedOrdersResponses];
|
|
1766
|
+
|
|
1767
|
+
export type GetOrdersCountData = {
|
|
1768
|
+
body?: never;
|
|
1769
|
+
path?: never;
|
|
1770
|
+
query: {
|
|
1771
|
+
tenantId: string;
|
|
1772
|
+
};
|
|
1773
|
+
url: '/api/v2/OrdersService/Orders/Count';
|
|
1774
|
+
};
|
|
1775
|
+
|
|
1776
|
+
export type GetOrdersCountErrors = {
|
|
1777
|
+
/**
|
|
1778
|
+
* Not Found
|
|
1779
|
+
*/
|
|
1780
|
+
404: ErrorEnvelopeReadable;
|
|
1781
|
+
};
|
|
1782
|
+
|
|
1783
|
+
export type GetOrdersCountError = GetOrdersCountErrors[keyof GetOrdersCountErrors];
|
|
1784
|
+
|
|
1785
|
+
export type GetOrdersCountResponses = {
|
|
1786
|
+
/**
|
|
1787
|
+
* OK
|
|
1788
|
+
*/
|
|
1789
|
+
200: Int32EnvelopeReadable;
|
|
1790
|
+
};
|
|
1791
|
+
|
|
1792
|
+
export type GetOrdersCountResponse = GetOrdersCountResponses[keyof GetOrdersCountResponses];
|
|
1793
|
+
|
|
1794
|
+
export type DeleteOrderData = {
|
|
1795
|
+
body?: never;
|
|
1796
|
+
path: {
|
|
1797
|
+
orderId: string;
|
|
1798
|
+
};
|
|
1799
|
+
query: {
|
|
1800
|
+
tenantId: string;
|
|
1801
|
+
};
|
|
1802
|
+
url: '/api/v2/OrdersService/Orders/{orderId}';
|
|
1803
|
+
};
|
|
1804
|
+
|
|
1805
|
+
export type DeleteOrderErrors = {
|
|
1806
|
+
/**
|
|
1807
|
+
* Not Found
|
|
1808
|
+
*/
|
|
1809
|
+
404: ErrorEnvelopeReadable;
|
|
1810
|
+
};
|
|
1811
|
+
|
|
1812
|
+
export type DeleteOrderError = DeleteOrderErrors[keyof DeleteOrderErrors];
|
|
1813
|
+
|
|
1814
|
+
export type DeleteOrderResponses = {
|
|
1815
|
+
/**
|
|
1816
|
+
* OK
|
|
1817
|
+
*/
|
|
1818
|
+
200: EmptyEnvelopeReadable;
|
|
1819
|
+
};
|
|
1820
|
+
|
|
1821
|
+
export type DeleteOrderResponse = DeleteOrderResponses[keyof DeleteOrderResponses];
|
|
1822
|
+
|
|
1823
|
+
export type GetOrderData = {
|
|
1824
|
+
body?: never;
|
|
1825
|
+
path: {
|
|
1826
|
+
orderId: string;
|
|
1827
|
+
};
|
|
1828
|
+
query: {
|
|
1829
|
+
tenantId: string;
|
|
1830
|
+
};
|
|
1831
|
+
url: '/api/v2/OrdersService/Orders/{orderId}';
|
|
1832
|
+
};
|
|
1833
|
+
|
|
1834
|
+
export type GetOrderErrors = {
|
|
1835
|
+
/**
|
|
1836
|
+
* Not Found
|
|
1837
|
+
*/
|
|
1838
|
+
404: ErrorEnvelopeReadable;
|
|
1839
|
+
};
|
|
1840
|
+
|
|
1841
|
+
export type GetOrderError = GetOrderErrors[keyof GetOrderErrors];
|
|
1842
|
+
|
|
1843
|
+
export type GetOrderResponses = {
|
|
1844
|
+
/**
|
|
1845
|
+
* OK
|
|
1846
|
+
*/
|
|
1847
|
+
200: OrderDtoEnvelopeReadable;
|
|
1848
|
+
};
|
|
1849
|
+
|
|
1850
|
+
export type GetOrderResponse = GetOrderResponses[keyof GetOrderResponses];
|
|
1851
|
+
|
|
1852
|
+
export type UpdateOrderData = {
|
|
1853
|
+
body?: OrderUpdateDto;
|
|
1854
|
+
path: {
|
|
1855
|
+
orderId: string;
|
|
1856
|
+
};
|
|
1857
|
+
query: {
|
|
1858
|
+
tenantId: string;
|
|
1859
|
+
};
|
|
1860
|
+
url: '/api/v2/OrdersService/Orders/{orderId}';
|
|
1861
|
+
};
|
|
1862
|
+
|
|
1863
|
+
export type UpdateOrderErrors = {
|
|
1864
|
+
/**
|
|
1865
|
+
* Not Found
|
|
1866
|
+
*/
|
|
1867
|
+
404: ErrorEnvelopeReadable;
|
|
1868
|
+
};
|
|
1869
|
+
|
|
1870
|
+
export type UpdateOrderError = UpdateOrderErrors[keyof UpdateOrderErrors];
|
|
1871
|
+
|
|
1872
|
+
export type UpdateOrderResponses = {
|
|
1873
|
+
/**
|
|
1874
|
+
* OK
|
|
1875
|
+
*/
|
|
1876
|
+
200: EmptyEnvelopeReadable;
|
|
1877
|
+
};
|
|
1878
|
+
|
|
1879
|
+
export type UpdateOrderResponse = UpdateOrderResponses[keyof UpdateOrderResponses];
|
|
1880
|
+
|
|
1881
|
+
export type CalculateOrderData = {
|
|
1882
|
+
body?: never;
|
|
1883
|
+
path: {
|
|
1884
|
+
orderId: string;
|
|
1885
|
+
};
|
|
1886
|
+
query: {
|
|
1887
|
+
tenantId: string;
|
|
1888
|
+
};
|
|
1889
|
+
url: '/api/v2/OrdersService/Orders/{orderId}/Calculate';
|
|
1890
|
+
};
|
|
1891
|
+
|
|
1892
|
+
export type CalculateOrderErrors = {
|
|
1893
|
+
/**
|
|
1894
|
+
* Not Found
|
|
1895
|
+
*/
|
|
1896
|
+
404: ErrorEnvelopeReadable;
|
|
1897
|
+
};
|
|
1898
|
+
|
|
1899
|
+
export type CalculateOrderError = CalculateOrderErrors[keyof CalculateOrderErrors];
|
|
1900
|
+
|
|
1901
|
+
export type CalculateOrderResponses = {
|
|
1902
|
+
/**
|
|
1903
|
+
* OK
|
|
1904
|
+
*/
|
|
1905
|
+
200: EmptyEnvelopeReadable;
|
|
1906
|
+
};
|
|
1907
|
+
|
|
1908
|
+
export type CalculateOrderResponse = CalculateOrderResponses[keyof CalculateOrderResponses];
|
|
1909
|
+
|
|
1910
|
+
export type GetOrderLinesData = {
|
|
1911
|
+
body?: never;
|
|
1912
|
+
path: {
|
|
1913
|
+
orderId: string;
|
|
1914
|
+
};
|
|
1915
|
+
query: {
|
|
1916
|
+
tenantId: string;
|
|
1917
|
+
itemId?: string;
|
|
1918
|
+
};
|
|
1919
|
+
url: '/api/v2/OrdersService/Orders/{orderId}/Lines';
|
|
1920
|
+
};
|
|
1921
|
+
|
|
1922
|
+
export type GetOrderLinesErrors = {
|
|
1923
|
+
/**
|
|
1924
|
+
* Not Found
|
|
1925
|
+
*/
|
|
1926
|
+
404: ErrorEnvelopeReadable;
|
|
1927
|
+
};
|
|
1928
|
+
|
|
1929
|
+
export type GetOrderLinesError = GetOrderLinesErrors[keyof GetOrderLinesErrors];
|
|
1930
|
+
|
|
1931
|
+
export type GetOrderLinesResponses = {
|
|
1932
|
+
/**
|
|
1933
|
+
* OK
|
|
1934
|
+
*/
|
|
1935
|
+
200: OrderLineDtoListEnvelopeReadable;
|
|
1936
|
+
};
|
|
1937
|
+
|
|
1938
|
+
export type GetOrderLinesResponse = GetOrderLinesResponses[keyof GetOrderLinesResponses];
|
|
1939
|
+
|
|
1940
|
+
export type CreateOrderLineData = {
|
|
1941
|
+
body?: OrderLineCreateDto;
|
|
1942
|
+
path: {
|
|
1943
|
+
orderId: string;
|
|
1944
|
+
};
|
|
1945
|
+
query: {
|
|
1946
|
+
tenantId: string;
|
|
1947
|
+
};
|
|
1948
|
+
url: '/api/v2/OrdersService/Orders/{orderId}/Lines';
|
|
1949
|
+
};
|
|
1950
|
+
|
|
1951
|
+
export type CreateOrderLineErrors = {
|
|
1952
|
+
/**
|
|
1953
|
+
* Not Found
|
|
1954
|
+
*/
|
|
1955
|
+
404: ErrorEnvelopeReadable;
|
|
1956
|
+
};
|
|
1957
|
+
|
|
1958
|
+
export type CreateOrderLineError = CreateOrderLineErrors[keyof CreateOrderLineErrors];
|
|
1959
|
+
|
|
1960
|
+
export type CreateOrderLineResponses = {
|
|
1961
|
+
/**
|
|
1962
|
+
* OK
|
|
1963
|
+
*/
|
|
1964
|
+
200: EmptyEnvelopeReadable;
|
|
1965
|
+
};
|
|
1966
|
+
|
|
1967
|
+
export type CreateOrderLineResponse = CreateOrderLineResponses[keyof CreateOrderLineResponses];
|
|
1968
|
+
|
|
1969
|
+
export type GetOrderLinesCountData = {
|
|
1970
|
+
body?: never;
|
|
1971
|
+
path: {
|
|
1972
|
+
orderId: string;
|
|
1973
|
+
};
|
|
1974
|
+
query: {
|
|
1975
|
+
tenantId: string;
|
|
1976
|
+
};
|
|
1977
|
+
url: '/api/v2/OrdersService/Orders/{orderId}/Lines/Count';
|
|
1978
|
+
};
|
|
1979
|
+
|
|
1980
|
+
export type GetOrderLinesCountErrors = {
|
|
1981
|
+
/**
|
|
1982
|
+
* Not Found
|
|
1983
|
+
*/
|
|
1984
|
+
404: ErrorEnvelopeReadable;
|
|
1985
|
+
};
|
|
1986
|
+
|
|
1987
|
+
export type GetOrderLinesCountError = GetOrderLinesCountErrors[keyof GetOrderLinesCountErrors];
|
|
1988
|
+
|
|
1989
|
+
export type GetOrderLinesCountResponses = {
|
|
1990
|
+
/**
|
|
1991
|
+
* OK
|
|
1992
|
+
*/
|
|
1993
|
+
200: Int32EnvelopeReadable;
|
|
1994
|
+
};
|
|
1995
|
+
|
|
1996
|
+
export type GetOrderLinesCountResponse = GetOrderLinesCountResponses[keyof GetOrderLinesCountResponses];
|
|
1997
|
+
|
|
1998
|
+
export type DeleteOrderLineData = {
|
|
1999
|
+
body?: never;
|
|
2000
|
+
path: {
|
|
2001
|
+
orderId: string;
|
|
2002
|
+
orderLineId: string;
|
|
2003
|
+
};
|
|
2004
|
+
query: {
|
|
2005
|
+
tenantId: string;
|
|
2006
|
+
};
|
|
2007
|
+
url: '/api/v2/OrdersService/Orders/{orderId}/Lines/{orderLineId}';
|
|
2008
|
+
};
|
|
2009
|
+
|
|
2010
|
+
export type DeleteOrderLineErrors = {
|
|
2011
|
+
/**
|
|
2012
|
+
* Not Found
|
|
2013
|
+
*/
|
|
2014
|
+
404: ErrorEnvelopeReadable;
|
|
2015
|
+
};
|
|
2016
|
+
|
|
2017
|
+
export type DeleteOrderLineError = DeleteOrderLineErrors[keyof DeleteOrderLineErrors];
|
|
2018
|
+
|
|
2019
|
+
export type DeleteOrderLineResponses = {
|
|
2020
|
+
/**
|
|
2021
|
+
* OK
|
|
2022
|
+
*/
|
|
2023
|
+
200: EmptyEnvelopeReadable;
|
|
2024
|
+
};
|
|
2025
|
+
|
|
2026
|
+
export type DeleteOrderLineResponse = DeleteOrderLineResponses[keyof DeleteOrderLineResponses];
|
|
2027
|
+
|
|
2028
|
+
export type GetOrderLineData = {
|
|
2029
|
+
body?: never;
|
|
2030
|
+
path: {
|
|
2031
|
+
orderId: string;
|
|
2032
|
+
orderLineId: string;
|
|
2033
|
+
};
|
|
2034
|
+
query: {
|
|
2035
|
+
tenantId: string;
|
|
2036
|
+
};
|
|
2037
|
+
url: '/api/v2/OrdersService/Orders/{orderId}/Lines/{orderLineId}';
|
|
2038
|
+
};
|
|
2039
|
+
|
|
2040
|
+
export type GetOrderLineErrors = {
|
|
2041
|
+
/**
|
|
2042
|
+
* Not Found
|
|
2043
|
+
*/
|
|
2044
|
+
404: ErrorEnvelopeReadable;
|
|
2045
|
+
};
|
|
2046
|
+
|
|
2047
|
+
export type GetOrderLineError = GetOrderLineErrors[keyof GetOrderLineErrors];
|
|
2048
|
+
|
|
2049
|
+
export type GetOrderLineResponses = {
|
|
2050
|
+
/**
|
|
2051
|
+
* OK
|
|
2052
|
+
*/
|
|
2053
|
+
200: OrderLineDtoEnvelopeReadable;
|
|
2054
|
+
};
|
|
2055
|
+
|
|
2056
|
+
export type GetOrderLineResponse = GetOrderLineResponses[keyof GetOrderLineResponses];
|
|
2057
|
+
|
|
2058
|
+
export type UpdateOrderLineData = {
|
|
2059
|
+
body?: OrderLineUpdateDto;
|
|
2060
|
+
path: {
|
|
2061
|
+
orderId: string;
|
|
2062
|
+
orderLineId: string;
|
|
2063
|
+
};
|
|
2064
|
+
query: {
|
|
2065
|
+
tenantId: string;
|
|
2066
|
+
};
|
|
2067
|
+
url: '/api/v2/OrdersService/Orders/{orderId}/Lines/{orderLineId}';
|
|
2068
|
+
};
|
|
2069
|
+
|
|
2070
|
+
export type UpdateOrderLineErrors = {
|
|
2071
|
+
/**
|
|
2072
|
+
* Not Found
|
|
2073
|
+
*/
|
|
2074
|
+
404: ErrorEnvelopeReadable;
|
|
2075
|
+
};
|
|
2076
|
+
|
|
2077
|
+
export type UpdateOrderLineError = UpdateOrderLineErrors[keyof UpdateOrderLineErrors];
|
|
2078
|
+
|
|
2079
|
+
export type UpdateOrderLineResponses = {
|
|
2080
|
+
/**
|
|
2081
|
+
* OK
|
|
2082
|
+
*/
|
|
2083
|
+
200: EmptyEnvelopeReadable;
|
|
2084
|
+
};
|
|
2085
|
+
|
|
2086
|
+
export type UpdateOrderLineResponse = UpdateOrderLineResponses[keyof UpdateOrderLineResponses];
|
|
2087
|
+
|
|
2088
|
+
export type CalculateOrderLineData = {
|
|
2089
|
+
body?: never;
|
|
2090
|
+
path: {
|
|
2091
|
+
orderId: string;
|
|
2092
|
+
orderLineId: string;
|
|
2093
|
+
};
|
|
2094
|
+
query: {
|
|
2095
|
+
tenantId: string;
|
|
2096
|
+
};
|
|
2097
|
+
url: '/api/v2/OrdersService/Orders/{orderId}/Lines/{orderLineId}/Calculate';
|
|
2098
|
+
};
|
|
2099
|
+
|
|
2100
|
+
export type CalculateOrderLineErrors = {
|
|
2101
|
+
/**
|
|
2102
|
+
* Not Found
|
|
2103
|
+
*/
|
|
2104
|
+
404: ErrorEnvelopeReadable;
|
|
2105
|
+
};
|
|
2106
|
+
|
|
2107
|
+
export type CalculateOrderLineError = CalculateOrderLineErrors[keyof CalculateOrderLineErrors];
|
|
2108
|
+
|
|
2109
|
+
export type CalculateOrderLineResponses = {
|
|
2110
|
+
/**
|
|
2111
|
+
* OK
|
|
2112
|
+
*/
|
|
2113
|
+
200: EmptyEnvelopeReadable;
|
|
2114
|
+
};
|
|
2115
|
+
|
|
2116
|
+
export type CalculateOrderLineResponse = CalculateOrderLineResponses[keyof CalculateOrderLineResponses];
|
|
2117
|
+
|
|
2118
|
+
export type SendOrderEmailData = {
|
|
2119
|
+
body?: EmailDispatchRequest;
|
|
2120
|
+
path: {
|
|
2121
|
+
orderId: string;
|
|
2122
|
+
};
|
|
2123
|
+
query: {
|
|
2124
|
+
tenantId: string;
|
|
2125
|
+
};
|
|
2126
|
+
url: '/api/v2/OrdersService/Orders/{orderId}/Emails/Send';
|
|
2127
|
+
};
|
|
2128
|
+
|
|
2129
|
+
export type SendOrderEmailErrors = {
|
|
2130
|
+
/**
|
|
2131
|
+
* Unauthorized
|
|
2132
|
+
*/
|
|
2133
|
+
401: ErrorEnvelopeReadable;
|
|
2134
|
+
/**
|
|
2135
|
+
* Forbidden
|
|
2136
|
+
*/
|
|
2137
|
+
403: ErrorEnvelopeReadable;
|
|
2138
|
+
};
|
|
2139
|
+
|
|
2140
|
+
export type SendOrderEmailError = SendOrderEmailErrors[keyof SendOrderEmailErrors];
|
|
2141
|
+
|
|
2142
|
+
export type SendOrderEmailResponses = {
|
|
2143
|
+
/**
|
|
2144
|
+
* OK
|
|
2145
|
+
*/
|
|
2146
|
+
200: EmptyEnvelopeReadable;
|
|
2147
|
+
};
|
|
2148
|
+
|
|
2149
|
+
export type SendOrderEmailResponse = SendOrderEmailResponses[keyof SendOrderEmailResponses];
|
|
2150
|
+
|
|
2151
|
+
export type PreviewOrderEmailTemplateData = {
|
|
2152
|
+
body?: EmailDispatchRequest;
|
|
2153
|
+
path: {
|
|
2154
|
+
orderId: string;
|
|
2155
|
+
};
|
|
2156
|
+
query: {
|
|
2157
|
+
tenantId: string;
|
|
2158
|
+
};
|
|
2159
|
+
url: '/api/v2/OrdersService/Orders/{orderId}/Emails/Preview';
|
|
2160
|
+
};
|
|
2161
|
+
|
|
2162
|
+
export type PreviewOrderEmailTemplateResponses = {
|
|
2163
|
+
/**
|
|
2164
|
+
* OK
|
|
2165
|
+
*/
|
|
2166
|
+
200: unknown;
|
|
2167
|
+
};
|
|
2168
|
+
|
|
2169
|
+
export type ClientOptions = {
|
|
2170
|
+
baseUrl: 'https://localhost:44388' | (string & {});
|
|
2171
|
+
};
|