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