diff --git a/dist/Admin/Address.d.ts b/dist/Admin/Address.d.ts new file mode 100644 index 0000000..d9411bc --- /dev/null +++ b/dist/Admin/Address.d.ts @@ -0,0 +1,6 @@ +import Address_ from "../Notary/Address"; +declare namespace Address { + class IAddress extends Address_.IAddress { + } +} +export default Address; diff --git a/dist/Admin/Address.js b/dist/Admin/Address.js new file mode 100644 index 0000000..720aa1d --- /dev/null +++ b/dist/Admin/Address.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Address_1 = __importDefault(require("../Notary/Address")); +var Address; +(function (Address) { + class IAddress extends Address_1.default.IAddress { + } + Address.IAddress = IAddress; +})(Address || (Address = {})); +exports.default = Address; diff --git a/dist/Admin/Contact.d.ts b/dist/Admin/Contact.d.ts new file mode 100644 index 0000000..19092ee --- /dev/null +++ b/dist/Admin/Contact.d.ts @@ -0,0 +1,6 @@ +import Contact_ from "../Notary/Contact"; +declare namespace Contact { + class IContact extends Contact_.IContact { + } +} +export default Contact; diff --git a/dist/Admin/Contact.js b/dist/Admin/Contact.js new file mode 100644 index 0000000..bffdf59 --- /dev/null +++ b/dist/Admin/Contact.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Contact_1 = __importDefault(require("../Notary/Contact")); +var Contact; +(function (Contact) { + class IContact extends Contact_1.default.IContact { + } + Contact.IContact = IContact; +})(Contact || (Contact = {})); +exports.default = Contact; diff --git a/dist/Admin/Customer.d.ts b/dist/Admin/Customer.d.ts new file mode 100644 index 0000000..3b0283a --- /dev/null +++ b/dist/Admin/Customer.d.ts @@ -0,0 +1,6 @@ +import Customer_ from "../Customer"; +declare namespace Customer { + class ICustomer extends Customer_.ICustomer { + } +} +export default Customer; diff --git a/dist/Admin/Customer.js b/dist/Admin/Customer.js new file mode 100644 index 0000000..4b02da6 --- /dev/null +++ b/dist/Admin/Customer.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Customer_1 = __importDefault(require("../Customer")); +var Customer; +(function (Customer) { + class ICustomer extends Customer_1.default.ICustomer { + } + Customer.ICustomer = ICustomer; +})(Customer || (Customer = {})); +exports.default = Customer; diff --git a/dist/Admin/Deed.d.ts b/dist/Admin/Deed.d.ts new file mode 100644 index 0000000..1e3ffea --- /dev/null +++ b/dist/Admin/Deed.d.ts @@ -0,0 +1,6 @@ +import Deed_ from "../Notary/Deed"; +declare namespace Deed { + class IDeed extends Deed_.IDeed { + } +} +export default Deed; diff --git a/dist/Admin/Deed.js b/dist/Admin/Deed.js new file mode 100644 index 0000000..2be90af --- /dev/null +++ b/dist/Admin/Deed.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Deed_1 = __importDefault(require("../Notary/Deed")); +var Deed; +(function (Deed) { + class IDeed extends Deed_1.default.IDeed { + } + Deed.IDeed = IDeed; +})(Deed || (Deed = {})); +exports.default = Deed; diff --git a/dist/Admin/DeedHasDocumentType.d.ts b/dist/Admin/DeedHasDocumentType.d.ts new file mode 100644 index 0000000..88a7d57 --- /dev/null +++ b/dist/Admin/DeedHasDocumentType.d.ts @@ -0,0 +1,6 @@ +import DeedHasDocumentType_ from "../Notary/DeedHasDocumentType"; +declare namespace DeedHasDocumentType { + class IDeedHasDocumentType extends DeedHasDocumentType_.IDeedHasDocumentType { + } +} +export default DeedHasDocumentType; diff --git a/dist/Admin/DeedHasDocumentType.js b/dist/Admin/DeedHasDocumentType.js new file mode 100644 index 0000000..591366e --- /dev/null +++ b/dist/Admin/DeedHasDocumentType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DeedHasDocumentType_1 = __importDefault(require("../Notary/DeedHasDocumentType")); +var DeedHasDocumentType; +(function (DeedHasDocumentType) { + class IDeedHasDocumentType extends DeedHasDocumentType_1.default.IDeedHasDocumentType { + } + DeedHasDocumentType.IDeedHasDocumentType = IDeedHasDocumentType; +})(DeedHasDocumentType || (DeedHasDocumentType = {})); +exports.default = DeedHasDocumentType; diff --git a/dist/Admin/DeedType.d.ts b/dist/Admin/DeedType.d.ts new file mode 100644 index 0000000..f45beca --- /dev/null +++ b/dist/Admin/DeedType.d.ts @@ -0,0 +1,6 @@ +import DeedType_ from "../Notary/DeedType"; +declare namespace DeedType { + class IDeedType extends DeedType_.IDeedType { + } +} +export default DeedType; diff --git a/dist/Admin/DeedType.js b/dist/Admin/DeedType.js new file mode 100644 index 0000000..1657b06 --- /dev/null +++ b/dist/Admin/DeedType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DeedType_1 = __importDefault(require("../Notary/DeedType")); +var DeedType; +(function (DeedType) { + class IDeedType extends DeedType_1.default.IDeedType { + } + DeedType.IDeedType = IDeedType; +})(DeedType || (DeedType = {})); +exports.default = DeedType; diff --git a/dist/Admin/DeedTypeHasDocumentType.d.ts b/dist/Admin/DeedTypeHasDocumentType.d.ts new file mode 100644 index 0000000..6365afa --- /dev/null +++ b/dist/Admin/DeedTypeHasDocumentType.d.ts @@ -0,0 +1,6 @@ +import DeedTypeHasDocumentType_ from "../Notary/DeedTypeHasDocumentType"; +declare namespace DeedTypeHasDocumentType { + class IDeedTypeHasDocumentType extends DeedTypeHasDocumentType_.IDeedTypeHasDocumentType { + } +} +export default DeedTypeHasDocumentType; diff --git a/dist/Admin/DeedTypeHasDocumentType.js b/dist/Admin/DeedTypeHasDocumentType.js new file mode 100644 index 0000000..88b6471 --- /dev/null +++ b/dist/Admin/DeedTypeHasDocumentType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DeedTypeHasDocumentType_1 = __importDefault(require("../Notary/DeedTypeHasDocumentType")); +var DeedTypeHasDocumentType; +(function (DeedTypeHasDocumentType) { + class IDeedTypeHasDocumentType extends DeedTypeHasDocumentType_1.default.IDeedTypeHasDocumentType { + } + DeedTypeHasDocumentType.IDeedTypeHasDocumentType = IDeedTypeHasDocumentType; +})(DeedTypeHasDocumentType || (DeedTypeHasDocumentType = {})); +exports.default = DeedTypeHasDocumentType; diff --git a/dist/Admin/Document.d.ts b/dist/Admin/Document.d.ts new file mode 100644 index 0000000..526eb68 --- /dev/null +++ b/dist/Admin/Document.d.ts @@ -0,0 +1,6 @@ +import Document_ from "../Notary/Document"; +declare namespace Document { + class IDocument extends Document_.IDocument { + } +} +export default Document; diff --git a/dist/Admin/Document.js b/dist/Admin/Document.js new file mode 100644 index 0000000..93d4b37 --- /dev/null +++ b/dist/Admin/Document.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Document_1 = __importDefault(require("../Notary/Document")); +var Document; +(function (Document) { + class IDocument extends Document_1.default.IDocument { + } + Document.IDocument = IDocument; +})(Document || (Document = {})); +exports.default = Document; diff --git a/dist/Admin/DocumentHistory.d.ts b/dist/Admin/DocumentHistory.d.ts new file mode 100644 index 0000000..dc801de --- /dev/null +++ b/dist/Admin/DocumentHistory.d.ts @@ -0,0 +1,6 @@ +import DocumentHistory_ from "../Notary/DocumentHistory"; +declare namespace DocumentHistory { + class IDocumentHistory extends DocumentHistory_.IDocumentHistory { + } +} +export default DocumentHistory; diff --git a/dist/Admin/DocumentHistory.js b/dist/Admin/DocumentHistory.js new file mode 100644 index 0000000..eace85d --- /dev/null +++ b/dist/Admin/DocumentHistory.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DocumentHistory_1 = __importDefault(require("../Notary/DocumentHistory")); +var DocumentHistory; +(function (DocumentHistory) { + class IDocumentHistory extends DocumentHistory_1.default.IDocumentHistory { + } + DocumentHistory.IDocumentHistory = IDocumentHistory; +})(DocumentHistory || (DocumentHistory = {})); +exports.default = DocumentHistory; diff --git a/dist/Admin/DocumentType.d.ts b/dist/Admin/DocumentType.d.ts new file mode 100644 index 0000000..96b70df --- /dev/null +++ b/dist/Admin/DocumentType.d.ts @@ -0,0 +1,6 @@ +import DocumentType_ from "../Notary/DocumentType"; +declare namespace DocumentType { + class IDocumentType extends DocumentType_.IDocumentType { + } +} +export default DocumentType; diff --git a/dist/Admin/DocumentType.js b/dist/Admin/DocumentType.js new file mode 100644 index 0000000..b2592a8 --- /dev/null +++ b/dist/Admin/DocumentType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DocumentType_1 = __importDefault(require("../Notary/DocumentType")); +var DocumentType; +(function (DocumentType) { + class IDocumentType extends DocumentType_1.default.IDocumentType { + } + DocumentType.IDocumentType = IDocumentType; +})(DocumentType || (DocumentType = {})); +exports.default = DocumentType; diff --git a/dist/Admin/File.d.ts b/dist/Admin/File.d.ts new file mode 100644 index 0000000..bb09371 --- /dev/null +++ b/dist/Admin/File.d.ts @@ -0,0 +1,6 @@ +import File_ from "../Notary/File"; +declare namespace File { + class IFile extends File_.IFile { + } +} +export default File; diff --git a/dist/Admin/File.js b/dist/Admin/File.js new file mode 100644 index 0000000..a72ce81 --- /dev/null +++ b/dist/Admin/File.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const File_1 = __importDefault(require("../Notary/File")); +var File; +(function (File) { + class IFile extends File_1.default.IFile { + } + File.IFile = IFile; +})(File || (File = {})); +exports.default = File; diff --git a/dist/Admin/Notification.d.ts b/dist/Admin/Notification.d.ts new file mode 100644 index 0000000..adc209f --- /dev/null +++ b/dist/Admin/Notification.d.ts @@ -0,0 +1,6 @@ +import Notification_ from "../Notary/Notification"; +declare namespace Notification { + class INotification extends Notification_.INotification { + } +} +export default Notification; diff --git a/dist/Admin/Notification.js b/dist/Admin/Notification.js new file mode 100644 index 0000000..2b1838b --- /dev/null +++ b/dist/Admin/Notification.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Notification_1 = __importDefault(require("../Notary/Notification")); +var Notification; +(function (Notification) { + class INotification extends Notification_1.default.INotification { + } + Notification.INotification = INotification; +})(Notification || (Notification = {})); +exports.default = Notification; diff --git a/dist/Admin/Office.d.ts b/dist/Admin/Office.d.ts new file mode 100644 index 0000000..d4b5f98 --- /dev/null +++ b/dist/Admin/Office.d.ts @@ -0,0 +1,6 @@ +import Office_ from "../Notary/Office"; +declare namespace Office { + class IOffice extends Office_.IOffice { + } +} +export default Office; diff --git a/dist/Admin/Office.js b/dist/Admin/Office.js new file mode 100644 index 0000000..4ac13bb --- /dev/null +++ b/dist/Admin/Office.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Office_1 = __importDefault(require("../Notary/Office")); +var Office; +(function (Office) { + class IOffice extends Office_1.default.IOffice { + } + Office.IOffice = IOffice; +})(Office || (Office = {})); +exports.default = Office; diff --git a/dist/Admin/OfficeFolder.d.ts b/dist/Admin/OfficeFolder.d.ts new file mode 100644 index 0000000..88deed3 --- /dev/null +++ b/dist/Admin/OfficeFolder.d.ts @@ -0,0 +1,6 @@ +import OfficeFolder_ from "../Notary/OfficeFolder"; +declare namespace OfficeFolder { + class IOfficeFolder extends OfficeFolder_.IOfficeFolder { + } +} +export default OfficeFolder; diff --git a/dist/Admin/OfficeFolder.js b/dist/Admin/OfficeFolder.js new file mode 100644 index 0000000..f306cd8 --- /dev/null +++ b/dist/Admin/OfficeFolder.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const OfficeFolder_1 = __importDefault(require("../Notary/OfficeFolder")); +var OfficeFolder; +(function (OfficeFolder) { + class IOfficeFolder extends OfficeFolder_1.default.IOfficeFolder { + } + OfficeFolder.IOfficeFolder = IOfficeFolder; +})(OfficeFolder || (OfficeFolder = {})); +exports.default = OfficeFolder; diff --git a/dist/Admin/OfficeFolderHasCustomer.d.ts b/dist/Admin/OfficeFolderHasCustomer.d.ts new file mode 100644 index 0000000..f95c250 --- /dev/null +++ b/dist/Admin/OfficeFolderHasCustomer.d.ts @@ -0,0 +1,6 @@ +import OfficeFolderHasCustomer_ from "../Notary/OfficeFolderHasCustomer"; +declare namespace OfficeFolderHasCustomer { + class IOfficeFolderHasCustomer extends OfficeFolderHasCustomer_.IOfficeFolderHasCustomer { + } +} +export default OfficeFolderHasCustomer; diff --git a/dist/Admin/OfficeFolderHasCustomer.js b/dist/Admin/OfficeFolderHasCustomer.js new file mode 100644 index 0000000..1d3c6a8 --- /dev/null +++ b/dist/Admin/OfficeFolderHasCustomer.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const OfficeFolderHasCustomer_1 = __importDefault(require("../Notary/OfficeFolderHasCustomer")); +var OfficeFolderHasCustomer; +(function (OfficeFolderHasCustomer) { + class IOfficeFolderHasCustomer extends OfficeFolderHasCustomer_1.default.IOfficeFolderHasCustomer { + } + OfficeFolderHasCustomer.IOfficeFolderHasCustomer = IOfficeFolderHasCustomer; +})(OfficeFolderHasCustomer || (OfficeFolderHasCustomer = {})); +exports.default = OfficeFolderHasCustomer; diff --git a/dist/Admin/OfficeFolderHasStakeholder.d.ts b/dist/Admin/OfficeFolderHasStakeholder.d.ts new file mode 100644 index 0000000..e743a16 --- /dev/null +++ b/dist/Admin/OfficeFolderHasStakeholder.d.ts @@ -0,0 +1,6 @@ +import OfficeFolderHasStakeholder_ from "../Notary/OfficeFolderHasStakeholder"; +declare namespace OfficeFolderHasStakeholder { + class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholder_.IOfficeFolderHasStakeholder { + } +} +export default OfficeFolderHasStakeholder; diff --git a/dist/Admin/OfficeFolderHasStakeholder.js b/dist/Admin/OfficeFolderHasStakeholder.js new file mode 100644 index 0000000..e7aae1a --- /dev/null +++ b/dist/Admin/OfficeFolderHasStakeholder.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const OfficeFolderHasStakeholder_1 = __importDefault(require("../Notary/OfficeFolderHasStakeholder")); +var OfficeFolderHasStakeholder; +(function (OfficeFolderHasStakeholder) { + class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholder_1.default.IOfficeFolderHasStakeholder { + } + OfficeFolderHasStakeholder.IOfficeFolderHasStakeholder = IOfficeFolderHasStakeholder; +})(OfficeFolderHasStakeholder || (OfficeFolderHasStakeholder = {})); +exports.default = OfficeFolderHasStakeholder; diff --git a/dist/Admin/User.d.ts b/dist/Admin/User.d.ts new file mode 100644 index 0000000..b98e4d3 --- /dev/null +++ b/dist/Admin/User.d.ts @@ -0,0 +1,6 @@ +import User_ from "../Notary/User"; +declare namespace User { + class IUser extends User_.IUser { + } +} +export default User; diff --git a/dist/Admin/User.js b/dist/Admin/User.js new file mode 100644 index 0000000..3689f46 --- /dev/null +++ b/dist/Admin/User.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const User_1 = __importDefault(require("../Notary/User")); +var User; +(function (User) { + class IUser extends User_1.default.IUser { + } + User.IUser = IUser; +})(User || (User = {})); +exports.default = User; diff --git a/dist/Admin/UserHasNotification.d.ts b/dist/Admin/UserHasNotification.d.ts new file mode 100644 index 0000000..4c4ef2f --- /dev/null +++ b/dist/Admin/UserHasNotification.d.ts @@ -0,0 +1,6 @@ +import UserHasNotification_ from "../Notary/UserHasNotification"; +declare namespace UserHasNotification { + class IUserHasNotification extends UserHasNotification_.IUserHasNotification { + } +} +export default UserHasNotification; diff --git a/dist/Admin/UserHasNotification.js b/dist/Admin/UserHasNotification.js new file mode 100644 index 0000000..c471b5b --- /dev/null +++ b/dist/Admin/UserHasNotification.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const UserHasNotification_1 = __importDefault(require("../Notary/UserHasNotification")); +var UserHasNotification; +(function (UserHasNotification) { + class IUserHasNotification extends UserHasNotification_1.default.IUserHasNotification { + } + UserHasNotification.IUserHasNotification = IUserHasNotification; +})(UserHasNotification || (UserHasNotification = {})); +exports.default = UserHasNotification; diff --git a/dist/Admin/index.d.ts b/dist/Admin/index.d.ts new file mode 100644 index 0000000..472e48d --- /dev/null +++ b/dist/Admin/index.d.ts @@ -0,0 +1,2 @@ +import User from "./User"; +export default User; diff --git a/dist/Admin/index.js b/dist/Admin/index.js new file mode 100644 index 0000000..f96b1b2 --- /dev/null +++ b/dist/Admin/index.js @@ -0,0 +1,7 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const User_1 = __importDefault(require("./User")); +exports.default = User_1.default; diff --git a/dist/Interfaces/Client/Address.d.ts b/dist/Customer/Address.d.ts similarity index 57% rename from dist/Interfaces/Client/Address.d.ts rename to dist/Customer/Address.d.ts index 02b956a..b8b48b0 100644 --- a/dist/Interfaces/Client/Address.d.ts +++ b/dist/Customer/Address.d.ts @@ -1,6 +1,6 @@ -import { Contact } from "./Contact"; -import { Office } from "./Office"; -export declare namespace Address { +import type Contact from "./Contact"; +import type Office from "./Office"; +declare namespace Address { class IAddress { uuid: string; address: string; @@ -8,7 +8,8 @@ export declare namespace Address { zip_code: number; created_at: Date | null; updated_at: Date | null; - office?: Office.IOffice; + office?: Office.IOffice | null; contacts?: Contact.IContact; } } +export default Address; diff --git a/dist/Interfaces/Client/Address.js b/dist/Customer/Address.js similarity index 88% rename from dist/Interfaces/Client/Address.js rename to dist/Customer/Address.js index c211973..ba1d2cd 100644 --- a/dist/Interfaces/Client/Address.js +++ b/dist/Customer/Address.js @@ -9,10 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.Address = void 0; const class_validator_1 = require("class-validator"); -const Contact_1 = require("./Contact"); -const Office_1 = require("./Office"); var Address; (function (Address) { class IAddress { @@ -47,11 +44,12 @@ var Address; ], IAddress.prototype, "updated_at", void 0); __decorate([ (0, class_validator_1.IsOptional)(), - __metadata("design:type", Office_1.Office.IOffice) + __metadata("design:type", Object) ], IAddress.prototype, "office", void 0); __decorate([ (0, class_validator_1.IsOptional)(), - __metadata("design:type", Contact_1.Contact.IContact) + __metadata("design:type", Function) ], IAddress.prototype, "contacts", void 0); Address.IAddress = IAddress; -})(Address = exports.Address || (exports.Address = {})); +})(Address || (Address = {})); +exports.default = Address; diff --git a/dist/Interfaces/Client/Contact.d.ts b/dist/Customer/Contact.d.ts similarity index 77% rename from dist/Interfaces/Client/Contact.d.ts rename to dist/Customer/Contact.d.ts index bf2c12e..58cb14f 100644 --- a/dist/Interfaces/Client/Contact.d.ts +++ b/dist/Customer/Contact.d.ts @@ -1,7 +1,7 @@ -import { Address } from "./Address"; -import { Customer } from "./Customer"; -import { User } from "./User"; -export declare namespace Contact { +import type Address from "./Address"; +import type Customer from "."; +import type User from "../Notary/User"; +declare namespace Contact { class IContact { uuid: string; first_name: string; @@ -23,3 +23,4 @@ export declare namespace Contact { } type TCivility = ECivility.MALE | ECivility.FEMALE | ECivility.OTHERS; } +export default Contact; diff --git a/dist/Interfaces/Client/Contact.js b/dist/Customer/Contact.js similarity index 89% rename from dist/Interfaces/Client/Contact.js rename to dist/Customer/Contact.js index a8e7a48..4cda6bc 100644 --- a/dist/Interfaces/Client/Contact.js +++ b/dist/Customer/Contact.js @@ -9,11 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.Contact = void 0; const class_validator_1 = require("class-validator"); -const Address_1 = require("./Address"); -const Customer_1 = require("./Customer"); -const User_1 = require("./User"); var Contact; (function (Contact) { class IContact { @@ -52,7 +48,7 @@ var Contact; ], IContact.prototype, "civility", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Address_1.Address.IAddress) + __metadata("design:type", Function) ], IContact.prototype, "address", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -64,11 +60,11 @@ var Contact; ], IContact.prototype, "updated_at", void 0); __decorate([ (0, class_validator_1.IsOptional)(), - __metadata("design:type", User_1.User.IUser) + __metadata("design:type", Function) ], IContact.prototype, "users", void 0); __decorate([ (0, class_validator_1.IsOptional)(), - __metadata("design:type", Customer_1.Customer.ICustomer) + __metadata("design:type", Function) ], IContact.prototype, "customers", void 0); Contact.IContact = IContact; let ECivility; @@ -77,4 +73,5 @@ var Contact; ECivility["FEMALE"] = "FEMALE"; ECivility["OTHERS"] = "OTHERS"; })(ECivility = Contact.ECivility || (Contact.ECivility = {})); -})(Contact = exports.Contact || (exports.Contact = {})); +})(Contact || (Contact = {})); +exports.default = Contact; diff --git a/dist/Interfaces/Client/Deed.d.ts b/dist/Customer/Deed.d.ts similarity index 59% rename from dist/Interfaces/Client/Deed.d.ts rename to dist/Customer/Deed.d.ts index 4829454..abb451c 100644 --- a/dist/Interfaces/Client/Deed.d.ts +++ b/dist/Customer/Deed.d.ts @@ -1,7 +1,7 @@ -import { DeedType } from "./DeedType"; -import { DeedHasDocumentType } from "./DeedHasDocumentType"; -import { OfficeFolder } from "./OfficeFolder"; -export declare namespace Deed { +import type DeedType from "./DeedType"; +import type DeedHasDocumentType from "./DeedHasDocumentType"; +import type OfficeFolder from "./OfficeFolder"; +declare namespace Deed { class IDeed { uuid: string; deed_type: DeedType.IDeedType; @@ -11,3 +11,4 @@ export declare namespace Deed { office_folder?: OfficeFolder.IOfficeFolder; } } +export default Deed; diff --git a/dist/Interfaces/Client/Deed.js b/dist/Customer/Deed.js similarity index 86% rename from dist/Interfaces/Client/Deed.js rename to dist/Customer/Deed.js index 4e98005..c5ebde4 100644 --- a/dist/Interfaces/Client/Deed.js +++ b/dist/Customer/Deed.js @@ -9,10 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.Deed = void 0; const class_validator_1 = require("class-validator"); -const DeedType_1 = require("./DeedType"); -const OfficeFolder_1 = require("./OfficeFolder"); var Deed; (function (Deed) { class IDeed { @@ -27,7 +24,7 @@ var Deed; ], IDeed.prototype, "uuid", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", DeedType_1.DeedType.IDeedType) + __metadata("design:type", Function) ], IDeed.prototype, "deed_type", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -43,7 +40,8 @@ var Deed; ], IDeed.prototype, "deed_has_document_types", void 0); __decorate([ (0, class_validator_1.IsOptional)(), - __metadata("design:type", OfficeFolder_1.OfficeFolder.IOfficeFolder) + __metadata("design:type", Function) ], IDeed.prototype, "office_folder", void 0); Deed.IDeed = IDeed; -})(Deed = exports.Deed || (exports.Deed = {})); +})(Deed || (Deed = {})); +exports.default = Deed; diff --git a/dist/Interfaces/Client/DeedHasDocumentType.d.ts b/dist/Customer/DeedHasDocumentType.d.ts similarity index 56% rename from dist/Interfaces/Client/DeedHasDocumentType.d.ts rename to dist/Customer/DeedHasDocumentType.d.ts index b735b3d..a83678f 100644 --- a/dist/Interfaces/Client/DeedHasDocumentType.d.ts +++ b/dist/Customer/DeedHasDocumentType.d.ts @@ -1,6 +1,6 @@ -import { Deed } from "./Deed"; -import { DocumentType } from "./DocumentType"; -export declare namespace DeedHasDocumentType { +import type Deed from "./Deed"; +import type DocumentType from "./DocumentType"; +declare namespace DeedHasDocumentType { class IDeedHasDocumentType { uuid: string; document_type: DocumentType.IDocumentType; @@ -9,3 +9,4 @@ export declare namespace DeedHasDocumentType { updated_at: Date | null; } } +export default DeedHasDocumentType; diff --git a/dist/Interfaces/Client/DeedHasDocumentType.js b/dist/Customer/DeedHasDocumentType.js similarity index 84% rename from dist/Interfaces/Client/DeedHasDocumentType.js rename to dist/Customer/DeedHasDocumentType.js index eaa41d6..4498475 100644 --- a/dist/Interfaces/Client/DeedHasDocumentType.js +++ b/dist/Customer/DeedHasDocumentType.js @@ -9,10 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedHasDocumentType = void 0; const class_validator_1 = require("class-validator"); -const Deed_1 = require("./Deed"); -const DocumentType_1 = require("./DocumentType"); var DeedHasDocumentType; (function (DeedHasDocumentType) { class IDeedHasDocumentType { @@ -27,11 +24,11 @@ var DeedHasDocumentType; ], IDeedHasDocumentType.prototype, "uuid", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", DocumentType_1.DocumentType.IDocumentType) + __metadata("design:type", Function) ], IDeedHasDocumentType.prototype, "document_type", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Deed_1.Deed.IDeed) + __metadata("design:type", Function) ], IDeedHasDocumentType.prototype, "deed", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -42,4 +39,5 @@ var DeedHasDocumentType; __metadata("design:type", Object) ], IDeedHasDocumentType.prototype, "updated_at", void 0); DeedHasDocumentType.IDeedHasDocumentType = IDeedHasDocumentType; -})(DeedHasDocumentType = exports.DeedHasDocumentType || (exports.DeedHasDocumentType = {})); +})(DeedHasDocumentType || (DeedHasDocumentType = {})); +exports.default = DeedHasDocumentType; diff --git a/dist/Interfaces/Client/DeedType.d.ts b/dist/Customer/DeedType.d.ts similarity index 64% rename from dist/Interfaces/Client/DeedType.d.ts rename to dist/Customer/DeedType.d.ts index e06b132..2bf6509 100644 --- a/dist/Interfaces/Client/DeedType.d.ts +++ b/dist/Customer/DeedType.d.ts @@ -1,7 +1,7 @@ -import { Deed } from "./Deed"; -import { DeedTypeHasDocumentType } from "./DeedTypeHasDocumentType"; -import { Office } from "./Office"; -export declare namespace DeedType { +import type Deed from "./Deed"; +import type DeedTypeHasDocumentType from "./DeedTypeHasDocumentType"; +import type Office from "./Office"; +declare namespace DeedType { class IDeedType { uuid: string; name: string; @@ -14,3 +14,4 @@ export declare namespace DeedType { deed_type_has_document_types?: DeedTypeHasDocumentType.IDeedTypeHasDocumentType[]; } } +export default DeedType; diff --git a/dist/Interfaces/Client/DeedType.js b/dist/Customer/DeedType.js similarity index 93% rename from dist/Interfaces/Client/DeedType.js rename to dist/Customer/DeedType.js index 4a6d74c..ec86e6c 100644 --- a/dist/Interfaces/Client/DeedType.js +++ b/dist/Customer/DeedType.js @@ -9,9 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedType = void 0; const class_validator_1 = require("class-validator"); -const Office_1 = require("./Office"); var DeedType; (function (DeedType) { class IDeedType { @@ -39,7 +37,7 @@ var DeedType; ], IDeedType.prototype, "archived_at", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Office_1.Office.IOffice) + __metadata("design:type", Function) ], IDeedType.prototype, "office", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -58,4 +56,5 @@ var DeedType; __metadata("design:type", Array) ], IDeedType.prototype, "deed_type_has_document_types", void 0); DeedType.IDeedType = IDeedType; -})(DeedType = exports.DeedType || (exports.DeedType = {})); +})(DeedType || (DeedType = {})); +exports.default = DeedType; diff --git a/dist/Interfaces/Client/DeedTypeHasDocumentType.d.ts b/dist/Customer/DeedTypeHasDocumentType.d.ts similarity index 56% rename from dist/Interfaces/Client/DeedTypeHasDocumentType.d.ts rename to dist/Customer/DeedTypeHasDocumentType.d.ts index df6b74d..a50e0d9 100644 --- a/dist/Interfaces/Client/DeedTypeHasDocumentType.d.ts +++ b/dist/Customer/DeedTypeHasDocumentType.d.ts @@ -1,6 +1,6 @@ -import { DeedType } from "./DeedType"; -import { DocumentType } from "./DocumentType"; -export declare namespace DeedTypeHasDocumentType { +import type DeedType from "./DeedType"; +import type DocumentType from "./DocumentType"; +declare namespace DeedTypeHasDocumentType { class IDeedTypeHasDocumentType { uuid: string; document_type: DocumentType.IDocumentType; @@ -9,3 +9,4 @@ export declare namespace DeedTypeHasDocumentType { updated_at: Date | null; } } +export default DeedTypeHasDocumentType; diff --git a/dist/Interfaces/Client/DeedTypeHasDocumentType.js b/dist/Customer/DeedTypeHasDocumentType.js similarity index 83% rename from dist/Interfaces/Client/DeedTypeHasDocumentType.js rename to dist/Customer/DeedTypeHasDocumentType.js index d29810f..dde491d 100644 --- a/dist/Interfaces/Client/DeedTypeHasDocumentType.js +++ b/dist/Customer/DeedTypeHasDocumentType.js @@ -9,10 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedTypeHasDocumentType = void 0; const class_validator_1 = require("class-validator"); -const DeedType_1 = require("./DeedType"); -const DocumentType_1 = require("./DocumentType"); var DeedTypeHasDocumentType; (function (DeedTypeHasDocumentType) { class IDeedTypeHasDocumentType { @@ -27,11 +24,11 @@ var DeedTypeHasDocumentType; ], IDeedTypeHasDocumentType.prototype, "uuid", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", DocumentType_1.DocumentType.IDocumentType) + __metadata("design:type", Function) ], IDeedTypeHasDocumentType.prototype, "document_type", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", DeedType_1.DeedType.IDeedType) + __metadata("design:type", Function) ], IDeedTypeHasDocumentType.prototype, "deed_type", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -42,4 +39,5 @@ var DeedTypeHasDocumentType; __metadata("design:type", Object) ], IDeedTypeHasDocumentType.prototype, "updated_at", void 0); DeedTypeHasDocumentType.IDeedTypeHasDocumentType = IDeedTypeHasDocumentType; -})(DeedTypeHasDocumentType = exports.DeedTypeHasDocumentType || (exports.DeedTypeHasDocumentType = {})); +})(DeedTypeHasDocumentType || (DeedTypeHasDocumentType = {})); +exports.default = DeedTypeHasDocumentType; diff --git a/dist/Interfaces/Client/Document.d.ts b/dist/Customer/Document.d.ts similarity index 73% rename from dist/Interfaces/Client/Document.d.ts rename to dist/Customer/Document.d.ts index 4696b65..78ede35 100644 --- a/dist/Interfaces/Client/Document.d.ts +++ b/dist/Customer/Document.d.ts @@ -1,9 +1,9 @@ -import { Customer } from "./Customer"; -import { DocumentHistory } from "./DocumentHistory"; -import { DocumentType } from "./DocumentType"; -import { File } from "./File"; -import { OfficeFolder } from "./OfficeFolder"; -export declare namespace Document { +import type Customer from "."; +import type DocumentHistory from "./DocumentHistory"; +import type DocumentType from "./DocumentType"; +import type File from "./File"; +import type OfficeFolder from "./OfficeFolder"; +declare namespace Document { class IDocument { uuid: string; document_status: EDocumentStatus; @@ -24,3 +24,4 @@ export declare namespace Document { } type TDocumentStatus = EDocumentStatus.ASKED | EDocumentStatus.DEPOSITED | EDocumentStatus.VALIDATED | EDocumentStatus.ANCHORED | EDocumentStatus.REFUSED; } +export default Document; diff --git a/dist/Interfaces/Client/Document.js b/dist/Customer/Document.js similarity index 86% rename from dist/Interfaces/Client/Document.js rename to dist/Customer/Document.js index 5835ea1..7b6fc86 100644 --- a/dist/Interfaces/Client/Document.js +++ b/dist/Customer/Document.js @@ -9,11 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.Document = void 0; const class_validator_1 = require("class-validator"); -const Customer_1 = require("./Customer"); -const DocumentType_1 = require("./DocumentType"); -const OfficeFolder_1 = require("./OfficeFolder"); var Document; (function (Document) { class IDocument { @@ -32,15 +28,15 @@ var Document; ], IDocument.prototype, "document_status", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", DocumentType_1.DocumentType.IDocumentType) + __metadata("design:type", Function) ], IDocument.prototype, "document_type", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", OfficeFolder_1.OfficeFolder.IOfficeFolder) + __metadata("design:type", Function) ], IDocument.prototype, "folder", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Customer_1.Customer.ICustomer) + __metadata("design:type", Function) ], IDocument.prototype, "depositor", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -67,4 +63,5 @@ var Document; EDocumentStatus["ANCHORED"] = "ANCHORED"; EDocumentStatus["REFUSED"] = "REFUSED"; })(EDocumentStatus = Document.EDocumentStatus || (Document.EDocumentStatus = {})); -})(Document = exports.Document || (exports.Document = {})); +})(Document || (Document = {})); +exports.default = Document; diff --git a/dist/Interfaces/Client/DocumentHistory.d.ts b/dist/Customer/DocumentHistory.d.ts similarity index 70% rename from dist/Interfaces/Client/DocumentHistory.d.ts rename to dist/Customer/DocumentHistory.d.ts index ba7df94..e265331 100644 --- a/dist/Interfaces/Client/DocumentHistory.d.ts +++ b/dist/Customer/DocumentHistory.d.ts @@ -1,5 +1,5 @@ -import { Document } from "../Client/Document"; -export declare namespace DocumentHistory { +import type Document from "./Document"; +declare namespace DocumentHistory { class IDocumentHistory { uuid: string; document_status: Document.EDocumentStatus; @@ -9,3 +9,4 @@ export declare namespace DocumentHistory { updated_at: Date | null; } } +export default DocumentHistory; diff --git a/dist/Interfaces/Client/DocumentHistory.js b/dist/Customer/DocumentHistory.js similarity index 90% rename from dist/Interfaces/Client/DocumentHistory.js rename to dist/Customer/DocumentHistory.js index 52c1486..507626d 100644 --- a/dist/Interfaces/Client/DocumentHistory.js +++ b/dist/Customer/DocumentHistory.js @@ -9,9 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.DocumentHistory = void 0; const class_validator_1 = require("class-validator"); -const Document_1 = require("../Client/Document"); var DocumentHistory; (function (DocumentHistory) { class IDocumentHistory { @@ -31,7 +29,7 @@ var DocumentHistory; ], IDocumentHistory.prototype, "document_status", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Document_1.Document.IDocument) + __metadata("design:type", Function) ], IDocumentHistory.prototype, "document", void 0); __decorate([ (0, class_validator_1.IsOptional)(), @@ -46,4 +44,5 @@ var DocumentHistory; __metadata("design:type", Object) ], IDocumentHistory.prototype, "updated_at", void 0); DocumentHistory.IDocumentHistory = IDocumentHistory; -})(DocumentHistory = exports.DocumentHistory || (exports.DocumentHistory = {})); +})(DocumentHistory || (DocumentHistory = {})); +exports.default = DocumentHistory; diff --git a/dist/Interfaces/Client/DocumentType.d.ts b/dist/Customer/DocumentType.d.ts similarity index 66% rename from dist/Interfaces/Client/DocumentType.d.ts rename to dist/Customer/DocumentType.d.ts index 941c152..9082f61 100644 --- a/dist/Interfaces/Client/DocumentType.d.ts +++ b/dist/Customer/DocumentType.d.ts @@ -1,7 +1,7 @@ -import { DeedHasDocumentType } from "./DeedHasDocumentType"; -import { Document } from "./Document"; -import { DeedTypeHasDocumentType } from "./DeedTypeHasDocumentType"; -export declare namespace DocumentType { +import type DeedHasDocumentType from "./DeedHasDocumentType"; +import type Document from "./Document"; +import type DeedTypeHasDocumentType from "./DeedTypeHasDocumentType"; +declare namespace DocumentType { class IDocumentType { uuid: string; name: string; @@ -15,3 +15,4 @@ export declare namespace DocumentType { deed_type_has_document_types?: DeedTypeHasDocumentType.IDeedTypeHasDocumentType[]; } } +export default DocumentType; diff --git a/dist/Interfaces/Client/DocumentType.js b/dist/Customer/DocumentType.js similarity index 96% rename from dist/Interfaces/Client/DocumentType.js rename to dist/Customer/DocumentType.js index a9a24d2..82cf98b 100644 --- a/dist/Interfaces/Client/DocumentType.js +++ b/dist/Customer/DocumentType.js @@ -9,7 +9,6 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.DocumentType = void 0; const class_validator_1 = require("class-validator"); var DocumentType; (function (DocumentType) { @@ -62,4 +61,5 @@ var DocumentType; __metadata("design:type", Array) ], IDocumentType.prototype, "deed_type_has_document_types", void 0); DocumentType.IDocumentType = IDocumentType; -})(DocumentType = exports.DocumentType || (exports.DocumentType = {})); +})(DocumentType || (DocumentType = {})); +exports.default = DocumentType; diff --git a/dist/Interfaces/Client/File.d.ts b/dist/Customer/File.d.ts similarity index 68% rename from dist/Interfaces/Client/File.d.ts rename to dist/Customer/File.d.ts index a8cd4a9..9ec5768 100644 --- a/dist/Interfaces/Client/File.d.ts +++ b/dist/Customer/File.d.ts @@ -1,5 +1,5 @@ -import { Document } from "./Document"; -export declare namespace File { +import type Document from "./Document"; +declare namespace File { class IFile { uuid: string; document: Document.IDocument; @@ -8,3 +8,4 @@ export declare namespace File { updated_at: Date | null; } } +export default File; diff --git a/dist/Interfaces/Client/File.js b/dist/Customer/File.js similarity index 91% rename from dist/Interfaces/Client/File.js rename to dist/Customer/File.js index 492a936..e966ffc 100644 --- a/dist/Interfaces/Client/File.js +++ b/dist/Customer/File.js @@ -9,9 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.File = void 0; const class_validator_1 = require("class-validator"); -const Document_1 = require("./Document"); var File; (function (File) { class IFile { @@ -27,7 +25,7 @@ var File; ], IFile.prototype, "uuid", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Document_1.Document.IDocument) + __metadata("design:type", Function) ], IFile.prototype, "document", void 0); __decorate([ (0, class_validator_1.IsOptional)(), @@ -42,4 +40,5 @@ var File; __metadata("design:type", Object) ], IFile.prototype, "updated_at", void 0); File.IFile = IFile; -})(File = exports.File || (exports.File = {})); +})(File || (File = {})); +exports.default = File; diff --git a/dist/Interfaces/Client/Notification.d.ts b/dist/Customer/Notification.d.ts similarity index 67% rename from dist/Interfaces/Client/Notification.d.ts rename to dist/Customer/Notification.d.ts index b15e627..f8f299f 100644 --- a/dist/Interfaces/Client/Notification.d.ts +++ b/dist/Customer/Notification.d.ts @@ -1,5 +1,5 @@ -import { UserHasNotification } from "./UserHasNotification"; -export declare namespace Notification { +import type UserHasNotification from "./UserHasNotification"; +declare namespace Notification { class INotification { uuid: string; message: string; @@ -9,3 +9,4 @@ export declare namespace Notification { user_has_notifications?: UserHasNotification.IUserHasNotification[]; } } +export default Notification; diff --git a/dist/Interfaces/Client/Notification.js b/dist/Customer/Notification.js similarity index 95% rename from dist/Interfaces/Client/Notification.js rename to dist/Customer/Notification.js index 7985faf..4682ce4 100644 --- a/dist/Interfaces/Client/Notification.js +++ b/dist/Customer/Notification.js @@ -9,7 +9,6 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.Notification = void 0; const class_validator_1 = require("class-validator"); var Notification; (function (Notification) { @@ -45,4 +44,5 @@ var Notification; __metadata("design:type", Array) ], INotification.prototype, "user_has_notifications", void 0); Notification.INotification = INotification; -})(Notification = exports.Notification || (exports.Notification = {})); +})(Notification || (Notification = {})); +exports.default = Notification; diff --git a/dist/Interfaces/Client/Office.d.ts b/dist/Customer/Office.d.ts similarity index 72% rename from dist/Interfaces/Client/Office.d.ts rename to dist/Customer/Office.d.ts index b2d90a1..d7b8c66 100644 --- a/dist/Interfaces/Client/Office.d.ts +++ b/dist/Customer/Office.d.ts @@ -1,8 +1,8 @@ -import { Address } from "./Address"; -import { DeedType } from "./DeedType"; -import { OfficeFolder } from "./OfficeFolder"; -import { User } from "./User"; -export declare namespace Office { +import type Address from "./Address"; +import type DeedType from "./DeedType"; +import type OfficeFolder from "./OfficeFolder"; +import type User from "../Notary/User"; +declare namespace Office { class IOffice { uuid: string; idNot: string; @@ -22,3 +22,4 @@ export declare namespace Office { } type TOfficeStatus = EOfficeStatus.ACTIVATED | EOfficeStatus.DESACTIVATED; } +export default Office; diff --git a/dist/Interfaces/Client/Office.js b/dist/Customer/Office.js similarity index 94% rename from dist/Interfaces/Client/Office.js rename to dist/Customer/Office.js index 1a1bdf6..f5610f2 100644 --- a/dist/Interfaces/Client/Office.js +++ b/dist/Customer/Office.js @@ -9,9 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.Office = void 0; const class_validator_1 = require("class-validator"); -const Address_1 = require("./Address"); var Office; (function (Office) { class IOffice { @@ -38,7 +36,7 @@ var Office; ], IOffice.prototype, "crpcen", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Address_1.Address.IAddress) + __metadata("design:type", Function) ], IOffice.prototype, "address", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), @@ -70,4 +68,5 @@ var Office; EOfficeStatus["ACTIVATED"] = "ACTIVATED"; EOfficeStatus["DESACTIVATED"] = "DESACTIVATED"; })(EOfficeStatus = Office.EOfficeStatus || (Office.EOfficeStatus = {})); -})(Office = exports.Office || (exports.Office = {})); +})(Office || (Office = {})); +exports.default = Office; diff --git a/dist/Interfaces/Client/OfficeFolder.d.ts b/dist/Customer/OfficeFolder.d.ts similarity index 69% rename from dist/Interfaces/Client/OfficeFolder.d.ts rename to dist/Customer/OfficeFolder.d.ts index 29d1530..3a579a9 100644 --- a/dist/Interfaces/Client/OfficeFolder.d.ts +++ b/dist/Customer/OfficeFolder.d.ts @@ -1,9 +1,9 @@ -import { Deed } from "./Deed"; -import { Document } from "./Document"; -import { Office } from "./Office"; -import { OfficeFolderHasCustomer } from "./OfficeFolderHasCustomer"; -import { OfficeFolderHasStakeholder } from "./OfficeFolderHasStakeholder"; -export declare namespace OfficeFolder { +import type Deed from "./Deed"; +import type Document from "./Document"; +import type Office from "./Office"; +import type OfficeFolderHasCustomer from "./OfficeFolderHasCustomer"; +import type OfficeFolderHasStakeholder from "./OfficeFolderHasStakeholder"; +declare namespace OfficeFolder { class IOfficeFolder { uuid: string; folder_number: string; @@ -25,3 +25,4 @@ export declare namespace OfficeFolder { } type TFolderStatus = EFolderStatus.LIVE | EFolderStatus.ARCHIVED; } +export default OfficeFolder; diff --git a/dist/Interfaces/Client/OfficeFolder.js b/dist/Customer/OfficeFolder.js similarity index 92% rename from dist/Interfaces/Client/OfficeFolder.js rename to dist/Customer/OfficeFolder.js index 53860e2..a39ce46 100644 --- a/dist/Interfaces/Client/OfficeFolder.js +++ b/dist/Customer/OfficeFolder.js @@ -9,10 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolder = void 0; const class_validator_1 = require("class-validator"); -const Deed_1 = require("./Deed"); -const Office_1 = require("./Office"); var OfficeFolder; (function (OfficeFolder) { class IOfficeFolder { @@ -49,11 +46,11 @@ var OfficeFolder; ], IOfficeFolder.prototype, "status", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Deed_1.Deed.IDeed) + __metadata("design:type", Function) ], IOfficeFolder.prototype, "deed", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Office_1.Office.IOffice) + __metadata("design:type", Function) ], IOfficeFolder.prototype, "office", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -81,4 +78,5 @@ var OfficeFolder; EFolderStatus["LIVE"] = "LIVE"; EFolderStatus["ARCHIVED"] = "ARCHIVED"; })(EFolderStatus = OfficeFolder.EFolderStatus || (OfficeFolder.EFolderStatus = {})); -})(OfficeFolder = exports.OfficeFolder || (exports.OfficeFolder = {})); +})(OfficeFolder || (OfficeFolder = {})); +exports.default = OfficeFolder; diff --git a/dist/Interfaces/Client/OfficeFolderHasCustomer.d.ts b/dist/Customer/OfficeFolderHasCustomer.d.ts similarity index 57% rename from dist/Interfaces/Client/OfficeFolderHasCustomer.d.ts rename to dist/Customer/OfficeFolderHasCustomer.d.ts index d685eb7..1360613 100644 --- a/dist/Interfaces/Client/OfficeFolderHasCustomer.d.ts +++ b/dist/Customer/OfficeFolderHasCustomer.d.ts @@ -1,6 +1,6 @@ -import { Customer } from "./Customer"; -import { OfficeFolder } from "./OfficeFolder"; -export declare namespace OfficeFolderHasCustomer { +import type Customer from "."; +import type OfficeFolder from "./OfficeFolder"; +declare namespace OfficeFolderHasCustomer { class IOfficeFolderHasCustomer { uuid: string; customer: Customer.ICustomer; @@ -9,3 +9,4 @@ export declare namespace OfficeFolderHasCustomer { updated_at: Date | null; } } +export default OfficeFolderHasCustomer; diff --git a/dist/Interfaces/Client/OfficeFolderHasCustomer.js b/dist/Customer/OfficeFolderHasCustomer.js similarity index 83% rename from dist/Interfaces/Client/OfficeFolderHasCustomer.js rename to dist/Customer/OfficeFolderHasCustomer.js index 30434e0..f815a6a 100644 --- a/dist/Interfaces/Client/OfficeFolderHasCustomer.js +++ b/dist/Customer/OfficeFolderHasCustomer.js @@ -9,10 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolderHasCustomer = void 0; const class_validator_1 = require("class-validator"); -const Customer_1 = require("./Customer"); -const OfficeFolder_1 = require("./OfficeFolder"); var OfficeFolderHasCustomer; (function (OfficeFolderHasCustomer) { class IOfficeFolderHasCustomer { @@ -27,11 +24,11 @@ var OfficeFolderHasCustomer; ], IOfficeFolderHasCustomer.prototype, "uuid", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Customer_1.Customer.ICustomer) + __metadata("design:type", Function) ], IOfficeFolderHasCustomer.prototype, "customer", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", OfficeFolder_1.OfficeFolder.IOfficeFolder) + __metadata("design:type", Function) ], IOfficeFolderHasCustomer.prototype, "office_folder", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -42,4 +39,5 @@ var OfficeFolderHasCustomer; __metadata("design:type", Object) ], IOfficeFolderHasCustomer.prototype, "updated_at", void 0); OfficeFolderHasCustomer.IOfficeFolderHasCustomer = IOfficeFolderHasCustomer; -})(OfficeFolderHasCustomer = exports.OfficeFolderHasCustomer || (exports.OfficeFolderHasCustomer = {})); +})(OfficeFolderHasCustomer || (OfficeFolderHasCustomer = {})); +exports.default = OfficeFolderHasCustomer; diff --git a/dist/Interfaces/Client/OfficeFolderHasStakeholder.d.ts b/dist/Customer/OfficeFolderHasStakeholder.d.ts similarity index 55% rename from dist/Interfaces/Client/OfficeFolderHasStakeholder.d.ts rename to dist/Customer/OfficeFolderHasStakeholder.d.ts index f8a03cb..6fc2b77 100644 --- a/dist/Interfaces/Client/OfficeFolderHasStakeholder.d.ts +++ b/dist/Customer/OfficeFolderHasStakeholder.d.ts @@ -1,6 +1,6 @@ -import { OfficeFolder } from "./OfficeFolder"; -import { User } from "./User"; -export declare namespace OfficeFolderHasStakeholder { +import type OfficeFolder from "./OfficeFolder"; +import type User from "../Notary/User"; +declare namespace OfficeFolderHasStakeholder { class IOfficeFolderHasStakeholder { uuid: string; user_stakeholder: User.IUser; @@ -9,3 +9,4 @@ export declare namespace OfficeFolderHasStakeholder { updated_at: Date | null; } } +export default OfficeFolderHasStakeholder; diff --git a/dist/Interfaces/Client/OfficeFolderHasStakeholder.js b/dist/Customer/OfficeFolderHasStakeholder.js similarity index 84% rename from dist/Interfaces/Client/OfficeFolderHasStakeholder.js rename to dist/Customer/OfficeFolderHasStakeholder.js index 5797cb5..eda38c7 100644 --- a/dist/Interfaces/Client/OfficeFolderHasStakeholder.js +++ b/dist/Customer/OfficeFolderHasStakeholder.js @@ -9,10 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolderHasStakeholder = void 0; const class_validator_1 = require("class-validator"); -const OfficeFolder_1 = require("./OfficeFolder"); -const User_1 = require("./User"); var OfficeFolderHasStakeholder; (function (OfficeFolderHasStakeholder) { class IOfficeFolderHasStakeholder { @@ -27,11 +24,11 @@ var OfficeFolderHasStakeholder; ], IOfficeFolderHasStakeholder.prototype, "uuid", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", User_1.User.IUser) + __metadata("design:type", Function) ], IOfficeFolderHasStakeholder.prototype, "user_stakeholder", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", OfficeFolder_1.OfficeFolder.IOfficeFolder) + __metadata("design:type", Function) ], IOfficeFolderHasStakeholder.prototype, "office_folder", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -42,4 +39,5 @@ var OfficeFolderHasStakeholder; __metadata("design:type", Object) ], IOfficeFolderHasStakeholder.prototype, "updated_at", void 0); OfficeFolderHasStakeholder.IOfficeFolderHasStakeholder = IOfficeFolderHasStakeholder; -})(OfficeFolderHasStakeholder = exports.OfficeFolderHasStakeholder || (exports.OfficeFolderHasStakeholder = {})); +})(OfficeFolderHasStakeholder || (OfficeFolderHasStakeholder = {})); +exports.default = OfficeFolderHasStakeholder; diff --git a/dist/Interfaces/Client/UserHasNotification.d.ts b/dist/Customer/UserHasNotification.d.ts similarity index 60% rename from dist/Interfaces/Client/UserHasNotification.d.ts rename to dist/Customer/UserHasNotification.d.ts index 90f5aee..acc3971 100644 --- a/dist/Interfaces/Client/UserHasNotification.d.ts +++ b/dist/Customer/UserHasNotification.d.ts @@ -1,6 +1,6 @@ -import { Notification } from "./Notification"; -import { User } from "./User"; -export declare namespace UserHasNotification { +import type Notification from "./Notification"; +import type User from "../Notary/User"; +declare namespace UserHasNotification { class IUserHasNotification { uuid: string; user: User.IUser; @@ -10,3 +10,4 @@ export declare namespace UserHasNotification { } type ENotificationStatus = "READ" | "UNREAD"; } +export default UserHasNotification; diff --git a/dist/Interfaces/Client/UserHasNotification.js b/dist/Customer/UserHasNotification.js similarity index 84% rename from dist/Interfaces/Client/UserHasNotification.js rename to dist/Customer/UserHasNotification.js index c350575..523cb07 100644 --- a/dist/Interfaces/Client/UserHasNotification.js +++ b/dist/Customer/UserHasNotification.js @@ -9,10 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.UserHasNotification = void 0; const class_validator_1 = require("class-validator"); -const Notification_1 = require("./Notification"); -const User_1 = require("./User"); var UserHasNotification; (function (UserHasNotification) { class IUserHasNotification { @@ -27,11 +24,11 @@ var UserHasNotification; ], IUserHasNotification.prototype, "uuid", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", User_1.User.IUser) + __metadata("design:type", Function) ], IUserHasNotification.prototype, "user", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Notification_1.Notification.INotification) + __metadata("design:type", Function) ], IUserHasNotification.prototype, "notification", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -42,4 +39,5 @@ var UserHasNotification; __metadata("design:type", Object) ], IUserHasNotification.prototype, "updated_at", void 0); UserHasNotification.IUserHasNotification = IUserHasNotification; -})(UserHasNotification = exports.UserHasNotification || (exports.UserHasNotification = {})); +})(UserHasNotification || (UserHasNotification = {})); +exports.default = UserHasNotification; diff --git a/dist/Interfaces/Client/Customer.d.ts b/dist/Customer/index.d.ts similarity index 73% rename from dist/Interfaces/Client/Customer.d.ts rename to dist/Customer/index.d.ts index 74266b3..ad33a8d 100644 --- a/dist/Interfaces/Client/Customer.d.ts +++ b/dist/Customer/index.d.ts @@ -1,7 +1,7 @@ -import { Contact } from "./Contact"; -import { Document } from "./Document"; -import { OfficeFolderHasCustomer } from "./OfficeFolderHasCustomer"; -export declare namespace Customer { +import type Document from "./Document"; +import type OfficeFolderHasCustomer from "./OfficeFolderHasCustomer"; +import type Contact from "./Contact"; +declare namespace Customer { class ICustomer { uuid: string; status: ECustomerStatus; @@ -18,3 +18,4 @@ export declare namespace Customer { } type TCustomerStatus = ECustomerStatus.VALIDATED | ECustomerStatus.PENDING | ECustomerStatus.ERRONED; } +export default Customer; diff --git a/dist/Interfaces/Client/Customer.js b/dist/Customer/index.js similarity index 92% rename from dist/Interfaces/Client/Customer.js rename to dist/Customer/index.js index a9f88bd..e7e8ca4 100644 --- a/dist/Interfaces/Client/Customer.js +++ b/dist/Customer/index.js @@ -9,9 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; Object.defineProperty(exports, "__esModule", { value: true }); -exports.Customer = void 0; const class_validator_1 = require("class-validator"); -const Contact_1 = require("./Contact"); var Customer; (function (Customer) { class ICustomer { @@ -30,7 +28,7 @@ var Customer; ], ICustomer.prototype, "status", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Contact_1.Contact.IContact) + __metadata("design:type", Function) ], ICustomer.prototype, "contact", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -55,4 +53,5 @@ var Customer; ECustomerStatus["PENDING"] = "PENDING"; ECustomerStatus["ERRONED"] = "ERRONED"; })(ECustomerStatus = Customer.ECustomerStatus || (Customer.ECustomerStatus = {})); -})(Customer = exports.Customer || (exports.Customer = {})); +})(Customer || (Customer = {})); +exports.default = Customer; diff --git a/dist/Interfaces/Admin/Address.d.ts b/dist/Interfaces/Admin/Address.d.ts deleted file mode 100644 index 01e7ace..0000000 --- a/dist/Interfaces/Admin/Address.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { AddressClient } from "../.."; -export declare namespace Address { - class IAddress extends AddressClient.IAddress { - } -} diff --git a/dist/Interfaces/Admin/Address.js b/dist/Interfaces/Admin/Address.js deleted file mode 100644 index bcd78b1..0000000 --- a/dist/Interfaces/Admin/Address.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Address = void 0; -const __1 = require("../.."); -var Address; -(function (Address) { - class IAddress extends __1.AddressClient.IAddress { - } - Address.IAddress = IAddress; -})(Address = exports.Address || (exports.Address = {})); diff --git a/dist/Interfaces/Admin/Contact.d.ts b/dist/Interfaces/Admin/Contact.d.ts deleted file mode 100644 index 186032b..0000000 --- a/dist/Interfaces/Admin/Contact.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { ContactClient } from "../.."; -export declare namespace Contact { - class IContact extends ContactClient.IContact { - } -} diff --git a/dist/Interfaces/Admin/Contact.js b/dist/Interfaces/Admin/Contact.js deleted file mode 100644 index 214b5da..0000000 --- a/dist/Interfaces/Admin/Contact.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Contact = void 0; -const __1 = require("../.."); -var Contact; -(function (Contact) { - class IContact extends __1.ContactClient.IContact { - } - Contact.IContact = IContact; -})(Contact = exports.Contact || (exports.Contact = {})); diff --git a/dist/Interfaces/Admin/Customer.d.ts b/dist/Interfaces/Admin/Customer.d.ts deleted file mode 100644 index 937b87f..0000000 --- a/dist/Interfaces/Admin/Customer.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { CustomerClient } from "../.."; -export declare namespace Customer { - class ICustomer extends CustomerClient.ICustomer { - } -} diff --git a/dist/Interfaces/Admin/Customer.js b/dist/Interfaces/Admin/Customer.js deleted file mode 100644 index 437007d..0000000 --- a/dist/Interfaces/Admin/Customer.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Customer = void 0; -const __1 = require("../.."); -var Customer; -(function (Customer) { - class ICustomer extends __1.CustomerClient.ICustomer { - } - Customer.ICustomer = ICustomer; -})(Customer = exports.Customer || (exports.Customer = {})); diff --git a/dist/Interfaces/Admin/Deed.d.ts b/dist/Interfaces/Admin/Deed.d.ts deleted file mode 100644 index 11c085c..0000000 --- a/dist/Interfaces/Admin/Deed.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedClient } from "../.."; -export declare namespace Deed { - class IDeed extends DeedClient.IDeed { - } -} diff --git a/dist/Interfaces/Admin/Deed.js b/dist/Interfaces/Admin/Deed.js deleted file mode 100644 index 288a314..0000000 --- a/dist/Interfaces/Admin/Deed.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Deed = void 0; -const __1 = require("../.."); -var Deed; -(function (Deed) { - class IDeed extends __1.DeedClient.IDeed { - } - Deed.IDeed = IDeed; -})(Deed = exports.Deed || (exports.Deed = {})); diff --git a/dist/Interfaces/Admin/DeedHasDocumentType.d.ts b/dist/Interfaces/Admin/DeedHasDocumentType.d.ts deleted file mode 100644 index a504480..0000000 --- a/dist/Interfaces/Admin/DeedHasDocumentType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedHasDocumentTypeClient } from "../.."; -export declare namespace DeedHasDocumentType { - class IDeedHasDocumentType extends DeedHasDocumentTypeClient.IDeedHasDocumentType { - } -} diff --git a/dist/Interfaces/Admin/DeedHasDocumentType.js b/dist/Interfaces/Admin/DeedHasDocumentType.js deleted file mode 100644 index 532e790..0000000 --- a/dist/Interfaces/Admin/DeedHasDocumentType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedHasDocumentType = void 0; -const __1 = require("../.."); -var DeedHasDocumentType; -(function (DeedHasDocumentType) { - class IDeedHasDocumentType extends __1.DeedHasDocumentTypeClient.IDeedHasDocumentType { - } - DeedHasDocumentType.IDeedHasDocumentType = IDeedHasDocumentType; -})(DeedHasDocumentType = exports.DeedHasDocumentType || (exports.DeedHasDocumentType = {})); diff --git a/dist/Interfaces/Admin/DeedType.d.ts b/dist/Interfaces/Admin/DeedType.d.ts deleted file mode 100644 index b4b4adb..0000000 --- a/dist/Interfaces/Admin/DeedType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeClient } from "../.."; -export declare namespace DeedType { - class IDeedType extends DeedTypeClient.IDeedType { - } -} diff --git a/dist/Interfaces/Admin/DeedType.js b/dist/Interfaces/Admin/DeedType.js deleted file mode 100644 index 87546c1..0000000 --- a/dist/Interfaces/Admin/DeedType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedType = void 0; -const __1 = require("../.."); -var DeedType; -(function (DeedType) { - class IDeedType extends __1.DeedTypeClient.IDeedType { - } - DeedType.IDeedType = IDeedType; -})(DeedType = exports.DeedType || (exports.DeedType = {})); diff --git a/dist/Interfaces/Admin/DeedTypeHasDocumentType.d.ts b/dist/Interfaces/Admin/DeedTypeHasDocumentType.d.ts deleted file mode 100644 index 3df9bce..0000000 --- a/dist/Interfaces/Admin/DeedTypeHasDocumentType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeHasDocumentTypeClient } from "../.."; -export declare namespace DeedTypeHasDocumentType { - class IDeedTypeHasDocumentType extends DeedTypeHasDocumentTypeClient.IDeedTypeHasDocumentType { - } -} diff --git a/dist/Interfaces/Admin/DeedTypeHasDocumentType.js b/dist/Interfaces/Admin/DeedTypeHasDocumentType.js deleted file mode 100644 index 6a6807d..0000000 --- a/dist/Interfaces/Admin/DeedTypeHasDocumentType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedTypeHasDocumentType = void 0; -const __1 = require("../.."); -var DeedTypeHasDocumentType; -(function (DeedTypeHasDocumentType) { - class IDeedTypeHasDocumentType extends __1.DeedTypeHasDocumentTypeClient.IDeedTypeHasDocumentType { - } - DeedTypeHasDocumentType.IDeedTypeHasDocumentType = IDeedTypeHasDocumentType; -})(DeedTypeHasDocumentType = exports.DeedTypeHasDocumentType || (exports.DeedTypeHasDocumentType = {})); diff --git a/dist/Interfaces/Admin/Document.d.ts b/dist/Interfaces/Admin/Document.d.ts deleted file mode 100644 index e88b12d..0000000 --- a/dist/Interfaces/Admin/Document.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentClient } from "../.."; -export declare namespace Document { - class IDocument extends DocumentClient.IDocument { - } -} diff --git a/dist/Interfaces/Admin/Document.js b/dist/Interfaces/Admin/Document.js deleted file mode 100644 index 354ef3f..0000000 --- a/dist/Interfaces/Admin/Document.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Document = void 0; -const __1 = require("../.."); -var Document; -(function (Document) { - class IDocument extends __1.DocumentClient.IDocument { - } - Document.IDocument = IDocument; -})(Document = exports.Document || (exports.Document = {})); diff --git a/dist/Interfaces/Admin/DocumentHistory.d.ts b/dist/Interfaces/Admin/DocumentHistory.d.ts deleted file mode 100644 index bd66cd6..0000000 --- a/dist/Interfaces/Admin/DocumentHistory.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentHistoryClient } from "../.."; -export declare namespace DocumentHistory { - class IDocumentHistory extends DocumentHistoryClient.IDocumentHistory { - } -} diff --git a/dist/Interfaces/Admin/DocumentHistory.js b/dist/Interfaces/Admin/DocumentHistory.js deleted file mode 100644 index 04dad08..0000000 --- a/dist/Interfaces/Admin/DocumentHistory.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DocumentHistory = void 0; -const __1 = require("../.."); -var DocumentHistory; -(function (DocumentHistory) { - class IDocumentHistory extends __1.DocumentHistoryClient.IDocumentHistory { - } - DocumentHistory.IDocumentHistory = IDocumentHistory; -})(DocumentHistory = exports.DocumentHistory || (exports.DocumentHistory = {})); diff --git a/dist/Interfaces/Admin/DocumentType.d.ts b/dist/Interfaces/Admin/DocumentType.d.ts deleted file mode 100644 index b176a5e..0000000 --- a/dist/Interfaces/Admin/DocumentType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentTypeClient } from "../.."; -export declare namespace DocumentType { - class IDocumentType extends DocumentTypeClient.IDocumentType { - } -} diff --git a/dist/Interfaces/Admin/DocumentType.js b/dist/Interfaces/Admin/DocumentType.js deleted file mode 100644 index 7909403..0000000 --- a/dist/Interfaces/Admin/DocumentType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DocumentType = void 0; -const __1 = require("../.."); -var DocumentType; -(function (DocumentType) { - class IDocumentType extends __1.DocumentTypeClient.IDocumentType { - } - DocumentType.IDocumentType = IDocumentType; -})(DocumentType = exports.DocumentType || (exports.DocumentType = {})); diff --git a/dist/Interfaces/Admin/File.d.ts b/dist/Interfaces/Admin/File.d.ts deleted file mode 100644 index f7d0a90..0000000 --- a/dist/Interfaces/Admin/File.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { FileClient } from "../.."; -export declare namespace File { - class IFile extends FileClient.IFile { - } -} diff --git a/dist/Interfaces/Admin/File.js b/dist/Interfaces/Admin/File.js deleted file mode 100644 index f128c37..0000000 --- a/dist/Interfaces/Admin/File.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.File = void 0; -const __1 = require("../.."); -var File; -(function (File) { - class IFile extends __1.FileClient.IFile { - } - File.IFile = IFile; -})(File = exports.File || (exports.File = {})); diff --git a/dist/Interfaces/Admin/Notification.d.ts b/dist/Interfaces/Admin/Notification.d.ts deleted file mode 100644 index e4b065e..0000000 --- a/dist/Interfaces/Admin/Notification.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { NotificationClient } from "../.."; -export declare namespace Notification { - class INotification extends NotificationClient.INotification { - } -} diff --git a/dist/Interfaces/Admin/Notification.js b/dist/Interfaces/Admin/Notification.js deleted file mode 100644 index d6294e6..0000000 --- a/dist/Interfaces/Admin/Notification.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Notification = void 0; -const __1 = require("../.."); -var Notification; -(function (Notification) { - class INotification extends __1.NotificationClient.INotification { - } - Notification.INotification = INotification; -})(Notification = exports.Notification || (exports.Notification = {})); diff --git a/dist/Interfaces/Admin/Office.d.ts b/dist/Interfaces/Admin/Office.d.ts deleted file mode 100644 index dc69382..0000000 --- a/dist/Interfaces/Admin/Office.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeClient } from "../.."; -export declare namespace Office { - class IOffice extends OfficeClient.IOffice { - } -} diff --git a/dist/Interfaces/Admin/Office.js b/dist/Interfaces/Admin/Office.js deleted file mode 100644 index e3b0233..0000000 --- a/dist/Interfaces/Admin/Office.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Office = void 0; -const __1 = require("../.."); -var Office; -(function (Office) { - class IOffice extends __1.OfficeClient.IOffice { - } - Office.IOffice = IOffice; -})(Office = exports.Office || (exports.Office = {})); diff --git a/dist/Interfaces/Admin/OfficeFolder.d.ts b/dist/Interfaces/Admin/OfficeFolder.d.ts deleted file mode 100644 index f25baaf..0000000 --- a/dist/Interfaces/Admin/OfficeFolder.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderClient } from "../.."; -export declare namespace OfficeFolder { - class IOfficeFolder extends OfficeFolderClient.IOfficeFolder { - } -} diff --git a/dist/Interfaces/Admin/OfficeFolder.js b/dist/Interfaces/Admin/OfficeFolder.js deleted file mode 100644 index 2b76b32..0000000 --- a/dist/Interfaces/Admin/OfficeFolder.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolder = void 0; -const __1 = require("../.."); -var OfficeFolder; -(function (OfficeFolder) { - class IOfficeFolder extends __1.OfficeFolderClient.IOfficeFolder { - } - OfficeFolder.IOfficeFolder = IOfficeFolder; -})(OfficeFolder = exports.OfficeFolder || (exports.OfficeFolder = {})); diff --git a/dist/Interfaces/Admin/OfficeFolderHasCustomer.d.ts b/dist/Interfaces/Admin/OfficeFolderHasCustomer.d.ts deleted file mode 100644 index 4a987a1..0000000 --- a/dist/Interfaces/Admin/OfficeFolderHasCustomer.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderHasCustomerClient } from "../.."; -export declare namespace OfficeFolderHasCustomer { - class IOfficeFolderHasCustomer extends OfficeFolderHasCustomerClient.IOfficeFolderHasCustomer { - } -} diff --git a/dist/Interfaces/Admin/OfficeFolderHasCustomer.js b/dist/Interfaces/Admin/OfficeFolderHasCustomer.js deleted file mode 100644 index 6985688..0000000 --- a/dist/Interfaces/Admin/OfficeFolderHasCustomer.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolderHasCustomer = void 0; -const __1 = require("../.."); -var OfficeFolderHasCustomer; -(function (OfficeFolderHasCustomer) { - class IOfficeFolderHasCustomer extends __1.OfficeFolderHasCustomerClient.IOfficeFolderHasCustomer { - } - OfficeFolderHasCustomer.IOfficeFolderHasCustomer = IOfficeFolderHasCustomer; -})(OfficeFolderHasCustomer = exports.OfficeFolderHasCustomer || (exports.OfficeFolderHasCustomer = {})); diff --git a/dist/Interfaces/Admin/OfficeFolderHasStakeholder.d.ts b/dist/Interfaces/Admin/OfficeFolderHasStakeholder.d.ts deleted file mode 100644 index e8643b2..0000000 --- a/dist/Interfaces/Admin/OfficeFolderHasStakeholder.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderHasStakeholderClient } from "../.."; -export declare namespace OfficeFolderHasStakeholder { - class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholderClient.IOfficeFolderHasStakeholder { - } -} diff --git a/dist/Interfaces/Admin/OfficeFolderHasStakeholder.js b/dist/Interfaces/Admin/OfficeFolderHasStakeholder.js deleted file mode 100644 index 66dfdbe..0000000 --- a/dist/Interfaces/Admin/OfficeFolderHasStakeholder.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolderHasStakeholder = void 0; -const __1 = require("../.."); -var OfficeFolderHasStakeholder; -(function (OfficeFolderHasStakeholder) { - class IOfficeFolderHasStakeholder extends __1.OfficeFolderHasStakeholderClient.IOfficeFolderHasStakeholder { - } - OfficeFolderHasStakeholder.IOfficeFolderHasStakeholder = IOfficeFolderHasStakeholder; -})(OfficeFolderHasStakeholder = exports.OfficeFolderHasStakeholder || (exports.OfficeFolderHasStakeholder = {})); diff --git a/dist/Interfaces/Admin/User.d.ts b/dist/Interfaces/Admin/User.d.ts deleted file mode 100644 index 236a41f..0000000 --- a/dist/Interfaces/Admin/User.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { UserClient } from "../.."; -export declare namespace User { - class IUser extends UserClient.IUser { - } -} diff --git a/dist/Interfaces/Admin/User.js b/dist/Interfaces/Admin/User.js deleted file mode 100644 index d425e39..0000000 --- a/dist/Interfaces/Admin/User.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.User = void 0; -const __1 = require("../.."); -var User; -(function (User) { - class IUser extends __1.UserClient.IUser { - } - User.IUser = IUser; -})(User = exports.User || (exports.User = {})); diff --git a/dist/Interfaces/Admin/UserHasNotification.d.ts b/dist/Interfaces/Admin/UserHasNotification.d.ts deleted file mode 100644 index feb65b4..0000000 --- a/dist/Interfaces/Admin/UserHasNotification.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { UserHasNotificationClient } from "../.."; -export declare namespace UserHasNotification { - class IUserHasNotification extends UserHasNotificationClient.IUserHasNotification { - } -} diff --git a/dist/Interfaces/Admin/UserHasNotification.js b/dist/Interfaces/Admin/UserHasNotification.js deleted file mode 100644 index 258b557..0000000 --- a/dist/Interfaces/Admin/UserHasNotification.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.UserHasNotification = void 0; -const __1 = require("../.."); -var UserHasNotification; -(function (UserHasNotification) { - class IUserHasNotification extends __1.UserHasNotificationClient.IUserHasNotification { - } - UserHasNotification.IUserHasNotification = IUserHasNotification; -})(UserHasNotification = exports.UserHasNotification || (exports.UserHasNotification = {})); diff --git a/dist/Interfaces/Notary/Address.d.ts b/dist/Interfaces/Notary/Address.d.ts deleted file mode 100644 index 01e7ace..0000000 --- a/dist/Interfaces/Notary/Address.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { AddressClient } from "../.."; -export declare namespace Address { - class IAddress extends AddressClient.IAddress { - } -} diff --git a/dist/Interfaces/Notary/Address.js b/dist/Interfaces/Notary/Address.js deleted file mode 100644 index bcd78b1..0000000 --- a/dist/Interfaces/Notary/Address.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Address = void 0; -const __1 = require("../.."); -var Address; -(function (Address) { - class IAddress extends __1.AddressClient.IAddress { - } - Address.IAddress = IAddress; -})(Address = exports.Address || (exports.Address = {})); diff --git a/dist/Interfaces/Notary/Contact.d.ts b/dist/Interfaces/Notary/Contact.d.ts deleted file mode 100644 index 186032b..0000000 --- a/dist/Interfaces/Notary/Contact.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { ContactClient } from "../.."; -export declare namespace Contact { - class IContact extends ContactClient.IContact { - } -} diff --git a/dist/Interfaces/Notary/Contact.js b/dist/Interfaces/Notary/Contact.js deleted file mode 100644 index 214b5da..0000000 --- a/dist/Interfaces/Notary/Contact.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Contact = void 0; -const __1 = require("../.."); -var Contact; -(function (Contact) { - class IContact extends __1.ContactClient.IContact { - } - Contact.IContact = IContact; -})(Contact = exports.Contact || (exports.Contact = {})); diff --git a/dist/Interfaces/Notary/Customer.d.ts b/dist/Interfaces/Notary/Customer.d.ts deleted file mode 100644 index 937b87f..0000000 --- a/dist/Interfaces/Notary/Customer.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { CustomerClient } from "../.."; -export declare namespace Customer { - class ICustomer extends CustomerClient.ICustomer { - } -} diff --git a/dist/Interfaces/Notary/Customer.js b/dist/Interfaces/Notary/Customer.js deleted file mode 100644 index 437007d..0000000 --- a/dist/Interfaces/Notary/Customer.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Customer = void 0; -const __1 = require("../.."); -var Customer; -(function (Customer) { - class ICustomer extends __1.CustomerClient.ICustomer { - } - Customer.ICustomer = ICustomer; -})(Customer = exports.Customer || (exports.Customer = {})); diff --git a/dist/Interfaces/Notary/Deed.d.ts b/dist/Interfaces/Notary/Deed.d.ts deleted file mode 100644 index 11c085c..0000000 --- a/dist/Interfaces/Notary/Deed.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedClient } from "../.."; -export declare namespace Deed { - class IDeed extends DeedClient.IDeed { - } -} diff --git a/dist/Interfaces/Notary/Deed.js b/dist/Interfaces/Notary/Deed.js deleted file mode 100644 index 288a314..0000000 --- a/dist/Interfaces/Notary/Deed.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Deed = void 0; -const __1 = require("../.."); -var Deed; -(function (Deed) { - class IDeed extends __1.DeedClient.IDeed { - } - Deed.IDeed = IDeed; -})(Deed = exports.Deed || (exports.Deed = {})); diff --git a/dist/Interfaces/Notary/DeedHasDocumentType.d.ts b/dist/Interfaces/Notary/DeedHasDocumentType.d.ts deleted file mode 100644 index a504480..0000000 --- a/dist/Interfaces/Notary/DeedHasDocumentType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedHasDocumentTypeClient } from "../.."; -export declare namespace DeedHasDocumentType { - class IDeedHasDocumentType extends DeedHasDocumentTypeClient.IDeedHasDocumentType { - } -} diff --git a/dist/Interfaces/Notary/DeedHasDocumentType.js b/dist/Interfaces/Notary/DeedHasDocumentType.js deleted file mode 100644 index 532e790..0000000 --- a/dist/Interfaces/Notary/DeedHasDocumentType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedHasDocumentType = void 0; -const __1 = require("../.."); -var DeedHasDocumentType; -(function (DeedHasDocumentType) { - class IDeedHasDocumentType extends __1.DeedHasDocumentTypeClient.IDeedHasDocumentType { - } - DeedHasDocumentType.IDeedHasDocumentType = IDeedHasDocumentType; -})(DeedHasDocumentType = exports.DeedHasDocumentType || (exports.DeedHasDocumentType = {})); diff --git a/dist/Interfaces/Notary/DeedType.d.ts b/dist/Interfaces/Notary/DeedType.d.ts deleted file mode 100644 index b4b4adb..0000000 --- a/dist/Interfaces/Notary/DeedType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeClient } from "../.."; -export declare namespace DeedType { - class IDeedType extends DeedTypeClient.IDeedType { - } -} diff --git a/dist/Interfaces/Notary/DeedType.js b/dist/Interfaces/Notary/DeedType.js deleted file mode 100644 index 87546c1..0000000 --- a/dist/Interfaces/Notary/DeedType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedType = void 0; -const __1 = require("../.."); -var DeedType; -(function (DeedType) { - class IDeedType extends __1.DeedTypeClient.IDeedType { - } - DeedType.IDeedType = IDeedType; -})(DeedType = exports.DeedType || (exports.DeedType = {})); diff --git a/dist/Interfaces/Notary/DeedTypeHasDocumentType.d.ts b/dist/Interfaces/Notary/DeedTypeHasDocumentType.d.ts deleted file mode 100644 index 3df9bce..0000000 --- a/dist/Interfaces/Notary/DeedTypeHasDocumentType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeHasDocumentTypeClient } from "../.."; -export declare namespace DeedTypeHasDocumentType { - class IDeedTypeHasDocumentType extends DeedTypeHasDocumentTypeClient.IDeedTypeHasDocumentType { - } -} diff --git a/dist/Interfaces/Notary/DeedTypeHasDocumentType.js b/dist/Interfaces/Notary/DeedTypeHasDocumentType.js deleted file mode 100644 index 6a6807d..0000000 --- a/dist/Interfaces/Notary/DeedTypeHasDocumentType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedTypeHasDocumentType = void 0; -const __1 = require("../.."); -var DeedTypeHasDocumentType; -(function (DeedTypeHasDocumentType) { - class IDeedTypeHasDocumentType extends __1.DeedTypeHasDocumentTypeClient.IDeedTypeHasDocumentType { - } - DeedTypeHasDocumentType.IDeedTypeHasDocumentType = IDeedTypeHasDocumentType; -})(DeedTypeHasDocumentType = exports.DeedTypeHasDocumentType || (exports.DeedTypeHasDocumentType = {})); diff --git a/dist/Interfaces/Notary/Document.d.ts b/dist/Interfaces/Notary/Document.d.ts deleted file mode 100644 index e88b12d..0000000 --- a/dist/Interfaces/Notary/Document.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentClient } from "../.."; -export declare namespace Document { - class IDocument extends DocumentClient.IDocument { - } -} diff --git a/dist/Interfaces/Notary/Document.js b/dist/Interfaces/Notary/Document.js deleted file mode 100644 index 354ef3f..0000000 --- a/dist/Interfaces/Notary/Document.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Document = void 0; -const __1 = require("../.."); -var Document; -(function (Document) { - class IDocument extends __1.DocumentClient.IDocument { - } - Document.IDocument = IDocument; -})(Document = exports.Document || (exports.Document = {})); diff --git a/dist/Interfaces/Notary/DocumentHistory.d.ts b/dist/Interfaces/Notary/DocumentHistory.d.ts deleted file mode 100644 index bd66cd6..0000000 --- a/dist/Interfaces/Notary/DocumentHistory.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentHistoryClient } from "../.."; -export declare namespace DocumentHistory { - class IDocumentHistory extends DocumentHistoryClient.IDocumentHistory { - } -} diff --git a/dist/Interfaces/Notary/DocumentHistory.js b/dist/Interfaces/Notary/DocumentHistory.js deleted file mode 100644 index 04dad08..0000000 --- a/dist/Interfaces/Notary/DocumentHistory.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DocumentHistory = void 0; -const __1 = require("../.."); -var DocumentHistory; -(function (DocumentHistory) { - class IDocumentHistory extends __1.DocumentHistoryClient.IDocumentHistory { - } - DocumentHistory.IDocumentHistory = IDocumentHistory; -})(DocumentHistory = exports.DocumentHistory || (exports.DocumentHistory = {})); diff --git a/dist/Interfaces/Notary/DocumentType.d.ts b/dist/Interfaces/Notary/DocumentType.d.ts deleted file mode 100644 index b176a5e..0000000 --- a/dist/Interfaces/Notary/DocumentType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentTypeClient } from "../.."; -export declare namespace DocumentType { - class IDocumentType extends DocumentTypeClient.IDocumentType { - } -} diff --git a/dist/Interfaces/Notary/DocumentType.js b/dist/Interfaces/Notary/DocumentType.js deleted file mode 100644 index 7909403..0000000 --- a/dist/Interfaces/Notary/DocumentType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DocumentType = void 0; -const __1 = require("../.."); -var DocumentType; -(function (DocumentType) { - class IDocumentType extends __1.DocumentTypeClient.IDocumentType { - } - DocumentType.IDocumentType = IDocumentType; -})(DocumentType = exports.DocumentType || (exports.DocumentType = {})); diff --git a/dist/Interfaces/Notary/File.d.ts b/dist/Interfaces/Notary/File.d.ts deleted file mode 100644 index f7d0a90..0000000 --- a/dist/Interfaces/Notary/File.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { FileClient } from "../.."; -export declare namespace File { - class IFile extends FileClient.IFile { - } -} diff --git a/dist/Interfaces/Notary/File.js b/dist/Interfaces/Notary/File.js deleted file mode 100644 index f128c37..0000000 --- a/dist/Interfaces/Notary/File.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.File = void 0; -const __1 = require("../.."); -var File; -(function (File) { - class IFile extends __1.FileClient.IFile { - } - File.IFile = IFile; -})(File = exports.File || (exports.File = {})); diff --git a/dist/Interfaces/Notary/Notification.d.ts b/dist/Interfaces/Notary/Notification.d.ts deleted file mode 100644 index e4b065e..0000000 --- a/dist/Interfaces/Notary/Notification.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { NotificationClient } from "../.."; -export declare namespace Notification { - class INotification extends NotificationClient.INotification { - } -} diff --git a/dist/Interfaces/Notary/Notification.js b/dist/Interfaces/Notary/Notification.js deleted file mode 100644 index d6294e6..0000000 --- a/dist/Interfaces/Notary/Notification.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Notification = void 0; -const __1 = require("../.."); -var Notification; -(function (Notification) { - class INotification extends __1.NotificationClient.INotification { - } - Notification.INotification = INotification; -})(Notification = exports.Notification || (exports.Notification = {})); diff --git a/dist/Interfaces/Notary/Office.d.ts b/dist/Interfaces/Notary/Office.d.ts deleted file mode 100644 index dc69382..0000000 --- a/dist/Interfaces/Notary/Office.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeClient } from "../.."; -export declare namespace Office { - class IOffice extends OfficeClient.IOffice { - } -} diff --git a/dist/Interfaces/Notary/Office.js b/dist/Interfaces/Notary/Office.js deleted file mode 100644 index e3b0233..0000000 --- a/dist/Interfaces/Notary/Office.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Office = void 0; -const __1 = require("../.."); -var Office; -(function (Office) { - class IOffice extends __1.OfficeClient.IOffice { - } - Office.IOffice = IOffice; -})(Office = exports.Office || (exports.Office = {})); diff --git a/dist/Interfaces/Notary/OfficeFolder.d.ts b/dist/Interfaces/Notary/OfficeFolder.d.ts deleted file mode 100644 index f25baaf..0000000 --- a/dist/Interfaces/Notary/OfficeFolder.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderClient } from "../.."; -export declare namespace OfficeFolder { - class IOfficeFolder extends OfficeFolderClient.IOfficeFolder { - } -} diff --git a/dist/Interfaces/Notary/OfficeFolder.js b/dist/Interfaces/Notary/OfficeFolder.js deleted file mode 100644 index 2b76b32..0000000 --- a/dist/Interfaces/Notary/OfficeFolder.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolder = void 0; -const __1 = require("../.."); -var OfficeFolder; -(function (OfficeFolder) { - class IOfficeFolder extends __1.OfficeFolderClient.IOfficeFolder { - } - OfficeFolder.IOfficeFolder = IOfficeFolder; -})(OfficeFolder = exports.OfficeFolder || (exports.OfficeFolder = {})); diff --git a/dist/Interfaces/Notary/OfficeFolderHasCustomer.d.ts b/dist/Interfaces/Notary/OfficeFolderHasCustomer.d.ts deleted file mode 100644 index 4a987a1..0000000 --- a/dist/Interfaces/Notary/OfficeFolderHasCustomer.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderHasCustomerClient } from "../.."; -export declare namespace OfficeFolderHasCustomer { - class IOfficeFolderHasCustomer extends OfficeFolderHasCustomerClient.IOfficeFolderHasCustomer { - } -} diff --git a/dist/Interfaces/Notary/OfficeFolderHasCustomer.js b/dist/Interfaces/Notary/OfficeFolderHasCustomer.js deleted file mode 100644 index 6985688..0000000 --- a/dist/Interfaces/Notary/OfficeFolderHasCustomer.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolderHasCustomer = void 0; -const __1 = require("../.."); -var OfficeFolderHasCustomer; -(function (OfficeFolderHasCustomer) { - class IOfficeFolderHasCustomer extends __1.OfficeFolderHasCustomerClient.IOfficeFolderHasCustomer { - } - OfficeFolderHasCustomer.IOfficeFolderHasCustomer = IOfficeFolderHasCustomer; -})(OfficeFolderHasCustomer = exports.OfficeFolderHasCustomer || (exports.OfficeFolderHasCustomer = {})); diff --git a/dist/Interfaces/Notary/OfficeFolderHasStakeholder.d.ts b/dist/Interfaces/Notary/OfficeFolderHasStakeholder.d.ts deleted file mode 100644 index e8643b2..0000000 --- a/dist/Interfaces/Notary/OfficeFolderHasStakeholder.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderHasStakeholderClient } from "../.."; -export declare namespace OfficeFolderHasStakeholder { - class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholderClient.IOfficeFolderHasStakeholder { - } -} diff --git a/dist/Interfaces/Notary/OfficeFolderHasStakeholder.js b/dist/Interfaces/Notary/OfficeFolderHasStakeholder.js deleted file mode 100644 index 66dfdbe..0000000 --- a/dist/Interfaces/Notary/OfficeFolderHasStakeholder.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolderHasStakeholder = void 0; -const __1 = require("../.."); -var OfficeFolderHasStakeholder; -(function (OfficeFolderHasStakeholder) { - class IOfficeFolderHasStakeholder extends __1.OfficeFolderHasStakeholderClient.IOfficeFolderHasStakeholder { - } - OfficeFolderHasStakeholder.IOfficeFolderHasStakeholder = IOfficeFolderHasStakeholder; -})(OfficeFolderHasStakeholder = exports.OfficeFolderHasStakeholder || (exports.OfficeFolderHasStakeholder = {})); diff --git a/dist/Interfaces/Notary/User.d.ts b/dist/Interfaces/Notary/User.d.ts deleted file mode 100644 index 236a41f..0000000 --- a/dist/Interfaces/Notary/User.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { UserClient } from "../.."; -export declare namespace User { - class IUser extends UserClient.IUser { - } -} diff --git a/dist/Interfaces/Notary/User.js b/dist/Interfaces/Notary/User.js deleted file mode 100644 index d425e39..0000000 --- a/dist/Interfaces/Notary/User.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.User = void 0; -const __1 = require("../.."); -var User; -(function (User) { - class IUser extends __1.UserClient.IUser { - } - User.IUser = IUser; -})(User = exports.User || (exports.User = {})); diff --git a/dist/Interfaces/Notary/UserHasNotification.d.ts b/dist/Interfaces/Notary/UserHasNotification.d.ts deleted file mode 100644 index feb65b4..0000000 --- a/dist/Interfaces/Notary/UserHasNotification.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { UserHasNotificationClient } from "../.."; -export declare namespace UserHasNotification { - class IUserHasNotification extends UserHasNotificationClient.IUserHasNotification { - } -} diff --git a/dist/Interfaces/Notary/UserHasNotification.js b/dist/Interfaces/Notary/UserHasNotification.js deleted file mode 100644 index 258b557..0000000 --- a/dist/Interfaces/Notary/UserHasNotification.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.UserHasNotification = void 0; -const __1 = require("../.."); -var UserHasNotification; -(function (UserHasNotification) { - class IUserHasNotification extends __1.UserHasNotificationClient.IUserHasNotification { - } - UserHasNotification.IUserHasNotification = IUserHasNotification; -})(UserHasNotification = exports.UserHasNotification || (exports.UserHasNotification = {})); diff --git a/dist/Interfaces/SuperAdmin/Address.d.ts b/dist/Interfaces/SuperAdmin/Address.d.ts deleted file mode 100644 index 01e7ace..0000000 --- a/dist/Interfaces/SuperAdmin/Address.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { AddressClient } from "../.."; -export declare namespace Address { - class IAddress extends AddressClient.IAddress { - } -} diff --git a/dist/Interfaces/SuperAdmin/Address.js b/dist/Interfaces/SuperAdmin/Address.js deleted file mode 100644 index bcd78b1..0000000 --- a/dist/Interfaces/SuperAdmin/Address.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Address = void 0; -const __1 = require("../.."); -var Address; -(function (Address) { - class IAddress extends __1.AddressClient.IAddress { - } - Address.IAddress = IAddress; -})(Address = exports.Address || (exports.Address = {})); diff --git a/dist/Interfaces/SuperAdmin/Contact.d.ts b/dist/Interfaces/SuperAdmin/Contact.d.ts deleted file mode 100644 index 186032b..0000000 --- a/dist/Interfaces/SuperAdmin/Contact.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { ContactClient } from "../.."; -export declare namespace Contact { - class IContact extends ContactClient.IContact { - } -} diff --git a/dist/Interfaces/SuperAdmin/Contact.js b/dist/Interfaces/SuperAdmin/Contact.js deleted file mode 100644 index 214b5da..0000000 --- a/dist/Interfaces/SuperAdmin/Contact.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Contact = void 0; -const __1 = require("../.."); -var Contact; -(function (Contact) { - class IContact extends __1.ContactClient.IContact { - } - Contact.IContact = IContact; -})(Contact = exports.Contact || (exports.Contact = {})); diff --git a/dist/Interfaces/SuperAdmin/Customer.d.ts b/dist/Interfaces/SuperAdmin/Customer.d.ts deleted file mode 100644 index 937b87f..0000000 --- a/dist/Interfaces/SuperAdmin/Customer.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { CustomerClient } from "../.."; -export declare namespace Customer { - class ICustomer extends CustomerClient.ICustomer { - } -} diff --git a/dist/Interfaces/SuperAdmin/Customer.js b/dist/Interfaces/SuperAdmin/Customer.js deleted file mode 100644 index 437007d..0000000 --- a/dist/Interfaces/SuperAdmin/Customer.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Customer = void 0; -const __1 = require("../.."); -var Customer; -(function (Customer) { - class ICustomer extends __1.CustomerClient.ICustomer { - } - Customer.ICustomer = ICustomer; -})(Customer = exports.Customer || (exports.Customer = {})); diff --git a/dist/Interfaces/SuperAdmin/Deed.d.ts b/dist/Interfaces/SuperAdmin/Deed.d.ts deleted file mode 100644 index 11c085c..0000000 --- a/dist/Interfaces/SuperAdmin/Deed.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedClient } from "../.."; -export declare namespace Deed { - class IDeed extends DeedClient.IDeed { - } -} diff --git a/dist/Interfaces/SuperAdmin/Deed.js b/dist/Interfaces/SuperAdmin/Deed.js deleted file mode 100644 index 288a314..0000000 --- a/dist/Interfaces/SuperAdmin/Deed.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Deed = void 0; -const __1 = require("../.."); -var Deed; -(function (Deed) { - class IDeed extends __1.DeedClient.IDeed { - } - Deed.IDeed = IDeed; -})(Deed = exports.Deed || (exports.Deed = {})); diff --git a/dist/Interfaces/SuperAdmin/DeedHasDocumentType.d.ts b/dist/Interfaces/SuperAdmin/DeedHasDocumentType.d.ts deleted file mode 100644 index a504480..0000000 --- a/dist/Interfaces/SuperAdmin/DeedHasDocumentType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedHasDocumentTypeClient } from "../.."; -export declare namespace DeedHasDocumentType { - class IDeedHasDocumentType extends DeedHasDocumentTypeClient.IDeedHasDocumentType { - } -} diff --git a/dist/Interfaces/SuperAdmin/DeedHasDocumentType.js b/dist/Interfaces/SuperAdmin/DeedHasDocumentType.js deleted file mode 100644 index 532e790..0000000 --- a/dist/Interfaces/SuperAdmin/DeedHasDocumentType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedHasDocumentType = void 0; -const __1 = require("../.."); -var DeedHasDocumentType; -(function (DeedHasDocumentType) { - class IDeedHasDocumentType extends __1.DeedHasDocumentTypeClient.IDeedHasDocumentType { - } - DeedHasDocumentType.IDeedHasDocumentType = IDeedHasDocumentType; -})(DeedHasDocumentType = exports.DeedHasDocumentType || (exports.DeedHasDocumentType = {})); diff --git a/dist/Interfaces/SuperAdmin/DeedType.d.ts b/dist/Interfaces/SuperAdmin/DeedType.d.ts deleted file mode 100644 index b4b4adb..0000000 --- a/dist/Interfaces/SuperAdmin/DeedType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeClient } from "../.."; -export declare namespace DeedType { - class IDeedType extends DeedTypeClient.IDeedType { - } -} diff --git a/dist/Interfaces/SuperAdmin/DeedType.js b/dist/Interfaces/SuperAdmin/DeedType.js deleted file mode 100644 index 87546c1..0000000 --- a/dist/Interfaces/SuperAdmin/DeedType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedType = void 0; -const __1 = require("../.."); -var DeedType; -(function (DeedType) { - class IDeedType extends __1.DeedTypeClient.IDeedType { - } - DeedType.IDeedType = IDeedType; -})(DeedType = exports.DeedType || (exports.DeedType = {})); diff --git a/dist/Interfaces/SuperAdmin/DeedTypeHasDocumentType.d.ts b/dist/Interfaces/SuperAdmin/DeedTypeHasDocumentType.d.ts deleted file mode 100644 index 3df9bce..0000000 --- a/dist/Interfaces/SuperAdmin/DeedTypeHasDocumentType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeHasDocumentTypeClient } from "../.."; -export declare namespace DeedTypeHasDocumentType { - class IDeedTypeHasDocumentType extends DeedTypeHasDocumentTypeClient.IDeedTypeHasDocumentType { - } -} diff --git a/dist/Interfaces/SuperAdmin/DeedTypeHasDocumentType.js b/dist/Interfaces/SuperAdmin/DeedTypeHasDocumentType.js deleted file mode 100644 index 6a6807d..0000000 --- a/dist/Interfaces/SuperAdmin/DeedTypeHasDocumentType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DeedTypeHasDocumentType = void 0; -const __1 = require("../.."); -var DeedTypeHasDocumentType; -(function (DeedTypeHasDocumentType) { - class IDeedTypeHasDocumentType extends __1.DeedTypeHasDocumentTypeClient.IDeedTypeHasDocumentType { - } - DeedTypeHasDocumentType.IDeedTypeHasDocumentType = IDeedTypeHasDocumentType; -})(DeedTypeHasDocumentType = exports.DeedTypeHasDocumentType || (exports.DeedTypeHasDocumentType = {})); diff --git a/dist/Interfaces/SuperAdmin/Document.d.ts b/dist/Interfaces/SuperAdmin/Document.d.ts deleted file mode 100644 index e88b12d..0000000 --- a/dist/Interfaces/SuperAdmin/Document.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentClient } from "../.."; -export declare namespace Document { - class IDocument extends DocumentClient.IDocument { - } -} diff --git a/dist/Interfaces/SuperAdmin/Document.js b/dist/Interfaces/SuperAdmin/Document.js deleted file mode 100644 index 354ef3f..0000000 --- a/dist/Interfaces/SuperAdmin/Document.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Document = void 0; -const __1 = require("../.."); -var Document; -(function (Document) { - class IDocument extends __1.DocumentClient.IDocument { - } - Document.IDocument = IDocument; -})(Document = exports.Document || (exports.Document = {})); diff --git a/dist/Interfaces/SuperAdmin/DocumentHistory.d.ts b/dist/Interfaces/SuperAdmin/DocumentHistory.d.ts deleted file mode 100644 index bd66cd6..0000000 --- a/dist/Interfaces/SuperAdmin/DocumentHistory.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentHistoryClient } from "../.."; -export declare namespace DocumentHistory { - class IDocumentHistory extends DocumentHistoryClient.IDocumentHistory { - } -} diff --git a/dist/Interfaces/SuperAdmin/DocumentHistory.js b/dist/Interfaces/SuperAdmin/DocumentHistory.js deleted file mode 100644 index 04dad08..0000000 --- a/dist/Interfaces/SuperAdmin/DocumentHistory.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DocumentHistory = void 0; -const __1 = require("../.."); -var DocumentHistory; -(function (DocumentHistory) { - class IDocumentHistory extends __1.DocumentHistoryClient.IDocumentHistory { - } - DocumentHistory.IDocumentHistory = IDocumentHistory; -})(DocumentHistory = exports.DocumentHistory || (exports.DocumentHistory = {})); diff --git a/dist/Interfaces/SuperAdmin/DocumentType.d.ts b/dist/Interfaces/SuperAdmin/DocumentType.d.ts deleted file mode 100644 index b176a5e..0000000 --- a/dist/Interfaces/SuperAdmin/DocumentType.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentTypeClient } from "../.."; -export declare namespace DocumentType { - class IDocumentType extends DocumentTypeClient.IDocumentType { - } -} diff --git a/dist/Interfaces/SuperAdmin/DocumentType.js b/dist/Interfaces/SuperAdmin/DocumentType.js deleted file mode 100644 index 7909403..0000000 --- a/dist/Interfaces/SuperAdmin/DocumentType.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.DocumentType = void 0; -const __1 = require("../.."); -var DocumentType; -(function (DocumentType) { - class IDocumentType extends __1.DocumentTypeClient.IDocumentType { - } - DocumentType.IDocumentType = IDocumentType; -})(DocumentType = exports.DocumentType || (exports.DocumentType = {})); diff --git a/dist/Interfaces/SuperAdmin/File.d.ts b/dist/Interfaces/SuperAdmin/File.d.ts deleted file mode 100644 index f7d0a90..0000000 --- a/dist/Interfaces/SuperAdmin/File.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { FileClient } from "../.."; -export declare namespace File { - class IFile extends FileClient.IFile { - } -} diff --git a/dist/Interfaces/SuperAdmin/File.js b/dist/Interfaces/SuperAdmin/File.js deleted file mode 100644 index f128c37..0000000 --- a/dist/Interfaces/SuperAdmin/File.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.File = void 0; -const __1 = require("../.."); -var File; -(function (File) { - class IFile extends __1.FileClient.IFile { - } - File.IFile = IFile; -})(File = exports.File || (exports.File = {})); diff --git a/dist/Interfaces/SuperAdmin/Notification.d.ts b/dist/Interfaces/SuperAdmin/Notification.d.ts deleted file mode 100644 index e4b065e..0000000 --- a/dist/Interfaces/SuperAdmin/Notification.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { NotificationClient } from "../.."; -export declare namespace Notification { - class INotification extends NotificationClient.INotification { - } -} diff --git a/dist/Interfaces/SuperAdmin/Notification.js b/dist/Interfaces/SuperAdmin/Notification.js deleted file mode 100644 index d6294e6..0000000 --- a/dist/Interfaces/SuperAdmin/Notification.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Notification = void 0; -const __1 = require("../.."); -var Notification; -(function (Notification) { - class INotification extends __1.NotificationClient.INotification { - } - Notification.INotification = INotification; -})(Notification = exports.Notification || (exports.Notification = {})); diff --git a/dist/Interfaces/SuperAdmin/Office.d.ts b/dist/Interfaces/SuperAdmin/Office.d.ts deleted file mode 100644 index dc69382..0000000 --- a/dist/Interfaces/SuperAdmin/Office.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeClient } from "../.."; -export declare namespace Office { - class IOffice extends OfficeClient.IOffice { - } -} diff --git a/dist/Interfaces/SuperAdmin/Office.js b/dist/Interfaces/SuperAdmin/Office.js deleted file mode 100644 index e3b0233..0000000 --- a/dist/Interfaces/SuperAdmin/Office.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Office = void 0; -const __1 = require("../.."); -var Office; -(function (Office) { - class IOffice extends __1.OfficeClient.IOffice { - } - Office.IOffice = IOffice; -})(Office = exports.Office || (exports.Office = {})); diff --git a/dist/Interfaces/SuperAdmin/OfficeFolder.d.ts b/dist/Interfaces/SuperAdmin/OfficeFolder.d.ts deleted file mode 100644 index f25baaf..0000000 --- a/dist/Interfaces/SuperAdmin/OfficeFolder.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderClient } from "../.."; -export declare namespace OfficeFolder { - class IOfficeFolder extends OfficeFolderClient.IOfficeFolder { - } -} diff --git a/dist/Interfaces/SuperAdmin/OfficeFolder.js b/dist/Interfaces/SuperAdmin/OfficeFolder.js deleted file mode 100644 index 2b76b32..0000000 --- a/dist/Interfaces/SuperAdmin/OfficeFolder.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolder = void 0; -const __1 = require("../.."); -var OfficeFolder; -(function (OfficeFolder) { - class IOfficeFolder extends __1.OfficeFolderClient.IOfficeFolder { - } - OfficeFolder.IOfficeFolder = IOfficeFolder; -})(OfficeFolder = exports.OfficeFolder || (exports.OfficeFolder = {})); diff --git a/dist/Interfaces/SuperAdmin/OfficeFolderHasCustomer.d.ts b/dist/Interfaces/SuperAdmin/OfficeFolderHasCustomer.d.ts deleted file mode 100644 index 4a987a1..0000000 --- a/dist/Interfaces/SuperAdmin/OfficeFolderHasCustomer.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderHasCustomerClient } from "../.."; -export declare namespace OfficeFolderHasCustomer { - class IOfficeFolderHasCustomer extends OfficeFolderHasCustomerClient.IOfficeFolderHasCustomer { - } -} diff --git a/dist/Interfaces/SuperAdmin/OfficeFolderHasCustomer.js b/dist/Interfaces/SuperAdmin/OfficeFolderHasCustomer.js deleted file mode 100644 index 6985688..0000000 --- a/dist/Interfaces/SuperAdmin/OfficeFolderHasCustomer.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolderHasCustomer = void 0; -const __1 = require("../.."); -var OfficeFolderHasCustomer; -(function (OfficeFolderHasCustomer) { - class IOfficeFolderHasCustomer extends __1.OfficeFolderHasCustomerClient.IOfficeFolderHasCustomer { - } - OfficeFolderHasCustomer.IOfficeFolderHasCustomer = IOfficeFolderHasCustomer; -})(OfficeFolderHasCustomer = exports.OfficeFolderHasCustomer || (exports.OfficeFolderHasCustomer = {})); diff --git a/dist/Interfaces/SuperAdmin/OfficeFolderHasStakeholder.d.ts b/dist/Interfaces/SuperAdmin/OfficeFolderHasStakeholder.d.ts deleted file mode 100644 index e8643b2..0000000 --- a/dist/Interfaces/SuperAdmin/OfficeFolderHasStakeholder.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderHasStakeholderClient } from "../.."; -export declare namespace OfficeFolderHasStakeholder { - class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholderClient.IOfficeFolderHasStakeholder { - } -} diff --git a/dist/Interfaces/SuperAdmin/OfficeFolderHasStakeholder.js b/dist/Interfaces/SuperAdmin/OfficeFolderHasStakeholder.js deleted file mode 100644 index 66dfdbe..0000000 --- a/dist/Interfaces/SuperAdmin/OfficeFolderHasStakeholder.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.OfficeFolderHasStakeholder = void 0; -const __1 = require("../.."); -var OfficeFolderHasStakeholder; -(function (OfficeFolderHasStakeholder) { - class IOfficeFolderHasStakeholder extends __1.OfficeFolderHasStakeholderClient.IOfficeFolderHasStakeholder { - } - OfficeFolderHasStakeholder.IOfficeFolderHasStakeholder = IOfficeFolderHasStakeholder; -})(OfficeFolderHasStakeholder = exports.OfficeFolderHasStakeholder || (exports.OfficeFolderHasStakeholder = {})); diff --git a/dist/Interfaces/SuperAdmin/User.d.ts b/dist/Interfaces/SuperAdmin/User.d.ts deleted file mode 100644 index 236a41f..0000000 --- a/dist/Interfaces/SuperAdmin/User.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { UserClient } from "../.."; -export declare namespace User { - class IUser extends UserClient.IUser { - } -} diff --git a/dist/Interfaces/SuperAdmin/User.js b/dist/Interfaces/SuperAdmin/User.js deleted file mode 100644 index d425e39..0000000 --- a/dist/Interfaces/SuperAdmin/User.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.User = void 0; -const __1 = require("../.."); -var User; -(function (User) { - class IUser extends __1.UserClient.IUser { - } - User.IUser = IUser; -})(User = exports.User || (exports.User = {})); diff --git a/dist/Interfaces/SuperAdmin/UserHasNotification.d.ts b/dist/Interfaces/SuperAdmin/UserHasNotification.d.ts deleted file mode 100644 index feb65b4..0000000 --- a/dist/Interfaces/SuperAdmin/UserHasNotification.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { UserHasNotificationClient } from "../.."; -export declare namespace UserHasNotification { - class IUserHasNotification extends UserHasNotificationClient.IUserHasNotification { - } -} diff --git a/dist/Interfaces/SuperAdmin/UserHasNotification.js b/dist/Interfaces/SuperAdmin/UserHasNotification.js deleted file mode 100644 index 258b557..0000000 --- a/dist/Interfaces/SuperAdmin/UserHasNotification.js +++ /dev/null @@ -1,10 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.UserHasNotification = void 0; -const __1 = require("../.."); -var UserHasNotification; -(function (UserHasNotification) { - class IUserHasNotification extends __1.UserHasNotificationClient.IUserHasNotification { - } - UserHasNotification.IUserHasNotification = IUserHasNotification; -})(UserHasNotification = exports.UserHasNotification || (exports.UserHasNotification = {})); diff --git a/dist/Notary/Address.d.ts b/dist/Notary/Address.d.ts new file mode 100644 index 0000000..5cd21f5 --- /dev/null +++ b/dist/Notary/Address.d.ts @@ -0,0 +1,6 @@ +import Address_ from "../Customer/Address"; +declare namespace Address { + class IAddress extends Address_.IAddress { + } +} +export default Address; diff --git a/dist/Notary/Address.js b/dist/Notary/Address.js new file mode 100644 index 0000000..6b1c3f6 --- /dev/null +++ b/dist/Notary/Address.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Address_1 = __importDefault(require("../Customer/Address")); +var Address; +(function (Address) { + class IAddress extends Address_1.default.IAddress { + } + Address.IAddress = IAddress; +})(Address || (Address = {})); +exports.default = Address; diff --git a/dist/Notary/Contact.d.ts b/dist/Notary/Contact.d.ts new file mode 100644 index 0000000..6b89a97 --- /dev/null +++ b/dist/Notary/Contact.d.ts @@ -0,0 +1,6 @@ +import Contact_ from "../Customer/Contact"; +declare namespace Contact { + class IContact extends Contact_.IContact { + } +} +export default Contact; diff --git a/dist/Notary/Contact.js b/dist/Notary/Contact.js new file mode 100644 index 0000000..9f3d4ad --- /dev/null +++ b/dist/Notary/Contact.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Contact_1 = __importDefault(require("../Customer/Contact")); +var Contact; +(function (Contact) { + class IContact extends Contact_1.default.IContact { + } + Contact.IContact = IContact; +})(Contact || (Contact = {})); +exports.default = Contact; diff --git a/dist/Notary/Customer.d.ts b/dist/Notary/Customer.d.ts new file mode 100644 index 0000000..3b0283a --- /dev/null +++ b/dist/Notary/Customer.d.ts @@ -0,0 +1,6 @@ +import Customer_ from "../Customer"; +declare namespace Customer { + class ICustomer extends Customer_.ICustomer { + } +} +export default Customer; diff --git a/dist/Notary/Customer.js b/dist/Notary/Customer.js new file mode 100644 index 0000000..4b02da6 --- /dev/null +++ b/dist/Notary/Customer.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Customer_1 = __importDefault(require("../Customer")); +var Customer; +(function (Customer) { + class ICustomer extends Customer_1.default.ICustomer { + } + Customer.ICustomer = ICustomer; +})(Customer || (Customer = {})); +exports.default = Customer; diff --git a/dist/Notary/Deed.d.ts b/dist/Notary/Deed.d.ts new file mode 100644 index 0000000..3fafe85 --- /dev/null +++ b/dist/Notary/Deed.d.ts @@ -0,0 +1,6 @@ +import Deed_ from "../Customer/Deed"; +declare namespace Deed { + class IDeed extends Deed_.IDeed { + } +} +export default Deed; diff --git a/dist/Notary/Deed.js b/dist/Notary/Deed.js new file mode 100644 index 0000000..a69f5b7 --- /dev/null +++ b/dist/Notary/Deed.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Deed_1 = __importDefault(require("../Customer/Deed")); +var Deed; +(function (Deed) { + class IDeed extends Deed_1.default.IDeed { + } + Deed.IDeed = IDeed; +})(Deed || (Deed = {})); +exports.default = Deed; diff --git a/dist/Notary/DeedHasDocumentType.d.ts b/dist/Notary/DeedHasDocumentType.d.ts new file mode 100644 index 0000000..3596bda --- /dev/null +++ b/dist/Notary/DeedHasDocumentType.d.ts @@ -0,0 +1,6 @@ +import DeedHasDocumentType_ from "../Customer/DeedHasDocumentType"; +declare namespace DeedHasDocumentType { + class IDeedHasDocumentType extends DeedHasDocumentType_.IDeedHasDocumentType { + } +} +export default DeedHasDocumentType; diff --git a/dist/Notary/DeedHasDocumentType.js b/dist/Notary/DeedHasDocumentType.js new file mode 100644 index 0000000..abec98b --- /dev/null +++ b/dist/Notary/DeedHasDocumentType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DeedHasDocumentType_1 = __importDefault(require("../Customer/DeedHasDocumentType")); +var DeedHasDocumentType; +(function (DeedHasDocumentType) { + class IDeedHasDocumentType extends DeedHasDocumentType_1.default.IDeedHasDocumentType { + } + DeedHasDocumentType.IDeedHasDocumentType = IDeedHasDocumentType; +})(DeedHasDocumentType || (DeedHasDocumentType = {})); +exports.default = DeedHasDocumentType; diff --git a/dist/Notary/DeedType.d.ts b/dist/Notary/DeedType.d.ts new file mode 100644 index 0000000..d93dd57 --- /dev/null +++ b/dist/Notary/DeedType.d.ts @@ -0,0 +1,6 @@ +import DeedType_ from "../Customer/DeedType"; +declare namespace DeedType { + class IDeedType extends DeedType_.IDeedType { + } +} +export default DeedType; diff --git a/dist/Notary/DeedType.js b/dist/Notary/DeedType.js new file mode 100644 index 0000000..54a2096 --- /dev/null +++ b/dist/Notary/DeedType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DeedType_1 = __importDefault(require("../Customer/DeedType")); +var DeedType; +(function (DeedType) { + class IDeedType extends DeedType_1.default.IDeedType { + } + DeedType.IDeedType = IDeedType; +})(DeedType || (DeedType = {})); +exports.default = DeedType; diff --git a/dist/Notary/DeedTypeHasDocumentType.d.ts b/dist/Notary/DeedTypeHasDocumentType.d.ts new file mode 100644 index 0000000..2e56840 --- /dev/null +++ b/dist/Notary/DeedTypeHasDocumentType.d.ts @@ -0,0 +1,6 @@ +import DeedTypeHasDocumentType_ from "../Customer/DeedTypeHasDocumentType"; +declare namespace DeedTypeHasDocumentType { + class IDeedTypeHasDocumentType extends DeedTypeHasDocumentType_.IDeedTypeHasDocumentType { + } +} +export default DeedTypeHasDocumentType; diff --git a/dist/Notary/DeedTypeHasDocumentType.js b/dist/Notary/DeedTypeHasDocumentType.js new file mode 100644 index 0000000..58b0a67 --- /dev/null +++ b/dist/Notary/DeedTypeHasDocumentType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DeedTypeHasDocumentType_1 = __importDefault(require("../Customer/DeedTypeHasDocumentType")); +var DeedTypeHasDocumentType; +(function (DeedTypeHasDocumentType) { + class IDeedTypeHasDocumentType extends DeedTypeHasDocumentType_1.default.IDeedTypeHasDocumentType { + } + DeedTypeHasDocumentType.IDeedTypeHasDocumentType = IDeedTypeHasDocumentType; +})(DeedTypeHasDocumentType || (DeedTypeHasDocumentType = {})); +exports.default = DeedTypeHasDocumentType; diff --git a/dist/Notary/Document.d.ts b/dist/Notary/Document.d.ts new file mode 100644 index 0000000..a56ccff --- /dev/null +++ b/dist/Notary/Document.d.ts @@ -0,0 +1,6 @@ +import Document_ from "../Customer/Document"; +declare namespace Document { + class IDocument extends Document_.IDocument { + } +} +export default Document; diff --git a/dist/Notary/Document.js b/dist/Notary/Document.js new file mode 100644 index 0000000..92a3fa3 --- /dev/null +++ b/dist/Notary/Document.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Document_1 = __importDefault(require("../Customer/Document")); +var Document; +(function (Document) { + class IDocument extends Document_1.default.IDocument { + } + Document.IDocument = IDocument; +})(Document || (Document = {})); +exports.default = Document; diff --git a/dist/Notary/DocumentHistory.d.ts b/dist/Notary/DocumentHistory.d.ts new file mode 100644 index 0000000..d0ee244 --- /dev/null +++ b/dist/Notary/DocumentHistory.d.ts @@ -0,0 +1,6 @@ +import DocumentHistory_ from "../Customer/DocumentHistory"; +declare namespace DocumentHistory { + class IDocumentHistory extends DocumentHistory_.IDocumentHistory { + } +} +export default DocumentHistory; diff --git a/dist/Notary/DocumentHistory.js b/dist/Notary/DocumentHistory.js new file mode 100644 index 0000000..652e0d9 --- /dev/null +++ b/dist/Notary/DocumentHistory.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DocumentHistory_1 = __importDefault(require("../Customer/DocumentHistory")); +var DocumentHistory; +(function (DocumentHistory) { + class IDocumentHistory extends DocumentHistory_1.default.IDocumentHistory { + } + DocumentHistory.IDocumentHistory = IDocumentHistory; +})(DocumentHistory || (DocumentHistory = {})); +exports.default = DocumentHistory; diff --git a/dist/Notary/DocumentType.d.ts b/dist/Notary/DocumentType.d.ts new file mode 100644 index 0000000..d7b422c --- /dev/null +++ b/dist/Notary/DocumentType.d.ts @@ -0,0 +1,6 @@ +import DocumentType_ from "../Customer/DocumentType"; +declare namespace DocumentType { + class IDocumentType extends DocumentType_.IDocumentType { + } +} +export default DocumentType; diff --git a/dist/Notary/DocumentType.js b/dist/Notary/DocumentType.js new file mode 100644 index 0000000..c048704 --- /dev/null +++ b/dist/Notary/DocumentType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DocumentType_1 = __importDefault(require("../Customer/DocumentType")); +var DocumentType; +(function (DocumentType) { + class IDocumentType extends DocumentType_1.default.IDocumentType { + } + DocumentType.IDocumentType = IDocumentType; +})(DocumentType || (DocumentType = {})); +exports.default = DocumentType; diff --git a/dist/Notary/File.d.ts b/dist/Notary/File.d.ts new file mode 100644 index 0000000..487f9ec --- /dev/null +++ b/dist/Notary/File.d.ts @@ -0,0 +1,6 @@ +import File_ from "../Customer/File"; +declare namespace File { + class IFile extends File_.IFile { + } +} +export default File; diff --git a/dist/Notary/File.js b/dist/Notary/File.js new file mode 100644 index 0000000..211bf14 --- /dev/null +++ b/dist/Notary/File.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const File_1 = __importDefault(require("../Customer/File")); +var File; +(function (File) { + class IFile extends File_1.default.IFile { + } + File.IFile = IFile; +})(File || (File = {})); +exports.default = File; diff --git a/dist/Notary/Notification.d.ts b/dist/Notary/Notification.d.ts new file mode 100644 index 0000000..354f954 --- /dev/null +++ b/dist/Notary/Notification.d.ts @@ -0,0 +1,6 @@ +import Notification_ from "../Customer/Notification"; +declare namespace Notification { + class INotification extends Notification_.INotification { + } +} +export default Notification; diff --git a/dist/Notary/Notification.js b/dist/Notary/Notification.js new file mode 100644 index 0000000..177380a --- /dev/null +++ b/dist/Notary/Notification.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Notification_1 = __importDefault(require("../Customer/Notification")); +var Notification; +(function (Notification) { + class INotification extends Notification_1.default.INotification { + } + Notification.INotification = INotification; +})(Notification || (Notification = {})); +exports.default = Notification; diff --git a/dist/Notary/Office.d.ts b/dist/Notary/Office.d.ts new file mode 100644 index 0000000..e1c11d7 --- /dev/null +++ b/dist/Notary/Office.d.ts @@ -0,0 +1,6 @@ +import Office_ from "../Customer/Office"; +declare namespace Office { + class IOffice extends Office_.IOffice { + } +} +export default Office; diff --git a/dist/Notary/Office.js b/dist/Notary/Office.js new file mode 100644 index 0000000..748b708 --- /dev/null +++ b/dist/Notary/Office.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Office_1 = __importDefault(require("../Customer/Office")); +var Office; +(function (Office) { + class IOffice extends Office_1.default.IOffice { + } + Office.IOffice = IOffice; +})(Office || (Office = {})); +exports.default = Office; diff --git a/dist/Notary/OfficeFolder.d.ts b/dist/Notary/OfficeFolder.d.ts new file mode 100644 index 0000000..d93977b --- /dev/null +++ b/dist/Notary/OfficeFolder.d.ts @@ -0,0 +1,6 @@ +import OfficeFolder_ from "../Customer/OfficeFolder"; +declare namespace OfficeFolder { + class IOfficeFolder extends OfficeFolder_.IOfficeFolder { + } +} +export default OfficeFolder; diff --git a/dist/Notary/OfficeFolder.js b/dist/Notary/OfficeFolder.js new file mode 100644 index 0000000..a96e4c7 --- /dev/null +++ b/dist/Notary/OfficeFolder.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const OfficeFolder_1 = __importDefault(require("../Customer/OfficeFolder")); +var OfficeFolder; +(function (OfficeFolder) { + class IOfficeFolder extends OfficeFolder_1.default.IOfficeFolder { + } + OfficeFolder.IOfficeFolder = IOfficeFolder; +})(OfficeFolder || (OfficeFolder = {})); +exports.default = OfficeFolder; diff --git a/dist/Notary/OfficeFolderHasCustomer.d.ts b/dist/Notary/OfficeFolderHasCustomer.d.ts new file mode 100644 index 0000000..6298708 --- /dev/null +++ b/dist/Notary/OfficeFolderHasCustomer.d.ts @@ -0,0 +1,6 @@ +import OfficeFolderHasCustomer_ from "../Customer/OfficeFolderHasCustomer"; +declare namespace OfficeFolderHasCustomer { + class IOfficeFolderHasCustomer extends OfficeFolderHasCustomer_.IOfficeFolderHasCustomer { + } +} +export default OfficeFolderHasCustomer; diff --git a/dist/Notary/OfficeFolderHasCustomer.js b/dist/Notary/OfficeFolderHasCustomer.js new file mode 100644 index 0000000..322266e --- /dev/null +++ b/dist/Notary/OfficeFolderHasCustomer.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const OfficeFolderHasCustomer_1 = __importDefault(require("../Customer/OfficeFolderHasCustomer")); +var OfficeFolderHasCustomer; +(function (OfficeFolderHasCustomer) { + class IOfficeFolderHasCustomer extends OfficeFolderHasCustomer_1.default.IOfficeFolderHasCustomer { + } + OfficeFolderHasCustomer.IOfficeFolderHasCustomer = IOfficeFolderHasCustomer; +})(OfficeFolderHasCustomer || (OfficeFolderHasCustomer = {})); +exports.default = OfficeFolderHasCustomer; diff --git a/dist/Notary/OfficeFolderHasStakeholder.d.ts b/dist/Notary/OfficeFolderHasStakeholder.d.ts new file mode 100644 index 0000000..32b7de0 --- /dev/null +++ b/dist/Notary/OfficeFolderHasStakeholder.d.ts @@ -0,0 +1,6 @@ +import OfficeFolderHasStakeholder_ from "../Customer/OfficeFolderHasStakeholder"; +declare namespace OfficeFolderHasStakeholder { + class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholder_.IOfficeFolderHasStakeholder { + } +} +export default OfficeFolderHasStakeholder; diff --git a/dist/Notary/OfficeFolderHasStakeholder.js b/dist/Notary/OfficeFolderHasStakeholder.js new file mode 100644 index 0000000..d093e47 --- /dev/null +++ b/dist/Notary/OfficeFolderHasStakeholder.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const OfficeFolderHasStakeholder_1 = __importDefault(require("../Customer/OfficeFolderHasStakeholder")); +var OfficeFolderHasStakeholder; +(function (OfficeFolderHasStakeholder) { + class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholder_1.default.IOfficeFolderHasStakeholder { + } + OfficeFolderHasStakeholder.IOfficeFolderHasStakeholder = IOfficeFolderHasStakeholder; +})(OfficeFolderHasStakeholder || (OfficeFolderHasStakeholder = {})); +exports.default = OfficeFolderHasStakeholder; diff --git a/dist/Interfaces/Client/User.d.ts b/dist/Notary/User.d.ts similarity index 58% rename from dist/Interfaces/Client/User.d.ts rename to dist/Notary/User.d.ts index f9b0225..6b714d2 100644 --- a/dist/Interfaces/Client/User.d.ts +++ b/dist/Notary/User.d.ts @@ -1,8 +1,8 @@ -import { Contact } from "./Contact"; -import { Document } from "./Document"; -import { Office } from "./Office"; -import { OfficeFolderHasStakeholder } from "./OfficeFolderHasStakeholder"; -export declare namespace User { +import Contact from "../Customer/Contact"; +import Document from "../Customer/Document"; +import Office from "../Customer/Office"; +import OfficeFolderHasStakeholder from "../Customer/OfficeFolderHasStakeholder"; +declare namespace User { class IUser { uuid: string; idNot: string; @@ -14,3 +14,4 @@ export declare namespace User { documents?: Document.IDocument; } } +export default User; diff --git a/dist/Interfaces/Client/User.js b/dist/Notary/User.js similarity index 79% rename from dist/Interfaces/Client/User.js rename to dist/Notary/User.js index 4a397e9..7b1f0cf 100644 --- a/dist/Interfaces/Client/User.js +++ b/dist/Notary/User.js @@ -8,12 +8,14 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; Object.defineProperty(exports, "__esModule", { value: true }); -exports.User = void 0; const class_validator_1 = require("class-validator"); -const Contact_1 = require("./Contact"); -const Document_1 = require("./Document"); -const Office_1 = require("./Office"); +const Contact_1 = __importDefault(require("../Customer/Contact")); +const Document_1 = __importDefault(require("../Customer/Document")); +const Office_1 = __importDefault(require("../Customer/Office")); var User; (function (User) { class IUser { @@ -32,11 +34,11 @@ var User; ], IUser.prototype, "idNot", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Contact_1.Contact.IContact) + __metadata("design:type", Contact_1.default.IContact) ], IUser.prototype, "contact", void 0); __decorate([ (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Office_1.Office.IOffice) + __metadata("design:type", Office_1.default.IOffice) ], IUser.prototype, "office_membership", void 0); __decorate([ (0, class_validator_1.IsDate)(), @@ -52,7 +54,8 @@ var User; ], IUser.prototype, "office_folder_has_stakeholders", void 0); __decorate([ (0, class_validator_1.IsOptional)(), - __metadata("design:type", Document_1.Document.IDocument) + __metadata("design:type", Document_1.default.IDocument) ], IUser.prototype, "documents", void 0); User.IUser = IUser; -})(User = exports.User || (exports.User = {})); +})(User || (User = {})); +exports.default = User; diff --git a/dist/Notary/UserHasNotification.d.ts b/dist/Notary/UserHasNotification.d.ts new file mode 100644 index 0000000..38363d4 --- /dev/null +++ b/dist/Notary/UserHasNotification.d.ts @@ -0,0 +1,6 @@ +import UserHasNotification_ from "../Customer/UserHasNotification"; +declare namespace UserHasNotification { + class IUserHasNotification extends UserHasNotification_.IUserHasNotification { + } +} +export default UserHasNotification; diff --git a/dist/Notary/UserHasNotification.js b/dist/Notary/UserHasNotification.js new file mode 100644 index 0000000..b0ba944 --- /dev/null +++ b/dist/Notary/UserHasNotification.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const UserHasNotification_1 = __importDefault(require("../Customer/UserHasNotification")); +var UserHasNotification; +(function (UserHasNotification) { + class IUserHasNotification extends UserHasNotification_1.default.IUserHasNotification { + } + UserHasNotification.IUserHasNotification = IUserHasNotification; +})(UserHasNotification || (UserHasNotification = {})); +exports.default = UserHasNotification; diff --git a/dist/Notary/index.d.ts b/dist/Notary/index.d.ts new file mode 100644 index 0000000..fc8a064 --- /dev/null +++ b/dist/Notary/index.d.ts @@ -0,0 +1,3 @@ +import User from "./User"; +export { default as Customer } from "./Customer"; +export default User; diff --git a/dist/Notary/index.js b/dist/Notary/index.js new file mode 100644 index 0000000..3c9eb58 --- /dev/null +++ b/dist/Notary/index.js @@ -0,0 +1,10 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Customer = void 0; +const User_1 = __importDefault(require("./User")); +var Customer_1 = require("./Customer"); +Object.defineProperty(exports, "Customer", { enumerable: true, get: function () { return __importDefault(Customer_1).default; } }); +exports.default = User_1.default; diff --git a/dist/SuperAdmin/Address.d.ts b/dist/SuperAdmin/Address.d.ts new file mode 100644 index 0000000..8c51269 --- /dev/null +++ b/dist/SuperAdmin/Address.d.ts @@ -0,0 +1,6 @@ +import Address_ from "../Admin/Address"; +declare namespace Address { + class IAddress extends Address_.IAddress { + } +} +export default Address; diff --git a/dist/SuperAdmin/Address.js b/dist/SuperAdmin/Address.js new file mode 100644 index 0000000..a71ee86 --- /dev/null +++ b/dist/SuperAdmin/Address.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Address_1 = __importDefault(require("../Admin/Address")); +var Address; +(function (Address) { + class IAddress extends Address_1.default.IAddress { + } + Address.IAddress = IAddress; +})(Address || (Address = {})); +exports.default = Address; diff --git a/dist/SuperAdmin/Contact.d.ts b/dist/SuperAdmin/Contact.d.ts new file mode 100644 index 0000000..a3dc165 --- /dev/null +++ b/dist/SuperAdmin/Contact.d.ts @@ -0,0 +1,6 @@ +import Contact_ from "../Admin/Contact"; +declare namespace Contact { + class IContact extends Contact_.IContact { + } +} +export default Contact; diff --git a/dist/SuperAdmin/Contact.js b/dist/SuperAdmin/Contact.js new file mode 100644 index 0000000..839c830 --- /dev/null +++ b/dist/SuperAdmin/Contact.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Contact_1 = __importDefault(require("../Admin/Contact")); +var Contact; +(function (Contact) { + class IContact extends Contact_1.default.IContact { + } + Contact.IContact = IContact; +})(Contact || (Contact = {})); +exports.default = Contact; diff --git a/dist/SuperAdmin/Customer.d.ts b/dist/SuperAdmin/Customer.d.ts new file mode 100644 index 0000000..4e9c68e --- /dev/null +++ b/dist/SuperAdmin/Customer.d.ts @@ -0,0 +1,6 @@ +import Customer_ from "../Admin/Customer"; +declare namespace Customer { + class ICustomer extends Customer_.ICustomer { + } +} +export default Customer; diff --git a/dist/SuperAdmin/Customer.js b/dist/SuperAdmin/Customer.js new file mode 100644 index 0000000..f8470bf --- /dev/null +++ b/dist/SuperAdmin/Customer.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Customer_1 = __importDefault(require("../Admin/Customer")); +var Customer; +(function (Customer) { + class ICustomer extends Customer_1.default.ICustomer { + } + Customer.ICustomer = ICustomer; +})(Customer || (Customer = {})); +exports.default = Customer; diff --git a/dist/SuperAdmin/Deed.d.ts b/dist/SuperAdmin/Deed.d.ts new file mode 100644 index 0000000..cb3888d --- /dev/null +++ b/dist/SuperAdmin/Deed.d.ts @@ -0,0 +1,6 @@ +import Deed_ from "../Admin/Deed"; +declare namespace Deed { + class IDeed extends Deed_.IDeed { + } +} +export default Deed; diff --git a/dist/SuperAdmin/Deed.js b/dist/SuperAdmin/Deed.js new file mode 100644 index 0000000..44ea589 --- /dev/null +++ b/dist/SuperAdmin/Deed.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Deed_1 = __importDefault(require("../Admin/Deed")); +var Deed; +(function (Deed) { + class IDeed extends Deed_1.default.IDeed { + } + Deed.IDeed = IDeed; +})(Deed || (Deed = {})); +exports.default = Deed; diff --git a/dist/SuperAdmin/DeedHasDocumentType.d.ts b/dist/SuperAdmin/DeedHasDocumentType.d.ts new file mode 100644 index 0000000..2e9ee8c --- /dev/null +++ b/dist/SuperAdmin/DeedHasDocumentType.d.ts @@ -0,0 +1,6 @@ +import DeedHasDocumentType_ from "../Admin/DeedHasDocumentType"; +declare namespace DeedHasDocumentType { + class IDeedHasDocumentType extends DeedHasDocumentType_.IDeedHasDocumentType { + } +} +export default DeedHasDocumentType; diff --git a/dist/SuperAdmin/DeedHasDocumentType.js b/dist/SuperAdmin/DeedHasDocumentType.js new file mode 100644 index 0000000..2c51a42 --- /dev/null +++ b/dist/SuperAdmin/DeedHasDocumentType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DeedHasDocumentType_1 = __importDefault(require("../Admin/DeedHasDocumentType")); +var DeedHasDocumentType; +(function (DeedHasDocumentType) { + class IDeedHasDocumentType extends DeedHasDocumentType_1.default.IDeedHasDocumentType { + } + DeedHasDocumentType.IDeedHasDocumentType = IDeedHasDocumentType; +})(DeedHasDocumentType || (DeedHasDocumentType = {})); +exports.default = DeedHasDocumentType; diff --git a/dist/SuperAdmin/DeedType.d.ts b/dist/SuperAdmin/DeedType.d.ts new file mode 100644 index 0000000..f298e8c --- /dev/null +++ b/dist/SuperAdmin/DeedType.d.ts @@ -0,0 +1,6 @@ +import DeedType_ from "../Admin/DeedType"; +declare namespace DeedType { + class IDeedType extends DeedType_.IDeedType { + } +} +export default DeedType; diff --git a/dist/SuperAdmin/DeedType.js b/dist/SuperAdmin/DeedType.js new file mode 100644 index 0000000..eae4398 --- /dev/null +++ b/dist/SuperAdmin/DeedType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DeedType_1 = __importDefault(require("../Admin/DeedType")); +var DeedType; +(function (DeedType) { + class IDeedType extends DeedType_1.default.IDeedType { + } + DeedType.IDeedType = IDeedType; +})(DeedType || (DeedType = {})); +exports.default = DeedType; diff --git a/dist/SuperAdmin/DeedTypeHasDocumentType.d.ts b/dist/SuperAdmin/DeedTypeHasDocumentType.d.ts new file mode 100644 index 0000000..211f796 --- /dev/null +++ b/dist/SuperAdmin/DeedTypeHasDocumentType.d.ts @@ -0,0 +1,6 @@ +import DeedTypeHasDocumentType_ from "../Admin/DeedTypeHasDocumentType"; +declare namespace DeedTypeHasDocumentType { + class IDeedTypeHasDocumentType extends DeedTypeHasDocumentType_.IDeedTypeHasDocumentType { + } +} +export default DeedTypeHasDocumentType; diff --git a/dist/SuperAdmin/DeedTypeHasDocumentType.js b/dist/SuperAdmin/DeedTypeHasDocumentType.js new file mode 100644 index 0000000..fd751f5 --- /dev/null +++ b/dist/SuperAdmin/DeedTypeHasDocumentType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DeedTypeHasDocumentType_1 = __importDefault(require("../Admin/DeedTypeHasDocumentType")); +var DeedTypeHasDocumentType; +(function (DeedTypeHasDocumentType) { + class IDeedTypeHasDocumentType extends DeedTypeHasDocumentType_1.default.IDeedTypeHasDocumentType { + } + DeedTypeHasDocumentType.IDeedTypeHasDocumentType = IDeedTypeHasDocumentType; +})(DeedTypeHasDocumentType || (DeedTypeHasDocumentType = {})); +exports.default = DeedTypeHasDocumentType; diff --git a/dist/SuperAdmin/Document.d.ts b/dist/SuperAdmin/Document.d.ts new file mode 100644 index 0000000..07d8443 --- /dev/null +++ b/dist/SuperAdmin/Document.d.ts @@ -0,0 +1,6 @@ +import Document_ from "../Admin/Document"; +declare namespace Document { + class IDocument extends Document_.IDocument { + } +} +export default Document; diff --git a/dist/SuperAdmin/Document.js b/dist/SuperAdmin/Document.js new file mode 100644 index 0000000..f6506a0 --- /dev/null +++ b/dist/SuperAdmin/Document.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Document_1 = __importDefault(require("../Admin/Document")); +var Document; +(function (Document) { + class IDocument extends Document_1.default.IDocument { + } + Document.IDocument = IDocument; +})(Document || (Document = {})); +exports.default = Document; diff --git a/dist/SuperAdmin/DocumentHistory.d.ts b/dist/SuperAdmin/DocumentHistory.d.ts new file mode 100644 index 0000000..bd11cad --- /dev/null +++ b/dist/SuperAdmin/DocumentHistory.d.ts @@ -0,0 +1,6 @@ +import DocumentHistory_ from "../Admin/DocumentHistory"; +declare namespace DocumentHistory { + class IDocumentHistory extends DocumentHistory_.IDocumentHistory { + } +} +export default DocumentHistory; diff --git a/dist/SuperAdmin/DocumentHistory.js b/dist/SuperAdmin/DocumentHistory.js new file mode 100644 index 0000000..2c41ca2 --- /dev/null +++ b/dist/SuperAdmin/DocumentHistory.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DocumentHistory_1 = __importDefault(require("../Admin/DocumentHistory")); +var DocumentHistory; +(function (DocumentHistory) { + class IDocumentHistory extends DocumentHistory_1.default.IDocumentHistory { + } + DocumentHistory.IDocumentHistory = IDocumentHistory; +})(DocumentHistory || (DocumentHistory = {})); +exports.default = DocumentHistory; diff --git a/dist/SuperAdmin/DocumentType.d.ts b/dist/SuperAdmin/DocumentType.d.ts new file mode 100644 index 0000000..09b58d1 --- /dev/null +++ b/dist/SuperAdmin/DocumentType.d.ts @@ -0,0 +1,6 @@ +import DocumentType_ from "../Admin/DocumentType"; +declare namespace DocumentType { + class IDocumentType extends DocumentType_.IDocumentType { + } +} +export default DocumentType; diff --git a/dist/SuperAdmin/DocumentType.js b/dist/SuperAdmin/DocumentType.js new file mode 100644 index 0000000..6eab883 --- /dev/null +++ b/dist/SuperAdmin/DocumentType.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const DocumentType_1 = __importDefault(require("../Admin/DocumentType")); +var DocumentType; +(function (DocumentType) { + class IDocumentType extends DocumentType_1.default.IDocumentType { + } + DocumentType.IDocumentType = IDocumentType; +})(DocumentType || (DocumentType = {})); +exports.default = DocumentType; diff --git a/dist/SuperAdmin/File.d.ts b/dist/SuperAdmin/File.d.ts new file mode 100644 index 0000000..2fb35f6 --- /dev/null +++ b/dist/SuperAdmin/File.d.ts @@ -0,0 +1,6 @@ +import File_ from "../Admin/File"; +declare namespace File { + class IFile extends File_.IFile { + } +} +export default File; diff --git a/dist/SuperAdmin/File.js b/dist/SuperAdmin/File.js new file mode 100644 index 0000000..5c81f68 --- /dev/null +++ b/dist/SuperAdmin/File.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const File_1 = __importDefault(require("../Admin/File")); +var File; +(function (File) { + class IFile extends File_1.default.IFile { + } + File.IFile = IFile; +})(File || (File = {})); +exports.default = File; diff --git a/dist/SuperAdmin/Notification.d.ts b/dist/SuperAdmin/Notification.d.ts new file mode 100644 index 0000000..93cc7d9 --- /dev/null +++ b/dist/SuperAdmin/Notification.d.ts @@ -0,0 +1,6 @@ +import Notification_ from "../Admin/Notification"; +declare namespace Notification { + class INotification extends Notification_.INotification { + } +} +export default Notification; diff --git a/dist/SuperAdmin/Notification.js b/dist/SuperAdmin/Notification.js new file mode 100644 index 0000000..16504e7 --- /dev/null +++ b/dist/SuperAdmin/Notification.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Notification_1 = __importDefault(require("../Admin/Notification")); +var Notification; +(function (Notification) { + class INotification extends Notification_1.default.INotification { + } + Notification.INotification = INotification; +})(Notification || (Notification = {})); +exports.default = Notification; diff --git a/dist/SuperAdmin/Office.d.ts b/dist/SuperAdmin/Office.d.ts new file mode 100644 index 0000000..3dda90d --- /dev/null +++ b/dist/SuperAdmin/Office.d.ts @@ -0,0 +1,6 @@ +import Office_ from "../Admin/Office"; +declare namespace Office { + class IOffice extends Office_.IOffice { + } +} +export default Office; diff --git a/dist/SuperAdmin/Office.js b/dist/SuperAdmin/Office.js new file mode 100644 index 0000000..06ef917 --- /dev/null +++ b/dist/SuperAdmin/Office.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Office_1 = __importDefault(require("../Admin/Office")); +var Office; +(function (Office) { + class IOffice extends Office_1.default.IOffice { + } + Office.IOffice = IOffice; +})(Office || (Office = {})); +exports.default = Office; diff --git a/dist/SuperAdmin/OfficeFolder.d.ts b/dist/SuperAdmin/OfficeFolder.d.ts new file mode 100644 index 0000000..d594ff9 --- /dev/null +++ b/dist/SuperAdmin/OfficeFolder.d.ts @@ -0,0 +1,6 @@ +import OfficeFolder_ from "../Admin/OfficeFolder"; +declare namespace OfficeFolder { + class IOfficeFolder extends OfficeFolder_.IOfficeFolder { + } +} +export default OfficeFolder; diff --git a/dist/SuperAdmin/OfficeFolder.js b/dist/SuperAdmin/OfficeFolder.js new file mode 100644 index 0000000..d213466 --- /dev/null +++ b/dist/SuperAdmin/OfficeFolder.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const OfficeFolder_1 = __importDefault(require("../Admin/OfficeFolder")); +var OfficeFolder; +(function (OfficeFolder) { + class IOfficeFolder extends OfficeFolder_1.default.IOfficeFolder { + } + OfficeFolder.IOfficeFolder = IOfficeFolder; +})(OfficeFolder || (OfficeFolder = {})); +exports.default = OfficeFolder; diff --git a/dist/SuperAdmin/OfficeFolderHasCustomer.d.ts b/dist/SuperAdmin/OfficeFolderHasCustomer.d.ts new file mode 100644 index 0000000..5c22428 --- /dev/null +++ b/dist/SuperAdmin/OfficeFolderHasCustomer.d.ts @@ -0,0 +1,6 @@ +import OfficeFolderHasCustomer_ from "../Admin/OfficeFolderHasCustomer"; +declare namespace OfficeFolderHasCustomer { + class IOfficeFolderHasCustomer extends OfficeFolderHasCustomer_.IOfficeFolderHasCustomer { + } +} +export default OfficeFolderHasCustomer; diff --git a/dist/SuperAdmin/OfficeFolderHasCustomer.js b/dist/SuperAdmin/OfficeFolderHasCustomer.js new file mode 100644 index 0000000..034d94f --- /dev/null +++ b/dist/SuperAdmin/OfficeFolderHasCustomer.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const OfficeFolderHasCustomer_1 = __importDefault(require("../Admin/OfficeFolderHasCustomer")); +var OfficeFolderHasCustomer; +(function (OfficeFolderHasCustomer) { + class IOfficeFolderHasCustomer extends OfficeFolderHasCustomer_1.default.IOfficeFolderHasCustomer { + } + OfficeFolderHasCustomer.IOfficeFolderHasCustomer = IOfficeFolderHasCustomer; +})(OfficeFolderHasCustomer || (OfficeFolderHasCustomer = {})); +exports.default = OfficeFolderHasCustomer; diff --git a/dist/SuperAdmin/OfficeFolderHasStakeholder.d.ts b/dist/SuperAdmin/OfficeFolderHasStakeholder.d.ts new file mode 100644 index 0000000..ca6b8e6 --- /dev/null +++ b/dist/SuperAdmin/OfficeFolderHasStakeholder.d.ts @@ -0,0 +1,6 @@ +import OfficeFolderHasStakeholder_ from "../Admin/OfficeFolderHasStakeholder"; +declare namespace OfficeFolderHasStakeholder { + class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholder_.IOfficeFolderHasStakeholder { + } +} +export default OfficeFolderHasStakeholder; diff --git a/dist/SuperAdmin/OfficeFolderHasStakeholder.js b/dist/SuperAdmin/OfficeFolderHasStakeholder.js new file mode 100644 index 0000000..def2d82 --- /dev/null +++ b/dist/SuperAdmin/OfficeFolderHasStakeholder.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const OfficeFolderHasStakeholder_1 = __importDefault(require("../Admin/OfficeFolderHasStakeholder")); +var OfficeFolderHasStakeholder; +(function (OfficeFolderHasStakeholder) { + class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholder_1.default.IOfficeFolderHasStakeholder { + } + OfficeFolderHasStakeholder.IOfficeFolderHasStakeholder = IOfficeFolderHasStakeholder; +})(OfficeFolderHasStakeholder || (OfficeFolderHasStakeholder = {})); +exports.default = OfficeFolderHasStakeholder; diff --git a/dist/SuperAdmin/User.d.ts b/dist/SuperAdmin/User.d.ts new file mode 100644 index 0000000..a578aef --- /dev/null +++ b/dist/SuperAdmin/User.d.ts @@ -0,0 +1,6 @@ +import User_ from "../Admin/User"; +declare namespace User { + class IUser extends User_.IUser { + } +} +export default User; diff --git a/dist/SuperAdmin/User.js b/dist/SuperAdmin/User.js new file mode 100644 index 0000000..1784df3 --- /dev/null +++ b/dist/SuperAdmin/User.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const User_1 = __importDefault(require("../Admin/User")); +var User; +(function (User) { + class IUser extends User_1.default.IUser { + } + User.IUser = IUser; +})(User || (User = {})); +exports.default = User; diff --git a/dist/SuperAdmin/UserHasNotification.d.ts b/dist/SuperAdmin/UserHasNotification.d.ts new file mode 100644 index 0000000..38363d4 --- /dev/null +++ b/dist/SuperAdmin/UserHasNotification.d.ts @@ -0,0 +1,6 @@ +import UserHasNotification_ from "../Customer/UserHasNotification"; +declare namespace UserHasNotification { + class IUserHasNotification extends UserHasNotification_.IUserHasNotification { + } +} +export default UserHasNotification; diff --git a/dist/SuperAdmin/UserHasNotification.js b/dist/SuperAdmin/UserHasNotification.js new file mode 100644 index 0000000..b0ba944 --- /dev/null +++ b/dist/SuperAdmin/UserHasNotification.js @@ -0,0 +1,13 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const UserHasNotification_1 = __importDefault(require("../Customer/UserHasNotification")); +var UserHasNotification; +(function (UserHasNotification) { + class IUserHasNotification extends UserHasNotification_1.default.IUserHasNotification { + } + UserHasNotification.IUserHasNotification = IUserHasNotification; +})(UserHasNotification || (UserHasNotification = {})); +exports.default = UserHasNotification; diff --git a/dist/index.d.ts b/dist/index.d.ts deleted file mode 100644 index 260295e..0000000 --- a/dist/index.d.ts +++ /dev/null @@ -1,72 +0,0 @@ -export { Address as AddressClient } from "./Interfaces/Client/Address"; -export { Contact as ContactClient } from "./Interfaces/Client/Contact"; -export { Customer as CustomerClient } from "./Interfaces/Client/Customer"; -export { Deed as DeedClient } from "./Interfaces/Client/Deed"; -export { DeedHasDocumentType as DeedHasDocumentTypeClient } from "./Interfaces/Client/DeedHasDocumentType"; -export { DeedType as DeedTypeClient } from "./Interfaces/Client/DeedType"; -export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeClient } from "./Interfaces/Client/DeedTypeHasDocumentType"; -export { Document as DocumentClient } from "./Interfaces/Client/Document"; -export { DocumentHistory as DocumentHistoryClient } from "./Interfaces/Client/DocumentHistory"; -export { DocumentType as DocumentTypeClient } from "./Interfaces/Client/DocumentType"; -export { File as FileClient } from "./Interfaces/Client/File"; -export { Notification as NotificationClient } from "./Interfaces/Client/Notification"; -export { Office as OfficeClient } from "./Interfaces/Client/Office"; -export { OfficeFolder as OfficeFolderClient } from "./Interfaces/Client/OfficeFolder"; -export { OfficeFolderHasCustomer as OfficeFolderHasCustomerClient } from "./Interfaces/Client/OfficeFolderHasCustomer"; -export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderClient } from "./Interfaces/Client/OfficeFolderHasStakeholder"; -export { User as UserClient } from "./Interfaces/Client/User"; -export { UserHasNotification as UserHasNotificationClient } from "./Interfaces/Client/UserHasNotification"; -export { Address as AddressNotary } from "./Interfaces/Notary/Address"; -export { Contact as ContactNotary } from "./Interfaces/Notary/Contact"; -export { Customer as CustomerNotary } from "./Interfaces/Notary/Customer"; -export { Deed as DeedNotary } from "./Interfaces/Notary/Deed"; -export { DeedHasDocumentType as DeedHasDocumentTypeNotary } from "./Interfaces/Notary/DeedHasDocumentType"; -export { DeedType as DeedTypeNotary } from "./Interfaces/Notary/DeedType"; -export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeNotary } from "./Interfaces/Notary/DeedTypeHasDocumentType"; -export { Document as DocumentNotary } from "./Interfaces/Notary/Document"; -export { DocumentHistory as DocumentHistoryNotary } from "./Interfaces/Notary/DocumentHistory"; -export { DocumentType as DocumentTypeNotary } from "./Interfaces/Notary/DocumentType"; -export { File as FileNotary } from "./Interfaces/Notary/File"; -export { Notification as NotificationNotary } from "./Interfaces/Notary/Notification"; -export { Office as OfficeNotary } from "./Interfaces/Notary/Office"; -export { OfficeFolder as OfficeFolderNotary } from "./Interfaces/Notary/OfficeFolder"; -export { OfficeFolderHasCustomer as OfficeFolderHasCustomerNotary } from "./Interfaces/Notary/OfficeFolderHasCustomer"; -export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderNotary } from "./Interfaces/Notary/OfficeFolderHasStakeholder"; -export { User as UserNotary } from "./Interfaces/Notary/User"; -export { UserHasNotification as UserHasNotificationNotary } from "./Interfaces/Notary/UserHasNotification"; -export { Address as AddressAdmin } from "./Interfaces/Admin/Address"; -export { Contact as ContactAdmin } from "./Interfaces/Admin/Contact"; -export { Customer as CustomerAdmin } from "./Interfaces/Admin/Customer"; -export { Deed as DeedAdmin } from "./Interfaces/Admin/Deed"; -export { DeedHasDocumentType as DeedHasDocumentTypeAdmin } from "./Interfaces/Admin/DeedHasDocumentType"; -export { DeedType as DeedTypeAdmin } from "./Interfaces/Admin/DeedType"; -export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeAdmin } from "./Interfaces/Admin/DeedTypeHasDocumentType"; -export { Document as DocumentAdmin } from "./Interfaces/Admin/Document"; -export { DocumentHistory as DocumentHistoryAdmin } from "./Interfaces/Admin/DocumentHistory"; -export { DocumentType as DocumentTypeAdmin } from "./Interfaces/Admin/DocumentType"; -export { File as FileAdmin } from "./Interfaces/Admin/File"; -export { Notification as NotificationAdmin } from "./Interfaces/Admin/Notification"; -export { Office as OfficeAdmin } from "./Interfaces/Admin/Office"; -export { OfficeFolder as OfficeFolderAdmin } from "./Interfaces/Admin/OfficeFolder"; -export { OfficeFolderHasCustomer as OfficeFolderHasCustomerAdmin } from "./Interfaces/Admin/OfficeFolderHasCustomer"; -export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderAdmin } from "./Interfaces/Admin/OfficeFolderHasStakeholder"; -export { User as UserAdmin } from "./Interfaces/Admin/User"; -export { UserHasNotification as UserHasNotificationAdmin } from "./Interfaces/Admin/UserHasNotification"; -export { Address as AddressSuperAdmin } from "./Interfaces/SuperAdmin/Address"; -export { Contact as ContactSuperAdmin } from "./Interfaces/SuperAdmin/Contact"; -export { Customer as SuperAdminSuperAdmin } from "./Interfaces/SuperAdmin/Customer"; -export { Deed as DeedSuperAdmin } from "./Interfaces/SuperAdmin/Deed"; -export { DeedHasDocumentType as DeedHasDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/DeedHasDocumentType"; -export { DeedType as DeedTypeSuperAdmin } from "./Interfaces/SuperAdmin/DeedType"; -export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/DeedTypeHasDocumentType"; -export { Document as DocumentSuperAdmin } from "./Interfaces/SuperAdmin/Document"; -export { DocumentHistory as DocumentHistorySuperAdmin } from "./Interfaces/SuperAdmin/DocumentHistory"; -export { DocumentType as DocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/DocumentType"; -export { File as FileSuperAdmin } from "./Interfaces/SuperAdmin/File"; -export { Notification as NotificationSuperAdmin } from "./Interfaces/SuperAdmin/Notification"; -export { Office as OfficeSuperAdmin } from "./Interfaces/SuperAdmin/Office"; -export { OfficeFolder as OfficeFolderSuperAdmin } from "./Interfaces/SuperAdmin/OfficeFolder"; -export { OfficeFolderHasCustomer as OfficeFolderHasSuperAdminSuperAdmin } from "./Interfaces/SuperAdmin/OfficeFolderHasCustomer"; -export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderSuperAdmin } from "./Interfaces/SuperAdmin/OfficeFolderHasStakeholder"; -export { User as UserSuperAdmin } from "./Interfaces/SuperAdmin/User"; -export { UserHasNotification as UserHasNotificationSuperAdmin } from "./Interfaces/SuperAdmin/UserHasNotification"; diff --git a/dist/index.js b/dist/index.js deleted file mode 100644 index 1b3b188..0000000 --- a/dist/index.js +++ /dev/null @@ -1,148 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -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 = exports.UserHasNotificationClient = exports.UserClient = exports.OfficeFolderHasStakeholderClient = exports.OfficeFolderHasCustomerClient = exports.OfficeFolderClient = exports.OfficeClient = exports.NotificationClient = exports.FileClient = exports.DocumentTypeClient = exports.DocumentHistoryClient = exports.DocumentClient = exports.DeedTypeHasDocumentTypeClient = exports.DeedTypeClient = exports.DeedHasDocumentTypeClient = exports.DeedClient = exports.CustomerClient = exports.ContactClient = exports.AddressClient = 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.UserHasNotificationAdmin = exports.UserAdmin = exports.OfficeFolderHasStakeholderAdmin = exports.OfficeFolderHasCustomerAdmin = void 0; -var Address_1 = require("./Interfaces/Client/Address"); -Object.defineProperty(exports, "AddressClient", { enumerable: true, get: function () { return Address_1.Address; } }); -var Contact_1 = require("./Interfaces/Client/Contact"); -Object.defineProperty(exports, "ContactClient", { enumerable: true, get: function () { return Contact_1.Contact; } }); -var Customer_1 = require("./Interfaces/Client/Customer"); -Object.defineProperty(exports, "CustomerClient", { enumerable: true, get: function () { return Customer_1.Customer; } }); -var Deed_1 = require("./Interfaces/Client/Deed"); -Object.defineProperty(exports, "DeedClient", { enumerable: true, get: function () { return Deed_1.Deed; } }); -var DeedHasDocumentType_1 = require("./Interfaces/Client/DeedHasDocumentType"); -Object.defineProperty(exports, "DeedHasDocumentTypeClient", { enumerable: true, get: function () { return DeedHasDocumentType_1.DeedHasDocumentType; } }); -var DeedType_1 = require("./Interfaces/Client/DeedType"); -Object.defineProperty(exports, "DeedTypeClient", { enumerable: true, get: function () { return DeedType_1.DeedType; } }); -var DeedTypeHasDocumentType_1 = require("./Interfaces/Client/DeedTypeHasDocumentType"); -Object.defineProperty(exports, "DeedTypeHasDocumentTypeClient", { enumerable: true, get: function () { return DeedTypeHasDocumentType_1.DeedTypeHasDocumentType; } }); -var Document_1 = require("./Interfaces/Client/Document"); -Object.defineProperty(exports, "DocumentClient", { enumerable: true, get: function () { return Document_1.Document; } }); -var DocumentHistory_1 = require("./Interfaces/Client/DocumentHistory"); -Object.defineProperty(exports, "DocumentHistoryClient", { enumerable: true, get: function () { return DocumentHistory_1.DocumentHistory; } }); -var DocumentType_1 = require("./Interfaces/Client/DocumentType"); -Object.defineProperty(exports, "DocumentTypeClient", { enumerable: true, get: function () { return DocumentType_1.DocumentType; } }); -var File_1 = require("./Interfaces/Client/File"); -Object.defineProperty(exports, "FileClient", { enumerable: true, get: function () { return File_1.File; } }); -var Notification_1 = require("./Interfaces/Client/Notification"); -Object.defineProperty(exports, "NotificationClient", { enumerable: true, get: function () { return Notification_1.Notification; } }); -var Office_1 = require("./Interfaces/Client/Office"); -Object.defineProperty(exports, "OfficeClient", { enumerable: true, get: function () { return Office_1.Office; } }); -var OfficeFolder_1 = require("./Interfaces/Client/OfficeFolder"); -Object.defineProperty(exports, "OfficeFolderClient", { enumerable: true, get: function () { return OfficeFolder_1.OfficeFolder; } }); -var OfficeFolderHasCustomer_1 = require("./Interfaces/Client/OfficeFolderHasCustomer"); -Object.defineProperty(exports, "OfficeFolderHasCustomerClient", { enumerable: true, get: function () { return OfficeFolderHasCustomer_1.OfficeFolderHasCustomer; } }); -var OfficeFolderHasStakeholder_1 = require("./Interfaces/Client/OfficeFolderHasStakeholder"); -Object.defineProperty(exports, "OfficeFolderHasStakeholderClient", { enumerable: true, get: function () { return OfficeFolderHasStakeholder_1.OfficeFolderHasStakeholder; } }); -var User_1 = require("./Interfaces/Client/User"); -Object.defineProperty(exports, "UserClient", { enumerable: true, get: function () { return User_1.User; } }); -var UserHasNotification_1 = require("./Interfaces/Client/UserHasNotification"); -Object.defineProperty(exports, "UserHasNotificationClient", { enumerable: true, get: function () { return UserHasNotification_1.UserHasNotification; } }); -var Address_2 = require("./Interfaces/Notary/Address"); -Object.defineProperty(exports, "AddressNotary", { enumerable: true, get: function () { return Address_2.Address; } }); -var Contact_2 = require("./Interfaces/Notary/Contact"); -Object.defineProperty(exports, "ContactNotary", { enumerable: true, get: function () { return Contact_2.Contact; } }); -var Customer_2 = require("./Interfaces/Notary/Customer"); -Object.defineProperty(exports, "CustomerNotary", { enumerable: true, get: function () { return Customer_2.Customer; } }); -var Deed_2 = require("./Interfaces/Notary/Deed"); -Object.defineProperty(exports, "DeedNotary", { enumerable: true, get: function () { return Deed_2.Deed; } }); -var DeedHasDocumentType_2 = require("./Interfaces/Notary/DeedHasDocumentType"); -Object.defineProperty(exports, "DeedHasDocumentTypeNotary", { enumerable: true, get: function () { return DeedHasDocumentType_2.DeedHasDocumentType; } }); -var DeedType_2 = require("./Interfaces/Notary/DeedType"); -Object.defineProperty(exports, "DeedTypeNotary", { enumerable: true, get: function () { return DeedType_2.DeedType; } }); -var DeedTypeHasDocumentType_2 = require("./Interfaces/Notary/DeedTypeHasDocumentType"); -Object.defineProperty(exports, "DeedTypeHasDocumentTypeNotary", { enumerable: true, get: function () { return DeedTypeHasDocumentType_2.DeedTypeHasDocumentType; } }); -var Document_2 = require("./Interfaces/Notary/Document"); -Object.defineProperty(exports, "DocumentNotary", { enumerable: true, get: function () { return Document_2.Document; } }); -var DocumentHistory_2 = require("./Interfaces/Notary/DocumentHistory"); -Object.defineProperty(exports, "DocumentHistoryNotary", { enumerable: true, get: function () { return DocumentHistory_2.DocumentHistory; } }); -var DocumentType_2 = require("./Interfaces/Notary/DocumentType"); -Object.defineProperty(exports, "DocumentTypeNotary", { enumerable: true, get: function () { return DocumentType_2.DocumentType; } }); -var File_2 = require("./Interfaces/Notary/File"); -Object.defineProperty(exports, "FileNotary", { enumerable: true, get: function () { return File_2.File; } }); -var Notification_2 = require("./Interfaces/Notary/Notification"); -Object.defineProperty(exports, "NotificationNotary", { enumerable: true, get: function () { return Notification_2.Notification; } }); -var Office_2 = require("./Interfaces/Notary/Office"); -Object.defineProperty(exports, "OfficeNotary", { enumerable: true, get: function () { return Office_2.Office; } }); -var OfficeFolder_2 = require("./Interfaces/Notary/OfficeFolder"); -Object.defineProperty(exports, "OfficeFolderNotary", { enumerable: true, get: function () { return OfficeFolder_2.OfficeFolder; } }); -var OfficeFolderHasCustomer_2 = require("./Interfaces/Notary/OfficeFolderHasCustomer"); -Object.defineProperty(exports, "OfficeFolderHasCustomerNotary", { enumerable: true, get: function () { return OfficeFolderHasCustomer_2.OfficeFolderHasCustomer; } }); -var OfficeFolderHasStakeholder_2 = require("./Interfaces/Notary/OfficeFolderHasStakeholder"); -Object.defineProperty(exports, "OfficeFolderHasStakeholderNotary", { enumerable: true, get: function () { return OfficeFolderHasStakeholder_2.OfficeFolderHasStakeholder; } }); -var User_2 = require("./Interfaces/Notary/User"); -Object.defineProperty(exports, "UserNotary", { enumerable: true, get: function () { return User_2.User; } }); -var UserHasNotification_2 = require("./Interfaces/Notary/UserHasNotification"); -Object.defineProperty(exports, "UserHasNotificationNotary", { enumerable: true, get: function () { return UserHasNotification_2.UserHasNotification; } }); -var Address_3 = require("./Interfaces/Admin/Address"); -Object.defineProperty(exports, "AddressAdmin", { enumerable: true, get: function () { return Address_3.Address; } }); -var Contact_3 = require("./Interfaces/Admin/Contact"); -Object.defineProperty(exports, "ContactAdmin", { enumerable: true, get: function () { return Contact_3.Contact; } }); -var Customer_3 = require("./Interfaces/Admin/Customer"); -Object.defineProperty(exports, "CustomerAdmin", { enumerable: true, get: function () { return Customer_3.Customer; } }); -var Deed_3 = require("./Interfaces/Admin/Deed"); -Object.defineProperty(exports, "DeedAdmin", { enumerable: true, get: function () { return Deed_3.Deed; } }); -var DeedHasDocumentType_3 = require("./Interfaces/Admin/DeedHasDocumentType"); -Object.defineProperty(exports, "DeedHasDocumentTypeAdmin", { enumerable: true, get: function () { return DeedHasDocumentType_3.DeedHasDocumentType; } }); -var DeedType_3 = require("./Interfaces/Admin/DeedType"); -Object.defineProperty(exports, "DeedTypeAdmin", { enumerable: true, get: function () { return DeedType_3.DeedType; } }); -var DeedTypeHasDocumentType_3 = require("./Interfaces/Admin/DeedTypeHasDocumentType"); -Object.defineProperty(exports, "DeedTypeHasDocumentTypeAdmin", { enumerable: true, get: function () { return DeedTypeHasDocumentType_3.DeedTypeHasDocumentType; } }); -var Document_3 = require("./Interfaces/Admin/Document"); -Object.defineProperty(exports, "DocumentAdmin", { enumerable: true, get: function () { return Document_3.Document; } }); -var DocumentHistory_3 = require("./Interfaces/Admin/DocumentHistory"); -Object.defineProperty(exports, "DocumentHistoryAdmin", { enumerable: true, get: function () { return DocumentHistory_3.DocumentHistory; } }); -var DocumentType_3 = require("./Interfaces/Admin/DocumentType"); -Object.defineProperty(exports, "DocumentTypeAdmin", { enumerable: true, get: function () { return DocumentType_3.DocumentType; } }); -var File_3 = require("./Interfaces/Admin/File"); -Object.defineProperty(exports, "FileAdmin", { enumerable: true, get: function () { return File_3.File; } }); -var Notification_3 = require("./Interfaces/Admin/Notification"); -Object.defineProperty(exports, "NotificationAdmin", { enumerable: true, get: function () { return Notification_3.Notification; } }); -var Office_3 = require("./Interfaces/Admin/Office"); -Object.defineProperty(exports, "OfficeAdmin", { enumerable: true, get: function () { return Office_3.Office; } }); -var OfficeFolder_3 = require("./Interfaces/Admin/OfficeFolder"); -Object.defineProperty(exports, "OfficeFolderAdmin", { enumerable: true, get: function () { return OfficeFolder_3.OfficeFolder; } }); -var OfficeFolderHasCustomer_3 = require("./Interfaces/Admin/OfficeFolderHasCustomer"); -Object.defineProperty(exports, "OfficeFolderHasCustomerAdmin", { enumerable: true, get: function () { return OfficeFolderHasCustomer_3.OfficeFolderHasCustomer; } }); -var OfficeFolderHasStakeholder_3 = require("./Interfaces/Admin/OfficeFolderHasStakeholder"); -Object.defineProperty(exports, "OfficeFolderHasStakeholderAdmin", { enumerable: true, get: function () { return OfficeFolderHasStakeholder_3.OfficeFolderHasStakeholder; } }); -var User_3 = require("./Interfaces/Admin/User"); -Object.defineProperty(exports, "UserAdmin", { enumerable: true, get: function () { return User_3.User; } }); -var UserHasNotification_3 = require("./Interfaces/Admin/UserHasNotification"); -Object.defineProperty(exports, "UserHasNotificationAdmin", { 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; } }); diff --git a/package.json b/package.json index 187508d..81c16ba 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "le-coffre-ressources", - "description": "lecoffre ressources", + "name": "le-coffre-resources", + "description": "lecoffre resources", "keywords": [ - "le-coffre-ressources-package" + "le-coffre-resources-package" ], "license": "MIT", "homepage": "", diff --git a/src/Admin/Address.ts b/src/Admin/Address.ts new file mode 100644 index 0000000..43d2e1e --- /dev/null +++ b/src/Admin/Address.ts @@ -0,0 +1,7 @@ +import Address_ from "../Notary/Address"; + +namespace Address { + export class IAddress extends Address_.IAddress {} +} + +export default Address; diff --git a/src/Admin/Contact.ts b/src/Admin/Contact.ts new file mode 100644 index 0000000..34e57cd --- /dev/null +++ b/src/Admin/Contact.ts @@ -0,0 +1,7 @@ +import Contact_ from "../Notary/Contact"; + +namespace Contact { + export class IContact extends Contact_.IContact {} +} + +export default Contact; diff --git a/src/Admin/Customer.ts b/src/Admin/Customer.ts new file mode 100644 index 0000000..f087936 --- /dev/null +++ b/src/Admin/Customer.ts @@ -0,0 +1,7 @@ +import Customer_ from "../Customer"; + +namespace Customer { + export class ICustomer extends Customer_.ICustomer {} +} + +export default Customer; diff --git a/src/Admin/Deed.ts b/src/Admin/Deed.ts new file mode 100644 index 0000000..5a0a1f7 --- /dev/null +++ b/src/Admin/Deed.ts @@ -0,0 +1,7 @@ +import Deed_ from "../Notary/Deed"; + +namespace Deed { + export class IDeed extends Deed_.IDeed {} +} + +export default Deed; diff --git a/src/Admin/DeedHasDocumentType.ts b/src/Admin/DeedHasDocumentType.ts new file mode 100644 index 0000000..804c0c2 --- /dev/null +++ b/src/Admin/DeedHasDocumentType.ts @@ -0,0 +1,7 @@ +import DeedHasDocumentType_ from "../Notary/DeedHasDocumentType"; + +namespace DeedHasDocumentType { + export class IDeedHasDocumentType extends DeedHasDocumentType_.IDeedHasDocumentType {} +} + +export default DeedHasDocumentType; diff --git a/src/Admin/DeedType.ts b/src/Admin/DeedType.ts new file mode 100644 index 0000000..bfa0668 --- /dev/null +++ b/src/Admin/DeedType.ts @@ -0,0 +1,7 @@ +import DeedType_ from "../Notary/DeedType"; + +namespace DeedType { + export class IDeedType extends DeedType_.IDeedType {} +} + +export default DeedType; diff --git a/src/Admin/DeedTypeHasDocumentType.ts b/src/Admin/DeedTypeHasDocumentType.ts new file mode 100644 index 0000000..34209b7 --- /dev/null +++ b/src/Admin/DeedTypeHasDocumentType.ts @@ -0,0 +1,7 @@ +import DeedTypeHasDocumentType_ from "../Notary/DeedTypeHasDocumentType"; + +namespace DeedTypeHasDocumentType { + export class IDeedTypeHasDocumentType extends DeedTypeHasDocumentType_.IDeedTypeHasDocumentType {} +} + +export default DeedTypeHasDocumentType; diff --git a/src/Admin/Document.ts b/src/Admin/Document.ts new file mode 100644 index 0000000..866e47a --- /dev/null +++ b/src/Admin/Document.ts @@ -0,0 +1,7 @@ +import Document_ from "../Notary/Document"; + +namespace Document { + export class IDocument extends Document_.IDocument {} +} + +export default Document; diff --git a/src/Admin/DocumentHistory.ts b/src/Admin/DocumentHistory.ts new file mode 100644 index 0000000..3898cfa --- /dev/null +++ b/src/Admin/DocumentHistory.ts @@ -0,0 +1,7 @@ +import DocumentHistory_ from "../Notary/DocumentHistory"; + +namespace DocumentHistory { + export class IDocumentHistory extends DocumentHistory_.IDocumentHistory {} +} + +export default DocumentHistory; diff --git a/src/Admin/DocumentType.ts b/src/Admin/DocumentType.ts new file mode 100644 index 0000000..0e3ec9b --- /dev/null +++ b/src/Admin/DocumentType.ts @@ -0,0 +1,7 @@ +import DocumentType_ from "../Notary/DocumentType"; + +namespace DocumentType { + export class IDocumentType extends DocumentType_.IDocumentType {} +} + +export default DocumentType; diff --git a/src/Admin/File.ts b/src/Admin/File.ts new file mode 100644 index 0000000..9004b65 --- /dev/null +++ b/src/Admin/File.ts @@ -0,0 +1,7 @@ +import File_ from "../Notary/File"; + +namespace File { + export class IFile extends File_.IFile {} +} + +export default File; diff --git a/src/Admin/Notification.ts b/src/Admin/Notification.ts new file mode 100644 index 0000000..8b1dfee --- /dev/null +++ b/src/Admin/Notification.ts @@ -0,0 +1,7 @@ +import Notification_ from "../Notary/Notification"; + +namespace Notification { + export class INotification extends Notification_.INotification {} +} + +export default Notification; diff --git a/src/Admin/Office.ts b/src/Admin/Office.ts new file mode 100644 index 0000000..00ac4e9 --- /dev/null +++ b/src/Admin/Office.ts @@ -0,0 +1,7 @@ +import Office_ from "../Notary/Office"; + +namespace Office { + export class IOffice extends Office_.IOffice {} +} + +export default Office; diff --git a/src/Admin/OfficeFolder.ts b/src/Admin/OfficeFolder.ts new file mode 100644 index 0000000..d070233 --- /dev/null +++ b/src/Admin/OfficeFolder.ts @@ -0,0 +1,7 @@ +import OfficeFolder_ from "../Notary/OfficeFolder"; + +namespace OfficeFolder { + export class IOfficeFolder extends OfficeFolder_.IOfficeFolder {} +} + +export default OfficeFolder; diff --git a/src/Admin/OfficeFolderHasCustomer.ts b/src/Admin/OfficeFolderHasCustomer.ts new file mode 100644 index 0000000..5578d14 --- /dev/null +++ b/src/Admin/OfficeFolderHasCustomer.ts @@ -0,0 +1,7 @@ +import OfficeFolderHasCustomer_ from "../Notary/OfficeFolderHasCustomer"; + +namespace OfficeFolderHasCustomer { + export class IOfficeFolderHasCustomer extends OfficeFolderHasCustomer_.IOfficeFolderHasCustomer {} +} + +export default OfficeFolderHasCustomer; diff --git a/src/Admin/OfficeFolderHasStakeholder.ts b/src/Admin/OfficeFolderHasStakeholder.ts new file mode 100644 index 0000000..bd1368f --- /dev/null +++ b/src/Admin/OfficeFolderHasStakeholder.ts @@ -0,0 +1,7 @@ +import OfficeFolderHasStakeholder_ from "../Notary/OfficeFolderHasStakeholder"; + +namespace OfficeFolderHasStakeholder { + export class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholder_.IOfficeFolderHasStakeholder {} +} + +export default OfficeFolderHasStakeholder; diff --git a/src/Admin/User.ts b/src/Admin/User.ts new file mode 100644 index 0000000..4abca2f --- /dev/null +++ b/src/Admin/User.ts @@ -0,0 +1,7 @@ +import User_ from "../Notary/User"; + +namespace User { + export class IUser extends User_.IUser {} +} + +export default User; diff --git a/src/Admin/UserHasNotification.ts b/src/Admin/UserHasNotification.ts new file mode 100644 index 0000000..32fc313 --- /dev/null +++ b/src/Admin/UserHasNotification.ts @@ -0,0 +1,7 @@ +import UserHasNotification_ from "../Notary/UserHasNotification"; + +namespace UserHasNotification { + export class IUserHasNotification extends UserHasNotification_.IUserHasNotification {} +} + +export default UserHasNotification; diff --git a/src/Admin/index.ts b/src/Admin/index.ts new file mode 100644 index 0000000..6145134 --- /dev/null +++ b/src/Admin/index.ts @@ -0,0 +1,3 @@ +import User from "./User"; + +export default User; diff --git a/src/Interfaces/Client/Address.ts b/src/Customer/Address.ts similarity index 77% rename from src/Interfaces/Client/Address.ts rename to src/Customer/Address.ts index 4120634..bdffef2 100644 --- a/src/Interfaces/Client/Address.ts +++ b/src/Customer/Address.ts @@ -1,8 +1,8 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { Contact } from "./Contact"; -import { Office } from "./Office"; +import type Contact from "./Contact"; +import type Office from "./Office"; -export namespace Address { +namespace Address { export class IAddress { @IsNotEmpty() public uuid!: string; @@ -23,9 +23,11 @@ export namespace Address { public updated_at: Date | null = null; @IsOptional() - public office?: Office.IOffice; + public office?: Office.IOffice | null; @IsOptional() public contacts?: Contact.IContact; } } + +export default Address; diff --git a/src/Interfaces/Client/Contact.ts b/src/Customer/Contact.ts similarity index 86% rename from src/Interfaces/Client/Contact.ts rename to src/Customer/Contact.ts index 3ae4578..3c7af8c 100644 --- a/src/Interfaces/Client/Contact.ts +++ b/src/Customer/Contact.ts @@ -1,9 +1,9 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { Address } from "./Address"; -import { Customer } from "./Customer"; -import { User } from "./User"; +import type Address from "./Address"; +import type Customer from "."; +import type User from "../Notary/User"; -export namespace Contact { +namespace Contact { export class IContact { @IsNotEmpty() public uuid!: string; @@ -48,3 +48,5 @@ export namespace Contact { } export type TCivility = ECivility.MALE | ECivility.FEMALE | ECivility.OTHERS; } + +export default Contact; diff --git a/src/Interfaces/Client/Deed.ts b/src/Customer/Deed.ts similarity index 72% rename from src/Interfaces/Client/Deed.ts rename to src/Customer/Deed.ts index c1a3bf5..0f73da5 100644 --- a/src/Interfaces/Client/Deed.ts +++ b/src/Customer/Deed.ts @@ -1,8 +1,9 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { DeedType } from "./DeedType"; -import { DeedHasDocumentType } from "./DeedHasDocumentType"; -import { OfficeFolder } from "./OfficeFolder"; -export namespace Deed { +import type DeedType from "./DeedType"; +import type DeedHasDocumentType from "./DeedHasDocumentType"; +import type OfficeFolder from "./OfficeFolder"; + +namespace Deed { export class IDeed { @IsNotEmpty() public uuid!: string; @@ -23,3 +24,5 @@ export namespace Deed { public office_folder?: OfficeFolder.IOfficeFolder; } } + +export default Deed; diff --git a/src/Interfaces/Client/DeedHasDocumentType.ts b/src/Customer/DeedHasDocumentType.ts similarity index 73% rename from src/Interfaces/Client/DeedHasDocumentType.ts rename to src/Customer/DeedHasDocumentType.ts index ed47935..7ed3a64 100644 --- a/src/Interfaces/Client/DeedHasDocumentType.ts +++ b/src/Customer/DeedHasDocumentType.ts @@ -1,7 +1,8 @@ import { IsNotEmpty, IsDate } from "class-validator"; -import { Deed } from "./Deed"; -import { DocumentType } from "./DocumentType"; -export namespace DeedHasDocumentType { +import type Deed from "./Deed"; +import type DocumentType from "./DocumentType"; + +namespace DeedHasDocumentType { export class IDeedHasDocumentType { @IsNotEmpty() public uuid!: string; @@ -19,3 +20,5 @@ export namespace DeedHasDocumentType { public updated_at: Date | null = null; } } + +export default DeedHasDocumentType; diff --git a/src/Interfaces/Client/DeedType.ts b/src/Customer/DeedType.ts similarity index 79% rename from src/Interfaces/Client/DeedType.ts rename to src/Customer/DeedType.ts index 0e3adba..54ac155 100644 --- a/src/Interfaces/Client/DeedType.ts +++ b/src/Customer/DeedType.ts @@ -1,10 +1,10 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { Deed } from "./Deed"; -import { DeedTypeHasDocumentType } from "./DeedTypeHasDocumentType"; -import { Office } from "./Office"; +import type Deed from "./Deed"; +import type DeedTypeHasDocumentType from "./DeedTypeHasDocumentType"; +import type Office from "./Office"; -export namespace DeedType { +namespace DeedType { export class IDeedType { @IsNotEmpty() public uuid!: string; @@ -34,3 +34,5 @@ export namespace DeedType { public deed_type_has_document_types?: DeedTypeHasDocumentType.IDeedTypeHasDocumentType[]; } } + +export default DeedType; diff --git a/src/Interfaces/Client/DeedTypeHasDocumentType.ts b/src/Customer/DeedTypeHasDocumentType.ts similarity index 72% rename from src/Interfaces/Client/DeedTypeHasDocumentType.ts rename to src/Customer/DeedTypeHasDocumentType.ts index 9a4ae3d..6db9720 100644 --- a/src/Interfaces/Client/DeedTypeHasDocumentType.ts +++ b/src/Customer/DeedTypeHasDocumentType.ts @@ -1,8 +1,8 @@ import { IsNotEmpty, IsDate } from "class-validator"; -import { DeedType } from "./DeedType"; -import { DocumentType } from "./DocumentType"; +import type DeedType from "./DeedType"; +import type DocumentType from "./DocumentType"; -export namespace DeedTypeHasDocumentType { +namespace DeedTypeHasDocumentType { export class IDeedTypeHasDocumentType { @IsNotEmpty() public uuid!: string; @@ -20,3 +20,5 @@ export namespace DeedTypeHasDocumentType { public updated_at: Date | null = null; } } + +export default DeedTypeHasDocumentType; diff --git a/src/Interfaces/Client/Document.ts b/src/Customer/Document.ts similarity index 78% rename from src/Interfaces/Client/Document.ts rename to src/Customer/Document.ts index 07978b4..73532b4 100644 --- a/src/Interfaces/Client/Document.ts +++ b/src/Customer/Document.ts @@ -1,11 +1,11 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { Customer } from "./Customer"; -import { DocumentHistory } from "./DocumentHistory"; -import { DocumentType } from "./DocumentType"; -import { File } from "./File"; -import { OfficeFolder } from "./OfficeFolder"; +import type Customer from "."; +import type DocumentHistory from "./DocumentHistory"; +import type DocumentType from "./DocumentType"; +import type File from "./File"; +import type OfficeFolder from "./OfficeFolder"; -export namespace Document { +namespace Document { export class IDocument { @IsNotEmpty() public uuid!: string; @@ -36,7 +36,7 @@ export namespace Document { } export enum EDocumentStatus { ASKED = "ASKED", - DEPOSITED ="DEPOSITED", + DEPOSITED = "DEPOSITED", VALIDATED = "VALIDATED", ANCHORED = "ANCHORED", REFUSED = "REFUSED", @@ -49,3 +49,5 @@ export namespace Document { | EDocumentStatus.ANCHORED | EDocumentStatus.REFUSED; } + +export default Document; diff --git a/src/Interfaces/Client/DocumentHistory.ts b/src/Customer/DocumentHistory.ts similarity index 83% rename from src/Interfaces/Client/DocumentHistory.ts rename to src/Customer/DocumentHistory.ts index a4cd333..243ee2e 100644 --- a/src/Interfaces/Client/DocumentHistory.ts +++ b/src/Customer/DocumentHistory.ts @@ -1,7 +1,7 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { Document } from "../Client/Document"; +import type Document from "./Document"; -export namespace DocumentHistory { +namespace DocumentHistory { export class IDocumentHistory { @IsNotEmpty() public uuid!: string; @@ -22,3 +22,5 @@ export namespace DocumentHistory { public updated_at: Date | null = null; } } + +export default DocumentHistory; diff --git a/src/Interfaces/Client/DocumentType.ts b/src/Customer/DocumentType.ts similarity index 78% rename from src/Interfaces/Client/DocumentType.ts rename to src/Customer/DocumentType.ts index 51cf965..318286c 100644 --- a/src/Interfaces/Client/DocumentType.ts +++ b/src/Customer/DocumentType.ts @@ -1,9 +1,9 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { DeedHasDocumentType } from "./DeedHasDocumentType"; -import { Document } from "./Document"; -import { DeedTypeHasDocumentType } from "./DeedTypeHasDocumentType"; +import type DeedHasDocumentType from "./DeedHasDocumentType"; +import type Document from "./Document"; +import type DeedTypeHasDocumentType from "./DeedTypeHasDocumentType"; -export namespace DocumentType { +namespace DocumentType { export class IDocumentType { @IsNotEmpty() public uuid!: string; @@ -36,3 +36,5 @@ export namespace DocumentType { public deed_type_has_document_types?: DeedTypeHasDocumentType.IDeedTypeHasDocumentType[]; } } + +export default DocumentType; diff --git a/src/Interfaces/Client/File.ts b/src/Customer/File.ts similarity index 83% rename from src/Interfaces/Client/File.ts rename to src/Customer/File.ts index bfe7ff2..e11b0a6 100644 --- a/src/Interfaces/Client/File.ts +++ b/src/Customer/File.ts @@ -1,7 +1,7 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { Document } from "./Document"; +import type Document from "./Document"; -export namespace File { +namespace File { export class IFile { @IsNotEmpty() public uuid!: string; @@ -19,3 +19,5 @@ export namespace File { public updated_at: Date | null = null; } } + +export default File; diff --git a/src/Interfaces/Client/Notification.ts b/src/Customer/Notification.ts similarity index 81% rename from src/Interfaces/Client/Notification.ts rename to src/Customer/Notification.ts index e694f68..1de9dcd 100644 --- a/src/Interfaces/Client/Notification.ts +++ b/src/Customer/Notification.ts @@ -1,7 +1,7 @@ import { IsNotEmpty, IsDate, IsUrl, IsOptional } from "class-validator"; -import { UserHasNotification } from "./UserHasNotification"; +import type UserHasNotification from "./UserHasNotification"; -export namespace Notification { +namespace Notification { export class INotification { @IsNotEmpty() public uuid!: string; @@ -23,3 +23,5 @@ export namespace Notification { user_has_notifications?: UserHasNotification.IUserHasNotification[]; } } + +export default Notification; diff --git a/src/Interfaces/Client/Office.ts b/src/Customer/Office.ts similarity index 82% rename from src/Interfaces/Client/Office.ts rename to src/Customer/Office.ts index 632b0a9..4f23a34 100644 --- a/src/Interfaces/Client/Office.ts +++ b/src/Customer/Office.ts @@ -1,10 +1,10 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { Address } from "./Address"; -import { DeedType } from "./DeedType"; -import { OfficeFolder } from "./OfficeFolder"; -import { User } from "./User"; +import type Address from "./Address"; +import type DeedType from "./DeedType"; +import type OfficeFolder from "./OfficeFolder"; +import type User from "../Notary/User"; -export namespace Office { +namespace Office { export class IOffice { @IsNotEmpty() public uuid!: string; @@ -49,3 +49,5 @@ export namespace Office { | EOfficeStatus.ACTIVATED | EOfficeStatus.DESACTIVATED; } + +export default Office; diff --git a/src/Interfaces/Client/OfficeFolder.ts b/src/Customer/OfficeFolder.ts similarity index 79% rename from src/Interfaces/Client/OfficeFolder.ts rename to src/Customer/OfficeFolder.ts index 888b877..cc4032b 100644 --- a/src/Interfaces/Client/OfficeFolder.ts +++ b/src/Customer/OfficeFolder.ts @@ -1,11 +1,11 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { Deed } from "./Deed"; -import { Document } from "./Document"; -import { Office } from "./Office"; -import { OfficeFolderHasCustomer } from "./OfficeFolderHasCustomer"; -import { OfficeFolderHasStakeholder } from "./OfficeFolderHasStakeholder"; +import type Deed from "./Deed"; +import type Document from "./Document"; +import type Office from "./Office"; +import type OfficeFolderHasCustomer from "./OfficeFolderHasCustomer"; +import type OfficeFolderHasStakeholder from "./OfficeFolderHasStakeholder"; -export namespace OfficeFolder { +namespace OfficeFolder { export class IOfficeFolder { @IsNotEmpty() public uuid!: string; @@ -51,5 +51,6 @@ export namespace OfficeFolder { ARCHIVED = "ARCHIVED", } export type TFolderStatus = EFolderStatus.LIVE | EFolderStatus.ARCHIVED; - } + +export default OfficeFolder; diff --git a/src/Interfaces/Client/OfficeFolderHasCustomer.ts b/src/Customer/OfficeFolderHasCustomer.ts similarity index 73% rename from src/Interfaces/Client/OfficeFolderHasCustomer.ts rename to src/Customer/OfficeFolderHasCustomer.ts index 7609423..003be4f 100644 --- a/src/Interfaces/Client/OfficeFolderHasCustomer.ts +++ b/src/Customer/OfficeFolderHasCustomer.ts @@ -1,7 +1,8 @@ import { IsNotEmpty, IsDate } from "class-validator"; -import { Customer } from "./Customer"; -import { OfficeFolder } from "./OfficeFolder"; -export namespace OfficeFolderHasCustomer { +import type Customer from "."; +import type OfficeFolder from "./OfficeFolder"; + +namespace OfficeFolderHasCustomer { export class IOfficeFolderHasCustomer { @IsNotEmpty() public uuid!: string; @@ -19,3 +20,5 @@ export namespace OfficeFolderHasCustomer { public updated_at: Date | null = null; } } + +export default OfficeFolderHasCustomer; diff --git a/src/Interfaces/Client/OfficeFolderHasStakeholder.ts b/src/Customer/OfficeFolderHasStakeholder.ts similarity index 72% rename from src/Interfaces/Client/OfficeFolderHasStakeholder.ts rename to src/Customer/OfficeFolderHasStakeholder.ts index 6099824..b96a594 100644 --- a/src/Interfaces/Client/OfficeFolderHasStakeholder.ts +++ b/src/Customer/OfficeFolderHasStakeholder.ts @@ -1,8 +1,8 @@ import { IsNotEmpty, IsDate } from "class-validator"; -import { OfficeFolder } from "./OfficeFolder"; -import { User } from "./User"; +import type OfficeFolder from "./OfficeFolder"; +import type User from "../Notary/User"; -export namespace OfficeFolderHasStakeholder { +namespace OfficeFolderHasStakeholder { export class IOfficeFolderHasStakeholder { @IsNotEmpty() public uuid!: string; @@ -20,3 +20,5 @@ export namespace OfficeFolderHasStakeholder { public updated_at: Date | null = null; } } + +export default OfficeFolderHasStakeholder; diff --git a/src/Interfaces/Client/UserHasNotification.ts b/src/Customer/UserHasNotification.ts similarity index 75% rename from src/Interfaces/Client/UserHasNotification.ts rename to src/Customer/UserHasNotification.ts index 8c30dee..8cd4ac5 100644 --- a/src/Interfaces/Client/UserHasNotification.ts +++ b/src/Customer/UserHasNotification.ts @@ -1,8 +1,8 @@ import { IsNotEmpty, IsDate } from "class-validator"; -import { Notification } from "./Notification"; -import { User } from "./User"; +import type Notification from "./Notification"; +import type User from "../Notary/User"; -export namespace UserHasNotification { +namespace UserHasNotification { export class IUserHasNotification { @IsNotEmpty() public uuid!: string; @@ -21,3 +21,5 @@ export namespace UserHasNotification { } export type ENotificationStatus = "READ" | "UNREAD"; } + +export default UserHasNotification; diff --git a/src/Interfaces/Client/Customer.ts b/src/Customer/index.ts similarity index 68% rename from src/Interfaces/Client/Customer.ts rename to src/Customer/index.ts index 3583e72..a204363 100644 --- a/src/Interfaces/Client/Customer.ts +++ b/src/Customer/index.ts @@ -1,9 +1,9 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { Contact } from "./Contact"; -import { Document } from "./Document"; -import { OfficeFolderHasCustomer } from "./OfficeFolderHasCustomer"; +import type Document from "./Document"; +import type OfficeFolderHasCustomer from "./OfficeFolderHasCustomer"; +import type Contact from "./Contact"; -export namespace Customer { +namespace Customer { export class ICustomer { @IsNotEmpty() public uuid!: string; @@ -31,5 +31,10 @@ export namespace Customer { PENDING = "PENDING", ERRONED = "ERRONED", } - export type TCustomerStatus = ECustomerStatus.VALIDATED | ECustomerStatus.PENDING | ECustomerStatus.ERRONED; + export type TCustomerStatus = + | ECustomerStatus.VALIDATED + | ECustomerStatus.PENDING + | ECustomerStatus.ERRONED; } + +export default Customer; diff --git a/src/Interfaces/Admin/Address.ts b/src/Interfaces/Admin/Address.ts deleted file mode 100644 index 4c7913a..0000000 --- a/src/Interfaces/Admin/Address.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { AddressClient } from "../.."; - - -export namespace Address { - export class IAddress extends AddressClient.IAddress {} -} diff --git a/src/Interfaces/Admin/Contact.ts b/src/Interfaces/Admin/Contact.ts deleted file mode 100644 index aa19c21..0000000 --- a/src/Interfaces/Admin/Contact.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { ContactClient } from "../.."; - - -export namespace Contact { - export class IContact extends ContactClient.IContact {} -} diff --git a/src/Interfaces/Admin/Customer.ts b/src/Interfaces/Admin/Customer.ts deleted file mode 100644 index 113d813..0000000 --- a/src/Interfaces/Admin/Customer.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { CustomerClient } from "../.."; - -export namespace Customer { - export class ICustomer extends CustomerClient.ICustomer {} -} diff --git a/src/Interfaces/Admin/Deed.ts b/src/Interfaces/Admin/Deed.ts deleted file mode 100644 index 848a8ca..0000000 --- a/src/Interfaces/Admin/Deed.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { DeedClient } from "../.."; -export namespace Deed { - export class IDeed extends DeedClient.IDeed {} -} diff --git a/src/Interfaces/Admin/DeedHasDocumentType.ts b/src/Interfaces/Admin/DeedHasDocumentType.ts deleted file mode 100644 index 53e3a87..0000000 --- a/src/Interfaces/Admin/DeedHasDocumentType.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { DeedHasDocumentTypeClient } from "../.."; -export namespace DeedHasDocumentType { - export class IDeedHasDocumentType extends DeedHasDocumentTypeClient.IDeedHasDocumentType {} -} diff --git a/src/Interfaces/Admin/DeedType.ts b/src/Interfaces/Admin/DeedType.ts deleted file mode 100644 index b6f668e..0000000 --- a/src/Interfaces/Admin/DeedType.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeClient } from "../.."; - -export namespace DeedType { - export class IDeedType extends DeedTypeClient.IDeedType {} -} diff --git a/src/Interfaces/Admin/DeedTypeHasDocumentType.ts b/src/Interfaces/Admin/DeedTypeHasDocumentType.ts deleted file mode 100644 index b84d24d..0000000 --- a/src/Interfaces/Admin/DeedTypeHasDocumentType.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeHasDocumentTypeClient } from "../.."; - -export namespace DeedTypeHasDocumentType { - export class IDeedTypeHasDocumentType extends DeedTypeHasDocumentTypeClient.IDeedTypeHasDocumentType {} -} diff --git a/src/Interfaces/Admin/Document.ts b/src/Interfaces/Admin/Document.ts deleted file mode 100644 index e6a8e90..0000000 --- a/src/Interfaces/Admin/Document.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentClient } from "../.."; - -export namespace Document { - export class IDocument extends DocumentClient.IDocument {} -} diff --git a/src/Interfaces/Admin/DocumentHistory.ts b/src/Interfaces/Admin/DocumentHistory.ts deleted file mode 100644 index 53d1924..0000000 --- a/src/Interfaces/Admin/DocumentHistory.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentHistoryClient } from "../.."; - -export namespace DocumentHistory { - export class IDocumentHistory extends DocumentHistoryClient.IDocumentHistory {} -} diff --git a/src/Interfaces/Admin/DocumentType.ts b/src/Interfaces/Admin/DocumentType.ts deleted file mode 100644 index 174b878..0000000 --- a/src/Interfaces/Admin/DocumentType.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentTypeClient } from "../.."; - -export namespace DocumentType { - export class IDocumentType extends DocumentTypeClient.IDocumentType {} -} diff --git a/src/Interfaces/Admin/File.ts b/src/Interfaces/Admin/File.ts deleted file mode 100644 index 29f3ccb..0000000 --- a/src/Interfaces/Admin/File.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { FileClient } from "../.."; - -export namespace File { - export class IFile extends FileClient.IFile {} -} diff --git a/src/Interfaces/Admin/Notification.ts b/src/Interfaces/Admin/Notification.ts deleted file mode 100644 index 45d9e74..0000000 --- a/src/Interfaces/Admin/Notification.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { NotificationClient } from "../.."; - -export namespace Notification { - export class INotification extends NotificationClient.INotification {} -} diff --git a/src/Interfaces/Admin/Office.ts b/src/Interfaces/Admin/Office.ts deleted file mode 100644 index 9d73b13..0000000 --- a/src/Interfaces/Admin/Office.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeClient } from "../.."; - -export namespace Office { - export class IOffice extends OfficeClient.IOffice {} -} diff --git a/src/Interfaces/Admin/OfficeFolder.ts b/src/Interfaces/Admin/OfficeFolder.ts deleted file mode 100644 index 6161403..0000000 --- a/src/Interfaces/Admin/OfficeFolder.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderClient } from "../.."; - -export namespace OfficeFolder { - export class IOfficeFolder extends OfficeFolderClient.IOfficeFolder {} -} diff --git a/src/Interfaces/Admin/OfficeFolderHasCustomer.ts b/src/Interfaces/Admin/OfficeFolderHasCustomer.ts deleted file mode 100644 index b9bf03d..0000000 --- a/src/Interfaces/Admin/OfficeFolderHasCustomer.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { OfficeFolderHasCustomerClient } from "../.."; -export namespace OfficeFolderHasCustomer { - export class IOfficeFolderHasCustomer extends OfficeFolderHasCustomerClient.IOfficeFolderHasCustomer {} -} diff --git a/src/Interfaces/Admin/OfficeFolderHasStakeholder.ts b/src/Interfaces/Admin/OfficeFolderHasStakeholder.ts deleted file mode 100644 index da563fd..0000000 --- a/src/Interfaces/Admin/OfficeFolderHasStakeholder.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderHasStakeholderClient } from "../.."; - -export namespace OfficeFolderHasStakeholder { - export class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholderClient.IOfficeFolderHasStakeholder {} -} diff --git a/src/Interfaces/Admin/User.ts b/src/Interfaces/Admin/User.ts deleted file mode 100644 index e019b91..0000000 --- a/src/Interfaces/Admin/User.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { UserClient } from "../.."; - -export namespace User { - export class IUser extends UserClient.IUser {} -} diff --git a/src/Interfaces/Admin/UserHasNotification.ts b/src/Interfaces/Admin/UserHasNotification.ts deleted file mode 100644 index 7bf0e15..0000000 --- a/src/Interfaces/Admin/UserHasNotification.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { UserHasNotificationClient } from "../.."; - -export namespace UserHasNotification { - export class IUserHasNotification extends UserHasNotificationClient.IUserHasNotification { - } -} diff --git a/src/Interfaces/Notary/Address.ts b/src/Interfaces/Notary/Address.ts deleted file mode 100644 index 4c7913a..0000000 --- a/src/Interfaces/Notary/Address.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { AddressClient } from "../.."; - - -export namespace Address { - export class IAddress extends AddressClient.IAddress {} -} diff --git a/src/Interfaces/Notary/Contact.ts b/src/Interfaces/Notary/Contact.ts deleted file mode 100644 index aa19c21..0000000 --- a/src/Interfaces/Notary/Contact.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { ContactClient } from "../.."; - - -export namespace Contact { - export class IContact extends ContactClient.IContact {} -} diff --git a/src/Interfaces/Notary/Customer.ts b/src/Interfaces/Notary/Customer.ts deleted file mode 100644 index 113d813..0000000 --- a/src/Interfaces/Notary/Customer.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { CustomerClient } from "../.."; - -export namespace Customer { - export class ICustomer extends CustomerClient.ICustomer {} -} diff --git a/src/Interfaces/Notary/Deed.ts b/src/Interfaces/Notary/Deed.ts deleted file mode 100644 index 848a8ca..0000000 --- a/src/Interfaces/Notary/Deed.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { DeedClient } from "../.."; -export namespace Deed { - export class IDeed extends DeedClient.IDeed {} -} diff --git a/src/Interfaces/Notary/DeedHasDocumentType.ts b/src/Interfaces/Notary/DeedHasDocumentType.ts deleted file mode 100644 index 53e3a87..0000000 --- a/src/Interfaces/Notary/DeedHasDocumentType.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { DeedHasDocumentTypeClient } from "../.."; -export namespace DeedHasDocumentType { - export class IDeedHasDocumentType extends DeedHasDocumentTypeClient.IDeedHasDocumentType {} -} diff --git a/src/Interfaces/Notary/DeedType.ts b/src/Interfaces/Notary/DeedType.ts deleted file mode 100644 index b6f668e..0000000 --- a/src/Interfaces/Notary/DeedType.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeClient } from "../.."; - -export namespace DeedType { - export class IDeedType extends DeedTypeClient.IDeedType {} -} diff --git a/src/Interfaces/Notary/DeedTypeHasDocumentType.ts b/src/Interfaces/Notary/DeedTypeHasDocumentType.ts deleted file mode 100644 index b84d24d..0000000 --- a/src/Interfaces/Notary/DeedTypeHasDocumentType.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeHasDocumentTypeClient } from "../.."; - -export namespace DeedTypeHasDocumentType { - export class IDeedTypeHasDocumentType extends DeedTypeHasDocumentTypeClient.IDeedTypeHasDocumentType {} -} diff --git a/src/Interfaces/Notary/Document.ts b/src/Interfaces/Notary/Document.ts deleted file mode 100644 index e6a8e90..0000000 --- a/src/Interfaces/Notary/Document.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentClient } from "../.."; - -export namespace Document { - export class IDocument extends DocumentClient.IDocument {} -} diff --git a/src/Interfaces/Notary/DocumentHistory.ts b/src/Interfaces/Notary/DocumentHistory.ts deleted file mode 100644 index 53d1924..0000000 --- a/src/Interfaces/Notary/DocumentHistory.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentHistoryClient } from "../.."; - -export namespace DocumentHistory { - export class IDocumentHistory extends DocumentHistoryClient.IDocumentHistory {} -} diff --git a/src/Interfaces/Notary/DocumentType.ts b/src/Interfaces/Notary/DocumentType.ts deleted file mode 100644 index 174b878..0000000 --- a/src/Interfaces/Notary/DocumentType.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentTypeClient } from "../.."; - -export namespace DocumentType { - export class IDocumentType extends DocumentTypeClient.IDocumentType {} -} diff --git a/src/Interfaces/Notary/File.ts b/src/Interfaces/Notary/File.ts deleted file mode 100644 index 29f3ccb..0000000 --- a/src/Interfaces/Notary/File.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { FileClient } from "../.."; - -export namespace File { - export class IFile extends FileClient.IFile {} -} diff --git a/src/Interfaces/Notary/Notification.ts b/src/Interfaces/Notary/Notification.ts deleted file mode 100644 index 45d9e74..0000000 --- a/src/Interfaces/Notary/Notification.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { NotificationClient } from "../.."; - -export namespace Notification { - export class INotification extends NotificationClient.INotification {} -} diff --git a/src/Interfaces/Notary/Office.ts b/src/Interfaces/Notary/Office.ts deleted file mode 100644 index 9d73b13..0000000 --- a/src/Interfaces/Notary/Office.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeClient } from "../.."; - -export namespace Office { - export class IOffice extends OfficeClient.IOffice {} -} diff --git a/src/Interfaces/Notary/OfficeFolder.ts b/src/Interfaces/Notary/OfficeFolder.ts deleted file mode 100644 index 6161403..0000000 --- a/src/Interfaces/Notary/OfficeFolder.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderClient } from "../.."; - -export namespace OfficeFolder { - export class IOfficeFolder extends OfficeFolderClient.IOfficeFolder {} -} diff --git a/src/Interfaces/Notary/OfficeFolderHasCustomer.ts b/src/Interfaces/Notary/OfficeFolderHasCustomer.ts deleted file mode 100644 index b9bf03d..0000000 --- a/src/Interfaces/Notary/OfficeFolderHasCustomer.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { OfficeFolderHasCustomerClient } from "../.."; -export namespace OfficeFolderHasCustomer { - export class IOfficeFolderHasCustomer extends OfficeFolderHasCustomerClient.IOfficeFolderHasCustomer {} -} diff --git a/src/Interfaces/Notary/OfficeFolderHasStakeholder.ts b/src/Interfaces/Notary/OfficeFolderHasStakeholder.ts deleted file mode 100644 index da563fd..0000000 --- a/src/Interfaces/Notary/OfficeFolderHasStakeholder.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderHasStakeholderClient } from "../.."; - -export namespace OfficeFolderHasStakeholder { - export class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholderClient.IOfficeFolderHasStakeholder {} -} diff --git a/src/Interfaces/Notary/User.ts b/src/Interfaces/Notary/User.ts deleted file mode 100644 index e019b91..0000000 --- a/src/Interfaces/Notary/User.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { UserClient } from "../.."; - -export namespace User { - export class IUser extends UserClient.IUser {} -} diff --git a/src/Interfaces/Notary/UserHasNotification.ts b/src/Interfaces/Notary/UserHasNotification.ts deleted file mode 100644 index 7bf0e15..0000000 --- a/src/Interfaces/Notary/UserHasNotification.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { UserHasNotificationClient } from "../.."; - -export namespace UserHasNotification { - export class IUserHasNotification extends UserHasNotificationClient.IUserHasNotification { - } -} diff --git a/src/Interfaces/SuperAdmin/Address.ts b/src/Interfaces/SuperAdmin/Address.ts deleted file mode 100644 index 4c7913a..0000000 --- a/src/Interfaces/SuperAdmin/Address.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { AddressClient } from "../.."; - - -export namespace Address { - export class IAddress extends AddressClient.IAddress {} -} diff --git a/src/Interfaces/SuperAdmin/Contact.ts b/src/Interfaces/SuperAdmin/Contact.ts deleted file mode 100644 index aa19c21..0000000 --- a/src/Interfaces/SuperAdmin/Contact.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { ContactClient } from "../.."; - - -export namespace Contact { - export class IContact extends ContactClient.IContact {} -} diff --git a/src/Interfaces/SuperAdmin/Customer.ts b/src/Interfaces/SuperAdmin/Customer.ts deleted file mode 100644 index 113d813..0000000 --- a/src/Interfaces/SuperAdmin/Customer.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { CustomerClient } from "../.."; - -export namespace Customer { - export class ICustomer extends CustomerClient.ICustomer {} -} diff --git a/src/Interfaces/SuperAdmin/Deed.ts b/src/Interfaces/SuperAdmin/Deed.ts deleted file mode 100644 index 848a8ca..0000000 --- a/src/Interfaces/SuperAdmin/Deed.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { DeedClient } from "../.."; -export namespace Deed { - export class IDeed extends DeedClient.IDeed {} -} diff --git a/src/Interfaces/SuperAdmin/DeedHasDocumentType.ts b/src/Interfaces/SuperAdmin/DeedHasDocumentType.ts deleted file mode 100644 index 53e3a87..0000000 --- a/src/Interfaces/SuperAdmin/DeedHasDocumentType.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { DeedHasDocumentTypeClient } from "../.."; -export namespace DeedHasDocumentType { - export class IDeedHasDocumentType extends DeedHasDocumentTypeClient.IDeedHasDocumentType {} -} diff --git a/src/Interfaces/SuperAdmin/DeedType.ts b/src/Interfaces/SuperAdmin/DeedType.ts deleted file mode 100644 index b6f668e..0000000 --- a/src/Interfaces/SuperAdmin/DeedType.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeClient } from "../.."; - -export namespace DeedType { - export class IDeedType extends DeedTypeClient.IDeedType {} -} diff --git a/src/Interfaces/SuperAdmin/DeedTypeHasDocumentType.ts b/src/Interfaces/SuperAdmin/DeedTypeHasDocumentType.ts deleted file mode 100644 index b84d24d..0000000 --- a/src/Interfaces/SuperAdmin/DeedTypeHasDocumentType.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DeedTypeHasDocumentTypeClient } from "../.."; - -export namespace DeedTypeHasDocumentType { - export class IDeedTypeHasDocumentType extends DeedTypeHasDocumentTypeClient.IDeedTypeHasDocumentType {} -} diff --git a/src/Interfaces/SuperAdmin/Document.ts b/src/Interfaces/SuperAdmin/Document.ts deleted file mode 100644 index e6a8e90..0000000 --- a/src/Interfaces/SuperAdmin/Document.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentClient } from "../.."; - -export namespace Document { - export class IDocument extends DocumentClient.IDocument {} -} diff --git a/src/Interfaces/SuperAdmin/DocumentHistory.ts b/src/Interfaces/SuperAdmin/DocumentHistory.ts deleted file mode 100644 index 53d1924..0000000 --- a/src/Interfaces/SuperAdmin/DocumentHistory.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentHistoryClient } from "../.."; - -export namespace DocumentHistory { - export class IDocumentHistory extends DocumentHistoryClient.IDocumentHistory {} -} diff --git a/src/Interfaces/SuperAdmin/DocumentType.ts b/src/Interfaces/SuperAdmin/DocumentType.ts deleted file mode 100644 index 174b878..0000000 --- a/src/Interfaces/SuperAdmin/DocumentType.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { DocumentTypeClient } from "../.."; - -export namespace DocumentType { - export class IDocumentType extends DocumentTypeClient.IDocumentType {} -} diff --git a/src/Interfaces/SuperAdmin/File.ts b/src/Interfaces/SuperAdmin/File.ts deleted file mode 100644 index 29f3ccb..0000000 --- a/src/Interfaces/SuperAdmin/File.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { FileClient } from "../.."; - -export namespace File { - export class IFile extends FileClient.IFile {} -} diff --git a/src/Interfaces/SuperAdmin/Notification.ts b/src/Interfaces/SuperAdmin/Notification.ts deleted file mode 100644 index 45d9e74..0000000 --- a/src/Interfaces/SuperAdmin/Notification.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { NotificationClient } from "../.."; - -export namespace Notification { - export class INotification extends NotificationClient.INotification {} -} diff --git a/src/Interfaces/SuperAdmin/Office.ts b/src/Interfaces/SuperAdmin/Office.ts deleted file mode 100644 index 9d73b13..0000000 --- a/src/Interfaces/SuperAdmin/Office.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeClient } from "../.."; - -export namespace Office { - export class IOffice extends OfficeClient.IOffice {} -} diff --git a/src/Interfaces/SuperAdmin/OfficeFolder.ts b/src/Interfaces/SuperAdmin/OfficeFolder.ts deleted file mode 100644 index 6161403..0000000 --- a/src/Interfaces/SuperAdmin/OfficeFolder.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderClient } from "../.."; - -export namespace OfficeFolder { - export class IOfficeFolder extends OfficeFolderClient.IOfficeFolder {} -} diff --git a/src/Interfaces/SuperAdmin/OfficeFolderHasCustomer.ts b/src/Interfaces/SuperAdmin/OfficeFolderHasCustomer.ts deleted file mode 100644 index b9bf03d..0000000 --- a/src/Interfaces/SuperAdmin/OfficeFolderHasCustomer.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { OfficeFolderHasCustomerClient } from "../.."; -export namespace OfficeFolderHasCustomer { - export class IOfficeFolderHasCustomer extends OfficeFolderHasCustomerClient.IOfficeFolderHasCustomer {} -} diff --git a/src/Interfaces/SuperAdmin/OfficeFolderHasStakeholder.ts b/src/Interfaces/SuperAdmin/OfficeFolderHasStakeholder.ts deleted file mode 100644 index da563fd..0000000 --- a/src/Interfaces/SuperAdmin/OfficeFolderHasStakeholder.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { OfficeFolderHasStakeholderClient } from "../.."; - -export namespace OfficeFolderHasStakeholder { - export class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholderClient.IOfficeFolderHasStakeholder {} -} diff --git a/src/Interfaces/SuperAdmin/User.ts b/src/Interfaces/SuperAdmin/User.ts deleted file mode 100644 index e019b91..0000000 --- a/src/Interfaces/SuperAdmin/User.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { UserClient } from "../.."; - -export namespace User { - export class IUser extends UserClient.IUser {} -} diff --git a/src/Interfaces/SuperAdmin/UserHasNotification.ts b/src/Interfaces/SuperAdmin/UserHasNotification.ts deleted file mode 100644 index 7bf0e15..0000000 --- a/src/Interfaces/SuperAdmin/UserHasNotification.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { UserHasNotificationClient } from "../.."; - -export namespace UserHasNotification { - export class IUserHasNotification extends UserHasNotificationClient.IUserHasNotification { - } -} diff --git a/src/Notary/Address.ts b/src/Notary/Address.ts new file mode 100644 index 0000000..ceba905 --- /dev/null +++ b/src/Notary/Address.ts @@ -0,0 +1,7 @@ +import Address_ from "../Customer/Address"; + +namespace Address { + export class IAddress extends Address_.IAddress {} +} + +export default Address; diff --git a/src/Notary/Contact.ts b/src/Notary/Contact.ts new file mode 100644 index 0000000..4ca24af --- /dev/null +++ b/src/Notary/Contact.ts @@ -0,0 +1,7 @@ +import Contact_ from "../Customer/Contact"; + +namespace Contact { + export class IContact extends Contact_.IContact {} +} + +export default Contact; diff --git a/src/Notary/Customer.ts b/src/Notary/Customer.ts new file mode 100644 index 0000000..f087936 --- /dev/null +++ b/src/Notary/Customer.ts @@ -0,0 +1,7 @@ +import Customer_ from "../Customer"; + +namespace Customer { + export class ICustomer extends Customer_.ICustomer {} +} + +export default Customer; diff --git a/src/Notary/Deed.ts b/src/Notary/Deed.ts new file mode 100644 index 0000000..5289310 --- /dev/null +++ b/src/Notary/Deed.ts @@ -0,0 +1,7 @@ +import Deed_ from "../Customer/Deed"; + +namespace Deed { + export class IDeed extends Deed_.IDeed {} +} + +export default Deed; diff --git a/src/Notary/DeedHasDocumentType.ts b/src/Notary/DeedHasDocumentType.ts new file mode 100644 index 0000000..f382590 --- /dev/null +++ b/src/Notary/DeedHasDocumentType.ts @@ -0,0 +1,7 @@ +import DeedHasDocumentType_ from "../Customer/DeedHasDocumentType"; + +namespace DeedHasDocumentType { + export class IDeedHasDocumentType extends DeedHasDocumentType_.IDeedHasDocumentType {} +} + +export default DeedHasDocumentType; diff --git a/src/Notary/DeedType.ts b/src/Notary/DeedType.ts new file mode 100644 index 0000000..2f6b22c --- /dev/null +++ b/src/Notary/DeedType.ts @@ -0,0 +1,7 @@ +import DeedType_ from "../Customer/DeedType"; + +namespace DeedType { + export class IDeedType extends DeedType_.IDeedType {} +} + +export default DeedType; diff --git a/src/Notary/DeedTypeHasDocumentType.ts b/src/Notary/DeedTypeHasDocumentType.ts new file mode 100644 index 0000000..2acadb6 --- /dev/null +++ b/src/Notary/DeedTypeHasDocumentType.ts @@ -0,0 +1,7 @@ +import DeedTypeHasDocumentType_ from "../Customer/DeedTypeHasDocumentType"; + +namespace DeedTypeHasDocumentType { + export class IDeedTypeHasDocumentType extends DeedTypeHasDocumentType_.IDeedTypeHasDocumentType {} +} + +export default DeedTypeHasDocumentType; diff --git a/src/Notary/Document.ts b/src/Notary/Document.ts new file mode 100644 index 0000000..a2d1380 --- /dev/null +++ b/src/Notary/Document.ts @@ -0,0 +1,7 @@ +import Document_ from "../Customer/Document"; + +namespace Document { + export class IDocument extends Document_.IDocument {} +} + +export default Document; diff --git a/src/Notary/DocumentHistory.ts b/src/Notary/DocumentHistory.ts new file mode 100644 index 0000000..82a54ac --- /dev/null +++ b/src/Notary/DocumentHistory.ts @@ -0,0 +1,7 @@ +import DocumentHistory_ from "../Customer/DocumentHistory"; + +namespace DocumentHistory { + export class IDocumentHistory extends DocumentHistory_.IDocumentHistory {} +} + +export default DocumentHistory; diff --git a/src/Notary/DocumentType.ts b/src/Notary/DocumentType.ts new file mode 100644 index 0000000..0e767da --- /dev/null +++ b/src/Notary/DocumentType.ts @@ -0,0 +1,7 @@ +import DocumentType_ from "../Customer/DocumentType"; + +namespace DocumentType { + export class IDocumentType extends DocumentType_.IDocumentType {} +} + +export default DocumentType; diff --git a/src/Notary/File.ts b/src/Notary/File.ts new file mode 100644 index 0000000..f6054b7 --- /dev/null +++ b/src/Notary/File.ts @@ -0,0 +1,7 @@ +import File_ from "../Customer/File"; + +namespace File { + export class IFile extends File_.IFile {} +} + +export default File; diff --git a/src/Notary/Notification.ts b/src/Notary/Notification.ts new file mode 100644 index 0000000..a1c7267 --- /dev/null +++ b/src/Notary/Notification.ts @@ -0,0 +1,7 @@ +import Notification_ from "../Customer/Notification"; + +namespace Notification { + export class INotification extends Notification_.INotification {} +} + +export default Notification; diff --git a/src/Notary/Office.ts b/src/Notary/Office.ts new file mode 100644 index 0000000..513b468 --- /dev/null +++ b/src/Notary/Office.ts @@ -0,0 +1,7 @@ +import Office_ from "../Customer/Office"; + +namespace Office { + export class IOffice extends Office_.IOffice {} +} + +export default Office; diff --git a/src/Notary/OfficeFolder.ts b/src/Notary/OfficeFolder.ts new file mode 100644 index 0000000..65711ce --- /dev/null +++ b/src/Notary/OfficeFolder.ts @@ -0,0 +1,7 @@ +import OfficeFolder_ from "../Customer/OfficeFolder"; + +namespace OfficeFolder { + export class IOfficeFolder extends OfficeFolder_.IOfficeFolder {} +} + +export default OfficeFolder; diff --git a/src/Notary/OfficeFolderHasCustomer.ts b/src/Notary/OfficeFolderHasCustomer.ts new file mode 100644 index 0000000..bfbeb48 --- /dev/null +++ b/src/Notary/OfficeFolderHasCustomer.ts @@ -0,0 +1,7 @@ +import OfficeFolderHasCustomer_ from "../Customer/OfficeFolderHasCustomer"; + +namespace OfficeFolderHasCustomer { + export class IOfficeFolderHasCustomer extends OfficeFolderHasCustomer_.IOfficeFolderHasCustomer {} +} + +export default OfficeFolderHasCustomer; diff --git a/src/Notary/OfficeFolderHasStakeholder.ts b/src/Notary/OfficeFolderHasStakeholder.ts new file mode 100644 index 0000000..43071db --- /dev/null +++ b/src/Notary/OfficeFolderHasStakeholder.ts @@ -0,0 +1,7 @@ +import OfficeFolderHasStakeholder_ from "../Customer/OfficeFolderHasStakeholder"; + +namespace OfficeFolderHasStakeholder { + export class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholder_.IOfficeFolderHasStakeholder {} +} + +export default OfficeFolderHasStakeholder; diff --git a/src/Interfaces/Client/User.ts b/src/Notary/User.ts similarity index 72% rename from src/Interfaces/Client/User.ts rename to src/Notary/User.ts index c882b02..be404a9 100644 --- a/src/Interfaces/Client/User.ts +++ b/src/Notary/User.ts @@ -1,10 +1,10 @@ import { IsNotEmpty, IsDate, IsOptional } from "class-validator"; -import { Contact } from "./Contact"; -import { Document } from "./Document"; -import { Office } from "./Office"; -import { OfficeFolderHasStakeholder } from "./OfficeFolderHasStakeholder"; +import Contact from "../Customer/Contact"; +import Document from "../Customer/Document"; +import Office from "../Customer/Office"; +import OfficeFolderHasStakeholder from "../Customer/OfficeFolderHasStakeholder"; -export namespace User { +namespace User { export class IUser { @IsNotEmpty() public uuid!: string; @@ -31,3 +31,5 @@ export namespace User { documents?: Document.IDocument; } } + +export default User; diff --git a/src/Notary/UserHasNotification.ts b/src/Notary/UserHasNotification.ts new file mode 100644 index 0000000..a04845c --- /dev/null +++ b/src/Notary/UserHasNotification.ts @@ -0,0 +1,7 @@ +import UserHasNotification_ from "../Customer/UserHasNotification"; + +namespace UserHasNotification { + export class IUserHasNotification extends UserHasNotification_.IUserHasNotification {} +} + +export default UserHasNotification; diff --git a/src/Notary/index.ts b/src/Notary/index.ts new file mode 100644 index 0000000..abac77e --- /dev/null +++ b/src/Notary/index.ts @@ -0,0 +1,4 @@ +import User from "./User"; +export { default as Customer } from "./Customer"; + +export default User; diff --git a/src/SuperAdmin/Address.ts b/src/SuperAdmin/Address.ts new file mode 100644 index 0000000..f100199 --- /dev/null +++ b/src/SuperAdmin/Address.ts @@ -0,0 +1,7 @@ +import Address_ from "../Admin/Address"; + +namespace Address { + export class IAddress extends Address_.IAddress {} +} + +export default Address; diff --git a/src/SuperAdmin/Contact.ts b/src/SuperAdmin/Contact.ts new file mode 100644 index 0000000..e28cbc6 --- /dev/null +++ b/src/SuperAdmin/Contact.ts @@ -0,0 +1,7 @@ +import Contact_ from "../Admin/Contact"; + +namespace Contact { + export class IContact extends Contact_.IContact {} +} + +export default Contact; diff --git a/src/SuperAdmin/Customer.ts b/src/SuperAdmin/Customer.ts new file mode 100644 index 0000000..05f0f2c --- /dev/null +++ b/src/SuperAdmin/Customer.ts @@ -0,0 +1,7 @@ +import Customer_ from "../Admin/Customer"; + +namespace Customer { + export class ICustomer extends Customer_.ICustomer {} +} + +export default Customer; diff --git a/src/SuperAdmin/Deed.ts b/src/SuperAdmin/Deed.ts new file mode 100644 index 0000000..85837e5 --- /dev/null +++ b/src/SuperAdmin/Deed.ts @@ -0,0 +1,7 @@ +import Deed_ from "../Admin/Deed"; + +namespace Deed { + export class IDeed extends Deed_.IDeed {} +} + +export default Deed; diff --git a/src/SuperAdmin/DeedHasDocumentType.ts b/src/SuperAdmin/DeedHasDocumentType.ts new file mode 100644 index 0000000..4c015dd --- /dev/null +++ b/src/SuperAdmin/DeedHasDocumentType.ts @@ -0,0 +1,7 @@ +import DeedHasDocumentType_ from "../Admin/DeedHasDocumentType"; + +namespace DeedHasDocumentType { + export class IDeedHasDocumentType extends DeedHasDocumentType_.IDeedHasDocumentType {} +} + +export default DeedHasDocumentType; diff --git a/src/SuperAdmin/DeedType.ts b/src/SuperAdmin/DeedType.ts new file mode 100644 index 0000000..d6477b0 --- /dev/null +++ b/src/SuperAdmin/DeedType.ts @@ -0,0 +1,7 @@ +import DeedType_ from "../Admin/DeedType"; + +namespace DeedType { + export class IDeedType extends DeedType_.IDeedType {} +} + +export default DeedType; diff --git a/src/SuperAdmin/DeedTypeHasDocumentType.ts b/src/SuperAdmin/DeedTypeHasDocumentType.ts new file mode 100644 index 0000000..a11cc89 --- /dev/null +++ b/src/SuperAdmin/DeedTypeHasDocumentType.ts @@ -0,0 +1,7 @@ +import DeedTypeHasDocumentType_ from "../Admin/DeedTypeHasDocumentType"; + +namespace DeedTypeHasDocumentType { + export class IDeedTypeHasDocumentType extends DeedTypeHasDocumentType_.IDeedTypeHasDocumentType {} +} + +export default DeedTypeHasDocumentType; diff --git a/src/SuperAdmin/Document.ts b/src/SuperAdmin/Document.ts new file mode 100644 index 0000000..9c463db --- /dev/null +++ b/src/SuperAdmin/Document.ts @@ -0,0 +1,7 @@ +import Document_ from "../Admin/Document"; + +namespace Document { + export class IDocument extends Document_.IDocument {} +} + +export default Document; diff --git a/src/SuperAdmin/DocumentHistory.ts b/src/SuperAdmin/DocumentHistory.ts new file mode 100644 index 0000000..7bbd087 --- /dev/null +++ b/src/SuperAdmin/DocumentHistory.ts @@ -0,0 +1,7 @@ +import DocumentHistory_ from "../Admin/DocumentHistory"; + +namespace DocumentHistory { + export class IDocumentHistory extends DocumentHistory_.IDocumentHistory {} +} + +export default DocumentHistory; diff --git a/src/SuperAdmin/DocumentType.ts b/src/SuperAdmin/DocumentType.ts new file mode 100644 index 0000000..e1c2de4 --- /dev/null +++ b/src/SuperAdmin/DocumentType.ts @@ -0,0 +1,7 @@ +import DocumentType_ from "../Admin/DocumentType"; + +namespace DocumentType { + export class IDocumentType extends DocumentType_.IDocumentType {} +} + +export default DocumentType; diff --git a/src/SuperAdmin/File.ts b/src/SuperAdmin/File.ts new file mode 100644 index 0000000..4b1068c --- /dev/null +++ b/src/SuperAdmin/File.ts @@ -0,0 +1,7 @@ +import File_ from "../Admin/File"; + +namespace File { + export class IFile extends File_.IFile {} +} + +export default File; diff --git a/src/SuperAdmin/Notification.ts b/src/SuperAdmin/Notification.ts new file mode 100644 index 0000000..ab1d4eb --- /dev/null +++ b/src/SuperAdmin/Notification.ts @@ -0,0 +1,7 @@ +import Notification_ from "../Admin/Notification"; + +namespace Notification { + export class INotification extends Notification_.INotification {} +} + +export default Notification; diff --git a/src/SuperAdmin/Office.ts b/src/SuperAdmin/Office.ts new file mode 100644 index 0000000..b81cfae --- /dev/null +++ b/src/SuperAdmin/Office.ts @@ -0,0 +1,7 @@ +import Office_ from "../Admin/Office"; + +namespace Office { + export class IOffice extends Office_.IOffice {} +} + +export default Office; diff --git a/src/SuperAdmin/OfficeFolder.ts b/src/SuperAdmin/OfficeFolder.ts new file mode 100644 index 0000000..a324897 --- /dev/null +++ b/src/SuperAdmin/OfficeFolder.ts @@ -0,0 +1,7 @@ +import OfficeFolder_ from "../Admin/OfficeFolder"; + +namespace OfficeFolder { + export class IOfficeFolder extends OfficeFolder_.IOfficeFolder {} +} + +export default OfficeFolder; diff --git a/src/SuperAdmin/OfficeFolderHasCustomer.ts b/src/SuperAdmin/OfficeFolderHasCustomer.ts new file mode 100644 index 0000000..f6e8f63 --- /dev/null +++ b/src/SuperAdmin/OfficeFolderHasCustomer.ts @@ -0,0 +1,7 @@ +import OfficeFolderHasCustomer_ from "../Admin/OfficeFolderHasCustomer"; + +namespace OfficeFolderHasCustomer { + export class IOfficeFolderHasCustomer extends OfficeFolderHasCustomer_.IOfficeFolderHasCustomer {} +} + +export default OfficeFolderHasCustomer; diff --git a/src/SuperAdmin/OfficeFolderHasStakeholder.ts b/src/SuperAdmin/OfficeFolderHasStakeholder.ts new file mode 100644 index 0000000..e973c89 --- /dev/null +++ b/src/SuperAdmin/OfficeFolderHasStakeholder.ts @@ -0,0 +1,7 @@ +import OfficeFolderHasStakeholder_ from "../Admin/OfficeFolderHasStakeholder"; + +namespace OfficeFolderHasStakeholder { + export class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholder_.IOfficeFolderHasStakeholder {} +} + +export default OfficeFolderHasStakeholder; diff --git a/src/SuperAdmin/User.ts b/src/SuperAdmin/User.ts new file mode 100644 index 0000000..3d04efc --- /dev/null +++ b/src/SuperAdmin/User.ts @@ -0,0 +1,7 @@ +import User_ from "../Admin/User"; + +namespace User { + export class IUser extends User_.IUser {} +} + +export default User; diff --git a/src/SuperAdmin/UserHasNotification.ts b/src/SuperAdmin/UserHasNotification.ts new file mode 100644 index 0000000..a04845c --- /dev/null +++ b/src/SuperAdmin/UserHasNotification.ts @@ -0,0 +1,7 @@ +import UserHasNotification_ from "../Customer/UserHasNotification"; + +namespace UserHasNotification { + export class IUserHasNotification extends UserHasNotification_.IUserHasNotification {} +} + +export default UserHasNotification; diff --git a/src/index.ts b/src/index.ts deleted file mode 100644 index 1f1e709..0000000 --- a/src/index.ts +++ /dev/null @@ -1,92 +0,0 @@ -/** - * @description Namespace Client - * It contains all the interfaces and namespaces for the Client - */ -export { Address as AddressClient } from "./Interfaces/Client/Address"; -export { Contact as ContactClient } from "./Interfaces/Client/Contact"; -export { Customer as CustomerClient } from "./Interfaces/Client/Customer"; -export { Deed as DeedClient } from "./Interfaces/Client/Deed"; -export { DeedHasDocumentType as DeedHasDocumentTypeClient } from "./Interfaces/Client/DeedHasDocumentType"; -export { DeedType as DeedTypeClient } from "./Interfaces/Client/DeedType"; -export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeClient } from "./Interfaces/Client/DeedTypeHasDocumentType"; -export { Document as DocumentClient } from "./Interfaces/Client/Document"; -export { DocumentHistory as DocumentHistoryClient } from "./Interfaces/Client/DocumentHistory"; -export { DocumentType as DocumentTypeClient } from "./Interfaces/Client/DocumentType"; -export { File as FileClient } from "./Interfaces/Client/File"; -export { Notification as NotificationClient } from "./Interfaces/Client/Notification"; -export { Office as OfficeClient } from "./Interfaces/Client/Office"; -export { OfficeFolder as OfficeFolderClient } from "./Interfaces/Client/OfficeFolder"; -export { OfficeFolderHasCustomer as OfficeFolderHasCustomerClient } from "./Interfaces/Client/OfficeFolderHasCustomer"; -export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderClient } from "./Interfaces/Client/OfficeFolderHasStakeholder"; -export { User as UserClient } from "./Interfaces/Client/User"; -export { UserHasNotification as UserHasNotificationClient } from "./Interfaces/Client/UserHasNotification"; - -/** - * @description Namespace Notary - * It contains all the interfaces and enums for the user - */ -export { Address as AddressNotary } from "./Interfaces/Notary/Address"; -export { Contact as ContactNotary } from "./Interfaces/Notary/Contact"; -export { Customer as CustomerNotary } from "./Interfaces/Notary/Customer"; -export { Deed as DeedNotary } from "./Interfaces/Notary/Deed"; -export { DeedHasDocumentType as DeedHasDocumentTypeNotary } from "./Interfaces/Notary/DeedHasDocumentType"; -export { DeedType as DeedTypeNotary } from "./Interfaces/Notary/DeedType"; -export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeNotary } from "./Interfaces/Notary/DeedTypeHasDocumentType"; -export { Document as DocumentNotary } from "./Interfaces/Notary/Document"; -export { DocumentHistory as DocumentHistoryNotary } from "./Interfaces/Notary/DocumentHistory"; -export { DocumentType as DocumentTypeNotary } from "./Interfaces/Notary/DocumentType"; -export { File as FileNotary } from "./Interfaces/Notary/File"; -export { Notification as NotificationNotary } from "./Interfaces/Notary/Notification"; -export { Office as OfficeNotary } from "./Interfaces/Notary/Office"; -export { OfficeFolder as OfficeFolderNotary } from "./Interfaces/Notary/OfficeFolder"; -export { OfficeFolderHasCustomer as OfficeFolderHasCustomerNotary } from "./Interfaces/Notary/OfficeFolderHasCustomer"; -export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderNotary } from "./Interfaces/Notary/OfficeFolderHasStakeholder"; -export { User as UserNotary } from "./Interfaces/Notary/User"; -export { UserHasNotification as UserHasNotificationNotary } from "./Interfaces/Notary/UserHasNotification"; - -/** - * @description Namespace Admin - * It contains all the interfaces and enums for the Admin - */ -export { Address as AddressAdmin } from "./Interfaces/Admin/Address"; -export { Contact as ContactAdmin } from "./Interfaces/Admin/Contact"; -export { Customer as CustomerAdmin } from "./Interfaces/Admin/Customer"; -export { Deed as DeedAdmin } from "./Interfaces/Admin/Deed"; -export { DeedHasDocumentType as DeedHasDocumentTypeAdmin } from "./Interfaces/Admin/DeedHasDocumentType"; -export { DeedType as DeedTypeAdmin } from "./Interfaces/Admin/DeedType"; -export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeAdmin } from "./Interfaces/Admin/DeedTypeHasDocumentType"; -export { Document as DocumentAdmin } from "./Interfaces/Admin/Document"; -export { DocumentHistory as DocumentHistoryAdmin } from "./Interfaces/Admin/DocumentHistory"; -export { DocumentType as DocumentTypeAdmin } from "./Interfaces/Admin/DocumentType"; -export { File as FileAdmin } from "./Interfaces/Admin/File"; -export { Notification as NotificationAdmin } from "./Interfaces/Admin/Notification"; -export { Office as OfficeAdmin } from "./Interfaces/Admin/Office"; -export { OfficeFolder as OfficeFolderAdmin } from "./Interfaces/Admin/OfficeFolder"; -export { OfficeFolderHasCustomer as OfficeFolderHasCustomerAdmin } from "./Interfaces/Admin/OfficeFolderHasCustomer"; -export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderAdmin } from "./Interfaces/Admin/OfficeFolderHasStakeholder"; -export { User as UserAdmin } from "./Interfaces/Admin/User"; -export { UserHasNotification as UserHasNotificationAdmin } from "./Interfaces/Admin/UserHasNotification"; - - -/** - * @description Namespace SuperAdmin - * It contains all the interfaces and namespaces for the SuperAdmin - */ -export { Address as AddressSuperAdmin } from "./Interfaces/SuperAdmin/Address"; -export { Contact as ContactSuperAdmin } from "./Interfaces/SuperAdmin/Contact"; -export { Customer as SuperAdminSuperAdmin } from "./Interfaces/SuperAdmin/Customer"; -export { Deed as DeedSuperAdmin } from "./Interfaces/SuperAdmin/Deed"; -export { DeedHasDocumentType as DeedHasDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/DeedHasDocumentType"; -export { DeedType as DeedTypeSuperAdmin } from "./Interfaces/SuperAdmin/DeedType"; -export { DeedTypeHasDocumentType as DeedTypeHasDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/DeedTypeHasDocumentType"; -export { Document as DocumentSuperAdmin } from "./Interfaces/SuperAdmin/Document"; -export { DocumentHistory as DocumentHistorySuperAdmin } from "./Interfaces/SuperAdmin/DocumentHistory"; -export { DocumentType as DocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/DocumentType"; -export { File as FileSuperAdmin } from "./Interfaces/SuperAdmin/File"; -export { Notification as NotificationSuperAdmin } from "./Interfaces/SuperAdmin/Notification"; -export { Office as OfficeSuperAdmin } from "./Interfaces/SuperAdmin/Office"; -export { OfficeFolder as OfficeFolderSuperAdmin } from "./Interfaces/SuperAdmin/OfficeFolder"; -export { OfficeFolderHasCustomer as OfficeFolderHasSuperAdminSuperAdmin } from "./Interfaces/SuperAdmin/OfficeFolderHasCustomer"; -export { OfficeFolderHasStakeholder as OfficeFolderHasStakeholderSuperAdmin } from "./Interfaces/SuperAdmin/OfficeFolderHasStakeholder"; -export { User as UserSuperAdmin } from "./Interfaces/SuperAdmin/User"; -export { UserHasNotification as UserHasNotificationSuperAdmin } from "./Interfaces/SuperAdmin/UserHasNotification";