victor-dev-toolbox
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -676,7 +676,6 @@ interface CountryInterface { | ||
type PedeaVideoTypes = 'depot' | 'petrolStation' | 'product'; | ||
interface VideoInterface extends DatabaseItemInterface { | ||
title: string; | ||
description?: string; | ||
videoType: PedeaVideoTypes; | ||
videoType: string; | ||
viewCount?: number; | ||
@@ -690,2 +689,2 @@ } | ||
export { type AccountOwnerInterface, type AgeInterface, type BankAccountInterface, type BankAccountTypes, type BankBranchInterface, type BankInterface, type CartInterface, type CartItemInterface, type CategoryInterface, type CategoryStatusInterface, type CategoryStatusType, type ChatDetailsInterface, type ChatInterface, type ChatMessageInterface, type ChatParticipantsInterface, type CountryInterface, type CurrencyConversionInterface, type CurrencyInterface, type DBStatusTypes, type DatabaseItemInterface, type DeleteOptionsInterface, DeliveryMethodsData, type DescriptionInterface, EastAfricanCountries, type FieldValueInterface, type FileUploadInterface, type FileUploadProgressInterface, type FilteredItemsInterface, type GooglePayTransactionInterface, type ImagePreviewTypes, type ImageShapeTypes, type ImageSizeTypes, type InvoiceEmailInterface, type InvoiceInterface, type LocationInterface, type LoginInterface, type MultipleFieldValueInterface, type NotificationDataInterface, type NotificationInterface, type NotificationMessageInterface, type NotificationTypes, type OrderInterface, type OrganizationEmailInterface, type OrganizationInterface, PRIVACY_POLICY_DATA, type PedeaVideoTypes, type PendingInvoiceInterface, type PrivacyItemsInterface, type PrivacyPolicyInterface, type ProductAvailabilityInterface, type ProductAvailabilityTypes, type ProductInterface, type ProductOptionsInterface, type ResetPasswordInterface, type SalesAndMarketingInterface, type SearchFieldsInterface, type SearchInterface, type SignupInterface, type SubCategoryInterface, type SubscriptionMessageType, type TimeGroupType, type UploadProductInterface, type UserInterface, type UserNotificationInterface, type UserRoleTypes, type UserRolesInterface, type VideoInterface, type VideoThumbNailInterface, type VideoUploadInterface, WordCount, type categorySubscriptionInterface, checkProductAvailability, combineArrays, continentData, convertToSpecifiedCurrency, copyToClipboard, countriesData, defaultCurrencyData, defaultLandingPage, displayCartItems, enableUpdate, filterArrayBySpecifiedField, generateFields, generateInvoiceNumber, generateSearchFields, generateUniqueId, getAgeFromDateString, getCurrentTime, getDayOfTheWeek, getFieldValuesFromArray, getFirstWords, getFullAge, getFullDateToday, getImageURLfromArray, getItemFromArrayByIndex, getItemPrice, getLastWordsInRange, getMilisecondsTillMidnight, getPrivacyPolicy, getTimeAgo, getTimeGroup, getTotalForField, getTotalPrice, invoiceHTML, isToday, isUserAuthorizedToUpdateItem, isValidDate, locationsData, productAvailabilityData, productsToHideData, removeDuplicatesByKeys, routesNotToSaveData, searchObjectsByFields, selectCountryPage, shareItem, type shareItemInterface, sortArrayByKey, tableRows, unauthorizedPage, upsertItemInArray, wasItemCreatedByUser }; | ||
export { type AccountOwnerInterface, type AgeInterface, type BankAccountInterface, type BankAccountTypes, type BankBranchInterface, type BankInterface, type CartInterface, type CartItemInterface, type CategoryInterface, type CategoryStatusInterface, type CategoryStatusType, type ChatDetailsInterface, type ChatInterface, type ChatMessageInterface, type ChatParticipantsInterface, type CountryInterface, type CurrencyConversionInterface, type CurrencyInterface, type DBStatusTypes, type DatabaseItemInterface, type DeleteOptionsInterface, DeliveryMethodsData, type DescriptionInterface, EastAfricanCountries, type FieldValueInterface, type FileUploadInterface, type FileUploadProgressInterface, type FilteredItemsInterface, type GooglePayTransactionInterface, type ImagePreviewTypes, type ImageShapeTypes, type ImageSizeTypes, type InvoiceEmailInterface, type InvoiceInterface, type LocationInterface, type LoginInterface, type MultipleFieldValueInterface, type NotificationDataInterface, type NotificationInterface, type NotificationMessageInterface, type NotificationTypes, type OrderInterface, type OrganizationEmailInterface, type OrganizationInterface, PRIVACY_POLICY_DATA, type PendingInvoiceInterface, type PrivacyItemsInterface, type PrivacyPolicyInterface, type ProductAvailabilityInterface, type ProductAvailabilityTypes, type ProductInterface, type ProductOptionsInterface, type ResetPasswordInterface, type SalesAndMarketingInterface, type SearchFieldsInterface, type SearchInterface, type SignupInterface, type SubCategoryInterface, type SubscriptionMessageType, type TimeGroupType, type UploadProductInterface, type UserInterface, type UserNotificationInterface, type UserRoleTypes, type UserRolesInterface, type VideoInterface, type VideoThumbNailInterface, type VideoUploadInterface, WordCount, type categorySubscriptionInterface, checkProductAvailability, combineArrays, continentData, convertToSpecifiedCurrency, copyToClipboard, countriesData, defaultCurrencyData, defaultLandingPage, displayCartItems, enableUpdate, filterArrayBySpecifiedField, generateFields, generateInvoiceNumber, generateSearchFields, generateUniqueId, getAgeFromDateString, getCurrentTime, getDayOfTheWeek, getFieldValuesFromArray, getFirstWords, getFullAge, getFullDateToday, getImageURLfromArray, getItemFromArrayByIndex, getItemPrice, getLastWordsInRange, getMilisecondsTillMidnight, getPrivacyPolicy, getTimeAgo, getTimeGroup, getTotalForField, getTotalPrice, invoiceHTML, isToday, isUserAuthorizedToUpdateItem, isValidDate, locationsData, productAvailabilityData, productsToHideData, removeDuplicatesByKeys, routesNotToSaveData, searchObjectsByFields, selectCountryPage, shareItem, type shareItemInterface, sortArrayByKey, tableRows, unauthorizedPage, upsertItemInArray, wasItemCreatedByUser }; |
{ | ||
"name": "victor-dev-toolbox", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
import { DatabaseItemInterface } from "./database.interface"; | ||
export type PedeaVideoTypes = 'depot' | 'petrolStation' | 'product'; | ||
export interface VideoInterface extends DatabaseItemInterface { | ||
title: string, | ||
description?: string, | ||
videoType: PedeaVideoTypes, | ||
videoType: string, | ||
viewCount?: number, | ||
@@ -10,0 +10,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
299487
4563