rename ui project from client-franfurt to designer-client
[ccsdk/cds.git] / cds-ui / designer-client / src / app / modules / feature-modules / packages / blueprint.page.mock.ts
1 import { BluePrintPage } from './model/BluePrint.model';
2 export function getBluePrintPageMock(): BluePrintPage {
3     return {
4         content: [
5             {
6                 id: 'bc0dabea-3112-4202-a4b9-6a525bcc19a9',
7                 artifactUUId: null,
8                 artifactType: 'SDNC_MODEL',
9                 artifactVersion: '1.0.0',
10                 artifactDescription: 'Controller Blueprint for vLB_CDS123:1.0.0',
11                 internalVersion: null,
12                 createdDate: '2019-10-30T13:55:16.000Z',
13                 artifactName: 'vLB_CDS123',
14                 published: 'N',
15                 updatedBy: 'Abdelmuhaimen Seaudi',
16                 tags: 'test, vDNS-CDS, SCALE-OUT, MARCO'
17             },
18             {
19                 id: 'a741913f-2b1b-4eb8-94b3-8c6b08928f0a',
20                 artifactUUId: null,
21                 artifactType: 'SDNC_MODEL',
22                 artifactVersion: '1.0.0',
23                 artifactDescription: 'Controller Blueprint for vLB_CDS12312312:1.0.0',
24                 internalVersion: null,
25                 createdDate: '2019-10-30T14:58:04.000Z',
26                 artifactName: 'vLB_CDS12312312',
27                 published: 'N',
28                 updatedBy: 'Abdelmuhaimen Seaudi',
29                 tags: 'test, vDNS-CDS, SCALE-OUT, MARCO'
30             }
31         ],
32         pageable: {
33             sort: {
34                 sorted: true,
35                 unsorted: false,
36                 empty: false
37             },
38             offset: 0,
39             pageSize: 2,
40             pageNumber: 0,
41             paged: true,
42             unpaged: false
43         },
44         last: false,
45         totalElements: 4,
46         totalPages: 2,
47         first: true,
48         empty: false
49     };
50 }