@heseya/advanced-ui-modules-sdk
Advanced tools
Comparing version 1.0.0-dev.72 to 1.0.0-dev.73
@@ -1,2 +0,2 @@ | ||
// Advanced UI Modules SDK v1.0.0-dev.72 Copyright (c) 2024 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.73 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.72 Copyright (c) 2024 Heseya and contributors | ||
// Advanced UI Modules SDK v1.0.0-dev.73 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')) : |
@@ -65,2 +65,3 @@ import { Link } from '../modules/'; | ||
export type HeroModuleContent = { | ||
id?: string; | ||
order?: number; | ||
@@ -67,0 +68,0 @@ translations: HeroModuleContentItem; |
@@ -25,2 +25,3 @@ import { GenericModule, ModuleType, ModuleData, Translations } from '../interfaces/'; | ||
export interface BranchFinderModuleContentData { | ||
id?: string; | ||
countries: BranchFinderModuleCountries[]; | ||
@@ -27,0 +28,0 @@ branches: BranchFinderModuleBranches[]; |
@@ -15,3 +15,3 @@ import { GenericModule, ModuleType, TextAlignment, Media, ModuleData, Translations } from '../interfaces/'; | ||
order: number; | ||
id: number; | ||
id?: string; | ||
image: Media; | ||
@@ -18,0 +18,0 @@ } |
@@ -11,3 +11,3 @@ import { GenericModule, ModuleType, Media, ModuleData, Translations } from '../interfaces/'; | ||
export interface ContactModuleLocalization { | ||
id: string; | ||
id?: string; | ||
label: Translations; | ||
@@ -14,0 +14,0 @@ data: string; |
@@ -18,2 +18,3 @@ import { Media, GenericModule, ModuleData, ModuleType, Translations, TextPosition } from '../interfaces'; | ||
export type ImagesModuleImage = { | ||
id?: string; | ||
order: number; | ||
@@ -20,0 +21,0 @@ image: Media; |
{ | ||
"name": "@heseya/advanced-ui-modules-sdk", | ||
"version": "1.0.0-dev.72", | ||
"version": "1.0.0-dev.73", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Heseya" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
116628
1650