@heseya/advanced-ui-modules-sdk
Advanced tools
Comparing version 1.0.0-dev.74 to 1.0.0-dev.75
@@ -1,2 +0,2 @@ | ||
// Advanced UI Modules SDK v1.0.0-dev.74 Copyright (c) 2024 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.75 Copyright (c) 2024 Heseya and contributors | ||
import { stringifyQueryParams } from '@heseya/store-core'; | ||
@@ -3,0 +3,0 @@ import { __awaiter } from 'tslib'; |
@@ -1,2 +0,2 @@ | ||
// Advanced UI Modules SDK v1.0.0-dev.74 Copyright (c) 2024 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.75 Copyright (c) 2024 Heseya and contributors | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@heseya/store-core'), require('tslib')) : |
import { GenericModule, Media, ModuleData, ModuleType, TextAlignment, Translations } from '../interfaces/'; | ||
import { ModuleUpdateData } from './Module'; | ||
export type ProductShowcaseSingleProduct = { | ||
id?: string; | ||
order?: number; | ||
title: Translations; | ||
@@ -5,0 +7,0 @@ url: string; |
@@ -11,2 +11,3 @@ import { GenericModule, ModuleType, Media, ModuleData, Translations } from '../interfaces/'; | ||
export type ProductTextWithIconsModuleItem = { | ||
id?: string; | ||
order: number; | ||
@@ -13,0 +14,0 @@ icon: Media; |
@@ -35,2 +35,3 @@ import { GenericModule, ModuleType, Media, TextAlignment, ModuleData, Translations } from '../interfaces/'; | ||
export type ProductTextWithImageModuleIcons = { | ||
id?: string; | ||
order: number; | ||
@@ -37,0 +38,0 @@ translations: ItemTranslation; |
@@ -14,3 +14,3 @@ import { ModuleUpdateData } from './Module'; | ||
order: number; | ||
id: number; | ||
id: string; | ||
name: Translations; | ||
@@ -17,0 +17,0 @@ }; |
@@ -5,2 +5,3 @@ import { GenericModule, ModuleData, ModuleType, Translations, Direction } from '../interfaces/'; | ||
export type SpecificationItem = { | ||
id?: string; | ||
order: number; | ||
@@ -7,0 +8,0 @@ value: Translations; |
import { GenericModule, ModuleData, ModuleType, Translations, Media } from '../interfaces/'; | ||
import { ModuleUpdateData } from './Module'; | ||
export type SpecificationWithImageItem = { | ||
id?: string; | ||
order: number; | ||
@@ -5,0 +6,0 @@ value: Translations; |
import { ModuleUpdateData } from './Module'; | ||
import { Media, GenericModule, ModuleData, ModuleType, Translations } from '../interfaces'; | ||
export type Tab = { | ||
id?: string; | ||
order: number; | ||
@@ -5,0 +6,0 @@ label: Translations; |
@@ -11,2 +11,3 @@ import { GenericModule, ModuleType, ModuleData, Translations, Media } from '../interfaces'; | ||
export interface ThreeSixtyModuleContentData { | ||
id?: string; | ||
order: number; | ||
@@ -13,0 +14,0 @@ colorName: Translations; |
@@ -11,3 +11,3 @@ import { ModuleUpdateData } from './Module'; | ||
order: number; | ||
id: number; | ||
id: string; | ||
title: Translations; | ||
@@ -14,0 +14,0 @@ description: Translations; |
{ | ||
"name": "@heseya/advanced-ui-modules-sdk", | ||
"version": "1.0.0-dev.74", | ||
"version": "1.0.0-dev.75", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Heseya" |
116943
1664