2023-03-23 15:41:07 +01:00

149 lines
16 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.OfficeFolderClient = exports.OfficeClient = exports.NotificationClient = exports.FileClient = exports.DocumentTypeClient = exports.DocumentHistoryClient = exports.DocumentClient = exports.DeedTypeHasDocumentTypeClient = exports.DeedTypeClient = exports.DeedHasDocumentTypeClient = exports.DeedClient = exports.ClientClient = exports.ContactClient = exports.AddressClient = exports.UserHasNotificationAdmin = exports.UserAdmin = exports.OfficeFolderHasStakeholderAdmin = exports.OfficeFolderHasCustomerAdmin = exports.OfficeFolderAdmin = exports.OfficeAdmin = exports.NotificationAdmin = exports.FileAdmin = exports.DocumentTypeAdmin = exports.DocumentHistoryAdmin = exports.DocumentAdmin = exports.DeedTypeHasDocumentTypeAdmin = exports.DeedTypeAdmin = exports.DeedHasDocumentTypeAdmin = exports.DeedAdmin = exports.CustomerAdmin = exports.ContactAdmin = exports.AddressAdmin = exports.UserHasNotificationNotary = exports.UserNotary = exports.OfficeFolderHasStakeholderNotary = exports.OfficeFolderHasCustomerNotary = exports.OfficeFolderNotary = exports.OfficeNotary = exports.NotificationNotary = exports.FileNotary = exports.DocumentTypeNotary = exports.DocumentHistoryNotary = exports.DocumentNotary = exports.DeedTypeHasDocumentTypeNotary = exports.DeedTypeNotary = exports.DeedHasDocumentTypeNotary = exports.DeedNotary = exports.CustomerNotary = exports.ContactNotary = exports.AddressNotary = void 0;
exports.UserHasNotificationSuperAdmin = exports.UserSuperAdmin = exports.OfficeFolderHasStakeholderSuperAdmin = exports.OfficeFolderHasSuperAdminSuperAdmin = exports.OfficeFolderSuperAdmin = exports.OfficeSuperAdmin = exports.NotificationSuperAdmin = exports.FileSuperAdmin = exports.DocumentTypeSuperAdmin = exports.DocumentHistorySuperAdmin = exports.DocumentSuperAdmin = exports.DeedTypeHasDocumentTypeSuperAdmin = exports.DeedTypeSuperAdmin = exports.DeedHasDocumentTypeSuperAdmin = exports.DeedSuperAdmin = exports.SuperAdminSuperAdmin = exports.ContactSuperAdmin = exports.AddressSuperAdmin = exports.UserHasNotificationClient = exports.UserClient = exports.OfficeFolderHasStakeholderClient = exports.OfficeFolderHasClientClient = void 0;
var Address_1 = require("./Interfaces/Notary/Address");
Object.defineProperty(exports, "AddressNotary", { enumerable: true, get: function () { return Address_1.Address; } });
var Contact_1 = require("./Interfaces/Notary/Contact");
Object.defineProperty(exports, "ContactNotary", { enumerable: true, get: function () { return Contact_1.Contact; } });
var Customer_1 = require("./Interfaces/Notary/Customer");
Object.defineProperty(exports, "CustomerNotary", { enumerable: true, get: function () { return Customer_1.Customer; } });
var Deed_1 = require("./Interfaces/Notary/Deed");
Object.defineProperty(exports, "DeedNotary", { enumerable: true, get: function () { return Deed_1.Deed; } });
var DeedHasDocumentType_1 = require("./Interfaces/Notary/DeedHasDocumentType");
Object.defineProperty(exports, "DeedHasDocumentTypeNotary", { enumerable: true, get: function () { return DeedHasDocumentType_1.DeedHasDocumentType; } });
var DeedType_1 = require("./Interfaces/Notary/DeedType");
Object.defineProperty(exports, "DeedTypeNotary", { enumerable: true, get: function () { return DeedType_1.DeedType; } });
var DeedTypeHasDocumentType_1 = require("./Interfaces/Notary/DeedTypeHasDocumentType");
Object.defineProperty(exports, "DeedTypeHasDocumentTypeNotary", { enumerable: true, get: function () { return DeedTypeHasDocumentType_1.DeedTypeHasDocumentType; } });
var Document_1 = require("./Interfaces/Notary/Document");
Object.defineProperty(exports, "DocumentNotary", { enumerable: true, get: function () { return Document_1.Document; } });
var DocumentHistory_1 = require("./Interfaces/Notary/DocumentHistory");
Object.defineProperty(exports, "DocumentHistoryNotary", { enumerable: true, get: function () { return DocumentHistory_1.DocumentHistory; } });
var DocumentType_1 = require("./Interfaces/Notary/DocumentType");
Object.defineProperty(exports, "DocumentTypeNotary", { enumerable: true, get: function () { return DocumentType_1.DocumentType; } });
var File_1 = require("./Interfaces/Notary/File");
Object.defineProperty(exports, "FileNotary", { enumerable: true, get: function () { return File_1.File; } });
var Notification_1 = require("./Interfaces/Notary/Notification");
Object.defineProperty(exports, "NotificationNotary", { enumerable: true, get: function () { return Notification_1.Notification; } });
var Office_1 = require("./Interfaces/Notary/Office");
Object.defineProperty(exports, "OfficeNotary", { enumerable: true, get: function () { return Office_1.Office; } });
var OfficeFolder_1 = require("./Interfaces/Notary/OfficeFolder");
Object.defineProperty(exports, "OfficeFolderNotary", { enumerable: true, get: function () { return OfficeFolder_1.OfficeFolder; } });
var OfficeFolderHasCustomer_1 = require("./Interfaces/Notary/OfficeFolderHasCustomer");
Object.defineProperty(exports, "OfficeFolderHasCustomerNotary", { enumerable: true, get: function () { return OfficeFolderHasCustomer_1.OfficeFolderHasCustomer; } });
var OfficeFolderHasStakeholder_1 = require("./Interfaces/Notary/OfficeFolderHasStakeholder");
Object.defineProperty(exports, "OfficeFolderHasStakeholderNotary", { enumerable: true, get: function () { return OfficeFolderHasStakeholder_1.OfficeFolderHasStakeholder; } });
var User_1 = require("./Interfaces/Notary/User");
Object.defineProperty(exports, "UserNotary", { enumerable: true, get: function () { return User_1.User; } });
var UserHasNotification_1 = require("./Interfaces/Notary/UserHasNotification");
Object.defineProperty(exports, "UserHasNotificationNotary", { enumerable: true, get: function () { return UserHasNotification_1.UserHasNotification; } });
var Address_2 = require("./Interfaces/Admin/Address");
Object.defineProperty(exports, "AddressAdmin", { enumerable: true, get: function () { return Address_2.Address; } });
var Contact_2 = require("./Interfaces/Admin/Contact");
Object.defineProperty(exports, "ContactAdmin", { enumerable: true, get: function () { return Contact_2.Contact; } });
var Customer_2 = require("./Interfaces/Admin/Customer");
Object.defineProperty(exports, "CustomerAdmin", { enumerable: true, get: function () { return Customer_2.Customer; } });
var Deed_2 = require("./Interfaces/Admin/Deed");
Object.defineProperty(exports, "DeedAdmin", { enumerable: true, get: function () { return Deed_2.Deed; } });
var DeedHasDocumentType_2 = require("./Interfaces/Admin/DeedHasDocumentType");
Object.defineProperty(exports, "DeedHasDocumentTypeAdmin", { enumerable: true, get: function () { return DeedHasDocumentType_2.DeedHasDocumentType; } });
var DeedType_2 = require("./Interfaces/Admin/DeedType");
Object.defineProperty(exports, "DeedTypeAdmin", { enumerable: true, get: function () { return DeedType_2.DeedType; } });
var DeedTypeHasDocumentType_2 = require("./Interfaces/Admin/DeedTypeHasDocumentType");
Object.defineProperty(exports, "DeedTypeHasDocumentTypeAdmin", { enumerable: true, get: function () { return DeedTypeHasDocumentType_2.DeedTypeHasDocumentType; } });
var Document_2 = require("./Interfaces/Admin/Document");
Object.defineProperty(exports, "DocumentAdmin", { enumerable: true, get: function () { return Document_2.Document; } });
var DocumentHistory_2 = require("./Interfaces/Admin/DocumentHistory");
Object.defineProperty(exports, "DocumentHistoryAdmin", { enumerable: true, get: function () { return DocumentHistory_2.DocumentHistory; } });
var DocumentType_2 = require("./Interfaces/Admin/DocumentType");
Object.defineProperty(exports, "DocumentTypeAdmin", { enumerable: true, get: function () { return DocumentType_2.DocumentType; } });
var File_2 = require("./Interfaces/Admin/File");
Object.defineProperty(exports, "FileAdmin", { enumerable: true, get: function () { return File_2.File; } });
var Notification_2 = require("./Interfaces/Admin/Notification");
Object.defineProperty(exports, "NotificationAdmin", { enumerable: true, get: function () { return Notification_2.Notification; } });
var Office_2 = require("./Interfaces/Admin/Office");
Object.defineProperty(exports, "OfficeAdmin", { enumerable: true, get: function () { return Office_2.Office; } });
var OfficeFolder_2 = require("./Interfaces/Admin/OfficeFolder");
Object.defineProperty(exports, "OfficeFolderAdmin", { enumerable: true, get: function () { return OfficeFolder_2.OfficeFolder; } });
var OfficeFolderHasCustomer_2 = require("./Interfaces/Admin/OfficeFolderHasCustomer");
Object.defineProperty(exports, "OfficeFolderHasCustomerAdmin", { enumerable: true, get: function () { return OfficeFolderHasCustomer_2.OfficeFolderHasCustomer; } });
var OfficeFolderHasStakeholder_2 = require("./Interfaces/Admin/OfficeFolderHasStakeholder");
Object.defineProperty(exports, "OfficeFolderHasStakeholderAdmin", { enumerable: true, get: function () { return OfficeFolderHasStakeholder_2.OfficeFolderHasStakeholder; } });
var User_2 = require("./Interfaces/Admin/User");
Object.defineProperty(exports, "UserAdmin", { enumerable: true, get: function () { return User_2.User; } });
var UserHasNotification_2 = require("./Interfaces/Admin/UserHasNotification");
Object.defineProperty(exports, "UserHasNotificationAdmin", { enumerable: true, get: function () { return UserHasNotification_2.UserHasNotification; } });
var Address_3 = require("./Interfaces/Client/Address");
Object.defineProperty(exports, "AddressClient", { enumerable: true, get: function () { return Address_3.Address; } });
var Contact_3 = require("./Interfaces/Client/Contact");
Object.defineProperty(exports, "ContactClient", { enumerable: true, get: function () { return Contact_3.Contact; } });
var Customer_3 = require("./Interfaces/Client/Customer");
Object.defineProperty(exports, "ClientClient", { enumerable: true, get: function () { return Customer_3.Customer; } });
var Deed_3 = require("./Interfaces/Client/Deed");
Object.defineProperty(exports, "DeedClient", { enumerable: true, get: function () { return Deed_3.Deed; } });
var DeedHasDocumentType_3 = require("./Interfaces/Client/DeedHasDocumentType");
Object.defineProperty(exports, "DeedHasDocumentTypeClient", { enumerable: true, get: function () { return DeedHasDocumentType_3.DeedHasDocumentType; } });
var DeedType_3 = require("./Interfaces/Client/DeedType");
Object.defineProperty(exports, "DeedTypeClient", { enumerable: true, get: function () { return DeedType_3.DeedType; } });
var DeedTypeHasDocumentType_3 = require("./Interfaces/Client/DeedTypeHasDocumentType");
Object.defineProperty(exports, "DeedTypeHasDocumentTypeClient", { enumerable: true, get: function () { return DeedTypeHasDocumentType_3.DeedTypeHasDocumentType; } });
var Document_3 = require("./Interfaces/Client/Document");
Object.defineProperty(exports, "DocumentClient", { enumerable: true, get: function () { return Document_3.Document; } });
var DocumentHistory_3 = require("./Interfaces/Client/DocumentHistory");
Object.defineProperty(exports, "DocumentHistoryClient", { enumerable: true, get: function () { return DocumentHistory_3.DocumentHistory; } });
var DocumentType_3 = require("./Interfaces/Client/DocumentType");
Object.defineProperty(exports, "DocumentTypeClient", { enumerable: true, get: function () { return DocumentType_3.DocumentType; } });
var File_3 = require("./Interfaces/Client/File");
Object.defineProperty(exports, "FileClient", { enumerable: true, get: function () { return File_3.File; } });
var Notification_3 = require("./Interfaces/Client/Notification");
Object.defineProperty(exports, "NotificationClient", { enumerable: true, get: function () { return Notification_3.Notification; } });
var Office_3 = require("./Interfaces/Client/Office");
Object.defineProperty(exports, "OfficeClient", { enumerable: true, get: function () { return Office_3.Office; } });
var OfficeFolder_3 = require("./Interfaces/Client/OfficeFolder");
Object.defineProperty(exports, "OfficeFolderClient", { enumerable: true, get: function () { return OfficeFolder_3.OfficeFolder; } });
var OfficeFolderHasCustomer_3 = require("./Interfaces/Client/OfficeFolderHasCustomer");
Object.defineProperty(exports, "OfficeFolderHasClientClient", { enumerable: true, get: function () { return OfficeFolderHasCustomer_3.OfficeFolderHasCustomer; } });
var OfficeFolderHasStakeholder_3 = require("./Interfaces/Client/OfficeFolderHasStakeholder");
Object.defineProperty(exports, "OfficeFolderHasStakeholderClient", { enumerable: true, get: function () { return OfficeFolderHasStakeholder_3.OfficeFolderHasStakeholder; } });
var User_3 = require("./Interfaces/Client/User");
Object.defineProperty(exports, "UserClient", { enumerable: true, get: function () { return User_3.User; } });
var UserHasNotification_3 = require("./Interfaces/Client/UserHasNotification");
Object.defineProperty(exports, "UserHasNotificationClient", { enumerable: true, get: function () { return UserHasNotification_3.UserHasNotification; } });
var Address_4 = require("./Interfaces/SuperAdmin/Address");
Object.defineProperty(exports, "AddressSuperAdmin", { enumerable: true, get: function () { return Address_4.Address; } });
var Contact_4 = require("./Interfaces/SuperAdmin/Contact");
Object.defineProperty(exports, "ContactSuperAdmin", { enumerable: true, get: function () { return Contact_4.Contact; } });
var Customer_4 = require("./Interfaces/SuperAdmin/Customer");
Object.defineProperty(exports, "SuperAdminSuperAdmin", { enumerable: true, get: function () { return Customer_4.Customer; } });
var Deed_4 = require("./Interfaces/SuperAdmin/Deed");
Object.defineProperty(exports, "DeedSuperAdmin", { enumerable: true, get: function () { return Deed_4.Deed; } });
var DeedHasDocumentType_4 = require("./Interfaces/SuperAdmin/DeedHasDocumentType");
Object.defineProperty(exports, "DeedHasDocumentTypeSuperAdmin", { enumerable: true, get: function () { return DeedHasDocumentType_4.DeedHasDocumentType; } });
var DeedType_4 = require("./Interfaces/SuperAdmin/DeedType");
Object.defineProperty(exports, "DeedTypeSuperAdmin", { enumerable: true, get: function () { return DeedType_4.DeedType; } });
var DeedTypeHasDocumentType_4 = require("./Interfaces/SuperAdmin/DeedTypeHasDocumentType");
Object.defineProperty(exports, "DeedTypeHasDocumentTypeSuperAdmin", { enumerable: true, get: function () { return DeedTypeHasDocumentType_4.DeedTypeHasDocumentType; } });
var Document_4 = require("./Interfaces/SuperAdmin/Document");
Object.defineProperty(exports, "DocumentSuperAdmin", { enumerable: true, get: function () { return Document_4.Document; } });
var DocumentHistory_4 = require("./Interfaces/SuperAdmin/DocumentHistory");
Object.defineProperty(exports, "DocumentHistorySuperAdmin", { enumerable: true, get: function () { return DocumentHistory_4.DocumentHistory; } });
var DocumentType_4 = require("./Interfaces/SuperAdmin/DocumentType");
Object.defineProperty(exports, "DocumentTypeSuperAdmin", { enumerable: true, get: function () { return DocumentType_4.DocumentType; } });
var File_4 = require("./Interfaces/SuperAdmin/File");
Object.defineProperty(exports, "FileSuperAdmin", { enumerable: true, get: function () { return File_4.File; } });
var Notification_4 = require("./Interfaces/SuperAdmin/Notification");
Object.defineProperty(exports, "NotificationSuperAdmin", { enumerable: true, get: function () { return Notification_4.Notification; } });
var Office_4 = require("./Interfaces/SuperAdmin/Office");
Object.defineProperty(exports, "OfficeSuperAdmin", { enumerable: true, get: function () { return Office_4.Office; } });
var OfficeFolder_4 = require("./Interfaces/SuperAdmin/OfficeFolder");
Object.defineProperty(exports, "OfficeFolderSuperAdmin", { enumerable: true, get: function () { return OfficeFolder_4.OfficeFolder; } });
var OfficeFolderHasCustomer_4 = require("./Interfaces/SuperAdmin/OfficeFolderHasCustomer");
Object.defineProperty(exports, "OfficeFolderHasSuperAdminSuperAdmin", { enumerable: true, get: function () { return OfficeFolderHasCustomer_4.OfficeFolderHasCustomer; } });
var OfficeFolderHasStakeholder_4 = require("./Interfaces/SuperAdmin/OfficeFolderHasStakeholder");
Object.defineProperty(exports, "OfficeFolderHasStakeholderSuperAdmin", { enumerable: true, get: function () { return OfficeFolderHasStakeholder_4.OfficeFolderHasStakeholder; } });
var User_4 = require("./Interfaces/SuperAdmin/User");
Object.defineProperty(exports, "UserSuperAdmin", { enumerable: true, get: function () { return User_4.User; } });
var UserHasNotification_4 = require("./Interfaces/SuperAdmin/UserHasNotification");
Object.defineProperty(exports, "UserHasNotificationSuperAdmin", { enumerable: true, get: function () { return UserHasNotification_4.UserHasNotification; } });