@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,3776 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
import type { Options as ClientOptions, TDataShape, Client } from '@hey-api/client-fetch';
|
|
4
|
+
import type { GetAccountGroupsData, GetAccountGroupsResponse, GetAccountGroupsError, CreateAccountGroupData, CreateAccountGroupResponse, CreateAccountGroupError, GetAccountGroupsCountAsyncData, GetAccountGroupsCountAsyncResponse, GetAccountGroupsCountAsyncError, DeleteAccountGroupData, DeleteAccountGroupError, GetAccountGroupData, GetAccountGroupResponse, GetAccountGroupError, UpdateAccountGroupData, UpdateAccountGroupResponse, UpdateAccountGroupError, GetAccountingPeriodsData, GetAccountingPeriodsResponse, GetAccountingPeriodsError, CreateAccountingPeriodData, CreateAccountingPeriodResponse, CreateAccountingPeriodError, GetAccountingPeriodsCountAsyncData, GetAccountingPeriodsCountAsyncResponse, GetAccountingPeriodsCountAsyncError, DeleteAccountingPeriodData, DeleteAccountingPeriodResponse, DeleteAccountingPeriodError, GetAccountingPeriodData, GetAccountingPeriodResponse, GetAccountingPeriodError, UpdateAccountingPeriodData, UpdateAccountingPeriodResponse, UpdateAccountingPeriodError, GetAccountsAsyncData, GetAccountsAsyncResponse, GetAccountsAsyncError, CreateAccountAsyncData, CreateAccountAsyncResponse, CreateAccountAsyncError, GetAccountsCountAsyncData, GetAccountsCountAsyncResponse, GetAccountsCountAsyncError, GetRootAccountsAsyncData, GetRootAccountsAsyncResponse, GetRootAccountsAsyncError, DeleteAccountAsyncData, DeleteAccountAsyncResponse, DeleteAccountAsyncError, GetAccountDetailsAsyncData, GetAccountDetailsAsyncResponse, GetAccountDetailsAsyncError, PatchAccountAsyncData, PatchAccountAsyncResponse, PatchAccountAsyncError, UpdateAccountAsyncData, UpdateAccountAsyncResponse, UpdateAccountAsyncError, BalanceRootAccountAsyncData, BalanceRootAccountAsyncResponse, BalanceRootAccountAsyncError, BalanceAccountAsyncData, BalanceAccountAsyncResponse, BalanceAccountAsyncError, GetChildAccountsAsyncData, GetChildAccountsAsyncResponse, GetChildAccountsAsyncError, GetAccountEntriesAsyncData, GetAccountEntriesAsyncResponse, GetAccountEntriesAsyncError, CreateAccountEntryAsyncData, CreateAccountEntryAsyncResponse, CreateAccountEntryAsyncError, GetDebitAccountEntriesAsyncData, GetDebitAccountEntriesAsyncResponse, GetDebitAccountEntriesAsyncError, GetCreditAccountEntriesAsyncData, GetCreditAccountEntriesAsyncResponse, GetCreditAccountEntriesAsyncError, DeleteAccountEntryAsyncData, DeleteAccountEntryAsyncResponse, DeleteAccountEntryAsyncError, GetAccountEntryAsyncData, GetAccountEntryAsyncResponse, GetAccountEntryAsyncError, UpdateAccountEntryAsyncData, UpdateAccountEntryAsyncResponse, UpdateAccountEntryAsyncError, GetAccountDebitsAsyncData, GetAccountDebitsAsyncResponse, GetAccountDebitsAsyncError, CreateAccountDebitAsyncData, CreateAccountDebitAsyncResponse, CreateAccountDebitAsyncError, GetAccountDebitsCountAsyncData, GetAccountDebitsCountAsyncResponse, GetAccountDebitsCountAsyncError, GetAccountCreditsAsyncData, GetAccountCreditsAsyncResponse, GetAccountCreditsAsyncError, CreateAccountCreditAsyncData, CreateAccountCreditAsyncResponse, CreateAccountCreditAsyncError, GetAccountCreditsCountAsyncData, GetAccountCreditsCountAsyncResponse, GetAccountCreditsCountAsyncError, GetAccountAggregateAsyncData, GetAccountAggregateAsyncResponse, GetAccountAggregateAsyncError, GetAccountTypesAsyncData, GetAccountTypesAsyncResponse, GetAccountTypesAsyncError, CreateAccountTypeAsyncData, CreateAccountTypeAsyncResponse, CreateAccountTypeAsyncError, GetAccountTypesCountAsyncData, GetAccountTypesCountAsyncResponse, GetAccountTypesCountAsyncError, DeleteAccountTypeAsyncData, DeleteAccountTypeAsyncResponse, DeleteAccountTypeAsyncError, UpdateAccountTypeAsyncData, UpdateAccountTypeAsyncResponse, UpdateAccountTypeAsyncError, GetAccountRelationsAsyncData, GetAccountRelationsAsyncResponse, GetAccountRelationsAsyncError, CreateAccountRelationAsyncData, CreateAccountRelationAsyncResponse, CreateAccountRelationAsyncError, GetAccountRelationsCountAsyncData, GetAccountRelationsCountAsyncResponse, GetAccountRelationsCountAsyncError, DeleteAccountRelationAsyncData, DeleteAccountRelationAsyncResponse, DeleteAccountRelationAsyncError, UpdateAccountRelationAsyncData, UpdateAccountRelationAsyncResponse, UpdateAccountRelationAsyncError, GetBanksData, GetBanksResponse, GetBanksError, CreateBankData, CreateBankResponse, CreateBankError, GetBanksCountData, GetBanksCountResponse, GetBanksCountError, DeleteBankData, DeleteBankError, GetBankData, GetBankResponse, GetBankError, UpdateBankData, UpdateBankResponse, UpdateBankError, GetBankAccountsData, GetBankAccountsResponse, GetBankAccountsError, CreateBankAccountData, CreateBankAccountResponse, CreateBankAccountError, GetBankAccountsCountData, GetBankAccountsCountResponse, GetBankAccountsCountError, DeleteBankAccountData, DeleteBankAccountError, GetBankAccountData, GetBankAccountResponse, GetBankAccountError, UpdateBankAccountData, UpdateBankAccountResponse, UpdateBankAccountError, GetBankGuaranteesData, GetBankGuaranteesResponse, GetBankGuaranteesError, CreateBankGuaranteeData, CreateBankGuaranteeResponse, CreateBankGuaranteeError, GetBankGuaranteesCountData, GetBankGuaranteesCountResponse, GetBankGuaranteesCountError, DeleteBankGuaranteeData, DeleteBankGuaranteeError, GetBankGuaranteeData, GetBankGuaranteeResponse, GetBankGuaranteeError, UpdateBankGuaranteeData, UpdateBankGuaranteeResponse, UpdateBankGuaranteeError, GetBankTransactionsData, GetBankTransactionsResponse, GetBankTransactionsError, CreateBankTransactionData, CreateBankTransactionResponse, CreateBankTransactionError, GetBankTransactionsCountData, GetBankTransactionsCountResponse, GetBankTransactionsCountError, DeleteBankTransactionData, DeleteBankTransactionError, GetBankTransactionData, GetBankTransactionResponse, GetBankTransactionError, UpdateBankTransactionData, UpdateBankTransactionResponse, UpdateBankTransactionError, DeleteBillingProfileAsyncData, DeleteBillingProfileAsyncResponse, GetBillingProfileByIdAsyncData, GetBillingProfileByIdAsyncResponse, UpdateBillingProfileAsyncData, UpdateBillingProfileAsyncResponse, GetBillingProfilesAsyncData, GetBillingProfilesAsyncResponse, CreateBillingProfileAsyncData, CreateBillingProfileAsyncResponse, GetBillingProfilesCountAsyncData, GetBillingProfilesCountAsyncResponse, DeleteBudgetAsyncData, DeleteBudgetAsyncResponse, DeleteBudgetAsyncError, GetBudgetDetailsAsyncData, GetBudgetDetailsAsyncResponse, GetBudgetDetailsAsyncError, UpdateBudgetAsyncData, UpdateBudgetAsyncResponse, UpdateBudgetAsyncError, GetBudgetsAsyncData, GetBudgetsAsyncResponse, GetBudgetsAsyncError, CreateBudgetAsyncData, CreateBudgetAsyncResponse, CreateBudgetAsyncError, GetBudgetAccountEntriesCollectionAsyncData, GetBudgetAccountEntriesCollectionAsyncResponse, GetBudgetAccountEntriesCollectionAsyncError, CreateBudgetAccountEntryAsyncData, CreateBudgetAccountEntryAsyncResponse, CreateBudgetAccountEntryAsyncError, DeleteBudgetAccountEntryAsyncData, DeleteBudgetAccountEntryAsyncResponse, DeleteBudgetAccountEntryAsyncError, GetBudgetAccountEntryAsyncData, GetBudgetAccountEntryAsyncResponse, GetBudgetAccountEntryAsyncError, UpdateBudgetAccountEntryAsyncData, UpdateBudgetAccountEntryAsyncResponse, UpdateBudgetAccountEntryAsyncError, GetCommissionsAsyncData, GetCommissionsAsyncResponse, GetCommissionsAsyncError, CreateCommissionAsyncData, CreateCommissionAsyncResponse, CreateCommissionAsyncError, GetCommissionsCountAsyncData, GetCommissionsCountAsyncResponse, GetCommissionsCountAsyncError, DeleteCommissionAsyncData, DeleteCommissionAsyncResponse, DeleteCommissionAsyncError, GetCommissionAsyncData, GetCommissionAsyncResponse, GetCommissionAsyncError, UpdateCommissionAsyncData, UpdateCommissionAsyncResponse, UpdateCommissionAsyncError, GetPaymentCommissionsAsyncData, GetPaymentCommissionsAsyncResponse, GetPaymentCommissionsAsyncError, CreatePaymentCommissionAsyncData, CreatePaymentCommissionAsyncResponse, CreatePaymentCommissionAsyncError, GetPaymentCommissionsCountAsyncData, GetPaymentCommissionsCountAsyncResponse, GetPaymentCommissionsCountAsyncError, DeletePaymentCommissionAsyncData, DeletePaymentCommissionAsyncResponse, DeletePaymentCommissionAsyncError, GetPaymentCommissionAsyncData, GetPaymentCommissionAsyncResponse, GetPaymentCommissionAsyncError, UpdatePaymentCommissionAsyncData, UpdatePaymentCommissionAsyncResponse, UpdatePaymentCommissionAsyncError, GetCostCentresData, GetCostCentresResponse, GetCostCentresError, CreateCostCentreData, CreateCostCentreResponse, CreateCostCentreError, GetCostCentresCountData, GetCostCentresCountResponse, GetCostCentresCountError, DeleteCostCentreData, DeleteCostCentreResponse, DeleteCostCentreError, GetCostCentreData, GetCostCentreResponse, GetCostCentreError, UpdateCostCentreData, UpdateCostCentreResponse, UpdateCostCentreError, GetCostCentreGroupsData, GetCostCentreGroupsResponse, GetCostCentreGroupsError, CreateCostCentreGroupData, CreateCostCentreGroupResponse, CreateCostCentreGroupError, GetCostCentreGroupsCountData, GetCostCentreGroupsCountResponse, GetCostCentreGroupsCountError, DeleteCostCentreGroupData, DeleteCostCentreGroupResponse, DeleteCostCentreGroupError, GetCostCentreGroupData, GetCostCentreGroupResponse, GetCostCentreGroupError, UpdateCostCentreGroupData, UpdateCostCentreGroupResponse, UpdateCostCentreGroupError, GetCostCentreBudgetsData, GetCostCentreBudgetsResponse, GetCostCentreBudgetsError, CreateCostCentreBudgetData, CreateCostCentreBudgetResponse, CreateCostCentreBudgetError, DeleteCostCentreBudgetData, DeleteCostCentreBudgetResponse, DeleteCostCentreBudgetError, GetCostCentreBudgetData, GetCostCentreBudgetResponse, GetCostCentreBudgetError, UpdateCostCentreBudgetData, UpdateCostCentreBudgetResponse, UpdateCostCentreBudgetError, GetVersionData, GetHealthData, GetHelloData, PostRegisterData, PostRegisterError, PostLoginData, PostLoginResponse, PostRefreshData, PostRefreshResponse, MapIdentityApiConfirmEmailData, PostResendConfirmationEmailData, PostForgotPasswordData, PostForgotPasswordError, PostResetPasswordData, PostResetPasswordError, PostManage2FaData, PostManage2FaResponse, PostManage2FaError, GetManageInfoData, GetManageInfoResponse, GetManageInfoError, PostManageInfoData, PostManageInfoResponse, PostManageInfoError, GetFinancialBooksAsyncData, GetFinancialBooksAsyncResponse, GetFinancialBooksAsyncError, CreateFinancialBookAsyncData, CreateFinancialBookAsyncResponse, CreateFinancialBookAsyncError, GetFinancialBooksCountAsyncData, GetFinancialBooksCountAsyncResponse, GetFinancialBooksCountAsyncError, DeleteFinancialBookAsyncData, DeleteFinancialBookAsyncResponse, DeleteFinancialBookAsyncError, GetFinancialBookDetailsAsyncData, GetFinancialBookDetailsAsyncResponse, GetFinancialBookDetailsAsyncError, UpdateFinancialBookAsyncData, UpdateFinancialBookAsyncResponse, UpdateFinancialBookAsyncError, GetFiscalAuthoritiesData, GetFiscalAuthoritiesResponse, GetFiscalAuthoritiesError, CreateFiscalAuthorityData, CreateFiscalAuthorityResponse, CreateFiscalAuthorityError, GetFiscalAuthoritiesCountData, GetFiscalAuthoritiesCountResponse, GetFiscalAuthoritiesCountError, DeleteFiscalAuthorityData, DeleteFiscalAuthorityResponse, DeleteFiscalAuthorityError, GetFiscalAuthorityData, GetFiscalAuthorityResponse, GetFiscalAuthorityError, UpdateFiscalAuthorityData, UpdateFiscalAuthorityResponse, UpdateFiscalAuthorityError, GetFiscalYearsData, GetFiscalYearsResponse, GetFiscalYearsError, GetFiscalYearsCountData, GetFiscalYearsCountResponse, GetFiscalYearsCountError, GetFiscalYearData, GetFiscalYearResponse, GetFiscalYearError, CreateFiscalYearData, CreateFiscalYearResponse, CreateFiscalYearError, DeleteFiscalYearData, DeleteFiscalYearResponse, DeleteFiscalYearError, UpdateFiscalYearData, UpdateFiscalYearResponse, UpdateFiscalYearError, GetInvoiceEnumerationRangesData, GetInvoiceEnumerationRangesResponse, GetInvoiceEnumerationRangesError, GetInvoiceEnumerationRangesCountData, GetInvoiceEnumerationRangesCountResponse, GetInvoiceEnumerationRangesCountError, GetInvoiceEnumerationRangeData, GetInvoiceEnumerationRangeResponse, GetInvoiceEnumerationRangeError, CreateInvoiceEnumerationRangeData, CreateInvoiceEnumerationRangeResponse, CreateInvoiceEnumerationRangeError, DeleteInvoiceEnumerationRangeData, DeleteInvoiceEnumerationRangeResponse, DeleteInvoiceEnumerationRangeError, UpdateInvoiceEnumerationRangeData, UpdateInvoiceEnumerationRangeResponse, UpdateInvoiceEnumerationRangeError, GetFiscalIdentificationTypesData, GetFiscalIdentificationTypesResponse, GetFiscalIdentificationTypesError, GetFiscalIdentificationTypesCountData, GetFiscalIdentificationTypesCountResponse, GetFiscalIdentificationTypesCountError, GetFiscalIdentificationTypeData, GetFiscalIdentificationTypeResponse, GetFiscalIdentificationTypeError, CreateFiscalIdentificationTypeData, CreateFiscalIdentificationTypeResponse, CreateFiscalIdentificationTypeError, DeleteFiscalIdentificationTypeData, DeleteFiscalIdentificationTypeResponse, DeleteFiscalIdentificationTypeError, UpdateFiscalIdentificationTypeData, UpdateFiscalIdentificationTypeResponse, UpdateFiscalIdentificationTypeError, GetFiscalPeriodsData, GetFiscalPeriodsResponse, GetFiscalPeriodsError, GetFiscalPeriodsCountData, GetFiscalPeriodsCountResponse, GetFiscalPeriodsCountError, GetFiscalPeriodData, GetFiscalPeriodResponse, GetFiscalPeriodError, CreateFiscalPeriodData, CreateFiscalPeriodResponse, CreateFiscalPeriodError, DeleteFiscalPeriodData, DeleteFiscalPeriodResponse, DeleteFiscalPeriodError, UpdateFiscalPeriodData, UpdateFiscalPeriodResponse, UpdateFiscalPeriodError, GetFiscalRegimesData, GetFiscalRegimesResponse, GetFiscalRegimesError, GetFiscalRegimesCountData, GetFiscalRegimesCountResponse, GetFiscalRegimesCountError, GetFiscalRegimeData, GetFiscalRegimeResponse, GetFiscalRegimeError, CreateFiscalRegimeData, CreateFiscalRegimeResponse, CreateFiscalRegimeError, DeleteFiscalRegimeData, DeleteFiscalRegimeResponse, DeleteFiscalRegimeError, UpdateFiscalRegimeData, UpdateFiscalRegimeResponse, UpdateFiscalRegimeError, GetFiscalResponsibilitiesData, GetFiscalResponsibilitiesResponse, GetFiscalResponsibilitiesError, GetFiscalResponsibilitiesCountData, GetFiscalResponsibilitiesCountResponse, GetFiscalResponsibilitiesCountError, GetFiscalResponsibilityData, GetFiscalResponsibilityResponse, GetFiscalResponsibilityError, CreateFiscalResponsibilityData, CreateFiscalResponsibilityResponse, CreateFiscalResponsibilityError, DeleteFiscalResponsibilityData, DeleteFiscalResponsibilityResponse, DeleteFiscalResponsibilityError, UpdateFiscalResponsibilityData, UpdateFiscalResponsibilityResponse, UpdateFiscalResponsibilityError, GetFiscalResponsibilityRecordsData, GetFiscalResponsibilityRecordsResponse, GetFiscalResponsibilityRecordsError, GetFiscalResponsibilityRecordsCountData, GetFiscalResponsibilityRecordsCountResponse, GetFiscalResponsibilityRecordsCountError, GetFiscalResponsibilityRecordData, GetFiscalResponsibilityRecordResponse, GetFiscalResponsibilityRecordError, CreateFiscalResponsibilityRecordData, CreateFiscalResponsibilityRecordResponse, CreateFiscalResponsibilityRecordError, DeleteFiscalResponsibilityRecordData, DeleteFiscalResponsibilityRecordResponse, DeleteFiscalResponsibilityRecordError, UpdateFiscalResponsibilityRecordData, UpdateFiscalResponsibilityRecordResponse, UpdateFiscalResponsibilityRecordError, GetFiscalYearsAsyncData, GetFiscalYearsAsyncResponse, CreateFiscalYearAsyncData, CreateFiscalYearAsyncResponse, GetFiscalYearsCountAsyncData, GetFiscalYearsCountAsyncResponse, DeleteFiscalYearAsyncData, DeleteFiscalYearAsyncResponse, GetFiscalYearDetailsAsyncData, GetFiscalYearDetailsAsyncResponse, UpdateFiscalYearAsyncData, UpdateFiscalYearAsyncResponse, GetGrantsAsyncData, GetGrantsAsyncResponse, CreateGrantAsyncData, CreateGrantAsyncResponse, GetGrantsCountAsyncData, GetGrantsCountAsyncResponse, DeleteGrantAsyncData, DeleteGrantAsyncResponse, GetGrantDetailsAsyncData, GetGrantDetailsAsyncResponse, UpdateGrantAsyncData, UpdateGrantAsyncResponse, GetInvoiceEnumerationRangesAsyncData, GetInvoiceEnumerationRangesAsyncResponse, GetInvoiceEnumerationRangesAsyncError, CreateInvoiceEnumerationRangeAsyncData, CreateInvoiceEnumerationRangeAsyncResponse, CreateInvoiceEnumerationRangeAsyncError, DeleteInvoiceEnumerationRangeAsyncData, DeleteInvoiceEnumerationRangeAsyncResponse, DeleteInvoiceEnumerationRangeAsyncError, GetInvoiceEnumerationRangeDetailsAsyncData, GetInvoiceEnumerationRangeDetailsAsyncResponse, GetInvoiceEnumerationRangeDetailsAsyncError, UpdateInvoiceEnumerationRangeAsyncData, UpdateInvoiceEnumerationRangeAsyncResponse, UpdateInvoiceEnumerationRangeAsyncError, GetJournalsAsyncData, GetJournalsAsyncResponse, GetJournalsAsyncError, CreateJournalAsyncData, CreateJournalAsyncResponse, CreateJournalAsyncError, CountJournalsAsyncData, CountJournalsAsyncResponse, CountJournalsAsyncError, DeleteJournalAsyncData, DeleteJournalAsyncResponse, DeleteJournalAsyncError, GetJournalDetailsAsyncData, GetJournalDetailsAsyncResponse, GetJournalDetailsAsyncError, UpdateJournalAsyncData, UpdateJournalAsyncResponse, UpdateJournalAsyncError, GetJournalEntriesAsyncData, GetJournalEntriesAsyncResponse, GetJournalEntriesAsyncError, CreateJournalEntryAsyncData, CreateJournalEntryAsyncResponse, CreateJournalEntryAsyncError, GetJournalEntriesCountAsyncData, GetJournalEntriesCountAsyncResponse, GetJournalEntriesCountAsyncError, DeleteJournalEntryAsyncData, DeleteJournalEntryAsyncResponse, DeleteJournalEntryAsyncError, UpdateJournalEntryAsyncData, UpdateJournalEntryAsyncResponse, UpdateJournalEntryAsyncError, DeleteJournalTypeAsyncData, DeleteJournalTypeAsyncResponse, GetJournalTypeDetailsAsyncData, GetJournalTypeDetailsAsyncResponse, UpdateJournalTypeAsyncData, UpdateJournalTypeAsyncResponse, GetJournalTypesAsyncData, GetJournalTypesAsyncResponse, CreateJournalTypeAsyncData, CreateJournalTypeAsyncResponse, GetJournalTypesCountAsyncData, GetJournalTypesCountAsyncResponse, GetLedgersAsyncData, GetLedgersAsyncResponse, GetLedgersAsyncError, CreateLedgerAsyncData, CreateLedgerAsyncResponse, CreateLedgerAsyncError, GetLedgersCountAsyncData, GetLedgersCountAsyncResponse, GetLedgersCountAsyncError, DeleteLedgerAsyncData, DeleteLedgerAsyncResponse, DeleteLedgerAsyncError, GetLedgerDetailsAsyncData, GetLedgerDetailsAsyncResponse, GetLedgerDetailsAsyncError, UpdateLedgerAsyncData, UpdateLedgerAsyncResponse, UpdateLedgerAsyncError, GetLedgerTypesAsyncData, GetLedgerTypesAsyncResponse, GetLedgerTypesAsyncError, CreateLedgerTypeAsyncData, CreateLedgerTypeAsyncResponse, CreateLedgerTypeAsyncError, GetLedgerTypesCountAsyncData, GetLedgerTypesCountAsyncResponse, GetLedgerTypesCountAsyncError, DeleteLedgerTypeAsyncData, DeleteLedgerTypeAsyncResponse, DeleteLedgerTypeAsyncError, GetLedgerTypeDetailsAsyncData, GetLedgerTypeDetailsAsyncResponse, GetLedgerTypeDetailsAsyncError, UpdateLedgerTypeAsyncData, UpdateLedgerTypeAsyncResponse, UpdateLedgerTypeAsyncError, DeleteLoanAsyncData, DeleteLoanAsyncResponse, DeleteLoanAsyncError, GetLoanDetailsAsyncData, GetLoanDetailsAsyncResponse, GetLoanDetailsAsyncError, UpdateLoanAsyncData, UpdateLoanAsyncResponse, UpdateLoanAsyncError, GetLoansAsyncData, GetLoansAsyncResponse, GetLoansAsyncError, CreateLoanAsyncData, CreateLoanAsyncResponse, CreateLoanAsyncError, GetLoansCountAsyncData, GetLoansCountAsyncResponse, GetLoansCountAsyncError, GetLoanApplicationsAsyncData, GetLoanApplicationsAsyncResponse, GetLoanApplicationsAsyncError, CreateLoanApplicationAsyncData, CreateLoanApplicationAsyncResponse, CreateLoanApplicationAsyncError, GetLoanApplicationsCountAsyncData, GetLoanApplicationsCountAsyncResponse, GetLoanApplicationsCountAsyncError, DeleteLoanApplicationAsyncData, DeleteLoanApplicationAsyncResponse, DeleteLoanApplicationAsyncError, GetLoanApplicationDetailsAsyncData, GetLoanApplicationDetailsAsyncResponse, GetLoanApplicationDetailsAsyncError, UpdateLoanApplicationAsyncData, UpdateLoanApplicationAsyncResponse, UpdateLoanApplicationAsyncError, GetReceiptsAsyncData, GetReceiptsAsyncResponse, CreateReceiptAsyncData, CreateReceiptAsyncResponse, GetReceiptsCountAsyncData, GetReceiptsCountAsyncResponse, DeleteReceiptAsyncData, DeleteReceiptAsyncResponse, GetReceiptDetailsAsyncData, GetReceiptDetailsAsyncResponse, UpdateReceiptAsyncData, UpdateReceiptAsyncResponse, GetShareClassesData, GetShareClassesResponse, GetShareClassesError, CreateShareClassData, CreateShareClassResponse, CreateShareClassError, GetShareClassesCountData, GetShareClassesCountResponse, GetShareClassesCountError, DeleteShareClassData, DeleteShareClassError, GetShareClassData, GetShareClassResponse, GetShareClassError, UpdateShareClassData, UpdateShareClassResponse, UpdateShareClassError, GetShareIssuancesData, GetShareIssuancesResponse, GetShareIssuancesError, CreateShareIssuanceData, CreateShareIssuanceResponse, CreateShareIssuanceError, GetShareIssuancesCountData, GetShareIssuancesCountResponse, GetShareIssuancesCountError, DeleteShareIssuanceData, DeleteShareIssuanceError, GetShareIssuanceData, GetShareIssuanceResponse, GetShareIssuanceError, UpdateShareIssuanceData, UpdateShareIssuanceResponse, UpdateShareIssuanceError, GetShareTransfersData, GetShareTransfersResponse, GetShareTransfersError, CreateShareTransferData, CreateShareTransferResponse, CreateShareTransferError, GetShareTransfersCountData, GetShareTransfersCountResponse, GetShareTransfersCountError, DeleteShareTransferData, DeleteShareTransferError, GetShareTransferData, GetShareTransferResponse, GetShareTransferError, UpdateShareTransferData, UpdateShareTransferResponse, UpdateShareTransferError, GetShareTransferReasonsData, GetShareTransferReasonsResponse, GetShareTransferReasonsError, CreateShareTransferReasonData, CreateShareTransferReasonResponse, CreateShareTransferReasonError, GetShareTransferReasonsCountData, GetShareTransferReasonsCountResponse, GetShareTransferReasonsCountError, DeleteShareTransferReasonData, DeleteShareTransferReasonError, GetShareTransferReasonData, GetShareTransferReasonResponse, GetShareTransferReasonError, UpdateShareTransferReasonData, UpdateShareTransferReasonResponse, UpdateShareTransferReasonError, GetTaxPoliciesData, GetTaxPoliciesResponse, GetTaxPoliciesError, CreateTaxPolicyData, CreateTaxPolicyResponse, CreateTaxPolicyError, GetTaxPoliciesCountData, GetTaxPoliciesCountResponse, GetTaxPoliciesCountError, GetTaxPoliciesByAuthorityData, GetTaxPoliciesByAuthorityResponse, GetTaxPoliciesByAuthorityError, DeleteTaxPolicyData, DeleteTaxPolicyResponse, DeleteTaxPolicyError, GetTaxPolicyData, GetTaxPolicyResponse, GetTaxPolicyError, UpdateTaxPolicyData, UpdateTaxPolicyResponse, UpdateTaxPolicyError, GetItemTaxPolicyRecordsData, GetItemTaxPolicyRecordsResponse, GetItemTaxPolicyRecordsError, CreateItemTaxPolicyRecordData, CreateItemTaxPolicyRecordResponse, CreateItemTaxPolicyRecordError, DeleteItemTaxPolicyRecordData, DeleteItemTaxPolicyRecordResponse, DeleteItemTaxPolicyRecordError, GetItemTaxPolicyRecordData, GetItemTaxPolicyRecordResponse, GetItemTaxPolicyRecordError, UpdateItemTaxPolicyRecordData, UpdateItemTaxPolicyRecordResponse, UpdateItemTaxPolicyRecordError, GetAppliedTaxPolicyRecordsData, GetAppliedTaxPolicyRecordsResponse, GetAppliedTaxPolicyRecordsError, CreateAppliedTaxPolicyRecordData, CreateAppliedTaxPolicyRecordResponse, CreateAppliedTaxPolicyRecordError, GetAppliedTaxPolicyRecordsCountData, GetAppliedTaxPolicyRecordsCountResponse, GetAppliedTaxPolicyRecordsCountError, DeleteAppliedTaxPolicyRecordData, DeleteAppliedTaxPolicyRecordResponse, DeleteAppliedTaxPolicyRecordError, GetAppliedTaxPolicyRecordData, GetAppliedTaxPolicyRecordResponse, GetAppliedTaxPolicyRecordError, UpdateAppliedTaxPolicyRecordData, UpdateAppliedTaxPolicyRecordResponse, UpdateAppliedTaxPolicyRecordError, GetTaxRatesData, GetTaxRatesResponse, GetTaxRatesError, CreateTaxRateData, CreateTaxRateResponse, CreateTaxRateError, GetTaxRatesCountData, GetTaxRatesCountResponse, GetTaxRatesCountError, DeleteTaxRateData, DeleteTaxRateResponse, DeleteTaxRateError, GetTaxRateData, GetTaxRateResponse, GetTaxRateError, UpdateTaxRateData, UpdateTaxRateResponse, UpdateTaxRateError, GetTransactionsData, GetTransactionsResponse, GetTransactionsError, CreateTransactionData, CreateTransactionResponse, CreateTransactionError, GetTransactionsCountData, GetTransactionsCountResponse, GetTransactionsCountError, DeleteTransactionData, DeleteTransactionResponse, DeleteTransactionError, GetTransactionData, GetTransactionResponse, GetTransactionError, UpdateTransactionData, UpdateTransactionResponse, UpdateTransactionError, GetTransactionCategoriesData, GetTransactionCategoriesResponse, GetTransactionCategoriesError, CreateTransactionCategoryData, CreateTransactionCategoryResponse, CreateTransactionCategoryError, GetTransactionCategoriesCountData, GetTransactionCategoriesCountResponse, GetTransactionCategoriesCountError, DeleteTransactionCategoryData, DeleteTransactionCategoryResponse, DeleteTransactionCategoryError, GetTransactionCategoryData, GetTransactionCategoryResponse, GetTransactionCategoryError, UpdateTransactionCategoryData, UpdateTransactionCategoryResponse, UpdateTransactionCategoryError } from './types.gen';
|
|
5
|
+
import { client as _heyApiClient } from './client.gen';
|
|
6
|
+
|
|
7
|
+
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = ClientOptions<TData, ThrowOnError> & {
|
|
8
|
+
/**
|
|
9
|
+
* You can provide a client instance returned by `createClient()` instead of
|
|
10
|
+
* individual options. This might be also useful if you want to implement a
|
|
11
|
+
* custom client.
|
|
12
|
+
*/
|
|
13
|
+
client?: Client;
|
|
14
|
+
/**
|
|
15
|
+
* You can pass arbitrary values through the `meta` object. This can be
|
|
16
|
+
* used to access values that aren't defined as part of the SDK function.
|
|
17
|
+
*/
|
|
18
|
+
meta?: Record<string, unknown>;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Gets the current tenant account groups
|
|
23
|
+
* Get the currently acting tenant account groups.
|
|
24
|
+
*/
|
|
25
|
+
export const getAccountGroups = <ThrowOnError extends boolean = false>(options: Options<GetAccountGroupsData, ThrowOnError>) => {
|
|
26
|
+
return (options.client ?? _heyApiClient).get<GetAccountGroupsResponse, GetAccountGroupsError, ThrowOnError>({
|
|
27
|
+
url: '/api/v2/AccountingService/AccountGroups',
|
|
28
|
+
...options
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Creates a new account group
|
|
34
|
+
* Creates a new account group.
|
|
35
|
+
*/
|
|
36
|
+
export const createAccountGroup = <ThrowOnError extends boolean = false>(options: Options<CreateAccountGroupData, ThrowOnError>) => {
|
|
37
|
+
return (options.client ?? _heyApiClient).post<CreateAccountGroupResponse, CreateAccountGroupError, ThrowOnError>({
|
|
38
|
+
url: '/api/v2/AccountingService/AccountGroups',
|
|
39
|
+
...options,
|
|
40
|
+
headers: {
|
|
41
|
+
'Content-Type': 'application/json',
|
|
42
|
+
...options?.headers
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Gets the current tenant accounts count
|
|
49
|
+
* Get the currently acting tenant accounts count.
|
|
50
|
+
*/
|
|
51
|
+
export const getAccountGroupsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountGroupsCountAsyncData, ThrowOnError>) => {
|
|
52
|
+
return (options.client ?? _heyApiClient).get<GetAccountGroupsCountAsyncResponse, GetAccountGroupsCountAsyncError, ThrowOnError>({
|
|
53
|
+
url: '/api/v2/AccountingService/AccountGroups/Count',
|
|
54
|
+
...options
|
|
55
|
+
});
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Deletes an existing account group
|
|
60
|
+
* Deletes an existing account group.
|
|
61
|
+
*/
|
|
62
|
+
export const deleteAccountGroup = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountGroupData, ThrowOnError>) => {
|
|
63
|
+
return (options.client ?? _heyApiClient).delete<unknown, DeleteAccountGroupError, ThrowOnError>({
|
|
64
|
+
url: '/api/v2/AccountingService/AccountGroups/{accountGroupId}',
|
|
65
|
+
...options
|
|
66
|
+
});
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Gets the current tenant account group
|
|
71
|
+
* Get the currently acting tenant account group.
|
|
72
|
+
*/
|
|
73
|
+
export const getAccountGroup = <ThrowOnError extends boolean = false>(options: Options<GetAccountGroupData, ThrowOnError>) => {
|
|
74
|
+
return (options.client ?? _heyApiClient).get<GetAccountGroupResponse, GetAccountGroupError, ThrowOnError>({
|
|
75
|
+
url: '/api/v2/AccountingService/AccountGroups/{accountGroupId}',
|
|
76
|
+
...options
|
|
77
|
+
});
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Updates an existing account group
|
|
82
|
+
* Updates an existing account group.
|
|
83
|
+
*/
|
|
84
|
+
export const updateAccountGroup = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountGroupData, ThrowOnError>) => {
|
|
85
|
+
return (options.client ?? _heyApiClient).put<UpdateAccountGroupResponse, UpdateAccountGroupError, ThrowOnError>({
|
|
86
|
+
url: '/api/v2/AccountingService/AccountGroups/{accountGroupId}',
|
|
87
|
+
...options,
|
|
88
|
+
headers: {
|
|
89
|
+
'Content-Type': 'application/json',
|
|
90
|
+
...options?.headers
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Get all accounting periods for a tenant
|
|
97
|
+
* Retrieves all accounting periods for the specified tenant using OData query options.
|
|
98
|
+
*/
|
|
99
|
+
export const getAccountingPeriods = <ThrowOnError extends boolean = false>(options: Options<GetAccountingPeriodsData, ThrowOnError>) => {
|
|
100
|
+
return (options.client ?? _heyApiClient).get<GetAccountingPeriodsResponse, GetAccountingPeriodsError, ThrowOnError>({
|
|
101
|
+
url: '/api/v2/AccountingService/AccountingPeriods',
|
|
102
|
+
...options
|
|
103
|
+
});
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* Creates a new accounting period
|
|
108
|
+
* Creates a new accounting period.
|
|
109
|
+
*/
|
|
110
|
+
export const createAccountingPeriod = <ThrowOnError extends boolean = false>(options: Options<CreateAccountingPeriodData, ThrowOnError>) => {
|
|
111
|
+
return (options.client ?? _heyApiClient).post<CreateAccountingPeriodResponse, CreateAccountingPeriodError, ThrowOnError>({
|
|
112
|
+
url: '/api/v2/AccountingService/AccountingPeriods',
|
|
113
|
+
...options,
|
|
114
|
+
headers: {
|
|
115
|
+
'Content-Type': 'application/json',
|
|
116
|
+
...options?.headers
|
|
117
|
+
}
|
|
118
|
+
});
|
|
119
|
+
};
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Gets the current tenant accounting periods count
|
|
123
|
+
* Get the currently acting tenant accounting periods count.
|
|
124
|
+
*/
|
|
125
|
+
export const getAccountingPeriodsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountingPeriodsCountAsyncData, ThrowOnError>) => {
|
|
126
|
+
return (options.client ?? _heyApiClient).get<GetAccountingPeriodsCountAsyncResponse, GetAccountingPeriodsCountAsyncError, ThrowOnError>({
|
|
127
|
+
url: '/api/v2/AccountingService/AccountingPeriods/Count',
|
|
128
|
+
...options
|
|
129
|
+
});
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Deletes an existing accounting period
|
|
134
|
+
* Deletes an existing accounting period.
|
|
135
|
+
*/
|
|
136
|
+
export const deleteAccountingPeriod = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountingPeriodData, ThrowOnError>) => {
|
|
137
|
+
return (options.client ?? _heyApiClient).delete<DeleteAccountingPeriodResponse, DeleteAccountingPeriodError, ThrowOnError>({
|
|
138
|
+
url: '/api/v2/AccountingService/AccountingPeriods/{accountingPeriodId}',
|
|
139
|
+
...options
|
|
140
|
+
});
|
|
141
|
+
};
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* Gets the current tenant accounting period
|
|
145
|
+
* Get the currently acting tenant accounting period.
|
|
146
|
+
*/
|
|
147
|
+
export const getAccountingPeriod = <ThrowOnError extends boolean = false>(options: Options<GetAccountingPeriodData, ThrowOnError>) => {
|
|
148
|
+
return (options.client ?? _heyApiClient).get<GetAccountingPeriodResponse, GetAccountingPeriodError, ThrowOnError>({
|
|
149
|
+
url: '/api/v2/AccountingService/AccountingPeriods/{accountingPeriodId}',
|
|
150
|
+
...options
|
|
151
|
+
});
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* Updates an existing accounting period
|
|
156
|
+
* Updates an existing accounting period.
|
|
157
|
+
*/
|
|
158
|
+
export const updateAccountingPeriod = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountingPeriodData, ThrowOnError>) => {
|
|
159
|
+
return (options.client ?? _heyApiClient).put<UpdateAccountingPeriodResponse, UpdateAccountingPeriodError, ThrowOnError>({
|
|
160
|
+
url: '/api/v2/AccountingService/AccountingPeriods/{accountingPeriodId}',
|
|
161
|
+
...options,
|
|
162
|
+
headers: {
|
|
163
|
+
'Content-Type': 'application/json',
|
|
164
|
+
...options?.headers
|
|
165
|
+
}
|
|
166
|
+
});
|
|
167
|
+
};
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Creates a new account
|
|
171
|
+
* Creates a new account.
|
|
172
|
+
*/
|
|
173
|
+
export const getAccountsAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountsAsyncData, ThrowOnError>) => {
|
|
174
|
+
return (options.client ?? _heyApiClient).get<GetAccountsAsyncResponse, GetAccountsAsyncError, ThrowOnError>({
|
|
175
|
+
url: '/api/v2/AccountingService/Accounts',
|
|
176
|
+
...options
|
|
177
|
+
});
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* Get root accounts
|
|
182
|
+
* Get root accounts.
|
|
183
|
+
*/
|
|
184
|
+
export const createAccountAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountAsyncData, ThrowOnError>) => {
|
|
185
|
+
return (options.client ?? _heyApiClient).post<CreateAccountAsyncResponse, CreateAccountAsyncError, ThrowOnError>({
|
|
186
|
+
url: '/api/v2/AccountingService/Accounts',
|
|
187
|
+
...options,
|
|
188
|
+
headers: {
|
|
189
|
+
'Content-Type': 'application/json',
|
|
190
|
+
...options?.headers
|
|
191
|
+
}
|
|
192
|
+
});
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Get the number of accounts
|
|
197
|
+
* Get the number of accounts.
|
|
198
|
+
*/
|
|
199
|
+
export const getAccountsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountsCountAsyncData, ThrowOnError>) => {
|
|
200
|
+
return (options.client ?? _heyApiClient).get<GetAccountsCountAsyncResponse, GetAccountsCountAsyncError, ThrowOnError>({
|
|
201
|
+
url: '/api/v2/AccountingService/Accounts/Count',
|
|
202
|
+
...options
|
|
203
|
+
});
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Get root accounts
|
|
208
|
+
* Get root accounts.
|
|
209
|
+
*/
|
|
210
|
+
export const getRootAccountsAsync = <ThrowOnError extends boolean = false>(options: Options<GetRootAccountsAsyncData, ThrowOnError>) => {
|
|
211
|
+
return (options.client ?? _heyApiClient).get<GetRootAccountsAsyncResponse, GetRootAccountsAsyncError, ThrowOnError>({
|
|
212
|
+
url: '/api/v2/AccountingService/Accounts/Root',
|
|
213
|
+
...options
|
|
214
|
+
});
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Delete an account
|
|
219
|
+
* Delete an account.
|
|
220
|
+
*/
|
|
221
|
+
export const deleteAccountAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountAsyncData, ThrowOnError>) => {
|
|
222
|
+
return (options.client ?? _heyApiClient).delete<DeleteAccountAsyncResponse, DeleteAccountAsyncError, ThrowOnError>({
|
|
223
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}',
|
|
224
|
+
...options
|
|
225
|
+
});
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Get account details
|
|
230
|
+
* Get account details.
|
|
231
|
+
*/
|
|
232
|
+
export const getAccountDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountDetailsAsyncData, ThrowOnError>) => {
|
|
233
|
+
return (options.client ?? _heyApiClient).get<GetAccountDetailsAsyncResponse, GetAccountDetailsAsyncError, ThrowOnError>({
|
|
234
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}',
|
|
235
|
+
...options
|
|
236
|
+
});
|
|
237
|
+
};
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* Patch an account
|
|
241
|
+
* Patch an account.
|
|
242
|
+
*/
|
|
243
|
+
export const patchAccountAsync = <ThrowOnError extends boolean = false>(options: Options<PatchAccountAsyncData, ThrowOnError>) => {
|
|
244
|
+
return (options.client ?? _heyApiClient).patch<PatchAccountAsyncResponse, PatchAccountAsyncError, ThrowOnError>({
|
|
245
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}',
|
|
246
|
+
...options,
|
|
247
|
+
headers: {
|
|
248
|
+
'Content-Type': 'application/json',
|
|
249
|
+
...options?.headers
|
|
250
|
+
}
|
|
251
|
+
});
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Update an account
|
|
256
|
+
* Update an account.
|
|
257
|
+
*/
|
|
258
|
+
export const updateAccountAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountAsyncData, ThrowOnError>) => {
|
|
259
|
+
return (options.client ?? _heyApiClient).put<UpdateAccountAsyncResponse, UpdateAccountAsyncError, ThrowOnError>({
|
|
260
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}',
|
|
261
|
+
...options,
|
|
262
|
+
headers: {
|
|
263
|
+
'Content-Type': 'application/json',
|
|
264
|
+
...options?.headers
|
|
265
|
+
}
|
|
266
|
+
});
|
|
267
|
+
};
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* Balance root account
|
|
271
|
+
* Balance root account.
|
|
272
|
+
*/
|
|
273
|
+
export const balanceRootAccountAsync = <ThrowOnError extends boolean = false>(options: Options<BalanceRootAccountAsyncData, ThrowOnError>) => {
|
|
274
|
+
return (options.client ?? _heyApiClient).post<BalanceRootAccountAsyncResponse, BalanceRootAccountAsyncError, ThrowOnError>({
|
|
275
|
+
url: '/api/v2/AccountingService/Accounts/Root/Balance',
|
|
276
|
+
...options
|
|
277
|
+
});
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Balance account
|
|
282
|
+
* Balance account.
|
|
283
|
+
*/
|
|
284
|
+
export const balanceAccountAsync = <ThrowOnError extends boolean = false>(options: Options<BalanceAccountAsyncData, ThrowOnError>) => {
|
|
285
|
+
return (options.client ?? _heyApiClient).post<BalanceAccountAsyncResponse, BalanceAccountAsyncError, ThrowOnError>({
|
|
286
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Balance',
|
|
287
|
+
...options
|
|
288
|
+
});
|
|
289
|
+
};
|
|
290
|
+
|
|
291
|
+
/**
|
|
292
|
+
* Get child accounts
|
|
293
|
+
* Get child accounts.
|
|
294
|
+
*/
|
|
295
|
+
export const getChildAccountsAsync = <ThrowOnError extends boolean = false>(options: Options<GetChildAccountsAsyncData, ThrowOnError>) => {
|
|
296
|
+
return (options.client ?? _heyApiClient).get<GetChildAccountsAsyncResponse, GetChildAccountsAsyncError, ThrowOnError>({
|
|
297
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Children',
|
|
298
|
+
...options
|
|
299
|
+
});
|
|
300
|
+
};
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* Get account entries
|
|
304
|
+
* Get account entries.
|
|
305
|
+
*/
|
|
306
|
+
export const getAccountEntriesAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountEntriesAsyncData, ThrowOnError>) => {
|
|
307
|
+
return (options.client ?? _heyApiClient).get<GetAccountEntriesAsyncResponse, GetAccountEntriesAsyncError, ThrowOnError>({
|
|
308
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Entries',
|
|
309
|
+
...options
|
|
310
|
+
});
|
|
311
|
+
};
|
|
312
|
+
|
|
313
|
+
/**
|
|
314
|
+
* Create account entry
|
|
315
|
+
* Create account entry.
|
|
316
|
+
*/
|
|
317
|
+
export const createAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountEntryAsyncData, ThrowOnError>) => {
|
|
318
|
+
return (options.client ?? _heyApiClient).post<CreateAccountEntryAsyncResponse, CreateAccountEntryAsyncError, ThrowOnError>({
|
|
319
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Entries',
|
|
320
|
+
...options,
|
|
321
|
+
headers: {
|
|
322
|
+
'Content-Type': 'application/json',
|
|
323
|
+
...options?.headers
|
|
324
|
+
}
|
|
325
|
+
});
|
|
326
|
+
};
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* Get debit account entries
|
|
330
|
+
* Get debit account entries.
|
|
331
|
+
*/
|
|
332
|
+
export const getDebitAccountEntriesAsync = <ThrowOnError extends boolean = false>(options: Options<GetDebitAccountEntriesAsyncData, ThrowOnError>) => {
|
|
333
|
+
return (options.client ?? _heyApiClient).get<GetDebitAccountEntriesAsyncResponse, GetDebitAccountEntriesAsyncError, ThrowOnError>({
|
|
334
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Entries/Debit',
|
|
335
|
+
...options
|
|
336
|
+
});
|
|
337
|
+
};
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* Get credit account entries
|
|
341
|
+
* Get credit account entries.
|
|
342
|
+
*/
|
|
343
|
+
export const getCreditAccountEntriesAsync = <ThrowOnError extends boolean = false>(options: Options<GetCreditAccountEntriesAsyncData, ThrowOnError>) => {
|
|
344
|
+
return (options.client ?? _heyApiClient).get<GetCreditAccountEntriesAsyncResponse, GetCreditAccountEntriesAsyncError, ThrowOnError>({
|
|
345
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Entries/Credit',
|
|
346
|
+
...options
|
|
347
|
+
});
|
|
348
|
+
};
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* Delete account entry
|
|
352
|
+
* Delete account entry.
|
|
353
|
+
*/
|
|
354
|
+
export const deleteAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountEntryAsyncData, ThrowOnError>) => {
|
|
355
|
+
return (options.client ?? _heyApiClient).delete<DeleteAccountEntryAsyncResponse, DeleteAccountEntryAsyncError, ThrowOnError>({
|
|
356
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Entries/{entryId}',
|
|
357
|
+
...options
|
|
358
|
+
});
|
|
359
|
+
};
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* Get account entry
|
|
363
|
+
* Get account entry.
|
|
364
|
+
*/
|
|
365
|
+
export const getAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountEntryAsyncData, ThrowOnError>) => {
|
|
366
|
+
return (options.client ?? _heyApiClient).get<GetAccountEntryAsyncResponse, GetAccountEntryAsyncError, ThrowOnError>({
|
|
367
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Entries/{entryId}',
|
|
368
|
+
...options
|
|
369
|
+
});
|
|
370
|
+
};
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* Update account entry
|
|
374
|
+
* Update account entry.
|
|
375
|
+
*/
|
|
376
|
+
export const updateAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountEntryAsyncData, ThrowOnError>) => {
|
|
377
|
+
return (options.client ?? _heyApiClient).put<UpdateAccountEntryAsyncResponse, UpdateAccountEntryAsyncError, ThrowOnError>({
|
|
378
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Entries/{entryId}',
|
|
379
|
+
...options,
|
|
380
|
+
headers: {
|
|
381
|
+
'Content-Type': 'application/json',
|
|
382
|
+
...options?.headers
|
|
383
|
+
}
|
|
384
|
+
});
|
|
385
|
+
};
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* Get account debits
|
|
389
|
+
* Get account debits.
|
|
390
|
+
*/
|
|
391
|
+
export const getAccountDebitsAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountDebitsAsyncData, ThrowOnError>) => {
|
|
392
|
+
return (options.client ?? _heyApiClient).get<GetAccountDebitsAsyncResponse, GetAccountDebitsAsyncError, ThrowOnError>({
|
|
393
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Debits',
|
|
394
|
+
...options
|
|
395
|
+
});
|
|
396
|
+
};
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* Create account debit
|
|
400
|
+
* Create account debit.
|
|
401
|
+
*/
|
|
402
|
+
export const createAccountDebitAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountDebitAsyncData, ThrowOnError>) => {
|
|
403
|
+
return (options.client ?? _heyApiClient).post<CreateAccountDebitAsyncResponse, CreateAccountDebitAsyncError, ThrowOnError>({
|
|
404
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Debits',
|
|
405
|
+
...options,
|
|
406
|
+
headers: {
|
|
407
|
+
'Content-Type': 'application/json',
|
|
408
|
+
...options?.headers
|
|
409
|
+
}
|
|
410
|
+
});
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* Get account debits count
|
|
415
|
+
* Get account debits count.
|
|
416
|
+
*/
|
|
417
|
+
export const getAccountDebitsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountDebitsCountAsyncData, ThrowOnError>) => {
|
|
418
|
+
return (options.client ?? _heyApiClient).get<GetAccountDebitsCountAsyncResponse, GetAccountDebitsCountAsyncError, ThrowOnError>({
|
|
419
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Debits/Count',
|
|
420
|
+
...options
|
|
421
|
+
});
|
|
422
|
+
};
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* Get account credits
|
|
426
|
+
* Get account credits.
|
|
427
|
+
*/
|
|
428
|
+
export const getAccountCreditsAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountCreditsAsyncData, ThrowOnError>) => {
|
|
429
|
+
return (options.client ?? _heyApiClient).get<GetAccountCreditsAsyncResponse, GetAccountCreditsAsyncError, ThrowOnError>({
|
|
430
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Credits',
|
|
431
|
+
...options
|
|
432
|
+
});
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* Create account credit
|
|
437
|
+
* Create account credit.
|
|
438
|
+
*/
|
|
439
|
+
export const createAccountCreditAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountCreditAsyncData, ThrowOnError>) => {
|
|
440
|
+
return (options.client ?? _heyApiClient).post<CreateAccountCreditAsyncResponse, CreateAccountCreditAsyncError, ThrowOnError>({
|
|
441
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Credits',
|
|
442
|
+
...options,
|
|
443
|
+
headers: {
|
|
444
|
+
'Content-Type': 'application/json',
|
|
445
|
+
...options?.headers
|
|
446
|
+
}
|
|
447
|
+
});
|
|
448
|
+
};
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* Get account credits count
|
|
452
|
+
* Get account credits count.
|
|
453
|
+
*/
|
|
454
|
+
export const getAccountCreditsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountCreditsCountAsyncData, ThrowOnError>) => {
|
|
455
|
+
return (options.client ?? _heyApiClient).get<GetAccountCreditsCountAsyncResponse, GetAccountCreditsCountAsyncError, ThrowOnError>({
|
|
456
|
+
url: '/api/v2/AccountingService/Accounts/{accountId}/Credits/Count',
|
|
457
|
+
...options
|
|
458
|
+
});
|
|
459
|
+
};
|
|
460
|
+
|
|
461
|
+
/**
|
|
462
|
+
* Get account aggregate
|
|
463
|
+
* Get account aggregate.
|
|
464
|
+
*/
|
|
465
|
+
export const getAccountAggregateAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountAggregateAsyncData, ThrowOnError>) => {
|
|
466
|
+
return (options.client ?? _heyApiClient).post<GetAccountAggregateAsyncResponse, GetAccountAggregateAsyncError, ThrowOnError>({
|
|
467
|
+
url: '/api/v2/AccountingService/Accounts/Aggregate',
|
|
468
|
+
...options,
|
|
469
|
+
headers: {
|
|
470
|
+
'Content-Type': 'application/json',
|
|
471
|
+
...options?.headers
|
|
472
|
+
}
|
|
473
|
+
});
|
|
474
|
+
};
|
|
475
|
+
|
|
476
|
+
/**
|
|
477
|
+
* Get account types
|
|
478
|
+
* Get account types.
|
|
479
|
+
*/
|
|
480
|
+
export const getAccountTypesAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountTypesAsyncData, ThrowOnError>) => {
|
|
481
|
+
return (options.client ?? _heyApiClient).get<GetAccountTypesAsyncResponse, GetAccountTypesAsyncError, ThrowOnError>({
|
|
482
|
+
url: '/api/v2/AccountingService/Accounts/Types',
|
|
483
|
+
...options
|
|
484
|
+
});
|
|
485
|
+
};
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* Create account type
|
|
489
|
+
* Create account type.
|
|
490
|
+
*/
|
|
491
|
+
export const createAccountTypeAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountTypeAsyncData, ThrowOnError>) => {
|
|
492
|
+
return (options.client ?? _heyApiClient).post<CreateAccountTypeAsyncResponse, CreateAccountTypeAsyncError, ThrowOnError>({
|
|
493
|
+
url: '/api/v2/AccountingService/Accounts/Types',
|
|
494
|
+
...options,
|
|
495
|
+
headers: {
|
|
496
|
+
'Content-Type': 'application/json',
|
|
497
|
+
...options?.headers
|
|
498
|
+
}
|
|
499
|
+
});
|
|
500
|
+
};
|
|
501
|
+
|
|
502
|
+
/**
|
|
503
|
+
* Get account types count
|
|
504
|
+
* Get account types count.
|
|
505
|
+
*/
|
|
506
|
+
export const getAccountTypesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountTypesCountAsyncData, ThrowOnError>) => {
|
|
507
|
+
return (options.client ?? _heyApiClient).get<GetAccountTypesCountAsyncResponse, GetAccountTypesCountAsyncError, ThrowOnError>({
|
|
508
|
+
url: '/api/v2/AccountingService/Accounts/Types/Count',
|
|
509
|
+
...options
|
|
510
|
+
});
|
|
511
|
+
};
|
|
512
|
+
|
|
513
|
+
/**
|
|
514
|
+
* Delete account type
|
|
515
|
+
* Delete account type.
|
|
516
|
+
*/
|
|
517
|
+
export const deleteAccountTypeAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountTypeAsyncData, ThrowOnError>) => {
|
|
518
|
+
return (options.client ?? _heyApiClient).delete<DeleteAccountTypeAsyncResponse, DeleteAccountTypeAsyncError, ThrowOnError>({
|
|
519
|
+
url: '/api/v2/AccountingService/Accounts/Types/{accountTypeId}',
|
|
520
|
+
...options
|
|
521
|
+
});
|
|
522
|
+
};
|
|
523
|
+
|
|
524
|
+
/**
|
|
525
|
+
* Update account type
|
|
526
|
+
* Update account type.
|
|
527
|
+
*/
|
|
528
|
+
export const updateAccountTypeAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountTypeAsyncData, ThrowOnError>) => {
|
|
529
|
+
return (options.client ?? _heyApiClient).put<UpdateAccountTypeAsyncResponse, UpdateAccountTypeAsyncError, ThrowOnError>({
|
|
530
|
+
url: '/api/v2/AccountingService/Accounts/Types/{accountTypeId}',
|
|
531
|
+
...options,
|
|
532
|
+
headers: {
|
|
533
|
+
'Content-Type': 'application/json',
|
|
534
|
+
...options?.headers
|
|
535
|
+
}
|
|
536
|
+
});
|
|
537
|
+
};
|
|
538
|
+
|
|
539
|
+
/**
|
|
540
|
+
* Get account relations
|
|
541
|
+
* Get account relations.
|
|
542
|
+
*/
|
|
543
|
+
export const getAccountRelationsAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountRelationsAsyncData, ThrowOnError>) => {
|
|
544
|
+
return (options.client ?? _heyApiClient).get<GetAccountRelationsAsyncResponse, GetAccountRelationsAsyncError, ThrowOnError>({
|
|
545
|
+
url: '/api/v2/AccountingService/Accounts/Relations',
|
|
546
|
+
...options
|
|
547
|
+
});
|
|
548
|
+
};
|
|
549
|
+
|
|
550
|
+
/**
|
|
551
|
+
* Create account relation
|
|
552
|
+
* Create account relation.
|
|
553
|
+
*/
|
|
554
|
+
export const createAccountRelationAsync = <ThrowOnError extends boolean = false>(options: Options<CreateAccountRelationAsyncData, ThrowOnError>) => {
|
|
555
|
+
return (options.client ?? _heyApiClient).post<CreateAccountRelationAsyncResponse, CreateAccountRelationAsyncError, ThrowOnError>({
|
|
556
|
+
url: '/api/v2/AccountingService/Accounts/Relations',
|
|
557
|
+
...options,
|
|
558
|
+
headers: {
|
|
559
|
+
'Content-Type': 'application/json',
|
|
560
|
+
...options?.headers
|
|
561
|
+
}
|
|
562
|
+
});
|
|
563
|
+
};
|
|
564
|
+
|
|
565
|
+
/**
|
|
566
|
+
* Get account relations count
|
|
567
|
+
* Get account relations count.
|
|
568
|
+
*/
|
|
569
|
+
export const getAccountRelationsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetAccountRelationsCountAsyncData, ThrowOnError>) => {
|
|
570
|
+
return (options.client ?? _heyApiClient).get<GetAccountRelationsCountAsyncResponse, GetAccountRelationsCountAsyncError, ThrowOnError>({
|
|
571
|
+
url: '/api/v2/AccountingService/Accounts/Relations/Count',
|
|
572
|
+
...options
|
|
573
|
+
});
|
|
574
|
+
};
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* Delete account relation
|
|
578
|
+
* Delete account relation.
|
|
579
|
+
*/
|
|
580
|
+
export const deleteAccountRelationAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteAccountRelationAsyncData, ThrowOnError>) => {
|
|
581
|
+
return (options.client ?? _heyApiClient).delete<DeleteAccountRelationAsyncResponse, DeleteAccountRelationAsyncError, ThrowOnError>({
|
|
582
|
+
url: '/api/v2/AccountingService/Accounts/Relations/{accountRelationId}',
|
|
583
|
+
...options
|
|
584
|
+
});
|
|
585
|
+
};
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* Update account relation
|
|
589
|
+
* Update account relation.
|
|
590
|
+
*/
|
|
591
|
+
export const updateAccountRelationAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateAccountRelationAsyncData, ThrowOnError>) => {
|
|
592
|
+
return (options.client ?? _heyApiClient).put<UpdateAccountRelationAsyncResponse, UpdateAccountRelationAsyncError, ThrowOnError>({
|
|
593
|
+
url: '/api/v2/AccountingService/Accounts/Relations/{accountRelationId}',
|
|
594
|
+
...options,
|
|
595
|
+
headers: {
|
|
596
|
+
'Content-Type': 'application/json',
|
|
597
|
+
...options?.headers
|
|
598
|
+
}
|
|
599
|
+
});
|
|
600
|
+
};
|
|
601
|
+
|
|
602
|
+
/**
|
|
603
|
+
* Gets the current tenant banks
|
|
604
|
+
* Get the currently acting tenant banks.
|
|
605
|
+
*/
|
|
606
|
+
export const getBanks = <ThrowOnError extends boolean = false>(options: Options<GetBanksData, ThrowOnError>) => {
|
|
607
|
+
return (options.client ?? _heyApiClient).get<GetBanksResponse, GetBanksError, ThrowOnError>({
|
|
608
|
+
url: '/api/v2/AccountingService/Banking',
|
|
609
|
+
...options
|
|
610
|
+
});
|
|
611
|
+
};
|
|
612
|
+
|
|
613
|
+
/**
|
|
614
|
+
* Creates a new bank
|
|
615
|
+
* Create a new bank.
|
|
616
|
+
*/
|
|
617
|
+
export const createBank = <ThrowOnError extends boolean = false>(options: Options<CreateBankData, ThrowOnError>) => {
|
|
618
|
+
return (options.client ?? _heyApiClient).post<CreateBankResponse, CreateBankError, ThrowOnError>({
|
|
619
|
+
url: '/api/v2/AccountingService/Banking',
|
|
620
|
+
...options,
|
|
621
|
+
headers: {
|
|
622
|
+
'Content-Type': 'application/json',
|
|
623
|
+
...options?.headers
|
|
624
|
+
}
|
|
625
|
+
});
|
|
626
|
+
};
|
|
627
|
+
|
|
628
|
+
/**
|
|
629
|
+
* Gets the current tenant banks count
|
|
630
|
+
* Get the currently acting tenant banks count.
|
|
631
|
+
*/
|
|
632
|
+
export const getBanksCount = <ThrowOnError extends boolean = false>(options: Options<GetBanksCountData, ThrowOnError>) => {
|
|
633
|
+
return (options.client ?? _heyApiClient).get<GetBanksCountResponse, GetBanksCountError, ThrowOnError>({
|
|
634
|
+
url: '/api/v2/AccountingService/Banking/Count',
|
|
635
|
+
...options
|
|
636
|
+
});
|
|
637
|
+
};
|
|
638
|
+
|
|
639
|
+
/**
|
|
640
|
+
* Deletes a bank
|
|
641
|
+
* Delete a bank.
|
|
642
|
+
*/
|
|
643
|
+
export const deleteBank = <ThrowOnError extends boolean = false>(options: Options<DeleteBankData, ThrowOnError>) => {
|
|
644
|
+
return (options.client ?? _heyApiClient).delete<unknown, DeleteBankError, ThrowOnError>({
|
|
645
|
+
url: '/api/v2/AccountingService/Banking/{bankId}',
|
|
646
|
+
...options
|
|
647
|
+
});
|
|
648
|
+
};
|
|
649
|
+
|
|
650
|
+
/**
|
|
651
|
+
* Gets the current tenant bank
|
|
652
|
+
* Get the currently acting tenant bank.
|
|
653
|
+
*/
|
|
654
|
+
export const getBank = <ThrowOnError extends boolean = false>(options: Options<GetBankData, ThrowOnError>) => {
|
|
655
|
+
return (options.client ?? _heyApiClient).get<GetBankResponse, GetBankError, ThrowOnError>({
|
|
656
|
+
url: '/api/v2/AccountingService/Banking/{bankId}',
|
|
657
|
+
...options
|
|
658
|
+
});
|
|
659
|
+
};
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
* Updates a bank
|
|
663
|
+
* Update a bank.
|
|
664
|
+
*/
|
|
665
|
+
export const updateBank = <ThrowOnError extends boolean = false>(options: Options<UpdateBankData, ThrowOnError>) => {
|
|
666
|
+
return (options.client ?? _heyApiClient).put<UpdateBankResponse, UpdateBankError, ThrowOnError>({
|
|
667
|
+
url: '/api/v2/AccountingService/Banking/{bankId}',
|
|
668
|
+
...options,
|
|
669
|
+
headers: {
|
|
670
|
+
'Content-Type': 'application/json',
|
|
671
|
+
...options?.headers
|
|
672
|
+
}
|
|
673
|
+
});
|
|
674
|
+
};
|
|
675
|
+
|
|
676
|
+
/**
|
|
677
|
+
* Gets the current tenant bank accounts
|
|
678
|
+
* Get the currently acting tenant bank accounts.
|
|
679
|
+
*/
|
|
680
|
+
export const getBankAccounts = <ThrowOnError extends boolean = false>(options: Options<GetBankAccountsData, ThrowOnError>) => {
|
|
681
|
+
return (options.client ?? _heyApiClient).get<GetBankAccountsResponse, GetBankAccountsError, ThrowOnError>({
|
|
682
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Accounts',
|
|
683
|
+
...options
|
|
684
|
+
});
|
|
685
|
+
};
|
|
686
|
+
|
|
687
|
+
/**
|
|
688
|
+
* Creates a new bank account
|
|
689
|
+
* Create a new bank account.
|
|
690
|
+
*/
|
|
691
|
+
export const createBankAccount = <ThrowOnError extends boolean = false>(options: Options<CreateBankAccountData, ThrowOnError>) => {
|
|
692
|
+
return (options.client ?? _heyApiClient).post<CreateBankAccountResponse, CreateBankAccountError, ThrowOnError>({
|
|
693
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Accounts',
|
|
694
|
+
...options,
|
|
695
|
+
headers: {
|
|
696
|
+
'Content-Type': 'application/json',
|
|
697
|
+
...options?.headers
|
|
698
|
+
}
|
|
699
|
+
});
|
|
700
|
+
};
|
|
701
|
+
|
|
702
|
+
/**
|
|
703
|
+
* Gets the current tenant bank accounts count
|
|
704
|
+
* Get the currently acting tenant bank accounts count.
|
|
705
|
+
*/
|
|
706
|
+
export const getBankAccountsCount = <ThrowOnError extends boolean = false>(options: Options<GetBankAccountsCountData, ThrowOnError>) => {
|
|
707
|
+
return (options.client ?? _heyApiClient).get<GetBankAccountsCountResponse, GetBankAccountsCountError, ThrowOnError>({
|
|
708
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Accounts/Count',
|
|
709
|
+
...options
|
|
710
|
+
});
|
|
711
|
+
};
|
|
712
|
+
|
|
713
|
+
/**
|
|
714
|
+
* Deletes a bank account
|
|
715
|
+
* Delete a bank account.
|
|
716
|
+
*/
|
|
717
|
+
export const deleteBankAccount = <ThrowOnError extends boolean = false>(options: Options<DeleteBankAccountData, ThrowOnError>) => {
|
|
718
|
+
return (options.client ?? _heyApiClient).delete<unknown, DeleteBankAccountError, ThrowOnError>({
|
|
719
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Accounts/{accountId}',
|
|
720
|
+
...options
|
|
721
|
+
});
|
|
722
|
+
};
|
|
723
|
+
|
|
724
|
+
/**
|
|
725
|
+
* Gets the current tenant bank account
|
|
726
|
+
* Get the currently acting tenant bank account.
|
|
727
|
+
*/
|
|
728
|
+
export const getBankAccount = <ThrowOnError extends boolean = false>(options: Options<GetBankAccountData, ThrowOnError>) => {
|
|
729
|
+
return (options.client ?? _heyApiClient).get<GetBankAccountResponse, GetBankAccountError, ThrowOnError>({
|
|
730
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Accounts/{accountId}',
|
|
731
|
+
...options
|
|
732
|
+
});
|
|
733
|
+
};
|
|
734
|
+
|
|
735
|
+
/**
|
|
736
|
+
* Updates a bank account
|
|
737
|
+
* Update a bank account.
|
|
738
|
+
*/
|
|
739
|
+
export const updateBankAccount = <ThrowOnError extends boolean = false>(options: Options<UpdateBankAccountData, ThrowOnError>) => {
|
|
740
|
+
return (options.client ?? _heyApiClient).put<UpdateBankAccountResponse, UpdateBankAccountError, ThrowOnError>({
|
|
741
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Accounts/{accountId}',
|
|
742
|
+
...options,
|
|
743
|
+
headers: {
|
|
744
|
+
'Content-Type': 'application/json',
|
|
745
|
+
...options?.headers
|
|
746
|
+
}
|
|
747
|
+
});
|
|
748
|
+
};
|
|
749
|
+
|
|
750
|
+
/**
|
|
751
|
+
* Gets the current tenant bank guarantees
|
|
752
|
+
* Get the currently acting tenant bank guarantees.
|
|
753
|
+
*/
|
|
754
|
+
export const getBankGuarantees = <ThrowOnError extends boolean = false>(options: Options<GetBankGuaranteesData, ThrowOnError>) => {
|
|
755
|
+
return (options.client ?? _heyApiClient).get<GetBankGuaranteesResponse, GetBankGuaranteesError, ThrowOnError>({
|
|
756
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees',
|
|
757
|
+
...options
|
|
758
|
+
});
|
|
759
|
+
};
|
|
760
|
+
|
|
761
|
+
/**
|
|
762
|
+
* Creates a new bank guarantee
|
|
763
|
+
* Create a new bank guarantee.
|
|
764
|
+
*/
|
|
765
|
+
export const createBankGuarantee = <ThrowOnError extends boolean = false>(options: Options<CreateBankGuaranteeData, ThrowOnError>) => {
|
|
766
|
+
return (options.client ?? _heyApiClient).post<CreateBankGuaranteeResponse, CreateBankGuaranteeError, ThrowOnError>({
|
|
767
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees',
|
|
768
|
+
...options,
|
|
769
|
+
headers: {
|
|
770
|
+
'Content-Type': 'application/json',
|
|
771
|
+
...options?.headers
|
|
772
|
+
}
|
|
773
|
+
});
|
|
774
|
+
};
|
|
775
|
+
|
|
776
|
+
/**
|
|
777
|
+
* Gets the current tenant bank guarantees count
|
|
778
|
+
* Get the currently acting tenant bank guarantees count.
|
|
779
|
+
*/
|
|
780
|
+
export const getBankGuaranteesCount = <ThrowOnError extends boolean = false>(options: Options<GetBankGuaranteesCountData, ThrowOnError>) => {
|
|
781
|
+
return (options.client ?? _heyApiClient).get<GetBankGuaranteesCountResponse, GetBankGuaranteesCountError, ThrowOnError>({
|
|
782
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees/Count',
|
|
783
|
+
...options
|
|
784
|
+
});
|
|
785
|
+
};
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* Deletes a bank guarantee
|
|
789
|
+
* Delete a bank guarantee.
|
|
790
|
+
*/
|
|
791
|
+
export const deleteBankGuarantee = <ThrowOnError extends boolean = false>(options: Options<DeleteBankGuaranteeData, ThrowOnError>) => {
|
|
792
|
+
return (options.client ?? _heyApiClient).delete<unknown, DeleteBankGuaranteeError, ThrowOnError>({
|
|
793
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees/{guaranteeId}',
|
|
794
|
+
...options
|
|
795
|
+
});
|
|
796
|
+
};
|
|
797
|
+
|
|
798
|
+
/**
|
|
799
|
+
* Gets the current tenant bank guarantee
|
|
800
|
+
* Get the currently acting tenant bank guarantee.
|
|
801
|
+
*/
|
|
802
|
+
export const getBankGuarantee = <ThrowOnError extends boolean = false>(options: Options<GetBankGuaranteeData, ThrowOnError>) => {
|
|
803
|
+
return (options.client ?? _heyApiClient).get<GetBankGuaranteeResponse, GetBankGuaranteeError, ThrowOnError>({
|
|
804
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees/{guaranteeId}',
|
|
805
|
+
...options
|
|
806
|
+
});
|
|
807
|
+
};
|
|
808
|
+
|
|
809
|
+
/**
|
|
810
|
+
* Updates a bank guarantee
|
|
811
|
+
* Update a bank guarantee.
|
|
812
|
+
*/
|
|
813
|
+
export const updateBankGuarantee = <ThrowOnError extends boolean = false>(options: Options<UpdateBankGuaranteeData, ThrowOnError>) => {
|
|
814
|
+
return (options.client ?? _heyApiClient).put<UpdateBankGuaranteeResponse, UpdateBankGuaranteeError, ThrowOnError>({
|
|
815
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Guarantees/{guaranteeId}',
|
|
816
|
+
...options,
|
|
817
|
+
headers: {
|
|
818
|
+
'Content-Type': 'application/json',
|
|
819
|
+
...options?.headers
|
|
820
|
+
}
|
|
821
|
+
});
|
|
822
|
+
};
|
|
823
|
+
|
|
824
|
+
/**
|
|
825
|
+
* Gets the current tenant bank transactions
|
|
826
|
+
* Get the currently acting tenant bank transactions.
|
|
827
|
+
*/
|
|
828
|
+
export const getBankTransactions = <ThrowOnError extends boolean = false>(options: Options<GetBankTransactionsData, ThrowOnError>) => {
|
|
829
|
+
return (options.client ?? _heyApiClient).get<GetBankTransactionsResponse, GetBankTransactionsError, ThrowOnError>({
|
|
830
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Transactions',
|
|
831
|
+
...options
|
|
832
|
+
});
|
|
833
|
+
};
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* Creates a new bank transaction
|
|
837
|
+
* Create a new bank transaction.
|
|
838
|
+
*/
|
|
839
|
+
export const createBankTransaction = <ThrowOnError extends boolean = false>(options: Options<CreateBankTransactionData, ThrowOnError>) => {
|
|
840
|
+
return (options.client ?? _heyApiClient).post<CreateBankTransactionResponse, CreateBankTransactionError, ThrowOnError>({
|
|
841
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Transactions',
|
|
842
|
+
...options,
|
|
843
|
+
headers: {
|
|
844
|
+
'Content-Type': 'application/json',
|
|
845
|
+
...options?.headers
|
|
846
|
+
}
|
|
847
|
+
});
|
|
848
|
+
};
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* Gets the current tenant bank transactions count
|
|
852
|
+
* Get the currently acting tenant bank transactions count.
|
|
853
|
+
*/
|
|
854
|
+
export const getBankTransactionsCount = <ThrowOnError extends boolean = false>(options: Options<GetBankTransactionsCountData, ThrowOnError>) => {
|
|
855
|
+
return (options.client ?? _heyApiClient).get<GetBankTransactionsCountResponse, GetBankTransactionsCountError, ThrowOnError>({
|
|
856
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Transactions/Count',
|
|
857
|
+
...options
|
|
858
|
+
});
|
|
859
|
+
};
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* Deletes a bank transaction
|
|
863
|
+
* Delete a bank transaction.
|
|
864
|
+
*/
|
|
865
|
+
export const deleteBankTransaction = <ThrowOnError extends boolean = false>(options: Options<DeleteBankTransactionData, ThrowOnError>) => {
|
|
866
|
+
return (options.client ?? _heyApiClient).delete<unknown, DeleteBankTransactionError, ThrowOnError>({
|
|
867
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Transactions/{transactionId}',
|
|
868
|
+
...options
|
|
869
|
+
});
|
|
870
|
+
};
|
|
871
|
+
|
|
872
|
+
/**
|
|
873
|
+
* Gets the current tenant bank transaction
|
|
874
|
+
* Get the currently acting tenant bank transaction.
|
|
875
|
+
*/
|
|
876
|
+
export const getBankTransaction = <ThrowOnError extends boolean = false>(options: Options<GetBankTransactionData, ThrowOnError>) => {
|
|
877
|
+
return (options.client ?? _heyApiClient).get<GetBankTransactionResponse, GetBankTransactionError, ThrowOnError>({
|
|
878
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Transactions/{transactionId}',
|
|
879
|
+
...options
|
|
880
|
+
});
|
|
881
|
+
};
|
|
882
|
+
|
|
883
|
+
/**
|
|
884
|
+
* Updates a bank transaction
|
|
885
|
+
* Update a bank transaction.
|
|
886
|
+
*/
|
|
887
|
+
export const updateBankTransaction = <ThrowOnError extends boolean = false>(options: Options<UpdateBankTransactionData, ThrowOnError>) => {
|
|
888
|
+
return (options.client ?? _heyApiClient).put<UpdateBankTransactionResponse, UpdateBankTransactionError, ThrowOnError>({
|
|
889
|
+
url: '/api/v2/AccountingService/Banking/{bankId}/Transactions/{transactionId}',
|
|
890
|
+
...options,
|
|
891
|
+
headers: {
|
|
892
|
+
'Content-Type': 'application/json',
|
|
893
|
+
...options?.headers
|
|
894
|
+
}
|
|
895
|
+
});
|
|
896
|
+
};
|
|
897
|
+
|
|
898
|
+
/**
|
|
899
|
+
* Deletes a billing profile
|
|
900
|
+
* Removes a billing profile from the system using its unique identifier.
|
|
901
|
+
*/
|
|
902
|
+
export const deleteBillingProfileAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteBillingProfileAsyncData, ThrowOnError>) => {
|
|
903
|
+
return (options.client ?? _heyApiClient).delete<DeleteBillingProfileAsyncResponse, unknown, ThrowOnError>({
|
|
904
|
+
url: '/api/v2/AccountingService/BillingProfiles/{billingProfileId}',
|
|
905
|
+
...options
|
|
906
|
+
});
|
|
907
|
+
};
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
* Gets a billing profile by id
|
|
911
|
+
* Retrieves a specific billing profile using its unique identifier.
|
|
912
|
+
*/
|
|
913
|
+
export const getBillingProfileByIdAsync = <ThrowOnError extends boolean = false>(options: Options<GetBillingProfileByIdAsyncData, ThrowOnError>) => {
|
|
914
|
+
return (options.client ?? _heyApiClient).get<GetBillingProfileByIdAsyncResponse, unknown, ThrowOnError>({
|
|
915
|
+
url: '/api/v2/AccountingService/BillingProfiles/{billingProfileId}',
|
|
916
|
+
...options
|
|
917
|
+
});
|
|
918
|
+
};
|
|
919
|
+
|
|
920
|
+
/**
|
|
921
|
+
* Updates an existing billing profile
|
|
922
|
+
* Modifies an existing billing profile using the provided data.
|
|
923
|
+
*/
|
|
924
|
+
export const updateBillingProfileAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateBillingProfileAsyncData, ThrowOnError>) => {
|
|
925
|
+
return (options.client ?? _heyApiClient).put<UpdateBillingProfileAsyncResponse, unknown, ThrowOnError>({
|
|
926
|
+
url: '/api/v2/AccountingService/BillingProfiles/{billingProfileId}',
|
|
927
|
+
...options,
|
|
928
|
+
headers: {
|
|
929
|
+
'Content-Type': 'application/json',
|
|
930
|
+
...options?.headers
|
|
931
|
+
}
|
|
932
|
+
});
|
|
933
|
+
};
|
|
934
|
+
|
|
935
|
+
/**
|
|
936
|
+
* Gets all billing profiles
|
|
937
|
+
* Fetches all billing profiles for a tenant with support for OData queries.
|
|
938
|
+
*/
|
|
939
|
+
export const getBillingProfilesAsync = <ThrowOnError extends boolean = false>(options: Options<GetBillingProfilesAsyncData, ThrowOnError>) => {
|
|
940
|
+
return (options.client ?? _heyApiClient).get<GetBillingProfilesAsyncResponse, unknown, ThrowOnError>({
|
|
941
|
+
url: '/api/v2/AccountingService/BillingProfiles',
|
|
942
|
+
...options
|
|
943
|
+
});
|
|
944
|
+
};
|
|
945
|
+
|
|
946
|
+
/**
|
|
947
|
+
* Creates a new billing profile
|
|
948
|
+
* Adds a new billing profile record for the specified tenant.
|
|
949
|
+
*/
|
|
950
|
+
export const createBillingProfileAsync = <ThrowOnError extends boolean = false>(options: Options<CreateBillingProfileAsyncData, ThrowOnError>) => {
|
|
951
|
+
return (options.client ?? _heyApiClient).post<CreateBillingProfileAsyncResponse, unknown, ThrowOnError>({
|
|
952
|
+
url: '/api/v2/AccountingService/BillingProfiles',
|
|
953
|
+
...options,
|
|
954
|
+
headers: {
|
|
955
|
+
'Content-Type': 'application/json',
|
|
956
|
+
...options?.headers
|
|
957
|
+
}
|
|
958
|
+
});
|
|
959
|
+
};
|
|
960
|
+
|
|
961
|
+
/**
|
|
962
|
+
* Gets the count of billing profiles
|
|
963
|
+
* Returns the number of billing profiles for a tenant, supporting OData filtering.
|
|
964
|
+
*/
|
|
965
|
+
export const getBillingProfilesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetBillingProfilesCountAsyncData, ThrowOnError>) => {
|
|
966
|
+
return (options.client ?? _heyApiClient).get<GetBillingProfilesCountAsyncResponse, unknown, ThrowOnError>({
|
|
967
|
+
url: '/api/v2/AccountingService/BillingProfiles/Count',
|
|
968
|
+
...options
|
|
969
|
+
});
|
|
970
|
+
};
|
|
971
|
+
|
|
972
|
+
/**
|
|
973
|
+
* Deletes a budget
|
|
974
|
+
* Delete a budget
|
|
975
|
+
*/
|
|
976
|
+
export const deleteBudgetAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteBudgetAsyncData, ThrowOnError>) => {
|
|
977
|
+
return (options.client ?? _heyApiClient).delete<DeleteBudgetAsyncResponse, DeleteBudgetAsyncError, ThrowOnError>({
|
|
978
|
+
url: '/api/v2/AccountingService/Budgets/{budgetId}',
|
|
979
|
+
...options
|
|
980
|
+
});
|
|
981
|
+
};
|
|
982
|
+
|
|
983
|
+
/**
|
|
984
|
+
* Gets a budget by id
|
|
985
|
+
* Get a budget by id
|
|
986
|
+
*/
|
|
987
|
+
export const getBudgetDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetBudgetDetailsAsyncData, ThrowOnError>) => {
|
|
988
|
+
return (options.client ?? _heyApiClient).get<GetBudgetDetailsAsyncResponse, GetBudgetDetailsAsyncError, ThrowOnError>({
|
|
989
|
+
url: '/api/v2/AccountingService/Budgets/{budgetId}',
|
|
990
|
+
...options
|
|
991
|
+
});
|
|
992
|
+
};
|
|
993
|
+
|
|
994
|
+
/**
|
|
995
|
+
* Updates a budget
|
|
996
|
+
* Update a budget
|
|
997
|
+
*/
|
|
998
|
+
export const updateBudgetAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateBudgetAsyncData, ThrowOnError>) => {
|
|
999
|
+
return (options.client ?? _heyApiClient).put<UpdateBudgetAsyncResponse, UpdateBudgetAsyncError, ThrowOnError>({
|
|
1000
|
+
url: '/api/v2/AccountingService/Budgets/{budgetId}',
|
|
1001
|
+
...options,
|
|
1002
|
+
headers: {
|
|
1003
|
+
'Content-Type': 'application/json',
|
|
1004
|
+
...options?.headers
|
|
1005
|
+
}
|
|
1006
|
+
});
|
|
1007
|
+
};
|
|
1008
|
+
|
|
1009
|
+
/**
|
|
1010
|
+
* Gets all budgets
|
|
1011
|
+
* Get all budgets
|
|
1012
|
+
*/
|
|
1013
|
+
export const getBudgetsAsync = <ThrowOnError extends boolean = false>(options: Options<GetBudgetsAsyncData, ThrowOnError>) => {
|
|
1014
|
+
return (options.client ?? _heyApiClient).get<GetBudgetsAsyncResponse, GetBudgetsAsyncError, ThrowOnError>({
|
|
1015
|
+
url: '/api/v2/AccountingService/Budgets',
|
|
1016
|
+
...options
|
|
1017
|
+
});
|
|
1018
|
+
};
|
|
1019
|
+
|
|
1020
|
+
/**
|
|
1021
|
+
* Creates a budget
|
|
1022
|
+
* Create a budget
|
|
1023
|
+
*/
|
|
1024
|
+
export const createBudgetAsync = <ThrowOnError extends boolean = false>(options: Options<CreateBudgetAsyncData, ThrowOnError>) => {
|
|
1025
|
+
return (options.client ?? _heyApiClient).post<CreateBudgetAsyncResponse, CreateBudgetAsyncError, ThrowOnError>({
|
|
1026
|
+
url: '/api/v2/AccountingService/Budgets',
|
|
1027
|
+
...options,
|
|
1028
|
+
headers: {
|
|
1029
|
+
'Content-Type': 'application/json',
|
|
1030
|
+
...options?.headers
|
|
1031
|
+
}
|
|
1032
|
+
});
|
|
1033
|
+
};
|
|
1034
|
+
|
|
1035
|
+
/**
|
|
1036
|
+
* Gets all budget account entries
|
|
1037
|
+
* Get all budget account entries
|
|
1038
|
+
*/
|
|
1039
|
+
export const getBudgetAccountEntriesCollectionAsync = <ThrowOnError extends boolean = false>(options: Options<GetBudgetAccountEntriesCollectionAsyncData, ThrowOnError>) => {
|
|
1040
|
+
return (options.client ?? _heyApiClient).get<GetBudgetAccountEntriesCollectionAsyncResponse, GetBudgetAccountEntriesCollectionAsyncError, ThrowOnError>({
|
|
1041
|
+
url: '/api/v2/AccountingService/Budgets/{budgetId}/AccountEntries',
|
|
1042
|
+
...options
|
|
1043
|
+
});
|
|
1044
|
+
};
|
|
1045
|
+
|
|
1046
|
+
/**
|
|
1047
|
+
* Creates a budget account entry
|
|
1048
|
+
* Create a budget account entry
|
|
1049
|
+
*/
|
|
1050
|
+
export const createBudgetAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<CreateBudgetAccountEntryAsyncData, ThrowOnError>) => {
|
|
1051
|
+
return (options.client ?? _heyApiClient).post<CreateBudgetAccountEntryAsyncResponse, CreateBudgetAccountEntryAsyncError, ThrowOnError>({
|
|
1052
|
+
url: '/api/v2/AccountingService/Budgets/{budgetId}/AccountEntries',
|
|
1053
|
+
...options,
|
|
1054
|
+
headers: {
|
|
1055
|
+
'Content-Type': 'application/json',
|
|
1056
|
+
...options?.headers
|
|
1057
|
+
}
|
|
1058
|
+
});
|
|
1059
|
+
};
|
|
1060
|
+
|
|
1061
|
+
/**
|
|
1062
|
+
* Deletes a budget account entry
|
|
1063
|
+
* Delete a budget account entry
|
|
1064
|
+
*/
|
|
1065
|
+
export const deleteBudgetAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteBudgetAccountEntryAsyncData, ThrowOnError>) => {
|
|
1066
|
+
return (options.client ?? _heyApiClient).delete<DeleteBudgetAccountEntryAsyncResponse, DeleteBudgetAccountEntryAsyncError, ThrowOnError>({
|
|
1067
|
+
url: '/api/v2/AccountingService/Budgets/{budgetId}/AccountEntries/{entryId}',
|
|
1068
|
+
...options
|
|
1069
|
+
});
|
|
1070
|
+
};
|
|
1071
|
+
|
|
1072
|
+
/**
|
|
1073
|
+
* Gets a budget account entry by id
|
|
1074
|
+
* Get a budget account entry by id
|
|
1075
|
+
*/
|
|
1076
|
+
export const getBudgetAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<GetBudgetAccountEntryAsyncData, ThrowOnError>) => {
|
|
1077
|
+
return (options.client ?? _heyApiClient).get<GetBudgetAccountEntryAsyncResponse, GetBudgetAccountEntryAsyncError, ThrowOnError>({
|
|
1078
|
+
url: '/api/v2/AccountingService/Budgets/{budgetId}/AccountEntries/{entryId}',
|
|
1079
|
+
...options
|
|
1080
|
+
});
|
|
1081
|
+
};
|
|
1082
|
+
|
|
1083
|
+
/**
|
|
1084
|
+
* Updates a budget account entry
|
|
1085
|
+
* Update a budget account entry
|
|
1086
|
+
*/
|
|
1087
|
+
export const updateBudgetAccountEntryAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateBudgetAccountEntryAsyncData, ThrowOnError>) => {
|
|
1088
|
+
return (options.client ?? _heyApiClient).put<UpdateBudgetAccountEntryAsyncResponse, UpdateBudgetAccountEntryAsyncError, ThrowOnError>({
|
|
1089
|
+
url: '/api/v2/AccountingService/Budgets/{budgetId}/AccountEntries/{entryId}',
|
|
1090
|
+
...options,
|
|
1091
|
+
headers: {
|
|
1092
|
+
'Content-Type': 'application/json',
|
|
1093
|
+
...options?.headers
|
|
1094
|
+
}
|
|
1095
|
+
});
|
|
1096
|
+
};
|
|
1097
|
+
|
|
1098
|
+
/**
|
|
1099
|
+
* Get all commissions for a tenant
|
|
1100
|
+
* Retrieves all commissions for the specified tenant using OData query options.
|
|
1101
|
+
*/
|
|
1102
|
+
export const getCommissionsAsync = <ThrowOnError extends boolean = false>(options: Options<GetCommissionsAsyncData, ThrowOnError>) => {
|
|
1103
|
+
return (options.client ?? _heyApiClient).get<GetCommissionsAsyncResponse, GetCommissionsAsyncError, ThrowOnError>({
|
|
1104
|
+
url: '/api/v2/AccountingService/Commissions/Commissions',
|
|
1105
|
+
...options
|
|
1106
|
+
});
|
|
1107
|
+
};
|
|
1108
|
+
|
|
1109
|
+
/**
|
|
1110
|
+
* Create a commission
|
|
1111
|
+
* Creates a new commission.
|
|
1112
|
+
*/
|
|
1113
|
+
export const createCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<CreateCommissionAsyncData, ThrowOnError>) => {
|
|
1114
|
+
return (options.client ?? _heyApiClient).post<CreateCommissionAsyncResponse, CreateCommissionAsyncError, ThrowOnError>({
|
|
1115
|
+
url: '/api/v2/AccountingService/Commissions/Commissions',
|
|
1116
|
+
...options,
|
|
1117
|
+
headers: {
|
|
1118
|
+
'Content-Type': 'application/json',
|
|
1119
|
+
...options?.headers
|
|
1120
|
+
}
|
|
1121
|
+
});
|
|
1122
|
+
};
|
|
1123
|
+
|
|
1124
|
+
/**
|
|
1125
|
+
* Get the count of commissions for a tenant
|
|
1126
|
+
* Retrieves the count of commissions for the specified tenant using OData query options.
|
|
1127
|
+
*/
|
|
1128
|
+
export const getCommissionsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetCommissionsCountAsyncData, ThrowOnError>) => {
|
|
1129
|
+
return (options.client ?? _heyApiClient).get<GetCommissionsCountAsyncResponse, GetCommissionsCountAsyncError, ThrowOnError>({
|
|
1130
|
+
url: '/api/v2/AccountingService/Commissions/Commissions/Count',
|
|
1131
|
+
...options
|
|
1132
|
+
});
|
|
1133
|
+
};
|
|
1134
|
+
|
|
1135
|
+
/**
|
|
1136
|
+
* Delete a commission
|
|
1137
|
+
* Deletes a commission.
|
|
1138
|
+
*/
|
|
1139
|
+
export const deleteCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteCommissionAsyncData, ThrowOnError>) => {
|
|
1140
|
+
return (options.client ?? _heyApiClient).delete<DeleteCommissionAsyncResponse, DeleteCommissionAsyncError, ThrowOnError>({
|
|
1141
|
+
url: '/api/v2/AccountingService/Commissions/Commissions/{commissionId}',
|
|
1142
|
+
...options
|
|
1143
|
+
});
|
|
1144
|
+
};
|
|
1145
|
+
|
|
1146
|
+
/**
|
|
1147
|
+
* Get a commission by id
|
|
1148
|
+
* Retrieves a commission by its identifier.
|
|
1149
|
+
*/
|
|
1150
|
+
export const getCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<GetCommissionAsyncData, ThrowOnError>) => {
|
|
1151
|
+
return (options.client ?? _heyApiClient).get<GetCommissionAsyncResponse, GetCommissionAsyncError, ThrowOnError>({
|
|
1152
|
+
url: '/api/v2/AccountingService/Commissions/Commissions/{commissionId}',
|
|
1153
|
+
...options
|
|
1154
|
+
});
|
|
1155
|
+
};
|
|
1156
|
+
|
|
1157
|
+
/**
|
|
1158
|
+
* Update a commission
|
|
1159
|
+
* Updates an existing commission.
|
|
1160
|
+
*/
|
|
1161
|
+
export const updateCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateCommissionAsyncData, ThrowOnError>) => {
|
|
1162
|
+
return (options.client ?? _heyApiClient).put<UpdateCommissionAsyncResponse, UpdateCommissionAsyncError, ThrowOnError>({
|
|
1163
|
+
url: '/api/v2/AccountingService/Commissions/Commissions/{commissionId}',
|
|
1164
|
+
...options,
|
|
1165
|
+
headers: {
|
|
1166
|
+
'Content-Type': 'application/json',
|
|
1167
|
+
...options?.headers
|
|
1168
|
+
}
|
|
1169
|
+
});
|
|
1170
|
+
};
|
|
1171
|
+
|
|
1172
|
+
/**
|
|
1173
|
+
* Get all payment commissions for a tenant
|
|
1174
|
+
* Retrieves all payment commissions for the specified tenant using OData query options.
|
|
1175
|
+
*/
|
|
1176
|
+
export const getPaymentCommissionsAsync = <ThrowOnError extends boolean = false>(options: Options<GetPaymentCommissionsAsyncData, ThrowOnError>) => {
|
|
1177
|
+
return (options.client ?? _heyApiClient).get<GetPaymentCommissionsAsyncResponse, GetPaymentCommissionsAsyncError, ThrowOnError>({
|
|
1178
|
+
url: '/api/v2/AccountingService/Commissions/PaymentCommissions',
|
|
1179
|
+
...options
|
|
1180
|
+
});
|
|
1181
|
+
};
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* Create a payment commission
|
|
1185
|
+
* Creates a new payment commission.
|
|
1186
|
+
*/
|
|
1187
|
+
export const createPaymentCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<CreatePaymentCommissionAsyncData, ThrowOnError>) => {
|
|
1188
|
+
return (options.client ?? _heyApiClient).post<CreatePaymentCommissionAsyncResponse, CreatePaymentCommissionAsyncError, ThrowOnError>({
|
|
1189
|
+
url: '/api/v2/AccountingService/Commissions/PaymentCommissions',
|
|
1190
|
+
...options,
|
|
1191
|
+
headers: {
|
|
1192
|
+
'Content-Type': 'application/json',
|
|
1193
|
+
...options?.headers
|
|
1194
|
+
}
|
|
1195
|
+
});
|
|
1196
|
+
};
|
|
1197
|
+
|
|
1198
|
+
/**
|
|
1199
|
+
* Get the count of payment commissions for a tenant
|
|
1200
|
+
* Retrieves the count of payment commissions for the specified tenant using OData query options.
|
|
1201
|
+
*/
|
|
1202
|
+
export const getPaymentCommissionsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetPaymentCommissionsCountAsyncData, ThrowOnError>) => {
|
|
1203
|
+
return (options.client ?? _heyApiClient).get<GetPaymentCommissionsCountAsyncResponse, GetPaymentCommissionsCountAsyncError, ThrowOnError>({
|
|
1204
|
+
url: '/api/v2/AccountingService/Commissions/PaymentCommissions/Count',
|
|
1205
|
+
...options
|
|
1206
|
+
});
|
|
1207
|
+
};
|
|
1208
|
+
|
|
1209
|
+
/**
|
|
1210
|
+
* Delete a payment commission
|
|
1211
|
+
* Deletes a payment commission.
|
|
1212
|
+
*/
|
|
1213
|
+
export const deletePaymentCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<DeletePaymentCommissionAsyncData, ThrowOnError>) => {
|
|
1214
|
+
return (options.client ?? _heyApiClient).delete<DeletePaymentCommissionAsyncResponse, DeletePaymentCommissionAsyncError, ThrowOnError>({
|
|
1215
|
+
url: '/api/v2/AccountingService/Commissions/PaymentCommissions/{paymentCommissionId}',
|
|
1216
|
+
...options
|
|
1217
|
+
});
|
|
1218
|
+
};
|
|
1219
|
+
|
|
1220
|
+
/**
|
|
1221
|
+
* Get a payment commission by id
|
|
1222
|
+
* Retrieves a payment commission by its identifier.
|
|
1223
|
+
*/
|
|
1224
|
+
export const getPaymentCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<GetPaymentCommissionAsyncData, ThrowOnError>) => {
|
|
1225
|
+
return (options.client ?? _heyApiClient).get<GetPaymentCommissionAsyncResponse, GetPaymentCommissionAsyncError, ThrowOnError>({
|
|
1226
|
+
url: '/api/v2/AccountingService/Commissions/PaymentCommissions/{paymentCommissionId}',
|
|
1227
|
+
...options
|
|
1228
|
+
});
|
|
1229
|
+
};
|
|
1230
|
+
|
|
1231
|
+
/**
|
|
1232
|
+
* Update a payment commission
|
|
1233
|
+
* Updates an existing payment commission.
|
|
1234
|
+
*/
|
|
1235
|
+
export const updatePaymentCommissionAsync = <ThrowOnError extends boolean = false>(options: Options<UpdatePaymentCommissionAsyncData, ThrowOnError>) => {
|
|
1236
|
+
return (options.client ?? _heyApiClient).put<UpdatePaymentCommissionAsyncResponse, UpdatePaymentCommissionAsyncError, ThrowOnError>({
|
|
1237
|
+
url: '/api/v2/AccountingService/Commissions/PaymentCommissions/{paymentCommissionId}',
|
|
1238
|
+
...options,
|
|
1239
|
+
headers: {
|
|
1240
|
+
'Content-Type': 'application/json',
|
|
1241
|
+
...options?.headers
|
|
1242
|
+
}
|
|
1243
|
+
});
|
|
1244
|
+
};
|
|
1245
|
+
|
|
1246
|
+
/**
|
|
1247
|
+
* Get all cost centres for a tenant
|
|
1248
|
+
* Retrieves all cost centres for the specified tenant using OData query options.
|
|
1249
|
+
*/
|
|
1250
|
+
export const getCostCentres = <ThrowOnError extends boolean = false>(options: Options<GetCostCentresData, ThrowOnError>) => {
|
|
1251
|
+
return (options.client ?? _heyApiClient).get<GetCostCentresResponse, GetCostCentresError, ThrowOnError>({
|
|
1252
|
+
url: '/api/v2/AccountingService/CostCentres',
|
|
1253
|
+
...options
|
|
1254
|
+
});
|
|
1255
|
+
};
|
|
1256
|
+
|
|
1257
|
+
/**
|
|
1258
|
+
* Create a cost centre
|
|
1259
|
+
* Creates a new cost centre.
|
|
1260
|
+
*/
|
|
1261
|
+
export const createCostCentre = <ThrowOnError extends boolean = false>(options: Options<CreateCostCentreData, ThrowOnError>) => {
|
|
1262
|
+
return (options.client ?? _heyApiClient).post<CreateCostCentreResponse, CreateCostCentreError, ThrowOnError>({
|
|
1263
|
+
url: '/api/v2/AccountingService/CostCentres',
|
|
1264
|
+
...options,
|
|
1265
|
+
headers: {
|
|
1266
|
+
'Content-Type': 'application/json',
|
|
1267
|
+
...options?.headers
|
|
1268
|
+
}
|
|
1269
|
+
});
|
|
1270
|
+
};
|
|
1271
|
+
|
|
1272
|
+
/**
|
|
1273
|
+
* Get the count of cost centres for a tenant
|
|
1274
|
+
* Retrieves the count of cost centres for the specified tenant using OData query options.
|
|
1275
|
+
*/
|
|
1276
|
+
export const getCostCentresCount = <ThrowOnError extends boolean = false>(options: Options<GetCostCentresCountData, ThrowOnError>) => {
|
|
1277
|
+
return (options.client ?? _heyApiClient).get<GetCostCentresCountResponse, GetCostCentresCountError, ThrowOnError>({
|
|
1278
|
+
url: '/api/v2/AccountingService/CostCentres/Count',
|
|
1279
|
+
...options
|
|
1280
|
+
});
|
|
1281
|
+
};
|
|
1282
|
+
|
|
1283
|
+
/**
|
|
1284
|
+
* Delete a cost centre
|
|
1285
|
+
* Deletes a cost centre.
|
|
1286
|
+
*/
|
|
1287
|
+
export const deleteCostCentre = <ThrowOnError extends boolean = false>(options: Options<DeleteCostCentreData, ThrowOnError>) => {
|
|
1288
|
+
return (options.client ?? _heyApiClient).delete<DeleteCostCentreResponse, DeleteCostCentreError, ThrowOnError>({
|
|
1289
|
+
url: '/api/v2/AccountingService/CostCentres/{costCentreId}',
|
|
1290
|
+
...options
|
|
1291
|
+
});
|
|
1292
|
+
};
|
|
1293
|
+
|
|
1294
|
+
/**
|
|
1295
|
+
* Get a cost centre by id
|
|
1296
|
+
* Retrieves a cost centre by its identifier.
|
|
1297
|
+
*/
|
|
1298
|
+
export const getCostCentre = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreData, ThrowOnError>) => {
|
|
1299
|
+
return (options.client ?? _heyApiClient).get<GetCostCentreResponse, GetCostCentreError, ThrowOnError>({
|
|
1300
|
+
url: '/api/v2/AccountingService/CostCentres/{costCentreId}',
|
|
1301
|
+
...options
|
|
1302
|
+
});
|
|
1303
|
+
};
|
|
1304
|
+
|
|
1305
|
+
/**
|
|
1306
|
+
* Update a cost centre
|
|
1307
|
+
* Updates an existing cost centre.
|
|
1308
|
+
*/
|
|
1309
|
+
export const updateCostCentre = <ThrowOnError extends boolean = false>(options: Options<UpdateCostCentreData, ThrowOnError>) => {
|
|
1310
|
+
return (options.client ?? _heyApiClient).put<UpdateCostCentreResponse, UpdateCostCentreError, ThrowOnError>({
|
|
1311
|
+
url: '/api/v2/AccountingService/CostCentres/{costCentreId}',
|
|
1312
|
+
...options,
|
|
1313
|
+
headers: {
|
|
1314
|
+
'Content-Type': 'application/json',
|
|
1315
|
+
...options?.headers
|
|
1316
|
+
}
|
|
1317
|
+
});
|
|
1318
|
+
};
|
|
1319
|
+
|
|
1320
|
+
/**
|
|
1321
|
+
* Get all cost centre groups for a tenant
|
|
1322
|
+
* Retrieves all cost centre groups for the specified tenant using OData query options.
|
|
1323
|
+
*/
|
|
1324
|
+
export const getCostCentreGroups = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreGroupsData, ThrowOnError>) => {
|
|
1325
|
+
return (options.client ?? _heyApiClient).get<GetCostCentreGroupsResponse, GetCostCentreGroupsError, ThrowOnError>({
|
|
1326
|
+
url: '/api/v2/AccountingService/CostCentres/CostCentreGroups',
|
|
1327
|
+
...options
|
|
1328
|
+
});
|
|
1329
|
+
};
|
|
1330
|
+
|
|
1331
|
+
/**
|
|
1332
|
+
* Create a cost centre group
|
|
1333
|
+
* Creates a new cost centre group.
|
|
1334
|
+
*/
|
|
1335
|
+
export const createCostCentreGroup = <ThrowOnError extends boolean = false>(options: Options<CreateCostCentreGroupData, ThrowOnError>) => {
|
|
1336
|
+
return (options.client ?? _heyApiClient).post<CreateCostCentreGroupResponse, CreateCostCentreGroupError, ThrowOnError>({
|
|
1337
|
+
url: '/api/v2/AccountingService/CostCentres/CostCentreGroups',
|
|
1338
|
+
...options,
|
|
1339
|
+
headers: {
|
|
1340
|
+
'Content-Type': 'application/json',
|
|
1341
|
+
...options?.headers
|
|
1342
|
+
}
|
|
1343
|
+
});
|
|
1344
|
+
};
|
|
1345
|
+
|
|
1346
|
+
/**
|
|
1347
|
+
* Get the count of cost centre groups for a tenant
|
|
1348
|
+
* Retrieves the count of cost centre groups for the specified tenant using OData query options.
|
|
1349
|
+
*/
|
|
1350
|
+
export const getCostCentreGroupsCount = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreGroupsCountData, ThrowOnError>) => {
|
|
1351
|
+
return (options.client ?? _heyApiClient).get<GetCostCentreGroupsCountResponse, GetCostCentreGroupsCountError, ThrowOnError>({
|
|
1352
|
+
url: '/api/v2/AccountingService/CostCentres/CostCentreGroups/Count',
|
|
1353
|
+
...options
|
|
1354
|
+
});
|
|
1355
|
+
};
|
|
1356
|
+
|
|
1357
|
+
/**
|
|
1358
|
+
* Delete a cost centre group
|
|
1359
|
+
* Deletes a cost centre group.
|
|
1360
|
+
*/
|
|
1361
|
+
export const deleteCostCentreGroup = <ThrowOnError extends boolean = false>(options: Options<DeleteCostCentreGroupData, ThrowOnError>) => {
|
|
1362
|
+
return (options.client ?? _heyApiClient).delete<DeleteCostCentreGroupResponse, DeleteCostCentreGroupError, ThrowOnError>({
|
|
1363
|
+
url: '/api/v2/AccountingService/CostCentres/CostCentreGroups/{groupId}',
|
|
1364
|
+
...options
|
|
1365
|
+
});
|
|
1366
|
+
};
|
|
1367
|
+
|
|
1368
|
+
/**
|
|
1369
|
+
* Get a cost centre group by id
|
|
1370
|
+
* Retrieves a cost centre group by its identifier.
|
|
1371
|
+
*/
|
|
1372
|
+
export const getCostCentreGroup = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreGroupData, ThrowOnError>) => {
|
|
1373
|
+
return (options.client ?? _heyApiClient).get<GetCostCentreGroupResponse, GetCostCentreGroupError, ThrowOnError>({
|
|
1374
|
+
url: '/api/v2/AccountingService/CostCentres/CostCentreGroups/{groupId}',
|
|
1375
|
+
...options
|
|
1376
|
+
});
|
|
1377
|
+
};
|
|
1378
|
+
|
|
1379
|
+
/**
|
|
1380
|
+
* Update a cost centre group
|
|
1381
|
+
* Updates an existing cost centre group.
|
|
1382
|
+
*/
|
|
1383
|
+
export const updateCostCentreGroup = <ThrowOnError extends boolean = false>(options: Options<UpdateCostCentreGroupData, ThrowOnError>) => {
|
|
1384
|
+
return (options.client ?? _heyApiClient).put<UpdateCostCentreGroupResponse, UpdateCostCentreGroupError, ThrowOnError>({
|
|
1385
|
+
url: '/api/v2/AccountingService/CostCentres/CostCentreGroups/{groupId}',
|
|
1386
|
+
...options,
|
|
1387
|
+
headers: {
|
|
1388
|
+
'Content-Type': 'application/json',
|
|
1389
|
+
...options?.headers
|
|
1390
|
+
}
|
|
1391
|
+
});
|
|
1392
|
+
};
|
|
1393
|
+
|
|
1394
|
+
/**
|
|
1395
|
+
* Get all cost centre budgets for a tenant
|
|
1396
|
+
* Retrieves all cost centre budgets for the specified tenant using OData query options.
|
|
1397
|
+
*/
|
|
1398
|
+
export const getCostCentreBudgets = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreBudgetsData, ThrowOnError>) => {
|
|
1399
|
+
return (options.client ?? _heyApiClient).get<GetCostCentreBudgetsResponse, GetCostCentreBudgetsError, ThrowOnError>({
|
|
1400
|
+
url: '/api/v2/AccountingService/CostCentres/CostCentreBudgets',
|
|
1401
|
+
...options
|
|
1402
|
+
});
|
|
1403
|
+
};
|
|
1404
|
+
|
|
1405
|
+
/**
|
|
1406
|
+
* Create a cost centre budget
|
|
1407
|
+
* Creates a new cost centre budget.
|
|
1408
|
+
*/
|
|
1409
|
+
export const createCostCentreBudget = <ThrowOnError extends boolean = false>(options: Options<CreateCostCentreBudgetData, ThrowOnError>) => {
|
|
1410
|
+
return (options.client ?? _heyApiClient).post<CreateCostCentreBudgetResponse, CreateCostCentreBudgetError, ThrowOnError>({
|
|
1411
|
+
url: '/api/v2/AccountingService/CostCentres/CostCentreBudgets',
|
|
1412
|
+
...options,
|
|
1413
|
+
headers: {
|
|
1414
|
+
'Content-Type': 'application/json',
|
|
1415
|
+
...options?.headers
|
|
1416
|
+
}
|
|
1417
|
+
});
|
|
1418
|
+
};
|
|
1419
|
+
|
|
1420
|
+
/**
|
|
1421
|
+
* Delete a cost centre budget
|
|
1422
|
+
* Deletes a cost centre budget.
|
|
1423
|
+
*/
|
|
1424
|
+
export const deleteCostCentreBudget = <ThrowOnError extends boolean = false>(options: Options<DeleteCostCentreBudgetData, ThrowOnError>) => {
|
|
1425
|
+
return (options.client ?? _heyApiClient).delete<DeleteCostCentreBudgetResponse, DeleteCostCentreBudgetError, ThrowOnError>({
|
|
1426
|
+
url: '/api/v2/AccountingService/CostCentres/CostCentreBudgets/{budgetId}',
|
|
1427
|
+
...options
|
|
1428
|
+
});
|
|
1429
|
+
};
|
|
1430
|
+
|
|
1431
|
+
/**
|
|
1432
|
+
* Get a cost centre budget by id
|
|
1433
|
+
* Retrieves a cost centre budget by its identifier.
|
|
1434
|
+
*/
|
|
1435
|
+
export const getCostCentreBudget = <ThrowOnError extends boolean = false>(options: Options<GetCostCentreBudgetData, ThrowOnError>) => {
|
|
1436
|
+
return (options.client ?? _heyApiClient).get<GetCostCentreBudgetResponse, GetCostCentreBudgetError, ThrowOnError>({
|
|
1437
|
+
url: '/api/v2/AccountingService/CostCentres/CostCentreBudgets/{budgetId}',
|
|
1438
|
+
...options
|
|
1439
|
+
});
|
|
1440
|
+
};
|
|
1441
|
+
|
|
1442
|
+
/**
|
|
1443
|
+
* Update a cost centre budget
|
|
1444
|
+
* Updates an existing cost centre budget.
|
|
1445
|
+
*/
|
|
1446
|
+
export const updateCostCentreBudget = <ThrowOnError extends boolean = false>(options: Options<UpdateCostCentreBudgetData, ThrowOnError>) => {
|
|
1447
|
+
return (options.client ?? _heyApiClient).put<UpdateCostCentreBudgetResponse, UpdateCostCentreBudgetError, ThrowOnError>({
|
|
1448
|
+
url: '/api/v2/AccountingService/CostCentres/CostCentreBudgets/{budgetId}',
|
|
1449
|
+
...options,
|
|
1450
|
+
headers: {
|
|
1451
|
+
'Content-Type': 'application/json',
|
|
1452
|
+
...options?.headers
|
|
1453
|
+
}
|
|
1454
|
+
});
|
|
1455
|
+
};
|
|
1456
|
+
|
|
1457
|
+
export const getVersion = <ThrowOnError extends boolean = false>(options?: Options<GetVersionData, ThrowOnError>) => {
|
|
1458
|
+
return (options?.client ?? _heyApiClient).get<unknown, unknown, ThrowOnError>({
|
|
1459
|
+
url: '/version',
|
|
1460
|
+
...options
|
|
1461
|
+
});
|
|
1462
|
+
};
|
|
1463
|
+
|
|
1464
|
+
export const getHealth = <ThrowOnError extends boolean = false>(options?: Options<GetHealthData, ThrowOnError>) => {
|
|
1465
|
+
return (options?.client ?? _heyApiClient).get<unknown, unknown, ThrowOnError>({
|
|
1466
|
+
url: '/health',
|
|
1467
|
+
...options
|
|
1468
|
+
});
|
|
1469
|
+
};
|
|
1470
|
+
|
|
1471
|
+
export const getHello = <ThrowOnError extends boolean = false>(options?: Options<GetHelloData, ThrowOnError>) => {
|
|
1472
|
+
return (options?.client ?? _heyApiClient).get<unknown, unknown, ThrowOnError>({
|
|
1473
|
+
url: '/hello',
|
|
1474
|
+
...options
|
|
1475
|
+
});
|
|
1476
|
+
};
|
|
1477
|
+
|
|
1478
|
+
export const postRegister = <ThrowOnError extends boolean = false>(options: Options<PostRegisterData, ThrowOnError>) => {
|
|
1479
|
+
return (options.client ?? _heyApiClient).post<unknown, PostRegisterError, ThrowOnError>({
|
|
1480
|
+
url: '/register',
|
|
1481
|
+
...options,
|
|
1482
|
+
headers: {
|
|
1483
|
+
'Content-Type': 'application/json',
|
|
1484
|
+
...options?.headers
|
|
1485
|
+
}
|
|
1486
|
+
});
|
|
1487
|
+
};
|
|
1488
|
+
|
|
1489
|
+
export const postLogin = <ThrowOnError extends boolean = false>(options: Options<PostLoginData, ThrowOnError>) => {
|
|
1490
|
+
return (options.client ?? _heyApiClient).post<PostLoginResponse, unknown, ThrowOnError>({
|
|
1491
|
+
url: '/login',
|
|
1492
|
+
...options,
|
|
1493
|
+
headers: {
|
|
1494
|
+
'Content-Type': 'application/json',
|
|
1495
|
+
...options?.headers
|
|
1496
|
+
}
|
|
1497
|
+
});
|
|
1498
|
+
};
|
|
1499
|
+
|
|
1500
|
+
export const postRefresh = <ThrowOnError extends boolean = false>(options: Options<PostRefreshData, ThrowOnError>) => {
|
|
1501
|
+
return (options.client ?? _heyApiClient).post<PostRefreshResponse, unknown, ThrowOnError>({
|
|
1502
|
+
url: '/refresh',
|
|
1503
|
+
...options,
|
|
1504
|
+
headers: {
|
|
1505
|
+
'Content-Type': 'application/json',
|
|
1506
|
+
...options?.headers
|
|
1507
|
+
}
|
|
1508
|
+
});
|
|
1509
|
+
};
|
|
1510
|
+
|
|
1511
|
+
export const mapIdentityApiConfirmEmail = <ThrowOnError extends boolean = false>(options: Options<MapIdentityApiConfirmEmailData, ThrowOnError>) => {
|
|
1512
|
+
return (options.client ?? _heyApiClient).get<unknown, unknown, ThrowOnError>({
|
|
1513
|
+
url: '/confirmEmail',
|
|
1514
|
+
...options
|
|
1515
|
+
});
|
|
1516
|
+
};
|
|
1517
|
+
|
|
1518
|
+
export const postResendConfirmationEmail = <ThrowOnError extends boolean = false>(options: Options<PostResendConfirmationEmailData, ThrowOnError>) => {
|
|
1519
|
+
return (options.client ?? _heyApiClient).post<unknown, unknown, ThrowOnError>({
|
|
1520
|
+
url: '/resendConfirmationEmail',
|
|
1521
|
+
...options,
|
|
1522
|
+
headers: {
|
|
1523
|
+
'Content-Type': 'application/json',
|
|
1524
|
+
...options?.headers
|
|
1525
|
+
}
|
|
1526
|
+
});
|
|
1527
|
+
};
|
|
1528
|
+
|
|
1529
|
+
export const postForgotPassword = <ThrowOnError extends boolean = false>(options: Options<PostForgotPasswordData, ThrowOnError>) => {
|
|
1530
|
+
return (options.client ?? _heyApiClient).post<unknown, PostForgotPasswordError, ThrowOnError>({
|
|
1531
|
+
url: '/forgotPassword',
|
|
1532
|
+
...options,
|
|
1533
|
+
headers: {
|
|
1534
|
+
'Content-Type': 'application/json',
|
|
1535
|
+
...options?.headers
|
|
1536
|
+
}
|
|
1537
|
+
});
|
|
1538
|
+
};
|
|
1539
|
+
|
|
1540
|
+
export const postResetPassword = <ThrowOnError extends boolean = false>(options: Options<PostResetPasswordData, ThrowOnError>) => {
|
|
1541
|
+
return (options.client ?? _heyApiClient).post<unknown, PostResetPasswordError, ThrowOnError>({
|
|
1542
|
+
url: '/resetPassword',
|
|
1543
|
+
...options,
|
|
1544
|
+
headers: {
|
|
1545
|
+
'Content-Type': 'application/json',
|
|
1546
|
+
...options?.headers
|
|
1547
|
+
}
|
|
1548
|
+
});
|
|
1549
|
+
};
|
|
1550
|
+
|
|
1551
|
+
export const postManage2Fa = <ThrowOnError extends boolean = false>(options: Options<PostManage2FaData, ThrowOnError>) => {
|
|
1552
|
+
return (options.client ?? _heyApiClient).post<PostManage2FaResponse, PostManage2FaError, ThrowOnError>({
|
|
1553
|
+
url: '/manage/2fa',
|
|
1554
|
+
...options,
|
|
1555
|
+
headers: {
|
|
1556
|
+
'Content-Type': 'application/json',
|
|
1557
|
+
...options?.headers
|
|
1558
|
+
}
|
|
1559
|
+
});
|
|
1560
|
+
};
|
|
1561
|
+
|
|
1562
|
+
export const getManageInfo = <ThrowOnError extends boolean = false>(options?: Options<GetManageInfoData, ThrowOnError>) => {
|
|
1563
|
+
return (options?.client ?? _heyApiClient).get<GetManageInfoResponse, GetManageInfoError, ThrowOnError>({
|
|
1564
|
+
url: '/manage/info',
|
|
1565
|
+
...options
|
|
1566
|
+
});
|
|
1567
|
+
};
|
|
1568
|
+
|
|
1569
|
+
export const postManageInfo = <ThrowOnError extends boolean = false>(options: Options<PostManageInfoData, ThrowOnError>) => {
|
|
1570
|
+
return (options.client ?? _heyApiClient).post<PostManageInfoResponse, PostManageInfoError, ThrowOnError>({
|
|
1571
|
+
url: '/manage/info',
|
|
1572
|
+
...options,
|
|
1573
|
+
headers: {
|
|
1574
|
+
'Content-Type': 'application/json',
|
|
1575
|
+
...options?.headers
|
|
1576
|
+
}
|
|
1577
|
+
});
|
|
1578
|
+
};
|
|
1579
|
+
|
|
1580
|
+
/**
|
|
1581
|
+
* Get all financial books for a tenant
|
|
1582
|
+
* Retrieves all financial books for the specified tenant using OData query options.
|
|
1583
|
+
*/
|
|
1584
|
+
export const getFinancialBooksAsync = <ThrowOnError extends boolean = false>(options: Options<GetFinancialBooksAsyncData, ThrowOnError>) => {
|
|
1585
|
+
return (options.client ?? _heyApiClient).get<GetFinancialBooksAsyncResponse, GetFinancialBooksAsyncError, ThrowOnError>({
|
|
1586
|
+
url: '/api/v2/AccountingService/FinancialBooks',
|
|
1587
|
+
...options
|
|
1588
|
+
});
|
|
1589
|
+
};
|
|
1590
|
+
|
|
1591
|
+
/**
|
|
1592
|
+
* Creates a new financial book
|
|
1593
|
+
* Creates a new financial book.
|
|
1594
|
+
*/
|
|
1595
|
+
export const createFinancialBookAsync = <ThrowOnError extends boolean = false>(options: Options<CreateFinancialBookAsyncData, ThrowOnError>) => {
|
|
1596
|
+
return (options.client ?? _heyApiClient).post<CreateFinancialBookAsyncResponse, CreateFinancialBookAsyncError, ThrowOnError>({
|
|
1597
|
+
url: '/api/v2/AccountingService/FinancialBooks',
|
|
1598
|
+
...options,
|
|
1599
|
+
headers: {
|
|
1600
|
+
'Content-Type': 'application/json',
|
|
1601
|
+
...options?.headers
|
|
1602
|
+
}
|
|
1603
|
+
});
|
|
1604
|
+
};
|
|
1605
|
+
|
|
1606
|
+
/**
|
|
1607
|
+
* Get the count of financial books
|
|
1608
|
+
* Get the count of financial books.
|
|
1609
|
+
*/
|
|
1610
|
+
export const getFinancialBooksCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetFinancialBooksCountAsyncData, ThrowOnError>) => {
|
|
1611
|
+
return (options.client ?? _heyApiClient).get<GetFinancialBooksCountAsyncResponse, GetFinancialBooksCountAsyncError, ThrowOnError>({
|
|
1612
|
+
url: '/api/v2/AccountingService/FinancialBooks/Count',
|
|
1613
|
+
...options
|
|
1614
|
+
});
|
|
1615
|
+
};
|
|
1616
|
+
|
|
1617
|
+
/**
|
|
1618
|
+
* Deletes an existing financial book
|
|
1619
|
+
* Deletes an existing financial book.
|
|
1620
|
+
*/
|
|
1621
|
+
export const deleteFinancialBookAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteFinancialBookAsyncData, ThrowOnError>) => {
|
|
1622
|
+
return (options.client ?? _heyApiClient).delete<DeleteFinancialBookAsyncResponse, DeleteFinancialBookAsyncError, ThrowOnError>({
|
|
1623
|
+
url: '/api/v2/AccountingService/FinancialBooks/{financialBookId}',
|
|
1624
|
+
...options
|
|
1625
|
+
});
|
|
1626
|
+
};
|
|
1627
|
+
|
|
1628
|
+
/**
|
|
1629
|
+
* Gets the details of a specific financial book
|
|
1630
|
+
* Gets the details of a specific financial book.
|
|
1631
|
+
*/
|
|
1632
|
+
export const getFinancialBookDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetFinancialBookDetailsAsyncData, ThrowOnError>) => {
|
|
1633
|
+
return (options.client ?? _heyApiClient).get<GetFinancialBookDetailsAsyncResponse, GetFinancialBookDetailsAsyncError, ThrowOnError>({
|
|
1634
|
+
url: '/api/v2/AccountingService/FinancialBooks/{financialBookId}',
|
|
1635
|
+
...options
|
|
1636
|
+
});
|
|
1637
|
+
};
|
|
1638
|
+
|
|
1639
|
+
/**
|
|
1640
|
+
* Updates an existing financial book
|
|
1641
|
+
* Updates an existing financial book.
|
|
1642
|
+
*/
|
|
1643
|
+
export const updateFinancialBookAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateFinancialBookAsyncData, ThrowOnError>) => {
|
|
1644
|
+
return (options.client ?? _heyApiClient).put<UpdateFinancialBookAsyncResponse, UpdateFinancialBookAsyncError, ThrowOnError>({
|
|
1645
|
+
url: '/api/v2/AccountingService/FinancialBooks/{financialBookId}',
|
|
1646
|
+
...options,
|
|
1647
|
+
headers: {
|
|
1648
|
+
'Content-Type': 'application/json',
|
|
1649
|
+
...options?.headers
|
|
1650
|
+
}
|
|
1651
|
+
});
|
|
1652
|
+
};
|
|
1653
|
+
|
|
1654
|
+
/**
|
|
1655
|
+
* Get fiscal authorities
|
|
1656
|
+
* Retrieves all fiscal authorities for the specified tenant using OData query options.
|
|
1657
|
+
*/
|
|
1658
|
+
export const getFiscalAuthorities = <ThrowOnError extends boolean = false>(options: Options<GetFiscalAuthoritiesData, ThrowOnError>) => {
|
|
1659
|
+
return (options.client ?? _heyApiClient).get<GetFiscalAuthoritiesResponse, GetFiscalAuthoritiesError, ThrowOnError>({
|
|
1660
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities',
|
|
1661
|
+
...options
|
|
1662
|
+
});
|
|
1663
|
+
};
|
|
1664
|
+
|
|
1665
|
+
/**
|
|
1666
|
+
* Create a fiscal authority
|
|
1667
|
+
* Creates a new fiscal authority for the specified tenant.
|
|
1668
|
+
*/
|
|
1669
|
+
export const createFiscalAuthority = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalAuthorityData, ThrowOnError>) => {
|
|
1670
|
+
return (options.client ?? _heyApiClient).post<CreateFiscalAuthorityResponse, CreateFiscalAuthorityError, ThrowOnError>({
|
|
1671
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities',
|
|
1672
|
+
...options,
|
|
1673
|
+
headers: {
|
|
1674
|
+
'Content-Type': 'application/json',
|
|
1675
|
+
...options?.headers
|
|
1676
|
+
}
|
|
1677
|
+
});
|
|
1678
|
+
};
|
|
1679
|
+
|
|
1680
|
+
/**
|
|
1681
|
+
* Get fiscal authorities count
|
|
1682
|
+
* Returns the total count of fiscal authorities for the specified tenant.
|
|
1683
|
+
*/
|
|
1684
|
+
export const getFiscalAuthoritiesCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalAuthoritiesCountData, ThrowOnError>) => {
|
|
1685
|
+
return (options.client ?? _heyApiClient).get<GetFiscalAuthoritiesCountResponse, GetFiscalAuthoritiesCountError, ThrowOnError>({
|
|
1686
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/Count',
|
|
1687
|
+
...options
|
|
1688
|
+
});
|
|
1689
|
+
};
|
|
1690
|
+
|
|
1691
|
+
/**
|
|
1692
|
+
* Delete a fiscal authority
|
|
1693
|
+
* Deletes a fiscal authority identified by its unique identifier.
|
|
1694
|
+
*/
|
|
1695
|
+
export const deleteFiscalAuthority = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalAuthorityData, ThrowOnError>) => {
|
|
1696
|
+
return (options.client ?? _heyApiClient).delete<DeleteFiscalAuthorityResponse, DeleteFiscalAuthorityError, ThrowOnError>({
|
|
1697
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}',
|
|
1698
|
+
...options
|
|
1699
|
+
});
|
|
1700
|
+
};
|
|
1701
|
+
|
|
1702
|
+
/**
|
|
1703
|
+
* Get fiscal authority by ID
|
|
1704
|
+
* Retrieves a specific fiscal authority by its unique identifier.
|
|
1705
|
+
*/
|
|
1706
|
+
export const getFiscalAuthority = <ThrowOnError extends boolean = false>(options: Options<GetFiscalAuthorityData, ThrowOnError>) => {
|
|
1707
|
+
return (options.client ?? _heyApiClient).get<GetFiscalAuthorityResponse, GetFiscalAuthorityError, ThrowOnError>({
|
|
1708
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}',
|
|
1709
|
+
...options
|
|
1710
|
+
});
|
|
1711
|
+
};
|
|
1712
|
+
|
|
1713
|
+
/**
|
|
1714
|
+
* Update a fiscal authority
|
|
1715
|
+
* Updates an existing fiscal authority identified by its unique identifier.
|
|
1716
|
+
*/
|
|
1717
|
+
export const updateFiscalAuthority = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalAuthorityData, ThrowOnError>) => {
|
|
1718
|
+
return (options.client ?? _heyApiClient).put<UpdateFiscalAuthorityResponse, UpdateFiscalAuthorityError, ThrowOnError>({
|
|
1719
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}',
|
|
1720
|
+
...options,
|
|
1721
|
+
headers: {
|
|
1722
|
+
'Content-Type': 'application/json',
|
|
1723
|
+
...options?.headers
|
|
1724
|
+
}
|
|
1725
|
+
});
|
|
1726
|
+
};
|
|
1727
|
+
|
|
1728
|
+
/**
|
|
1729
|
+
* Get fiscal years for an authority
|
|
1730
|
+
* Retrieves all fiscal years associated with the specified fiscal authority.
|
|
1731
|
+
*/
|
|
1732
|
+
export const getFiscalYears = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearsData, ThrowOnError>) => {
|
|
1733
|
+
return (options.client ?? _heyApiClient).get<GetFiscalYearsResponse, GetFiscalYearsError, ThrowOnError>({
|
|
1734
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalYears',
|
|
1735
|
+
...options
|
|
1736
|
+
});
|
|
1737
|
+
};
|
|
1738
|
+
|
|
1739
|
+
/**
|
|
1740
|
+
* Get fiscal years count for an authority
|
|
1741
|
+
* Returns the total count of fiscal years for the specified fiscal authority.
|
|
1742
|
+
*/
|
|
1743
|
+
export const getFiscalYearsCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearsCountData, ThrowOnError>) => {
|
|
1744
|
+
return (options.client ?? _heyApiClient).get<GetFiscalYearsCountResponse, GetFiscalYearsCountError, ThrowOnError>({
|
|
1745
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/Count',
|
|
1746
|
+
...options
|
|
1747
|
+
});
|
|
1748
|
+
};
|
|
1749
|
+
|
|
1750
|
+
/**
|
|
1751
|
+
* Get fiscal year by ID for an authority
|
|
1752
|
+
* Retrieves a specific fiscal year by its unique identifier within a fiscal authority.
|
|
1753
|
+
*/
|
|
1754
|
+
export const getFiscalYear = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearData, ThrowOnError>) => {
|
|
1755
|
+
return (options.client ?? _heyApiClient).get<GetFiscalYearResponse, GetFiscalYearError, ThrowOnError>({
|
|
1756
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}',
|
|
1757
|
+
...options
|
|
1758
|
+
});
|
|
1759
|
+
};
|
|
1760
|
+
|
|
1761
|
+
/**
|
|
1762
|
+
* Create a fiscal year
|
|
1763
|
+
* Creates a new fiscal year associated with a fiscal authority.
|
|
1764
|
+
*/
|
|
1765
|
+
export const createFiscalYear = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalYearData, ThrowOnError>) => {
|
|
1766
|
+
return (options.client ?? _heyApiClient).post<CreateFiscalYearResponse, CreateFiscalYearError, ThrowOnError>({
|
|
1767
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears',
|
|
1768
|
+
...options,
|
|
1769
|
+
headers: {
|
|
1770
|
+
'Content-Type': 'application/json',
|
|
1771
|
+
...options?.headers
|
|
1772
|
+
}
|
|
1773
|
+
});
|
|
1774
|
+
};
|
|
1775
|
+
|
|
1776
|
+
/**
|
|
1777
|
+
* Delete a fiscal year
|
|
1778
|
+
* Deletes a fiscal year identified by its unique identifier.
|
|
1779
|
+
*/
|
|
1780
|
+
export const deleteFiscalYear = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalYearData, ThrowOnError>) => {
|
|
1781
|
+
return (options.client ?? _heyApiClient).delete<DeleteFiscalYearResponse, DeleteFiscalYearError, ThrowOnError>({
|
|
1782
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears/{fiscalYearId}',
|
|
1783
|
+
...options
|
|
1784
|
+
});
|
|
1785
|
+
};
|
|
1786
|
+
|
|
1787
|
+
/**
|
|
1788
|
+
* Update a fiscal year
|
|
1789
|
+
* Updates an existing fiscal year identified by its unique identifier.
|
|
1790
|
+
*/
|
|
1791
|
+
export const updateFiscalYear = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalYearData, ThrowOnError>) => {
|
|
1792
|
+
return (options.client ?? _heyApiClient).put<UpdateFiscalYearResponse, UpdateFiscalYearError, ThrowOnError>({
|
|
1793
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalYears/{fiscalYearId}',
|
|
1794
|
+
...options,
|
|
1795
|
+
headers: {
|
|
1796
|
+
'Content-Type': 'application/json',
|
|
1797
|
+
...options?.headers
|
|
1798
|
+
}
|
|
1799
|
+
});
|
|
1800
|
+
};
|
|
1801
|
+
|
|
1802
|
+
/**
|
|
1803
|
+
* Get invoice enumeration ranges for an authority
|
|
1804
|
+
* Retrieves all invoice enumeration ranges for the specified fiscal authority.
|
|
1805
|
+
*/
|
|
1806
|
+
export const getInvoiceEnumerationRanges = <ThrowOnError extends boolean = false>(options: Options<GetInvoiceEnumerationRangesData, ThrowOnError>) => {
|
|
1807
|
+
return (options.client ?? _heyApiClient).get<GetInvoiceEnumerationRangesResponse, GetInvoiceEnumerationRangesError, ThrowOnError>({
|
|
1808
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/EnumerationRanges',
|
|
1809
|
+
...options
|
|
1810
|
+
});
|
|
1811
|
+
};
|
|
1812
|
+
|
|
1813
|
+
/**
|
|
1814
|
+
* Get invoice enumeration ranges count
|
|
1815
|
+
* Returns the total count of invoice enumeration ranges for the specified fiscal authority.
|
|
1816
|
+
*/
|
|
1817
|
+
export const getInvoiceEnumerationRangesCount = <ThrowOnError extends boolean = false>(options: Options<GetInvoiceEnumerationRangesCountData, ThrowOnError>) => {
|
|
1818
|
+
return (options.client ?? _heyApiClient).get<GetInvoiceEnumerationRangesCountResponse, GetInvoiceEnumerationRangesCountError, ThrowOnError>({
|
|
1819
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/EnumerationRanges/Count',
|
|
1820
|
+
...options
|
|
1821
|
+
});
|
|
1822
|
+
};
|
|
1823
|
+
|
|
1824
|
+
/**
|
|
1825
|
+
* Get invoice enumeration range by ID
|
|
1826
|
+
* Retrieves a specific invoice enumeration range by its unique identifier.
|
|
1827
|
+
*/
|
|
1828
|
+
export const getInvoiceEnumerationRange = <ThrowOnError extends boolean = false>(options: Options<GetInvoiceEnumerationRangeData, ThrowOnError>) => {
|
|
1829
|
+
return (options.client ?? _heyApiClient).get<GetInvoiceEnumerationRangeResponse, GetInvoiceEnumerationRangeError, ThrowOnError>({
|
|
1830
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/EnumerationRanges/{enumerationRangeId}',
|
|
1831
|
+
...options
|
|
1832
|
+
});
|
|
1833
|
+
};
|
|
1834
|
+
|
|
1835
|
+
/**
|
|
1836
|
+
* Create an invoice enumeration range
|
|
1837
|
+
* Creates a new invoice enumeration range for a fiscal authority.
|
|
1838
|
+
*/
|
|
1839
|
+
export const createInvoiceEnumerationRange = <ThrowOnError extends boolean = false>(options: Options<CreateInvoiceEnumerationRangeData, ThrowOnError>) => {
|
|
1840
|
+
return (options.client ?? _heyApiClient).post<CreateInvoiceEnumerationRangeResponse, CreateInvoiceEnumerationRangeError, ThrowOnError>({
|
|
1841
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges',
|
|
1842
|
+
...options,
|
|
1843
|
+
headers: {
|
|
1844
|
+
'Content-Type': 'application/json',
|
|
1845
|
+
...options?.headers
|
|
1846
|
+
}
|
|
1847
|
+
});
|
|
1848
|
+
};
|
|
1849
|
+
|
|
1850
|
+
/**
|
|
1851
|
+
* Delete an invoice enumeration range
|
|
1852
|
+
* Deletes an invoice enumeration range identified by its unique identifier.
|
|
1853
|
+
*/
|
|
1854
|
+
export const deleteInvoiceEnumerationRange = <ThrowOnError extends boolean = false>(options: Options<DeleteInvoiceEnumerationRangeData, ThrowOnError>) => {
|
|
1855
|
+
return (options.client ?? _heyApiClient).delete<DeleteInvoiceEnumerationRangeResponse, DeleteInvoiceEnumerationRangeError, ThrowOnError>({
|
|
1856
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges/{enumerationRangeId}',
|
|
1857
|
+
...options
|
|
1858
|
+
});
|
|
1859
|
+
};
|
|
1860
|
+
|
|
1861
|
+
/**
|
|
1862
|
+
* Update an invoice enumeration range
|
|
1863
|
+
* Updates an existing invoice enumeration range identified by its unique identifier.
|
|
1864
|
+
*/
|
|
1865
|
+
export const updateInvoiceEnumerationRange = <ThrowOnError extends boolean = false>(options: Options<UpdateInvoiceEnumerationRangeData, ThrowOnError>) => {
|
|
1866
|
+
return (options.client ?? _heyApiClient).put<UpdateInvoiceEnumerationRangeResponse, UpdateInvoiceEnumerationRangeError, ThrowOnError>({
|
|
1867
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/EnumerationRanges/{enumerationRangeId}',
|
|
1868
|
+
...options,
|
|
1869
|
+
headers: {
|
|
1870
|
+
'Content-Type': 'application/json',
|
|
1871
|
+
...options?.headers
|
|
1872
|
+
}
|
|
1873
|
+
});
|
|
1874
|
+
};
|
|
1875
|
+
|
|
1876
|
+
/**
|
|
1877
|
+
* Get fiscal identification types for an authority
|
|
1878
|
+
* Retrieves all fiscal identification types for the specified fiscal authority.
|
|
1879
|
+
*/
|
|
1880
|
+
export const getFiscalIdentificationTypes = <ThrowOnError extends boolean = false>(options: Options<GetFiscalIdentificationTypesData, ThrowOnError>) => {
|
|
1881
|
+
return (options.client ?? _heyApiClient).get<GetFiscalIdentificationTypesResponse, GetFiscalIdentificationTypesError, ThrowOnError>({
|
|
1882
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/IdentificationTypes',
|
|
1883
|
+
...options
|
|
1884
|
+
});
|
|
1885
|
+
};
|
|
1886
|
+
|
|
1887
|
+
/**
|
|
1888
|
+
* Get fiscal identification types count
|
|
1889
|
+
* Returns the total count of fiscal identification types for the specified fiscal authority.
|
|
1890
|
+
*/
|
|
1891
|
+
export const getFiscalIdentificationTypesCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalIdentificationTypesCountData, ThrowOnError>) => {
|
|
1892
|
+
return (options.client ?? _heyApiClient).get<GetFiscalIdentificationTypesCountResponse, GetFiscalIdentificationTypesCountError, ThrowOnError>({
|
|
1893
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/IdentificationTypes/Count',
|
|
1894
|
+
...options
|
|
1895
|
+
});
|
|
1896
|
+
};
|
|
1897
|
+
|
|
1898
|
+
/**
|
|
1899
|
+
* Get fiscal identification type by ID
|
|
1900
|
+
* Retrieves a specific fiscal identification type by its unique identifier.
|
|
1901
|
+
*/
|
|
1902
|
+
export const getFiscalIdentificationType = <ThrowOnError extends boolean = false>(options: Options<GetFiscalIdentificationTypeData, ThrowOnError>) => {
|
|
1903
|
+
return (options.client ?? _heyApiClient).get<GetFiscalIdentificationTypeResponse, GetFiscalIdentificationTypeError, ThrowOnError>({
|
|
1904
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/IdentificationTypes/{identificationTypeId}',
|
|
1905
|
+
...options
|
|
1906
|
+
});
|
|
1907
|
+
};
|
|
1908
|
+
|
|
1909
|
+
/**
|
|
1910
|
+
* Create a fiscal identification type
|
|
1911
|
+
* Creates a new fiscal identification type for a fiscal authority.
|
|
1912
|
+
*/
|
|
1913
|
+
export const createFiscalIdentificationType = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalIdentificationTypeData, ThrowOnError>) => {
|
|
1914
|
+
return (options.client ?? _heyApiClient).post<CreateFiscalIdentificationTypeResponse, CreateFiscalIdentificationTypeError, ThrowOnError>({
|
|
1915
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes',
|
|
1916
|
+
...options,
|
|
1917
|
+
headers: {
|
|
1918
|
+
'Content-Type': 'application/json',
|
|
1919
|
+
...options?.headers
|
|
1920
|
+
}
|
|
1921
|
+
});
|
|
1922
|
+
};
|
|
1923
|
+
|
|
1924
|
+
/**
|
|
1925
|
+
* Delete a fiscal identification type
|
|
1926
|
+
* Deletes a fiscal identification type identified by its unique identifier.
|
|
1927
|
+
*/
|
|
1928
|
+
export const deleteFiscalIdentificationType = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalIdentificationTypeData, ThrowOnError>) => {
|
|
1929
|
+
return (options.client ?? _heyApiClient).delete<DeleteFiscalIdentificationTypeResponse, DeleteFiscalIdentificationTypeError, ThrowOnError>({
|
|
1930
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes/{identificationTypeId}',
|
|
1931
|
+
...options
|
|
1932
|
+
});
|
|
1933
|
+
};
|
|
1934
|
+
|
|
1935
|
+
/**
|
|
1936
|
+
* Update a fiscal identification type
|
|
1937
|
+
* Updates an existing fiscal identification type identified by its unique identifier.
|
|
1938
|
+
*/
|
|
1939
|
+
export const updateFiscalIdentificationType = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalIdentificationTypeData, ThrowOnError>) => {
|
|
1940
|
+
return (options.client ?? _heyApiClient).put<UpdateFiscalIdentificationTypeResponse, UpdateFiscalIdentificationTypeError, ThrowOnError>({
|
|
1941
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/IdentificationTypes/{identificationTypeId}',
|
|
1942
|
+
...options,
|
|
1943
|
+
headers: {
|
|
1944
|
+
'Content-Type': 'application/json',
|
|
1945
|
+
...options?.headers
|
|
1946
|
+
}
|
|
1947
|
+
});
|
|
1948
|
+
};
|
|
1949
|
+
|
|
1950
|
+
/**
|
|
1951
|
+
* Get fiscal periods for a fiscal year
|
|
1952
|
+
* Retrieves all fiscal periods for the specified fiscal year within a fiscal authority.
|
|
1953
|
+
*/
|
|
1954
|
+
export const getFiscalPeriods = <ThrowOnError extends boolean = false>(options: Options<GetFiscalPeriodsData, ThrowOnError>) => {
|
|
1955
|
+
return (options.client ?? _heyApiClient).get<GetFiscalPeriodsResponse, GetFiscalPeriodsError, ThrowOnError>({
|
|
1956
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods',
|
|
1957
|
+
...options
|
|
1958
|
+
});
|
|
1959
|
+
};
|
|
1960
|
+
|
|
1961
|
+
/**
|
|
1962
|
+
* Get fiscal periods count
|
|
1963
|
+
* Returns the total count of fiscal periods for the specified fiscal year.
|
|
1964
|
+
*/
|
|
1965
|
+
export const getFiscalPeriodsCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalPeriodsCountData, ThrowOnError>) => {
|
|
1966
|
+
return (options.client ?? _heyApiClient).get<GetFiscalPeriodsCountResponse, GetFiscalPeriodsCountError, ThrowOnError>({
|
|
1967
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods/Count',
|
|
1968
|
+
...options
|
|
1969
|
+
});
|
|
1970
|
+
};
|
|
1971
|
+
|
|
1972
|
+
/**
|
|
1973
|
+
* Get fiscal period by ID
|
|
1974
|
+
* Retrieves a specific fiscal period by its unique identifier within a fiscal year.
|
|
1975
|
+
*/
|
|
1976
|
+
export const getFiscalPeriod = <ThrowOnError extends boolean = false>(options: Options<GetFiscalPeriodData, ThrowOnError>) => {
|
|
1977
|
+
return (options.client ?? _heyApiClient).get<GetFiscalPeriodResponse, GetFiscalPeriodError, ThrowOnError>({
|
|
1978
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalYears/{fiscalYearId}/FiscalPeriods/{fiscalPeriodId}',
|
|
1979
|
+
...options
|
|
1980
|
+
});
|
|
1981
|
+
};
|
|
1982
|
+
|
|
1983
|
+
/**
|
|
1984
|
+
* Create a fiscal period
|
|
1985
|
+
* Creates a new fiscal period associated with a fiscal year.
|
|
1986
|
+
*/
|
|
1987
|
+
export const createFiscalPeriod = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalPeriodData, ThrowOnError>) => {
|
|
1988
|
+
return (options.client ?? _heyApiClient).post<CreateFiscalPeriodResponse, CreateFiscalPeriodError, ThrowOnError>({
|
|
1989
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods',
|
|
1990
|
+
...options,
|
|
1991
|
+
headers: {
|
|
1992
|
+
'Content-Type': 'application/json',
|
|
1993
|
+
...options?.headers
|
|
1994
|
+
}
|
|
1995
|
+
});
|
|
1996
|
+
};
|
|
1997
|
+
|
|
1998
|
+
/**
|
|
1999
|
+
* Delete a fiscal period
|
|
2000
|
+
* Deletes a fiscal period identified by its unique identifier.
|
|
2001
|
+
*/
|
|
2002
|
+
export const deleteFiscalPeriod = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalPeriodData, ThrowOnError>) => {
|
|
2003
|
+
return (options.client ?? _heyApiClient).delete<DeleteFiscalPeriodResponse, DeleteFiscalPeriodError, ThrowOnError>({
|
|
2004
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods/{fiscalPeriodId}',
|
|
2005
|
+
...options
|
|
2006
|
+
});
|
|
2007
|
+
};
|
|
2008
|
+
|
|
2009
|
+
/**
|
|
2010
|
+
* Update a fiscal period
|
|
2011
|
+
* Updates an existing fiscal period identified by its unique identifier.
|
|
2012
|
+
*/
|
|
2013
|
+
export const updateFiscalPeriod = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalPeriodData, ThrowOnError>) => {
|
|
2014
|
+
return (options.client ?? _heyApiClient).put<UpdateFiscalPeriodResponse, UpdateFiscalPeriodError, ThrowOnError>({
|
|
2015
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalPeriods/{fiscalPeriodId}',
|
|
2016
|
+
...options,
|
|
2017
|
+
headers: {
|
|
2018
|
+
'Content-Type': 'application/json',
|
|
2019
|
+
...options?.headers
|
|
2020
|
+
}
|
|
2021
|
+
});
|
|
2022
|
+
};
|
|
2023
|
+
|
|
2024
|
+
/**
|
|
2025
|
+
* Get fiscal regimes for an authority
|
|
2026
|
+
* Retrieves all fiscal regimes for the specified fiscal authority.
|
|
2027
|
+
*/
|
|
2028
|
+
export const getFiscalRegimes = <ThrowOnError extends boolean = false>(options: Options<GetFiscalRegimesData, ThrowOnError>) => {
|
|
2029
|
+
return (options.client ?? _heyApiClient).get<GetFiscalRegimesResponse, GetFiscalRegimesError, ThrowOnError>({
|
|
2030
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalRegimes',
|
|
2031
|
+
...options
|
|
2032
|
+
});
|
|
2033
|
+
};
|
|
2034
|
+
|
|
2035
|
+
/**
|
|
2036
|
+
* Get fiscal regimes count
|
|
2037
|
+
* Returns the total count of fiscal regimes for the specified fiscal authority.
|
|
2038
|
+
*/
|
|
2039
|
+
export const getFiscalRegimesCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalRegimesCountData, ThrowOnError>) => {
|
|
2040
|
+
return (options.client ?? _heyApiClient).get<GetFiscalRegimesCountResponse, GetFiscalRegimesCountError, ThrowOnError>({
|
|
2041
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalRegimes/Count',
|
|
2042
|
+
...options
|
|
2043
|
+
});
|
|
2044
|
+
};
|
|
2045
|
+
|
|
2046
|
+
/**
|
|
2047
|
+
* Get fiscal regime by ID
|
|
2048
|
+
* Retrieves a specific fiscal regime by its unique identifier.
|
|
2049
|
+
*/
|
|
2050
|
+
export const getFiscalRegime = <ThrowOnError extends boolean = false>(options: Options<GetFiscalRegimeData, ThrowOnError>) => {
|
|
2051
|
+
return (options.client ?? _heyApiClient).get<GetFiscalRegimeResponse, GetFiscalRegimeError, ThrowOnError>({
|
|
2052
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalRegimes/{regimeId}',
|
|
2053
|
+
...options
|
|
2054
|
+
});
|
|
2055
|
+
};
|
|
2056
|
+
|
|
2057
|
+
/**
|
|
2058
|
+
* Create a fiscal regime
|
|
2059
|
+
* Creates a new fiscal regime for a fiscal authority.
|
|
2060
|
+
*/
|
|
2061
|
+
export const createFiscalRegime = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalRegimeData, ThrowOnError>) => {
|
|
2062
|
+
return (options.client ?? _heyApiClient).post<CreateFiscalRegimeResponse, CreateFiscalRegimeError, ThrowOnError>({
|
|
2063
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes',
|
|
2064
|
+
...options,
|
|
2065
|
+
headers: {
|
|
2066
|
+
'Content-Type': 'application/json',
|
|
2067
|
+
...options?.headers
|
|
2068
|
+
}
|
|
2069
|
+
});
|
|
2070
|
+
};
|
|
2071
|
+
|
|
2072
|
+
/**
|
|
2073
|
+
* Delete a fiscal regime
|
|
2074
|
+
* Deletes a fiscal regime identified by its unique identifier.
|
|
2075
|
+
*/
|
|
2076
|
+
export const deleteFiscalRegime = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalRegimeData, ThrowOnError>) => {
|
|
2077
|
+
return (options.client ?? _heyApiClient).delete<DeleteFiscalRegimeResponse, DeleteFiscalRegimeError, ThrowOnError>({
|
|
2078
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes/{regimeId}',
|
|
2079
|
+
...options
|
|
2080
|
+
});
|
|
2081
|
+
};
|
|
2082
|
+
|
|
2083
|
+
/**
|
|
2084
|
+
* Update a fiscal regime
|
|
2085
|
+
* Updates an existing fiscal regime identified by its unique identifier.
|
|
2086
|
+
*/
|
|
2087
|
+
export const updateFiscalRegime = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalRegimeData, ThrowOnError>) => {
|
|
2088
|
+
return (options.client ?? _heyApiClient).put<UpdateFiscalRegimeResponse, UpdateFiscalRegimeError, ThrowOnError>({
|
|
2089
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalRegimes/{regimeId}',
|
|
2090
|
+
...options,
|
|
2091
|
+
headers: {
|
|
2092
|
+
'Content-Type': 'application/json',
|
|
2093
|
+
...options?.headers
|
|
2094
|
+
}
|
|
2095
|
+
});
|
|
2096
|
+
};
|
|
2097
|
+
|
|
2098
|
+
/**
|
|
2099
|
+
* Get fiscal responsibilities for an authority
|
|
2100
|
+
* Retrieves all fiscal responsibilities for the specified fiscal authority.
|
|
2101
|
+
*/
|
|
2102
|
+
export const getFiscalResponsibilities = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilitiesData, ThrowOnError>) => {
|
|
2103
|
+
return (options.client ?? _heyApiClient).get<GetFiscalResponsibilitiesResponse, GetFiscalResponsibilitiesError, ThrowOnError>({
|
|
2104
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{authorityId}/FiscalResponsibilities',
|
|
2105
|
+
...options
|
|
2106
|
+
});
|
|
2107
|
+
};
|
|
2108
|
+
|
|
2109
|
+
/**
|
|
2110
|
+
* Get fiscal responsibilities count
|
|
2111
|
+
* Returns the total count of fiscal responsibilities for the specified fiscal authority.
|
|
2112
|
+
*/
|
|
2113
|
+
export const getFiscalResponsibilitiesCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilitiesCountData, ThrowOnError>) => {
|
|
2114
|
+
return (options.client ?? _heyApiClient).get<GetFiscalResponsibilitiesCountResponse, GetFiscalResponsibilitiesCountError, ThrowOnError>({
|
|
2115
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/Count',
|
|
2116
|
+
...options
|
|
2117
|
+
});
|
|
2118
|
+
};
|
|
2119
|
+
|
|
2120
|
+
/**
|
|
2121
|
+
* Get fiscal responsibility by ID
|
|
2122
|
+
* Retrieves a specific fiscal responsibility by its unique identifier.
|
|
2123
|
+
*/
|
|
2124
|
+
export const getFiscalResponsibility = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilityData, ThrowOnError>) => {
|
|
2125
|
+
return (options.client ?? _heyApiClient).get<GetFiscalResponsibilityResponse, GetFiscalResponsibilityError, ThrowOnError>({
|
|
2126
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}',
|
|
2127
|
+
...options
|
|
2128
|
+
});
|
|
2129
|
+
};
|
|
2130
|
+
|
|
2131
|
+
/**
|
|
2132
|
+
* Create a fiscal responsibility
|
|
2133
|
+
* Creates a new fiscal responsibility for a fiscal authority.
|
|
2134
|
+
*/
|
|
2135
|
+
export const createFiscalResponsibility = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalResponsibilityData, ThrowOnError>) => {
|
|
2136
|
+
return (options.client ?? _heyApiClient).post<CreateFiscalResponsibilityResponse, CreateFiscalResponsibilityError, ThrowOnError>({
|
|
2137
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities',
|
|
2138
|
+
...options,
|
|
2139
|
+
headers: {
|
|
2140
|
+
'Content-Type': 'application/json',
|
|
2141
|
+
...options?.headers
|
|
2142
|
+
}
|
|
2143
|
+
});
|
|
2144
|
+
};
|
|
2145
|
+
|
|
2146
|
+
/**
|
|
2147
|
+
* Delete a fiscal responsibility
|
|
2148
|
+
* Deletes a fiscal responsibility identified by its unique identifier.
|
|
2149
|
+
*/
|
|
2150
|
+
export const deleteFiscalResponsibility = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalResponsibilityData, ThrowOnError>) => {
|
|
2151
|
+
return (options.client ?? _heyApiClient).delete<DeleteFiscalResponsibilityResponse, DeleteFiscalResponsibilityError, ThrowOnError>({
|
|
2152
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities/{fiscalResponsibilityId}',
|
|
2153
|
+
...options
|
|
2154
|
+
});
|
|
2155
|
+
};
|
|
2156
|
+
|
|
2157
|
+
/**
|
|
2158
|
+
* Update a fiscal responsibility
|
|
2159
|
+
* Updates an existing fiscal responsibility identified by its unique identifier.
|
|
2160
|
+
*/
|
|
2161
|
+
export const updateFiscalResponsibility = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalResponsibilityData, ThrowOnError>) => {
|
|
2162
|
+
return (options.client ?? _heyApiClient).put<UpdateFiscalResponsibilityResponse, UpdateFiscalResponsibilityError, ThrowOnError>({
|
|
2163
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilities/{fiscalResponsibilityId}',
|
|
2164
|
+
...options,
|
|
2165
|
+
headers: {
|
|
2166
|
+
'Content-Type': 'application/json',
|
|
2167
|
+
...options?.headers
|
|
2168
|
+
}
|
|
2169
|
+
});
|
|
2170
|
+
};
|
|
2171
|
+
|
|
2172
|
+
/**
|
|
2173
|
+
* Get fiscal responsibility records
|
|
2174
|
+
* Retrieves all fiscal responsibility records for the specified fiscal responsibility.
|
|
2175
|
+
*/
|
|
2176
|
+
export const getFiscalResponsibilityRecords = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilityRecordsData, ThrowOnError>) => {
|
|
2177
|
+
return (options.client ?? _heyApiClient).get<GetFiscalResponsibilityRecordsResponse, GetFiscalResponsibilityRecordsError, ThrowOnError>({
|
|
2178
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords',
|
|
2179
|
+
...options
|
|
2180
|
+
});
|
|
2181
|
+
};
|
|
2182
|
+
|
|
2183
|
+
/**
|
|
2184
|
+
* Get fiscal responsibility records count
|
|
2185
|
+
* Returns the total count of fiscal responsibility records for the specified fiscal responsibility.
|
|
2186
|
+
*/
|
|
2187
|
+
export const getFiscalResponsibilityRecordsCount = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilityRecordsCountData, ThrowOnError>) => {
|
|
2188
|
+
return (options.client ?? _heyApiClient).get<GetFiscalResponsibilityRecordsCountResponse, GetFiscalResponsibilityRecordsCountError, ThrowOnError>({
|
|
2189
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords/Count',
|
|
2190
|
+
...options
|
|
2191
|
+
});
|
|
2192
|
+
};
|
|
2193
|
+
|
|
2194
|
+
/**
|
|
2195
|
+
* Get fiscal responsibility record by ID
|
|
2196
|
+
* Retrieves a specific fiscal responsibility record by its unique identifier.
|
|
2197
|
+
*/
|
|
2198
|
+
export const getFiscalResponsibilityRecord = <ThrowOnError extends boolean = false>(options: Options<GetFiscalResponsibilityRecordData, ThrowOnError>) => {
|
|
2199
|
+
return (options.client ?? _heyApiClient).get<GetFiscalResponsibilityRecordResponse, GetFiscalResponsibilityRecordError, ThrowOnError>({
|
|
2200
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/{fiscalAuthorityId}/FiscalResponsibilities/{fiscalResponsibilityId}/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}',
|
|
2201
|
+
...options
|
|
2202
|
+
});
|
|
2203
|
+
};
|
|
2204
|
+
|
|
2205
|
+
/**
|
|
2206
|
+
* Create a fiscal responsibility record
|
|
2207
|
+
* Creates a new fiscal responsibility record for a fiscal responsibility.
|
|
2208
|
+
*/
|
|
2209
|
+
export const createFiscalResponsibilityRecord = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalResponsibilityRecordData, ThrowOnError>) => {
|
|
2210
|
+
return (options.client ?? _heyApiClient).post<CreateFiscalResponsibilityRecordResponse, CreateFiscalResponsibilityRecordError, ThrowOnError>({
|
|
2211
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords',
|
|
2212
|
+
...options,
|
|
2213
|
+
headers: {
|
|
2214
|
+
'Content-Type': 'application/json',
|
|
2215
|
+
...options?.headers
|
|
2216
|
+
}
|
|
2217
|
+
});
|
|
2218
|
+
};
|
|
2219
|
+
|
|
2220
|
+
/**
|
|
2221
|
+
* Delete a fiscal responsibility record
|
|
2222
|
+
* Deletes a fiscal responsibility record identified by its unique identifier.
|
|
2223
|
+
*/
|
|
2224
|
+
export const deleteFiscalResponsibilityRecord = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalResponsibilityRecordData, ThrowOnError>) => {
|
|
2225
|
+
return (options.client ?? _heyApiClient).delete<DeleteFiscalResponsibilityRecordResponse, DeleteFiscalResponsibilityRecordError, ThrowOnError>({
|
|
2226
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}',
|
|
2227
|
+
...options
|
|
2228
|
+
});
|
|
2229
|
+
};
|
|
2230
|
+
|
|
2231
|
+
/**
|
|
2232
|
+
* Update a fiscal responsibility record
|
|
2233
|
+
* Updates an existing fiscal responsibility record identified by its unique identifier.
|
|
2234
|
+
*/
|
|
2235
|
+
export const updateFiscalResponsibilityRecord = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalResponsibilityRecordData, ThrowOnError>) => {
|
|
2236
|
+
return (options.client ?? _heyApiClient).put<UpdateFiscalResponsibilityRecordResponse, UpdateFiscalResponsibilityRecordError, ThrowOnError>({
|
|
2237
|
+
url: '/api/v2/AccountingService/Fiscals/Authorities/FiscalResponsibilityRecords/{fiscalResponsibilityRecordId}',
|
|
2238
|
+
...options,
|
|
2239
|
+
headers: {
|
|
2240
|
+
'Content-Type': 'application/json',
|
|
2241
|
+
...options?.headers
|
|
2242
|
+
}
|
|
2243
|
+
});
|
|
2244
|
+
};
|
|
2245
|
+
|
|
2246
|
+
/**
|
|
2247
|
+
* Get all fiscal years
|
|
2248
|
+
* Retrieves a list of fiscal years for the specified tenant.
|
|
2249
|
+
*/
|
|
2250
|
+
export const getFiscalYearsAsync = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearsAsyncData, ThrowOnError>) => {
|
|
2251
|
+
return (options.client ?? _heyApiClient).get<GetFiscalYearsAsyncResponse, unknown, ThrowOnError>({
|
|
2252
|
+
url: '/api/v2/AccountingService/FiscalYears',
|
|
2253
|
+
...options
|
|
2254
|
+
});
|
|
2255
|
+
};
|
|
2256
|
+
|
|
2257
|
+
/**
|
|
2258
|
+
* Create fiscal year
|
|
2259
|
+
* Creates a new fiscal year entry for a tenant.
|
|
2260
|
+
*/
|
|
2261
|
+
export const createFiscalYearAsync = <ThrowOnError extends boolean = false>(options: Options<CreateFiscalYearAsyncData, ThrowOnError>) => {
|
|
2262
|
+
return (options.client ?? _heyApiClient).post<CreateFiscalYearAsyncResponse, unknown, ThrowOnError>({
|
|
2263
|
+
url: '/api/v2/AccountingService/FiscalYears',
|
|
2264
|
+
...options,
|
|
2265
|
+
headers: {
|
|
2266
|
+
'Content-Type': 'application/json',
|
|
2267
|
+
...options?.headers
|
|
2268
|
+
}
|
|
2269
|
+
});
|
|
2270
|
+
};
|
|
2271
|
+
|
|
2272
|
+
/**
|
|
2273
|
+
* Count fiscal years
|
|
2274
|
+
* Returns the number of fiscal years for a tenant.
|
|
2275
|
+
*/
|
|
2276
|
+
export const getFiscalYearsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearsCountAsyncData, ThrowOnError>) => {
|
|
2277
|
+
return (options.client ?? _heyApiClient).get<GetFiscalYearsCountAsyncResponse, unknown, ThrowOnError>({
|
|
2278
|
+
url: '/api/v2/AccountingService/FiscalYears/Count',
|
|
2279
|
+
...options
|
|
2280
|
+
});
|
|
2281
|
+
};
|
|
2282
|
+
|
|
2283
|
+
/**
|
|
2284
|
+
* Delete fiscal year
|
|
2285
|
+
* Deletes a fiscal year identified by its ID.
|
|
2286
|
+
*/
|
|
2287
|
+
export const deleteFiscalYearAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteFiscalYearAsyncData, ThrowOnError>) => {
|
|
2288
|
+
return (options.client ?? _heyApiClient).delete<DeleteFiscalYearAsyncResponse, unknown, ThrowOnError>({
|
|
2289
|
+
url: '/api/v2/AccountingService/FiscalYears/{fiscalYearId}',
|
|
2290
|
+
...options
|
|
2291
|
+
});
|
|
2292
|
+
};
|
|
2293
|
+
|
|
2294
|
+
/**
|
|
2295
|
+
* Get fiscal year by ID
|
|
2296
|
+
* Gets details for a specific fiscal year.
|
|
2297
|
+
*/
|
|
2298
|
+
export const getFiscalYearDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetFiscalYearDetailsAsyncData, ThrowOnError>) => {
|
|
2299
|
+
return (options.client ?? _heyApiClient).get<GetFiscalYearDetailsAsyncResponse, unknown, ThrowOnError>({
|
|
2300
|
+
url: '/api/v2/AccountingService/FiscalYears/{fiscalYearId}',
|
|
2301
|
+
...options
|
|
2302
|
+
});
|
|
2303
|
+
};
|
|
2304
|
+
|
|
2305
|
+
/**
|
|
2306
|
+
* Update fiscal year
|
|
2307
|
+
* Updates an existing fiscal year identified by its ID.
|
|
2308
|
+
*/
|
|
2309
|
+
export const updateFiscalYearAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateFiscalYearAsyncData, ThrowOnError>) => {
|
|
2310
|
+
return (options.client ?? _heyApiClient).put<UpdateFiscalYearAsyncResponse, unknown, ThrowOnError>({
|
|
2311
|
+
url: '/api/v2/AccountingService/FiscalYears/{fiscalYearId}',
|
|
2312
|
+
...options,
|
|
2313
|
+
headers: {
|
|
2314
|
+
'Content-Type': 'application/json',
|
|
2315
|
+
...options?.headers
|
|
2316
|
+
}
|
|
2317
|
+
});
|
|
2318
|
+
};
|
|
2319
|
+
|
|
2320
|
+
/**
|
|
2321
|
+
* Get all grants
|
|
2322
|
+
* Retrieves a list of grants associated with the tenant.
|
|
2323
|
+
*/
|
|
2324
|
+
export const getGrantsAsync = <ThrowOnError extends boolean = false>(options: Options<GetGrantsAsyncData, ThrowOnError>) => {
|
|
2325
|
+
return (options.client ?? _heyApiClient).get<GetGrantsAsyncResponse, unknown, ThrowOnError>({
|
|
2326
|
+
url: '/api/v2/AccountingService/Grants',
|
|
2327
|
+
...options
|
|
2328
|
+
});
|
|
2329
|
+
};
|
|
2330
|
+
|
|
2331
|
+
/**
|
|
2332
|
+
* Create grant
|
|
2333
|
+
* Creates a new grant entry.
|
|
2334
|
+
*/
|
|
2335
|
+
export const createGrantAsync = <ThrowOnError extends boolean = false>(options: Options<CreateGrantAsyncData, ThrowOnError>) => {
|
|
2336
|
+
return (options.client ?? _heyApiClient).post<CreateGrantAsyncResponse, unknown, ThrowOnError>({
|
|
2337
|
+
url: '/api/v2/AccountingService/Grants',
|
|
2338
|
+
...options,
|
|
2339
|
+
headers: {
|
|
2340
|
+
'Content-Type': 'application/json',
|
|
2341
|
+
...options?.headers
|
|
2342
|
+
}
|
|
2343
|
+
});
|
|
2344
|
+
};
|
|
2345
|
+
|
|
2346
|
+
/**
|
|
2347
|
+
* Count grants
|
|
2348
|
+
* Returns the number of grants for the tenant.
|
|
2349
|
+
*/
|
|
2350
|
+
export const getGrantsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetGrantsCountAsyncData, ThrowOnError>) => {
|
|
2351
|
+
return (options.client ?? _heyApiClient).get<GetGrantsCountAsyncResponse, unknown, ThrowOnError>({
|
|
2352
|
+
url: '/api/v2/AccountingService/Grants/Count',
|
|
2353
|
+
...options
|
|
2354
|
+
});
|
|
2355
|
+
};
|
|
2356
|
+
|
|
2357
|
+
/**
|
|
2358
|
+
* Delete grant
|
|
2359
|
+
* Deletes a grant identified by its ID.
|
|
2360
|
+
*/
|
|
2361
|
+
export const deleteGrantAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteGrantAsyncData, ThrowOnError>) => {
|
|
2362
|
+
return (options.client ?? _heyApiClient).delete<DeleteGrantAsyncResponse, unknown, ThrowOnError>({
|
|
2363
|
+
url: '/api/v2/AccountingService/Grants/{grantId}',
|
|
2364
|
+
...options
|
|
2365
|
+
});
|
|
2366
|
+
};
|
|
2367
|
+
|
|
2368
|
+
/**
|
|
2369
|
+
* Get grant by ID
|
|
2370
|
+
* Gets detailed information for a specific grant.
|
|
2371
|
+
*/
|
|
2372
|
+
export const getGrantDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetGrantDetailsAsyncData, ThrowOnError>) => {
|
|
2373
|
+
return (options.client ?? _heyApiClient).get<GetGrantDetailsAsyncResponse, unknown, ThrowOnError>({
|
|
2374
|
+
url: '/api/v2/AccountingService/Grants/{grantId}',
|
|
2375
|
+
...options
|
|
2376
|
+
});
|
|
2377
|
+
};
|
|
2378
|
+
|
|
2379
|
+
/**
|
|
2380
|
+
* Update grant
|
|
2381
|
+
* Updates an existing grant identified by its ID.
|
|
2382
|
+
*/
|
|
2383
|
+
export const updateGrantAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateGrantAsyncData, ThrowOnError>) => {
|
|
2384
|
+
return (options.client ?? _heyApiClient).put<UpdateGrantAsyncResponse, unknown, ThrowOnError>({
|
|
2385
|
+
url: '/api/v2/AccountingService/Grants/{grantId}',
|
|
2386
|
+
...options,
|
|
2387
|
+
headers: {
|
|
2388
|
+
'Content-Type': 'application/json',
|
|
2389
|
+
...options?.headers
|
|
2390
|
+
}
|
|
2391
|
+
});
|
|
2392
|
+
};
|
|
2393
|
+
|
|
2394
|
+
/**
|
|
2395
|
+
* Get all invoice enumeration ranges
|
|
2396
|
+
* Retrieves all invoice enumeration ranges for the specified tenant.
|
|
2397
|
+
*/
|
|
2398
|
+
export const getInvoiceEnumerationRangesAsync = <ThrowOnError extends boolean = false>(options: Options<GetInvoiceEnumerationRangesAsyncData, ThrowOnError>) => {
|
|
2399
|
+
return (options.client ?? _heyApiClient).get<GetInvoiceEnumerationRangesAsyncResponse, GetInvoiceEnumerationRangesAsyncError, ThrowOnError>({
|
|
2400
|
+
url: '/api/v2/AccountingService/InvoiceEnumerationRanges',
|
|
2401
|
+
...options
|
|
2402
|
+
});
|
|
2403
|
+
};
|
|
2404
|
+
|
|
2405
|
+
/**
|
|
2406
|
+
* Create a new invoice enumeration range
|
|
2407
|
+
* Creates a new invoice enumeration range for the tenant.
|
|
2408
|
+
*/
|
|
2409
|
+
export const createInvoiceEnumerationRangeAsync = <ThrowOnError extends boolean = false>(options: Options<CreateInvoiceEnumerationRangeAsyncData, ThrowOnError>) => {
|
|
2410
|
+
return (options.client ?? _heyApiClient).post<CreateInvoiceEnumerationRangeAsyncResponse, CreateInvoiceEnumerationRangeAsyncError, ThrowOnError>({
|
|
2411
|
+
url: '/api/v2/AccountingService/InvoiceEnumerationRanges',
|
|
2412
|
+
...options,
|
|
2413
|
+
headers: {
|
|
2414
|
+
'Content-Type': 'application/json',
|
|
2415
|
+
...options?.headers
|
|
2416
|
+
}
|
|
2417
|
+
});
|
|
2418
|
+
};
|
|
2419
|
+
|
|
2420
|
+
/**
|
|
2421
|
+
* Delete an invoice enumeration range
|
|
2422
|
+
* Deletes an invoice enumeration range by its identifier.
|
|
2423
|
+
*/
|
|
2424
|
+
export const deleteInvoiceEnumerationRangeAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteInvoiceEnumerationRangeAsyncData, ThrowOnError>) => {
|
|
2425
|
+
return (options.client ?? _heyApiClient).delete<DeleteInvoiceEnumerationRangeAsyncResponse, DeleteInvoiceEnumerationRangeAsyncError, ThrowOnError>({
|
|
2426
|
+
url: '/api/v2/AccountingService/InvoiceEnumerationRanges/{rangeId}',
|
|
2427
|
+
...options
|
|
2428
|
+
});
|
|
2429
|
+
};
|
|
2430
|
+
|
|
2431
|
+
/**
|
|
2432
|
+
* Get invoice enumeration range by ID
|
|
2433
|
+
* Retrieves the details of a specific invoice enumeration range.
|
|
2434
|
+
*/
|
|
2435
|
+
export const getInvoiceEnumerationRangeDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetInvoiceEnumerationRangeDetailsAsyncData, ThrowOnError>) => {
|
|
2436
|
+
return (options.client ?? _heyApiClient).get<GetInvoiceEnumerationRangeDetailsAsyncResponse, GetInvoiceEnumerationRangeDetailsAsyncError, ThrowOnError>({
|
|
2437
|
+
url: '/api/v2/AccountingService/InvoiceEnumerationRanges/{rangeId}',
|
|
2438
|
+
...options
|
|
2439
|
+
});
|
|
2440
|
+
};
|
|
2441
|
+
|
|
2442
|
+
/**
|
|
2443
|
+
* Update an invoice enumeration range
|
|
2444
|
+
* Updates an existing invoice enumeration range with the provided data.
|
|
2445
|
+
*/
|
|
2446
|
+
export const updateInvoiceEnumerationRangeAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateInvoiceEnumerationRangeAsyncData, ThrowOnError>) => {
|
|
2447
|
+
return (options.client ?? _heyApiClient).put<UpdateInvoiceEnumerationRangeAsyncResponse, UpdateInvoiceEnumerationRangeAsyncError, ThrowOnError>({
|
|
2448
|
+
url: '/api/v2/AccountingService/InvoiceEnumerationRanges/{rangeId}',
|
|
2449
|
+
...options,
|
|
2450
|
+
headers: {
|
|
2451
|
+
'Content-Type': 'application/json',
|
|
2452
|
+
...options?.headers
|
|
2453
|
+
}
|
|
2454
|
+
});
|
|
2455
|
+
};
|
|
2456
|
+
|
|
2457
|
+
/**
|
|
2458
|
+
* Get all journals
|
|
2459
|
+
* Retrieves all journals for the specified tenant.
|
|
2460
|
+
*/
|
|
2461
|
+
export const getJournalsAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalsAsyncData, ThrowOnError>) => {
|
|
2462
|
+
return (options.client ?? _heyApiClient).get<GetJournalsAsyncResponse, GetJournalsAsyncError, ThrowOnError>({
|
|
2463
|
+
url: '/api/v2/AccountingService/Journals',
|
|
2464
|
+
...options
|
|
2465
|
+
});
|
|
2466
|
+
};
|
|
2467
|
+
|
|
2468
|
+
/**
|
|
2469
|
+
* Create journal
|
|
2470
|
+
* Creates a new journal for the tenant.
|
|
2471
|
+
*/
|
|
2472
|
+
export const createJournalAsync = <ThrowOnError extends boolean = false>(options: Options<CreateJournalAsyncData, ThrowOnError>) => {
|
|
2473
|
+
return (options.client ?? _heyApiClient).post<CreateJournalAsyncResponse, CreateJournalAsyncError, ThrowOnError>({
|
|
2474
|
+
url: '/api/v2/AccountingService/Journals',
|
|
2475
|
+
...options,
|
|
2476
|
+
headers: {
|
|
2477
|
+
'Content-Type': 'application/json',
|
|
2478
|
+
...options?.headers
|
|
2479
|
+
}
|
|
2480
|
+
});
|
|
2481
|
+
};
|
|
2482
|
+
|
|
2483
|
+
/**
|
|
2484
|
+
* Count journals
|
|
2485
|
+
* Returns the count of journals for the tenant.
|
|
2486
|
+
*/
|
|
2487
|
+
export const countJournalsAsync = <ThrowOnError extends boolean = false>(options: Options<CountJournalsAsyncData, ThrowOnError>) => {
|
|
2488
|
+
return (options.client ?? _heyApiClient).get<CountJournalsAsyncResponse, CountJournalsAsyncError, ThrowOnError>({
|
|
2489
|
+
url: '/api/v2/AccountingService/Journals/Count',
|
|
2490
|
+
...options
|
|
2491
|
+
});
|
|
2492
|
+
};
|
|
2493
|
+
|
|
2494
|
+
/**
|
|
2495
|
+
* Delete journal
|
|
2496
|
+
* Deletes a journal by ID.
|
|
2497
|
+
*/
|
|
2498
|
+
export const deleteJournalAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteJournalAsyncData, ThrowOnError>) => {
|
|
2499
|
+
return (options.client ?? _heyApiClient).delete<DeleteJournalAsyncResponse, DeleteJournalAsyncError, ThrowOnError>({
|
|
2500
|
+
url: '/api/v2/AccountingService/Journals/{journalId}',
|
|
2501
|
+
...options
|
|
2502
|
+
});
|
|
2503
|
+
};
|
|
2504
|
+
|
|
2505
|
+
/**
|
|
2506
|
+
* Get journal by ID
|
|
2507
|
+
* Retrieves the details of a journal.
|
|
2508
|
+
*/
|
|
2509
|
+
export const getJournalDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalDetailsAsyncData, ThrowOnError>) => {
|
|
2510
|
+
return (options.client ?? _heyApiClient).get<GetJournalDetailsAsyncResponse, GetJournalDetailsAsyncError, ThrowOnError>({
|
|
2511
|
+
url: '/api/v2/AccountingService/Journals/{journalId}',
|
|
2512
|
+
...options
|
|
2513
|
+
});
|
|
2514
|
+
};
|
|
2515
|
+
|
|
2516
|
+
/**
|
|
2517
|
+
* Update journal
|
|
2518
|
+
* Updates an existing journal.
|
|
2519
|
+
*/
|
|
2520
|
+
export const updateJournalAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateJournalAsyncData, ThrowOnError>) => {
|
|
2521
|
+
return (options.client ?? _heyApiClient).put<UpdateJournalAsyncResponse, UpdateJournalAsyncError, ThrowOnError>({
|
|
2522
|
+
url: '/api/v2/AccountingService/Journals/{journalId}',
|
|
2523
|
+
...options,
|
|
2524
|
+
headers: {
|
|
2525
|
+
'Content-Type': 'application/json',
|
|
2526
|
+
...options?.headers
|
|
2527
|
+
}
|
|
2528
|
+
});
|
|
2529
|
+
};
|
|
2530
|
+
|
|
2531
|
+
/**
|
|
2532
|
+
* Get journal entries
|
|
2533
|
+
* Gets entries for the specified journal.
|
|
2534
|
+
*/
|
|
2535
|
+
export const getJournalEntriesAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalEntriesAsyncData, ThrowOnError>) => {
|
|
2536
|
+
return (options.client ?? _heyApiClient).get<GetJournalEntriesAsyncResponse, GetJournalEntriesAsyncError, ThrowOnError>({
|
|
2537
|
+
url: '/api/v2/AccountingService/Journals/{journalId}/Entries',
|
|
2538
|
+
...options
|
|
2539
|
+
});
|
|
2540
|
+
};
|
|
2541
|
+
|
|
2542
|
+
/**
|
|
2543
|
+
* Create journal entry
|
|
2544
|
+
* Creates a new journal entry for a given journal.
|
|
2545
|
+
*/
|
|
2546
|
+
export const createJournalEntryAsync = <ThrowOnError extends boolean = false>(options: Options<CreateJournalEntryAsyncData, ThrowOnError>) => {
|
|
2547
|
+
return (options.client ?? _heyApiClient).post<CreateJournalEntryAsyncResponse, CreateJournalEntryAsyncError, ThrowOnError>({
|
|
2548
|
+
url: '/api/v2/AccountingService/Journals/{journalId}/Entries',
|
|
2549
|
+
...options,
|
|
2550
|
+
headers: {
|
|
2551
|
+
'Content-Type': 'application/json',
|
|
2552
|
+
...options?.headers
|
|
2553
|
+
}
|
|
2554
|
+
});
|
|
2555
|
+
};
|
|
2556
|
+
|
|
2557
|
+
/**
|
|
2558
|
+
* Count journal entries
|
|
2559
|
+
* Returns the number of entries in the specified journal.
|
|
2560
|
+
*/
|
|
2561
|
+
export const getJournalEntriesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalEntriesCountAsyncData, ThrowOnError>) => {
|
|
2562
|
+
return (options.client ?? _heyApiClient).get<GetJournalEntriesCountAsyncResponse, GetJournalEntriesCountAsyncError, ThrowOnError>({
|
|
2563
|
+
url: '/api/v2/AccountingService/Journals/{journalId}/Entries/Count',
|
|
2564
|
+
...options
|
|
2565
|
+
});
|
|
2566
|
+
};
|
|
2567
|
+
|
|
2568
|
+
/**
|
|
2569
|
+
* Delete journal entry
|
|
2570
|
+
* Deletes a specific journal entry.
|
|
2571
|
+
*/
|
|
2572
|
+
export const deleteJournalEntryAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteJournalEntryAsyncData, ThrowOnError>) => {
|
|
2573
|
+
return (options.client ?? _heyApiClient).delete<DeleteJournalEntryAsyncResponse, DeleteJournalEntryAsyncError, ThrowOnError>({
|
|
2574
|
+
url: '/api/v2/AccountingService/Journals/{journalId}/Entries/{entryId}',
|
|
2575
|
+
...options
|
|
2576
|
+
});
|
|
2577
|
+
};
|
|
2578
|
+
|
|
2579
|
+
/**
|
|
2580
|
+
* Update journal entry
|
|
2581
|
+
* Updates a specific journal entry.
|
|
2582
|
+
*/
|
|
2583
|
+
export const updateJournalEntryAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateJournalEntryAsyncData, ThrowOnError>) => {
|
|
2584
|
+
return (options.client ?? _heyApiClient).put<UpdateJournalEntryAsyncResponse, UpdateJournalEntryAsyncError, ThrowOnError>({
|
|
2585
|
+
url: '/api/v2/AccountingService/Journals/{journalId}/Entries/{entryId}',
|
|
2586
|
+
...options,
|
|
2587
|
+
headers: {
|
|
2588
|
+
'Content-Type': 'application/json',
|
|
2589
|
+
...options?.headers
|
|
2590
|
+
}
|
|
2591
|
+
});
|
|
2592
|
+
};
|
|
2593
|
+
|
|
2594
|
+
/**
|
|
2595
|
+
* Deletes a journal type
|
|
2596
|
+
* Removes a journal type from the tenant's configuration.
|
|
2597
|
+
*/
|
|
2598
|
+
export const deleteJournalTypeAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteJournalTypeAsyncData, ThrowOnError>) => {
|
|
2599
|
+
return (options.client ?? _heyApiClient).delete<DeleteJournalTypeAsyncResponse, unknown, ThrowOnError>({
|
|
2600
|
+
url: '/api/v2/AccountingService/JournalTypes/{journalTypeId}',
|
|
2601
|
+
...options
|
|
2602
|
+
});
|
|
2603
|
+
};
|
|
2604
|
+
|
|
2605
|
+
/**
|
|
2606
|
+
* Retrieves a journal type by ID
|
|
2607
|
+
* Fetches the journal type matching the specified ID.
|
|
2608
|
+
*/
|
|
2609
|
+
export const getJournalTypeDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalTypeDetailsAsyncData, ThrowOnError>) => {
|
|
2610
|
+
return (options.client ?? _heyApiClient).get<GetJournalTypeDetailsAsyncResponse, unknown, ThrowOnError>({
|
|
2611
|
+
url: '/api/v2/AccountingService/JournalTypes/{journalTypeId}',
|
|
2612
|
+
...options
|
|
2613
|
+
});
|
|
2614
|
+
};
|
|
2615
|
+
|
|
2616
|
+
/**
|
|
2617
|
+
* Updates an existing journal type
|
|
2618
|
+
* Modifies the details of a specific journal type.
|
|
2619
|
+
*/
|
|
2620
|
+
export const updateJournalTypeAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateJournalTypeAsyncData, ThrowOnError>) => {
|
|
2621
|
+
return (options.client ?? _heyApiClient).put<UpdateJournalTypeAsyncResponse, unknown, ThrowOnError>({
|
|
2622
|
+
url: '/api/v2/AccountingService/JournalTypes/{journalTypeId}',
|
|
2623
|
+
...options,
|
|
2624
|
+
headers: {
|
|
2625
|
+
'Content-Type': 'application/json',
|
|
2626
|
+
...options?.headers
|
|
2627
|
+
}
|
|
2628
|
+
});
|
|
2629
|
+
};
|
|
2630
|
+
|
|
2631
|
+
/**
|
|
2632
|
+
* Retrieves all journal types
|
|
2633
|
+
* Fetches all journal types for the current tenant with OData support.
|
|
2634
|
+
*/
|
|
2635
|
+
export const getJournalTypesAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalTypesAsyncData, ThrowOnError>) => {
|
|
2636
|
+
return (options.client ?? _heyApiClient).get<GetJournalTypesAsyncResponse, unknown, ThrowOnError>({
|
|
2637
|
+
url: '/api/v2/AccountingService/JournalTypes',
|
|
2638
|
+
...options
|
|
2639
|
+
});
|
|
2640
|
+
};
|
|
2641
|
+
|
|
2642
|
+
/**
|
|
2643
|
+
* Creates a new journal type
|
|
2644
|
+
* Adds a new journal type to the tenant's catalog.
|
|
2645
|
+
*/
|
|
2646
|
+
export const createJournalTypeAsync = <ThrowOnError extends boolean = false>(options: Options<CreateJournalTypeAsyncData, ThrowOnError>) => {
|
|
2647
|
+
return (options.client ?? _heyApiClient).post<CreateJournalTypeAsyncResponse, unknown, ThrowOnError>({
|
|
2648
|
+
url: '/api/v2/AccountingService/JournalTypes',
|
|
2649
|
+
...options,
|
|
2650
|
+
headers: {
|
|
2651
|
+
'Content-Type': 'application/json',
|
|
2652
|
+
...options?.headers
|
|
2653
|
+
}
|
|
2654
|
+
});
|
|
2655
|
+
};
|
|
2656
|
+
|
|
2657
|
+
/**
|
|
2658
|
+
* Counts journal types
|
|
2659
|
+
* Returns the total number of journal types available for the tenant.
|
|
2660
|
+
*/
|
|
2661
|
+
export const getJournalTypesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetJournalTypesCountAsyncData, ThrowOnError>) => {
|
|
2662
|
+
return (options.client ?? _heyApiClient).get<GetJournalTypesCountAsyncResponse, unknown, ThrowOnError>({
|
|
2663
|
+
url: '/api/v2/AccountingService/JournalTypes/Count',
|
|
2664
|
+
...options
|
|
2665
|
+
});
|
|
2666
|
+
};
|
|
2667
|
+
|
|
2668
|
+
/**
|
|
2669
|
+
* Retrieves all ledgers
|
|
2670
|
+
* Gets all ledgers for the current tenant with OData support.
|
|
2671
|
+
*/
|
|
2672
|
+
export const getLedgersAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgersAsyncData, ThrowOnError>) => {
|
|
2673
|
+
return (options.client ?? _heyApiClient).get<GetLedgersAsyncResponse, GetLedgersAsyncError, ThrowOnError>({
|
|
2674
|
+
url: '/api/v2/AccountingService/Ledgers',
|
|
2675
|
+
...options
|
|
2676
|
+
});
|
|
2677
|
+
};
|
|
2678
|
+
|
|
2679
|
+
/**
|
|
2680
|
+
* Creates a new ledger
|
|
2681
|
+
* Creates a new ledger for the current tenant.
|
|
2682
|
+
*/
|
|
2683
|
+
export const createLedgerAsync = <ThrowOnError extends boolean = false>(options: Options<CreateLedgerAsyncData, ThrowOnError>) => {
|
|
2684
|
+
return (options.client ?? _heyApiClient).post<CreateLedgerAsyncResponse, CreateLedgerAsyncError, ThrowOnError>({
|
|
2685
|
+
url: '/api/v2/AccountingService/Ledgers',
|
|
2686
|
+
...options,
|
|
2687
|
+
headers: {
|
|
2688
|
+
'Content-Type': 'application/json',
|
|
2689
|
+
...options?.headers
|
|
2690
|
+
}
|
|
2691
|
+
});
|
|
2692
|
+
};
|
|
2693
|
+
|
|
2694
|
+
/**
|
|
2695
|
+
* Counts ledgers
|
|
2696
|
+
* Gets the count of ledgers for the current tenant.
|
|
2697
|
+
*/
|
|
2698
|
+
export const getLedgersCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgersCountAsyncData, ThrowOnError>) => {
|
|
2699
|
+
return (options.client ?? _heyApiClient).get<GetLedgersCountAsyncResponse, GetLedgersCountAsyncError, ThrowOnError>({
|
|
2700
|
+
url: '/api/v2/AccountingService/Ledgers/Count',
|
|
2701
|
+
...options
|
|
2702
|
+
});
|
|
2703
|
+
};
|
|
2704
|
+
|
|
2705
|
+
/**
|
|
2706
|
+
* Deletes a ledger
|
|
2707
|
+
* Deletes the specified ledger.
|
|
2708
|
+
*/
|
|
2709
|
+
export const deleteLedgerAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteLedgerAsyncData, ThrowOnError>) => {
|
|
2710
|
+
return (options.client ?? _heyApiClient).delete<DeleteLedgerAsyncResponse, DeleteLedgerAsyncError, ThrowOnError>({
|
|
2711
|
+
url: '/api/v2/AccountingService/Ledgers/{ledgerId}',
|
|
2712
|
+
...options
|
|
2713
|
+
});
|
|
2714
|
+
};
|
|
2715
|
+
|
|
2716
|
+
/**
|
|
2717
|
+
* Gets a ledger by ID
|
|
2718
|
+
* Retrieves the details of a ledger using its unique ID.
|
|
2719
|
+
*/
|
|
2720
|
+
export const getLedgerDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgerDetailsAsyncData, ThrowOnError>) => {
|
|
2721
|
+
return (options.client ?? _heyApiClient).get<GetLedgerDetailsAsyncResponse, GetLedgerDetailsAsyncError, ThrowOnError>({
|
|
2722
|
+
url: '/api/v2/AccountingService/Ledgers/{ledgerId}',
|
|
2723
|
+
...options
|
|
2724
|
+
});
|
|
2725
|
+
};
|
|
2726
|
+
|
|
2727
|
+
/**
|
|
2728
|
+
* Updates a ledger
|
|
2729
|
+
* Updates the specified ledger.
|
|
2730
|
+
*/
|
|
2731
|
+
export const updateLedgerAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateLedgerAsyncData, ThrowOnError>) => {
|
|
2732
|
+
return (options.client ?? _heyApiClient).put<UpdateLedgerAsyncResponse, UpdateLedgerAsyncError, ThrowOnError>({
|
|
2733
|
+
url: '/api/v2/AccountingService/Ledgers/{ledgerId}',
|
|
2734
|
+
...options,
|
|
2735
|
+
headers: {
|
|
2736
|
+
'Content-Type': 'application/json',
|
|
2737
|
+
...options?.headers
|
|
2738
|
+
}
|
|
2739
|
+
});
|
|
2740
|
+
};
|
|
2741
|
+
|
|
2742
|
+
/**
|
|
2743
|
+
* Retrieves all ledger types
|
|
2744
|
+
* Gets all ledger types for the current tenant with OData support.
|
|
2745
|
+
*/
|
|
2746
|
+
export const getLedgerTypesAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgerTypesAsyncData, ThrowOnError>) => {
|
|
2747
|
+
return (options.client ?? _heyApiClient).get<GetLedgerTypesAsyncResponse, GetLedgerTypesAsyncError, ThrowOnError>({
|
|
2748
|
+
url: '/api/v2/AccountingService/LedgerTypes',
|
|
2749
|
+
...options
|
|
2750
|
+
});
|
|
2751
|
+
};
|
|
2752
|
+
|
|
2753
|
+
/**
|
|
2754
|
+
* Creates a new ledger type
|
|
2755
|
+
* Creates a new ledger type for the current tenant.
|
|
2756
|
+
*/
|
|
2757
|
+
export const createLedgerTypeAsync = <ThrowOnError extends boolean = false>(options: Options<CreateLedgerTypeAsyncData, ThrowOnError>) => {
|
|
2758
|
+
return (options.client ?? _heyApiClient).post<CreateLedgerTypeAsyncResponse, CreateLedgerTypeAsyncError, ThrowOnError>({
|
|
2759
|
+
url: '/api/v2/AccountingService/LedgerTypes',
|
|
2760
|
+
...options,
|
|
2761
|
+
headers: {
|
|
2762
|
+
'Content-Type': 'application/json',
|
|
2763
|
+
...options?.headers
|
|
2764
|
+
}
|
|
2765
|
+
});
|
|
2766
|
+
};
|
|
2767
|
+
|
|
2768
|
+
/**
|
|
2769
|
+
* Counts ledger types
|
|
2770
|
+
* Gets the count of ledger types for the current tenant.
|
|
2771
|
+
*/
|
|
2772
|
+
export const getLedgerTypesCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgerTypesCountAsyncData, ThrowOnError>) => {
|
|
2773
|
+
return (options.client ?? _heyApiClient).get<GetLedgerTypesCountAsyncResponse, GetLedgerTypesCountAsyncError, ThrowOnError>({
|
|
2774
|
+
url: '/api/v2/AccountingService/LedgerTypes/Count',
|
|
2775
|
+
...options
|
|
2776
|
+
});
|
|
2777
|
+
};
|
|
2778
|
+
|
|
2779
|
+
/**
|
|
2780
|
+
* Deletes a ledger type
|
|
2781
|
+
* Deletes the specified ledger type.
|
|
2782
|
+
*/
|
|
2783
|
+
export const deleteLedgerTypeAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteLedgerTypeAsyncData, ThrowOnError>) => {
|
|
2784
|
+
return (options.client ?? _heyApiClient).delete<DeleteLedgerTypeAsyncResponse, DeleteLedgerTypeAsyncError, ThrowOnError>({
|
|
2785
|
+
url: '/api/v2/AccountingService/LedgerTypes/{ledgerTypeId}',
|
|
2786
|
+
...options
|
|
2787
|
+
});
|
|
2788
|
+
};
|
|
2789
|
+
|
|
2790
|
+
/**
|
|
2791
|
+
* Gets a ledger type by ID
|
|
2792
|
+
* Retrieves the details of a ledger type using its unique ID.
|
|
2793
|
+
*/
|
|
2794
|
+
export const getLedgerTypeDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetLedgerTypeDetailsAsyncData, ThrowOnError>) => {
|
|
2795
|
+
return (options.client ?? _heyApiClient).get<GetLedgerTypeDetailsAsyncResponse, GetLedgerTypeDetailsAsyncError, ThrowOnError>({
|
|
2796
|
+
url: '/api/v2/AccountingService/LedgerTypes/{ledgerTypeId}',
|
|
2797
|
+
...options
|
|
2798
|
+
});
|
|
2799
|
+
};
|
|
2800
|
+
|
|
2801
|
+
/**
|
|
2802
|
+
* Updates a ledger type
|
|
2803
|
+
* Updates the specified ledger type.
|
|
2804
|
+
*/
|
|
2805
|
+
export const updateLedgerTypeAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateLedgerTypeAsyncData, ThrowOnError>) => {
|
|
2806
|
+
return (options.client ?? _heyApiClient).put<UpdateLedgerTypeAsyncResponse, UpdateLedgerTypeAsyncError, ThrowOnError>({
|
|
2807
|
+
url: '/api/v2/AccountingService/LedgerTypes/{ledgerTypeId}',
|
|
2808
|
+
...options,
|
|
2809
|
+
headers: {
|
|
2810
|
+
'Content-Type': 'application/json',
|
|
2811
|
+
...options?.headers
|
|
2812
|
+
}
|
|
2813
|
+
});
|
|
2814
|
+
};
|
|
2815
|
+
|
|
2816
|
+
/**
|
|
2817
|
+
* Deletes a loan
|
|
2818
|
+
* Deletes the specified loan.
|
|
2819
|
+
*/
|
|
2820
|
+
export const deleteLoanAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteLoanAsyncData, ThrowOnError>) => {
|
|
2821
|
+
return (options.client ?? _heyApiClient).delete<DeleteLoanAsyncResponse, DeleteLoanAsyncError, ThrowOnError>({
|
|
2822
|
+
url: '/api/v2/AccountingService/Loans/{loanId}',
|
|
2823
|
+
...options
|
|
2824
|
+
});
|
|
2825
|
+
};
|
|
2826
|
+
|
|
2827
|
+
/**
|
|
2828
|
+
* Gets a loan by ID
|
|
2829
|
+
* Retrieves the details of a loan using its unique ID.
|
|
2830
|
+
*/
|
|
2831
|
+
export const getLoanDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoanDetailsAsyncData, ThrowOnError>) => {
|
|
2832
|
+
return (options.client ?? _heyApiClient).get<GetLoanDetailsAsyncResponse, GetLoanDetailsAsyncError, ThrowOnError>({
|
|
2833
|
+
url: '/api/v2/AccountingService/Loans/{loanId}',
|
|
2834
|
+
...options
|
|
2835
|
+
});
|
|
2836
|
+
};
|
|
2837
|
+
|
|
2838
|
+
/**
|
|
2839
|
+
* Updates a loan
|
|
2840
|
+
* Updates the specified loan.
|
|
2841
|
+
*/
|
|
2842
|
+
export const updateLoanAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateLoanAsyncData, ThrowOnError>) => {
|
|
2843
|
+
return (options.client ?? _heyApiClient).put<UpdateLoanAsyncResponse, UpdateLoanAsyncError, ThrowOnError>({
|
|
2844
|
+
url: '/api/v2/AccountingService/Loans/{loanId}',
|
|
2845
|
+
...options,
|
|
2846
|
+
headers: {
|
|
2847
|
+
'Content-Type': 'application/json',
|
|
2848
|
+
...options?.headers
|
|
2849
|
+
}
|
|
2850
|
+
});
|
|
2851
|
+
};
|
|
2852
|
+
|
|
2853
|
+
/**
|
|
2854
|
+
* Gets all loans
|
|
2855
|
+
* Retrieves all loans for the current tenant with OData support.
|
|
2856
|
+
*/
|
|
2857
|
+
export const getLoansAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoansAsyncData, ThrowOnError>) => {
|
|
2858
|
+
return (options.client ?? _heyApiClient).get<GetLoansAsyncResponse, GetLoansAsyncError, ThrowOnError>({
|
|
2859
|
+
url: '/api/v2/AccountingService/Loans',
|
|
2860
|
+
...options
|
|
2861
|
+
});
|
|
2862
|
+
};
|
|
2863
|
+
|
|
2864
|
+
/**
|
|
2865
|
+
* Creates a new loan
|
|
2866
|
+
* Creates a new loan for the current tenant.
|
|
2867
|
+
*/
|
|
2868
|
+
export const createLoanAsync = <ThrowOnError extends boolean = false>(options: Options<CreateLoanAsyncData, ThrowOnError>) => {
|
|
2869
|
+
return (options.client ?? _heyApiClient).post<CreateLoanAsyncResponse, CreateLoanAsyncError, ThrowOnError>({
|
|
2870
|
+
url: '/api/v2/AccountingService/Loans',
|
|
2871
|
+
...options,
|
|
2872
|
+
headers: {
|
|
2873
|
+
'Content-Type': 'application/json',
|
|
2874
|
+
...options?.headers
|
|
2875
|
+
}
|
|
2876
|
+
});
|
|
2877
|
+
};
|
|
2878
|
+
|
|
2879
|
+
/**
|
|
2880
|
+
* Counts loans
|
|
2881
|
+
* Gets the count of loans for the current tenant.
|
|
2882
|
+
*/
|
|
2883
|
+
export const getLoansCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoansCountAsyncData, ThrowOnError>) => {
|
|
2884
|
+
return (options.client ?? _heyApiClient).get<GetLoansCountAsyncResponse, GetLoansCountAsyncError, ThrowOnError>({
|
|
2885
|
+
url: '/api/v2/AccountingService/Loans/Count',
|
|
2886
|
+
...options
|
|
2887
|
+
});
|
|
2888
|
+
};
|
|
2889
|
+
|
|
2890
|
+
/**
|
|
2891
|
+
* Gets all loan applications
|
|
2892
|
+
* Retrieves all loan applications for the current tenant.
|
|
2893
|
+
*/
|
|
2894
|
+
export const getLoanApplicationsAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoanApplicationsAsyncData, ThrowOnError>) => {
|
|
2895
|
+
return (options.client ?? _heyApiClient).get<GetLoanApplicationsAsyncResponse, GetLoanApplicationsAsyncError, ThrowOnError>({
|
|
2896
|
+
url: '/api/v2/AccountingService/Loans/Applications',
|
|
2897
|
+
...options
|
|
2898
|
+
});
|
|
2899
|
+
};
|
|
2900
|
+
|
|
2901
|
+
/**
|
|
2902
|
+
* Creates a loan application
|
|
2903
|
+
* Creates a new loan application.
|
|
2904
|
+
*/
|
|
2905
|
+
export const createLoanApplicationAsync = <ThrowOnError extends boolean = false>(options: Options<CreateLoanApplicationAsyncData, ThrowOnError>) => {
|
|
2906
|
+
return (options.client ?? _heyApiClient).post<CreateLoanApplicationAsyncResponse, CreateLoanApplicationAsyncError, ThrowOnError>({
|
|
2907
|
+
url: '/api/v2/AccountingService/Loans/Applications',
|
|
2908
|
+
...options,
|
|
2909
|
+
headers: {
|
|
2910
|
+
'Content-Type': 'application/json',
|
|
2911
|
+
...options?.headers
|
|
2912
|
+
}
|
|
2913
|
+
});
|
|
2914
|
+
};
|
|
2915
|
+
|
|
2916
|
+
/**
|
|
2917
|
+
* Counts loan applications
|
|
2918
|
+
* Gets the count of loan applications for the current tenant.
|
|
2919
|
+
*/
|
|
2920
|
+
export const getLoanApplicationsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoanApplicationsCountAsyncData, ThrowOnError>) => {
|
|
2921
|
+
return (options.client ?? _heyApiClient).get<GetLoanApplicationsCountAsyncResponse, GetLoanApplicationsCountAsyncError, ThrowOnError>({
|
|
2922
|
+
url: '/api/v2/AccountingService/Loans/Applications/Count',
|
|
2923
|
+
...options
|
|
2924
|
+
});
|
|
2925
|
+
};
|
|
2926
|
+
|
|
2927
|
+
/**
|
|
2928
|
+
* Deletes a loan application
|
|
2929
|
+
* Deletes the specified loan application.
|
|
2930
|
+
*/
|
|
2931
|
+
export const deleteLoanApplicationAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteLoanApplicationAsyncData, ThrowOnError>) => {
|
|
2932
|
+
return (options.client ?? _heyApiClient).delete<DeleteLoanApplicationAsyncResponse, DeleteLoanApplicationAsyncError, ThrowOnError>({
|
|
2933
|
+
url: '/api/v2/AccountingService/Loans/Applications/{applicationId}',
|
|
2934
|
+
...options
|
|
2935
|
+
});
|
|
2936
|
+
};
|
|
2937
|
+
|
|
2938
|
+
/**
|
|
2939
|
+
* Gets a loan application by ID
|
|
2940
|
+
* Retrieves the details of a loan application.
|
|
2941
|
+
*/
|
|
2942
|
+
export const getLoanApplicationDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetLoanApplicationDetailsAsyncData, ThrowOnError>) => {
|
|
2943
|
+
return (options.client ?? _heyApiClient).get<GetLoanApplicationDetailsAsyncResponse, GetLoanApplicationDetailsAsyncError, ThrowOnError>({
|
|
2944
|
+
url: '/api/v2/AccountingService/Loans/Applications/{applicationId}',
|
|
2945
|
+
...options
|
|
2946
|
+
});
|
|
2947
|
+
};
|
|
2948
|
+
|
|
2949
|
+
/**
|
|
2950
|
+
* Updates a loan application
|
|
2951
|
+
* Updates the specified loan application.
|
|
2952
|
+
*/
|
|
2953
|
+
export const updateLoanApplicationAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateLoanApplicationAsyncData, ThrowOnError>) => {
|
|
2954
|
+
return (options.client ?? _heyApiClient).put<UpdateLoanApplicationAsyncResponse, UpdateLoanApplicationAsyncError, ThrowOnError>({
|
|
2955
|
+
url: '/api/v2/AccountingService/Loans/Applications/{applicationId}',
|
|
2956
|
+
...options,
|
|
2957
|
+
headers: {
|
|
2958
|
+
'Content-Type': 'application/json',
|
|
2959
|
+
...options?.headers
|
|
2960
|
+
}
|
|
2961
|
+
});
|
|
2962
|
+
};
|
|
2963
|
+
|
|
2964
|
+
/**
|
|
2965
|
+
* Retrieves tenant receipts
|
|
2966
|
+
* Fetches all receipts for a given tenant with OData support.
|
|
2967
|
+
*/
|
|
2968
|
+
export const getReceiptsAsync = <ThrowOnError extends boolean = false>(options: Options<GetReceiptsAsyncData, ThrowOnError>) => {
|
|
2969
|
+
return (options.client ?? _heyApiClient).get<GetReceiptsAsyncResponse, unknown, ThrowOnError>({
|
|
2970
|
+
url: '/api/v2/AccountingService/Receipts',
|
|
2971
|
+
...options
|
|
2972
|
+
});
|
|
2973
|
+
};
|
|
2974
|
+
|
|
2975
|
+
/**
|
|
2976
|
+
* Creates a new receipt
|
|
2977
|
+
* Adds a new receipt record under the specified tenant.
|
|
2978
|
+
*/
|
|
2979
|
+
export const createReceiptAsync = <ThrowOnError extends boolean = false>(options: Options<CreateReceiptAsyncData, ThrowOnError>) => {
|
|
2980
|
+
return (options.client ?? _heyApiClient).post<CreateReceiptAsyncResponse, unknown, ThrowOnError>({
|
|
2981
|
+
url: '/api/v2/AccountingService/Receipts',
|
|
2982
|
+
...options,
|
|
2983
|
+
headers: {
|
|
2984
|
+
'Content-Type': 'application/json',
|
|
2985
|
+
...options?.headers
|
|
2986
|
+
}
|
|
2987
|
+
});
|
|
2988
|
+
};
|
|
2989
|
+
|
|
2990
|
+
/**
|
|
2991
|
+
* Gets count of tenant receipts
|
|
2992
|
+
* Returns total number of receipts for the tenant with OData filter support.
|
|
2993
|
+
*/
|
|
2994
|
+
export const getReceiptsCountAsync = <ThrowOnError extends boolean = false>(options: Options<GetReceiptsCountAsyncData, ThrowOnError>) => {
|
|
2995
|
+
return (options.client ?? _heyApiClient).get<GetReceiptsCountAsyncResponse, unknown, ThrowOnError>({
|
|
2996
|
+
url: '/api/v2/AccountingService/Receipts/Count',
|
|
2997
|
+
...options
|
|
2998
|
+
});
|
|
2999
|
+
};
|
|
3000
|
+
|
|
3001
|
+
/**
|
|
3002
|
+
* Deletes a receipt
|
|
3003
|
+
* Removes an existing receipt from the tenant’s records.
|
|
3004
|
+
*/
|
|
3005
|
+
export const deleteReceiptAsync = <ThrowOnError extends boolean = false>(options: Options<DeleteReceiptAsyncData, ThrowOnError>) => {
|
|
3006
|
+
return (options.client ?? _heyApiClient).delete<DeleteReceiptAsyncResponse, unknown, ThrowOnError>({
|
|
3007
|
+
url: '/api/v2/AccountingService/Receipts/{receiptId}',
|
|
3008
|
+
...options
|
|
3009
|
+
});
|
|
3010
|
+
};
|
|
3011
|
+
|
|
3012
|
+
/**
|
|
3013
|
+
* Gets details of a receipt
|
|
3014
|
+
* Retrieves a specific receipt by its ID for the given tenant.
|
|
3015
|
+
*/
|
|
3016
|
+
export const getReceiptDetailsAsync = <ThrowOnError extends boolean = false>(options: Options<GetReceiptDetailsAsyncData, ThrowOnError>) => {
|
|
3017
|
+
return (options.client ?? _heyApiClient).get<GetReceiptDetailsAsyncResponse, unknown, ThrowOnError>({
|
|
3018
|
+
url: '/api/v2/AccountingService/Receipts/{receiptId}',
|
|
3019
|
+
...options
|
|
3020
|
+
});
|
|
3021
|
+
};
|
|
3022
|
+
|
|
3023
|
+
/**
|
|
3024
|
+
* Updates a receipt
|
|
3025
|
+
* Modifies the data of an existing receipt for the given tenant.
|
|
3026
|
+
*/
|
|
3027
|
+
export const updateReceiptAsync = <ThrowOnError extends boolean = false>(options: Options<UpdateReceiptAsyncData, ThrowOnError>) => {
|
|
3028
|
+
return (options.client ?? _heyApiClient).put<UpdateReceiptAsyncResponse, unknown, ThrowOnError>({
|
|
3029
|
+
url: '/api/v2/AccountingService/Receipts/{receiptId}',
|
|
3030
|
+
...options,
|
|
3031
|
+
headers: {
|
|
3032
|
+
'Content-Type': 'application/json',
|
|
3033
|
+
...options?.headers
|
|
3034
|
+
}
|
|
3035
|
+
});
|
|
3036
|
+
};
|
|
3037
|
+
|
|
3038
|
+
/**
|
|
3039
|
+
* Gets the current tenant share classes
|
|
3040
|
+
* Get the currently acting tenant share classes.
|
|
3041
|
+
*/
|
|
3042
|
+
export const getShareClasses = <ThrowOnError extends boolean = false>(options: Options<GetShareClassesData, ThrowOnError>) => {
|
|
3043
|
+
return (options.client ?? _heyApiClient).get<GetShareClassesResponse, GetShareClassesError, ThrowOnError>({
|
|
3044
|
+
url: '/api/v2/AccountingService/Shares/Classes',
|
|
3045
|
+
...options
|
|
3046
|
+
});
|
|
3047
|
+
};
|
|
3048
|
+
|
|
3049
|
+
/**
|
|
3050
|
+
* Creates a new share class
|
|
3051
|
+
* Creates a new share class.
|
|
3052
|
+
*/
|
|
3053
|
+
export const createShareClass = <ThrowOnError extends boolean = false>(options: Options<CreateShareClassData, ThrowOnError>) => {
|
|
3054
|
+
return (options.client ?? _heyApiClient).post<CreateShareClassResponse, CreateShareClassError, ThrowOnError>({
|
|
3055
|
+
url: '/api/v2/AccountingService/Shares/Classes',
|
|
3056
|
+
...options,
|
|
3057
|
+
headers: {
|
|
3058
|
+
'Content-Type': 'application/json',
|
|
3059
|
+
...options?.headers
|
|
3060
|
+
}
|
|
3061
|
+
});
|
|
3062
|
+
};
|
|
3063
|
+
|
|
3064
|
+
/**
|
|
3065
|
+
* Gets the current tenant share classes count
|
|
3066
|
+
* Get the currently acting tenant share classes count.
|
|
3067
|
+
*/
|
|
3068
|
+
export const getShareClassesCount = <ThrowOnError extends boolean = false>(options: Options<GetShareClassesCountData, ThrowOnError>) => {
|
|
3069
|
+
return (options.client ?? _heyApiClient).get<GetShareClassesCountResponse, GetShareClassesCountError, ThrowOnError>({
|
|
3070
|
+
url: '/api/v2/AccountingService/Shares/Classes/Count',
|
|
3071
|
+
...options
|
|
3072
|
+
});
|
|
3073
|
+
};
|
|
3074
|
+
|
|
3075
|
+
/**
|
|
3076
|
+
* Deletes an existing share class
|
|
3077
|
+
* Deletes an existing share class.
|
|
3078
|
+
*/
|
|
3079
|
+
export const deleteShareClass = <ThrowOnError extends boolean = false>(options: Options<DeleteShareClassData, ThrowOnError>) => {
|
|
3080
|
+
return (options.client ?? _heyApiClient).delete<unknown, DeleteShareClassError, ThrowOnError>({
|
|
3081
|
+
url: '/api/v2/AccountingService/Shares/Classes/{shareClassId}',
|
|
3082
|
+
...options
|
|
3083
|
+
});
|
|
3084
|
+
};
|
|
3085
|
+
|
|
3086
|
+
/**
|
|
3087
|
+
* Gets a share class by id
|
|
3088
|
+
* Get a specific share class by its identifier.
|
|
3089
|
+
*/
|
|
3090
|
+
export const getShareClass = <ThrowOnError extends boolean = false>(options: Options<GetShareClassData, ThrowOnError>) => {
|
|
3091
|
+
return (options.client ?? _heyApiClient).get<GetShareClassResponse, GetShareClassError, ThrowOnError>({
|
|
3092
|
+
url: '/api/v2/AccountingService/Shares/Classes/{shareClassId}',
|
|
3093
|
+
...options
|
|
3094
|
+
});
|
|
3095
|
+
};
|
|
3096
|
+
|
|
3097
|
+
/**
|
|
3098
|
+
* Updates an existing share class
|
|
3099
|
+
* Updates an existing share class.
|
|
3100
|
+
*/
|
|
3101
|
+
export const updateShareClass = <ThrowOnError extends boolean = false>(options: Options<UpdateShareClassData, ThrowOnError>) => {
|
|
3102
|
+
return (options.client ?? _heyApiClient).put<UpdateShareClassResponse, UpdateShareClassError, ThrowOnError>({
|
|
3103
|
+
url: '/api/v2/AccountingService/Shares/Classes/{shareClassId}',
|
|
3104
|
+
...options,
|
|
3105
|
+
headers: {
|
|
3106
|
+
'Content-Type': 'application/json',
|
|
3107
|
+
...options?.headers
|
|
3108
|
+
}
|
|
3109
|
+
});
|
|
3110
|
+
};
|
|
3111
|
+
|
|
3112
|
+
/**
|
|
3113
|
+
* Gets the current tenant share issuances
|
|
3114
|
+
* Get the currently acting tenant share issuances.
|
|
3115
|
+
*/
|
|
3116
|
+
export const getShareIssuances = <ThrowOnError extends boolean = false>(options: Options<GetShareIssuancesData, ThrowOnError>) => {
|
|
3117
|
+
return (options.client ?? _heyApiClient).get<GetShareIssuancesResponse, GetShareIssuancesError, ThrowOnError>({
|
|
3118
|
+
url: '/api/v2/AccountingService/Shares/Issuances',
|
|
3119
|
+
...options
|
|
3120
|
+
});
|
|
3121
|
+
};
|
|
3122
|
+
|
|
3123
|
+
/**
|
|
3124
|
+
* Creates a new share issuance
|
|
3125
|
+
* Creates a new share issuance.
|
|
3126
|
+
*/
|
|
3127
|
+
export const createShareIssuance = <ThrowOnError extends boolean = false>(options: Options<CreateShareIssuanceData, ThrowOnError>) => {
|
|
3128
|
+
return (options.client ?? _heyApiClient).post<CreateShareIssuanceResponse, CreateShareIssuanceError, ThrowOnError>({
|
|
3129
|
+
url: '/api/v2/AccountingService/Shares/Issuances',
|
|
3130
|
+
...options,
|
|
3131
|
+
headers: {
|
|
3132
|
+
'Content-Type': 'application/json',
|
|
3133
|
+
...options?.headers
|
|
3134
|
+
}
|
|
3135
|
+
});
|
|
3136
|
+
};
|
|
3137
|
+
|
|
3138
|
+
/**
|
|
3139
|
+
* Gets the current tenant share issuances count
|
|
3140
|
+
* Get the currently acting tenant share issuances count.
|
|
3141
|
+
*/
|
|
3142
|
+
export const getShareIssuancesCount = <ThrowOnError extends boolean = false>(options: Options<GetShareIssuancesCountData, ThrowOnError>) => {
|
|
3143
|
+
return (options.client ?? _heyApiClient).get<GetShareIssuancesCountResponse, GetShareIssuancesCountError, ThrowOnError>({
|
|
3144
|
+
url: '/api/v2/AccountingService/Shares/Issuances/Count',
|
|
3145
|
+
...options
|
|
3146
|
+
});
|
|
3147
|
+
};
|
|
3148
|
+
|
|
3149
|
+
/**
|
|
3150
|
+
* Deletes an existing share issuance
|
|
3151
|
+
* Deletes an existing share issuance.
|
|
3152
|
+
*/
|
|
3153
|
+
export const deleteShareIssuance = <ThrowOnError extends boolean = false>(options: Options<DeleteShareIssuanceData, ThrowOnError>) => {
|
|
3154
|
+
return (options.client ?? _heyApiClient).delete<unknown, DeleteShareIssuanceError, ThrowOnError>({
|
|
3155
|
+
url: '/api/v2/AccountingService/Shares/Issuances/{issuanceId}',
|
|
3156
|
+
...options
|
|
3157
|
+
});
|
|
3158
|
+
};
|
|
3159
|
+
|
|
3160
|
+
/**
|
|
3161
|
+
* Gets a share issuance by id
|
|
3162
|
+
* Get a specific share issuance by its identifier.
|
|
3163
|
+
*/
|
|
3164
|
+
export const getShareIssuance = <ThrowOnError extends boolean = false>(options: Options<GetShareIssuanceData, ThrowOnError>) => {
|
|
3165
|
+
return (options.client ?? _heyApiClient).get<GetShareIssuanceResponse, GetShareIssuanceError, ThrowOnError>({
|
|
3166
|
+
url: '/api/v2/AccountingService/Shares/Issuances/{issuanceId}',
|
|
3167
|
+
...options
|
|
3168
|
+
});
|
|
3169
|
+
};
|
|
3170
|
+
|
|
3171
|
+
/**
|
|
3172
|
+
* Updates an existing share issuance
|
|
3173
|
+
* Updates an existing share issuance.
|
|
3174
|
+
*/
|
|
3175
|
+
export const updateShareIssuance = <ThrowOnError extends boolean = false>(options: Options<UpdateShareIssuanceData, ThrowOnError>) => {
|
|
3176
|
+
return (options.client ?? _heyApiClient).put<UpdateShareIssuanceResponse, UpdateShareIssuanceError, ThrowOnError>({
|
|
3177
|
+
url: '/api/v2/AccountingService/Shares/Issuances/{issuanceId}',
|
|
3178
|
+
...options,
|
|
3179
|
+
headers: {
|
|
3180
|
+
'Content-Type': 'application/json',
|
|
3181
|
+
...options?.headers
|
|
3182
|
+
}
|
|
3183
|
+
});
|
|
3184
|
+
};
|
|
3185
|
+
|
|
3186
|
+
/**
|
|
3187
|
+
* Gets the current tenant share transfers
|
|
3188
|
+
* Get the currently acting tenant share transfers.
|
|
3189
|
+
*/
|
|
3190
|
+
export const getShareTransfers = <ThrowOnError extends boolean = false>(options: Options<GetShareTransfersData, ThrowOnError>) => {
|
|
3191
|
+
return (options.client ?? _heyApiClient).get<GetShareTransfersResponse, GetShareTransfersError, ThrowOnError>({
|
|
3192
|
+
url: '/api/v2/AccountingService/Shares/Transfers',
|
|
3193
|
+
...options
|
|
3194
|
+
});
|
|
3195
|
+
};
|
|
3196
|
+
|
|
3197
|
+
/**
|
|
3198
|
+
* Creates a new share transfer
|
|
3199
|
+
* Creates a new share transfer.
|
|
3200
|
+
*/
|
|
3201
|
+
export const createShareTransfer = <ThrowOnError extends boolean = false>(options: Options<CreateShareTransferData, ThrowOnError>) => {
|
|
3202
|
+
return (options.client ?? _heyApiClient).post<CreateShareTransferResponse, CreateShareTransferError, ThrowOnError>({
|
|
3203
|
+
url: '/api/v2/AccountingService/Shares/Transfers',
|
|
3204
|
+
...options,
|
|
3205
|
+
headers: {
|
|
3206
|
+
'Content-Type': 'application/json',
|
|
3207
|
+
...options?.headers
|
|
3208
|
+
}
|
|
3209
|
+
});
|
|
3210
|
+
};
|
|
3211
|
+
|
|
3212
|
+
/**
|
|
3213
|
+
* Gets the current tenant share transfers count
|
|
3214
|
+
* Get the currently acting tenant share transfers count.
|
|
3215
|
+
*/
|
|
3216
|
+
export const getShareTransfersCount = <ThrowOnError extends boolean = false>(options: Options<GetShareTransfersCountData, ThrowOnError>) => {
|
|
3217
|
+
return (options.client ?? _heyApiClient).get<GetShareTransfersCountResponse, GetShareTransfersCountError, ThrowOnError>({
|
|
3218
|
+
url: '/api/v2/AccountingService/Shares/Transfers/Count',
|
|
3219
|
+
...options
|
|
3220
|
+
});
|
|
3221
|
+
};
|
|
3222
|
+
|
|
3223
|
+
/**
|
|
3224
|
+
* Deletes an existing share transfer
|
|
3225
|
+
* Deletes an existing share transfer.
|
|
3226
|
+
*/
|
|
3227
|
+
export const deleteShareTransfer = <ThrowOnError extends boolean = false>(options: Options<DeleteShareTransferData, ThrowOnError>) => {
|
|
3228
|
+
return (options.client ?? _heyApiClient).delete<unknown, DeleteShareTransferError, ThrowOnError>({
|
|
3229
|
+
url: '/api/v2/AccountingService/Shares/Transfers/{transferId}',
|
|
3230
|
+
...options
|
|
3231
|
+
});
|
|
3232
|
+
};
|
|
3233
|
+
|
|
3234
|
+
/**
|
|
3235
|
+
* Gets a share transfer by id
|
|
3236
|
+
* Get a specific share transfer by its identifier.
|
|
3237
|
+
*/
|
|
3238
|
+
export const getShareTransfer = <ThrowOnError extends boolean = false>(options: Options<GetShareTransferData, ThrowOnError>) => {
|
|
3239
|
+
return (options.client ?? _heyApiClient).get<GetShareTransferResponse, GetShareTransferError, ThrowOnError>({
|
|
3240
|
+
url: '/api/v2/AccountingService/Shares/Transfers/{transferId}',
|
|
3241
|
+
...options
|
|
3242
|
+
});
|
|
3243
|
+
};
|
|
3244
|
+
|
|
3245
|
+
/**
|
|
3246
|
+
* Updates an existing share transfer
|
|
3247
|
+
* Updates an existing share transfer.
|
|
3248
|
+
*/
|
|
3249
|
+
export const updateShareTransfer = <ThrowOnError extends boolean = false>(options: Options<UpdateShareTransferData, ThrowOnError>) => {
|
|
3250
|
+
return (options.client ?? _heyApiClient).put<UpdateShareTransferResponse, UpdateShareTransferError, ThrowOnError>({
|
|
3251
|
+
url: '/api/v2/AccountingService/Shares/Transfers/{transferId}',
|
|
3252
|
+
...options,
|
|
3253
|
+
headers: {
|
|
3254
|
+
'Content-Type': 'application/json',
|
|
3255
|
+
...options?.headers
|
|
3256
|
+
}
|
|
3257
|
+
});
|
|
3258
|
+
};
|
|
3259
|
+
|
|
3260
|
+
/**
|
|
3261
|
+
* Gets the current tenant share transfer reasons
|
|
3262
|
+
* Get the currently acting tenant share transfer reasons.
|
|
3263
|
+
*/
|
|
3264
|
+
export const getShareTransferReasons = <ThrowOnError extends boolean = false>(options: Options<GetShareTransferReasonsData, ThrowOnError>) => {
|
|
3265
|
+
return (options.client ?? _heyApiClient).get<GetShareTransferReasonsResponse, GetShareTransferReasonsError, ThrowOnError>({
|
|
3266
|
+
url: '/api/v2/AccountingService/Shares/TransferReasons',
|
|
3267
|
+
...options
|
|
3268
|
+
});
|
|
3269
|
+
};
|
|
3270
|
+
|
|
3271
|
+
/**
|
|
3272
|
+
* Creates a new share transfer reason
|
|
3273
|
+
* Creates a new share transfer reason.
|
|
3274
|
+
*/
|
|
3275
|
+
export const createShareTransferReason = <ThrowOnError extends boolean = false>(options: Options<CreateShareTransferReasonData, ThrowOnError>) => {
|
|
3276
|
+
return (options.client ?? _heyApiClient).post<CreateShareTransferReasonResponse, CreateShareTransferReasonError, ThrowOnError>({
|
|
3277
|
+
url: '/api/v2/AccountingService/Shares/TransferReasons',
|
|
3278
|
+
...options,
|
|
3279
|
+
headers: {
|
|
3280
|
+
'Content-Type': 'application/json',
|
|
3281
|
+
...options?.headers
|
|
3282
|
+
}
|
|
3283
|
+
});
|
|
3284
|
+
};
|
|
3285
|
+
|
|
3286
|
+
/**
|
|
3287
|
+
* Gets the current tenant share transfer reasons count
|
|
3288
|
+
* Get the currently acting tenant share transfer reasons count.
|
|
3289
|
+
*/
|
|
3290
|
+
export const getShareTransferReasonsCount = <ThrowOnError extends boolean = false>(options: Options<GetShareTransferReasonsCountData, ThrowOnError>) => {
|
|
3291
|
+
return (options.client ?? _heyApiClient).get<GetShareTransferReasonsCountResponse, GetShareTransferReasonsCountError, ThrowOnError>({
|
|
3292
|
+
url: '/api/v2/AccountingService/Shares/TransferReasons/Count',
|
|
3293
|
+
...options
|
|
3294
|
+
});
|
|
3295
|
+
};
|
|
3296
|
+
|
|
3297
|
+
/**
|
|
3298
|
+
* Deletes an existing share transfer reason
|
|
3299
|
+
* Deletes an existing share transfer reason.
|
|
3300
|
+
*/
|
|
3301
|
+
export const deleteShareTransferReason = <ThrowOnError extends boolean = false>(options: Options<DeleteShareTransferReasonData, ThrowOnError>) => {
|
|
3302
|
+
return (options.client ?? _heyApiClient).delete<unknown, DeleteShareTransferReasonError, ThrowOnError>({
|
|
3303
|
+
url: '/api/v2/AccountingService/Shares/TransferReasons/{reasonId}',
|
|
3304
|
+
...options
|
|
3305
|
+
});
|
|
3306
|
+
};
|
|
3307
|
+
|
|
3308
|
+
/**
|
|
3309
|
+
* Gets a share transfer reason by id
|
|
3310
|
+
* Get a specific share transfer reason by its identifier.
|
|
3311
|
+
*/
|
|
3312
|
+
export const getShareTransferReason = <ThrowOnError extends boolean = false>(options: Options<GetShareTransferReasonData, ThrowOnError>) => {
|
|
3313
|
+
return (options.client ?? _heyApiClient).get<GetShareTransferReasonResponse, GetShareTransferReasonError, ThrowOnError>({
|
|
3314
|
+
url: '/api/v2/AccountingService/Shares/TransferReasons/{reasonId}',
|
|
3315
|
+
...options
|
|
3316
|
+
});
|
|
3317
|
+
};
|
|
3318
|
+
|
|
3319
|
+
/**
|
|
3320
|
+
* Updates an existing share transfer reason
|
|
3321
|
+
* Updates an existing share transfer reason.
|
|
3322
|
+
*/
|
|
3323
|
+
export const updateShareTransferReason = <ThrowOnError extends boolean = false>(options: Options<UpdateShareTransferReasonData, ThrowOnError>) => {
|
|
3324
|
+
return (options.client ?? _heyApiClient).put<UpdateShareTransferReasonResponse, UpdateShareTransferReasonError, ThrowOnError>({
|
|
3325
|
+
url: '/api/v2/AccountingService/Shares/TransferReasons/{reasonId}',
|
|
3326
|
+
...options,
|
|
3327
|
+
headers: {
|
|
3328
|
+
'Content-Type': 'application/json',
|
|
3329
|
+
...options?.headers
|
|
3330
|
+
}
|
|
3331
|
+
});
|
|
3332
|
+
};
|
|
3333
|
+
|
|
3334
|
+
/**
|
|
3335
|
+
* Get all tax policies for a tenant
|
|
3336
|
+
* Retrieves all tax policies for the specified tenant using OData query options.
|
|
3337
|
+
*/
|
|
3338
|
+
export const getTaxPolicies = <ThrowOnError extends boolean = false>(options: Options<GetTaxPoliciesData, ThrowOnError>) => {
|
|
3339
|
+
return (options.client ?? _heyApiClient).get<GetTaxPoliciesResponse, GetTaxPoliciesError, ThrowOnError>({
|
|
3340
|
+
url: '/api/v2/AccountingService/TaxPolicies',
|
|
3341
|
+
...options
|
|
3342
|
+
});
|
|
3343
|
+
};
|
|
3344
|
+
|
|
3345
|
+
/**
|
|
3346
|
+
* Create a tax policy
|
|
3347
|
+
* Creates a new tax policy for the specified tenant.
|
|
3348
|
+
*/
|
|
3349
|
+
export const createTaxPolicy = <ThrowOnError extends boolean = false>(options: Options<CreateTaxPolicyData, ThrowOnError>) => {
|
|
3350
|
+
return (options.client ?? _heyApiClient).post<CreateTaxPolicyResponse, CreateTaxPolicyError, ThrowOnError>({
|
|
3351
|
+
url: '/api/v2/AccountingService/TaxPolicies',
|
|
3352
|
+
...options,
|
|
3353
|
+
headers: {
|
|
3354
|
+
'Content-Type': 'application/json',
|
|
3355
|
+
...options?.headers
|
|
3356
|
+
}
|
|
3357
|
+
});
|
|
3358
|
+
};
|
|
3359
|
+
|
|
3360
|
+
/**
|
|
3361
|
+
* Get tax policies count
|
|
3362
|
+
* Returns the count of tax policies for the specified tenant.
|
|
3363
|
+
*/
|
|
3364
|
+
export const getTaxPoliciesCount = <ThrowOnError extends boolean = false>(options: Options<GetTaxPoliciesCountData, ThrowOnError>) => {
|
|
3365
|
+
return (options.client ?? _heyApiClient).get<GetTaxPoliciesCountResponse, GetTaxPoliciesCountError, ThrowOnError>({
|
|
3366
|
+
url: '/api/v2/AccountingService/TaxPolicies/Count',
|
|
3367
|
+
...options
|
|
3368
|
+
});
|
|
3369
|
+
};
|
|
3370
|
+
|
|
3371
|
+
/**
|
|
3372
|
+
* Get tax policies by fiscal authority
|
|
3373
|
+
* Retrieves all tax policies associated with the specified fiscal authority.
|
|
3374
|
+
*/
|
|
3375
|
+
export const getTaxPoliciesByAuthority = <ThrowOnError extends boolean = false>(options: Options<GetTaxPoliciesByAuthorityData, ThrowOnError>) => {
|
|
3376
|
+
return (options.client ?? _heyApiClient).get<GetTaxPoliciesByAuthorityResponse, GetTaxPoliciesByAuthorityError, ThrowOnError>({
|
|
3377
|
+
url: '/api/v2/AccountingService/TaxPolicies/ByAuthority/{authorityId}',
|
|
3378
|
+
...options
|
|
3379
|
+
});
|
|
3380
|
+
};
|
|
3381
|
+
|
|
3382
|
+
/**
|
|
3383
|
+
* Delete a tax policy
|
|
3384
|
+
* Deletes a tax policy identified by its unique identifier.
|
|
3385
|
+
*/
|
|
3386
|
+
export const deleteTaxPolicy = <ThrowOnError extends boolean = false>(options: Options<DeleteTaxPolicyData, ThrowOnError>) => {
|
|
3387
|
+
return (options.client ?? _heyApiClient).delete<DeleteTaxPolicyResponse, DeleteTaxPolicyError, ThrowOnError>({
|
|
3388
|
+
url: '/api/v2/AccountingService/TaxPolicies/{id}',
|
|
3389
|
+
...options
|
|
3390
|
+
});
|
|
3391
|
+
};
|
|
3392
|
+
|
|
3393
|
+
/**
|
|
3394
|
+
* Get tax policy by ID
|
|
3395
|
+
* Retrieves a specific tax policy by its unique identifier.
|
|
3396
|
+
*/
|
|
3397
|
+
export const getTaxPolicy = <ThrowOnError extends boolean = false>(options: Options<GetTaxPolicyData, ThrowOnError>) => {
|
|
3398
|
+
return (options.client ?? _heyApiClient).get<GetTaxPolicyResponse, GetTaxPolicyError, ThrowOnError>({
|
|
3399
|
+
url: '/api/v2/AccountingService/TaxPolicies/{id}',
|
|
3400
|
+
...options
|
|
3401
|
+
});
|
|
3402
|
+
};
|
|
3403
|
+
|
|
3404
|
+
/**
|
|
3405
|
+
* Update a tax policy
|
|
3406
|
+
* Updates an existing tax policy identified by its unique identifier.
|
|
3407
|
+
*/
|
|
3408
|
+
export const updateTaxPolicy = <ThrowOnError extends boolean = false>(options: Options<UpdateTaxPolicyData, ThrowOnError>) => {
|
|
3409
|
+
return (options.client ?? _heyApiClient).put<UpdateTaxPolicyResponse, UpdateTaxPolicyError, ThrowOnError>({
|
|
3410
|
+
url: '/api/v2/AccountingService/TaxPolicies/{id}',
|
|
3411
|
+
...options,
|
|
3412
|
+
headers: {
|
|
3413
|
+
'Content-Type': 'application/json',
|
|
3414
|
+
...options?.headers
|
|
3415
|
+
}
|
|
3416
|
+
});
|
|
3417
|
+
};
|
|
3418
|
+
|
|
3419
|
+
/**
|
|
3420
|
+
* Get item tax policy records
|
|
3421
|
+
* Retrieves all item tax policy records for the specified tax policy.
|
|
3422
|
+
*/
|
|
3423
|
+
export const getItemTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<GetItemTaxPolicyRecordsData, ThrowOnError>) => {
|
|
3424
|
+
return (options.client ?? _heyApiClient).get<GetItemTaxPolicyRecordsResponse, GetItemTaxPolicyRecordsError, ThrowOnError>({
|
|
3425
|
+
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords',
|
|
3426
|
+
...options
|
|
3427
|
+
});
|
|
3428
|
+
};
|
|
3429
|
+
|
|
3430
|
+
/**
|
|
3431
|
+
* Create an item tax policy record
|
|
3432
|
+
* Creates a new item tax policy record for the specified tax policy.
|
|
3433
|
+
*/
|
|
3434
|
+
export const createItemTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<CreateItemTaxPolicyRecordData, ThrowOnError>) => {
|
|
3435
|
+
return (options.client ?? _heyApiClient).post<CreateItemTaxPolicyRecordResponse, CreateItemTaxPolicyRecordError, ThrowOnError>({
|
|
3436
|
+
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords',
|
|
3437
|
+
...options,
|
|
3438
|
+
headers: {
|
|
3439
|
+
'Content-Type': 'application/json',
|
|
3440
|
+
...options?.headers
|
|
3441
|
+
}
|
|
3442
|
+
});
|
|
3443
|
+
};
|
|
3444
|
+
|
|
3445
|
+
/**
|
|
3446
|
+
* Delete an item tax policy record
|
|
3447
|
+
* Deletes an item tax policy record identified by its unique identifier.
|
|
3448
|
+
*/
|
|
3449
|
+
export const deleteItemTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<DeleteItemTaxPolicyRecordData, ThrowOnError>) => {
|
|
3450
|
+
return (options.client ?? _heyApiClient).delete<DeleteItemTaxPolicyRecordResponse, DeleteItemTaxPolicyRecordError, ThrowOnError>({
|
|
3451
|
+
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}',
|
|
3452
|
+
...options
|
|
3453
|
+
});
|
|
3454
|
+
};
|
|
3455
|
+
|
|
3456
|
+
/**
|
|
3457
|
+
* Get item tax policy record by ID
|
|
3458
|
+
* Retrieves a specific item tax policy record by its unique identifier.
|
|
3459
|
+
*/
|
|
3460
|
+
export const getItemTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<GetItemTaxPolicyRecordData, ThrowOnError>) => {
|
|
3461
|
+
return (options.client ?? _heyApiClient).get<GetItemTaxPolicyRecordResponse, GetItemTaxPolicyRecordError, ThrowOnError>({
|
|
3462
|
+
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}',
|
|
3463
|
+
...options
|
|
3464
|
+
});
|
|
3465
|
+
};
|
|
3466
|
+
|
|
3467
|
+
/**
|
|
3468
|
+
* Update an item tax policy record
|
|
3469
|
+
* Updates an existing item tax policy record identified by its unique identifier.
|
|
3470
|
+
*/
|
|
3471
|
+
export const updateItemTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<UpdateItemTaxPolicyRecordData, ThrowOnError>) => {
|
|
3472
|
+
return (options.client ?? _heyApiClient).put<UpdateItemTaxPolicyRecordResponse, UpdateItemTaxPolicyRecordError, ThrowOnError>({
|
|
3473
|
+
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/ItemTaxPolicyRecords/{itemTaxPolicyRecordId}',
|
|
3474
|
+
...options,
|
|
3475
|
+
headers: {
|
|
3476
|
+
'Content-Type': 'application/json',
|
|
3477
|
+
...options?.headers
|
|
3478
|
+
}
|
|
3479
|
+
});
|
|
3480
|
+
};
|
|
3481
|
+
|
|
3482
|
+
/**
|
|
3483
|
+
* Get applied tax policy records
|
|
3484
|
+
* Retrieves all applied tax policy records for the specified tax policy.
|
|
3485
|
+
*/
|
|
3486
|
+
export const getAppliedTaxPolicyRecords = <ThrowOnError extends boolean = false>(options: Options<GetAppliedTaxPolicyRecordsData, ThrowOnError>) => {
|
|
3487
|
+
return (options.client ?? _heyApiClient).get<GetAppliedTaxPolicyRecordsResponse, GetAppliedTaxPolicyRecordsError, ThrowOnError>({
|
|
3488
|
+
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords',
|
|
3489
|
+
...options
|
|
3490
|
+
});
|
|
3491
|
+
};
|
|
3492
|
+
|
|
3493
|
+
/**
|
|
3494
|
+
* Create an applied tax policy record
|
|
3495
|
+
* Creates a new applied tax policy record for the specified tax policy.
|
|
3496
|
+
*/
|
|
3497
|
+
export const createAppliedTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<CreateAppliedTaxPolicyRecordData, ThrowOnError>) => {
|
|
3498
|
+
return (options.client ?? _heyApiClient).post<CreateAppliedTaxPolicyRecordResponse, CreateAppliedTaxPolicyRecordError, ThrowOnError>({
|
|
3499
|
+
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords',
|
|
3500
|
+
...options,
|
|
3501
|
+
headers: {
|
|
3502
|
+
'Content-Type': 'application/json',
|
|
3503
|
+
...options?.headers
|
|
3504
|
+
}
|
|
3505
|
+
});
|
|
3506
|
+
};
|
|
3507
|
+
|
|
3508
|
+
/**
|
|
3509
|
+
* Get applied tax policy records count
|
|
3510
|
+
* Returns the total count of applied tax policy records for the specified tax policy.
|
|
3511
|
+
*/
|
|
3512
|
+
export const getAppliedTaxPolicyRecordsCount = <ThrowOnError extends boolean = false>(options: Options<GetAppliedTaxPolicyRecordsCountData, ThrowOnError>) => {
|
|
3513
|
+
return (options.client ?? _heyApiClient).get<GetAppliedTaxPolicyRecordsCountResponse, GetAppliedTaxPolicyRecordsCountError, ThrowOnError>({
|
|
3514
|
+
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/Count',
|
|
3515
|
+
...options
|
|
3516
|
+
});
|
|
3517
|
+
};
|
|
3518
|
+
|
|
3519
|
+
/**
|
|
3520
|
+
* Delete an applied tax policy record
|
|
3521
|
+
* Deletes an applied tax policy record identified by its unique identifier.
|
|
3522
|
+
*/
|
|
3523
|
+
export const deleteAppliedTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<DeleteAppliedTaxPolicyRecordData, ThrowOnError>) => {
|
|
3524
|
+
return (options.client ?? _heyApiClient).delete<DeleteAppliedTaxPolicyRecordResponse, DeleteAppliedTaxPolicyRecordError, ThrowOnError>({
|
|
3525
|
+
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}',
|
|
3526
|
+
...options
|
|
3527
|
+
});
|
|
3528
|
+
};
|
|
3529
|
+
|
|
3530
|
+
/**
|
|
3531
|
+
* Get applied tax policy record by ID
|
|
3532
|
+
* Retrieves a specific applied tax policy record by its unique identifier.
|
|
3533
|
+
*/
|
|
3534
|
+
export const getAppliedTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<GetAppliedTaxPolicyRecordData, ThrowOnError>) => {
|
|
3535
|
+
return (options.client ?? _heyApiClient).get<GetAppliedTaxPolicyRecordResponse, GetAppliedTaxPolicyRecordError, ThrowOnError>({
|
|
3536
|
+
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}',
|
|
3537
|
+
...options
|
|
3538
|
+
});
|
|
3539
|
+
};
|
|
3540
|
+
|
|
3541
|
+
/**
|
|
3542
|
+
* Update an applied tax policy record
|
|
3543
|
+
* Updates an existing applied tax policy record identified by its unique identifier.
|
|
3544
|
+
*/
|
|
3545
|
+
export const updateAppliedTaxPolicyRecord = <ThrowOnError extends boolean = false>(options: Options<UpdateAppliedTaxPolicyRecordData, ThrowOnError>) => {
|
|
3546
|
+
return (options.client ?? _heyApiClient).put<UpdateAppliedTaxPolicyRecordResponse, UpdateAppliedTaxPolicyRecordError, ThrowOnError>({
|
|
3547
|
+
url: '/api/v2/AccountingService/TaxPolicies/{taxPolicyId}/AppliedTaxPolicyRecords/{appliedTaxPolicyRecordId}',
|
|
3548
|
+
...options,
|
|
3549
|
+
headers: {
|
|
3550
|
+
'Content-Type': 'application/json',
|
|
3551
|
+
...options?.headers
|
|
3552
|
+
}
|
|
3553
|
+
});
|
|
3554
|
+
};
|
|
3555
|
+
|
|
3556
|
+
/**
|
|
3557
|
+
* Get all tax rates for a tenant
|
|
3558
|
+
* Retrieves all tax rates for the specified tenant using OData query options.
|
|
3559
|
+
*/
|
|
3560
|
+
export const getTaxRates = <ThrowOnError extends boolean = false>(options: Options<GetTaxRatesData, ThrowOnError>) => {
|
|
3561
|
+
return (options.client ?? _heyApiClient).get<GetTaxRatesResponse, GetTaxRatesError, ThrowOnError>({
|
|
3562
|
+
url: '/api/v2/AccountingService/TaxRates',
|
|
3563
|
+
...options
|
|
3564
|
+
});
|
|
3565
|
+
};
|
|
3566
|
+
|
|
3567
|
+
/**
|
|
3568
|
+
* Create a tax rate
|
|
3569
|
+
* Creates a new tax rate for the specified tenant.
|
|
3570
|
+
*/
|
|
3571
|
+
export const createTaxRate = <ThrowOnError extends boolean = false>(options: Options<CreateTaxRateData, ThrowOnError>) => {
|
|
3572
|
+
return (options.client ?? _heyApiClient).post<CreateTaxRateResponse, CreateTaxRateError, ThrowOnError>({
|
|
3573
|
+
url: '/api/v2/AccountingService/TaxRates',
|
|
3574
|
+
...options,
|
|
3575
|
+
headers: {
|
|
3576
|
+
'Content-Type': 'application/json',
|
|
3577
|
+
...options?.headers
|
|
3578
|
+
}
|
|
3579
|
+
});
|
|
3580
|
+
};
|
|
3581
|
+
|
|
3582
|
+
/**
|
|
3583
|
+
* Get tax rates count
|
|
3584
|
+
* Returns the count of tax rates for the specified tenant.
|
|
3585
|
+
*/
|
|
3586
|
+
export const getTaxRatesCount = <ThrowOnError extends boolean = false>(options: Options<GetTaxRatesCountData, ThrowOnError>) => {
|
|
3587
|
+
return (options.client ?? _heyApiClient).get<GetTaxRatesCountResponse, GetTaxRatesCountError, ThrowOnError>({
|
|
3588
|
+
url: '/api/v2/AccountingService/TaxRates/Count',
|
|
3589
|
+
...options
|
|
3590
|
+
});
|
|
3591
|
+
};
|
|
3592
|
+
|
|
3593
|
+
/**
|
|
3594
|
+
* Delete a tax rate
|
|
3595
|
+
* Deletes a tax rate identified by its unique identifier.
|
|
3596
|
+
*/
|
|
3597
|
+
export const deleteTaxRate = <ThrowOnError extends boolean = false>(options: Options<DeleteTaxRateData, ThrowOnError>) => {
|
|
3598
|
+
return (options.client ?? _heyApiClient).delete<DeleteTaxRateResponse, DeleteTaxRateError, ThrowOnError>({
|
|
3599
|
+
url: '/api/v2/AccountingService/TaxRates/{id}',
|
|
3600
|
+
...options
|
|
3601
|
+
});
|
|
3602
|
+
};
|
|
3603
|
+
|
|
3604
|
+
/**
|
|
3605
|
+
* Get tax rate by ID
|
|
3606
|
+
* Retrieves a specific tax rate by its unique identifier.
|
|
3607
|
+
*/
|
|
3608
|
+
export const getTaxRate = <ThrowOnError extends boolean = false>(options: Options<GetTaxRateData, ThrowOnError>) => {
|
|
3609
|
+
return (options.client ?? _heyApiClient).get<GetTaxRateResponse, GetTaxRateError, ThrowOnError>({
|
|
3610
|
+
url: '/api/v2/AccountingService/TaxRates/{id}',
|
|
3611
|
+
...options
|
|
3612
|
+
});
|
|
3613
|
+
};
|
|
3614
|
+
|
|
3615
|
+
/**
|
|
3616
|
+
* Update a tax rate
|
|
3617
|
+
* Updates an existing tax rate identified by its unique identifier.
|
|
3618
|
+
*/
|
|
3619
|
+
export const updateTaxRate = <ThrowOnError extends boolean = false>(options: Options<UpdateTaxRateData, ThrowOnError>) => {
|
|
3620
|
+
return (options.client ?? _heyApiClient).put<UpdateTaxRateResponse, UpdateTaxRateError, ThrowOnError>({
|
|
3621
|
+
url: '/api/v2/AccountingService/TaxRates/{id}',
|
|
3622
|
+
...options,
|
|
3623
|
+
headers: {
|
|
3624
|
+
'Content-Type': 'application/json',
|
|
3625
|
+
...options?.headers
|
|
3626
|
+
}
|
|
3627
|
+
});
|
|
3628
|
+
};
|
|
3629
|
+
|
|
3630
|
+
/**
|
|
3631
|
+
* Get all transactions for a tenant
|
|
3632
|
+
* Retrieves all transactions for the specified tenant using OData query options.
|
|
3633
|
+
*/
|
|
3634
|
+
export const getTransactions = <ThrowOnError extends boolean = false>(options: Options<GetTransactionsData, ThrowOnError>) => {
|
|
3635
|
+
return (options.client ?? _heyApiClient).get<GetTransactionsResponse, GetTransactionsError, ThrowOnError>({
|
|
3636
|
+
url: '/api/v2/AccountingService/Transactions',
|
|
3637
|
+
...options
|
|
3638
|
+
});
|
|
3639
|
+
};
|
|
3640
|
+
|
|
3641
|
+
/**
|
|
3642
|
+
* Create a transaction
|
|
3643
|
+
* Creates a new transaction for the specified tenant.
|
|
3644
|
+
*/
|
|
3645
|
+
export const createTransaction = <ThrowOnError extends boolean = false>(options: Options<CreateTransactionData, ThrowOnError>) => {
|
|
3646
|
+
return (options.client ?? _heyApiClient).post<CreateTransactionResponse, CreateTransactionError, ThrowOnError>({
|
|
3647
|
+
url: '/api/v2/AccountingService/Transactions',
|
|
3648
|
+
...options,
|
|
3649
|
+
headers: {
|
|
3650
|
+
'Content-Type': 'application/json',
|
|
3651
|
+
...options?.headers
|
|
3652
|
+
}
|
|
3653
|
+
});
|
|
3654
|
+
};
|
|
3655
|
+
|
|
3656
|
+
/**
|
|
3657
|
+
* Get transactions count
|
|
3658
|
+
* Returns total number of transactions for the tenant with OData filter support.
|
|
3659
|
+
*/
|
|
3660
|
+
export const getTransactionsCount = <ThrowOnError extends boolean = false>(options: Options<GetTransactionsCountData, ThrowOnError>) => {
|
|
3661
|
+
return (options.client ?? _heyApiClient).get<GetTransactionsCountResponse, GetTransactionsCountError, ThrowOnError>({
|
|
3662
|
+
url: '/api/v2/AccountingService/Transactions/Count',
|
|
3663
|
+
...options
|
|
3664
|
+
});
|
|
3665
|
+
};
|
|
3666
|
+
|
|
3667
|
+
/**
|
|
3668
|
+
* Delete a transaction
|
|
3669
|
+
* Deletes a transaction by its unique identifier.
|
|
3670
|
+
*/
|
|
3671
|
+
export const deleteTransaction = <ThrowOnError extends boolean = false>(options: Options<DeleteTransactionData, ThrowOnError>) => {
|
|
3672
|
+
return (options.client ?? _heyApiClient).delete<DeleteTransactionResponse, DeleteTransactionError, ThrowOnError>({
|
|
3673
|
+
url: '/api/v2/AccountingService/Transactions/{transactionId}',
|
|
3674
|
+
...options
|
|
3675
|
+
});
|
|
3676
|
+
};
|
|
3677
|
+
|
|
3678
|
+
/**
|
|
3679
|
+
* Get transaction by ID
|
|
3680
|
+
* Retrieves a specific transaction by its unique identifier.
|
|
3681
|
+
*/
|
|
3682
|
+
export const getTransaction = <ThrowOnError extends boolean = false>(options: Options<GetTransactionData, ThrowOnError>) => {
|
|
3683
|
+
return (options.client ?? _heyApiClient).get<GetTransactionResponse, GetTransactionError, ThrowOnError>({
|
|
3684
|
+
url: '/api/v2/AccountingService/Transactions/{transactionId}',
|
|
3685
|
+
...options
|
|
3686
|
+
});
|
|
3687
|
+
};
|
|
3688
|
+
|
|
3689
|
+
/**
|
|
3690
|
+
* Update a transaction
|
|
3691
|
+
* Updates an existing transaction with the provided data.
|
|
3692
|
+
*/
|
|
3693
|
+
export const updateTransaction = <ThrowOnError extends boolean = false>(options: Options<UpdateTransactionData, ThrowOnError>) => {
|
|
3694
|
+
return (options.client ?? _heyApiClient).put<UpdateTransactionResponse, UpdateTransactionError, ThrowOnError>({
|
|
3695
|
+
url: '/api/v2/AccountingService/Transactions/{transactionId}',
|
|
3696
|
+
...options,
|
|
3697
|
+
headers: {
|
|
3698
|
+
'Content-Type': 'application/json',
|
|
3699
|
+
...options?.headers
|
|
3700
|
+
}
|
|
3701
|
+
});
|
|
3702
|
+
};
|
|
3703
|
+
|
|
3704
|
+
/**
|
|
3705
|
+
* Get all transaction categories
|
|
3706
|
+
* Retrieves all transaction categories for the specified tenant.
|
|
3707
|
+
*/
|
|
3708
|
+
export const getTransactionCategories = <ThrowOnError extends boolean = false>(options: Options<GetTransactionCategoriesData, ThrowOnError>) => {
|
|
3709
|
+
return (options.client ?? _heyApiClient).get<GetTransactionCategoriesResponse, GetTransactionCategoriesError, ThrowOnError>({
|
|
3710
|
+
url: '/api/v2/AccountingService/Transactions/Categories',
|
|
3711
|
+
...options
|
|
3712
|
+
});
|
|
3713
|
+
};
|
|
3714
|
+
|
|
3715
|
+
/**
|
|
3716
|
+
* Create a transaction category
|
|
3717
|
+
* Creates a new transaction category for the specified tenant.
|
|
3718
|
+
*/
|
|
3719
|
+
export const createTransactionCategory = <ThrowOnError extends boolean = false>(options: Options<CreateTransactionCategoryData, ThrowOnError>) => {
|
|
3720
|
+
return (options.client ?? _heyApiClient).post<CreateTransactionCategoryResponse, CreateTransactionCategoryError, ThrowOnError>({
|
|
3721
|
+
url: '/api/v2/AccountingService/Transactions/Categories',
|
|
3722
|
+
...options,
|
|
3723
|
+
headers: {
|
|
3724
|
+
'Content-Type': 'application/json',
|
|
3725
|
+
...options?.headers
|
|
3726
|
+
}
|
|
3727
|
+
});
|
|
3728
|
+
};
|
|
3729
|
+
|
|
3730
|
+
/**
|
|
3731
|
+
* Get transaction categories count
|
|
3732
|
+
* Returns total number of transaction categories for the tenant.
|
|
3733
|
+
*/
|
|
3734
|
+
export const getTransactionCategoriesCount = <ThrowOnError extends boolean = false>(options: Options<GetTransactionCategoriesCountData, ThrowOnError>) => {
|
|
3735
|
+
return (options.client ?? _heyApiClient).get<GetTransactionCategoriesCountResponse, GetTransactionCategoriesCountError, ThrowOnError>({
|
|
3736
|
+
url: '/api/v2/AccountingService/Transactions/Categories/Count',
|
|
3737
|
+
...options
|
|
3738
|
+
});
|
|
3739
|
+
};
|
|
3740
|
+
|
|
3741
|
+
/**
|
|
3742
|
+
* Delete a transaction category
|
|
3743
|
+
* Deletes a transaction category by its unique identifier.
|
|
3744
|
+
*/
|
|
3745
|
+
export const deleteTransactionCategory = <ThrowOnError extends boolean = false>(options: Options<DeleteTransactionCategoryData, ThrowOnError>) => {
|
|
3746
|
+
return (options.client ?? _heyApiClient).delete<DeleteTransactionCategoryResponse, DeleteTransactionCategoryError, ThrowOnError>({
|
|
3747
|
+
url: '/api/v2/AccountingService/Transactions/Categories/{categoryId}',
|
|
3748
|
+
...options
|
|
3749
|
+
});
|
|
3750
|
+
};
|
|
3751
|
+
|
|
3752
|
+
/**
|
|
3753
|
+
* Get transaction category by ID
|
|
3754
|
+
* Retrieves a specific transaction category by its unique identifier.
|
|
3755
|
+
*/
|
|
3756
|
+
export const getTransactionCategory = <ThrowOnError extends boolean = false>(options: Options<GetTransactionCategoryData, ThrowOnError>) => {
|
|
3757
|
+
return (options.client ?? _heyApiClient).get<GetTransactionCategoryResponse, GetTransactionCategoryError, ThrowOnError>({
|
|
3758
|
+
url: '/api/v2/AccountingService/Transactions/Categories/{categoryId}',
|
|
3759
|
+
...options
|
|
3760
|
+
});
|
|
3761
|
+
};
|
|
3762
|
+
|
|
3763
|
+
/**
|
|
3764
|
+
* Update a transaction category
|
|
3765
|
+
* Updates an existing transaction category with the provided data.
|
|
3766
|
+
*/
|
|
3767
|
+
export const updateTransactionCategory = <ThrowOnError extends boolean = false>(options: Options<UpdateTransactionCategoryData, ThrowOnError>) => {
|
|
3768
|
+
return (options.client ?? _heyApiClient).put<UpdateTransactionCategoryResponse, UpdateTransactionCategoryError, ThrowOnError>({
|
|
3769
|
+
url: '/api/v2/AccountingService/Transactions/Categories/{categoryId}',
|
|
3770
|
+
...options,
|
|
3771
|
+
headers: {
|
|
3772
|
+
'Content-Type': 'application/json',
|
|
3773
|
+
...options?.headers
|
|
3774
|
+
}
|
|
3775
|
+
});
|
|
3776
|
+
};
|