"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.INotificationUser = exports.IFileUser = exports.IDocumentTypeUser = exports.IDocumentHistoryUser = exports.IDocumentUser = exports.IDeedTypeHasDocumentTypeUser = exports.IDeedTypeUser = exports.IDeedHasDocumentTypeUser = exports.IDeedUser = exports.ICustomerUser = exports.IContactUser = exports.IAddressUser = exports.IUserHasNotificationSuperAdmin = exports.IUserSuperAdmin = exports.IOfficeFolderHasStakeholderSuperAdmin = exports.IOfficeFolderHasCustomerSuperAdmin = exports.IOfficeFolderSuperAdmin = exports.IOfficeSuperAdmin = exports.INotificationSuperAdmin = exports.IFileSuperAdmin = exports.IDocumentTypeSuperAdmin = exports.IDocumentHistorySuperAdmin = exports.IDocumentSuperAdmin = exports.IDeedTypeHasDocumentTypeSuperAdmin = exports.IDeedTypeSuperAdmin = exports.IDeedHasDocumentTypeSuperAdmin = exports.IDeedSuperAdmin = exports.ICustomerSuperAdmin = exports.IContactSuperAdmin = exports.IBlockchainAnchorsSuperAdmin = exports.IAddressSuperAdmin = exports.IUserHasNotificationAdmin = exports.IUserAdmin = exports.IOfficeFolderHasStakeholderAdmin = exports.IOfficeFolderHasCustomerAdmin = exports.IOfficeFolderAdmin = exports.IOfficeAdmin = exports.INotificationAdmin = exports.IFileAdmin = exports.IDocumentTypeAdmin = exports.IDocumentHistoryAdmin = exports.IDocumentAdmin = exports.IDeedTypeHasDocumentTypeAdmin = exports.IDeedTypeAdmin = exports.IDeedHasDocumentTypeAdmin = exports.IDeedAdmin = exports.ICustomerAdmin = exports.IContactAdmin = exports.IBlockchainAnchorsAdmin = exports.IAddressAdmin = void 0; exports.ICustomerHasNotificationCustomer = exports.IUserCustomer = exports.IOfficeFolderHasStakeholderCustomer = exports.IOfficeFolderHasCustomerCustomer = exports.IOfficeFolderCustomer = exports.IOfficeCustomer = exports.INotificationCustomer = exports.IFileCustomer = exports.IDocumentTypeCustomer = exports.IDocumentHistoryCustomer = exports.IDocumentCustomer = exports.IDeedTypeHasDocumentTypeCustomer = exports.IDeedTypeCustomer = exports.IDeedHasDocumentTypeCustomer = exports.IDeedCustomer = exports.ICustomerCustomer = exports.IContactCustomer = exports.IAddressCustomer = exports.IUserHasNotificationUser = exports.IUserUser = exports.IOfficeFolderHasStakeholderUser = exports.IOfficeFolderHasCustomerUser = exports.IOfficeFolderUser = exports.IOfficeUser = void 0; var IAddress_1 = require("./Interfaces/Admin/IAddress"); Object.defineProperty(exports, "IAddressAdmin", { enumerable: true, get: function () { return __importDefault(IAddress_1).default; } }); var IBlockchainAnchors_1 = require("./Interfaces/Admin/IBlockchainAnchors"); Object.defineProperty(exports, "IBlockchainAnchorsAdmin", { enumerable: true, get: function () { return __importDefault(IBlockchainAnchors_1).default; } }); var IContact_1 = require("./Interfaces/Admin/IContact"); Object.defineProperty(exports, "IContactAdmin", { enumerable: true, get: function () { return __importDefault(IContact_1).default; } }); var ICustomer_1 = require("./Interfaces/Admin/ICustomer"); Object.defineProperty(exports, "ICustomerAdmin", { enumerable: true, get: function () { return __importDefault(ICustomer_1).default; } }); var IDeed_1 = require("./Interfaces/Admin/IDeed"); Object.defineProperty(exports, "IDeedAdmin", { enumerable: true, get: function () { return __importDefault(IDeed_1).default; } }); var IDeedHasDocumentType_1 = require("./Interfaces/Admin/IDeedHasDocumentType"); Object.defineProperty(exports, "IDeedHasDocumentTypeAdmin", { enumerable: true, get: function () { return __importDefault(IDeedHasDocumentType_1).default; } }); var IDeedTypes_1 = require("./Interfaces/Admin/IDeedTypes"); Object.defineProperty(exports, "IDeedTypeAdmin", { enumerable: true, get: function () { return __importDefault(IDeedTypes_1).default; } }); var IDeedTypeHasDocumentType_1 = require("./Interfaces/Admin/IDeedTypeHasDocumentType"); Object.defineProperty(exports, "IDeedTypeHasDocumentTypeAdmin", { enumerable: true, get: function () { return __importDefault(IDeedTypeHasDocumentType_1).default; } }); var IDocument_1 = require("./Interfaces/Admin/IDocument"); Object.defineProperty(exports, "IDocumentAdmin", { enumerable: true, get: function () { return __importDefault(IDocument_1).default; } }); var IDocumentHistory_1 = require("./Interfaces/Admin/IDocumentHistory"); Object.defineProperty(exports, "IDocumentHistoryAdmin", { enumerable: true, get: function () { return __importDefault(IDocumentHistory_1).default; } }); var IDocumentType_1 = require("./Interfaces/Admin/IDocumentType"); Object.defineProperty(exports, "IDocumentTypeAdmin", { enumerable: true, get: function () { return __importDefault(IDocumentType_1).default; } }); var IFile_1 = require("./Interfaces/Admin/IFile"); Object.defineProperty(exports, "IFileAdmin", { enumerable: true, get: function () { return __importDefault(IFile_1).default; } }); var INotification_1 = require("./Interfaces/Admin/INotification"); Object.defineProperty(exports, "INotificationAdmin", { enumerable: true, get: function () { return __importDefault(INotification_1).default; } }); var IOffice_1 = require("./Interfaces/Admin/IOffice"); Object.defineProperty(exports, "IOfficeAdmin", { enumerable: true, get: function () { return __importDefault(IOffice_1).default; } }); var IOfficeFolder_1 = require("./Interfaces/Admin/IOfficeFolder"); Object.defineProperty(exports, "IOfficeFolderAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolder_1).default; } }); var IOfficeFolderHasCustomer_1 = require("./Interfaces/Admin/IOfficeFolderHasCustomer"); Object.defineProperty(exports, "IOfficeFolderHasCustomerAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasCustomer_1).default; } }); var IOfficeFolderHasStakeholder_1 = require("./Interfaces/Admin/IOfficeFolderHasStakeholder"); Object.defineProperty(exports, "IOfficeFolderHasStakeholderAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasStakeholder_1).default; } }); var IUser_1 = require("./Interfaces/Admin/IUser"); Object.defineProperty(exports, "IUserAdmin", { enumerable: true, get: function () { return __importDefault(IUser_1).default; } }); var IUserHasNotification_1 = require("./Interfaces/Admin/IUserHasNotification"); Object.defineProperty(exports, "IUserHasNotificationAdmin", { enumerable: true, get: function () { return __importDefault(IUserHasNotification_1).default; } }); var IAddress_2 = require("./Interfaces/SuperAdmin/IAddress"); Object.defineProperty(exports, "IAddressSuperAdmin", { enumerable: true, get: function () { return __importDefault(IAddress_2).default; } }); var IBlockchainAnchors_2 = require("./Interfaces/SuperAdmin/IBlockchainAnchors"); Object.defineProperty(exports, "IBlockchainAnchorsSuperAdmin", { enumerable: true, get: function () { return __importDefault(IBlockchainAnchors_2).default; } }); var IContact_2 = require("./Interfaces/SuperAdmin/IContact"); Object.defineProperty(exports, "IContactSuperAdmin", { enumerable: true, get: function () { return __importDefault(IContact_2).default; } }); var ICustomer_2 = require("./Interfaces/SuperAdmin/ICustomer"); Object.defineProperty(exports, "ICustomerSuperAdmin", { enumerable: true, get: function () { return __importDefault(ICustomer_2).default; } }); var IDeed_2 = require("./Interfaces/SuperAdmin/IDeed"); Object.defineProperty(exports, "IDeedSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDeed_2).default; } }); var IDeedHasDocumentType_2 = require("./Interfaces/SuperAdmin/IDeedHasDocumentType"); Object.defineProperty(exports, "IDeedHasDocumentTypeSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDeedHasDocumentType_2).default; } }); var IDeedTypes_2 = require("./Interfaces/SuperAdmin/IDeedTypes"); Object.defineProperty(exports, "IDeedTypeSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDeedTypes_2).default; } }); var IDeedTypeHasDocumentType_2 = require("./Interfaces/SuperAdmin/IDeedTypeHasDocumentType"); Object.defineProperty(exports, "IDeedTypeHasDocumentTypeSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDeedTypeHasDocumentType_2).default; } }); var IDocument_2 = require("./Interfaces/SuperAdmin/IDocument"); Object.defineProperty(exports, "IDocumentSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDocument_2).default; } }); var IDocumentHistory_2 = require("./Interfaces/SuperAdmin/IDocumentHistory"); Object.defineProperty(exports, "IDocumentHistorySuperAdmin", { enumerable: true, get: function () { return __importDefault(IDocumentHistory_2).default; } }); var IDocumentType_2 = require("./Interfaces/SuperAdmin/IDocumentType"); Object.defineProperty(exports, "IDocumentTypeSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDocumentType_2).default; } }); var IFile_2 = require("./Interfaces/SuperAdmin/IFile"); Object.defineProperty(exports, "IFileSuperAdmin", { enumerable: true, get: function () { return __importDefault(IFile_2).default; } }); var INotification_2 = require("./Interfaces/SuperAdmin/INotification"); Object.defineProperty(exports, "INotificationSuperAdmin", { enumerable: true, get: function () { return __importDefault(INotification_2).default; } }); var IOffice_2 = require("./Interfaces/SuperAdmin/IOffice"); Object.defineProperty(exports, "IOfficeSuperAdmin", { enumerable: true, get: function () { return __importDefault(IOffice_2).default; } }); var IOfficeFolder_2 = require("./Interfaces/SuperAdmin/IOfficeFolder"); Object.defineProperty(exports, "IOfficeFolderSuperAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolder_2).default; } }); var IOfficeFolderHasCustomer_2 = require("./Interfaces/SuperAdmin/IOfficeFolderHasCustomer"); Object.defineProperty(exports, "IOfficeFolderHasCustomerSuperAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasCustomer_2).default; } }); var IOfficeFolderHasStakeholder_2 = require("./Interfaces/SuperAdmin/IOfficeFolderHasStakeholder"); Object.defineProperty(exports, "IOfficeFolderHasStakeholderSuperAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasStakeholder_2).default; } }); var IUser_2 = require("./Interfaces/SuperAdmin/IUser"); Object.defineProperty(exports, "IUserSuperAdmin", { enumerable: true, get: function () { return __importDefault(IUser_2).default; } }); var IUserHasNotification_2 = require("./Interfaces/SuperAdmin/IUserHasNotification"); Object.defineProperty(exports, "IUserHasNotificationSuperAdmin", { enumerable: true, get: function () { return __importDefault(IUserHasNotification_2).default; } }); var IAddress_3 = require("./Interfaces/User/IAddress"); Object.defineProperty(exports, "IAddressUser", { enumerable: true, get: function () { return __importDefault(IAddress_3).default; } }); var IContact_3 = require("./Interfaces/User/IContact"); Object.defineProperty(exports, "IContactUser", { enumerable: true, get: function () { return __importDefault(IContact_3).default; } }); var ICustomer_3 = require("./Interfaces/User/ICustomer"); Object.defineProperty(exports, "ICustomerUser", { enumerable: true, get: function () { return __importDefault(ICustomer_3).default; } }); var IDeed_3 = require("./Interfaces/User/IDeed"); Object.defineProperty(exports, "IDeedUser", { enumerable: true, get: function () { return __importDefault(IDeed_3).default; } }); var IDeedHasDocumentType_3 = require("./Interfaces/User/IDeedHasDocumentType"); Object.defineProperty(exports, "IDeedHasDocumentTypeUser", { enumerable: true, get: function () { return __importDefault(IDeedHasDocumentType_3).default; } }); var IDeedTypes_3 = require("./Interfaces/User/IDeedTypes"); Object.defineProperty(exports, "IDeedTypeUser", { enumerable: true, get: function () { return __importDefault(IDeedTypes_3).default; } }); var IDeedTypeHasDocumentType_3 = require("./Interfaces/User/IDeedTypeHasDocumentType"); Object.defineProperty(exports, "IDeedTypeHasDocumentTypeUser", { enumerable: true, get: function () { return __importDefault(IDeedTypeHasDocumentType_3).default; } }); var IDocument_3 = require("./Interfaces/User/IDocument"); Object.defineProperty(exports, "IDocumentUser", { enumerable: true, get: function () { return __importDefault(IDocument_3).default; } }); var IDocumentHistory_3 = require("./Interfaces/User/IDocumentHistory"); Object.defineProperty(exports, "IDocumentHistoryUser", { enumerable: true, get: function () { return __importDefault(IDocumentHistory_3).default; } }); var IDocumentType_3 = require("./Interfaces/User/IDocumentType"); Object.defineProperty(exports, "IDocumentTypeUser", { enumerable: true, get: function () { return __importDefault(IDocumentType_3).default; } }); var IFile_3 = require("./Interfaces/User/IFile"); Object.defineProperty(exports, "IFileUser", { enumerable: true, get: function () { return __importDefault(IFile_3).default; } }); var INotification_3 = require("./Interfaces/User/INotification"); Object.defineProperty(exports, "INotificationUser", { enumerable: true, get: function () { return __importDefault(INotification_3).default; } }); var IOffice_3 = require("./Interfaces/User/IOffice"); Object.defineProperty(exports, "IOfficeUser", { enumerable: true, get: function () { return __importDefault(IOffice_3).default; } }); var IOfficeFolder_3 = require("./Interfaces/User/IOfficeFolder"); Object.defineProperty(exports, "IOfficeFolderUser", { enumerable: true, get: function () { return __importDefault(IOfficeFolder_3).default; } }); var IOfficeFolderHasCustomer_3 = require("./Interfaces/User/IOfficeFolderHasCustomer"); Object.defineProperty(exports, "IOfficeFolderHasCustomerUser", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasCustomer_3).default; } }); var IOfficeFolderHasStakeholder_3 = require("./Interfaces/User/IOfficeFolderHasStakeholder"); Object.defineProperty(exports, "IOfficeFolderHasStakeholderUser", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasStakeholder_3).default; } }); var IUser_3 = require("./Interfaces/User/IUser"); Object.defineProperty(exports, "IUserUser", { enumerable: true, get: function () { return __importDefault(IUser_3).default; } }); var IUserHasNotification_3 = require("./Interfaces/User/IUserHasNotification"); Object.defineProperty(exports, "IUserHasNotificationUser", { enumerable: true, get: function () { return __importDefault(IUserHasNotification_3).default; } }); var IAddress_4 = require("./Interfaces/Customer/IAddress"); Object.defineProperty(exports, "IAddressCustomer", { enumerable: true, get: function () { return __importDefault(IAddress_4).default; } }); var IContact_4 = require("./Interfaces/Customer/IContact"); Object.defineProperty(exports, "IContactCustomer", { enumerable: true, get: function () { return __importDefault(IContact_4).default; } }); var ICustomer_4 = require("./Interfaces/Customer/ICustomer"); Object.defineProperty(exports, "ICustomerCustomer", { enumerable: true, get: function () { return __importDefault(ICustomer_4).default; } }); var IDeed_4 = require("./Interfaces/Customer/IDeed"); Object.defineProperty(exports, "IDeedCustomer", { enumerable: true, get: function () { return __importDefault(IDeed_4).default; } }); var IDeedHasDocumentType_4 = require("./Interfaces/Customer/IDeedHasDocumentType"); Object.defineProperty(exports, "IDeedHasDocumentTypeCustomer", { enumerable: true, get: function () { return __importDefault(IDeedHasDocumentType_4).default; } }); var IDeedTypes_4 = require("./Interfaces/Customer/IDeedTypes"); Object.defineProperty(exports, "IDeedTypeCustomer", { enumerable: true, get: function () { return __importDefault(IDeedTypes_4).default; } }); var IDeedTypeHasDocumentType_4 = require("./Interfaces/Customer/IDeedTypeHasDocumentType"); Object.defineProperty(exports, "IDeedTypeHasDocumentTypeCustomer", { enumerable: true, get: function () { return __importDefault(IDeedTypeHasDocumentType_4).default; } }); var IDocument_4 = require("./Interfaces/Customer/IDocument"); Object.defineProperty(exports, "IDocumentCustomer", { enumerable: true, get: function () { return __importDefault(IDocument_4).default; } }); var IDocumentHistory_4 = require("./Interfaces/Customer/IDocumentHistory"); Object.defineProperty(exports, "IDocumentHistoryCustomer", { enumerable: true, get: function () { return __importDefault(IDocumentHistory_4).default; } }); var IDocumentType_4 = require("./Interfaces/Customer/IDocumentType"); Object.defineProperty(exports, "IDocumentTypeCustomer", { enumerable: true, get: function () { return __importDefault(IDocumentType_4).default; } }); var IFile_4 = require("./Interfaces/Customer/IFile"); Object.defineProperty(exports, "IFileCustomer", { enumerable: true, get: function () { return __importDefault(IFile_4).default; } }); var INotification_4 = require("./Interfaces/Customer/INotification"); Object.defineProperty(exports, "INotificationCustomer", { enumerable: true, get: function () { return __importDefault(INotification_4).default; } }); var IOffice_4 = require("./Interfaces/Customer/IOffice"); Object.defineProperty(exports, "IOfficeCustomer", { enumerable: true, get: function () { return __importDefault(IOffice_4).default; } }); var IOfficeFolder_4 = require("./Interfaces/Customer/IOfficeFolder"); Object.defineProperty(exports, "IOfficeFolderCustomer", { enumerable: true, get: function () { return __importDefault(IOfficeFolder_4).default; } }); var IOfficeFolderHasCustomer_4 = require("./Interfaces/Customer/IOfficeFolderHasCustomer"); Object.defineProperty(exports, "IOfficeFolderHasCustomerCustomer", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasCustomer_4).default; } }); var IOfficeFolderHasStakeholder_4 = require("./Interfaces/Customer/IOfficeFolderHasStakeholder"); Object.defineProperty(exports, "IOfficeFolderHasStakeholderCustomer", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasStakeholder_4).default; } }); var IUser_4 = require("./Interfaces/Customer/IUser"); Object.defineProperty(exports, "IUserCustomer", { enumerable: true, get: function () { return __importDefault(IUser_4).default; } }); var IUserHasNotification_4 = require("./Interfaces/Customer/IUserHasNotification"); Object.defineProperty(exports, "ICustomerHasNotificationCustomer", { enumerable: true, get: function () { return __importDefault(IUserHasNotification_4).default; } }); //# sourceMappingURL=index.js.map