@fenixalliance/abs-api-client 1.0.3 → 1.0.6
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/clients/accountingService/index.ts +175 -1
- package/clients/accountingService/models/AccessTokenResponse.ts +11 -0
- package/clients/accountingService/models/AccountGroupCreateDto.ts +14 -0
- package/clients/accountingService/models/AccountGroupDto.ts +14 -0
- package/clients/{holderService/models/PlatformUserDtoEnvelope.ts → accountingService/models/AccountGroupDtoEnvelope.ts} +3 -3
- package/clients/{tenantService/models/PlatformUserDtoListEnvelope.ts → accountingService/models/AccountGroupDtoListEnvelope.ts} +3 -3
- package/clients/accountingService/models/AccountGroupUpdateDto.ts +12 -0
- package/clients/accountingService/models/AccountRelationCreateDto.ts +12 -0
- package/clients/accountingService/models/AccountRelationDto.ts +12 -0
- package/clients/{holderService/models/PlatformUserSettingsDtoEnvelope.ts → accountingService/models/AccountRelationDtoListEnvelope.ts} +3 -3
- package/clients/accountingService/models/AccountRelationUpdateDto.ts +10 -0
- package/clients/accountingService/models/AccountTypeCreateDto.ts +13 -0
- package/clients/accountingService/models/AccountTypeDto.ts +13 -0
- package/clients/accountingService/models/AccountTypeDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/AccountTypeUpdateDto.ts +11 -0
- package/clients/accountingService/models/AccountingPeriodCreateDto.ts +14 -0
- package/clients/accountingService/models/AccountingPeriodDto.ts +14 -0
- package/clients/accountingService/models/AccountingPeriodDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/AccountingPeriodDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/AccountingPeriodUpdateDto.ts +12 -0
- package/clients/accountingService/models/AppliedTaxPolicyRecordCreateDto.ts +16 -0
- package/clients/accountingService/models/AppliedTaxPolicyRecordDto.ts +16 -0
- package/clients/accountingService/models/AppliedTaxPolicyRecordDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/AppliedTaxPolicyRecordDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/AppliedTaxPolicyRecordUpdateDto.ts +14 -0
- package/clients/accountingService/models/BankAccountCreateDto.ts +37 -0
- package/clients/accountingService/models/BankAccountDto.ts +47 -0
- package/clients/accountingService/models/BankAccountDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/BankAccountDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/BankAccountUpdateDto.ts +33 -0
- package/clients/accountingService/models/BankCreateDto.ts +12 -0
- package/clients/accountingService/models/BankDto.ts +12 -0
- package/clients/accountingService/models/BankDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/BankDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/BankGuaranteeCreateDto.ts +33 -0
- package/clients/accountingService/models/BankGuaranteeDto.ts +33 -0
- package/clients/accountingService/models/BankGuaranteeDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/BankGuaranteeDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/BankGuaranteeUpdateDto.ts +31 -0
- package/clients/accountingService/models/BankTransactionCreateDto.ts +11 -0
- package/clients/accountingService/models/BankTransactionDto.ts +24 -0
- package/clients/accountingService/models/BankTransactionDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/BankTransactionDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/BankTransactionUpdateDto.ts +22 -0
- package/clients/accountingService/models/BankUpdateDto.ts +10 -0
- package/clients/accountingService/models/BudgetAccountEntryCreateDto.ts +27 -0
- package/clients/accountingService/models/BudgetAccountEntryDto.ts +35 -0
- package/clients/accountingService/models/BudgetAccountEntryDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/BudgetAccountEntryDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/BudgetAccountEntryUpdateDto.ts +25 -0
- package/clients/accountingService/models/CommissionCreateDto.ts +22 -0
- package/clients/accountingService/models/CommissionDto.ts +22 -0
- package/clients/accountingService/models/CommissionDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/CommissionUpdateDto.ts +20 -0
- package/clients/accountingService/models/CostCentreBudgetCreateDto.ts +13 -0
- package/clients/accountingService/models/CostCentreBudgetDto.ts +13 -0
- package/clients/accountingService/models/CostCentreBudgetDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/CostCentreBudgetDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/CostCentreBudgetUpdateDto.ts +10 -0
- package/clients/accountingService/models/CostCentreCreateDto.ts +22 -0
- package/clients/accountingService/models/CostCentreDto.ts +22 -0
- package/clients/accountingService/models/CostCentreDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/CostCentreDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/CostCentreGroupCreateDto.ts +14 -0
- package/clients/accountingService/models/CostCentreGroupDto.ts +14 -0
- package/clients/accountingService/models/CostCentreGroupDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/CostCentreGroupDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/CostCentreGroupUpdateDto.ts +12 -0
- package/clients/accountingService/models/CostCentreUpdateDto.ts +20 -0
- package/clients/accountingService/models/FiscalIdentificationTypeCreateDto.ts +14 -0
- package/clients/accountingService/models/FiscalIdentificationTypeDto.ts +14 -0
- package/clients/accountingService/models/FiscalIdentificationTypeDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/FiscalIdentificationTypeDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/FiscalIdentificationTypeUpdateDto.ts +12 -0
- package/clients/accountingService/models/FiscalPeriodCreateDto.ts +15 -0
- package/clients/accountingService/models/FiscalPeriodDto.ts +15 -0
- package/clients/accountingService/models/FiscalPeriodDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/FiscalPeriodDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/FiscalPeriodUpdateDto.ts +13 -0
- package/clients/accountingService/models/FiscalRegimeCreateDto.ts +14 -0
- package/clients/accountingService/models/FiscalRegimeDto.ts +14 -0
- package/clients/accountingService/models/FiscalRegimeDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/FiscalRegimeDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/FiscalRegimeUpdateDto.ts +12 -0
- package/clients/accountingService/models/FiscalResponsibilityCreateDto.ts +14 -0
- package/clients/accountingService/models/FiscalResponsibilityDto.ts +14 -0
- package/clients/{holderService/models/ExtendedPlatformUserDtoEnvelope.ts → accountingService/models/FiscalResponsibilityDtoEnvelope.ts} +3 -3
- package/clients/accountingService/models/FiscalResponsibilityDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/FiscalResponsibilityRecordCreateDto.ts +13 -0
- package/clients/accountingService/models/FiscalResponsibilityRecordDto.ts +13 -0
- package/clients/accountingService/models/FiscalResponsibilityRecordDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/FiscalResponsibilityRecordDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/FiscalResponsibilityRecordUpdateDto.ts +11 -0
- package/clients/accountingService/models/FiscalResponsibilityUpdateDto.ts +12 -0
- package/clients/accountingService/models/FiscalYearDto.ts +1 -0
- package/clients/{learningService/models/Pagination.ts → accountingService/models/ForgotPasswordRequest.ts} +2 -3
- package/clients/accountingService/models/GrantCreateDto.ts +11 -0
- package/clients/accountingService/models/GrantDto.ts +11 -0
- package/clients/accountingService/models/GrantDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/GrantDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/GrantUpdateDto.ts +9 -0
- package/clients/accountingService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/accountingService/models/InfoRequest.ts +10 -0
- package/clients/accountingService/models/InfoResponse.ts +9 -0
- package/clients/accountingService/models/ItemTaxPolicyRecordCreateDto.ts +12 -0
- package/clients/accountingService/models/ItemTaxPolicyRecordDto.ts +12 -0
- package/clients/accountingService/models/ItemTaxPolicyRecordDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/ItemTaxPolicyRecordDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/ItemTaxPolicyRecordUpdateDto.ts +12 -0
- package/clients/accountingService/models/JournalEntryCreateDto.ts +1 -0
- package/clients/accountingService/models/JournalEntryDto.ts +1 -0
- package/clients/accountingService/models/JournalEntryUpdateDto.ts +1 -0
- package/clients/accountingService/models/LoanApplicationCreateDto.ts +11 -0
- package/clients/accountingService/models/LoanApplicationDto.ts +11 -0
- package/clients/accountingService/models/LoanApplicationDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/LoanApplicationDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/LoanApplicationUpdateDto.ts +9 -0
- package/clients/accountingService/models/LoginRequest.ts +11 -0
- package/clients/accountingService/models/PaymentCommissionCreateDto.ts +10 -0
- package/clients/accountingService/models/PaymentCommissionDto.ts +23 -0
- package/clients/accountingService/models/PaymentCommissionDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/PaymentCommissionUpdateDto.ts +21 -0
- package/clients/accountingService/models/RefreshRequest.ts +8 -0
- package/clients/accountingService/models/RegisterRequest.ts +9 -0
- package/clients/accountingService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/accountingService/models/ResetPasswordRequest.ts +10 -0
- package/clients/accountingService/models/ShareClassCreateDto.ts +16 -0
- package/clients/accountingService/models/ShareClassDto.ts +16 -0
- package/clients/accountingService/models/ShareClassDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/ShareClassDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/ShareClassUpdateDto.ts +14 -0
- package/clients/accountingService/models/ShareIssuanceCreateDto.ts +14 -0
- package/clients/accountingService/models/ShareIssuanceDto.ts +14 -0
- package/clients/accountingService/models/ShareIssuanceDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/ShareIssuanceDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/ShareIssuanceUpdateDto.ts +12 -0
- package/clients/accountingService/models/ShareTransferCreateDto.ts +16 -0
- package/clients/accountingService/models/ShareTransferDto.ts +16 -0
- package/clients/accountingService/models/ShareTransferDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/ShareTransferDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/ShareTransferReasonCreateDto.ts +13 -0
- package/clients/accountingService/models/ShareTransferReasonDto.ts +13 -0
- package/clients/accountingService/models/ShareTransferReasonDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/ShareTransferReasonDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/ShareTransferReasonUpdateDto.ts +11 -0
- package/clients/accountingService/models/ShareTransferUpdateDto.ts +14 -0
- package/clients/accountingService/models/TaxPolicyCreateDto.ts +36 -0
- package/clients/accountingService/models/TaxPolicyDto.ts +36 -0
- package/clients/accountingService/models/TaxPolicyDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/TaxPolicyDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/TaxPolicyUpdateDto.ts +34 -0
- package/clients/accountingService/models/TaxRateCreateDto.ts +29 -0
- package/clients/accountingService/models/TaxRateDto.ts +29 -0
- package/clients/accountingService/models/TaxRateDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/TaxRateDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/TaxRateUpdateDto.ts +27 -0
- package/clients/accountingService/models/TenantId.ts +5 -0
- package/clients/accountingService/models/TransactionCategoryCreateDto.ts +13 -0
- package/clients/accountingService/models/TransactionCategoryDto.ts +13 -0
- package/clients/accountingService/models/TransactionCategoryDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/TransactionCategoryDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/TransactionCategoryUpdateDto.ts +11 -0
- package/clients/accountingService/models/TransactionCreateDto.ts +22 -0
- package/clients/accountingService/models/TransactionDto.ts +22 -0
- package/clients/accountingService/models/TransactionDtoEnvelope.ts +14 -0
- package/clients/accountingService/models/TransactionDtoListEnvelope.ts +14 -0
- package/clients/accountingService/models/TransactionUpdateDto.ts +20 -0
- package/clients/accountingService/models/TwoFactorRequest.ts +12 -0
- package/clients/accountingService/models/TwoFactorResponse.ts +12 -0
- package/clients/accountingService/services/AccountGroupsService.ts +147 -0
- package/clients/accountingService/services/AccountingPeriodsService.ts +148 -0
- package/clients/accountingService/services/AccountsService.ts +322 -0
- package/clients/accountingService/services/BankingService.ts +655 -0
- package/clients/accountingService/services/BillingProfilesService.ts +1 -1
- package/clients/accountingService/services/BudgetsService.ts +176 -0
- package/clients/accountingService/services/CommissionsService.ts +364 -0
- package/clients/accountingService/services/CostCentresService.ts +517 -0
- package/clients/accountingService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/accountingService/services/FiscalsService.ts +1328 -0
- package/clients/accountingService/services/{FiscalAuthoritiesService.ts → GrantsService.ts} +34 -34
- package/clients/accountingService/services/JournalTypesService.ts +27 -0
- package/clients/accountingService/services/LoansService.ts +183 -0
- package/clients/accountingService/services/SharesService.ts +721 -0
- package/clients/accountingService/services/TaxesService.ts +686 -0
- package/clients/accountingService/services/TransactionsService.ts +372 -0
- package/clients/cartService/index.ts +13 -0
- package/clients/cartService/models/AccessTokenResponse.ts +11 -0
- package/clients/cartService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/cartService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/cartService/models/InfoRequest.ts +10 -0
- package/clients/cartService/models/InfoResponse.ts +9 -0
- package/clients/cartService/models/LoginRequest.ts +11 -0
- package/clients/cartService/models/RefreshRequest.ts +8 -0
- package/clients/cartService/models/RegisterRequest.ts +9 -0
- package/clients/cartService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/cartService/models/ResetPasswordRequest.ts +10 -0
- package/clients/cartService/models/TwoFactorRequest.ts +12 -0
- package/clients/cartService/models/TwoFactorResponse.ts +12 -0
- package/clients/cartService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/catalogService/index.ts +14 -0
- package/clients/catalogService/models/AccessTokenResponse.ts +11 -0
- package/clients/catalogService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/catalogService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/catalogService/models/InfoRequest.ts +10 -0
- package/clients/catalogService/models/InfoResponse.ts +9 -0
- package/clients/catalogService/models/ItemAttachmentCreateDto.ts +1 -1
- package/clients/catalogService/models/ItemAttachmentDto.ts +11 -11
- package/clients/catalogService/models/LoginRequest.ts +11 -0
- package/clients/catalogService/models/MerchantDtoEnvelope.ts +14 -0
- package/clients/catalogService/models/RefreshRequest.ts +8 -0
- package/clients/catalogService/models/RegisterRequest.ts +9 -0
- package/clients/catalogService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/catalogService/models/ResetPasswordRequest.ts +10 -0
- package/clients/catalogService/models/TwoFactorRequest.ts +12 -0
- package/clients/catalogService/models/TwoFactorResponse.ts +12 -0
- package/clients/catalogService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/catalogService/services/ItemAttachmentsService.ts +0 -6
- package/clients/catalogService/services/ItemAttributesService.ts +0 -6
- package/clients/catalogService/services/ItemBrandsService.ts +0 -6
- package/clients/catalogService/services/ItemCategoriesService.ts +0 -6
- package/clients/catalogService/services/ItemImagesService.ts +0 -6
- package/clients/catalogService/services/ItemQuestionsService.ts +0 -6
- package/clients/catalogService/services/ItemReviewsService.ts +0 -6
- package/clients/catalogService/services/ItemTagsService.ts +0 -6
- package/clients/catalogService/services/ItemTypesService.ts +0 -6
- package/clients/catalogService/services/ItemsService.ts +1 -9
- package/clients/catalogService/services/MerchantsService.ts +47 -0
- package/clients/catalogService/services/PoliciesService.ts +0 -24
- package/clients/catalogService/services/PricingRulesService.ts +0 -6
- package/clients/contentService/core/ApiError.ts +25 -0
- package/clients/contentService/core/ApiRequestOptions.ts +17 -0
- package/clients/contentService/core/ApiResult.ts +11 -0
- package/clients/contentService/core/CancelablePromise.ts +131 -0
- package/clients/contentService/core/OpenAPI.ts +32 -0
- package/clients/contentService/core/request.ts +322 -0
- package/clients/contentService/index.ts +173 -0
- package/clients/contentService/models/AccessTokenResponse.ts +11 -0
- package/clients/contentService/models/AdvancedOptions.ts +13 -0
- package/clients/contentService/models/AllianceBusinessSuiteIntegrationOptions.ts +12 -0
- package/clients/contentService/models/AppleIcons.ts +18 -0
- package/clients/contentService/models/AzureAppInsightIntegrationOptions.ts +34 -0
- package/clients/contentService/models/AzureStorageIntegrationOptions.ts +9 -0
- package/clients/contentService/models/Background.ts +31 -0
- package/clients/contentService/models/BackgroundOptions.ts +13 -0
- package/clients/contentService/models/BlogOptions.ts +9 -0
- package/clients/contentService/models/BlogPostCategoryCreateDto.ts +24 -0
- package/clients/contentService/models/BlogPostCategoryDto.ts +23 -0
- package/clients/contentService/models/BlogPostCategoryDtoEnvelope.ts +14 -0
- package/clients/contentService/models/BlogPostCategoryDtoListEnvelope.ts +14 -0
- package/clients/contentService/models/BlogPostCategoryUpdateDto.ts +20 -0
- package/clients/contentService/models/BlogPostCommentCreateDto.ts +13 -0
- package/clients/contentService/models/BlogPostCommentDto.ts +14 -0
- package/clients/contentService/models/BlogPostCommentDtoListEnvelope.ts +14 -0
- package/clients/contentService/models/BlogPostCreateDto.ts +18 -0
- package/clients/contentService/models/BlogPostDto.ts +66 -0
- package/clients/contentService/models/BlogPostDtoEnvelope.ts +14 -0
- package/clients/contentService/models/BlogPostDtoListEnvelope.ts +14 -0
- package/clients/contentService/models/BlogPostTagCreateDto.ts +24 -0
- package/clients/contentService/models/BlogPostTagDto.ts +23 -0
- package/clients/contentService/models/BlogPostTagDtoEnvelope.ts +14 -0
- package/clients/contentService/models/BlogPostTagDtoListEnvelope.ts +14 -0
- package/clients/contentService/models/BlogPostTagUpdateDto.ts +20 -0
- package/clients/contentService/models/BlogPostUpdateDto.ts +60 -0
- package/clients/contentService/models/BrandingOptions.ts +23 -0
- package/clients/contentService/models/BreadcrumbsOptions.ts +15 -0
- package/clients/contentService/models/CartOptions.ts +10 -0
- package/clients/contentService/models/CodeFieldsOptions.ts +5 -0
- package/clients/contentService/models/ColorOptions.ts +18 -0
- package/clients/contentService/models/ColorScheme.ts +17 -0
- package/clients/contentService/models/ContactOptions.ts +17 -0
- package/clients/contentService/models/ContactPoint.ts +13 -0
- package/clients/contentService/models/CouponsOptions.ts +9 -0
- package/clients/contentService/models/Creator.ts +12 -0
- package/clients/contentService/models/CustomFont.ts +13 -0
- package/clients/contentService/models/DashboardOptions.ts +12 -0
- package/clients/contentService/models/DownloadablesOptions.ts +10 -0
- package/clients/contentService/models/EPaycoIntegrationOptions.ts +12 -0
- package/clients/contentService/models/EmailOptions.ts +34 -0
- package/clients/contentService/models/EmailsOptions.ts +11 -0
- package/clients/contentService/models/EmptyEnvelope.ts +12 -0
- package/clients/contentService/models/ErrorEnvelope.ts +12 -0
- package/clients/contentService/models/FacebookIntegrationOptions.ts +15 -0
- package/clients/contentService/models/Favicons.ts +13 -0
- package/clients/contentService/models/FeaturesOptions.ts +5 -0
- package/clients/contentService/models/FenixAllianceIntegrationsOptions.ts +12 -0
- package/clients/contentService/models/FooterOptions.ts +41 -0
- package/clients/contentService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/contentService/models/FormsOptions.ts +5 -0
- package/clients/contentService/models/ForumOptions.ts +8 -0
- package/clients/contentService/models/FreeGeoIPIntegrationOptions.ts +9 -0
- package/clients/contentService/models/GoogleAnalytics.ts +9 -0
- package/clients/contentService/models/GoogleIntegrationOptions.ts +20 -0
- package/clients/contentService/models/GoogleMapsIntegrationOptions.ts +9 -0
- package/clients/contentService/models/GoogleMerchantCenterIntegrationOptions.ts +11 -0
- package/clients/contentService/models/GoogleMyBusinessIntegrationOptions.ts +15 -0
- package/clients/contentService/models/GoogleRecaptchaIntegrationOptions.ts +12 -0
- package/clients/{identityService/models/IPLookupDto.ts → contentService/models/GoogleTagManagerIntegrationOptions.ts} +2 -3
- package/clients/contentService/models/GridOptions.ts +5 -0
- package/clients/contentService/models/HeaderOptions.ts +51 -0
- package/clients/contentService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/contentService/models/IdentityAndPrivacyOptions.ts +29 -0
- package/clients/contentService/models/InfinityComexIntegrationOptions.ts +12 -0
- package/clients/contentService/models/InfoRequest.ts +10 -0
- package/clients/contentService/models/InfoResponse.ts +9 -0
- package/clients/contentService/models/Int32Envelope.ts +13 -0
- package/clients/contentService/models/IntegrationOptions.ts +9 -0
- package/clients/contentService/models/IntegrationsOptions.ts +24 -0
- package/clients/contentService/models/InventoryOptions.ts +23 -0
- package/clients/contentService/models/LayoutOptions.ts +23 -0
- package/clients/contentService/models/LightboxOptions.ts +5 -0
- package/clients/contentService/models/LoginRequest.ts +11 -0
- package/clients/contentService/models/Logo.ts +31 -0
- package/clients/contentService/models/MSAppTile.ts +15 -0
- package/clients/contentService/models/MansoryOptions.ts +5 -0
- package/clients/contentService/models/Margin.ts +11 -0
- package/clients/contentService/models/MeasurementOptions.ts +24 -0
- package/clients/contentService/models/MenuOptions.ts +57 -0
- package/clients/contentService/models/MicrosoftAzureIntegrationOptions.ts +12 -0
- package/clients/contentService/models/MicrosoftIntegrationsOptions.ts +10 -0
- package/clients/contentService/models/MiscellaneousOptions.ts +5 -0
- package/clients/contentService/models/OpenExchangeRatesIntegrationsOptions.ts +9 -0
- package/clients/contentService/models/Operation.ts +23 -0
- package/clients/contentService/models/Organization.ts +18 -0
- package/clients/contentService/models/Padding.ts +11 -0
- package/clients/contentService/models/PaginationOptions.ts +5 -0
- package/clients/contentService/models/PaymentMethod.ts +13 -0
- package/clients/contentService/models/PaymentOptions.ts +9 -0
- package/clients/contentService/models/PerformanceOptions.ts +5 -0
- package/clients/contentService/models/Portal.ts +23 -0
- package/clients/contentService/models/PortalEnvelope.ts +14 -0
- package/clients/contentService/models/PortalId.ts +5 -0
- package/clients/contentService/models/PortalOptions.ts +92 -0
- package/clients/contentService/models/PortalOptionsEnvelope.ts +14 -0
- package/clients/contentService/models/PortfolioOptions.ts +5 -0
- package/clients/contentService/models/PriceCalculationOptions.ts +8 -0
- package/clients/contentService/models/PrivacyOptions.ts +8 -0
- package/clients/contentService/models/ProductOptions.ts +5 -0
- package/clients/contentService/models/RecommendationOptions.ts +18 -0
- package/clients/contentService/models/RefreshRequest.ts +8 -0
- package/clients/contentService/models/RegisterRequest.ts +9 -0
- package/clients/contentService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/contentService/models/ResetPasswordRequest.ts +10 -0
- package/clients/contentService/models/ResponsiveOptions.ts +18 -0
- package/clients/contentService/models/ReviewsOptions.ts +12 -0
- package/clients/contentService/models/SearchOptions.ts +5 -0
- package/clients/contentService/models/SendgridIntegrationsOptions.ts +9 -0
- package/clients/contentService/models/SeoOptions.ts +20 -0
- package/clients/contentService/models/ServicesOptions.ts +35 -0
- package/clients/contentService/models/SidebarOptions.ts +5 -0
- package/clients/contentService/models/SliderOptions.ts +5 -0
- package/clients/contentService/models/SlideshowOptions.ts +5 -0
- package/clients/contentService/models/SlidingBarOptions.ts +29 -0
- package/clients/contentService/models/SocialMediaOptions.ts +18 -0
- package/clients/contentService/models/StoreDataRetentionPolicy.ts +17 -0
- package/clients/contentService/models/StoreOptions.ts +70 -0
- package/clients/contentService/models/StudioOptions.ts +14 -0
- package/clients/contentService/models/SubscriptionsOptions.ts +35 -0
- package/clients/contentService/models/TaxCalculationOptions.ts +15 -0
- package/clients/contentService/models/ThemingOptions.ts +11 -0
- package/clients/contentService/models/TitleBarOptions.ts +41 -0
- package/clients/contentService/models/TwoFactorRequest.ts +12 -0
- package/clients/contentService/models/TwoFactorResponse.ts +12 -0
- package/clients/contentService/models/Typography.ts +15 -0
- package/clients/contentService/models/TypographyOptions.ts +12 -0
- package/clients/contentService/models/WebContentCreateDto.ts +16 -0
- package/clients/contentService/models/WebContentDto.ts +64 -0
- package/clients/contentService/models/WebContentDtoEnvelope.ts +14 -0
- package/clients/contentService/models/WebContentDtoListEnvelope.ts +14 -0
- package/clients/contentService/models/WebContentUpdateDto.ts +60 -0
- package/clients/contentService/models/WebPageCategoryCreateDto.ts +22 -0
- package/clients/contentService/models/WebPageCategoryDto.ts +23 -0
- package/clients/contentService/models/WebPageCategoryDtoEnvelope.ts +14 -0
- package/clients/contentService/models/WebPageCategoryDtoListEnvelope.ts +14 -0
- package/clients/contentService/models/WebPageCategoryUpdateDto.ts +18 -0
- package/clients/contentService/models/WebPageCreateDto.ts +17 -0
- package/clients/contentService/models/WebPageDto.ts +75 -0
- package/clients/contentService/models/WebPageDtoEnvelope.ts +14 -0
- package/clients/{identityService/models/ApiResponseEnvelope.ts → contentService/models/WebPageDtoListEnvelope.ts} +3 -3
- package/clients/contentService/models/WebPageTagCreateDto.ts +22 -0
- package/clients/contentService/models/WebPageTagDto.ts +23 -0
- package/clients/contentService/models/WebPageTagDtoEnvelope.ts +14 -0
- package/clients/contentService/models/WebPageTagDtoListEnvelope.ts +14 -0
- package/clients/contentService/models/WebPageTagUpdateDto.ts +18 -0
- package/clients/contentService/models/WebPageUpdateDto.ts +70 -0
- package/clients/contentService/models/WebPortalCreateDto.ts +19 -0
- package/clients/contentService/models/WebPortalDto.ts +19 -0
- package/clients/contentService/models/WebPortalDtoEnvelope.ts +14 -0
- package/clients/contentService/models/WebPortalUpdateDto.ts +16 -0
- package/clients/contentService/services/BlogPostAuthorsService.ts +116 -0
- package/clients/contentService/services/BlogPostCategoriesService.ts +199 -0
- package/clients/contentService/services/BlogPostTagsService.ts +191 -0
- package/clients/contentService/services/BlogPostsService.ts +531 -0
- package/clients/contentService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/contentService/services/PortalsService.ts +334 -0
- package/clients/contentService/services/ThemesService.ts +29 -0
- package/clients/contentService/services/WebContentsService.ts +197 -0
- package/clients/contentService/services/WebPageCategoriesService.ts +197 -0
- package/clients/contentService/services/WebPageTagsService.ts +192 -0
- package/clients/contentService/services/WebPagesService.ts +451 -0
- package/clients/crmService/index.ts +17 -0
- package/clients/crmService/models/AccessTokenResponse.ts +11 -0
- package/clients/crmService/models/ExtendedContactDto.ts +80 -0
- package/clients/crmService/models/ExtendedContactDtoEnvelope.ts +14 -0
- package/clients/crmService/models/ExtendedContactDtoListEnvelope.ts +14 -0
- package/clients/crmService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/crmService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/crmService/models/InfoRequest.ts +10 -0
- package/clients/crmService/models/InfoResponse.ts +9 -0
- package/clients/crmService/models/LoginRequest.ts +11 -0
- package/clients/crmService/models/RefreshRequest.ts +8 -0
- package/clients/crmService/models/RegisterRequest.ts +9 -0
- package/clients/crmService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/crmService/models/ResetPasswordRequest.ts +10 -0
- package/clients/crmService/models/SimpleContactDto.ts +40 -0
- package/clients/crmService/models/SocialProfileDto.ts +4 -3
- package/clients/crmService/models/TwoFactorRequest.ts +12 -0
- package/clients/crmService/models/TwoFactorResponse.ts +12 -0
- package/clients/crmService/services/ContactsService.ts +107 -0
- package/clients/crmService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/dealsService/core/ApiError.ts +25 -0
- package/clients/dealsService/core/ApiRequestOptions.ts +17 -0
- package/clients/dealsService/core/ApiResult.ts +11 -0
- package/clients/dealsService/core/CancelablePromise.ts +131 -0
- package/clients/dealsService/core/OpenAPI.ts +32 -0
- package/clients/dealsService/core/request.ts +322 -0
- package/clients/dealsService/index.ts +66 -0
- package/clients/dealsService/models/AccessTokenResponse.ts +11 -0
- package/clients/dealsService/models/ContactDto.ts +71 -0
- package/clients/dealsService/models/Currency.ts +9 -0
- package/clients/dealsService/models/DealUnitCreateDto.ts +76 -0
- package/clients/dealsService/models/DealUnitDto.ts +126 -0
- package/clients/dealsService/models/DealUnitDtoEnvelope.ts +14 -0
- package/clients/dealsService/models/DealUnitDtoListEnvelope.ts +14 -0
- package/clients/dealsService/models/DealUnitFlowCreateDto.ts +14 -0
- package/clients/dealsService/models/DealUnitFlowDto.ts +14 -0
- package/clients/dealsService/models/DealUnitFlowDtoEnvelope.ts +14 -0
- package/clients/dealsService/models/DealUnitFlowDtoListEnvelope.ts +14 -0
- package/clients/dealsService/models/DealUnitFlowStageCreateDto.ts +16 -0
- package/clients/dealsService/models/DealUnitFlowStageDto.ts +16 -0
- package/clients/dealsService/models/DealUnitFlowStageDtoEnvelope.ts +14 -0
- package/clients/dealsService/models/DealUnitFlowStageDtoListEnvelope.ts +14 -0
- package/clients/dealsService/models/DealUnitFlowStageUpdateDto.ts +13 -0
- package/clients/dealsService/models/DealUnitFlowUpdateDto.ts +12 -0
- package/clients/dealsService/models/DealUnitLineCreateDto.ts +98 -0
- package/clients/dealsService/models/DealUnitLineDto.ts +100 -0
- package/clients/dealsService/models/DealUnitLineDtoEnvelope.ts +14 -0
- package/clients/dealsService/models/DealUnitLineDtoListEnvelope.ts +14 -0
- package/clients/dealsService/models/DealUnitLineUpdateDto.ts +97 -0
- package/clients/dealsService/models/DealUnitUpdateDto.ts +80 -0
- package/clients/dealsService/models/EmptyEnvelope.ts +12 -0
- package/clients/dealsService/models/ErrorEnvelope.ts +12 -0
- package/clients/dealsService/models/ExtendedDealUnitDto.ts +136 -0
- package/clients/dealsService/models/ExtendedDealUnitDtoEnvelope.ts +14 -0
- package/clients/dealsService/models/ExtendedDealUnitDtoListEnvelope.ts +14 -0
- package/clients/dealsService/models/ExtendedSalesLiteratureDto.ts +21 -0
- package/clients/dealsService/models/ExtendedSalesLiteratureDtoListEnvelope.ts +14 -0
- package/clients/dealsService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/dealsService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/dealsService/models/InfoRequest.ts +10 -0
- package/clients/dealsService/models/InfoResponse.ts +9 -0
- package/clients/dealsService/models/Int32Envelope.ts +13 -0
- package/clients/dealsService/models/LoginRequest.ts +11 -0
- package/clients/dealsService/models/Money.ts +10 -0
- package/clients/dealsService/models/RefreshRequest.ts +8 -0
- package/clients/dealsService/models/RegisterRequest.ts +9 -0
- package/clients/dealsService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/dealsService/models/ResetPasswordRequest.ts +10 -0
- package/clients/dealsService/models/SalesLiteratureCreateDto.ts +17 -0
- package/clients/dealsService/models/SalesLiteratureDto.ts +17 -0
- package/clients/dealsService/models/SalesLiteratureDtoEnvelope.ts +14 -0
- package/clients/dealsService/models/SalesLiteratureDtoListEnvelope.ts +14 -0
- package/clients/dealsService/models/SalesLiteratureTypeDto.ts +12 -0
- package/clients/dealsService/models/SalesLiteratureUpdateDto.ts +15 -0
- package/clients/dealsService/models/TenantEnrolmentDto.ts +15 -0
- package/clients/dealsService/models/TwoFactorRequest.ts +12 -0
- package/clients/dealsService/models/TwoFactorResponse.ts +12 -0
- package/clients/{tenantService/models/PlatformUserDto.ts → dealsService/models/UserDto.ts} +12 -11
- package/clients/dealsService/services/DealUnitFlowsService.ts +377 -0
- package/clients/dealsService/services/DealUnitsService.ts +416 -0
- package/clients/dealsService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/dealsService/services/SalesLiteraturesService.ts +177 -0
- package/clients/forexService/index.ts +13 -0
- package/clients/forexService/models/AccessTokenResponse.ts +11 -0
- package/clients/forexService/models/ForexRatesDto.ts +1 -1
- package/clients/forexService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/forexService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/forexService/models/InfoRequest.ts +10 -0
- package/clients/forexService/models/InfoResponse.ts +9 -0
- package/clients/forexService/models/LoginRequest.ts +11 -0
- package/clients/forexService/models/RefreshRequest.ts +8 -0
- package/clients/forexService/models/RegisterRequest.ts +9 -0
- package/clients/forexService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/forexService/models/ResetPasswordRequest.ts +10 -0
- package/clients/forexService/models/TwoFactorRequest.ts +12 -0
- package/clients/forexService/models/TwoFactorResponse.ts +12 -0
- package/clients/forexService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/globeService/core/ApiError.ts +25 -0
- package/clients/globeService/core/ApiRequestOptions.ts +17 -0
- package/clients/globeService/core/ApiResult.ts +11 -0
- package/clients/globeService/core/CancelablePromise.ts +131 -0
- package/clients/globeService/core/OpenAPI.ts +32 -0
- package/clients/globeService/core/request.ts +322 -0
- package/clients/globeService/index.ts +49 -0
- package/clients/globeService/models/AccessTokenResponse.ts +11 -0
- package/clients/globeService/models/CityDto.ts +15 -0
- package/clients/globeService/models/CityDtoListEnvelope.ts +14 -0
- package/clients/globeService/models/CountryCallingCodeDto.ts +10 -0
- package/clients/globeService/models/CountryCallingCodeDtoListEnvelope.ts +14 -0
- package/clients/globeService/models/CountryDto.ts +14 -0
- package/clients/globeService/models/CountryDtoEnvelope.ts +14 -0
- package/clients/globeService/models/CountryDtoListEnvelope.ts +14 -0
- package/clients/globeService/models/CountryLanguageDto.ts +14 -0
- package/clients/globeService/models/CountryLanguageDtoEnvelope.ts +14 -0
- package/clients/globeService/models/CountryLanguageDtoListEnvelope.ts +14 -0
- package/clients/globeService/models/CountryStateDto.ts +12 -0
- package/clients/globeService/models/CountryStateDtoEnvelope.ts +14 -0
- package/clients/globeService/models/CountryStateDtoListEnvelope.ts +14 -0
- package/clients/globeService/models/CountryTopLevelDomainDto.ts +10 -0
- package/clients/globeService/models/CountryTopLevelDomainDtoListEnvelope.ts +14 -0
- package/clients/globeService/models/CurrencyDto.ts +13 -0
- package/clients/globeService/models/CurrencyDtoEnvelope.ts +14 -0
- package/clients/globeService/models/CurrencyDtoListEnvelope.ts +14 -0
- package/clients/globeService/models/ErrorEnvelope.ts +12 -0
- package/clients/globeService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/globeService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/globeService/models/InfoRequest.ts +10 -0
- package/clients/globeService/models/InfoResponse.ts +9 -0
- package/clients/globeService/models/LoginRequest.ts +11 -0
- package/clients/globeService/models/RefreshRequest.ts +8 -0
- package/clients/globeService/models/RegisterRequest.ts +9 -0
- package/clients/globeService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/globeService/models/ResetPasswordRequest.ts +10 -0
- package/clients/globeService/models/TimezoneDto.ts +12 -0
- package/clients/globeService/models/TimezoneDtoEnvelope.ts +14 -0
- package/clients/globeService/models/TimezoneDtoListEnvelope.ts +14 -0
- package/clients/globeService/models/TwoFactorRequest.ts +12 -0
- package/clients/globeService/models/TwoFactorResponse.ts +12 -0
- package/clients/globeService/services/CountriesService.ts +269 -0
- package/clients/globeService/services/CurrenciesService.ts +56 -0
- package/clients/globeService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/globeService/services/LanguagesService.ts +56 -0
- package/clients/globeService/services/TimezonesService.ts +56 -0
- package/clients/holderService/index.ts +22 -8
- package/clients/holderService/models/AccessTokenResponse.ts +11 -0
- package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +2 -2
- package/clients/holderService/models/{ExtendedPlatformUserDto.ts → ExtendedUserDto.ts} +14 -13
- package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +14 -0
- package/clients/holderService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/holderService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/holderService/models/InfoRequest.ts +10 -0
- package/clients/holderService/models/InfoResponse.ts +9 -0
- package/clients/holderService/models/Int32Envelope.ts +13 -0
- package/clients/holderService/models/LoginRequest.ts +11 -0
- package/clients/holderService/models/RefreshRequest.ts +8 -0
- package/clients/holderService/models/RegisterRequest.ts +9 -0
- package/clients/holderService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/holderService/models/ResetPasswordRequest.ts +10 -0
- package/clients/holderService/models/SocialProfileDto.ts +4 -3
- package/clients/holderService/models/TwoFactorRequest.ts +12 -0
- package/clients/holderService/models/TwoFactorResponse.ts +12 -0
- package/clients/{identityService/models/PlatformUserDto.ts → holderService/models/UserDto.ts} +12 -11
- package/clients/holderService/models/UserDtoEnvelope.ts +14 -0
- package/clients/holderService/models/{PlatformUserSettingsDto.ts → UserSettingsDto.ts} +3 -3
- package/clients/holderService/models/UserSettingsDtoEnvelope.ts +14 -0
- package/clients/holderService/models/{PlatformUserSettingsUpdateDto.ts → UserSettingsUpdateDto.ts} +3 -3
- package/clients/holderService/models/{PlatformUserUpdateDto.ts → UserUpdateDto.ts} +3 -3
- package/clients/holderService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/holderService/services/HolderService.ts +91 -29
- package/clients/hrmsService/core/ApiError.ts +25 -0
- package/clients/hrmsService/core/ApiRequestOptions.ts +17 -0
- package/clients/hrmsService/core/ApiResult.ts +11 -0
- package/clients/hrmsService/core/CancelablePromise.ts +131 -0
- package/clients/hrmsService/core/OpenAPI.ts +32 -0
- package/clients/hrmsService/core/request.ts +322 -0
- package/clients/hrmsService/index.ts +50 -0
- package/clients/hrmsService/models/AccessTokenResponse.ts +11 -0
- package/clients/hrmsService/models/EmployeeProfileCreateDto.ts +9 -0
- package/clients/{identityService/models/Error.ts → hrmsService/models/EmployeeProfileDto.ts} +2 -3
- package/clients/hrmsService/models/EmployeeProfileDtoEnvelope.ts +14 -0
- package/clients/hrmsService/models/EmployeeProfileDtoListEnvelope.ts +14 -0
- package/clients/hrmsService/models/EmployeeProfileUpdateDto.ts +5 -0
- package/clients/hrmsService/models/EmployerProfileCreateDto.ts +9 -0
- package/clients/hrmsService/models/EmployerProfileDto.ts +9 -0
- package/clients/hrmsService/models/EmployerProfileDtoEnvelope.ts +14 -0
- package/clients/hrmsService/models/EmployerProfileDtoListEnvelope.ts +14 -0
- package/clients/hrmsService/models/EmployerProfileUpdateDto.ts +5 -0
- package/clients/hrmsService/models/EmptyEnvelope.ts +12 -0
- package/clients/hrmsService/models/ErrorEnvelope.ts +12 -0
- package/clients/hrmsService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/hrmsService/models/GigCreateDto.ts +9 -0
- package/clients/hrmsService/models/GigDto.ts +9 -0
- package/clients/hrmsService/models/GigDtoEnvelope.ts +14 -0
- package/clients/hrmsService/models/GigDtoListEnvelope.ts +14 -0
- package/clients/hrmsService/models/GigUpdateDto.ts +5 -0
- package/clients/hrmsService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/hrmsService/models/InfoRequest.ts +10 -0
- package/clients/hrmsService/models/InfoResponse.ts +9 -0
- package/clients/hrmsService/models/Int32Envelope.ts +13 -0
- package/clients/hrmsService/models/JobOfferCreateDto.ts +9 -0
- package/clients/hrmsService/models/JobOfferDto.ts +9 -0
- package/clients/hrmsService/models/JobOfferDtoEnvelope.ts +14 -0
- package/clients/hrmsService/models/JobOfferDtoListEnvelope.ts +14 -0
- package/clients/hrmsService/models/JobOfferUpdateDto.ts +5 -0
- package/clients/hrmsService/models/LoginRequest.ts +11 -0
- package/clients/hrmsService/models/RefreshRequest.ts +8 -0
- package/clients/hrmsService/models/RegisterRequest.ts +9 -0
- package/clients/hrmsService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/hrmsService/models/ResetPasswordRequest.ts +10 -0
- package/clients/hrmsService/models/TwoFactorRequest.ts +12 -0
- package/clients/hrmsService/models/TwoFactorResponse.ts +12 -0
- package/clients/hrmsService/services/EmployeesService.ts +193 -0
- package/clients/hrmsService/services/EmployersService.ts +190 -0
- package/clients/hrmsService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/hrmsService/services/GigsService.ts +187 -0
- package/clients/hrmsService/services/JobOffersService.ts +189 -0
- package/clients/identityService/index.ts +18 -10
- package/clients/identityService/models/AccessTokenResponse.ts +11 -0
- package/clients/identityService/models/AccountHolderCreateDto.ts +1 -0
- package/clients/identityService/models/ApiAuthorizationResult.ts +17 -0
- package/clients/identityService/models/ApiAuthorizationResultEnvelope.ts +14 -0
- package/clients/identityService/models/EnrollmentId.ts +5 -0
- package/clients/identityService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/identityService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/identityService/models/InfoRequest.ts +10 -0
- package/clients/identityService/models/InfoResponse.ts +9 -0
- package/clients/identityService/models/LoginRequest.ts +11 -0
- package/clients/identityService/models/RefreshRequest.ts +8 -0
- package/clients/identityService/models/RegisterRequest.ts +9 -0
- package/clients/identityService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/identityService/models/ResetPasswordRequest.ts +10 -0
- package/clients/identityService/models/TenantId.ts +5 -0
- package/clients/identityService/models/TwoFactorRequest.ts +12 -0
- package/clients/identityService/models/TwoFactorResponse.ts +12 -0
- package/clients/identityService/models/UserId.ts +5 -0
- package/clients/identityService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/identityService/services/OAuthService.ts +25 -25
- package/clients/inventoryService/index.ts +14 -0
- package/clients/inventoryService/models/AccessTokenResponse.ts +11 -0
- package/clients/inventoryService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/inventoryService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/inventoryService/models/InfoRequest.ts +10 -0
- package/clients/inventoryService/models/InfoResponse.ts +9 -0
- package/clients/inventoryService/models/LoginRequest.ts +11 -0
- package/clients/inventoryService/models/RefreshRequest.ts +8 -0
- package/clients/inventoryService/models/RegisterRequest.ts +9 -0
- package/clients/inventoryService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/inventoryService/models/ResetPasswordRequest.ts +10 -0
- package/clients/inventoryService/models/TwoFactorRequest.ts +12 -0
- package/clients/inventoryService/models/TwoFactorResponse.ts +12 -0
- package/clients/inventoryService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/invoicingService/index.ts +13 -0
- package/clients/invoicingService/models/AccessTokenResponse.ts +11 -0
- package/clients/invoicingService/models/ExtendedInvoiceDto.ts +1 -0
- package/clients/invoicingService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/invoicingService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/invoicingService/models/InfoRequest.ts +10 -0
- package/clients/invoicingService/models/InfoResponse.ts +9 -0
- package/clients/invoicingService/models/InvoiceCreateDto.ts +0 -1
- package/clients/invoicingService/models/LoginRequest.ts +11 -0
- package/clients/invoicingService/models/RefreshRequest.ts +8 -0
- package/clients/invoicingService/models/RegisterRequest.ts +9 -0
- package/clients/invoicingService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/invoicingService/models/ResetPasswordRequest.ts +10 -0
- package/clients/invoicingService/models/SimpleUserDto.ts +6 -5
- package/clients/invoicingService/models/TwoFactorRequest.ts +12 -0
- package/clients/invoicingService/models/TwoFactorResponse.ts +12 -0
- package/clients/invoicingService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/learningService/index.ts +14 -1
- package/clients/learningService/models/AccessTokenResponse.ts +11 -0
- package/clients/learningService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/learningService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/learningService/models/InfoRequest.ts +10 -0
- package/clients/learningService/models/InfoResponse.ts +9 -0
- package/clients/learningService/models/Int32Envelope.ts +13 -0
- package/clients/learningService/models/LoginRequest.ts +11 -0
- package/clients/learningService/models/RefreshRequest.ts +8 -0
- package/clients/learningService/models/RegisterRequest.ts +9 -0
- package/clients/learningService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/learningService/models/ResetPasswordRequest.ts +10 -0
- package/clients/learningService/models/TwoFactorRequest.ts +12 -0
- package/clients/learningService/models/TwoFactorResponse.ts +12 -0
- package/clients/learningService/services/CourseEnrollmentsService.ts +25 -17
- package/clients/learningService/services/CoursesService.ts +25 -0
- package/clients/learningService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/marketingService/index.ts +13 -0
- package/clients/marketingService/models/AccessTokenResponse.ts +11 -0
- package/clients/marketingService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/marketingService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/marketingService/models/InfoRequest.ts +10 -0
- package/clients/marketingService/models/InfoResponse.ts +9 -0
- package/clients/marketingService/models/LoginRequest.ts +11 -0
- package/clients/marketingService/models/RefreshRequest.ts +8 -0
- package/clients/marketingService/models/RegisterRequest.ts +9 -0
- package/clients/marketingService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/marketingService/models/ResetPasswordRequest.ts +10 -0
- package/clients/marketingService/models/TwoFactorRequest.ts +12 -0
- package/clients/marketingService/models/TwoFactorResponse.ts +12 -0
- package/clients/marketingService/services/EmailTemplatesService.ts +15 -12
- package/clients/marketingService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/ordersService/index.ts +19 -0
- package/clients/ordersService/models/AccessTokenResponse.ts +11 -0
- package/clients/ordersService/models/ContactDto.ts +71 -0
- package/clients/ordersService/models/ExtendedOrderDto.ts +123 -0
- package/clients/ordersService/models/ExtendedOrderDtoListEnvelope.ts +14 -0
- package/clients/ordersService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/ordersService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/ordersService/models/InfoRequest.ts +10 -0
- package/clients/ordersService/models/InfoResponse.ts +9 -0
- package/clients/ordersService/models/LoginRequest.ts +11 -0
- package/clients/ordersService/models/OrderCreateDto.ts +0 -1
- package/clients/ordersService/models/OrderUpdateDto.ts +1 -2
- package/clients/ordersService/models/RefreshRequest.ts +8 -0
- package/clients/ordersService/models/RegisterRequest.ts +9 -0
- package/clients/ordersService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/ordersService/models/ResetPasswordRequest.ts +10 -0
- package/clients/ordersService/models/TenantDto.ts +45 -0
- package/clients/ordersService/models/TenantEnrolmentDto.ts +15 -0
- package/clients/ordersService/models/TwoFactorRequest.ts +12 -0
- package/clients/ordersService/models/TwoFactorResponse.ts +12 -0
- package/clients/{holderService/models/PlatformUserDto.ts → ordersService/models/UserDto.ts} +12 -11
- package/clients/ordersService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/ordersService/services/OrdersService.ts +20 -0
- package/clients/paymentsService/core/ApiError.ts +25 -0
- package/clients/paymentsService/core/ApiRequestOptions.ts +17 -0
- package/clients/paymentsService/core/ApiResult.ts +11 -0
- package/clients/paymentsService/core/CancelablePromise.ts +131 -0
- package/clients/paymentsService/core/OpenAPI.ts +32 -0
- package/clients/paymentsService/core/request.ts +322 -0
- package/clients/paymentsService/index.ts +30 -0
- package/clients/paymentsService/models/AccessTokenResponse.ts +11 -0
- package/clients/paymentsService/models/EmptyEnvelope.ts +12 -0
- package/clients/paymentsService/models/ErrorEnvelope.ts +12 -0
- package/clients/paymentsService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/paymentsService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/paymentsService/models/InfoRequest.ts +10 -0
- package/clients/paymentsService/models/InfoResponse.ts +9 -0
- package/clients/paymentsService/models/LoginRequest.ts +11 -0
- package/clients/paymentsService/models/PaymentCreateDto.ts +94 -0
- package/clients/paymentsService/models/PaymentDto.ts +94 -0
- package/clients/paymentsService/models/PaymentDtoListEnvelope.ts +14 -0
- package/clients/paymentsService/models/PaymentUpdateDto.ts +92 -0
- package/clients/paymentsService/models/RefreshRequest.ts +8 -0
- package/clients/paymentsService/models/RegisterRequest.ts +9 -0
- package/clients/paymentsService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/paymentsService/models/ResetPasswordRequest.ts +10 -0
- package/clients/paymentsService/models/TwoFactorRequest.ts +12 -0
- package/clients/paymentsService/models/TwoFactorResponse.ts +12 -0
- package/clients/paymentsService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/paymentsService/services/PaymentsService.ts +156 -0
- package/clients/pricingService/index.ts +26 -0
- package/clients/pricingService/models/AccessTokenResponse.ts +11 -0
- package/clients/pricingService/models/DiscountCreateDto.ts +17 -0
- package/clients/pricingService/models/DiscountDto.ts +18 -0
- package/clients/pricingService/models/DiscountDtoEnvelope.ts +14 -0
- package/clients/pricingService/models/DiscountDtoListEnvelope.ts +14 -0
- package/clients/pricingService/models/DiscountListCreateDto.ts +13 -0
- package/clients/pricingService/models/DiscountListDto.ts +13 -0
- package/clients/pricingService/models/DiscountListDtoEnvelope.ts +14 -0
- package/clients/pricingService/models/DiscountListDtoListEnvelope.ts +14 -0
- package/clients/pricingService/models/DiscountListUpdateDto.ts +11 -0
- package/clients/pricingService/models/DiscountUpdateDto.ts +15 -0
- package/clients/pricingService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/pricingService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/pricingService/models/InfoRequest.ts +10 -0
- package/clients/pricingService/models/InfoResponse.ts +9 -0
- package/clients/pricingService/models/ItemPriceDto.ts +5 -4
- package/clients/pricingService/models/LoginRequest.ts +11 -0
- package/clients/pricingService/models/PriceCalculationDto.ts +29 -0
- package/clients/pricingService/models/PriceCalculationDtoEnvelope.ts +14 -0
- package/clients/pricingService/models/PriceListDto.ts +3 -0
- package/clients/pricingService/models/RefreshRequest.ts +8 -0
- package/clients/pricingService/models/RegisterRequest.ts +9 -0
- package/clients/pricingService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/pricingService/models/ResetPasswordRequest.ts +10 -0
- package/clients/pricingService/models/TwoFactorRequest.ts +12 -0
- package/clients/pricingService/models/TwoFactorResponse.ts +12 -0
- package/clients/pricingService/services/DiscountListsService.ts +401 -0
- package/clients/pricingService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/pricingService/services/PricesService.ts +48 -12
- package/clients/projectsService/core/ApiError.ts +25 -0
- package/clients/projectsService/core/ApiRequestOptions.ts +17 -0
- package/clients/projectsService/core/ApiResult.ts +11 -0
- package/clients/projectsService/core/CancelablePromise.ts +131 -0
- package/clients/projectsService/core/OpenAPI.ts +32 -0
- package/clients/projectsService/core/request.ts +322 -0
- package/clients/projectsService/index.ts +49 -0
- package/clients/projectsService/models/AccessTokenResponse.ts +11 -0
- package/clients/projectsService/models/EmptyEnvelope.ts +12 -0
- package/clients/projectsService/models/ErrorEnvelope.ts +12 -0
- package/clients/projectsService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/projectsService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/projectsService/models/InfoRequest.ts +10 -0
- package/clients/projectsService/models/InfoResponse.ts +9 -0
- package/clients/projectsService/models/Int32Envelope.ts +13 -0
- package/clients/projectsService/models/LoginRequest.ts +11 -0
- package/clients/projectsService/models/ProjectCreateDto.ts +13 -0
- package/clients/projectsService/models/ProjectDto.ts +13 -0
- package/clients/projectsService/models/ProjectDtoEnvelope.ts +14 -0
- package/clients/projectsService/models/ProjectDtoListEnvelope.ts +14 -0
- package/clients/projectsService/models/ProjectPeriodCreateDto.ts +12 -0
- package/clients/projectsService/models/ProjectPeriodUpdateDto.ts +9 -0
- package/clients/projectsService/models/ProjectTaskCreateDto.ts +14 -0
- package/clients/projectsService/models/ProjectTaskDto.ts +13 -0
- package/clients/projectsService/models/ProjectTaskDtoListEnvelope.ts +14 -0
- package/clients/projectsService/models/ProjectTaskUpdateDto.ts +9 -0
- package/clients/projectsService/models/ProjectTimeLogDto.ts +28 -0
- package/clients/projectsService/models/ProjectTimeLogDtoListEnvelope.ts +14 -0
- package/clients/projectsService/models/ProjectUpdateDto.ts +11 -0
- package/clients/projectsService/models/RefreshRequest.ts +8 -0
- package/clients/projectsService/models/RegisterRequest.ts +9 -0
- package/clients/projectsService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/projectsService/models/ResetPasswordRequest.ts +10 -0
- package/clients/projectsService/models/TaskCategoryCreateDto.ts +10 -0
- package/clients/projectsService/models/TaskCategoryDto.ts +10 -0
- package/clients/projectsService/models/TaskCategoryDtoListEnvelope.ts +14 -0
- package/clients/projectsService/models/TaskCategoryUpdateDto.ts +8 -0
- package/clients/projectsService/models/TaskTypeCreateDto.ts +13 -0
- package/clients/projectsService/models/TaskTypeDto.ts +13 -0
- package/clients/projectsService/models/TaskTypeUpdateDto.ts +10 -0
- package/clients/projectsService/models/TwoFactorRequest.ts +12 -0
- package/clients/projectsService/models/TwoFactorResponse.ts +12 -0
- package/clients/projectsService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/projectsService/services/ProjectsService.ts +583 -0
- package/clients/projectsService/services/TaskCategoriesService.ts +191 -0
- package/clients/projectsService/services/TaskTypesService.ts +135 -0
- package/clients/quotesService/core/ApiError.ts +25 -0
- package/clients/quotesService/core/ApiRequestOptions.ts +17 -0
- package/clients/quotesService/core/ApiResult.ts +11 -0
- package/clients/quotesService/core/CancelablePromise.ts +131 -0
- package/clients/quotesService/core/OpenAPI.ts +32 -0
- package/clients/quotesService/core/request.ts +322 -0
- package/clients/quotesService/index.ts +45 -0
- package/clients/quotesService/models/AccessTokenResponse.ts +11 -0
- package/clients/quotesService/models/ContactDto.ts +71 -0
- package/clients/quotesService/models/Currency.ts +9 -0
- package/clients/quotesService/models/EmptyEnvelope.ts +12 -0
- package/clients/quotesService/models/ErrorEnvelope.ts +12 -0
- package/clients/quotesService/models/ExtendedQuoteDto.ts +103 -0
- package/clients/quotesService/models/ExtendedQuoteDtoListEnvelope.ts +14 -0
- package/clients/quotesService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/quotesService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/quotesService/models/InfoRequest.ts +10 -0
- package/clients/quotesService/models/InfoResponse.ts +9 -0
- package/clients/quotesService/models/Int32Envelope.ts +13 -0
- package/clients/quotesService/models/LoginRequest.ts +11 -0
- package/clients/quotesService/models/Money.ts +10 -0
- package/clients/quotesService/models/QuoteCreateDto.ts +46 -0
- package/clients/quotesService/models/QuoteDto.ts +93 -0
- package/clients/quotesService/models/QuoteDtoEnvelope.ts +14 -0
- package/clients/quotesService/models/QuoteDtoListEnvelope.ts +14 -0
- package/clients/quotesService/models/QuoteLineCreateDto.ts +100 -0
- package/clients/quotesService/models/QuoteLineDto.ts +100 -0
- package/clients/quotesService/models/QuoteLineDtoEnvelope.ts +14 -0
- package/clients/quotesService/models/QuoteLineDtoListEnvelope.ts +14 -0
- package/clients/quotesService/models/QuoteLineUpdateDto.ts +97 -0
- package/clients/quotesService/models/QuoteUpdateDto.ts +67 -0
- package/clients/quotesService/models/RefreshRequest.ts +8 -0
- package/clients/quotesService/models/RegisterRequest.ts +9 -0
- package/clients/quotesService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/quotesService/models/ResetPasswordRequest.ts +10 -0
- package/clients/quotesService/models/TenantDto.ts +45 -0
- package/clients/quotesService/models/TenantEnrolmentDto.ts +15 -0
- package/clients/quotesService/models/TwoFactorRequest.ts +12 -0
- package/clients/quotesService/models/TwoFactorResponse.ts +12 -0
- package/clients/quotesService/models/UserDto.ts +72 -0
- package/clients/quotesService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/quotesService/services/QuotesService.ts +391 -0
- package/clients/salesService/core/ApiError.ts +25 -0
- package/clients/salesService/core/ApiRequestOptions.ts +17 -0
- package/clients/salesService/core/ApiResult.ts +11 -0
- package/clients/salesService/core/CancelablePromise.ts +131 -0
- package/clients/salesService/core/OpenAPI.ts +32 -0
- package/clients/salesService/core/request.ts +322 -0
- package/clients/salesService/index.ts +24 -0
- package/clients/salesService/models/AccessTokenResponse.ts +11 -0
- package/clients/salesService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/salesService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/salesService/models/InfoRequest.ts +10 -0
- package/clients/salesService/models/InfoResponse.ts +9 -0
- package/clients/salesService/models/LoginRequest.ts +11 -0
- package/clients/salesService/models/RefreshRequest.ts +8 -0
- package/clients/salesService/models/RegisterRequest.ts +9 -0
- package/clients/salesService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/salesService/models/ResetPasswordRequest.ts +10 -0
- package/clients/salesService/models/TwoFactorRequest.ts +12 -0
- package/clients/salesService/models/TwoFactorResponse.ts +12 -0
- package/clients/salesService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/salesService/services/MarginsService.ts +30 -0
- package/clients/securityService/index.ts +13 -0
- package/clients/securityService/models/AccessTokenResponse.ts +11 -0
- package/clients/securityService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/securityService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/securityService/models/InfoRequest.ts +10 -0
- package/clients/securityService/models/InfoResponse.ts +9 -0
- package/clients/securityService/models/LoginRequest.ts +11 -0
- package/clients/securityService/models/RefreshRequest.ts +8 -0
- package/clients/securityService/models/RegisterRequest.ts +9 -0
- package/clients/securityService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/securityService/models/ResetPasswordRequest.ts +10 -0
- package/clients/securityService/models/TwoFactorRequest.ts +12 -0
- package/clients/securityService/models/TwoFactorResponse.ts +12 -0
- package/clients/securityService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/socialService/core/ApiError.ts +25 -0
- package/clients/socialService/core/ApiRequestOptions.ts +17 -0
- package/clients/socialService/core/ApiResult.ts +11 -0
- package/clients/socialService/core/CancelablePromise.ts +131 -0
- package/clients/socialService/core/OpenAPI.ts +32 -0
- package/clients/socialService/core/request.ts +322 -0
- package/clients/socialService/index.ts +72 -0
- package/clients/socialService/models/AccessTokenResponse.ts +11 -0
- package/clients/socialService/models/BooleanEnvelope.ts +13 -0
- package/clients/socialService/models/ConversationCreateDto.ts +11 -0
- package/clients/socialService/models/ConversationDto.ts +16 -0
- package/clients/socialService/models/ConversationDtoListEnvelope.ts +14 -0
- package/clients/socialService/models/EmptyEnvelope.ts +12 -0
- package/clients/socialService/models/ErrorEnvelope.ts +12 -0
- package/clients/{identityService/models/Actor.ts → socialService/models/FollowRecordDto.ts} +4 -4
- package/clients/socialService/models/FollowRecordDtoListEnvelope.ts +14 -0
- package/clients/socialService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/socialService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/socialService/models/InfoRequest.ts +10 -0
- package/clients/socialService/models/InfoResponse.ts +9 -0
- package/clients/socialService/models/Int32Envelope.ts +13 -0
- package/clients/socialService/models/LoginRequest.ts +11 -0
- package/clients/socialService/models/NotificationDto.ts +16 -0
- package/clients/socialService/models/NotificationDtoListEnvelope.ts +14 -0
- package/clients/socialService/models/PrivateMessageCreateDto.ts +14 -0
- package/clients/socialService/models/PrivateMessageDto.ts +18 -0
- package/clients/socialService/models/PrivateMessageDtoListEnvelope.ts +14 -0
- package/clients/socialService/models/PrivateMessageUpdateDto.ts +9 -0
- package/clients/socialService/models/RefreshRequest.ts +8 -0
- package/clients/socialService/models/RegisterRequest.ts +9 -0
- package/clients/socialService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/socialService/models/ResetPasswordRequest.ts +10 -0
- package/clients/socialService/models/SocialFeedDto.ts +11 -0
- package/clients/socialService/models/SocialFeedDtoEnvelope.ts +14 -0
- package/clients/socialService/models/SocialFeedDtoListEnvelope.ts +14 -0
- package/clients/socialService/models/SocialFeedPostCreateDto.ts +13 -0
- package/clients/socialService/models/SocialFeedPostDto.ts +17 -0
- package/clients/socialService/models/SocialFeedPostDtoEnvelope.ts +14 -0
- package/clients/socialService/models/SocialFeedPostDtoListEnvelope.ts +14 -0
- package/clients/socialService/models/SocialFeedPostUpdateDto.ts +9 -0
- package/clients/socialService/models/SocialPostAttachmentCreateDto.ts +21 -0
- package/clients/socialService/models/SocialPostAttachmentDto.ts +30 -0
- package/clients/socialService/models/SocialPostAttachmentDtoEnvelope.ts +14 -0
- package/clients/socialService/models/SocialPostAttachmentDtoListEnvelope.ts +14 -0
- package/clients/socialService/models/SocialPostAttachmentUpdateDto.ts +19 -0
- package/clients/socialService/models/SocialPostCommentCreateDto.ts +14 -0
- package/clients/socialService/models/SocialPostCommentDto.ts +16 -0
- package/clients/socialService/models/SocialPostCommentDtoEnvelope.ts +14 -0
- package/clients/socialService/models/SocialPostCommentDtoListEnvelope.ts +14 -0
- package/clients/socialService/models/SocialPostCommentUpdateDto.ts +9 -0
- package/clients/socialService/models/SocialPostCreateDto.ts +13 -0
- package/clients/socialService/models/SocialPostDto.ts +16 -0
- package/clients/socialService/models/SocialPostDtoEnvelope.ts +14 -0
- package/clients/socialService/models/SocialPostDtoListEnvelope.ts +14 -0
- package/clients/socialService/models/SocialPostUpdateDto.ts +9 -0
- package/clients/socialService/models/SocialProfileDto.ts +40 -0
- package/clients/socialService/models/SocialProfileDtoEnvelope.ts +14 -0
- package/clients/socialService/models/SocialProfileDtoListEnvelope.ts +14 -0
- package/clients/socialService/models/SocialReactionCreateDto.ts +24 -0
- package/clients/socialService/models/SocialReactionDto.ts +26 -0
- package/clients/socialService/models/SocialReactionDtoEnvelope.ts +14 -0
- package/clients/socialService/models/SocialReactionDtoListEnvelope.ts +14 -0
- package/clients/socialService/models/SocialReactionUpdateDto.ts +23 -0
- package/clients/socialService/models/TwoFactorRequest.ts +12 -0
- package/clients/socialService/models/TwoFactorResponse.ts +12 -0
- package/clients/socialService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/socialService/services/SocialFeedsService.ts +293 -0
- package/clients/socialService/services/SocialPostsService.ts +771 -0
- package/clients/socialService/services/SocialProfilesService.ts +653 -0
- package/clients/supportService/index.ts +14 -0
- package/clients/supportService/models/AccessTokenResponse.ts +11 -0
- package/clients/supportService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/supportService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/supportService/models/InfoRequest.ts +10 -0
- package/clients/supportService/models/InfoResponse.ts +9 -0
- package/clients/supportService/models/Int32Envelope.ts +13 -0
- package/clients/supportService/models/LoginRequest.ts +11 -0
- package/clients/supportService/models/PrivateMessageDto.ts +6 -3
- package/clients/supportService/models/RefreshRequest.ts +8 -0
- package/clients/supportService/models/RegisterRequest.ts +9 -0
- package/clients/supportService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/supportService/models/ResetPasswordRequest.ts +10 -0
- package/clients/supportService/models/SupportEntitlementCreateDto.ts +1 -1
- package/clients/supportService/models/SupportEntitlementDto.ts +1 -1
- package/clients/supportService/models/SupportEntitlementUpdateDto.ts +1 -1
- package/clients/supportService/models/SupportRequestAttachmentCreateDto.ts +8 -7
- package/clients/supportService/models/SupportRequestAttachmentDto.ts +14 -12
- package/clients/supportService/models/SupportRequestAttachmentUpdateDto.ts +8 -6
- package/clients/supportService/models/TwoFactorRequest.ts +12 -0
- package/clients/supportService/models/TwoFactorResponse.ts +12 -0
- package/clients/supportService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/supportService/services/SupportEntitlementsService.ts +26 -6
- package/clients/supportService/services/SupportRequestAttachmentsService.ts +26 -6
- package/clients/supportService/services/SupportRequestsService.ts +62 -18
- package/clients/supportService/services/SupportTicketPrioritiesService.ts +26 -6
- package/clients/supportService/services/SupportTicketTypesService.ts +26 -6
- package/clients/supportService/services/SupportTicketsService.ts +26 -14
- package/clients/systemService/index.ts +36 -0
- package/clients/systemService/models/AccessTokenResponse.ts +11 -0
- package/clients/systemService/models/AccountHolderCreateDto.ts +41 -0
- package/clients/systemService/models/AccountHolderUpdateDto.ts +5 -0
- package/clients/systemService/models/CartDto.ts +18 -0
- package/clients/systemService/models/EmptyEnvelope.ts +12 -0
- package/clients/systemService/models/ExtendedTenantDto.ts +51 -0
- package/clients/systemService/models/ExtendedTenantDtoListEnvelope.ts +14 -0
- package/clients/systemService/models/ExtendedUserDto.ts +80 -0
- package/clients/systemService/models/ExtendedUserDtoEnvelope.ts +14 -0
- package/clients/systemService/models/ExtendedUserDtoListEnvelope.ts +14 -0
- package/clients/systemService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/systemService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/systemService/models/InfoRequest.ts +10 -0
- package/clients/systemService/models/InfoResponse.ts +9 -0
- package/clients/systemService/models/Int32Envelope.ts +13 -0
- package/clients/systemService/models/LoginRequest.ts +11 -0
- package/clients/systemService/models/RefreshRequest.ts +8 -0
- package/clients/systemService/models/RegisterRequest.ts +9 -0
- package/clients/systemService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/systemService/models/ResetPasswordRequest.ts +10 -0
- package/clients/systemService/models/SocialProfileDto.ts +40 -0
- package/clients/systemService/models/TenantCreateDto.ts +25 -0
- package/clients/systemService/models/TenantDto.ts +45 -0
- package/clients/systemService/models/TenantDtoEnvelope.ts +14 -0
- package/clients/systemService/models/TenantDtoListEnvelope.ts +14 -0
- package/clients/systemService/models/TenantUpdateDto.ts +31 -0
- package/clients/systemService/models/TwoFactorRequest.ts +12 -0
- package/clients/systemService/models/TwoFactorResponse.ts +12 -0
- package/clients/systemService/models/UserDto.ts +72 -0
- package/clients/systemService/models/UserDtoEnvelope.ts +14 -0
- package/clients/systemService/models/UserDtoListEnvelope.ts +14 -0
- package/clients/systemService/models/UserSettingsDto.ts +21 -0
- package/clients/systemService/models/WalletDto.ts +22 -0
- package/clients/systemService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/systemService/services/TenantsService.ts +198 -0
- package/clients/systemService/services/UsersService.ts +225 -0
- package/clients/tenantService/index.ts +16 -2
- package/clients/tenantService/models/AccessTokenResponse.ts +11 -0
- package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +2 -2
- package/clients/tenantService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/tenantService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/tenantService/models/InfoRequest.ts +10 -0
- package/clients/tenantService/models/InfoResponse.ts +9 -0
- package/clients/tenantService/models/Int32Envelope.ts +13 -0
- package/clients/tenantService/models/LoginRequest.ts +11 -0
- package/clients/tenantService/models/RefreshRequest.ts +8 -0
- package/clients/tenantService/models/RegisterRequest.ts +9 -0
- package/clients/tenantService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/tenantService/models/ResetPasswordRequest.ts +10 -0
- package/clients/tenantService/models/SocialProfileDto.ts +4 -3
- package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +3 -3
- package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +4 -4
- package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +3 -3
- package/clients/tenantService/models/TenantTeamRecordDto.ts +3 -3
- package/clients/tenantService/models/TwoFactorRequest.ts +12 -0
- package/clients/tenantService/models/TwoFactorResponse.ts +12 -0
- package/clients/tenantService/models/UserDto.ts +72 -0
- package/clients/tenantService/models/UserDtoListEnvelope.ts +14 -0
- package/clients/tenantService/services/DepartmentsService.ts +0 -6
- package/clients/tenantService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/tenantService/services/TenantsService.ts +29 -3
- package/clients/timeTrackerService/core/ApiError.ts +25 -0
- package/clients/timeTrackerService/core/ApiRequestOptions.ts +17 -0
- package/clients/timeTrackerService/core/ApiResult.ts +11 -0
- package/clients/timeTrackerService/core/CancelablePromise.ts +131 -0
- package/clients/timeTrackerService/core/OpenAPI.ts +32 -0
- package/clients/timeTrackerService/core/request.ts +322 -0
- package/clients/timeTrackerService/index.ts +34 -0
- package/clients/timeTrackerService/models/AccessTokenResponse.ts +11 -0
- package/clients/timeTrackerService/models/ErrorEnvelope.ts +12 -0
- package/clients/timeTrackerService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/timeTrackerService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/timeTrackerService/models/InfoRequest.ts +10 -0
- package/clients/timeTrackerService/models/InfoResponse.ts +9 -0
- package/clients/timeTrackerService/models/LoginRequest.ts +11 -0
- package/clients/timeTrackerService/models/ProjectHoursApprovalApproverUpdateDto.ts +8 -0
- package/clients/timeTrackerService/models/ProjectHoursApprovalCreateDto.ts +13 -0
- package/clients/timeTrackerService/models/ProjectHoursApprovalStatusUpdateDto.ts +16 -0
- package/clients/timeTrackerService/models/ProjectTimeLogCreateDto.ts +23 -0
- package/clients/timeTrackerService/models/ProjectTimeLogDto.ts +28 -0
- package/clients/timeTrackerService/models/ProjectTimeLogDtoEnvelope.ts +14 -0
- package/clients/timeTrackerService/models/ProjectTimeLogDtoListEnvelope.ts +14 -0
- package/clients/timeTrackerService/models/ProjectTimeLogUpdateDto.ts +20 -0
- package/clients/timeTrackerService/models/RefreshRequest.ts +8 -0
- package/clients/timeTrackerService/models/RegisterRequest.ts +9 -0
- package/clients/timeTrackerService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/timeTrackerService/models/ResetPasswordRequest.ts +10 -0
- package/clients/timeTrackerService/models/TwoFactorRequest.ts +12 -0
- package/clients/timeTrackerService/models/TwoFactorResponse.ts +12 -0
- package/clients/timeTrackerService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/timeTrackerService/services/ProjectTimeLogsService.ts +250 -0
- package/clients/timeTrackerService/services/TimeLogApprovalsService.ts +109 -0
- package/clients/walletsService/index.ts +24 -0
- package/clients/walletsService/models/AccessTokenResponse.ts +11 -0
- package/clients/walletsService/models/ContactDto.ts +71 -0
- package/clients/walletsService/models/EmptyEnvelope.ts +12 -0
- package/clients/walletsService/models/ExtendedOrderDto.ts +123 -0
- package/clients/walletsService/models/ExtendedOrderDtoListEnvelope.ts +14 -0
- package/clients/walletsService/models/ForgotPasswordRequest.ts +8 -0
- package/clients/walletsService/models/HttpValidationProblemDetails.ts +5 -0
- package/clients/walletsService/models/InfoRequest.ts +10 -0
- package/clients/walletsService/models/InfoResponse.ts +9 -0
- package/clients/walletsService/models/Int32Envelope.ts +13 -0
- package/clients/walletsService/models/LocationCreateDto.ts +31 -0
- package/clients/walletsService/models/LocationDtoEnvelope.ts +14 -0
- package/clients/walletsService/models/LocationUpdateDto.ts +29 -0
- package/clients/walletsService/models/LoginRequest.ts +11 -0
- package/clients/walletsService/models/PaymentDto.ts +1 -1
- package/clients/walletsService/models/RefreshRequest.ts +8 -0
- package/clients/walletsService/models/RegisterRequest.ts +9 -0
- package/clients/walletsService/models/ResendConfirmationEmailRequest.ts +8 -0
- package/clients/walletsService/models/ResetPasswordRequest.ts +10 -0
- package/clients/walletsService/models/TenantDto.ts +45 -0
- package/clients/walletsService/models/TenantEnrolmentDto.ts +15 -0
- package/clients/walletsService/models/TwoFactorRequest.ts +12 -0
- package/clients/walletsService/models/TwoFactorResponse.ts +12 -0
- package/clients/walletsService/models/UserDto.ts +72 -0
- package/clients/walletsService/services/FenixAllianceAbsModulesWebService.ts +293 -0
- package/clients/walletsService/services/WalletsService.ts +348 -0
- package/package.json +2 -2
- package/schemas/accountingService/schema.s.ts +11186 -1545
- package/schemas/cartService/schema.s.ts +379 -0
- package/schemas/catalogService/schema.s.ts +474 -43
- package/schemas/contentService/schema.s.ts +5366 -0
- package/schemas/crmService/schema.s.ts +655 -3
- package/schemas/dealsService/schema.s.ts +2708 -0
- package/schemas/forexService/schema.s.ts +385 -4
- package/schemas/globeService/schema.s.ts +1193 -0
- package/schemas/holderService/schema.s.ts +759 -238
- package/schemas/hrmsService/schema.s.ts +1520 -0
- package/schemas/identityService/schema.s.ts +412 -175
- package/schemas/inventoryService/schema.s.ts +384 -2
- package/schemas/invoicingService/schema.s.ts +386 -6
- package/schemas/learningService/schema.s.ts +448 -15
- package/schemas/marketingService/schema.s.ts +387 -5
- package/schemas/ordersService/schema.s.ts +731 -3
- package/schemas/paymentsService/schema.s.ts +910 -0
- package/schemas/pricingService/schema.s.ts +1131 -10
- package/schemas/projectsService/schema.s.ts +1736 -0
- package/schemas/quotesService/schema.s.ts +1796 -0
- package/schemas/salesService/schema.s.ts +428 -0
- package/schemas/securityService/schema.s.ts +382 -1
- package/schemas/socialService/schema.s.ts +3146 -0
- package/schemas/supportService/schema.s.ts +692 -52
- package/schemas/systemService/schema.s.ts +1531 -41
- package/schemas/tenantService/schema.s.ts +522 -93
- package/schemas/timeTrackerService/schema.s.ts +934 -0
- package/schemas/walletsService/schema.s.ts +1430 -136
- package/tsconfig.json +16 -107
- package/wwwroot/build/bundle.js +1 -1
- package/clients/identityService/models/ApiResponse.ts +0 -21
- package/clients/identityService/models/ClientApplication.ts +0 -16
- package/clients/identityService/models/ResponsePagination.ts +0 -13
- package/clients/identityService/models/ResponseStatus.ts +0 -12
- /package/clients/{identityService → dealsService}/models/TenantDto.ts +0 -0
|
@@ -117,6 +117,42 @@ export interface paths {
|
|
|
117
117
|
};
|
|
118
118
|
};
|
|
119
119
|
};
|
|
120
|
+
"/api/v2/CrmService/Contacts/Extended": {
|
|
121
|
+
get: {
|
|
122
|
+
parameters: {
|
|
123
|
+
query: {
|
|
124
|
+
tenantId: string;
|
|
125
|
+
"api-version"?: string;
|
|
126
|
+
};
|
|
127
|
+
header?: {
|
|
128
|
+
"x-api-version"?: string;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
responses: {
|
|
132
|
+
/** @description OK */
|
|
133
|
+
200: {
|
|
134
|
+
content: {
|
|
135
|
+
"application/json": components["schemas"]["ExtendedContactDtoListEnvelope"];
|
|
136
|
+
"application/xml": components["schemas"]["ExtendedContactDtoListEnvelope"];
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
/** @description Unauthorized */
|
|
140
|
+
401: {
|
|
141
|
+
content: {
|
|
142
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
143
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
/** @description Forbidden */
|
|
147
|
+
403: {
|
|
148
|
+
content: {
|
|
149
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
150
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
120
156
|
"/api/v2/CrmService/Contacts/{contactId}": {
|
|
121
157
|
get: {
|
|
122
158
|
parameters: {
|
|
@@ -279,6 +315,45 @@ export interface paths {
|
|
|
279
315
|
};
|
|
280
316
|
};
|
|
281
317
|
};
|
|
318
|
+
"/api/v2/CrmService/Contacts/{contactId}/Extended": {
|
|
319
|
+
get: {
|
|
320
|
+
parameters: {
|
|
321
|
+
query: {
|
|
322
|
+
tenantId: string;
|
|
323
|
+
"api-version"?: string;
|
|
324
|
+
};
|
|
325
|
+
header?: {
|
|
326
|
+
"x-api-version"?: string;
|
|
327
|
+
};
|
|
328
|
+
path: {
|
|
329
|
+
contactId: string;
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
responses: {
|
|
333
|
+
/** @description OK */
|
|
334
|
+
200: {
|
|
335
|
+
content: {
|
|
336
|
+
"application/json": components["schemas"]["ExtendedContactDtoEnvelope"];
|
|
337
|
+
"application/xml": components["schemas"]["ExtendedContactDtoEnvelope"];
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
/** @description Unauthorized */
|
|
341
|
+
401: {
|
|
342
|
+
content: {
|
|
343
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
344
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
345
|
+
};
|
|
346
|
+
};
|
|
347
|
+
/** @description Forbidden */
|
|
348
|
+
403: {
|
|
349
|
+
content: {
|
|
350
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
351
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
};
|
|
355
|
+
};
|
|
356
|
+
};
|
|
282
357
|
"/api/v2/CrmService/Contacts/Individuals": {
|
|
283
358
|
get: {
|
|
284
359
|
parameters: {
|
|
@@ -351,6 +426,42 @@ export interface paths {
|
|
|
351
426
|
};
|
|
352
427
|
};
|
|
353
428
|
};
|
|
429
|
+
"/api/v2/CrmService/Contacts/Individuals/Extended": {
|
|
430
|
+
get: {
|
|
431
|
+
parameters: {
|
|
432
|
+
query: {
|
|
433
|
+
tenantId: string;
|
|
434
|
+
"api-version"?: string;
|
|
435
|
+
};
|
|
436
|
+
header?: {
|
|
437
|
+
"x-api-version"?: string;
|
|
438
|
+
};
|
|
439
|
+
};
|
|
440
|
+
responses: {
|
|
441
|
+
/** @description OK */
|
|
442
|
+
200: {
|
|
443
|
+
content: {
|
|
444
|
+
"application/json": components["schemas"]["ExtendedContactDtoListEnvelope"];
|
|
445
|
+
"application/xml": components["schemas"]["ExtendedContactDtoListEnvelope"];
|
|
446
|
+
};
|
|
447
|
+
};
|
|
448
|
+
/** @description Unauthorized */
|
|
449
|
+
401: {
|
|
450
|
+
content: {
|
|
451
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
452
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
453
|
+
};
|
|
454
|
+
};
|
|
455
|
+
/** @description Forbidden */
|
|
456
|
+
403: {
|
|
457
|
+
content: {
|
|
458
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
459
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
460
|
+
};
|
|
461
|
+
};
|
|
462
|
+
};
|
|
463
|
+
};
|
|
464
|
+
};
|
|
354
465
|
"/api/v2/CrmService/Contacts/Individuals/{contactId}": {
|
|
355
466
|
get: {
|
|
356
467
|
parameters: {
|
|
@@ -469,6 +580,42 @@ export interface paths {
|
|
|
469
580
|
};
|
|
470
581
|
};
|
|
471
582
|
};
|
|
583
|
+
"/api/v2/CrmService/Contacts/Organizations/Extended": {
|
|
584
|
+
get: {
|
|
585
|
+
parameters: {
|
|
586
|
+
query: {
|
|
587
|
+
tenantId: string;
|
|
588
|
+
"api-version"?: string;
|
|
589
|
+
};
|
|
590
|
+
header?: {
|
|
591
|
+
"x-api-version"?: string;
|
|
592
|
+
};
|
|
593
|
+
};
|
|
594
|
+
responses: {
|
|
595
|
+
/** @description OK */
|
|
596
|
+
200: {
|
|
597
|
+
content: {
|
|
598
|
+
"application/json": components["schemas"]["ExtendedContactDtoListEnvelope"];
|
|
599
|
+
"application/xml": components["schemas"]["ExtendedContactDtoListEnvelope"];
|
|
600
|
+
};
|
|
601
|
+
};
|
|
602
|
+
/** @description Unauthorized */
|
|
603
|
+
401: {
|
|
604
|
+
content: {
|
|
605
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
606
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
607
|
+
};
|
|
608
|
+
};
|
|
609
|
+
/** @description Forbidden */
|
|
610
|
+
403: {
|
|
611
|
+
content: {
|
|
612
|
+
"application/json": components["schemas"]["ErrorEnvelope"];
|
|
613
|
+
"application/xml": components["schemas"]["ErrorEnvelope"];
|
|
614
|
+
};
|
|
615
|
+
};
|
|
616
|
+
};
|
|
617
|
+
};
|
|
618
|
+
};
|
|
472
619
|
"/api/v2/CrmService/Contacts/Organizations/{contactId}": {
|
|
473
620
|
get: {
|
|
474
621
|
parameters: {
|
|
@@ -985,6 +1132,303 @@ export interface paths {
|
|
|
985
1132
|
};
|
|
986
1133
|
};
|
|
987
1134
|
};
|
|
1135
|
+
"/version": {
|
|
1136
|
+
get: {
|
|
1137
|
+
responses: {
|
|
1138
|
+
/** @description OK */
|
|
1139
|
+
200: {
|
|
1140
|
+
content: never;
|
|
1141
|
+
};
|
|
1142
|
+
};
|
|
1143
|
+
};
|
|
1144
|
+
};
|
|
1145
|
+
"/health": {
|
|
1146
|
+
get: {
|
|
1147
|
+
responses: {
|
|
1148
|
+
/** @description OK */
|
|
1149
|
+
200: {
|
|
1150
|
+
content: never;
|
|
1151
|
+
};
|
|
1152
|
+
};
|
|
1153
|
+
};
|
|
1154
|
+
};
|
|
1155
|
+
"/hello": {
|
|
1156
|
+
get: {
|
|
1157
|
+
responses: {
|
|
1158
|
+
/** @description OK */
|
|
1159
|
+
200: {
|
|
1160
|
+
content: never;
|
|
1161
|
+
};
|
|
1162
|
+
};
|
|
1163
|
+
};
|
|
1164
|
+
};
|
|
1165
|
+
"/register": {
|
|
1166
|
+
post: {
|
|
1167
|
+
requestBody?: {
|
|
1168
|
+
content: {
|
|
1169
|
+
"application/json": components["schemas"]["RegisterRequest"];
|
|
1170
|
+
};
|
|
1171
|
+
};
|
|
1172
|
+
responses: {
|
|
1173
|
+
/** @description OK */
|
|
1174
|
+
200: {
|
|
1175
|
+
content: never;
|
|
1176
|
+
};
|
|
1177
|
+
/** @description Bad Request */
|
|
1178
|
+
400: {
|
|
1179
|
+
content: {
|
|
1180
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
1181
|
+
};
|
|
1182
|
+
};
|
|
1183
|
+
};
|
|
1184
|
+
};
|
|
1185
|
+
};
|
|
1186
|
+
"/login": {
|
|
1187
|
+
post: {
|
|
1188
|
+
parameters: {
|
|
1189
|
+
query?: {
|
|
1190
|
+
useCookies?: boolean;
|
|
1191
|
+
useSessionCookies?: boolean;
|
|
1192
|
+
};
|
|
1193
|
+
};
|
|
1194
|
+
requestBody?: {
|
|
1195
|
+
content: {
|
|
1196
|
+
"application/json": components["schemas"]["LoginRequest"];
|
|
1197
|
+
};
|
|
1198
|
+
};
|
|
1199
|
+
responses: {
|
|
1200
|
+
/** @description OK */
|
|
1201
|
+
200: {
|
|
1202
|
+
content: {
|
|
1203
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
1204
|
+
};
|
|
1205
|
+
};
|
|
1206
|
+
};
|
|
1207
|
+
};
|
|
1208
|
+
};
|
|
1209
|
+
"/refresh": {
|
|
1210
|
+
post: {
|
|
1211
|
+
requestBody?: {
|
|
1212
|
+
content: {
|
|
1213
|
+
"application/json": components["schemas"]["RefreshRequest"];
|
|
1214
|
+
};
|
|
1215
|
+
};
|
|
1216
|
+
responses: {
|
|
1217
|
+
/** @description OK */
|
|
1218
|
+
200: {
|
|
1219
|
+
content: {
|
|
1220
|
+
"application/json": components["schemas"]["AccessTokenResponse"];
|
|
1221
|
+
};
|
|
1222
|
+
};
|
|
1223
|
+
};
|
|
1224
|
+
};
|
|
1225
|
+
};
|
|
1226
|
+
"/confirmEmail": {
|
|
1227
|
+
get: operations["MapIdentityApi-/confirmEmail"];
|
|
1228
|
+
};
|
|
1229
|
+
"/resendConfirmationEmail": {
|
|
1230
|
+
post: {
|
|
1231
|
+
requestBody?: {
|
|
1232
|
+
content: {
|
|
1233
|
+
"application/json": components["schemas"]["ResendConfirmationEmailRequest"];
|
|
1234
|
+
};
|
|
1235
|
+
};
|
|
1236
|
+
responses: {
|
|
1237
|
+
/** @description OK */
|
|
1238
|
+
200: {
|
|
1239
|
+
content: never;
|
|
1240
|
+
};
|
|
1241
|
+
};
|
|
1242
|
+
};
|
|
1243
|
+
};
|
|
1244
|
+
"/forgotPassword": {
|
|
1245
|
+
post: {
|
|
1246
|
+
requestBody?: {
|
|
1247
|
+
content: {
|
|
1248
|
+
"application/json": components["schemas"]["ForgotPasswordRequest"];
|
|
1249
|
+
};
|
|
1250
|
+
};
|
|
1251
|
+
responses: {
|
|
1252
|
+
/** @description OK */
|
|
1253
|
+
200: {
|
|
1254
|
+
content: never;
|
|
1255
|
+
};
|
|
1256
|
+
/** @description Bad Request */
|
|
1257
|
+
400: {
|
|
1258
|
+
content: {
|
|
1259
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
1260
|
+
};
|
|
1261
|
+
};
|
|
1262
|
+
};
|
|
1263
|
+
};
|
|
1264
|
+
};
|
|
1265
|
+
"/resetPassword": {
|
|
1266
|
+
post: {
|
|
1267
|
+
requestBody?: {
|
|
1268
|
+
content: {
|
|
1269
|
+
"application/json": components["schemas"]["ResetPasswordRequest"];
|
|
1270
|
+
};
|
|
1271
|
+
};
|
|
1272
|
+
responses: {
|
|
1273
|
+
/** @description OK */
|
|
1274
|
+
200: {
|
|
1275
|
+
content: never;
|
|
1276
|
+
};
|
|
1277
|
+
/** @description Bad Request */
|
|
1278
|
+
400: {
|
|
1279
|
+
content: {
|
|
1280
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
1281
|
+
};
|
|
1282
|
+
};
|
|
1283
|
+
};
|
|
1284
|
+
};
|
|
1285
|
+
};
|
|
1286
|
+
"/manage/2fa": {
|
|
1287
|
+
post: {
|
|
1288
|
+
requestBody?: {
|
|
1289
|
+
content: {
|
|
1290
|
+
"application/json": components["schemas"]["TwoFactorRequest"];
|
|
1291
|
+
};
|
|
1292
|
+
};
|
|
1293
|
+
responses: {
|
|
1294
|
+
/** @description OK */
|
|
1295
|
+
200: {
|
|
1296
|
+
content: {
|
|
1297
|
+
"application/json": components["schemas"]["TwoFactorResponse"];
|
|
1298
|
+
};
|
|
1299
|
+
};
|
|
1300
|
+
/** @description Bad Request */
|
|
1301
|
+
400: {
|
|
1302
|
+
content: {
|
|
1303
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
1304
|
+
};
|
|
1305
|
+
};
|
|
1306
|
+
/** @description Not Found */
|
|
1307
|
+
404: {
|
|
1308
|
+
content: never;
|
|
1309
|
+
};
|
|
1310
|
+
};
|
|
1311
|
+
};
|
|
1312
|
+
};
|
|
1313
|
+
"/manage/info": {
|
|
1314
|
+
get: {
|
|
1315
|
+
responses: {
|
|
1316
|
+
/** @description OK */
|
|
1317
|
+
200: {
|
|
1318
|
+
content: {
|
|
1319
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
1320
|
+
};
|
|
1321
|
+
};
|
|
1322
|
+
/** @description Bad Request */
|
|
1323
|
+
400: {
|
|
1324
|
+
content: {
|
|
1325
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
1326
|
+
};
|
|
1327
|
+
};
|
|
1328
|
+
/** @description Not Found */
|
|
1329
|
+
404: {
|
|
1330
|
+
content: never;
|
|
1331
|
+
};
|
|
1332
|
+
};
|
|
1333
|
+
};
|
|
1334
|
+
post: {
|
|
1335
|
+
requestBody?: {
|
|
1336
|
+
content: {
|
|
1337
|
+
"application/json": components["schemas"]["InfoRequest"];
|
|
1338
|
+
};
|
|
1339
|
+
};
|
|
1340
|
+
responses: {
|
|
1341
|
+
/** @description OK */
|
|
1342
|
+
200: {
|
|
1343
|
+
content: {
|
|
1344
|
+
"application/json": components["schemas"]["InfoResponse"];
|
|
1345
|
+
};
|
|
1346
|
+
};
|
|
1347
|
+
/** @description Bad Request */
|
|
1348
|
+
400: {
|
|
1349
|
+
content: {
|
|
1350
|
+
"application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
|
|
1351
|
+
};
|
|
1352
|
+
};
|
|
1353
|
+
/** @description Not Found */
|
|
1354
|
+
404: {
|
|
1355
|
+
content: never;
|
|
1356
|
+
};
|
|
1357
|
+
};
|
|
1358
|
+
};
|
|
1359
|
+
};
|
|
1360
|
+
"/Account/PerformExternalLogin": {
|
|
1361
|
+
post: {
|
|
1362
|
+
requestBody?: {
|
|
1363
|
+
content: {
|
|
1364
|
+
"multipart/form-data": {
|
|
1365
|
+
provider: string;
|
|
1366
|
+
returnUrl: string;
|
|
1367
|
+
};
|
|
1368
|
+
"application/x-www-form-urlencoded": {
|
|
1369
|
+
provider: string;
|
|
1370
|
+
returnUrl: string;
|
|
1371
|
+
};
|
|
1372
|
+
};
|
|
1373
|
+
};
|
|
1374
|
+
responses: {
|
|
1375
|
+
/** @description OK */
|
|
1376
|
+
200: {
|
|
1377
|
+
content: never;
|
|
1378
|
+
};
|
|
1379
|
+
};
|
|
1380
|
+
};
|
|
1381
|
+
};
|
|
1382
|
+
"/Account/Logout": {
|
|
1383
|
+
post: {
|
|
1384
|
+
requestBody?: {
|
|
1385
|
+
content: {
|
|
1386
|
+
"multipart/form-data": {
|
|
1387
|
+
returnUrl: string;
|
|
1388
|
+
};
|
|
1389
|
+
"application/x-www-form-urlencoded": {
|
|
1390
|
+
returnUrl: string;
|
|
1391
|
+
};
|
|
1392
|
+
};
|
|
1393
|
+
};
|
|
1394
|
+
responses: {
|
|
1395
|
+
/** @description OK */
|
|
1396
|
+
200: {
|
|
1397
|
+
content: never;
|
|
1398
|
+
};
|
|
1399
|
+
};
|
|
1400
|
+
};
|
|
1401
|
+
};
|
|
1402
|
+
"/Account/Manage/LinkExternalLogin": {
|
|
1403
|
+
post: {
|
|
1404
|
+
requestBody?: {
|
|
1405
|
+
content: {
|
|
1406
|
+
"multipart/form-data": {
|
|
1407
|
+
provider: string;
|
|
1408
|
+
};
|
|
1409
|
+
"application/x-www-form-urlencoded": {
|
|
1410
|
+
provider: string;
|
|
1411
|
+
};
|
|
1412
|
+
};
|
|
1413
|
+
};
|
|
1414
|
+
responses: {
|
|
1415
|
+
/** @description OK */
|
|
1416
|
+
200: {
|
|
1417
|
+
content: never;
|
|
1418
|
+
};
|
|
1419
|
+
};
|
|
1420
|
+
};
|
|
1421
|
+
};
|
|
1422
|
+
"/Account/Manage/DownloadPersonalData": {
|
|
1423
|
+
post: {
|
|
1424
|
+
responses: {
|
|
1425
|
+
/** @description OK */
|
|
1426
|
+
200: {
|
|
1427
|
+
content: never;
|
|
1428
|
+
};
|
|
1429
|
+
};
|
|
1430
|
+
};
|
|
1431
|
+
};
|
|
988
1432
|
"/api/v2/CrmService/Sync": {
|
|
989
1433
|
post: {
|
|
990
1434
|
parameters: {
|
|
@@ -1137,6 +1581,13 @@ export type webhooks = Record<string, never>;
|
|
|
1137
1581
|
|
|
1138
1582
|
export interface components {
|
|
1139
1583
|
schemas: {
|
|
1584
|
+
AccessTokenResponse: {
|
|
1585
|
+
tokenType?: string | null;
|
|
1586
|
+
accessToken: string | null;
|
|
1587
|
+
/** Format: int64 */
|
|
1588
|
+
expiresIn: number;
|
|
1589
|
+
refreshToken: string | null;
|
|
1590
|
+
};
|
|
1140
1591
|
CartDto: {
|
|
1141
1592
|
id?: string | null;
|
|
1142
1593
|
ip?: string | null;
|
|
@@ -1414,6 +1865,126 @@ export interface components {
|
|
|
1414
1865
|
timestamp?: string;
|
|
1415
1866
|
activityId?: string | null;
|
|
1416
1867
|
};
|
|
1868
|
+
ExtendedContactDto: {
|
|
1869
|
+
id?: string | null;
|
|
1870
|
+
/** Format: date-time */
|
|
1871
|
+
timestamp?: string | null;
|
|
1872
|
+
qualifiedName?: string | null;
|
|
1873
|
+
tenantId?: string | null;
|
|
1874
|
+
/**
|
|
1875
|
+
* Format: int32
|
|
1876
|
+
* @enum {integer}
|
|
1877
|
+
*/
|
|
1878
|
+
type?: 0 | 1;
|
|
1879
|
+
publicName?: string | null;
|
|
1880
|
+
firstName?: string | null;
|
|
1881
|
+
lastName?: string | null;
|
|
1882
|
+
jobTitle?: string | null;
|
|
1883
|
+
coverUrl?: string | null;
|
|
1884
|
+
avatarUrl?: string | null;
|
|
1885
|
+
countryId?: string | null;
|
|
1886
|
+
timezoneId?: string | null;
|
|
1887
|
+
languageId?: string | null;
|
|
1888
|
+
socialProfileId?: string | null;
|
|
1889
|
+
webUrl?: string | null;
|
|
1890
|
+
gitHubUrl?: string | null;
|
|
1891
|
+
twitchUrl?: string | null;
|
|
1892
|
+
redditUrl?: string | null;
|
|
1893
|
+
tikTokUrl?: string | null;
|
|
1894
|
+
websiteUrl?: string | null;
|
|
1895
|
+
twitterUrl?: string | null;
|
|
1896
|
+
facebookUrl?: string | null;
|
|
1897
|
+
youTubeUrl?: string | null;
|
|
1898
|
+
linkedInUrl?: string | null;
|
|
1899
|
+
instagramUrl?: string | null;
|
|
1900
|
+
githubUsername?: string | null;
|
|
1901
|
+
duns?: string | null;
|
|
1902
|
+
taxId?: string | null;
|
|
1903
|
+
/** Format: email */
|
|
1904
|
+
email?: string | null;
|
|
1905
|
+
about?: string | null;
|
|
1906
|
+
street?: string | null;
|
|
1907
|
+
cartId?: string | null;
|
|
1908
|
+
cityId?: string | null;
|
|
1909
|
+
zipCode?: string | null;
|
|
1910
|
+
stateId?: string | null;
|
|
1911
|
+
walletId?: string | null;
|
|
1912
|
+
faxNumber?: string | null;
|
|
1913
|
+
postalCode?: string | null;
|
|
1914
|
+
currencyId?: string | null;
|
|
1915
|
+
streetLine1?: string | null;
|
|
1916
|
+
streetLine2?: string | null;
|
|
1917
|
+
territoryId?: string | null;
|
|
1918
|
+
mobilePhone?: string | null;
|
|
1919
|
+
enrollmentId?: string | null;
|
|
1920
|
+
annualRevenue?: string | null;
|
|
1921
|
+
relatedUserId?: string | null;
|
|
1922
|
+
businessPhone?: string | null;
|
|
1923
|
+
ownerContactId?: string | null;
|
|
1924
|
+
relatedTenantId?: string | null;
|
|
1925
|
+
activityFeedId?: string | null;
|
|
1926
|
+
parentContactId?: string | null;
|
|
1927
|
+
identityProvider?: string | null;
|
|
1928
|
+
partnerProfileId?: string | null;
|
|
1929
|
+
primaryContactId?: string | null;
|
|
1930
|
+
activeDirectoryId?: string | null;
|
|
1931
|
+
identityProviderAccessToken?: string | null;
|
|
1932
|
+
/** Format: date-time */
|
|
1933
|
+
birthday?: string | null;
|
|
1934
|
+
cart?: components["schemas"]["CartDto"];
|
|
1935
|
+
wallet?: components["schemas"]["WalletDto"];
|
|
1936
|
+
socialProfile?: components["schemas"]["SocialProfileDto"];
|
|
1937
|
+
parentContact?: components["schemas"]["SimpleContactDto"];
|
|
1938
|
+
primaryContact?: components["schemas"]["SimpleContactDto"];
|
|
1939
|
+
};
|
|
1940
|
+
ExtendedContactDtoEnvelope: {
|
|
1941
|
+
isSuccess?: boolean;
|
|
1942
|
+
errorMessage?: string | null;
|
|
1943
|
+
correlationId?: string | null;
|
|
1944
|
+
/** Format: date-time */
|
|
1945
|
+
timestamp?: string;
|
|
1946
|
+
activityId?: string | null;
|
|
1947
|
+
result?: components["schemas"]["ExtendedContactDto"];
|
|
1948
|
+
};
|
|
1949
|
+
ExtendedContactDtoListEnvelope: {
|
|
1950
|
+
isSuccess?: boolean;
|
|
1951
|
+
errorMessage?: string | null;
|
|
1952
|
+
correlationId?: string | null;
|
|
1953
|
+
/** Format: date-time */
|
|
1954
|
+
timestamp?: string;
|
|
1955
|
+
activityId?: string | null;
|
|
1956
|
+
result?: components["schemas"]["ExtendedContactDto"][] | null;
|
|
1957
|
+
};
|
|
1958
|
+
ForgotPasswordRequest: {
|
|
1959
|
+
email: string | null;
|
|
1960
|
+
};
|
|
1961
|
+
HttpValidationProblemDetails: {
|
|
1962
|
+
type?: string | null;
|
|
1963
|
+
title?: string | null;
|
|
1964
|
+
/** Format: int32 */
|
|
1965
|
+
status?: number | null;
|
|
1966
|
+
detail?: string | null;
|
|
1967
|
+
instance?: string | null;
|
|
1968
|
+
errors?: {
|
|
1969
|
+
[key: string]: string[];
|
|
1970
|
+
} | null;
|
|
1971
|
+
[key: string]: unknown;
|
|
1972
|
+
};
|
|
1973
|
+
InfoRequest: {
|
|
1974
|
+
newEmail?: string | null;
|
|
1975
|
+
newPassword?: string | null;
|
|
1976
|
+
oldPassword?: string | null;
|
|
1977
|
+
};
|
|
1978
|
+
InfoResponse: {
|
|
1979
|
+
email: string | null;
|
|
1980
|
+
isEmailConfirmed: boolean;
|
|
1981
|
+
};
|
|
1982
|
+
LoginRequest: {
|
|
1983
|
+
email: string | null;
|
|
1984
|
+
password: string | null;
|
|
1985
|
+
twoFactorCode?: string | null;
|
|
1986
|
+
twoFactorRecoveryCode?: string | null;
|
|
1987
|
+
};
|
|
1417
1988
|
Operation: {
|
|
1418
1989
|
/**
|
|
1419
1990
|
* Format: int32
|
|
@@ -1425,20 +1996,66 @@ export interface components {
|
|
|
1425
1996
|
from?: string | null;
|
|
1426
1997
|
value?: unknown;
|
|
1427
1998
|
};
|
|
1428
|
-
|
|
1999
|
+
RefreshRequest: {
|
|
2000
|
+
refreshToken: string | null;
|
|
2001
|
+
};
|
|
2002
|
+
RegisterRequest: {
|
|
2003
|
+
email: string | null;
|
|
2004
|
+
password: string | null;
|
|
2005
|
+
};
|
|
2006
|
+
ResendConfirmationEmailRequest: {
|
|
2007
|
+
email: string | null;
|
|
2008
|
+
};
|
|
2009
|
+
ResetPasswordRequest: {
|
|
2010
|
+
email: string | null;
|
|
2011
|
+
resetCode: string | null;
|
|
2012
|
+
newPassword: string | null;
|
|
2013
|
+
};
|
|
2014
|
+
SimpleContactDto: {
|
|
1429
2015
|
id?: string | null;
|
|
1430
2016
|
/** Format: date-time */
|
|
1431
2017
|
timestamp?: string | null;
|
|
2018
|
+
qualifiedName?: string | null;
|
|
2019
|
+
tenantId?: string | null;
|
|
1432
2020
|
/**
|
|
1433
2021
|
* Format: int32
|
|
1434
2022
|
* @enum {integer}
|
|
1435
2023
|
*/
|
|
1436
|
-
type?: 0 | 1
|
|
2024
|
+
type?: 0 | 1;
|
|
2025
|
+
publicName?: string | null;
|
|
2026
|
+
firstName?: string | null;
|
|
2027
|
+
lastName?: string | null;
|
|
2028
|
+
jobTitle?: string | null;
|
|
2029
|
+
coverUrl?: string | null;
|
|
2030
|
+
avatarUrl?: string | null;
|
|
2031
|
+
countryId?: string | null;
|
|
2032
|
+
timezoneId?: string | null;
|
|
2033
|
+
languageId?: string | null;
|
|
2034
|
+
socialProfileId?: string | null;
|
|
2035
|
+
webUrl?: string | null;
|
|
2036
|
+
gitHubUrl?: string | null;
|
|
2037
|
+
twitchUrl?: string | null;
|
|
2038
|
+
redditUrl?: string | null;
|
|
2039
|
+
tikTokUrl?: string | null;
|
|
2040
|
+
websiteUrl?: string | null;
|
|
2041
|
+
twitterUrl?: string | null;
|
|
2042
|
+
facebookUrl?: string | null;
|
|
2043
|
+
youTubeUrl?: string | null;
|
|
2044
|
+
linkedInUrl?: string | null;
|
|
2045
|
+
instagramUrl?: string | null;
|
|
2046
|
+
githubUsername?: string | null;
|
|
2047
|
+
};
|
|
2048
|
+
SocialProfileDto: {
|
|
2049
|
+
id?: string | null;
|
|
2050
|
+
/** Format: date-time */
|
|
2051
|
+
timestamp?: string | null;
|
|
1437
2052
|
name?: string | null;
|
|
1438
2053
|
about?: string | null;
|
|
1439
2054
|
cover?: string | null;
|
|
1440
2055
|
avatar?: string | null;
|
|
1441
|
-
|
|
2056
|
+
countryId?: string | null;
|
|
2057
|
+
countryName?: string | null;
|
|
2058
|
+
identityId?: string | null;
|
|
1442
2059
|
/** Format: int32 */
|
|
1443
2060
|
followsCount?: number | null;
|
|
1444
2061
|
/** Format: int32 */
|
|
@@ -1451,6 +2068,11 @@ export interface components {
|
|
|
1451
2068
|
unreadNotificationsCount?: number | null;
|
|
1452
2069
|
/** Format: int32 */
|
|
1453
2070
|
unreadMessagesCount?: number | null;
|
|
2071
|
+
/**
|
|
2072
|
+
* Format: int32
|
|
2073
|
+
* @enum {integer|null}
|
|
2074
|
+
*/
|
|
2075
|
+
type?: 0 | 1 | 2 | null;
|
|
1454
2076
|
socialFeedId?: string | null;
|
|
1455
2077
|
twitterUrl?: string | null;
|
|
1456
2078
|
facebookURL?: string | null;
|
|
@@ -1471,6 +2093,21 @@ export interface components {
|
|
|
1471
2093
|
activityId?: string | null;
|
|
1472
2094
|
result?: components["schemas"]["SocialProfileDto"];
|
|
1473
2095
|
};
|
|
2096
|
+
TwoFactorRequest: {
|
|
2097
|
+
enable?: boolean | null;
|
|
2098
|
+
twoFactorCode?: string | null;
|
|
2099
|
+
resetSharedKey?: boolean;
|
|
2100
|
+
resetRecoveryCodes?: boolean;
|
|
2101
|
+
forgetMachine?: boolean;
|
|
2102
|
+
};
|
|
2103
|
+
TwoFactorResponse: {
|
|
2104
|
+
sharedKey: string | null;
|
|
2105
|
+
/** Format: int32 */
|
|
2106
|
+
recoveryCodesLeft: number;
|
|
2107
|
+
recoveryCodes?: string[] | null;
|
|
2108
|
+
isTwoFactorEnabled: boolean;
|
|
2109
|
+
isMachineRemembered: boolean;
|
|
2110
|
+
};
|
|
1474
2111
|
WalletDto: {
|
|
1475
2112
|
id?: string | null;
|
|
1476
2113
|
/** Format: date-time */
|
|
@@ -1555,4 +2192,19 @@ export interface operations {
|
|
|
1555
2192
|
};
|
|
1556
2193
|
};
|
|
1557
2194
|
};
|
|
2195
|
+
"MapIdentityApi-/confirmEmail": {
|
|
2196
|
+
parameters: {
|
|
2197
|
+
query?: {
|
|
2198
|
+
userId?: string;
|
|
2199
|
+
code?: string;
|
|
2200
|
+
changedEmail?: string;
|
|
2201
|
+
};
|
|
2202
|
+
};
|
|
2203
|
+
responses: {
|
|
2204
|
+
/** @description OK */
|
|
2205
|
+
200: {
|
|
2206
|
+
content: never;
|
|
2207
|
+
};
|
|
2208
|
+
};
|
|
2209
|
+
};
|
|
1558
2210
|
}
|