Seeder update
This commit is contained in:
parent
b44f5f5a64
commit
d2b0799714
@ -156,6 +156,8 @@ import {
|
|||||||
const uidDocumentType16: string = randomString();
|
const uidDocumentType16: string = randomString();
|
||||||
const uidDocumentType17: string = randomString();
|
const uidDocumentType17: string = randomString();
|
||||||
const uidDocumentType18: string = randomString();
|
const uidDocumentType18: string = randomString();
|
||||||
|
const uidDocumentType19: string = randomString();
|
||||||
|
|
||||||
|
|
||||||
const uidOfficeFolderHasCustomer1: string = randomString();
|
const uidOfficeFolderHasCustomer1: string = randomString();
|
||||||
const uidOfficeFolderHasCustomer3: string = randomString();
|
const uidOfficeFolderHasCustomer3: string = randomString();
|
||||||
@ -217,6 +219,21 @@ import {
|
|||||||
const uidDeedTypeHasDocumentType6: string = randomString();
|
const uidDeedTypeHasDocumentType6: string = randomString();
|
||||||
const uidDeedTypeHasDocumentType7: string = randomString();
|
const uidDeedTypeHasDocumentType7: string = randomString();
|
||||||
const uidDeedTypeHasDocumentType8: string = randomString();
|
const uidDeedTypeHasDocumentType8: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType9: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType10: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType11: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType12: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType13: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType14: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType15: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType16: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType17: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType18: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType19: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType20: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType21: string = randomString();
|
||||||
|
const uidDeedTypeHasDocumentType22: string = randomString();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1276,6 +1293,16 @@ import {
|
|||||||
created_at: new Date(),
|
created_at: new Date(),
|
||||||
updated_at: new Date(),
|
updated_at: new Date(),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
uid: uidDocumentType19,
|
||||||
|
archived_at: null,
|
||||||
|
name: "Acte d'achat par la SCI",
|
||||||
|
office_uid: uidOffice1,
|
||||||
|
private_description: "Acte d'achat par la SCI.",
|
||||||
|
public_description: "Acte d'achat par la SCI.",
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const officeFolderHasCustomers: OfficeFolderHasCustomers[] = [
|
const officeFolderHasCustomers: OfficeFolderHasCustomers[] = [
|
||||||
@ -1647,18 +1674,121 @@ import {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
uid: uidDeedTypeHasDocumentType2,
|
uid: uidDeedTypeHasDocumentType2,
|
||||||
deed_type_uid: uidDeedType2,
|
deed_type_uid: uidDeedType1,
|
||||||
document_type_uid: uidDocumentType2,
|
document_type_uid: uidDocumentType2,
|
||||||
created_at: new Date(),
|
created_at: new Date(),
|
||||||
updated_at: new Date(),
|
updated_at: new Date(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
uid: uidDeedTypeHasDocumentType3,
|
uid: uidDeedTypeHasDocumentType3,
|
||||||
deed_type_uid: uidDeedType3,
|
deed_type_uid: uidDeedType1,
|
||||||
document_type_uid: uidDocumentType3,
|
document_type_uid: uidDocumentType3,
|
||||||
created_at: new Date(),
|
created_at: new Date(),
|
||||||
updated_at: new Date(),
|
updated_at: new Date(),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType9,
|
||||||
|
deed_type_uid: uidDeedType1,
|
||||||
|
document_type_uid: uidDocumentType4,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType10,
|
||||||
|
deed_type_uid: uidDeedType1,
|
||||||
|
document_type_uid: uidDocumentType16,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType11,
|
||||||
|
deed_type_uid: uidDeedType1,
|
||||||
|
document_type_uid: uidDocumentType5,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType12,
|
||||||
|
deed_type_uid: uidDeedType1,
|
||||||
|
document_type_uid: uidDocumentType19,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType13,
|
||||||
|
deed_type_uid: uidDeedType2,
|
||||||
|
document_type_uid: uidDocumentType1,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType14,
|
||||||
|
deed_type_uid: uidDeedType2,
|
||||||
|
document_type_uid: uidDocumentType13,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType15,
|
||||||
|
deed_type_uid: uidDeedType2,
|
||||||
|
document_type_uid: uidDocumentType2,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType16,
|
||||||
|
deed_type_uid: uidDeedType2,
|
||||||
|
document_type_uid: uidDocumentType8,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType17,
|
||||||
|
deed_type_uid: uidDeedType2,
|
||||||
|
document_type_uid: uidDocumentType10,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType18,
|
||||||
|
deed_type_uid: uidDeedType3,
|
||||||
|
document_type_uid: uidDocumentType14,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType19,
|
||||||
|
deed_type_uid: uidDeedType3,
|
||||||
|
document_type_uid: uidDocumentType15,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType20,
|
||||||
|
deed_type_uid: uidDeedType3,
|
||||||
|
document_type_uid: uidDocumentType4,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType21,
|
||||||
|
deed_type_uid: uidDeedType3,
|
||||||
|
document_type_uid: uidDocumentType10,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
uid: uidDeedTypeHasDocumentType22,
|
||||||
|
deed_type_uid: uidDeedType3,
|
||||||
|
document_type_uid: uidDocumentType1,
|
||||||
|
created_at: new Date(),
|
||||||
|
updated_at: new Date(),
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
uid: uidDeedTypeHasDocumentType4,
|
uid: uidDeedTypeHasDocumentType4,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user