diff --git a/index.d.ts b/index.d.ts index e6ed1c8..e3e6976 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1379,35 +1379,34 @@ export interface Orders { tip?: number } export interface Opportunities { + probability?: number + closeDate?: string title?: string - nextStep?: string + lostReason?: string + tags?: Array customFields?: Array + entity?: Entity + stage?: string + attachments?: Array + nextStep?: string + leadId?: string + isClosed?: boolean + type?: string createdAt?: string - companyName?: string - probability?: number owner?: Users - closeDate?: string + companyId?: string + leadSource?: string description?: string + updatedAt?: string campaign?: Campaigns - isClosed?: boolean - type?: string + contacts?: Array modifyToken?: string - stage?: string + companyName?: string amount?: number id?: string - attachments?: Array - lostReason?: string - companyId?: string - entity?: Entity - leadSource?: string notes?: Array - tags?: Array - isWon?: boolean - account?: Accounts - contacts?: Array - leadId?: string currency?: Currency - updatedAt?: string + isWon?: boolean } export interface PaymentMethods { details?: string @@ -1971,1067 +1970,1067 @@ export interface CRMAccounts { numberOfEmployees?: number accountType?: StakeholderType } -export const enum CustomerSelection { - All = 'all', - Prerequisite = 'prerequisite' -} -export const enum MinimumRequirements { - None = 'none', - MinimumQuantityOfItems = 'minimum-quantity-of-items', - MinimumPurchaseAmount = 'minimum-purchase-amount' -} -export const enum Format { - Json = 'json', - Xml = 'xml' -} -export const enum Gender { - Male = 'male', - Female = 'female', - PreferNotToSay = 'prefer-not-to-say', - Other = 'other' -} -export const enum SkuValidation { - GlobalUnique = 'global-unique', - None = 'none', - LocalUnique = 'local-unique' -} -export const enum AppliesTo { - AllItems = 'all-items', - SpecificCategories = 'specific-categories', - SpecificItems = 'specific-items' -} -export const enum TransactionMethod { - Mail = 'mail', - Mobile = 'mobile', - Atm = 'atm', - Telephone = 'telephone', - Online = 'online', - BankBranch = 'bank-branch' -} export const enum TargetSelection { Entitled = 'entitled', All = 'all' } -export const enum CustomerEligibility { - SpecificCustomerGroups = 'specific-customer-groups', - SpecificCustomers = 'specific-customers', - All = 'all' -} -export const enum TargetType { - ShippingLine = 'shipping-line', - LineItem = 'line-item' -} export const enum CreditType { Prepayment = 'prepayment', + Goodwill = 'goodwill', Supplier = 'supplier', - Customer = 'customer', - Goodwill = 'goodwill' + Customer = 'customer' } -export const enum ChannelAvailability { - InApp = 'in-app', - InStore = 'in-store', - Online = 'online', - AllChannels = 'all-channels' +export const enum CustomerEligibility { + SpecificCustomerGroups = 'specific-customer-groups', + SpecificCustomers = 'specific-customers', + All = 'all' } export const enum AccountType { - EquityPersonalExpense = 'equity-personal-expense', - OtherExpenseDepreciation = 'other-expense-depreciation', - ExpenseDuesSubscriptions = 'expense-dues-subscriptions', - AssetCumulativeDepreciationOnIntangibleAssets = 'asset-cumulative-depreciation-on-intangible-assets', - OtherCurrentLiabilitySalesTaxPayable = 'other-current-liability-sales-tax-payable', - Expense = 'expense', - AssetIntangibleAssetsUnderDevelopment = 'asset-intangible-assets-under-development', + ExpenseOfficeGeneralAdministrativeExpenses = 'expense-office-general-administrative-expenses', AssetPrepaymentsAndAccruedIncome = 'asset-prepayments-and-accrued-income', - AssetOtherAsset = 'asset-other-asset', - OtherExpenseRepairsAndMaintenance = 'other-expense-repairs-and-maintenance', - Liability = 'liability', - OtherCurrentLiabilityShortTermBorrowings = 'other-current-liability-short-term-borrowings', - RevenueDiscountsRefundsGiven = 'revenue-discounts-refunds-given', - AssetInvestmentOther = 'asset-investment-other', - LiabilityNotesPayable = 'liability-notes-payable', - OtherExpenseVehicleLoan = 'other-expense-vehicle-loan', - RevenueServiceFeeIncome = 'revenue-service-fee-income', - OtherExpenseVehicleLoanInterest = 'other-expense-vehicle-loan-interest', - RevenueIncome = 'revenue-income', - ExpenseExtraordinaryCharges = 'expense-extraordinary-charges', - OtherCurrentLiabilityDirectDepositPayable = 'other-current-liability-direct-deposit-payable', - AssetInventory = 'asset-inventory', - OtherExpenseMatCredit = 'other-expense-mat-credit', - ExpenseGlobalTaxExpense = 'expense-global-tax-expense', - Asset = 'asset', - ExpenseOtherSellingExpenses = 'expense-other-selling-expenses', - ExpenseEquipmentRental = 'expense-equipment-rental', - ExpenseShippingAndDeliveryExpense = 'expense-shipping-and-delivery-expense', - LiabilityOtherLongTermProvisions = 'liability-other-long-term-provisions', - CostOfGoodsSold = 'cost-of-goods-sold', - AssetProvisionsCurrentAssets = 'asset-provisions-current-assets', - AssetChecking = 'asset-checking', - CostOfGoodsSoldShippingFreightDeliveryCos = 'cost-of-goods-sold-shipping-freight-delivery-cos', + AssetInvestmentTaxExemptSecurities = 'asset-investment-tax-exempt-securities', + OtherCurrentLiabilityDutiesAndTaxes = 'other-current-liability-duties-and-taxes', + AssetOtherCurrentAssets = 'asset-other-current-assets', + AssetTradeAndOtherReceivables = 'asset-trade-and-other-receivables', + LiabilityShareholderNotesPayable = 'liability-shareholder-notes-payable', + OtherCurrentLiabilityRentsInTrustLiability = 'other-current-liability-rents-in-trust-liability', + AssetCashOnHand = 'asset-cash-on-hand', + OtherCurrentLiabilitySundryDebtorsAndCreditors = 'other-current-liability-sundry-debtors-and-creditors', + LiabilityOtherLongTermLiabilities = 'liability-other-long-term-liabilities', + EquityPersonalExpense = 'equity-personal-expense', AssetAccumulatedDepletion = 'asset-accumulated-depletion', - ExpenseFinanceCosts = 'expense-finance-costs', - OtherExpenseOtherMiscellaneousExpense = 'other-expense-other-miscellaneous-expense', - OtherExpenseVehicleInsurance = 'other-expense-vehicle-insurance', + AssetLicenses = 'asset-licenses', + AssetBank = 'asset-bank', + CostOfGoodsSoldSuppliesMaterialsCogs = 'cost-of-goods-sold-supplies-materials-cogs', + AssetPrepaidExpenses = 'asset-prepaid-expenses', + ExpenseCommissionsAndFees = 'expense-commissions-and-fees', + OtherExpenseHomeOwnerRentalInsurance = 'other-expense-home-owner-rental-insurance', + OtherExpenseWashAndRoadServices = 'other-expense-wash-and-road-services', + AssetVehicles = 'asset-vehicles', + ExpensePenaltiesSettlements = 'expense-penalties-settlements', + LiabilityLongTermLiability = 'liability-long-term-liability', + EquityPartnerContributions = 'equity-partner-contributions', + AssetInvestmentOther = 'asset-investment-other', + AssetParticipatingInterests = 'asset-participating-interests', + ExpenseCostOfLabor = 'expense-cost-of-labor', AssetEmployeeCashAdvances = 'asset-employee-cash-advances', - AssetAccumulatedAmortizationOfOtherAssets = 'asset-accumulated-amortization-of-other-assets', - OtherIncomeDividendIncome = 'other-income-dividend-income', + LiabilityObligationsUnderFinanceLeases = 'liability-obligations-under-finance-leases', + EquityMoneyReceivedAgainstShareWarrants = 'equity-money-received-against-share-warrants', + ExpensePurchasesRebates = 'expense-purchases-rebates', + ExpenseTravelExpensesSellingExpense = 'expense-travel-expenses-selling-expense', + EquityCapitalReserves = 'equity-capital-reserves', + OtherCurrentLiabilityLineOfCredit = 'other-current-liability-line-of-credit', + AssetLandAsset = 'asset-land-asset', + EquityInvestmentGrants = 'equity-investment-grants', + EquityAccumulatedOtherComprehensiveIncome = 'equity-accumulated-other-comprehensive-income', + ExpenseSuppliesMaterials = 'expense-supplies-materials', + OtherIncomeGainLossOnSaleOfInvestments = 'other-income-gain-loss-on-sale-of-investments', + AssetTrustAccounts = 'asset-trust-accounts', + AssetCalledUpShareCapitalNotPaid = 'asset-called-up-share-capital-not-paid', + LiabilityAccountsPayable = 'liability-accounts-payable', + OtherCurrentLiabilityGlobalTaxPayable = 'other-current-liability-global-tax-payable', + AssetInvestments = 'asset-investments', + RevenueIncome = 'revenue-income', + OtherCurrentLiabilityPrepaidExpensesPayable = 'other-current-liability-prepaid-expenses-payable', + AssetFixedAssetCopiers = 'asset-fixed-asset-copiers', + OtherIncomeInterestEarned = 'other-income-interest-earned', + AssetInvestmentMortgageRealEstateLoans = 'asset-investment-mortgage-real-estate-loans', ExpenseAppropriationsToDepreciation = 'expense-appropriations-to-depreciation', - ExpenseShippingFreightDelivery = 'expense-shipping-freight-delivery', + RevenueUnappliedCashPaymentIncome = 'revenue-unapplied-cash-payment-income', + OtherCurrentLiabilityInsurancePayable = 'other-current-liability-insurance-payable', + OtherIncomeOtherMiscellaneousIncome = 'other-income-other-miscellaneous-income', + AssetOtherCurrentAsset = 'asset-other-current-asset', + OtherCurrentLiabilityFederalIncomeTaxPayable = 'other-current-liability-federal-income-tax-payable', + RevenueOtherPrimaryIncome = 'revenue-other-primary-income', + Income = 'income', + OtherIncomeTaxExemptInterest = 'other-income-tax-exempt-interest', + ExpenseDistributionCosts = 'expense-distribution-costs', + AssetNonCurrentAssets = 'asset-non-current-assets', + AssetOtherLongTermLoansAndAdvances = 'asset-other-long-term-loans-and-advances', + AssetOtherIntangibleAssets = 'asset-other-intangible-assets', + EquityAccumulatedAdjustment = 'equity-accumulated-adjustment', LiabilityGroupAndAssociates = 'liability-group-and-associates', - LiabilityLongTermBorrowings = 'liability-long-term-borrowings', - ExpenseCommissionsAndFees = 'expense-commissions-and-fees', - ExpensePromotionalMeals = 'expense-promotional-meals', - OtherExpenseMortgageInterest = 'other-expense-mortgage-interest', - OtherCurrentLiabilityLineOfCredit = 'other-current-liability-line-of-credit', - ExpenseExternalServices = 'expense-external-services', - AssetAccumulatedDepreciation = 'asset-accumulated-depreciation', + Equity = 'equity', + RevenueSavingsByTaxScheme = 'revenue-savings-by-tax-scheme', + LiabilityOutstandingDuesMicroSmallEnterprise = 'liability-outstanding-dues-micro-small-enterprise', OtherCurrentLiabilityStateLocalIncomeTaxPayable = 'other-current-liability-state-local-income-tax-payable', OtherIncomeLossOnDisposalOfAssets = 'other-income-loss-on-disposal-of-assets', - ExpenseTaxesPaid = 'expense-taxes-paid', - AssetOtherLongTermInvestments = 'asset-other-long-term-investments', - RevenueOtherPrimaryIncome = 'revenue-other-primary-income', - ExpenseBadDebts = 'expense-bad-debts', - ExpenseTravelExpensesGeneralAndAdminExpenses = 'expense-travel-expenses-general-and-admin-expenses', - ExpenseStaffCosts = 'expense-staff-costs', - OtherExpenseParkingAndTolls = 'other-expense-parking-and-tolls', - AssetRetainage = 'asset-retainage', - AssetDepletableAssets = 'asset-depletable-assets', - LiabilityOutstandingDuesMicroSmallEnterprise = 'liability-outstanding-dues-micro-small-enterprise', - EquityCapitalReserves = 'equity-capital-reserves', - AssetSavings = 'asset-savings', - OtherIncomeInterestEarned = 'other-income-interest-earned', - AssetLandAsset = 'asset-land-asset', - EquityOpeningBalanceEquity = 'equity-opening-balance-equity', - OtherExpenseAmortization = 'other-expense-amortization', - AssetMoneyMarket = 'asset-money-market', - AssetAssetsInCourseOfConstruction = 'asset-assets-in-course-of-construction', - ExpenseEntertainmentMeals = 'expense-entertainment-meals', - AssetBuildings = 'asset-buildings', - AssetInvestmentMortgageRealEstateLoans = 'asset-investment-mortgage-real-estate-loans', - EquityInvestmentGrants = 'equity-investment-grants', - ExpenseIncomeTaxExpense = 'expense-income-tax-expense', - ExpenseCharitableContributions = 'expense-charitable-contributions', - AssetLoansToOthers = 'asset-loans-to-others', + RevenueServiceFeeIncome = 'revenue-service-fee-income', ExpenseLegalProfessionalFees = 'expense-legal-professional-fees', - ExpenseOtherCurrentOperatingCharges = 'expense-other-current-operating-charges', - OtherExpenseVehicleRepairs = 'other-expense-vehicle-repairs', - OtherIncomeOtherInvestmentIncome = 'other-income-other-investment-income', - LiabilityLongTermLiability = 'liability-long-term-liability', - ExpenseUnappliedCashBillPaymentExpense = 'expense-unapplied-cash-bill-payment-expense', - LiabilityOtherLongTermLiabilities = 'liability-other-long-term-liabilities', - ExpensePayrollExpenses = 'expense-payroll-expenses', + OtherExpenseHomeOffice = 'other-expense-home-office', + Expense = 'expense', OtherCurrentLiabilityCurrentPortionEmployeeBenefitsObligations = 'other-current-liability-current-portion-employee-benefits-obligations', - OtherCurrentLiabilityInsurancePayable = 'other-current-liability-insurance-payable', + EquityCalledUpShareCapital = 'equity-called-up-share-capital', + ExpenseOtherExternalServices = 'expense-other-external-services', + LiabilityAccruedVacationPayable = 'liability-accrued-vacation-payable', + OtherCurrentLiabilityTrustAccountsLiabilities = 'other-current-liability-trust-accounts-liabilities', + Asset = 'asset', + ExpenseOtherCurrentOperatingCharges = 'expense-other-current-operating-charges', + LiabilityDeferredTaxLiabilities = 'liability-deferred-tax-liabilities', + OtherExpensePenaltiesSettlements = 'other-expense-penalties-settlements', + OtherExpensePriorPeriodItems = 'other-expense-prior-period-items', + ExpenseOtherRentalCosts = 'expense-other-rental-costs', + OtherCurrentLiabilityPayrollClearing = 'other-current-liability-payroll-clearing', + AssetOtherLongTermAssets = 'asset-other-long-term-assets', + EquityPaidInCapitalOrSurplus = 'equity-paid-in-capital-or-surplus', + AssetCumulativeDepreciationOnIntangibleAssets = 'asset-cumulative-depreciation-on-intangible-assets', + OtherCurrentLiabilityDirectDepositPayable = 'other-current-liability-direct-deposit-payable', + OtherExpenseMortgageInterest = 'other-expense-mortgage-interest', + ExpenseOtherBusinessExpenses = 'expense-other-business-expenses', + AssetOtherConsumables = 'asset-other-consumables', + OtherCurrentLiability = 'other-current-liability', + AssetBuildings = 'asset-buildings', EquityPreferredStock = 'equity-preferred-stock', + AssetOtherEarMarkedBankAccounts = 'asset-other-ear-marked-bank-accounts', + OtherCurrentLiabilityAccruedLiabilities = 'other-current-liability-accrued-liabilities', + ExpenseUnappliedCashBillPaymentExpense = 'expense-unapplied-cash-bill-payment-expense', + LiabilityProvisionsNonCurrentLiabilities = 'liability-provisions-non-current-liabilities', + OtherExpenseDepreciation = 'other-expense-depreciation', + AssetFixedAssetSoftware = 'asset-fixed-asset-software', ExpenseAdvertisingPromotional = 'expense-advertising-promotional', - AssetAllowanceForBadDebts = 'asset-allowance-for-bad-debts', - OtherExpenseVehicleLease = 'other-expense-vehicle-lease', - AssetOtherCurrentAsset = 'asset-other-current-asset', - ExpenseProjectStudiesSurveysAssessments = 'expense-project-studies-surveys-assessments', - OtherCurrentLiabilityGlobalTaxPayable = 'other-current-liability-global-tax-payable', - AssetCalledUpShareCapitalNotPaid = 'asset-called-up-share-capital-not-paid', - AssetAccumulatedAmortization = 'asset-accumulated-amortization', - CostOfGoodsSoldCostOfSales = 'cost-of-goods-sold-cost-of-sales', - ExpenseAmortizationExpense = 'expense-amortization-expense', - AssetOtherIntangibleAssets = 'asset-other-intangible-assets', - OtherCurrentLiabilityCurrentLiabilities = 'other-current-liability-current-liabilities', - ExpenseOtherRentalCosts = 'expense-other-rental-costs', - LiabilityProvisionsNonCurrentLiabilities = 'liability-provisions-non-current-liabilities', - AssetFixedAssetComputers = 'asset-fixed-asset-computers', - AssetInvestmentTaxExemptSecurities = 'asset-investment-tax-exempt-securities', - AssetMachineryAndEquipment = 'asset-machinery-and-equipment', - AssetOtherEarMarkedBankAccounts = 'asset-other-ear-marked-bank-accounts', - AssetFixedAsset = 'asset-fixed-asset', - LiabilityStaffAndRelatedLongTermLiabilityAccounts = 'liability-staff-and-related-long-term-liability-accounts', - OtherExpenseOtherVehicleExpenses = 'other-expense-other-vehicle-expenses', - EquityAccumulatedAdjustment = 'equity-accumulated-adjustment', + RevenueSalesWholesale = 'revenue-sales-wholesale', + AssetProvisionsFixedAssets = 'asset-provisions-fixed-assets', EquityEstimatedTaxes = 'equity-estimated-taxes', - RevenueOperatingGrants = 'revenue-operating-grants', + ExpensePromotionalMeals = 'expense-promotional-meals', + AssetLeaseBuyout = 'asset-lease-buyout', + OtherExpenseMatCredit = 'other-expense-mat-credit', + CostOfGoodsSoldShippingFreightDeliveryCos = 'cost-of-goods-sold-shipping-freight-delivery-cos', ExpenseAuto = 'expense-auto', - LiabilityLongTermEmployeeBenefitObligations = 'liability-long-term-employee-benefit-obligations', - OtherExpenseDeferredTaxExpense = 'other-expense-deferred-tax-expense', - OtherExpenseGasAndFuel = 'other-expense-gas-and-fuel', OtherCurrentLiabilityDividendsPayable = 'other-current-liability-dividends-payable', - ExpensePenaltiesSettlements = 'expense-penalties-settlements', - AssetDevelopmentCosts = 'asset-development-costs', - AssetGlobalTaxDeferred = 'asset-global-tax-deferred', - ExpenseLossOnDiscontinuedOperationsNetOfTax = 'expense-loss-on-discontinued-operations-net-of-tax', - AssetInvestmentUsGovernmentObligations = 'asset-investment-us-government-obligations', - OtherCurrentLiabilityInterestPayables = 'other-current-liability-interest-payables', - AssetRentsHeldInTrust = 'asset-rents-held-in-trust', - LiabilityLiabilitiesRelatedToAssetsHeldForSale = 'liability-liabilities-related-to-assets-held-for-sale', - AssetProvisionsNonCurrentAssets = 'asset-provisions-non-current-assets', - CostOfGoodsSoldOtherCostsOfServiceCos = 'cost-of-goods-sold-other-costs-of-service-cos', - CostOfGoodsSoldSuppliesMaterialsCogs = 'cost-of-goods-sold-supplies-materials-cogs', - OtherExpenseTaxRoundoffGainOrLoss = 'other-expense-tax-roundoff-gain-or-loss', - AssetLeaseholdImprovements = 'asset-leasehold-improvements', + OtherCurrentLiabilityShortTermBorrowings = 'other-current-liability-short-term-borrowings', + AssetRetainage = 'asset-retainage', + ExpenseShippingFreightDelivery = 'expense-shipping-freight-delivery', + LiabilityCreditCard = 'liability-credit-card', + OtherCurrentLiabilityPayrollTaxPayable = 'other-current-liability-payroll-tax-payable', + AccountsReceivable = 'accounts-receivable', AssetFixedAssetOtherToolsEquipment = 'asset-fixed-asset-other-tools-equipment', - AssetGlobalTaxRefund = 'asset-global-tax-refund', - OtherIncomeUnrealisedLossOnSecuritiesNetOfTax = 'other-income-unrealised-loss-on-securities-net-of-tax', + RevenueDiscountsRefundsGiven = 'revenue-discounts-refunds-given', + AssetRentsHeldInTrust = 'asset-rents-held-in-trust', + AssetAllowanceForBadDebts = 'asset-allowance-for-bad-debts', + EquityDividendDisbursed = 'equity-dividend-disbursed', + RevenueOperatingGrants = 'revenue-operating-grants', + AssetIntangibleAssets = 'asset-intangible-assets', + OtherCurrentLiabilityProvisionsCurrentLiabilities = 'other-current-liability-provisions-current-liabilities', + OtherExpenseDeferredTaxExpense = 'other-expense-deferred-tax-expense', + AssetFixedAsset = 'asset-fixed-asset', + RevenueNonProfitIncome = 'revenue-non-profit-income', + EquityRetainedEarnings = 'equity-retained-earnings', + LiabilityLongTermBorrowings = 'liability-long-term-borrowings', + ExpenseOtherMiscellaneousServiceCost = 'expense-other-miscellaneous-service-cost', + OtherExpenseVehicleRegistration = 'other-expense-vehicle-registration', + AssetInvestmentUsGovernmentObligations = 'asset-investment-us-government-obligations', + EquityEquityInEarningsOfSubsidiuaries = 'equity-equity-in-earnings-of-subsidiuaries', ExpenseInsurance = 'expense-insurance', - ExpenseInterestPaid = 'expense-interest-paid', - RevenueCashReceiptIncome = 'revenue-cash-receipt-income', - EquityCommonStock = 'equity-common-stock', - AssetAssetsHeldForSale = 'asset-assets-held-for-sale', - LiabilityShareholderNotesPayable = 'liability-shareholder-notes-payable', - EquityMoneyReceivedAgainstShareWarrants = 'equity-money-received-against-share-warrants', - Equity = 'equity', - OtherCurrentLiabilityFederalIncomeTaxPayable = 'other-current-liability-federal-income-tax-payable', - OtherCurrentLiabilityProvisionForWarrantyObligations = 'other-current-liability-provision-for-warranty-obligations', - OtherCurrentLiabilityDutiesAndTaxes = 'other-current-liability-duties-and-taxes', - OtherExpenseExceptionalItems = 'other-expense-exceptional-items', - AssetInvestments = 'asset-investments', - ExpenseEntertainment = 'expense-entertainment', - ExpenseTravelMeals = 'expense-travel-meals', - EquityPaidInCapitalOrSurplus = 'equity-paid-in-capital-or-surplus', - ExpenseOtherExternalServices = 'expense-other-external-services', - AssetOtherCurrentAssets = 'asset-other-current-assets', - LiabilityAccrualsAndDeferredIncome = 'liability-accruals-and-deferred-income', + LiabilityLongTermEmployeeBenefitObligations = 'liability-long-term-employee-benefit-obligations', + OtherIncome = 'other-income', RevenueSalesOfProductIncome = 'revenue-sales-of-product-income', - AssetBank = 'asset-bank', - OtherExpenseWashAndRoadServices = 'other-expense-wash-and-road-services', - OtherExpenseDepletion = 'other-expense-depletion', - AssetFixedAssetPhotoVideo = 'asset-fixed-asset-photo-video', - AssetInternalTransfers = 'asset-internal-transfers', - AccountsReceivable = 'accounts-receivable', - EquityEquityInEarningsOfSubsidiuaries = 'equity-equity-in-earnings-of-subsidiuaries', - EquityShareCapital = 'equity-share-capital', - OtherCurrentLiabilityCurrentPortionOfObligationsUnderFinanceLeases = 'other-current-liability-current-portion-of-obligations-under-finance-leases', - EquityPartnersEquity = 'equity-partners-equity', - RevenueSalesWholesale = 'revenue-sales-wholesale', - AssetOrganizationalCosts = 'asset-organizational-costs', - AssetFixedAssetPhone = 'asset-fixed-asset-phone', - EquityOwnersEquity = 'equity-owners-equity', + ExpenseInterestPaid = 'expense-interest-paid', + AssetGlobalTaxDeferred = 'asset-global-tax-deferred', + AssetAccumulatedAmortization = 'asset-accumulated-amortization', EquityHealthcare = 'equity-healthcare', - OtherIncomeOtherOperatingIncome = 'other-income-other-operating-income', - AssetLongTermLoansAndAdvancesToRelatedParties = 'asset-long-term-loans-and-advances-to-related-parties', - AssetFurnitureAndFixtures = 'asset-furniture-and-fixtures', - AssetNonCurrentAssets = 'asset-non-current-assets', - RevenueOwnWorkCapitalized = 'revenue-own-work-capitalized', - AssetCapitalWip = 'asset-capital-wip', - AssetOtherLongTermAssets = 'asset-other-long-term-assets', - EquityPersonalIncome = 'equity-personal-income', + ExpenseProjectStudiesSurveysAssessments = 'expense-project-studies-surveys-assessments', + AssetExpenditureAuthorisationsAndLettersOfCredit = 'asset-expenditure-authorisations-and-letters-of-credit', + AssetLeaseholdImprovements = 'asset-leasehold-improvements', + ExpenseCharitableContributions = 'expense-charitable-contributions', + CostOfGoodsSoldOtherCostsOfServiceCos = 'cost-of-goods-sold-other-costs-of-service-cos', + AssetOtherFixedAssets = 'asset-other-fixed-assets', + ExpenseDuesSubscriptions = 'expense-dues-subscriptions', + ExpenseShippingAndDeliveryExpense = 'expense-shipping-and-delivery-expense', ExpenseTravel = 'expense-travel', - OtherExpense = 'other-expense', - OtherExpenseHomeOffice = 'other-expense-home-office', - AssetIntangibleAssets = 'asset-intangible-assets', - AssetGoodwill = 'asset-goodwill', - AssetFixedAssetFurniture = 'asset-fixed-asset-furniture', - ExpensePurchasesRebates = 'expense-purchases-rebates', - ExpenseSundry = 'expense-sundry', - LiabilityAccountsPayable = 'liability-accounts-payable', - LiabilityDebtsRelatedToParticipatingInterests = 'liability-debts-related-to-participating-interests', - OtherCurrentLiabilityGlobalTaxSuspense = 'other-current-liability-global-tax-suspense', - AssetShortTermInvestmentsInRelatedParties = 'asset-short-term-investments-in-related-parties', - OtherExpenseExchangeGainOrLoss = 'other-expense-exchange-gain-or-loss', - OtherExpenseIncomeTaxOtherExpense = 'other-expense-income-tax-other-expense', - EquityPartnerDistributions = 'equity-partner-distributions', - AssetAvailableForSaleFinancialAssets = 'asset-available-for-sale-financial-assets', - OtherCurrentLiabilityCurrentTaxLiability = 'other-current-liability-current-tax-liability', - OtherCurrentLiabilityTrustAccountsLiabilities = 'other-current-liability-trust-accounts-liabilities', - OtherCurrentLiabilityRentsInTrustLiability = 'other-current-liability-rents-in-trust-liability', - ExpenseCostOfLabor = 'expense-cost-of-labor', - OtherExpensePenaltiesSettlements = 'other-expense-penalties-settlements', - ExpenseOtherBusinessExpenses = 'expense-other-business-expenses', - OtherExpensePriorPeriodItems = 'other-expense-prior-period-items', - OtherExpenseVehicle = 'other-expense-vehicle', - AssetCashAndCashEquivalents = 'asset-cash-and-cash-equivalents', - AssetProvisionsFixedAssets = 'asset-provisions-fixed-assets', - AssetVehicles = 'asset-vehicles', - EquityFunds = 'equity-funds', - OtherCurrentLiability = 'other-current-liability', - AssetLoansToOfficers = 'asset-loans-to-officers', - AssetCashOnHand = 'asset-cash-on-hand', - ExpenseDistributionCosts = 'expense-distribution-costs', - ExpenseTravelExpensesSellingExpense = 'expense-travel-expenses-selling-expense', - OtherExpenseOtherHomeOfficeExpenses = 'other-expense-other-home-office-expenses', - AssetOtherLongTermLoansAndAdvances = 'asset-other-long-term-loans-and-advances', - EquityAccumulatedOtherComprehensiveIncome = 'equity-accumulated-other-comprehensive-income', - AssetBalWithGovtAuthorities = 'asset-bal-with-govt-authorities', - RevenueOtherCurrentOperatingIncome = 'revenue-other-current-operating-income', + AssetIntangibleAssetsUnderDevelopment = 'asset-intangible-assets-under-development', + ExpenseExtraordinaryCharges = 'expense-extraordinary-charges', + ExpenseEquipmentRental = 'expense-equipment-rental', + RevenueOwnWorkCapitalized = 'revenue-own-work-capitalized', + AssetLongTermLoansAndAdvancesToRelatedParties = 'asset-long-term-loans-and-advances-to-related-parties', + CostOfGoodsSold = 'cost-of-goods-sold', + ExpenseAmortizationExpense = 'expense-amortization-expense', + AssetDepletableAssets = 'asset-depletable-assets', + AssetDevelopmentCosts = 'asset-development-costs', + ExpenseEntertainmentMeals = 'expense-entertainment-meals', + ExpenseExternalServices = 'expense-external-services', + ExpenseRepairMaintenance = 'expense-repair-maintenance', + LiabilityGovernmentAndOtherPublicAuthorities = 'liability-government-and-other-public-authorities', + LiabilityOtherLongTermProvisions = 'liability-other-long-term-provisions', + ExpenseRentOrLeaseOfBuildings = 'expense-rent-or-lease-of-buildings', + LiabilityBankLoans = 'liability-bank-loans', + OtherIncomeOtherOperatingIncome = 'other-income-other-operating-income', + AssetSecurityDeposits = 'asset-security-deposits', + ExpenseStaffCosts = 'expense-staff-costs', + AssetMachineryAndEquipment = 'asset-machinery-and-equipment', + EquityTreasuryStock = 'equity-treasury-stock', + LiabilityNotesPayable = 'liability-notes-payable', + AssetProvisionsNonCurrentAssets = 'asset-provisions-non-current-assets', EquityOtherFreeReserves = 'equity-other-free-reserves', - Income = 'income', - LiabilityCreditCard = 'liability-credit-card', - LiabilityLongTermDebit = 'liability-long-term-debit', - RevenueUnappliedCashPaymentIncome = 'revenue-unapplied-cash-payment-income', - RevenueNonProfitIncome = 'revenue-non-profit-income', + OtherCurrentLiabilitySalesTaxPayable = 'other-current-liability-sales-tax-payable', + OtherExpenseExceptionalItems = 'other-expense-exceptional-items', + AssetShortTermLoansAndAdvancesToRelatedParties = 'asset-short-term-loans-and-advances-to-related-parties', + ExpensePayrollExpenses = 'expense-payroll-expenses', OtherExpenseRentAndLease = 'other-expense-rent-and-lease', - LiabilityDeferredTaxLiabilities = 'liability-deferred-tax-liabilities', - AssetOtherConsumables = 'asset-other-consumables', - AssetParticipatingInterests = 'asset-participating-interests', - OtherIncomeGainLossOnSaleOfInvestments = 'other-income-gain-loss-on-sale-of-investments', - AssetTrustAccounts = 'asset-trust-accounts', - RevenueSalesRetail = 'revenue-sales-retail', + AssetBalWithGovtAuthorities = 'asset-bal-with-govt-authorities', + AssetGlobalTaxRefund = 'asset-global-tax-refund', + AssetCashAndCashEquivalents = 'asset-cash-and-cash-equivalents', + OtherExpenseOtherHomeOfficeExpenses = 'other-expense-other-home-office-expenses', + OtherCurrentLiabilityLoanPayable = 'other-current-liability-loan-payable', + OtherExpenseRepairsAndMaintenance = 'other-expense-repairs-and-maintenance', + OtherExpenseOtherVehicleExpenses = 'other-expense-other-vehicle-expenses', + ExpenseIncomeTaxExpense = 'expense-income-tax-expense', LiabilityProvisionForLiabilities = 'liability-provision-for-liabilities', - AssetAssetsAvailableForSale = 'asset-assets-available-for-sale', - OtherCurrentLiabilityProvisionsCurrentLiabilities = 'other-current-liability-provisions-current-liabilities', + OtherExpenseVehicleLoanInterest = 'other-expense-vehicle-loan-interest', OtherCurrentLiabilityStaffAndRelatedLiabilityAccounts = 'other-current-liability-staff-and-related-liability-accounts', - AssetLand = 'asset-land', - AssetPrepaidExpenses = 'asset-prepaid-expenses', - ExpenseSuppliesMaterials = 'expense-supplies-materials', - AssetLicenses = 'asset-licenses', - ExpenseOfficeExpenses = 'expense-office-expenses', - ExpenseOtherMiscellaneousServiceCost = 'expense-other-miscellaneous-service-cost', - LiabilityAccruedVacationPayable = 'liability-accrued-vacation-payable', - AssetLongTermInvestments = 'asset-long-term-investments', - OtherCurrentLiabilityPrepaidExpensesPayable = 'other-current-liability-prepaid-expenses-payable', - ExpenseOfficeGeneralAdministrativeExpenses = 'expense-office-general-administrative-expenses', - AssetFixedAssetCopiers = 'asset-fixed-asset-copiers', - AssetExpenditureAuthorisationsAndLettersOfCredit = 'asset-expenditure-authorisations-and-letters-of-credit', - EquityRetainedEarnings = 'equity-retained-earnings', - OtherExpenseExtraordinaryItems = 'other-expense-extraordinary-items', - OtherCurrentLiabilityAccruedLiabilities = 'other-current-liability-accrued-liabilities', - ExpenseRentOrLeaseOfBuildings = 'expense-rent-or-lease-of-buildings', + OtherIncomeDividendIncome = 'other-income-dividend-income', + ExpenseBadDebts = 'expense-bad-debts', + Liability = 'liability', + AssetInventory = 'asset-inventory', + ExpenseTravelMeals = 'expense-travel-meals', + OtherCurrentLiabilityInterestPayables = 'other-current-liability-interest-payables', + OtherExpenseUtilities = 'other-expense-utilities', + OtherExpenseVehicle = 'other-expense-vehicle', + ExpenseSundry = 'expense-sundry', + OtherCurrentLiabilityCurrentLiabilities = 'other-current-liability-current-liabilities', + AssetGoodwill = 'asset-goodwill', + AssetAssetsAvailableForSale = 'asset-assets-available-for-sale', + EquityFunds = 'equity-funds', + OtherExpenseVehicleLease = 'other-expense-vehicle-lease', + OtherExpenseIncomeTaxOtherExpense = 'other-expense-income-tax-other-expense', + OtherCurrentLiabilityCurrentTaxLiability = 'other-current-liability-current-tax-liability', + OtherCurrentLiabilityTradeAndOtherPayables = 'other-current-liability-trade-and-other-payables', + RevenueRevenueGeneral = 'revenue-revenue-general', + AssetLoansToStockholders = 'asset-loans-to-stockholders', CostOfGoodsSoldEquipmentRentalCos = 'cost-of-goods-sold-equipment-rental-cos', - LiabilityAccruedLongTermLiabilities = 'liability-accrued-long-term-liabilities', - ExpenseManagementCompensation = 'expense-management-compensation', - EquityShareApplicationMoneyPendingAllotment = 'equity-share-application-money-pending-allotment', + AssetFurnitureAndFixtures = 'asset-furniture-and-fixtures', + OtherExpenseAmortization = 'other-expense-amortization', CostOfGoodsSoldFreightAndDeliveryCost = 'cost-of-goods-sold-freight-and-delivery-cost', - ExpenseUtilities = 'expense-utilities', - OtherIncomeOtherMiscellaneousIncome = 'other-income-other-miscellaneous-income', - AssetLeaseBuyout = 'asset-lease-buyout', - ExpenseRepairMaintenance = 'expense-repair-maintenance', - AssetOtherFixedAssets = 'asset-other-fixed-assets', - OtherCurrentLiabilityPayrollTaxPayable = 'other-current-liability-payroll-tax-payable', - OtherExpenseUtilities = 'other-expense-utilities', - OtherIncomeTaxExemptInterest = 'other-income-tax-exempt-interest', - CostOfGoodsSoldCostOfLaborCos = 'cost-of-goods-sold-cost-of-labor-cos', - OtherIncome = 'other-income', - RevenueSavingsByTaxScheme = 'revenue-savings-by-tax-scheme', - EquityCalledUpShareCapital = 'equity-called-up-share-capital', - AssetDeferredTax = 'asset-deferred-tax', - EquityTreasuryStock = 'equity-treasury-stock', - LiabilityBankLoans = 'liability-bank-loans', - AssetShortTermLoansAndAdvancesToRelatedParties = 'asset-short-term-loans-and-advances-to-related-parties', - LiabilityGovernmentAndOtherPublicAuthorities = 'liability-government-and-other-public-authorities', - OtherCurrentLiabilityLoanPayable = 'other-current-liability-loan-payable', - OtherCurrentLiabilityPayrollClearing = 'other-current-liability-payroll-clearing', - AssetFixedAssetSoftware = 'asset-fixed-asset-software', - ExpenseBankCharges = 'expense-bank-charges', - OtherIncomeGainLossOnSaleOfFixedAssets = 'other-income-gain-loss-on-sale-of-fixed-assets', + AssetUndepositedFunds = 'asset-undeposited-funds', + AssetFixedAssetFurniture = 'asset-fixed-asset-furniture', + ExpenseEntertainment = 'expense-entertainment', + AssetShortTermInvestmentsInRelatedParties = 'asset-short-term-investments-in-related-parties', + AssetFixedAssetComputers = 'asset-fixed-asset-computers', + OtherCurrentLiabilityProvisionForWarrantyObligations = 'other-current-liability-provision-for-warranty-obligations', + CostOfGoodsSoldCostOfSales = 'cost-of-goods-sold-cost-of-sales', + AssetFixedAssetPhone = 'asset-fixed-asset-phone', + OtherIncomeOtherInvestmentIncome = 'other-income-other-investment-income', + AssetOtherAsset = 'asset-other-asset', + EquityShareApplicationMoneyPendingAllotment = 'equity-share-application-money-pending-allotment', + AssetChecking = 'asset-checking', + AssetAccumulatedAmortizationOfOtherAssets = 'asset-accumulated-amortization-of-other-assets', + AssetAccumulatedDepreciation = 'asset-accumulated-depreciation', + OtherExpenseVehicleLoan = 'other-expense-vehicle-loan', + OtherCurrentLiabilityOtherCurrentLiabilities = 'other-current-liability-other-current-liabilities', + OtherExpense = 'other-expense', + AssetProvisionsCurrentAssets = 'asset-provisions-current-assets', + ExpenseManagementCompensation = 'expense-management-compensation', LiabilityOutstandingDuesOtherThanMicroSmallEnterprise = 'liability-outstanding-dues-other-than-micro-small-enterprise', + EquityOpeningBalanceEquity = 'equity-opening-balance-equity', + ExpenseUtilities = 'expense-utilities', + OtherCurrentLiabilityGlobalTaxSuspense = 'other-current-liability-global-tax-suspense', + OtherExpenseDepletion = 'other-expense-depletion', + OtherExpenseTaxRoundoffGainOrLoss = 'other-expense-tax-roundoff-gain-or-loss', + OtherIncomeUnrealisedLossOnSecuritiesNetOfTax = 'other-income-unrealised-loss-on-securities-net-of-tax', + ExpenseGlobalTaxExpense = 'expense-global-tax-expense', + OtherExpenseOtherMiscellaneousExpense = 'other-expense-other-miscellaneous-expense', + RevenueOtherCurrentOperatingIncome = 'revenue-other-current-operating-income', + AssetDeferredTax = 'asset-deferred-tax', + RevenueCashReceiptIncome = 'revenue-cash-receipt-income', + EquityPersonalIncome = 'equity-personal-income', + ExpenseBankCharges = 'expense-bank-charges', + ExpenseTaxesPaid = 'expense-taxes-paid', + OtherExpenseExchangeGainOrLoss = 'other-expense-exchange-gain-or-loss', + ExpenseOtherSellingExpenses = 'expense-other-selling-expenses', + AssetAvailableForSaleFinancialAssets = 'asset-available-for-sale-financial-assets', + OtherCurrentLiabilityCurrentPortionOfObligationsUnderFinanceLeases = 'other-current-liability-current-portion-of-obligations-under-finance-leases', OtherCurrentLiabilitySocialSecurityAgencies = 'other-current-liability-social-security-agencies', - AssetLoansToStockholders = 'asset-loans-to-stockholders', - AssetTradeAndOtherReceivables = 'asset-trade-and-other-receivables', - EquityDividendDisbursed = 'equity-dividend-disbursed', - OtherCurrentLiabilitySundryDebtorsAndCreditors = 'other-current-liability-sundry-debtors-and-creditors', - AssetSecurityDeposits = 'asset-security-deposits', - RevenueRevenueGeneral = 'revenue-revenue-general', - OtherExpenseHomeOwnerRentalInsurance = 'other-expense-home-owner-rental-insurance', - OtherCurrentLiabilityTradeAndOtherPayables = 'other-current-liability-trade-and-other-payables', - AssetUndepositedFunds = 'asset-undeposited-funds', - OtherExpenseVehicleRegistration = 'other-expense-vehicle-registration', + ExpenseLossOnDiscontinuedOperationsNetOfTax = 'expense-loss-on-discontinued-operations-net-of-tax', + LiabilityLiabilitiesRelatedToAssetsHeldForSale = 'liability-liabilities-related-to-assets-held-for-sale', + AssetLand = 'asset-land', + AssetMoneyMarket = 'asset-money-market', + AssetCapitalWip = 'asset-capital-wip', + AssetOtherLongTermInvestments = 'asset-other-long-term-investments', + LiabilityStaffAndRelatedLongTermLiabilityAccounts = 'liability-staff-and-related-long-term-liability-accounts', + RevenueSalesRetail = 'revenue-sales-retail', + EquityOwnersEquity = 'equity-owners-equity', + LiabilityAccruedLongTermLiabilities = 'liability-accrued-long-term-liabilities', + AssetAssetsHeldForSale = 'asset-assets-held-for-sale', + OtherIncomeGainLossOnSaleOfFixedAssets = 'other-income-gain-loss-on-sale-of-fixed-assets', + AssetInternalTransfers = 'asset-internal-transfers', + AssetAssetsInCourseOfConstruction = 'asset-assets-in-course-of-construction', + AssetLoansToOthers = 'asset-loans-to-others', + ExpenseFinanceCosts = 'expense-finance-costs', + EquityCommonStock = 'equity-common-stock', + OtherExpenseVehicleInsurance = 'other-expense-vehicle-insurance', + CostOfGoodsSoldCostOfLaborCos = 'cost-of-goods-sold-cost-of-labor-cos', + ExpenseOfficeExpenses = 'expense-office-expenses', + OtherExpenseParkingAndTolls = 'other-expense-parking-and-tolls', + AssetOrganizationalCosts = 'asset-organizational-costs', + LiabilityDebtsRelatedToParticipatingInterests = 'liability-debts-related-to-participating-interests', + OtherExpenseVehicleRepairs = 'other-expense-vehicle-repairs', + AssetFixedAssetPhotoVideo = 'asset-fixed-asset-photo-video', + OtherExpenseGasAndFuel = 'other-expense-gas-and-fuel', + EquityShareCapital = 'equity-share-capital', ExpenseBorrowingCost = 'expense-borrowing-cost', - OtherCurrentLiabilityOtherCurrentLiabilities = 'other-current-liability-other-current-liabilities', - EquityPartnerContributions = 'equity-partner-contributions', - LiabilityObligationsUnderFinanceLeases = 'liability-obligations-under-finance-leases' + ExpenseTravelExpensesGeneralAndAdminExpenses = 'expense-travel-expenses-general-and-admin-expenses', + OtherExpenseExtraordinaryItems = 'other-expense-extraordinary-items', + AssetLoansToOfficers = 'asset-loans-to-officers', + AssetSavings = 'asset-savings', + EquityPartnerDistributions = 'equity-partner-distributions', + EquityPartnersEquity = 'equity-partners-equity', + AssetLongTermInvestments = 'asset-long-term-investments', + LiabilityLongTermDebit = 'liability-long-term-debit', + LiabilityAccrualsAndDeferredIncome = 'liability-accruals-and-deferred-income' +} +export const enum Status { + Expired = 'expired', + Active = 'active', + Scheduled = 'scheduled' +} +export const enum Format { + Json = 'json', + Xml = 'xml' +} +export const enum AllocationMethod { + Each = 'each', + Across = 'across' +} +export const enum ChannelAvailability { + InStore = 'in-store', + Online = 'online', + InApp = 'in-app', + AllChannels = 'all-channels' +} +export const enum CustomerSelection { + All = 'all', + Prerequisite = 'prerequisite' +} +export const enum AppliesTo { + AllItems = 'all-items', + SpecificItems = 'specific-items', + SpecificCategories = 'specific-categories' +} +export const enum SkuValidation { + LocalUnique = 'local-unique', + None = 'none', + GlobalUnique = 'global-unique' +} +export const enum TransactionMethod { + Mail = 'mail', + Atm = 'atm', + BankBranch = 'bank-branch', + Mobile = 'mobile', + Online = 'online', + Telephone = 'telephone' } export const enum Roles { Admin = 'admin', Moderator = 'moderator', User = 'user' } -export const enum AllocationMethod { - Across = 'across', - Each = 'each' +export const enum TargetType { + LineItem = 'line-item', + ShippingLine = 'shipping-line' } -export const enum Status { - Expired = 'expired', - Active = 'active', - Scheduled = 'scheduled' +export const enum MinimumRequirements { + MinimumQuantityOfItems = 'minimum-quantity-of-items', + MinimumPurchaseAmount = 'minimum-purchase-amount', + None = 'none' +} +export const enum Gender { + Female = 'female', + PreferNotToSay = 'prefer-not-to-say', + Male = 'male', + Other = 'other' } export const enum Country { - SaudiArabia = 'saudi-arabia', - Norway = 'norway', - Cameroon = 'cameroon', - Mauritania = 'mauritania', - Japan = 'japan', - Panama = 'panama', - CoteDIvoire = 'cote-d-ivoire', - Cuba = 'cuba', - Djibouti = 'djibouti', - SaintLucia = 'saint-lucia', - Madagascar = 'madagascar', - Honduras = 'honduras', - MarshallIslands = 'marshall-islands', - ElSalvador = 'el-salvador', + Vietnam = 'vietnam', + Nicaragua = 'nicaragua', + Turkey = 'turkey', + Jordan = 'jordan', + Liberia = 'liberia', + UnitedKingdom = 'united-kingdom', + BurkinaFaso = 'burkina-faso', + Morocco = 'morocco', Mozambique = 'mozambique', - Nigeria = 'nigeria', - Bulgaria = 'bulgaria', - Iraq = 'iraq', - Peru = 'peru', - SouthSudan = 'south-sudan', - Estonia = 'estonia', - Libya = 'libya', - CaboVerde = 'cabo-verde', - CongoDemocraticRepublic = 'congo-democratic-republic', - Senegal = 'senegal', - Samoa = 'samoa', - Slovenia = 'slovenia', - Gambia = 'gambia', - Netherlands = 'netherlands', - Tanzania = 'tanzania', - CentralAfricanRepublic = 'central-african-republic', - Iceland = 'iceland', - VaticanCity = 'vatican-city', - Venezuela = 'venezuela', + Bahamas = 'bahamas', + Uzbekistan = 'uzbekistan', + Serbia = 'serbia', + Armenia = 'armenia', + Dominica = 'dominica', + Myanmar = 'myanmar', + SaudiArabia = 'saudi-arabia', + Lebanon = 'lebanon', + SierraLeone = 'sierra-leone', + Canada = 'canada', + Eswatini = 'eswatini', + Hungary = 'hungary', + Lithuania = 'lithuania', Nepal = 'nepal', - Paraguay = 'paraguay', - Vanuatu = 'vanuatu', - Mali = 'mali', - Argentina = 'argentina', - TrinidadAndTobago = 'trinidad-and-tobago', - Ethiopia = 'ethiopia', + CongoRepublic = 'congo-republic', Kuwait = 'kuwait', - Singapore = 'singapore', - Fiji = 'fiji', - Mexico = 'mexico', - SriLanka = 'sri-lanka', + Angola = 'angola', + CostaRica = 'costa-rica', + Guatemala = 'guatemala', + Malawi = 'malawi', + SouthSudan = 'south-sudan', + Romania = 'romania', + Ireland = 'ireland', + Zimbabwe = 'zimbabwe', + Rwanda = 'rwanda', + Nigeria = 'nigeria', + Switzerland = 'switzerland', + Poland = 'poland', Burundi = 'burundi', + Japan = 'japan', + Philippines = 'philippines', + Sweden = 'sweden', Tuvalu = 'tuvalu', - Indonesia = 'indonesia', - Cyprus = 'cyprus', - CzechRepublic = 'czech-republic', - SanMarino = 'san-marino', - Switzerland = 'switzerland', - Croatia = 'croatia', - Malawi = 'malawi', - Guatemala = 'guatemala', - Laos = 'laos', + AntiguaAndBarbuda = 'antigua-and-barbuda', + Bangladesh = 'bangladesh', + Honduras = 'honduras', + Bolivia = 'bolivia', + Egypt = 'egypt', Palau = 'palau', - Barbados = 'barbados', - Chile = 'chile', - Guinea = 'guinea', - Serbia = 'serbia', - Uruguay = 'uruguay', - NewZealand = 'new-zealand', - Zambia = 'zambia', + Indonesia = 'indonesia', + Comoros = 'comoros', + Jamaica = 'jamaica', PapuaNewGuinea = 'papua-new-guinea', - Lithuania = 'lithuania', - UnitedStates = 'united-states', - Guyana = 'guyana', - Hungary = 'hungary', + Suriname = 'suriname', + Grenada = 'grenada', + Yemen = 'yemen', + SaoTomeAndPrincipe = 'sao-tome-and-principe', + Cameroon = 'cameroon', + Botswana = 'botswana', Chad = 'chad', - Kyrgyzstan = 'kyrgyzstan', - Pakistan = 'pakistan', - Azerbaijan = 'azerbaijan', - TimorLeste = 'timor-leste', - Bangladesh = 'bangladesh', - Bhutan = 'bhutan', - Turkey = 'turkey', - Ukraine = 'ukraine', - Zimbabwe = 'zimbabwe', - Kenya = 'kenya', + Guinea = 'guinea', Qatar = 'qatar', - Russia = 'russia', - Andorra = 'andorra', - Sudan = 'sudan', - SaintKittsAndNevis = 'saint-kitts-and-nevis', - Slovakia = 'slovakia', - Austria = 'austria', - Eswatini = 'eswatini', - Oman = 'oman', - Ecuador = 'ecuador', - Germany = 'germany', - Gabon = 'gabon', - Jamaica = 'jamaica', - Finland = 'finland', - SierraLeone = 'sierra-leone', + Taiwan = 'taiwan', + Luxembourg = 'luxembourg', + Peru = 'peru', + Kyrgyzstan = 'kyrgyzstan', + ElSalvador = 'el-salvador', + Mauritius = 'mauritius', Tunisia = 'tunisia', - Yemen = 'yemen', - Colombia = 'colombia', - Kiribati = 'kiribati', + Russia = 'russia', + Haiti = 'haiti', + Micronesia = 'micronesia', + India = 'india', + Algeria = 'algeria', + NorthKorea = 'north-korea', + Djibouti = 'djibouti', + Latvia = 'latvia', + Ukraine = 'ukraine', + Italy = 'italy', Malta = 'malta', - SouthAfrica = 'south-africa', - Malaysia = 'malaysia', - CongoRepublic = 'congo-republic', - China = 'china', - Grenada = 'grenada', - Tajikistan = 'tajikistan', - Tonga = 'tonga', - Vietnam = 'vietnam', - Ireland = 'ireland', - Moldova = 'moldova', + Ecuador = 'ecuador', + Maldives = 'maldives', BosniaAndHerzegovina = 'bosnia-and-herzegovina', - Liberia = 'liberia', - Georgia = 'georgia', - Myanmar = 'myanmar', + Australia = 'australia', + Brunei = 'brunei', + SanMarino = 'san-marino', + Croatia = 'croatia', + Barbados = 'barbados', + SaintVincentAndTheGrenadines = 'saint-vincent-and-the-grenadines', + Belize = 'belize', + UnitedStates = 'united-states', + Colombia = 'colombia', + Venezuela = 'venezuela', + CongoDemocraticRepublic = 'congo-democratic-republic', + Zambia = 'zambia', + DominicanRepublic = 'dominican-republic', + Germany = 'germany', GuineaBissau = 'guinea-bissau', - Uzbekistan = 'uzbekistan', - Afghanistan = 'afghanistan', - Iran = 'iran', - EquatorialGuinea = 'equatorial-guinea', - Greece = 'greece', - India = 'india', - Mongolia = 'mongolia', + Kazakhstan = 'kazakhstan', + Senegal = 'senegal', + Singapore = 'singapore', + Pakistan = 'pakistan', Seychelles = 'seychelles', - Somalia = 'somalia', - Turkmenistan = 'turkmenistan', + Norway = 'norway', + Estonia = 'estonia', + Mali = 'mali', + Panama = 'panama', + SolomonIslands = 'solomon-islands', + SouthKorea = 'south-korea', + Tajikistan = 'tajikistan', + Belarus = 'belarus', + Gambia = 'gambia', + Spain = 'spain', Uganda = 'uganda', Israel = 'israel', - Italy = 'italy', - AntiguaAndBarbuda = 'antigua-and-barbuda', - Liechtenstein = 'liechtenstein', - Luxembourg = 'luxembourg', - Nicaragua = 'nicaragua', - Spain = 'spain', - Brazil = 'brazil', - BurkinaFaso = 'burkina-faso', - Portugal = 'portugal', - Kazakhstan = 'kazakhstan', - Morocco = 'morocco', + Palestine = 'palestine', + Uruguay = 'uruguay', + Madagascar = 'madagascar', + Mauritania = 'mauritania', + SriLanka = 'sri-lanka', + Austria = 'austria', + Andorra = 'andorra', + Fiji = 'fiji', + Ghana = 'ghana', + TimorLeste = 'timor-leste', + Chile = 'chile', Denmark = 'denmark', - Eritrea = 'eritrea', - Lebanon = 'lebanon', - Mauritius = 'mauritius', - Poland = 'poland', - SouthKorea = 'south-korea', - Albania = 'albania', - UnitedArabEmirates = 'united-arab-emirates', - Syria = 'syria', + Gabon = 'gabon', + Guyana = 'guyana', + Libya = 'libya', + CoteDIvoire = 'cote-d-ivoire', + Cyprus = 'cyprus', + Greece = 'greece', + CentralAfricanRepublic = 'central-african-republic', + Thailand = 'thailand', + Oman = 'oman', + VaticanCity = 'vatican-city', + Malaysia = 'malaysia', + Slovakia = 'slovakia', Bahrain = 'bahrain', - Ghana = 'ghana', - Nauru = 'nauru', - Suriname = 'suriname', - Algeria = 'algeria', - Australia = 'australia', - Bahamas = 'bahamas', - Belarus = 'belarus', - Belize = 'belize', - Brunei = 'brunei', - CostaRica = 'costa-rica', - Maldives = 'maldives', - NorthKorea = 'north-korea', - NorthMacedonia = 'north-macedonia', - Dominica = 'dominica', - Philippines = 'philippines', - Niger = 'niger', - Romania = 'romania', - Botswana = 'botswana', - Jordan = 'jordan', - Rwanda = 'rwanda', - SaoTomeAndPrincipe = 'sao-tome-and-principe', - Sweden = 'sweden', Benin = 'benin', - Belgium = 'belgium', - Canada = 'canada', - Angola = 'angola', - Latvia = 'latvia', - Micronesia = 'micronesia', - Thailand = 'thailand', - Bolivia = 'bolivia', - Namibia = 'namibia', - DominicanRepublic = 'dominican-republic', - SolomonIslands = 'solomon-islands', - UnitedKingdom = 'united-kingdom', + NorthMacedonia = 'north-macedonia', + Sudan = 'sudan', + Azerbaijan = 'azerbaijan', + Vanuatu = 'vanuatu', Monaco = 'monaco', + Montenegro = 'montenegro', + Mongolia = 'mongolia', + Belgium = 'belgium', + Ethiopia = 'ethiopia', + Georgia = 'georgia', + Brazil = 'brazil', + MarshallIslands = 'marshall-islands', + Nauru = 'nauru', + Paraguay = 'paraguay', + Somalia = 'somalia', + CaboVerde = 'cabo-verde', + Kiribati = 'kiribati', + Iraq = 'iraq', + Moldova = 'moldova', Togo = 'togo', - Comoros = 'comoros', - Haiti = 'haiti', + Portugal = 'portugal', Cambodia = 'cambodia', - Egypt = 'egypt', + Liechtenstein = 'liechtenstein', + UnitedArabEmirates = 'united-arab-emirates', + SaintLucia = 'saint-lucia', + Finland = 'finland', + Turkmenistan = 'turkmenistan', + Iran = 'iran', + Lesotho = 'lesotho', + Namibia = 'namibia', + Cuba = 'cuba', + Netherlands = 'netherlands', + Albania = 'albania', + Slovenia = 'slovenia', + China = 'china', + Samoa = 'samoa', + CzechRepublic = 'czech-republic', + Tanzania = 'tanzania', + Argentina = 'argentina', + Afghanistan = 'afghanistan', + NewZealand = 'new-zealand', + Mexico = 'mexico', + EquatorialGuinea = 'equatorial-guinea', + Eritrea = 'eritrea', France = 'france', - Taiwan = 'taiwan', - Montenegro = 'montenegro', - SaintVincentAndTheGrenadines = 'saint-vincent-and-the-grenadines', - Armenia = 'armenia', - Palestine = 'palestine', - Lesotho = 'lesotho' + Iceland = 'iceland', + Bhutan = 'bhutan', + Kenya = 'kenya', + Niger = 'niger', + SaintKittsAndNevis = 'saint-kitts-and-nevis', + Bulgaria = 'bulgaria', + Laos = 'laos', + SouthAfrica = 'south-africa', + Tonga = 'tonga', + TrinidadAndTobago = 'trinidad-and-tobago', + Syria = 'syria' } export const enum GlobalTaxType { - PropertyTax = 'property-tax', - Gst = 'gst', - Other = 'other', + Vat = 'vat', SalesTax = 'sales-tax', - CustomsDuty = 'customs-duty', ExciseTax = 'excise-tax', - Vat = 'vat' + Gst = 'gst', + CustomsDuty = 'customs-duty', + Other = 'other', + PropertyTax = 'property-tax' } export const enum JournalEntryStatus { Error = 'error', + Corrected = 'corrected', Pending = 'pending', - Posted = 'posted', + Draft = 'draft', Voided = 'voided', - Corrected = 'corrected', - Draft = 'draft' + Posted = 'posted' } export const enum IdentityProvider { - Discord = 'discord', - Whatsapp = 'whatsapp', - Linkedin = 'linkedin', - Instagram = 'instagram', - Pinterest = 'pinterest', - Facebook = 'facebook', - Twitter = 'twitter', - Line = 'line', - Behance = 'behance', - Foursquare = 'foursquare', - Signal = 'signal', - Microsoft = 'microsoft', - Slack = 'slack', - Google = 'google', - Paypal = 'paypal', - Github = 'github', Vimeo = 'vimeo', Dribbble = 'dribbble', + Instagram = 'instagram', Tiktok = 'tiktok', - Snapchat = 'snapchat', - Flickr = 'flickr', + Foursquare = 'foursquare', Amazon = 'amazon', - Qq = 'qq', - Reddit = 'reddit', - Telegram = 'telegram', - Yahoo = 'yahoo', + Tumblr = 'tumblr', Wechat = 'wechat', + Linkedin = 'linkedin', + Qq = 'qq', + Reddit = 'reddit', + Microsoft = 'microsoft', + Github = 'github', + Discord = 'discord', + Pinterest = 'pinterest', + Facebook = 'facebook', Apple = 'apple', - Tumblr = 'tumblr', - Other = 'other' + Snapchat = 'snapchat', + Other = 'other', + Slack = 'slack', + Line = 'line', + Yahoo = 'yahoo', + Whatsapp = 'whatsapp', + Signal = 'signal', + Google = 'google', + Twitter = 'twitter', + Paypal = 'paypal', + Flickr = 'flickr', + Telegram = 'telegram', + Behance = 'behance' } export const enum DayOfWeek { - Wednesday = 'wednesday', - Saturday = 'saturday', Tuesday = 'tuesday', - Friday = 'friday', + Wednesday = 'wednesday', Monday = 'monday', + Thursday = 'thursday', + Saturday = 'saturday', Sunday = 'sunday', - Thursday = 'thursday' + Friday = 'friday' } export const enum AccountEngagementLevel { Hot = 'hot', + Warm = 'warm', Unknown = 'unknown', - Cold = 'cold', - Warm = 'warm' + Cold = 'cold' } export const enum ReviewApprovalStatus { - Approved = 'approved', - Rejected = 'rejected', Pending = 'pending', - InReview = 'in-review', - Revised = 'revised' + Rejected = 'rejected', + Revised = 'revised', + Approved = 'approved', + InReview = 'in-review' } export const enum StakeholderType { Partner = 'partner', - Vendor = 'vendor', - Other = 'other', Investor = 'investor', + Vendor = 'vendor', Competitor = 'competitor', + Other = 'other', Customer = 'customer' } export const enum AccountStatus { - Inactive = 'inactive', - Pending = 'pending', Suspended = 'suspended', + Closed = 'closed', + Inactive = 'inactive', Active = 'active', - Closed = 'closed' + Pending = 'pending' } export const enum CampaignStatus { - Paused = 'paused', - Completed = 'completed', - Planned = 'planned', - Cancelled = 'cancelled', Active = 'active', + Draft = 'draft', + Planned = 'planned', Scheduled = 'scheduled', + Paused = 'paused', Archived = 'archived', - Draft = 'draft' + Cancelled = 'cancelled', + Completed = 'completed' } export const enum CustomerType { B2b = 'b-2-b', - Online = 'online', Wholesale = 'wholesale', + Online = 'online', + Corporate = 'corporate', Retail = 'retail', - B2c = 'b-2-c', - Corporate = 'corporate' + B2c = 'b-2-c' } export const enum AccountingAccountType { - AssetBank = 'asset-bank', - ExpenseOtherRentalCosts = 'expense-other-rental-costs', - OtherCurrentLiabilityOtherCurrentLiabilities = 'other-current-liability-other-current-liabilities', - AssetOrganizationalCosts = 'asset-organizational-costs', - RevenueServiceFeeIncome = 'revenue-service-fee-income', - OtherIncomeOtherMiscellaneousIncome = 'other-income-other-miscellaneous-income', - AssetInvestmentUsGovernmentObligations = 'asset-investment-us-government-obligations', - OtherIncomeGainLossOnSaleOfInvestments = 'other-income-gain-loss-on-sale-of-investments', - LiabilityAccruedVacationPayable = 'liability-accrued-vacation-payable', - ExpenseRentOrLeaseOfBuildings = 'expense-rent-or-lease-of-buildings', - AssetIntangibleAssets = 'asset-intangible-assets', - AssetShortTermInvestmentsInRelatedParties = 'asset-short-term-investments-in-related-parties', - AssetIntangibleAssetsUnderDevelopment = 'asset-intangible-assets-under-development', AssetDevelopmentCosts = 'asset-development-costs', - OtherCurrentLiabilityCurrentPortionOfObligationsUnderFinanceLeases = 'other-current-liability-current-portion-of-obligations-under-finance-leases', - OtherCurrentLiabilitySocialSecurityAgencies = 'other-current-liability-social-security-agencies', - EquityEquityInEarningsOfSubsidiuaries = 'equity-equity-in-earnings-of-subsidiuaries', - AssetRetainage = 'asset-retainage', - RevenueSalesOfProductIncome = 'revenue-sales-of-product-income', - ExpenseUtilities = 'expense-utilities', - AssetOtherEarMarkedBankAccounts = 'asset-other-ear-marked-bank-accounts', - LiabilityLiabilitiesRelatedToAssetsHeldForSale = 'liability-liabilities-related-to-assets-held-for-sale', - AssetAssetsAvailableForSale = 'asset-assets-available-for-sale', - AssetMoneyMarket = 'asset-money-market', - EquityInvestmentGrants = 'equity-investment-grants', - LiabilityOutstandingDuesOtherThanMicroSmallEnterprise = 'liability-outstanding-dues-other-than-micro-small-enterprise', - AssetInternalTransfers = 'asset-internal-transfers', - ExpenseSuppliesMaterials = 'expense-supplies-materials', - AssetLeaseholdImprovements = 'asset-leasehold-improvements', - ExpenseEntertainmentMeals = 'expense-entertainment-meals', - OtherCurrentLiabilityGlobalTaxPayable = 'other-current-liability-global-tax-payable', - AssetOtherAsset = 'asset-other-asset', - OtherExpenseVehicleInsurance = 'other-expense-vehicle-insurance', - Expense = 'expense', - ExpenseBorrowingCost = 'expense-borrowing-cost', - OtherIncomeLossOnDisposalOfAssets = 'other-income-loss-on-disposal-of-assets', - LiabilityLongTermDebit = 'liability-long-term-debit', + AssetLoansToStockholders = 'asset-loans-to-stockholders', + EquityPartnerDistributions = 'equity-partner-distributions', + OtherExpenseParkingAndTolls = 'other-expense-parking-and-tolls', + LiabilityLongTermLiability = 'liability-long-term-liability', + AssetLand = 'asset-land', + LiabilityShareholderNotesPayable = 'liability-shareholder-notes-payable', + AssetInvestmentUsGovernmentObligations = 'asset-investment-us-government-obligations', + AssetInventory = 'asset-inventory', + AssetInvestmentOther = 'asset-investment-other', + ExpenseOtherMiscellaneousServiceCost = 'expense-other-miscellaneous-service-cost', + ExpenseTravelExpensesSellingExpense = 'expense-travel-expenses-selling-expense', + OtherExpenseDepletion = 'other-expense-depletion', + OtherIncomeOtherInvestmentIncome = 'other-income-other-investment-income', OtherExpenseVehicleLease = 'other-expense-vehicle-lease', - OtherCurrentLiability = 'other-current-liability', - OtherCurrentLiabilityCurrentPortionEmployeeBenefitsObligations = 'other-current-liability-current-portion-employee-benefits-obligations', - AssetFixedAssetPhotoVideo = 'asset-fixed-asset-photo-video', - LiabilityNotesPayable = 'liability-notes-payable', - OtherExpenseHomeOffice = 'other-expense-home-office', - AssetLongTermLoansAndAdvancesToRelatedParties = 'asset-long-term-loans-and-advances-to-related-parties', - OtherExpenseVehicleLoan = 'other-expense-vehicle-loan', + OtherIncomeUnrealisedLossOnSecuritiesNetOfTax = 'other-income-unrealised-loss-on-securities-net-of-tax', + LiabilityOutstandingDuesOtherThanMicroSmallEnterprise = 'liability-outstanding-dues-other-than-micro-small-enterprise', + AssetAvailableForSaleFinancialAssets = 'asset-available-for-sale-financial-assets', + OtherCurrentLiabilityLineOfCredit = 'other-current-liability-line-of-credit', + OtherExpenseExchangeGainOrLoss = 'other-expense-exchange-gain-or-loss', + ExpenseTravelMeals = 'expense-travel-meals', OtherCurrentLiabilityTradeAndOtherPayables = 'other-current-liability-trade-and-other-payables', - EquityPaidInCapitalOrSurplus = 'equity-paid-in-capital-or-surplus', - OtherCurrentLiabilityDirectDepositPayable = 'other-current-liability-direct-deposit-payable', - OtherExpenseDepletion = 'other-expense-depletion', - OtherExpenseExtraordinaryItems = 'other-expense-extraordinary-items', - ExpenseCharitableContributions = 'expense-charitable-contributions', - AssetAllowanceForBadDebts = 'asset-allowance-for-bad-debts', - OtherExpenseVehicleLoanInterest = 'other-expense-vehicle-loan-interest', - AssetSavings = 'asset-savings', - AssetDeferredTax = 'asset-deferred-tax', - EquityOwnersEquity = 'equity-owners-equity', - LiabilityLongTermLiability = 'liability-long-term-liability', - OtherCurrentLiabilitySalesTaxPayable = 'other-current-liability-sales-tax-payable', - ExpenseAuto = 'expense-auto', - AssetLoansToOfficers = 'asset-loans-to-officers', - LiabilityGovernmentAndOtherPublicAuthorities = 'liability-government-and-other-public-authorities', - OtherExpensePenaltiesSettlements = 'other-expense-penalties-settlements', - CostOfGoodsSoldCostOfLaborCos = 'cost-of-goods-sold-cost-of-labor-cos', - OtherIncomeInterestEarned = 'other-income-interest-earned', - ExpensePayrollExpenses = 'expense-payroll-expenses', - AssetGlobalTaxRefund = 'asset-global-tax-refund', - LiabilityOutstandingDuesMicroSmallEnterprise = 'liability-outstanding-dues-micro-small-enterprise', - AssetOtherLongTermInvestments = 'asset-other-long-term-investments', - AssetFixedAssetSoftware = 'asset-fixed-asset-software', - ExpenseFinanceCosts = 'expense-finance-costs', - ExpenseLossOnDiscontinuedOperationsNetOfTax = 'expense-loss-on-discontinued-operations-net-of-tax', - OtherExpenseDepreciation = 'other-expense-depreciation', - OtherExpenseParkingAndTolls = 'other-expense-parking-and-tolls', - AssetOtherLongTermLoansAndAdvances = 'asset-other-long-term-loans-and-advances', - AssetFurnitureAndFixtures = 'asset-furniture-and-fixtures', - LiabilityCreditCard = 'liability-credit-card', - AssetCumulativeDepreciationOnIntangibleAssets = 'asset-cumulative-depreciation-on-intangible-assets', - ExpenseCommissionsAndFees = 'expense-commissions-and-fees', - OtherCurrentLiabilityGlobalTaxSuspense = 'other-current-liability-global-tax-suspense', - AssetProvisionsCurrentAssets = 'asset-provisions-current-assets', - EquityTreasuryStock = 'equity-treasury-stock', - OtherExpenseOtherVehicleExpenses = 'other-expense-other-vehicle-expenses', - EquityOtherFreeReserves = 'equity-other-free-reserves', - AssetLandAsset = 'asset-land-asset', - EquityCommonStock = 'equity-common-stock', - AssetGlobalTaxDeferred = 'asset-global-tax-deferred', - AssetOtherIntangibleAssets = 'asset-other-intangible-assets', - OtherExpenseTaxRoundoffGainOrLoss = 'other-expense-tax-roundoff-gain-or-loss', - ExpenseRepairMaintenance = 'expense-repair-maintenance', - ExpenseOtherBusinessExpenses = 'expense-other-business-expenses', + AssetFixedAssetOtherToolsEquipment = 'asset-fixed-asset-other-tools-equipment', + ExpenseOfficeExpenses = 'expense-office-expenses', + LiabilityAccrualsAndDeferredIncome = 'liability-accruals-and-deferred-income', AssetRentsHeldInTrust = 'asset-rents-held-in-trust', - AssetInvestmentOther = 'asset-investment-other', - ExpenseBankCharges = 'expense-bank-charges', - AssetLongTermInvestments = 'asset-long-term-investments', - AssetTradeAndOtherReceivables = 'asset-trade-and-other-receivables', - CostOfGoodsSold = 'cost-of-goods-sold', - LiabilityLongTermEmployeeBenefitObligations = 'liability-long-term-employee-benefit-obligations', + LiabilityAccruedLongTermLiabilities = 'liability-accrued-long-term-liabilities', + AssetEmployeeCashAdvances = 'asset-employee-cash-advances', + EquityHealthcare = 'equity-healthcare', + AssetChecking = 'asset-checking', + AssetLicenses = 'asset-licenses', + LiabilityLiabilitiesRelatedToAssetsHeldForSale = 'liability-liabilities-related-to-assets-held-for-sale', + LiabilityStaffAndRelatedLongTermLiabilityAccounts = 'liability-staff-and-related-long-term-liability-accounts', + AssetPrepaymentsAndAccruedIncome = 'asset-prepayments-and-accrued-income', + OtherExpenseOtherVehicleExpenses = 'other-expense-other-vehicle-expenses', + CostOfGoodsSoldEquipmentRentalCos = 'cost-of-goods-sold-equipment-rental-cos', + OtherCurrentLiabilityFederalIncomeTaxPayable = 'other-current-liability-federal-income-tax-payable', + AssetGlobalTaxRefund = 'asset-global-tax-refund', + RevenueRevenueGeneral = 'revenue-revenue-general', + EquityShareCapital = 'equity-share-capital', + ExpenseBorrowingCost = 'expense-borrowing-cost', + CostOfGoodsSoldCostOfSales = 'cost-of-goods-sold-cost-of-sales', ExpenseDistributionCosts = 'expense-distribution-costs', - AssetCashAndCashEquivalents = 'asset-cash-and-cash-equivalents', - ExpenseUnappliedCashBillPaymentExpense = 'expense-unapplied-cash-bill-payment-expense', - ExpenseShippingAndDeliveryExpense = 'expense-shipping-and-delivery-expense', - OtherExpenseAmortization = 'other-expense-amortization', - Asset = 'asset', + AssetCapitalWip = 'asset-capital-wip', + Equity = 'equity', + ExpenseOtherBusinessExpenses = 'expense-other-business-expenses', + EquityPartnersEquity = 'equity-partners-equity', + ExpenseInsurance = 'expense-insurance', + ExpenseStaffCosts = 'expense-staff-costs', + OtherCurrentLiabilityStaffAndRelatedLiabilityAccounts = 'other-current-liability-staff-and-related-liability-accounts', + OtherIncomeOtherMiscellaneousIncome = 'other-income-other-miscellaneous-income', + ExpenseCommissionsAndFees = 'expense-commissions-and-fees', + OtherExpense = 'other-expense', + LiabilityCreditCard = 'liability-credit-card', ExpenseEntertainment = 'expense-entertainment', - ExpenseManagementCompensation = 'expense-management-compensation', - RevenueUnappliedCashPaymentIncome = 'revenue-unapplied-cash-payment-income', - RevenueOwnWorkCapitalized = 'revenue-own-work-capitalized', - AssetMachineryAndEquipment = 'asset-machinery-and-equipment', - OtherExpenseOtherMiscellaneousExpense = 'other-expense-other-miscellaneous-expense', + AssetAllowanceForBadDebts = 'asset-allowance-for-bad-debts', EquityPartnerContributions = 'equity-partner-contributions', - ExpenseTravelExpensesGeneralAndAdminExpenses = 'expense-travel-expenses-general-and-admin-expenses', - OtherExpenseMatCredit = 'other-expense-mat-credit', - CostOfGoodsSoldSuppliesMaterialsCogs = 'cost-of-goods-sold-supplies-materials-cogs', - OtherIncomeGainLossOnSaleOfFixedAssets = 'other-income-gain-loss-on-sale-of-fixed-assets', - AccountsReceivable = 'accounts-receivable', - AssetAccumulatedAmortizationOfOtherAssets = 'asset-accumulated-amortization-of-other-assets', - OtherCurrentLiabilityInsurancePayable = 'other-current-liability-insurance-payable', - OtherExpenseMortgageInterest = 'other-expense-mortgage-interest', - AssetLeaseBuyout = 'asset-lease-buyout', - AssetDepletableAssets = 'asset-depletable-assets', + Asset = 'asset', + EquityEstimatedTaxes = 'equity-estimated-taxes', + OtherExpenseVehicle = 'other-expense-vehicle', + OtherCurrentLiabilityDirectDepositPayable = 'other-current-liability-direct-deposit-payable', + AssetAssetsAvailableForSale = 'asset-assets-available-for-sale', + AssetIntangibleAssetsUnderDevelopment = 'asset-intangible-assets-under-development', + RevenueDiscountsRefundsGiven = 'revenue-discounts-refunds-given', + OtherExpenseHomeOffice = 'other-expense-home-office', + OtherExpenseOtherMiscellaneousExpense = 'other-expense-other-miscellaneous-expense', + OtherExpenseIncomeTaxOtherExpense = 'other-expense-income-tax-other-expense', + AssetProvisionsCurrentAssets = 'asset-provisions-current-assets', + EquityFunds = 'equity-funds', + OtherCurrentLiabilityCurrentPortionEmployeeBenefitsObligations = 'other-current-liability-current-portion-employee-benefits-obligations', + LiabilityLongTermBorrowings = 'liability-long-term-borrowings', + AssetAccumulatedDepletion = 'asset-accumulated-depletion', + EquityPaidInCapitalOrSurplus = 'equity-paid-in-capital-or-surplus', ExpenseExtraordinaryCharges = 'expense-extraordinary-charges', - AssetFixedAssetCopiers = 'asset-fixed-asset-copiers', - AssetShortTermLoansAndAdvancesToRelatedParties = 'asset-short-term-loans-and-advances-to-related-parties', - AssetAccumulatedAmortization = 'asset-accumulated-amortization', - AssetParticipatingInterests = 'asset-participating-interests', - CostOfGoodsSoldOtherCostsOfServiceCos = 'cost-of-goods-sold-other-costs-of-service-cos', - OtherExpenseHomeOwnerRentalInsurance = 'other-expense-home-owner-rental-insurance', - ExpenseIncomeTaxExpense = 'expense-income-tax-expense', - OtherExpenseRentAndLease = 'other-expense-rent-and-lease', - ExpenseOfficeExpenses = 'expense-office-expenses', OtherCurrentLiabilityAccruedLiabilities = 'other-current-liability-accrued-liabilities', - AssetOtherCurrentAssets = 'asset-other-current-assets', - OtherCurrentLiabilityStaffAndRelatedLiabilityAccounts = 'other-current-liability-staff-and-related-liability-accounts', - RevenueDiscountsRefundsGiven = 'revenue-discounts-refunds-given', - ExpenseTravelExpensesSellingExpense = 'expense-travel-expenses-selling-expense', - ExpenseGlobalTaxExpense = 'expense-global-tax-expense', - RevenueOtherCurrentOperatingIncome = 'revenue-other-current-operating-income', - RevenueSalesRetail = 'revenue-sales-retail', - EquityPartnerDistributions = 'equity-partner-distributions', - OtherExpenseOtherHomeOfficeExpenses = 'other-expense-other-home-office-expenses', - AssetAccumulatedDepreciation = 'asset-accumulated-depreciation', - ExpenseShippingFreightDelivery = 'expense-shipping-freight-delivery', - RevenueCashReceiptIncome = 'revenue-cash-receipt-income', - AssetVehicles = 'asset-vehicles', - AssetAvailableForSaleFinancialAssets = 'asset-available-for-sale-financial-assets', - EquityPartnersEquity = 'equity-partners-equity', - LiabilityStaffAndRelatedLongTermLiabilityAccounts = 'liability-staff-and-related-long-term-liability-accounts', - AssetGoodwill = 'asset-goodwill', - ExpenseOtherMiscellaneousServiceCost = 'expense-other-miscellaneous-service-cost', - OtherExpense = 'other-expense', - OtherExpenseVehicleRegistration = 'other-expense-vehicle-registration', - OtherCurrentLiabilityPayrollTaxPayable = 'other-current-liability-payroll-tax-payable', - AssetInvestmentTaxExemptSecurities = 'asset-investment-tax-exempt-securities', - ExpenseBadDebts = 'expense-bad-debts', - OtherCurrentLiabilityFederalIncomeTaxPayable = 'other-current-liability-federal-income-tax-payable', - AssetOtherLongTermAssets = 'asset-other-long-term-assets', - AssetLoansToStockholders = 'asset-loans-to-stockholders', - OtherIncomeDividendIncome = 'other-income-dividend-income', - EquityAccumulatedOtherComprehensiveIncome = 'equity-accumulated-other-comprehensive-income', - LiabilityDeferredTaxLiabilities = 'liability-deferred-tax-liabilities', - ExpenseTravel = 'expense-travel', - CostOfGoodsSoldShippingFreightDeliveryCos = 'cost-of-goods-sold-shipping-freight-delivery-cos', - EquityAccumulatedAdjustment = 'equity-accumulated-adjustment', + EquityShareApplicationMoneyPendingAllotment = 'equity-share-application-money-pending-allotment', + AssetProvisionsFixedAssets = 'asset-provisions-fixed-assets', + AssetLongTermInvestments = 'asset-long-term-investments', EquityPersonalIncome = 'equity-personal-income', - ExpenseOtherCurrentOperatingCharges = 'expense-other-current-operating-charges', - OtherExpensePriorPeriodItems = 'other-expense-prior-period-items', - AssetSecurityDeposits = 'asset-security-deposits', - LiabilityOtherLongTermLiabilities = 'liability-other-long-term-liabilities', - ExpenseExternalServices = 'expense-external-services', - AssetOtherFixedAssets = 'asset-other-fixed-assets', - AssetInventory = 'asset-inventory', - EquityEstimatedTaxes = 'equity-estimated-taxes', - OtherExpenseUtilities = 'other-expense-utilities', - AssetLand = 'asset-land', + OtherExpenseOtherHomeOfficeExpenses = 'other-expense-other-home-office-expenses', + AssetIntangibleAssets = 'asset-intangible-assets', + LiabilityProvisionsNonCurrentLiabilities = 'liability-provisions-non-current-liabilities', + LiabilityNotesPayable = 'liability-notes-payable', + ExpensePromotionalMeals = 'expense-promotional-meals', + AssetCashOnHand = 'asset-cash-on-hand', + AssetNonCurrentAssets = 'asset-non-current-assets', + AssetRetainage = 'asset-retainage', + ExpenseAuto = 'expense-auto', OtherExpenseRepairsAndMaintenance = 'other-expense-repairs-and-maintenance', + RevenueCashReceiptIncome = 'revenue-cash-receipt-income', + LiabilityOtherLongTermProvisions = 'liability-other-long-term-provisions', + AssetTrustAccounts = 'asset-trust-accounts', + ExpenseOtherExternalServices = 'expense-other-external-services', + OtherCurrentLiabilitySundryDebtorsAndCreditors = 'other-current-liability-sundry-debtors-and-creditors', + OtherExpenseExceptionalItems = 'other-expense-exceptional-items', + AssetFurnitureAndFixtures = 'asset-furniture-and-fixtures', + ExpenseCostOfLabor = 'expense-cost-of-labor', + AssetPrepaidExpenses = 'asset-prepaid-expenses', + EquityInvestmentGrants = 'equity-investment-grants', + CostOfGoodsSoldFreightAndDeliveryCost = 'cost-of-goods-sold-freight-and-delivery-cost', + ExpenseLegalProfessionalFees = 'expense-legal-professional-fees', + LiabilityDebtsRelatedToParticipatingInterests = 'liability-debts-related-to-participating-interests', + ExpenseSundry = 'expense-sundry', + OtherCurrentLiabilityGlobalTaxSuspense = 'other-current-liability-global-tax-suspense', + OtherIncomeTaxExemptInterest = 'other-income-tax-exempt-interest', + ExpenseShippingAndDeliveryExpense = 'expense-shipping-and-delivery-expense', + AssetAccumulatedAmortizationOfOtherAssets = 'asset-accumulated-amortization-of-other-assets', + AssetLongTermLoansAndAdvancesToRelatedParties = 'asset-long-term-loans-and-advances-to-related-parties', + EquityCommonStock = 'equity-common-stock', + CostOfGoodsSoldSuppliesMaterialsCogs = 'cost-of-goods-sold-supplies-materials-cogs', + AssetDeferredTax = 'asset-deferred-tax', + ExpensePurchasesRebates = 'expense-purchases-rebates', + OtherIncomeLossOnDisposalOfAssets = 'other-income-loss-on-disposal-of-assets', + ExpenseRepairMaintenance = 'expense-repair-maintenance', + OtherExpenseAmortization = 'other-expense-amortization', + OtherCurrentLiabilityProvisionsCurrentLiabilities = 'other-current-liability-provisions-current-liabilities', + RevenueSalesOfProductIncome = 'revenue-sales-of-product-income', + AssetInvestments = 'asset-investments', + RevenueOwnWorkCapitalized = 'revenue-own-work-capitalized', + AssetCashAndCashEquivalents = 'asset-cash-and-cash-equivalents', + OtherExpenseDepreciation = 'other-expense-depreciation', OtherCurrentLiabilityPrepaidExpensesPayable = 'other-current-liability-prepaid-expenses-payable', - ExpenseCostOfLabor = 'expense-cost-of-labor', - OtherIncomeTaxExemptInterest = 'other-income-tax-exempt-interest', - EquityPreferredStock = 'equity-preferred-stock', - CostOfGoodsSoldCostOfSales = 'cost-of-goods-sold-cost-of-sales', - OtherExpenseVehicleRepairs = 'other-expense-vehicle-repairs', - OtherIncomeOtherOperatingIncome = 'other-income-other-operating-income', - AssetOtherCurrentAsset = 'asset-other-current-asset', + AssetAssetsInCourseOfConstruction = 'asset-assets-in-course-of-construction', + OtherIncomeInterestEarned = 'other-income-interest-earned', + EquityCalledUpShareCapital = 'equity-called-up-share-capital', + AssetGlobalTaxDeferred = 'asset-global-tax-deferred', + OtherExpenseVehicleLoanInterest = 'other-expense-vehicle-loan-interest', + RevenueOtherPrimaryIncome = 'revenue-other-primary-income', + RevenueUnappliedCashPaymentIncome = 'revenue-unapplied-cash-payment-income', + AssetOtherLongTermLoansAndAdvances = 'asset-other-long-term-loans-and-advances', + ExpensePayrollExpenses = 'expense-payroll-expenses', + OtherCurrentLiabilityStateLocalIncomeTaxPayable = 'other-current-liability-state-local-income-tax-payable', + ExpenseEntertainmentMeals = 'expense-entertainment-meals', + ExpenseDuesSubscriptions = 'expense-dues-subscriptions', + AssetLeaseBuyout = 'asset-lease-buyout', OtherCurrentLiabilityCurrentLiabilities = 'other-current-liability-current-liabilities', - AssetEmployeeCashAdvances = 'asset-employee-cash-advances', - AssetInvestmentMortgageRealEstateLoans = 'asset-investment-mortgage-real-estate-loans', - LiabilityDebtsRelatedToParticipatingInterests = 'liability-debts-related-to-participating-interests', - LiabilityOtherLongTermProvisions = 'liability-other-long-term-provisions', + AssetDepletableAssets = 'asset-depletable-assets', + OtherCurrentLiabilityTrustAccountsLiabilities = 'other-current-liability-trust-accounts-liabilities', + AssetOtherLongTermAssets = 'asset-other-long-term-assets', + LiabilityOutstandingDuesMicroSmallEnterprise = 'liability-outstanding-dues-micro-small-enterprise', ExpenseAmortizationExpense = 'expense-amortization-expense', - RevenueNonProfitIncome = 'revenue-non-profit-income', - EquityCapitalReserves = 'equity-capital-reserves', + Expense = 'expense', + OtherExpensePenaltiesSettlements = 'other-expense-penalties-settlements', + LiabilityObligationsUnderFinanceLeases = 'liability-obligations-under-finance-leases', + OtherCurrentLiabilityDividendsPayable = 'other-current-liability-dividends-payable', + OtherCurrentLiabilitySocialSecurityAgencies = 'other-current-liability-social-security-agencies', + OtherExpenseWashAndRoadServices = 'other-expense-wash-and-road-services', + ExpenseRentOrLeaseOfBuildings = 'expense-rent-or-lease-of-buildings', + CostOfGoodsSold = 'cost-of-goods-sold', + AssetOrganizationalCosts = 'asset-organizational-costs', + OtherExpenseExtraordinaryItems = 'other-expense-extraordinary-items', EquityMoneyReceivedAgainstShareWarrants = 'equity-money-received-against-share-warrants', - OtherCurrentLiabilityProvisionForWarrantyObligations = 'other-current-liability-provision-for-warranty-obligations', - ExpenseOtherExternalServices = 'expense-other-external-services', - AssetLoansToOthers = 'asset-loans-to-others', - ExpenseDuesSubscriptions = 'expense-dues-subscriptions', - LiabilityBankLoans = 'liability-bank-loans', - AssetExpenditureAuthorisationsAndLettersOfCredit = 'asset-expenditure-authorisations-and-letters-of-credit', - AssetProvisionsNonCurrentAssets = 'asset-provisions-non-current-assets', - ExpenseSundry = 'expense-sundry', - OtherCurrentLiabilityInterestPayables = 'other-current-liability-interest-payables', - AssetNonCurrentAssets = 'asset-non-current-assets', - ExpenseLegalProfessionalFees = 'expense-legal-professional-fees', - RevenueOperatingGrants = 'revenue-operating-grants', - ExpenseTravelMeals = 'expense-travel-meals', - EquityPersonalExpense = 'equity-personal-expense', - AssetAccumulatedDepletion = 'asset-accumulated-depletion', - Equity = 'equity', - AssetFixedAssetComputers = 'asset-fixed-asset-computers', - OtherExpenseDeferredTaxExpense = 'other-expense-deferred-tax-expense', - OtherCurrentLiabilityPayrollClearing = 'other-current-liability-payroll-clearing', - OtherCurrentLiabilityStateLocalIncomeTaxPayable = 'other-current-liability-state-local-income-tax-payable', - EquityFunds = 'equity-funds', - LiabilityAccrualsAndDeferredIncome = 'liability-accruals-and-deferred-income', + LiabilityProvisionForLiabilities = 'liability-provision-for-liabilities', AssetFixedAsset = 'asset-fixed-asset', - RevenueRevenueGeneral = 'revenue-revenue-general', - ExpenseProjectStudiesSurveysAssessments = 'expense-project-studies-surveys-assessments', - AssetLicenses = 'asset-licenses', - CostOfGoodsSoldFreightAndDeliveryCost = 'cost-of-goods-sold-freight-and-delivery-cost', - OtherIncomeUnrealisedLossOnSecuritiesNetOfTax = 'other-income-unrealised-loss-on-securities-net-of-tax', + OtherCurrentLiability = 'other-current-liability', + AssetOtherCurrentAsset = 'asset-other-current-asset', + AssetShortTermInvestmentsInRelatedParties = 'asset-short-term-investments-in-related-parties', AssetFixedAssetPhone = 'asset-fixed-asset-phone', - OtherCurrentLiabilityLineOfCredit = 'other-current-liability-line-of-credit', + ExpenseAppropriationsToDepreciation = 'expense-appropriations-to-depreciation', + AssetShortTermLoansAndAdvancesToRelatedParties = 'asset-short-term-loans-and-advances-to-related-parties', + AssetInvestmentTaxExemptSecurities = 'asset-investment-tax-exempt-securities', + AssetProvisionsNonCurrentAssets = 'asset-provisions-non-current-assets', + OtherExpenseMortgageInterest = 'other-expense-mortgage-interest', + OtherCurrentLiabilityInterestPayables = 'other-current-liability-interest-payables', + RevenueSalesWholesale = 'revenue-sales-wholesale', AssetBuildings = 'asset-buildings', - OtherExpenseWashAndRoadServices = 'other-expense-wash-and-road-services', + AssetLoansToOfficers = 'asset-loans-to-officers', + ExpenseFinanceCosts = 'expense-finance-costs', + CostOfGoodsSoldCostOfLaborCos = 'cost-of-goods-sold-cost-of-labor-cos', + ExpenseEquipmentRental = 'expense-equipment-rental', + RevenueIncome = 'revenue-income', + OtherCurrentLiabilityCurrentTaxLiability = 'other-current-liability-current-tax-liability', + AssetCalledUpShareCapitalNotPaid = 'asset-called-up-share-capital-not-paid', + AssetFixedAssetCopiers = 'asset-fixed-asset-copiers', + ExpenseGlobalTaxExpense = 'expense-global-tax-expense', + ExpenseShippingFreightDelivery = 'expense-shipping-freight-delivery', + ExpenseOfficeGeneralAdministrativeExpenses = 'expense-office-general-administrative-expenses', + OtherCurrentLiabilityLoanPayable = 'other-current-liability-loan-payable', + RevenueNonProfitIncome = 'revenue-non-profit-income', + ExpenseInterestPaid = 'expense-interest-paid', + AssetGoodwill = 'asset-goodwill', + AssetFixedAssetComputers = 'asset-fixed-asset-computers', + AssetTradeAndOtherReceivables = 'asset-trade-and-other-receivables', + ExpenseBankCharges = 'expense-bank-charges', + OtherExpenseVehicleRegistration = 'other-expense-vehicle-registration', + OtherCurrentLiabilityGlobalTaxPayable = 'other-current-liability-global-tax-payable', + OtherCurrentLiabilitySalesTaxPayable = 'other-current-liability-sales-tax-payable', + RevenueSalesRetail = 'revenue-sales-retail', + OtherExpenseVehicleRepairs = 'other-expense-vehicle-repairs', + LiabilityAccruedVacationPayable = 'liability-accrued-vacation-payable', + OtherExpenseTaxRoundoffGainOrLoss = 'other-expense-tax-roundoff-gain-or-loss', OtherIncome = 'other-income', - AssetPrepaymentsAndAccruedIncome = 'asset-prepayments-and-accrued-income', - LiabilityObligationsUnderFinanceLeases = 'liability-obligations-under-finance-leases', - ExpensePurchasesRebates = 'expense-purchases-rebates', - OtherExpenseExchangeGainOrLoss = 'other-expense-exchange-gain-or-loss', - OtherExpenseVehicle = 'other-expense-vehicle', - RevenueSalesWholesale = 'revenue-sales-wholesale', AssetUndepositedFunds = 'asset-undeposited-funds', - LiabilityAccountsPayable = 'liability-accounts-payable', - CostOfGoodsSoldEquipmentRentalCos = 'cost-of-goods-sold-equipment-rental-cos', - OtherCurrentLiabilityShortTermBorrowings = 'other-current-liability-short-term-borrowings', + OtherExpenseVehicleInsurance = 'other-expense-vehicle-insurance', + AccountsReceivable = 'accounts-receivable', + AssetOtherCurrentAssets = 'asset-other-current-assets', + EquityAccumulatedOtherComprehensiveIncome = 'equity-accumulated-other-comprehensive-income', + ExpenseSuppliesMaterials = 'expense-supplies-materials', + ExpenseOtherSellingExpenses = 'expense-other-selling-expenses', + AssetInternalTransfers = 'asset-internal-transfers', + OtherCurrentLiabilityPayrollClearing = 'other-current-liability-payroll-clearing', + OtherExpenseDeferredTaxExpense = 'other-expense-deferred-tax-expense', + EquityTreasuryStock = 'equity-treasury-stock', ExpenseAdvertisingPromotional = 'expense-advertising-promotional', - ExpenseOfficeGeneralAdministrativeExpenses = 'expense-office-general-administrative-expenses', - AssetCashOnHand = 'asset-cash-on-hand', - EquityDividendDisbursed = 'equity-dividend-disbursed', - ExpenseAppropriationsToDepreciation = 'expense-appropriations-to-depreciation', - AssetFixedAssetFurniture = 'asset-fixed-asset-furniture', - ExpenseInsurance = 'expense-insurance', - OtherCurrentLiabilityRentsInTrustLiability = 'other-current-liability-rents-in-trust-liability', - AssetTrustAccounts = 'asset-trust-accounts', - EquityShareCapital = 'equity-share-capital', - RevenueSavingsByTaxScheme = 'revenue-savings-by-tax-scheme', + AssetOtherIntangibleAssets = 'asset-other-intangible-assets', + OtherExpenseHomeOwnerRentalInsurance = 'other-expense-home-owner-rental-insurance', + LiabilityDeferredTaxLiabilities = 'liability-deferred-tax-liabilities', + AssetCumulativeDepreciationOnIntangibleAssets = 'asset-cumulative-depreciation-on-intangible-assets', + EquityOtherFreeReserves = 'equity-other-free-reserves', + OtherExpenseVehicleLoan = 'other-expense-vehicle-loan', + OtherCurrentLiabilityCurrentPortionOfObligationsUnderFinanceLeases = 'other-current-liability-current-portion-of-obligations-under-finance-leases', + AssetSavings = 'asset-savings', + AssetLeaseholdImprovements = 'asset-leasehold-improvements', + OtherExpenseUtilities = 'other-expense-utilities', + AssetVehicles = 'asset-vehicles', + AssetOtherFixedAssets = 'asset-other-fixed-assets', + EquityPersonalExpense = 'equity-personal-expense', + ExpenseCharitableContributions = 'expense-charitable-contributions', + ExpenseProjectStudiesSurveysAssessments = 'expense-project-studies-surveys-assessments', + ExpenseExternalServices = 'expense-external-services', + EquityOwnersEquity = 'equity-owners-equity', + EquityAccumulatedAdjustment = 'equity-accumulated-adjustment', + ExpenseUtilities = 'expense-utilities', + AssetMoneyMarket = 'asset-money-market', + EquityEquityInEarningsOfSubsidiuaries = 'equity-equity-in-earnings-of-subsidiuaries', + AssetAccumulatedDepreciation = 'asset-accumulated-depreciation', + ExpenseUnappliedCashBillPaymentExpense = 'expense-unapplied-cash-bill-payment-expense', + AssetOtherLongTermInvestments = 'asset-other-long-term-investments', + LiabilityLongTermDebit = 'liability-long-term-debit', AssetOtherConsumables = 'asset-other-consumables', - EquityHealthcare = 'equity-healthcare', - OtherExpenseIncomeTaxOtherExpense = 'other-expense-income-tax-other-expense', - LiabilityAccruedLongTermLiabilities = 'liability-accrued-long-term-liabilities', - LiabilityProvisionForLiabilities = 'liability-provision-for-liabilities', - RevenueIncome = 'revenue-income', - LiabilityLongTermBorrowings = 'liability-long-term-borrowings', - RevenueOtherPrimaryIncome = 'revenue-other-primary-income', - AssetProvisionsFixedAssets = 'asset-provisions-fixed-assets', - OtherCurrentLiabilityTrustAccountsLiabilities = 'other-current-liability-trust-accounts-liabilities', - AssetChecking = 'asset-checking', - ExpensePromotionalMeals = 'expense-promotional-meals', - OtherIncomeOtherInvestmentIncome = 'other-income-other-investment-income', - LiabilityGroupAndAssociates = 'liability-group-and-associates', - OtherExpenseGasAndFuel = 'other-expense-gas-and-fuel', + OtherCurrentLiabilityInsurancePayable = 'other-current-liability-insurance-payable', + ExpenseTravel = 'expense-travel', + AssetBank = 'asset-bank', + ExpenseTaxesPaid = 'expense-taxes-paid', + OtherExpenseRentAndLease = 'other-expense-rent-and-lease', + RevenueOtherCurrentOperatingIncome = 'revenue-other-current-operating-income', + AssetLoansToOthers = 'asset-loans-to-others', + EquityCapitalReserves = 'equity-capital-reserves', + OtherIncomeOtherOperatingIncome = 'other-income-other-operating-income', + CostOfGoodsSoldOtherCostsOfServiceCos = 'cost-of-goods-sold-other-costs-of-service-cos', AssetAssetsHeldForSale = 'asset-assets-held-for-sale', - OtherCurrentLiabilityDutiesAndTaxes = 'other-current-liability-duties-and-taxes', - ExpenseInterestPaid = 'expense-interest-paid', - OtherCurrentLiabilityLoanPayable = 'other-current-liability-loan-payable', - OtherCurrentLiabilityCurrentTaxLiability = 'other-current-liability-current-tax-liability', - EquityShareApplicationMoneyPendingAllotment = 'equity-share-application-money-pending-allotment', - EquityCalledUpShareCapital = 'equity-called-up-share-capital', + OtherExpensePriorPeriodItems = 'other-expense-prior-period-items', + AssetBalWithGovtAuthorities = 'asset-bal-with-govt-authorities', + ExpenseBadDebts = 'expense-bad-debts', + AssetOtherEarMarkedBankAccounts = 'asset-other-ear-marked-bank-accounts', + LiabilityBankLoans = 'liability-bank-loans', + OtherCurrentLiabilityRentsInTrustLiability = 'other-current-liability-rents-in-trust-liability', + AssetExpenditureAuthorisationsAndLettersOfCredit = 'asset-expenditure-authorisations-and-letters-of-credit', + OtherCurrentLiabilityProvisionForWarrantyObligations = 'other-current-liability-provision-for-warranty-obligations', + ExpenseIncomeTaxExpense = 'expense-income-tax-expense', + AssetInvestmentMortgageRealEstateLoans = 'asset-investment-mortgage-real-estate-loans', + LiabilityGovernmentAndOtherPublicAuthorities = 'liability-government-and-other-public-authorities', + AssetParticipatingInterests = 'asset-participating-interests', + AssetMachineryAndEquipment = 'asset-machinery-and-equipment', + AssetSecurityDeposits = 'asset-security-deposits', + LiabilityLongTermEmployeeBenefitObligations = 'liability-long-term-employee-benefit-obligations', + AssetAccumulatedAmortization = 'asset-accumulated-amortization', + AssetFixedAssetSoftware = 'asset-fixed-asset-software', + OtherIncomeDividendIncome = 'other-income-dividend-income', + RevenueSavingsByTaxScheme = 'revenue-savings-by-tax-scheme', + AssetFixedAssetPhotoVideo = 'asset-fixed-asset-photo-video', + AssetFixedAssetFurniture = 'asset-fixed-asset-furniture', + ExpenseLossOnDiscontinuedOperationsNetOfTax = 'expense-loss-on-discontinued-operations-net-of-tax', + ExpenseOtherCurrentOperatingCharges = 'expense-other-current-operating-charges', + OtherCurrentLiabilityOtherCurrentLiabilities = 'other-current-liability-other-current-liabilities', + EquityPreferredStock = 'equity-preferred-stock', + OtherCurrentLiabilityPayrollTaxPayable = 'other-current-liability-payroll-tax-payable', EquityRetainedEarnings = 'equity-retained-earnings', - OtherCurrentLiabilityDividendsPayable = 'other-current-liability-dividends-payable', - AssetFixedAssetOtherToolsEquipment = 'asset-fixed-asset-other-tools-equipment', - AssetInvestments = 'asset-investments', - ExpenseEquipmentRental = 'expense-equipment-rental', - LiabilityShareholderNotesPayable = 'liability-shareholder-notes-payable', - AssetAssetsInCourseOfConstruction = 'asset-assets-in-course-of-construction', - LiabilityProvisionsNonCurrentLiabilities = 'liability-provisions-non-current-liabilities', - AssetPrepaidExpenses = 'asset-prepaid-expenses', + AssetOtherAsset = 'asset-other-asset', + RevenueServiceFeeIncome = 'revenue-service-fee-income', + OtherCurrentLiabilityShortTermBorrowings = 'other-current-liability-short-term-borrowings', + LiabilityGroupAndAssociates = 'liability-group-and-associates', + CostOfGoodsSoldShippingFreightDeliveryCos = 'cost-of-goods-sold-shipping-freight-delivery-cos', + RevenueOperatingGrants = 'revenue-operating-grants', EquityOpeningBalanceEquity = 'equity-opening-balance-equity', - ExpenseTaxesPaid = 'expense-taxes-paid', - AssetBalWithGovtAuthorities = 'asset-bal-with-govt-authorities', - ExpenseStaffCosts = 'expense-staff-costs', - OtherCurrentLiabilityProvisionsCurrentLiabilities = 'other-current-liability-provisions-current-liabilities', - OtherExpenseExceptionalItems = 'other-expense-exceptional-items', - AssetCapitalWip = 'asset-capital-wip', - OtherCurrentLiabilitySundryDebtorsAndCreditors = 'other-current-liability-sundry-debtors-and-creditors', - ExpenseOtherSellingExpenses = 'expense-other-selling-expenses', - AssetCalledUpShareCapitalNotPaid = 'asset-called-up-share-capital-not-paid' + LiabilityAccountsPayable = 'liability-accounts-payable', + ExpenseTravelExpensesGeneralAndAdminExpenses = 'expense-travel-expenses-general-and-admin-expenses', + OtherExpenseMatCredit = 'other-expense-mat-credit', + ExpenseManagementCompensation = 'expense-management-compensation', + EquityDividendDisbursed = 'equity-dividend-disbursed', + OtherIncomeGainLossOnSaleOfInvestments = 'other-income-gain-loss-on-sale-of-investments', + LiabilityOtherLongTermLiabilities = 'liability-other-long-term-liabilities', + OtherIncomeGainLossOnSaleOfFixedAssets = 'other-income-gain-loss-on-sale-of-fixed-assets', + ExpenseOtherRentalCosts = 'expense-other-rental-costs', + OtherExpenseGasAndFuel = 'other-expense-gas-and-fuel', + AssetLandAsset = 'asset-land-asset', + OtherCurrentLiabilityDutiesAndTaxes = 'other-current-liability-duties-and-taxes' } export const enum MessageReadStatus { Unsent = 'unsent', - Read = 'read', - Sent = 'sent', Delivered = 'delivered', + Sent = 'sent', + Read = 'read', Failed = 'failed' } export const enum MessageContentType { - File = 'file', - Link = 'link', Gif = 'gif', - Voice = 'voice', - Contact = 'contact', + Image = 'image', + Location = 'location', Sticker = 'sticker', Video = 'video', Text = 'text', - Location = 'location', + Link = 'link', Audio = 'audio', + File = 'file', Document = 'document', - Image = 'image' + Contact = 'contact', + Voice = 'voice' } export const enum MessageDeliveryStatus { - Failed = 'failed', - Sent = 'sent', Delivered = 'delivered', + Error = 'error', Pending = 'pending', Undeliverable = 'undeliverable', - Error = 'error', - Read = 'read' + Failed = 'failed', + Read = 'read', + Sent = 'sent' } export const enum ReactionType { + Interested = 'interested', + Like = 'like', Wow = 'wow', - Bookmark = 'bookmark', - Laugh = 'laugh', Love = 'love', + Angry = 'angry', + Bookmark = 'bookmark', Dislike = 'dislike', Sad = 'sad', - Interested = 'interested', - Like = 'like', - Angry = 'angry' + Laugh = 'laugh' } export const enum SupportTicketPriority { - Low = 'low', - High = 'high', Urgent = 'urgent', + Low = 'low', Medium = 'medium', + High = 'high', Immediate = 'immediate' } export const enum IssueLifecycleStatus { - Cancelled = 'cancelled', - OnHold = 'on-hold', - Open = 'open', - Pending = 'pending', Resolved = 'resolved', Closed = 'closed', - InProgress = 'in-progress' + Open = 'open', + InProgress = 'in-progress', + Pending = 'pending', + Cancelled = 'cancelled', + OnHold = 'on-hold' } export const enum SupportQueryType { + Problem = 'problem', Bug = 'bug', - FeatureRequest = 'feature-request', - Feedback = 'feedback', Task = 'task', Incident = 'incident', - Question = 'question', - Problem = 'problem' + FeatureRequest = 'feature-request', + Feedback = 'feedback', + Question = 'question' } export const enum OrderStatus { - OnHold = 'on-hold', - AwaitingPickup = 'awaiting-pickup', - Delivered = 'delivered', - Shipped = 'shipped', - AwaitingPayment = 'awaiting-payment', - Returned = 'returned', Refunded = 'refunded', - Disputed = 'disputed', Pending = 'pending', Processing = 'processing', - Failed = 'failed', + AwaitingPickup = 'awaiting-pickup', + Cancelled = 'cancelled', + Shipped = 'shipped', + Disputed = 'disputed', + OnHold = 'on-hold', Completed = 'completed', + AwaitingShipment = 'awaiting-shipment', + Failed = 'failed', Abandoned = 'abandoned', - Cancelled = 'cancelled', - AwaitingShipment = 'awaiting-shipment' + AwaitingPayment = 'awaiting-payment', + Delivered = 'delivered', + Returned = 'returned' } export const enum DiscountType { - VariablePercentage = 'variable-percentage', UnknownDiscount = 'unknown-discount', - Percentage = 'percentage', - FixedAmount = 'fixed-amount', - TieredDiscount = 'tiered-discount', ConditionalDiscount = 'conditional-discount', + VariablePercentage = 'variable-percentage', VariableAmount = 'variable-amount', - BuyOneGetOne = 'buy-one-get-one' + FixedAmount = 'fixed-amount', + BuyOneGetOne = 'buy-one-get-one', + Percentage = 'percentage', + TieredDiscount = 'tiered-discount' } export const enum ImageMimeType { - ImageBmp = 'image-bmp', - ImageTiff = 'image-tiff', - ImageHeic = 'image-heic', - ImageGif = 'image-gif', ImageSvgXml = 'image-svg-xml', - ImageWebp = 'image-webp', ImageJpeg = 'image-jpeg', - ImagePng = 'image-png' + ImageTiff = 'image-tiff', + ImageBmp = 'image-bmp', + ImageWebp = 'image-webp', + ImageGif = 'image-gif', + ImagePng = 'image-png', + ImageHeic = 'image-heic' } export const enum FulfillmentStatus { Delivered = 'delivered', @@ -3042,725 +3041,725 @@ export const enum FulfillmentStatus { Pending = 'pending' } export const enum OrderingCriteria { - PriceAscending = 'price-ascending', - PriceDescending = 'price-descending', + Alphabetical = 'alphabetical', Rating = 'rating', - CreationDate = 'creation-date', - Manual = 'manual', Popularity = 'popularity', + PriceAscending = 'price-ascending', + Manual = 'manual', + PriceDescending = 'price-descending', Relevance = 'relevance', - Alphabetical = 'alphabetical' + CreationDate = 'creation-date' } export const enum ChatType { - Group = 'group', + Public = 'public', Private = 'private', - Public = 'public' + Group = 'group' } export const enum ProductAvailabilityStatus { + BackOrder = 'back-order', + PreOrder = 'pre-order', Discontinued = 'discontinued', InStock = 'in-stock', - PreOrder = 'pre-order', - OutOfStock = 'out-of-stock', - BackOrder = 'back-order' + OutOfStock = 'out-of-stock' } export const enum ExpenseApprovalStatus { - New = 'new', - Approved = 'approved', - Reimbursed = 'reimbursed', Reviewing = 'reviewing', + Denied = 'denied', + Approved = 'approved', Cancelled = 'cancelled', + Pending = 'pending', + New = 'new', Processed = 'processed', - Denied = 'denied', - Pending = 'pending' + Reimbursed = 'reimbursed' } export const enum FinancialChargeType { Commission = 'commission', + Other = 'other', + TransactionFee = 'transaction-fee', ServiceCharge = 'service-charge', LateFee = 'late-fee', InterestCharge = 'interest-charge', - TransactionFee = 'transaction-fee', - ProcessingFee = 'processing-fee', - Other = 'other' + ProcessingFee = 'processing-fee' } export const enum ItemAvailabilityStatus { - Active = 'active', - OutOfStock = 'out-of-stock', Discontinued = 'discontinued', + OutOfStock = 'out-of-stock', + Active = 'active', Inactive = 'inactive' } export const enum BillingStatus { - Draft = 'draft', Overdue = 'overdue', - Pending = 'pending', - Submitted = 'submitted', - Voided = 'voided', - Deleted = 'deleted', + Draft = 'draft', Authorised = 'authorised', Paid = 'paid', Unpaid = 'unpaid', - PartiallyPaid = 'partially-paid' + PartiallyPaid = 'partially-paid', + Submitted = 'submitted', + Pending = 'pending', + Voided = 'voided', + Deleted = 'deleted' } export const enum FinancialAccountStatus { - Frozen = 'frozen', - Closed = 'closed', + Delinquent = 'delinquent', Active = 'active', Suspended = 'suspended', + Frozen = 'frozen', Inactive = 'inactive', - UnderReview = 'under-review', - Delinquent = 'delinquent' + Closed = 'closed', + UnderReview = 'under-review' } export const enum TransactionStatus { - Initiated = 'initiated', InProgress = 'in-progress', - Failed = 'failed', + Succeeded = 'succeeded', Cancelled = 'cancelled', Error = 'error', + Initiated = 'initiated', Pending = 'pending', - Succeeded = 'succeeded' + Failed = 'failed' } export const enum InvoiceAdjustmentType { - Shipping = 'shipping', Discount = 'discount', - Tax = 'tax', + Shipping = 'shipping', Tip = 'tip', - Other = 'other' + Other = 'other', + Tax = 'tax' } export const enum DataType { + Array = 'array', Date = 'date', - Object = 'object', + Json = 'json', + Undefined = 'undefined', Binary = 'binary', + Object = 'object', + Number = 'number', Boolean = 'boolean', String = 'string', - Array = 'array', - Undefined = 'undefined', - Null = 'null', - Json = 'json', - Number = 'number' + Null = 'null' } export const enum EmploymentType { - Temporary = 'temporary', - Internship = 'internship', - Permanent = 'permanent', - Seasonal = 'seasonal', Contract = 'contract', - FullTime = 'full-time', - PartTime = 'part-time', Volunteer = 'volunteer', + PartTime = 'part-time', + Internship = 'internship', + FullTime = 'full-time', + Seasonal = 'seasonal', + Temporary = 'temporary', + Permanent = 'permanent', Freelance = 'freelance' } export const enum TimeCycle { - Daily = 'daily', - Quarterly = 'quarterly', - Weekly = 'weekly', - Secondly = 'secondly', Biweekly = 'biweekly', - SemiMonthly = 'semi-monthly', - Monthly = 'monthly', - Triennially = 'triennially', - Custom = 'custom', Biennially = 'biennially', + Custom = 'custom', + SemiAnnually = 'semi-annually', + Triennially = 'triennially', AdHoc = 'ad-hoc', + Daily = 'daily', + SemiMonthly = 'semi-monthly', Hourly = 'hourly', + Weekly = 'weekly', Annually = 'annually', Minutely = 'minutely', - SemiAnnually = 'semi-annually' + Monthly = 'monthly', + Secondly = 'secondly', + Quarterly = 'quarterly' } export const enum FinancialTrackingCategories { - Vendor = 'vendor', - CostCenter = 'cost-center', Product = 'product', Other = 'other', - Project = 'project', - None = 'none', - Location = 'location', + Vendor = 'vendor', Employee = 'employee', - Service = 'service', - Customer = 'customer', + Project = 'project', Department = 'department', + None = 'none', Class = 'class', - Division = 'division' + Division = 'division', + CostCenter = 'cost-center', + Customer = 'customer', + Location = 'location', + Service = 'service' } export const enum CreditNoteStatus { + Cancelled = 'cancelled', Revised = 'revised', - Pending = 'pending', Draft = 'draft', - Completed = 'completed', - Issued = 'issued', - Cancelled = 'cancelled', Disputed = 'disputed', + Completed = 'completed', Applied = 'applied', - Void = 'void' + Issued = 'issued', + Void = 'void', + Pending = 'pending' } export const enum PaymentTerm { - Custom = 'custom', - CashWithOrder = 'cash-with-order', - CashInAdvance = 'cash-in-advance', + CashOnDelivery = 'cash-on-delivery', + DeferredPayment = 'deferred-payment', Prepayment = 'prepayment', - Installment = 'installment', - Net90 = 'net-90', - DueOnReceipt = 'due-on-receipt', - Prepaid = 'prepaid', - UponCompletion = 'upon-completion', - Net60 = 'net-60', Net30 = 'net-30', - DeferredPayment = 'deferred-payment', + CashInAdvance = 'cash-in-advance', DueEndOfMonth = 'due-end-of-month', + Custom = 'custom', Net = 'net', + CashWithOrder = 'cash-with-order', + Installment = 'installment', + Net60 = 'net-60', + Prepaid = 'prepaid', CashBeforeShipment = 'cash-before-shipment', - CashOnDelivery = 'cash-on-delivery' + Net90 = 'net-90', + DueOnReceipt = 'due-on-receipt', + UponCompletion = 'upon-completion' } export const enum EmploymentAndCandidateStatus { - InReview = 'in-review', - OfferExtended = 'offer-extended', - NotSelected = 'not-selected', OnLeave = 'on-leave', - Terminated = 'terminated', - New = 'new', Inactive = 'inactive', + NotSelected = 'not-selected', Hired = 'hired', - Other = 'other', + New = 'new', + InReview = 'in-review', Active = 'active', - Interviewing = 'interviewing' + Interviewing = 'interviewing', + Other = 'other', + OfferExtended = 'offer-extended', + Terminated = 'terminated' } export const enum OrganizationalRole { - Other = 'other', + Employee = 'employee', Admin = 'admin', Director = 'director', - Supervisor = 'supervisor', Manager = 'manager', + Supervisor = 'supervisor', Contractor = 'contractor', - Employee = 'employee' + Other = 'other' } export const enum CampaignType { - SocialMedia = 'social-media', - Display = 'display', - SearchEngine = 'search-engine', Other = 'other', - Email = 'email' + Display = 'display', + Email = 'email', + SocialMedia = 'social-media', + SearchEngine = 'search-engine' } export const enum ContactAddressType { Other = 'other', - Business = 'business', - Home = 'home', + Work = 'work', Personal = 'personal', - Shipping = 'shipping', Billing = 'billing', Temporary = 'temporary', - Work = 'work' + Shipping = 'shipping', + Business = 'business', + Home = 'home' } export const enum CustomerStatus { + Suspended = 'suspended', Inactive = 'inactive', Archived = 'archived', - Pending = 'pending', - Suspended = 'suspended', - Active = 'active' + Active = 'active', + Pending = 'pending' } export const enum SocialPlatform { - Linkedin = 'linkedin', - Twitter = 'twitter', - Tiktok = 'tiktok', Pinterest = 'pinterest', - Facebook = 'facebook', - Reddit = 'reddit', - Youtube = 'youtube', Tumblr = 'tumblr', + OtherSocialPlatform = 'other-social-platform', Skype = 'skype', - Snapchat = 'snapchat', + Twitter = 'twitter', + X = 'x', Instagram = 'instagram', - OtherSocialPlatform = 'other-social-platform', - X = 'x' + Linkedin = 'linkedin', + Youtube = 'youtube', + Tiktok = 'tiktok', + Facebook = 'facebook', + Snapchat = 'snapchat', + Reddit = 'reddit' } export const enum LeadLifecycleStatus { - Open = 'open', + Connected = 'connected', Unqualified = 'unqualified', - Revisited = 'revisited', - AttemptedToContact = 'attempted-to-contact', - Lost = 'lost', New = 'new', - Connected = 'connected', + Revisited = 'revisited', BadTiming = 'bad-timing', + Open = 'open', InProcess = 'in-process', - Converted = 'converted' + Converted = 'converted', + AttemptedToContact = 'attempted-to-contact', + Lost = 'lost' } export const enum ConversationStatus { - Active = 'active', + Deleted = 'deleted', Archived = 'archived', - Deleted = 'deleted' + Active = 'active' } export const enum CommunicationRole { - Owner = 'owner', - Guest = 'guest', - Channel = 'channel', + Moderator = 'moderator', Service = 'service', - Admin = 'admin', - Group = 'group', + Guest = 'guest', + Member = 'member', System = 'system', - User = 'user', Bot = 'bot', Assistant = 'assistant', - Moderator = 'moderator', - Member = 'member' + Admin = 'admin', + User = 'user', + Group = 'group', + Owner = 'owner', + Channel = 'channel' } export const enum ParticipantEngagementStatus { Admin = 'admin', - Banned = 'banned', - Moderator = 'moderator', Active = 'active', - Left = 'left', Guest = 'guest', - Inactive = 'inactive' + Moderator = 'moderator', + Left = 'left', + Inactive = 'inactive', + Banned = 'banned' } export const enum ItemEntityStatus { - Inactive = 'inactive', + Active = 'active', Archived = 'archived', - Pending = 'pending', - Deleted = 'deleted', - Completed = 'completed', Suspended = 'suspended', - Active = 'active' + Completed = 'completed', + Inactive = 'inactive', + Pending = 'pending', + Deleted = 'deleted' } export const enum Currency { - MZN = 'mzn', - KHR = 'khr', - EUR = 'eur', - AZN = 'azn', - FKP = 'fkp', - LSL = 'lsl', - JOD = 'jod', - KZT = 'kzt', - MAD = 'mad', - TWD = 'twd', - UAH = 'uah', - VND = 'vnd', - DKK = 'dkk', - ILS = 'ils', - LYD = 'lyd', - XPF = 'xpf', - SRD = 'srd', - FJD = 'fjd', - JMD = 'jmd', - QAR = 'qar', - BRL = 'brl', - CRC = 'crc', - XDR = 'xdr', - RWF = 'rwf', - ZMW = 'zmw', - SSP = 'ssp', - SAR = 'sar', - SDG = 'sdg', - HNL = 'hnl', - KID = 'kid', - KRW = 'krw', - NOK = 'nok', - TJS = 'tjs', - MRU = 'mru', - PYG = 'pyg', + CZK = 'czk', TRY = 'try', - DZD = 'dzd', - LBP = 'lbp', - TOP = 'top', - NAD = 'nad', - WST = 'wst', - IMP = 'imp', - BIF = 'bif', - VES = 'ves', - MGA = 'mga', - CDF = 'cdf', - ARS = 'ars', + TTD = 'ttd', COP = 'cop', + EGP = 'egp', + FKP = 'fkp', + ISK = 'isk', + NIO = 'nio', CVE = 'cve', - GTQ = 'gtq', - DJF = 'djf', - PEN = 'pen', - PGK = 'pgk', - CAD = 'cad', - GGP = 'ggp', - STN = 'stn', - BYN = 'byn', + TOP = 'top', + HUF = 'huf', + JOD = 'jod', BAM = 'bam', - IDR = 'idr', - ZAR = 'zar', - BND = 'bnd', - AWG = 'awg', + ETB = 'etb', + ILS = 'ils', GIP = 'gip', - MOP = 'mop', - TVD = 'tvd', - XAF = 'xaf', - KGS = 'kgs', - YER = 'yer', - ISK = 'isk', - PHP = 'php', - OMR = 'omr', - NIO = 'nio', - BOB = 'bob', - SZL = 'szl', - HKD = 'hkd', - MUR = 'mur', - TZS = 'tzs', - AUD = 'aud', - BWP = 'bwp', - GMD = 'gmd', - FOK = 'fok', + KES = 'kes', + KPW = 'kpw', + SYP = 'syp', + JMD = 'jmd', + CLP = 'clp', + RUB = 'rub', + ZAR = 'zar', + SEK = 'sek', + IDR = 'idr', KWD = 'kwd', + TJS = 'tjs', + FOK = 'fok', MDL = 'mdl', - CHF = 'chf', - EGP = 'egp', - AOA = 'aoa', - CNY = 'cny', - UGX = 'ugx', - GHS = 'ghs', - CUC = 'cuc', - LKR = 'lkr', - MNT = 'mnt', - KPW = 'kpw', - MXN = 'mxn', - PLN = 'pln', - SOS = 'sos', - TTD = 'ttd', - MMK = 'mmk', - NGN = 'ngn', + UYU = 'uyu', GEL = 'gel', - DOP = 'dop', - BBD = 'bbd', - IQD = 'iqd', - HTG = 'htg', - RUB = 'rub', - PKR = 'pkr', - SCR = 'scr', + NZD = 'nzd', + CHF = 'chf', + KHR = 'khr', + MKD = 'mkd', + VUV = 'vuv', + BWP = 'bwp', + GTQ = 'gtq', + INR = 'inr', LAK = 'lak', - BSD = 'bsd', + IMP = 'imp', + CRC = 'crc', + MAD = 'mad', + TND = 'tnd', SGD = 'sgd', - CUP = 'cup', + MXN = 'mxn', + BSD = 'bsd', + IRR = 'irr', + BMD = 'bmd', + LRD = 'lrd', + MRU = 'mru', + NAD = 'nad', + BND = 'bnd', + NOK = 'nok', + LSL = 'lsl', + NPR = 'npr', + LBP = 'lbp', + IQD = 'iqd', + BDT = 'bdt', + MGA = 'mga', + XAF = 'xaf', + PLN = 'pln', + SLL = 'sll', + JPY = 'jpy', + BIF = 'bif', + PAB = 'pab', HRK = 'hrk', - KYD = 'kyd', - BZD = 'bzd', - ZWL = 'zwl', - SHP = 'shp', + SSP = 'ssp', + AZN = 'azn', + BYN = 'byn', + PEN = 'pen', MWK = 'mwk', - ALL = 'all', - LRD = 'lrd', - RON = 'ron', - MYR = 'myr', - NZD = 'nzd', - USD = 'usd', - UZS = 'uzs', + CUC = 'cuc', + CAD = 'cad', + PGK = 'pgk', + JEP = 'jep', + PKR = 'pkr', + PYG = 'pyg', + XCD = 'xcd', + BGN = 'bgn', RSD = 'rsd', + XPF = 'xpf', AED = 'aed', - AFN = 'afn', - IRR = 'irr', - SEK = 'sek', + TZS = 'tzs', + HNL = 'hnl', + VND = 'vnd', + YER = 'yer', + HTG = 'htg', + MYR = 'myr', XOF = 'xof', - INR = 'inr', - BDT = 'bdt', - MVR = 'mvr', - GYD = 'gyd', - KES = 'kes', + GGP = 'ggp', BHD = 'bhd', - CZK = 'czk', - BMD = 'bmd', - ETB = 'etb', - NPR = 'npr', + MNT = 'mnt', + BBD = 'bbd', + ANG = 'ang', + BOB = 'bob', + UGX = 'ugx', + BZD = 'bzd', + AWG = 'awg', + DOP = 'dop', + MOP = 'mop', + NGN = 'ngn', + DJF = 'djf', + FJD = 'fjd', + GNF = 'gnf', + MVR = 'mvr', + SRD = 'srd', + DKK = 'dkk', + GBP = 'gbp', + PHP = 'php', + HKD = 'hkd', + SZL = 'szl', + MMK = 'mmk', + MZN = 'mzn', + ERN = 'ern', + AMD = 'amd', + CNY = 'cny', + STN = 'stn', + ALL = 'all', + GHS = 'ghs', + KYD = 'kyd', + LKR = 'lkr', + RON = 'ron', + CUP = 'cup', + DZD = 'dzd', + USD = 'usd', + GMD = 'gmd', + EUR = 'eur', + KZT = 'kzt', + SBD = 'sbd', + KRW = 'krw', THB = 'thb', - UYU = 'uyu', - GNF = 'gnf', - JEP = 'jep', - ANG = 'ang', - BGN = 'bgn', - JPY = 'jpy', - PAB = 'pab', - VUV = 'vuv', - BTN = 'btn', TMT = 'tmt', - SBD = 'sbd', + SHP = 'shp', + CDF = 'cdf', + SOS = 'sos', + BRL = 'brl', KMF = 'kmf', - XCD = 'xcd', - SLL = 'sll', - SYP = 'syp', - AMD = 'amd', - HUF = 'huf', - GBP = 'gbp', - TND = 'tnd', - CLP = 'clp', - MKD = 'mkd', - ERN = 'ern' + BTN = 'btn', + SDG = 'sdg', + QAR = 'qar', + UAH = 'uah', + AFN = 'afn', + ARS = 'ars', + AUD = 'aud', + TWD = 'twd', + KID = 'kid', + XDR = 'xdr', + SAR = 'sar', + RWF = 'rwf', + ZWL = 'zwl', + GYD = 'gyd', + VES = 'ves', + AOA = 'aoa', + TVD = 'tvd', + KGS = 'kgs', + ZMW = 'zmw', + OMR = 'omr', + MUR = 'mur', + SCR = 'scr', + WST = 'wst', + LYD = 'lyd', + UZS = 'uzs' } export const enum CustomerEligibilityStatus { - SpecificConditions = 'specific-conditions', ReturningCustomers = 'returning-customers', + SpecificConditions = 'specific-conditions', NewCustomers = 'new-customers', - Other = 'other', + AllCustomers = 'all-customers', VipCustomers = 'vip-customers', - AllCustomers = 'all-customers' + Other = 'other' } export const enum LifecycleStatus { - Active = 'active', Redeemed = 'redeemed', + Issued = 'issued', Suspended = 'suspended', Expired = 'expired', Cancelled = 'cancelled', - Issued = 'issued' + Active = 'active' } export const enum PaymentMethod { - Other = 'other', - Cryptocurrency = 'cryptocurrency', BankTransfer = 'bank-transfer', - Cash = 'cash', + CreditCard = 'credit-card', MobileWallet = 'mobile-wallet', Paypal = 'paypal', - DebitCard = 'debit-card', + Other = 'other', Check = 'check', - MobilePayment = 'mobile-payment', + DebitCard = 'debit-card', + Cash = 'cash', CashOnDelivery = 'cash-on-delivery', - CreditCard = 'credit-card' + Cryptocurrency = 'cryptocurrency', + MobilePayment = 'mobile-payment' } export const enum FinancialTransactionStatus { - Disputed = 'disputed', Failed = 'failed', - Pending = 'pending', Cleared = 'cleared', + Refunded = 'refunded', Authorized = 'authorized', SettlementInProgress = 'settlement-in-progress', + Disputed = 'disputed', Cancelled = 'cancelled', - Refunded = 'refunded' + Pending = 'pending' } export const enum AuditOpinionType { - Disclaimer = 'disclaimer', - Adverse = 'adverse', Unqualified = 'unqualified', - Qualified = 'qualified' + Adverse = 'adverse', + Qualified = 'qualified', + Disclaimer = 'disclaimer' } export const enum InventoryStorageType { - DropShipper = 'drop-shipper', - RetailStore = 'retail-store', - DistributionCenter = 'distribution-center', Consignment = 'consignment', + DistributionCenter = 'distribution-center', + RetailStore = 'retail-store', Other = 'other', Warehouse = 'warehouse', + DropShipper = 'drop-shipper', OnlineMarketplace = 'online-marketplace' } export const enum ItemCondition { - Damaged = 'damaged', - Used = 'used', Refurbished = 'refurbished', + Used = 'used', LikeNew = 'like-new', New = 'new', + Damaged = 'damaged', OpenBox = 'open-box' } export const enum TransactionType { Deposit = 'deposit', + Withdrawal = 'withdrawal', + Adjustment = 'adjustment', + Fee = 'fee', Refund = 'refund', Payment = 'payment', - Fee = 'fee', - Charge = 'charge', Transfer = 'transfer', - Withdrawal = 'withdrawal', - Adjustment = 'adjustment' + Charge = 'charge' } export const enum VisibilityScope { - App = 'app', - Internal = 'internal', Private = 'private', + Global = 'global', + App = 'app', Web = 'web', - Global = 'global' + Internal = 'internal' } export const enum PaymentStatus { - Failed = 'failed', - Voided = 'voided', - Draft = 'draft', + Deleted = 'deleted', + Partial = 'partial', + Refunded = 'refunded', Overdue = 'overdue', - Authorized = 'authorized', - Submitted = 'submitted', - Error = 'error', Pending = 'pending', + Processing = 'processing', + Cancelled = 'cancelled', + Paid = 'paid', + Submitted = 'submitted', Disputed = 'disputed', - Adjusted = 'adjusted', - Deleted = 'deleted', - Succeeded = 'succeeded', + Error = 'error', PartiallyRefunded = 'partially-refunded', - Paid = 'paid', - Partial = 'partial', - Processing = 'processing', - Refunded = 'refunded', - Cancelled = 'cancelled' + Authorized = 'authorized', + Succeeded = 'succeeded', + Adjusted = 'adjusted', + Failed = 'failed', + Voided = 'voided', + Draft = 'draft' } export const enum EntityLifecycleStatus { Preorder = 'preorder', Inactive = 'inactive', Draft = 'draft', - Scheduled = 'scheduled', - Active = 'active', Deleted = 'deleted', - Archived = 'archived' + Active = 'active', + Archived = 'archived', + Scheduled = 'scheduled' } export const enum TransactionChannel { - Atm = 'atm', - InPerson = 'in-person', + BankBranch = 'bank-branch', Mobile = 'mobile', + Online = 'online', Other = 'other', - BankBranch = 'bank-branch', - Telephone = 'telephone', + InPerson = 'in-person', + Atm = 'atm', Mail = 'mail', - Online = 'online' + Telephone = 'telephone' } export const enum FinancialDisputeStatus { - NeedsResponse = 'needs-response', - UnderReview = 'under-review', - ChargeRefunded = 'charge-refunded', Lost = 'lost', + UnderReview = 'under-review', + NeedsResponse = 'needs-response', Closed = 'closed', + ChargeRefunded = 'charge-refunded', Won = 'won', Escalated = 'escalated', AwaitingEvidence = 'awaiting-evidence' } export const enum ContentVisibility { + Internal = 'internal', + Shared = 'shared', Protected = 'protected', Public = 'public', - Shared = 'shared', - Private = 'private', - Internal = 'internal' + Private = 'private' } export const enum DeviceUsageType { - Educational = 'educational', - Home = 'home', - Business = 'business', Other = 'other', - Personal = 'personal', + Business = 'business', + Educational = 'educational', Healthcare = 'healthcare', - Industrial = 'industrial' + Personal = 'personal', + Industrial = 'industrial', + Home = 'home' } export const enum EntityCategory { - Project = 'project', - Other = 'other', - Message = 'message', - Event = 'event', Document = 'document', Owner = 'owner', + Other = 'other', User = 'user', + Project = 'project', + Message = 'message', + Person = 'person', Task = 'task', - Person = 'person' + Event = 'event' } export const enum GenderIdentity { - Other = 'other', - Male = 'male', Female = 'female', - PreferNotToSay = 'prefer-not-to-say' + Male = 'male', + PreferNotToSay = 'prefer-not-to-say', + Other = 'other' } export const enum CommunicationMethod { - Phone = 'phone', - InPerson = 'in-person', - Sms = 'sms', + Text = 'text', InstantMessage = 'instant-message', + InPerson = 'in-person', Email = 'email', - Text = 'text', - Mail = 'mail', + Other = 'other', + Phone = 'phone', PushNotification = 'push-notification', + Sms = 'sms', SocialMedia = 'social-media', - VideoCall = 'video-call', - Other = 'other' + Mail = 'mail', + VideoCall = 'video-call' } export const enum FinancialTransactionType { - Fee = 'fee', - Withdrawal = 'withdrawal', - Adjustment = 'adjustment', - Transfer = 'transfer', + Receive = 'receive', Other = 'other', - Payment = 'payment', - Chargeback = 'chargeback', - Refund = 'refund', - Dividend = 'dividend', - Spend = 'spend', - SpendOverpayment = 'spend-overpayment', - Interest = 'interest', ReceiveOverpayment = 'receive-overpayment', - ReceivePrepayment = 'receive-prepayment', - Deposit = 'deposit', - Receive = 'receive', Charge = 'charge', + Interest = 'interest', SpendPrepayment = 'spend-prepayment', - Sale = 'sale' + Fee = 'fee', + Dividend = 'dividend', + Deposit = 'deposit', + ReceivePrepayment = 'receive-prepayment', + Refund = 'refund', + Sale = 'sale', + Spend = 'spend', + SpendOverpayment = 'spend-overpayment', + Adjustment = 'adjustment', + Withdrawal = 'withdrawal', + Payment = 'payment', + Chargeback = 'chargeback', + Transfer = 'transfer' } export const enum EmailCategoryType { - Promotional = 'promotional', - Business = 'business', - Transactional = 'transactional', - Other = 'other', Governmental = 'governmental', Spam = 'spam', Educational = 'educational', - Personal = 'personal' + Promotional = 'promotional', + Business = 'business', + Personal = 'personal', + Transactional = 'transactional', + Other = 'other' } export const enum UniversalIdentifierType { - String = 'string', Email = 'email', Uuid = 'uuid', - Number = 'number', - Url = 'url' + String = 'string', + Url = 'url', + Number = 'number' } export const enum AccessControlModel { - Custom = 'custom', None = 'none', Rbac = 'rbac', - Abac = 'abac', Dac = 'dac', - Mac = 'mac' + Mac = 'mac', + Abac = 'abac', + Custom = 'custom' } export const enum ParticipantType { - User = 'user', - Organization = 'organization', ExternalParticipant = 'external-participant', + Team = 'team', + User = 'user', Group = 'group', - Team = 'team' + Organization = 'organization' } export const enum PriorityLevel { - Low = 'low', - Medium = 'medium', - Elevated = 'elevated', High = 'high', - Urgent = 'urgent' + Elevated = 'elevated', + Low = 'low', + Urgent = 'urgent', + Medium = 'medium' } export const enum TaskStatus { - Blocked = 'blocked', Todo = 'todo', + Blocked = 'blocked', InProgress = 'in-progress', OnHold = 'on-hold', - Done = 'done', - Cancelled = 'cancelled' + Cancelled = 'cancelled', + Done = 'done' } export const enum UserStatus { + Verified = 'verified', + Deleted = 'deleted', Suspended = 'suspended', + WaitListed = 'wait-listed', Archived = 'archived', - Banned = 'banned', - Inactive = 'inactive', - Deleted = 'deleted', Active = 'active', Pending = 'pending', - WaitListed = 'wait-listed', - Verified = 'verified' + Banned = 'banned', + Inactive = 'inactive' } export const enum PromotionType { - BuyOneGetOne = 'buy-one-get-one', - RewardPoints = 'reward-points', - Other = 'other', FreeShipping = 'free-shipping', + Other = 'other', + FixedAmount = 'fixed-amount', Percentage = 'percentage', - FixedAmount = 'fixed-amount' + RewardPoints = 'reward-points', + BuyOneGetOne = 'buy-one-get-one' } export const enum MimeType { - ImageWebp = 'image-webp', - ImageJpeg = 'image-jpeg', + ImagePng = 'image-png', ImageGif = 'image-gif', ImageSvgXml = 'image-svg-xml', - ImagePng = 'image-png' + ImageJpeg = 'image-jpeg', + ImageWebp = 'image-webp' } export const enum PrerequisiteRangeType { + ShippingPrice = 'shipping-price', Subtotal = 'subtotal', - Quantity = 'quantity', - ShippingPrice = 'shipping-price' + Quantity = 'quantity' } export const enum TaxType { - Inclusive = 'inclusive', + Variable = 'variable', Additive = 'additive', - Variable = 'variable' + Inclusive = 'inclusive' } export const enum ModifierType { List = 'list', diff --git a/index.js b/index.js index e561326..32afdb8 100644 --- a/index.js +++ b/index.js @@ -310,26 +310,26 @@ if (!nativeBinding) { throw new Error(`Failed to load native binding`) } -const { UnifiedApi, IntegrationOS, CustomerSelection, MinimumRequirements, Format, Gender, SkuValidation, AppliesTo, TransactionMethod, TargetSelection, CustomerEligibility, TargetType, CreditType, ChannelAvailability, AccountType, Roles, AllocationMethod, Status, Country, GlobalTaxType, JournalEntryStatus, IdentityProvider, DayOfWeek, AccountEngagementLevel, ReviewApprovalStatus, StakeholderType, AccountStatus, CampaignStatus, CustomerType, AccountingAccountType, MessageReadStatus, MessageContentType, MessageDeliveryStatus, ReactionType, SupportTicketPriority, IssueLifecycleStatus, SupportQueryType, OrderStatus, DiscountType, ImageMimeType, FulfillmentStatus, OrderingCriteria, ChatType, ProductAvailabilityStatus, ExpenseApprovalStatus, FinancialChargeType, ItemAvailabilityStatus, BillingStatus, FinancialAccountStatus, TransactionStatus, InvoiceAdjustmentType, DataType, EmploymentType, TimeCycle, FinancialTrackingCategories, CreditNoteStatus, PaymentTerm, EmploymentAndCandidateStatus, OrganizationalRole, CampaignType, ContactAddressType, CustomerStatus, SocialPlatform, LeadLifecycleStatus, ConversationStatus, CommunicationRole, ParticipantEngagementStatus, ItemEntityStatus, Currency, CustomerEligibilityStatus, LifecycleStatus, PaymentMethod, FinancialTransactionStatus, AuditOpinionType, InventoryStorageType, ItemCondition, TransactionType, VisibilityScope, PaymentStatus, EntityLifecycleStatus, TransactionChannel, FinancialDisputeStatus, ContentVisibility, DeviceUsageType, EntityCategory, GenderIdentity, CommunicationMethod, FinancialTransactionType, EmailCategoryType, UniversalIdentifierType, AccessControlModel, ParticipantType, PriorityLevel, TaskStatus, UserStatus, PromotionType, MimeType, PrerequisiteRangeType, TaxType, ModifierType } = nativeBinding +const { UnifiedApi, IntegrationOS, TargetSelection, CreditType, CustomerEligibility, AccountType, Status, Format, AllocationMethod, ChannelAvailability, CustomerSelection, AppliesTo, SkuValidation, TransactionMethod, Roles, TargetType, MinimumRequirements, Gender, Country, GlobalTaxType, JournalEntryStatus, IdentityProvider, DayOfWeek, AccountEngagementLevel, ReviewApprovalStatus, StakeholderType, AccountStatus, CampaignStatus, CustomerType, AccountingAccountType, MessageReadStatus, MessageContentType, MessageDeliveryStatus, ReactionType, SupportTicketPriority, IssueLifecycleStatus, SupportQueryType, OrderStatus, DiscountType, ImageMimeType, FulfillmentStatus, OrderingCriteria, ChatType, ProductAvailabilityStatus, ExpenseApprovalStatus, FinancialChargeType, ItemAvailabilityStatus, BillingStatus, FinancialAccountStatus, TransactionStatus, InvoiceAdjustmentType, DataType, EmploymentType, TimeCycle, FinancialTrackingCategories, CreditNoteStatus, PaymentTerm, EmploymentAndCandidateStatus, OrganizationalRole, CampaignType, ContactAddressType, CustomerStatus, SocialPlatform, LeadLifecycleStatus, ConversationStatus, CommunicationRole, ParticipantEngagementStatus, ItemEntityStatus, Currency, CustomerEligibilityStatus, LifecycleStatus, PaymentMethod, FinancialTransactionStatus, AuditOpinionType, InventoryStorageType, ItemCondition, TransactionType, VisibilityScope, PaymentStatus, EntityLifecycleStatus, TransactionChannel, FinancialDisputeStatus, ContentVisibility, DeviceUsageType, EntityCategory, GenderIdentity, CommunicationMethod, FinancialTransactionType, EmailCategoryType, UniversalIdentifierType, AccessControlModel, ParticipantType, PriorityLevel, TaskStatus, UserStatus, PromotionType, MimeType, PrerequisiteRangeType, TaxType, ModifierType } = nativeBinding module.exports.UnifiedApi = UnifiedApi module.exports.IntegrationOS = IntegrationOS -module.exports.CustomerSelection = CustomerSelection -module.exports.MinimumRequirements = MinimumRequirements -module.exports.Format = Format -module.exports.Gender = Gender -module.exports.SkuValidation = SkuValidation -module.exports.AppliesTo = AppliesTo -module.exports.TransactionMethod = TransactionMethod module.exports.TargetSelection = TargetSelection -module.exports.CustomerEligibility = CustomerEligibility -module.exports.TargetType = TargetType module.exports.CreditType = CreditType -module.exports.ChannelAvailability = ChannelAvailability +module.exports.CustomerEligibility = CustomerEligibility module.exports.AccountType = AccountType -module.exports.Roles = Roles -module.exports.AllocationMethod = AllocationMethod module.exports.Status = Status +module.exports.Format = Format +module.exports.AllocationMethod = AllocationMethod +module.exports.ChannelAvailability = ChannelAvailability +module.exports.CustomerSelection = CustomerSelection +module.exports.AppliesTo = AppliesTo +module.exports.SkuValidation = SkuValidation +module.exports.TransactionMethod = TransactionMethod +module.exports.Roles = Roles +module.exports.TargetType = TargetType +module.exports.MinimumRequirements = MinimumRequirements +module.exports.Gender = Gender module.exports.Country = Country module.exports.GlobalTaxType = GlobalTaxType module.exports.JournalEntryStatus = JournalEntryStatus diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 698fb68..676ab79 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node-darwin-arm64", - "version": "3.7.17", + "version": "3.8.0", "os": [ "darwin" ], diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 149bf3d..1db4c79 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node-darwin-x64", - "version": "3.7.17", + "version": "3.8.0", "os": [ "darwin" ], diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 46c9b30..4d2d87c 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node-linux-arm64-gnu", - "version": "3.7.17", + "version": "3.8.0", "os": [ "linux" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index b57a60d..0a14ffa 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node-linux-x64-gnu", - "version": "3.7.17", + "version": "3.8.0", "os": [ "linux" ], diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index e0e8a7c..51584d4 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node-win32-arm64-msvc", - "version": "3.7.17", + "version": "3.8.0", "os": [ "win32" ], diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 575d3a7..42e02c1 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node-win32-x64-msvc", - "version": "3.7.17", + "version": "3.8.0", "os": [ "win32" ], diff --git a/package-lock.json b/package-lock.json index 642cc97..28623c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@integrationos/node", - "version": "3.7.17", + "version": "3.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@integrationos/node", - "version": "3.7.17", + "version": "3.8.0", "license": "MIT", "dependencies": { "dotenv": "^16.4.5" diff --git a/package.json b/package.json index a45f9e4..0035f4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@integrationos/node", - "version": "3.7.17", + "version": "3.8.0", "main": "index.js", "types": "index.d.ts", "napi": {