import { Asset, Page, Version } from '../types/api'; export const page: Page = { $type: 'type', id: 'page1', translationSetId: 'page1', title: 'page', language: 'nl', path: '/', url: '/', name: 'pageName', itemName: 'itemName', created: '2020-08-18T10:48:45.609Z', createdBy: 'Testuser', modified: '2020-08-25T10:48:45.609Z', modifiedBy: 'Testuser', parentId: null, isChild: false, allowNew: false, children: [] }; export const pages: Page[] = [ { ...page }, { ...page, id: 'page2', translationSetId: 'page2' } ]; export const pageVersion: Version = { $type: 'type', id: '1', name: 'test', metaTitle: 'test', metaDescription: null, isPublishedOrSchedule: false, metaFollow: false, metaIndex: false, showAsOneSection: false, showPostFix: false, created: '2019-01-01T00:00:00.000Z', modified: '2019-01-01T00:00:00.000Z', publishDate: null, depublishDate: null, page, pageId: 'page1' }; export const sampleAssets: Asset[] = [ { $type: 'Q.Cms.Core.Domain.CmsAsset, Q.Cms.Core.Domain', title: '100 deel', alt: null, altTranslations: [], size: 3245146, width: 2500, height: 2100, contentType: 'image/png', sourceId: '6677CA7C-8F5E-4E9B-BFCB-1A7DF7E654F0', blobstoreUrl: 'https://nederlandseloterij.blob.core.windows.net/assets/6677CA7C-8F5E-4E9B-BFCB-1A7DF7E654F0', imageUrl: 'http://localhost:35065/assets/6677ca7c-8f5e-4e9b-bfcb-1a7df7e654f0?w=200&c=a2ead8d12bfcb262bedacb8e9ff5eeb5a4dd24269ef369f472dd4ec909ddcc5b', createdOn: '2019-10-22T09:37:09.755957+00:00', isDeleted: false, previewData: 'BCAAbACADQf/aAAwDAQACEQMRAD8Am8UxCOshE8+gYq1uJW7bwxvCMYhdJZGBn8TD09Q0cAqzowIdx1Rhk3yPM8Sp2MW8HQxtU3lWJQ01MaiADaq6aKcO6K5L814sku8cafaJiyXOk1ITeThsji3aUoxXMqe30Qil0IATqTxFofjsbosVEjx04hHmPP6KRs1SJoA39W1Mzy2yn3MASTKcvpayiMMGgBWYCV46eUOke7txKwGNBsBUL3EUSv/Z', id: '6677ca7c-8f5e-4e9b-bfcb-1a7df7e654f0', created: '2019-10-22T11:37:09.755953+02:00', modified: '2019-10-22T11:37:09.755953+02:00', variants: [], tagIds: [] }, { $type: 'Q.Cms.Core.Domain.CmsAsset, Q.Cms.Core.Domain', title: '100 heel', alt: null, altTranslations: [], size: 3246515, width: 2500, height: 2100, contentType: 'image/png', sourceId: 'E2B0070E-EA35-4D59-9833-34A6702779A1', blobstoreUrl: 'https://nederlandseloterij.blob.core.windows.net/assets/E2B0070E-EA35-4D59-9833-34A6702779A1', imageUrl: 'http://localhost:35065/assets/e2b0070e-ea35-4d59-9833-34a6702779a1?w=200&c=19ff9f05fe8f0b38d01fa92c3db455e5989a26396d4984cb034a72011483f6e6', createdOn: '2019-10-22T09:35:34.025747+00:00', isDeleted: false, previewData: 'BCAAbACADBP/aAAwDAQACEQMRAD8Am8UxCO5CJ59gxVrcS07p8Mb4RjELpNEYGfxMDXsNHgFOdZ08z7E6tnP9HW/IqdjGnA7FjVN5ViMNWsbEAHSq2aKwHcFc2vNeNCl7g+lBhtVL9mnu0Y44qeRPiuZV9PpCKXYgBOpPUWj8ehuyxUSPHDiEdx5/RVVtVIaBv2bUzPdNkPuYAkuU5fVuUjDBsAVl4leOHlDpHu5cSgMQbCG55JSz/9k=', id: 'e2b0070e-ea35-4d59-9833-34a6702779a1', created: '2019-10-22T11:35:34.025742+02:00', modified: '2019-10-22T11:35:34.025742+02:00', variants: [], tagIds: [] } ];