♻️ clean ressources based on namespace index and import only type (not validators) -> Fix bug
This commit is contained in:
parent
d3462729fa
commit
afccc95bfb
6
dist/Admin/Address.d.ts
vendored
Normal file
6
dist/Admin/Address.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import Address_ from "../Notary/Address";
|
||||
declare namespace Address {
|
||||
class IAddress extends Address_.IAddress {
|
||||
}
|
||||
}
|
||||
export default Address;
|
13
dist/Admin/Address.js
vendored
Normal file
13
dist/Admin/Address.js
vendored
Normal file
@ -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;
|
6
dist/Admin/Contact.d.ts
vendored
Normal file
6
dist/Admin/Contact.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import Contact_ from "../Notary/Contact";
|
||||
declare namespace Contact {
|
||||
class IContact extends Contact_.IContact {
|
||||
}
|
||||
}
|
||||
export default Contact;
|
13
dist/Admin/Contact.js
vendored
Normal file
13
dist/Admin/Contact.js
vendored
Normal file
@ -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;
|
6
dist/Admin/Customer.d.ts
vendored
Normal file
6
dist/Admin/Customer.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import Customer_ from "../Customer";
|
||||
declare namespace Customer {
|
||||
class ICustomer extends Customer_.ICustomer {
|
||||
}
|
||||
}
|
||||
export default Customer;
|
13
dist/Admin/Customer.js
vendored
Normal file
13
dist/Admin/Customer.js
vendored
Normal file
@ -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;
|
6
dist/Admin/Deed.d.ts
vendored
Normal file
6
dist/Admin/Deed.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import Deed_ from "../Notary/Deed";
|
||||
declare namespace Deed {
|
||||
class IDeed extends Deed_.IDeed {
|
||||
}
|
||||
}
|
||||
export default Deed;
|
13
dist/Admin/Deed.js
vendored
Normal file
13
dist/Admin/Deed.js
vendored
Normal file
@ -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;
|
6
dist/Admin/DeedHasDocumentType.d.ts
vendored
Normal file
6
dist/Admin/DeedHasDocumentType.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import DeedHasDocumentType_ from "../Notary/DeedHasDocumentType";
|
||||
declare namespace DeedHasDocumentType {
|
||||
class IDeedHasDocumentType extends DeedHasDocumentType_.IDeedHasDocumentType {
|
||||
}
|
||||
}
|
||||
export default DeedHasDocumentType;
|
13
dist/Admin/DeedHasDocumentType.js
vendored
Normal file
13
dist/Admin/DeedHasDocumentType.js
vendored
Normal file
@ -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;
|
6
dist/Admin/DeedType.d.ts
vendored
Normal file
6
dist/Admin/DeedType.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import DeedType_ from "../Notary/DeedType";
|
||||
declare namespace DeedType {
|
||||
class IDeedType extends DeedType_.IDeedType {
|
||||
}
|
||||
}
|
||||
export default DeedType;
|
13
dist/Admin/DeedType.js
vendored
Normal file
13
dist/Admin/DeedType.js
vendored
Normal file
@ -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;
|
6
dist/Admin/DeedTypeHasDocumentType.d.ts
vendored
Normal file
6
dist/Admin/DeedTypeHasDocumentType.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import DeedTypeHasDocumentType_ from "../Notary/DeedTypeHasDocumentType";
|
||||
declare namespace DeedTypeHasDocumentType {
|
||||
class IDeedTypeHasDocumentType extends DeedTypeHasDocumentType_.IDeedTypeHasDocumentType {
|
||||
}
|
||||
}
|
||||
export default DeedTypeHasDocumentType;
|
13
dist/Admin/DeedTypeHasDocumentType.js
vendored
Normal file
13
dist/Admin/DeedTypeHasDocumentType.js
vendored
Normal file
@ -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;
|
6
dist/Admin/Document.d.ts
vendored
Normal file
6
dist/Admin/Document.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import Document_ from "../Notary/Document";
|
||||
declare namespace Document {
|
||||
class IDocument extends Document_.IDocument {
|
||||
}
|
||||
}
|
||||
export default Document;
|
13
dist/Admin/Document.js
vendored
Normal file
13
dist/Admin/Document.js
vendored
Normal file
@ -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;
|
6
dist/Admin/DocumentHistory.d.ts
vendored
Normal file
6
dist/Admin/DocumentHistory.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import DocumentHistory_ from "../Notary/DocumentHistory";
|
||||
declare namespace DocumentHistory {
|
||||
class IDocumentHistory extends DocumentHistory_.IDocumentHistory {
|
||||
}
|
||||
}
|
||||
export default DocumentHistory;
|
13
dist/Admin/DocumentHistory.js
vendored
Normal file
13
dist/Admin/DocumentHistory.js
vendored
Normal file
@ -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;
|
6
dist/Admin/DocumentType.d.ts
vendored
Normal file
6
dist/Admin/DocumentType.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import DocumentType_ from "../Notary/DocumentType";
|
||||
declare namespace DocumentType {
|
||||
class IDocumentType extends DocumentType_.IDocumentType {
|
||||
}
|
||||
}
|
||||
export default DocumentType;
|
13
dist/Admin/DocumentType.js
vendored
Normal file
13
dist/Admin/DocumentType.js
vendored
Normal file
@ -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;
|
6
dist/Admin/File.d.ts
vendored
Normal file
6
dist/Admin/File.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import File_ from "../Notary/File";
|
||||
declare namespace File {
|
||||
class IFile extends File_.IFile {
|
||||
}
|
||||
}
|
||||
export default File;
|
13
dist/Admin/File.js
vendored
Normal file
13
dist/Admin/File.js
vendored
Normal file
@ -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;
|
6
dist/Admin/Notification.d.ts
vendored
Normal file
6
dist/Admin/Notification.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import Notification_ from "../Notary/Notification";
|
||||
declare namespace Notification {
|
||||
class INotification extends Notification_.INotification {
|
||||
}
|
||||
}
|
||||
export default Notification;
|
13
dist/Admin/Notification.js
vendored
Normal file
13
dist/Admin/Notification.js
vendored
Normal file
@ -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;
|
6
dist/Admin/Office.d.ts
vendored
Normal file
6
dist/Admin/Office.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import Office_ from "../Notary/Office";
|
||||
declare namespace Office {
|
||||
class IOffice extends Office_.IOffice {
|
||||
}
|
||||
}
|
||||
export default Office;
|
13
dist/Admin/Office.js
vendored
Normal file
13
dist/Admin/Office.js
vendored
Normal file
@ -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;
|
6
dist/Admin/OfficeFolder.d.ts
vendored
Normal file
6
dist/Admin/OfficeFolder.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import OfficeFolder_ from "../Notary/OfficeFolder";
|
||||
declare namespace OfficeFolder {
|
||||
class IOfficeFolder extends OfficeFolder_.IOfficeFolder {
|
||||
}
|
||||
}
|
||||
export default OfficeFolder;
|
13
dist/Admin/OfficeFolder.js
vendored
Normal file
13
dist/Admin/OfficeFolder.js
vendored
Normal file
@ -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;
|
6
dist/Admin/OfficeFolderHasCustomer.d.ts
vendored
Normal file
6
dist/Admin/OfficeFolderHasCustomer.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import OfficeFolderHasCustomer_ from "../Notary/OfficeFolderHasCustomer";
|
||||
declare namespace OfficeFolderHasCustomer {
|
||||
class IOfficeFolderHasCustomer extends OfficeFolderHasCustomer_.IOfficeFolderHasCustomer {
|
||||
}
|
||||
}
|
||||
export default OfficeFolderHasCustomer;
|
13
dist/Admin/OfficeFolderHasCustomer.js
vendored
Normal file
13
dist/Admin/OfficeFolderHasCustomer.js
vendored
Normal file
@ -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;
|
6
dist/Admin/OfficeFolderHasStakeholder.d.ts
vendored
Normal file
6
dist/Admin/OfficeFolderHasStakeholder.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import OfficeFolderHasStakeholder_ from "../Notary/OfficeFolderHasStakeholder";
|
||||
declare namespace OfficeFolderHasStakeholder {
|
||||
class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholder_.IOfficeFolderHasStakeholder {
|
||||
}
|
||||
}
|
||||
export default OfficeFolderHasStakeholder;
|
13
dist/Admin/OfficeFolderHasStakeholder.js
vendored
Normal file
13
dist/Admin/OfficeFolderHasStakeholder.js
vendored
Normal file
@ -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;
|
6
dist/Admin/User.d.ts
vendored
Normal file
6
dist/Admin/User.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import User_ from "../Notary/User";
|
||||
declare namespace User {
|
||||
class IUser extends User_.IUser {
|
||||
}
|
||||
}
|
||||
export default User;
|
13
dist/Admin/User.js
vendored
Normal file
13
dist/Admin/User.js
vendored
Normal file
@ -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;
|
6
dist/Admin/UserHasNotification.d.ts
vendored
Normal file
6
dist/Admin/UserHasNotification.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import UserHasNotification_ from "../Notary/UserHasNotification";
|
||||
declare namespace UserHasNotification {
|
||||
class IUserHasNotification extends UserHasNotification_.IUserHasNotification {
|
||||
}
|
||||
}
|
||||
export default UserHasNotification;
|
13
dist/Admin/UserHasNotification.js
vendored
Normal file
13
dist/Admin/UserHasNotification.js
vendored
Normal file
@ -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;
|
2
dist/Admin/index.d.ts
vendored
Normal file
2
dist/Admin/index.d.ts
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import User from "./User";
|
||||
export default User;
|
7
dist/Admin/index.js
vendored
Normal file
7
dist/Admin/index.js
vendored
Normal file
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -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;
|
5
dist/Interfaces/Admin/Address.d.ts
vendored
5
dist/Interfaces/Admin/Address.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { AddressClient } from "../..";
|
||||
export declare namespace Address {
|
||||
class IAddress extends AddressClient.IAddress {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/Address.js
vendored
10
dist/Interfaces/Admin/Address.js
vendored
@ -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 = {}));
|
5
dist/Interfaces/Admin/Contact.d.ts
vendored
5
dist/Interfaces/Admin/Contact.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { ContactClient } from "../..";
|
||||
export declare namespace Contact {
|
||||
class IContact extends ContactClient.IContact {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/Contact.js
vendored
10
dist/Interfaces/Admin/Contact.js
vendored
@ -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 = {}));
|
5
dist/Interfaces/Admin/Customer.d.ts
vendored
5
dist/Interfaces/Admin/Customer.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { CustomerClient } from "../..";
|
||||
export declare namespace Customer {
|
||||
class ICustomer extends CustomerClient.ICustomer {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/Customer.js
vendored
10
dist/Interfaces/Admin/Customer.js
vendored
@ -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 = {}));
|
5
dist/Interfaces/Admin/Deed.d.ts
vendored
5
dist/Interfaces/Admin/Deed.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { DeedClient } from "../..";
|
||||
export declare namespace Deed {
|
||||
class IDeed extends DeedClient.IDeed {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/Deed.js
vendored
10
dist/Interfaces/Admin/Deed.js
vendored
@ -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 = {}));
|
@ -1,5 +0,0 @@
|
||||
import { DeedHasDocumentTypeClient } from "../..";
|
||||
export declare namespace DeedHasDocumentType {
|
||||
class IDeedHasDocumentType extends DeedHasDocumentTypeClient.IDeedHasDocumentType {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/DeedHasDocumentType.js
vendored
10
dist/Interfaces/Admin/DeedHasDocumentType.js
vendored
@ -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 = {}));
|
5
dist/Interfaces/Admin/DeedType.d.ts
vendored
5
dist/Interfaces/Admin/DeedType.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { DeedTypeClient } from "../..";
|
||||
export declare namespace DeedType {
|
||||
class IDeedType extends DeedTypeClient.IDeedType {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/DeedType.js
vendored
10
dist/Interfaces/Admin/DeedType.js
vendored
@ -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 = {}));
|
@ -1,5 +0,0 @@
|
||||
import { DeedTypeHasDocumentTypeClient } from "../..";
|
||||
export declare namespace DeedTypeHasDocumentType {
|
||||
class IDeedTypeHasDocumentType extends DeedTypeHasDocumentTypeClient.IDeedTypeHasDocumentType {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/DeedTypeHasDocumentType.js
vendored
10
dist/Interfaces/Admin/DeedTypeHasDocumentType.js
vendored
@ -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 = {}));
|
5
dist/Interfaces/Admin/Document.d.ts
vendored
5
dist/Interfaces/Admin/Document.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { DocumentClient } from "../..";
|
||||
export declare namespace Document {
|
||||
class IDocument extends DocumentClient.IDocument {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/Document.js
vendored
10
dist/Interfaces/Admin/Document.js
vendored
@ -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 = {}));
|
5
dist/Interfaces/Admin/DocumentHistory.d.ts
vendored
5
dist/Interfaces/Admin/DocumentHistory.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { DocumentHistoryClient } from "../..";
|
||||
export declare namespace DocumentHistory {
|
||||
class IDocumentHistory extends DocumentHistoryClient.IDocumentHistory {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/DocumentHistory.js
vendored
10
dist/Interfaces/Admin/DocumentHistory.js
vendored
@ -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 = {}));
|
5
dist/Interfaces/Admin/DocumentType.d.ts
vendored
5
dist/Interfaces/Admin/DocumentType.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { DocumentTypeClient } from "../..";
|
||||
export declare namespace DocumentType {
|
||||
class IDocumentType extends DocumentTypeClient.IDocumentType {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/DocumentType.js
vendored
10
dist/Interfaces/Admin/DocumentType.js
vendored
@ -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 = {}));
|
5
dist/Interfaces/Admin/File.d.ts
vendored
5
dist/Interfaces/Admin/File.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { FileClient } from "../..";
|
||||
export declare namespace File {
|
||||
class IFile extends FileClient.IFile {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/File.js
vendored
10
dist/Interfaces/Admin/File.js
vendored
@ -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 = {}));
|
5
dist/Interfaces/Admin/Notification.d.ts
vendored
5
dist/Interfaces/Admin/Notification.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { NotificationClient } from "../..";
|
||||
export declare namespace Notification {
|
||||
class INotification extends NotificationClient.INotification {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/Notification.js
vendored
10
dist/Interfaces/Admin/Notification.js
vendored
@ -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 = {}));
|
5
dist/Interfaces/Admin/Office.d.ts
vendored
5
dist/Interfaces/Admin/Office.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { OfficeClient } from "../..";
|
||||
export declare namespace Office {
|
||||
class IOffice extends OfficeClient.IOffice {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/Office.js
vendored
10
dist/Interfaces/Admin/Office.js
vendored
@ -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 = {}));
|
5
dist/Interfaces/Admin/OfficeFolder.d.ts
vendored
5
dist/Interfaces/Admin/OfficeFolder.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
import { OfficeFolderClient } from "../..";
|
||||
export declare namespace OfficeFolder {
|
||||
class IOfficeFolder extends OfficeFolderClient.IOfficeFolder {
|
||||
}
|
||||
}
|
10
dist/Interfaces/Admin/OfficeFolder.js
vendored
10
dist/Interfaces/Admin/OfficeFolder.js
vendored
@ -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 = {}));
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user