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