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