♻️ clean ressources based on namespace index and import only type (not validators) -> Fix bug

This commit is contained in:
Hugo Lextrait 2023-03-23 19:45:32 +01:00
parent d3462729fa
commit afccc95bfb
385 changed files with 1678 additions and 1628 deletions

6
dist/Admin/Address.d.ts vendored Normal file
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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;

View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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;

View 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
View 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;

View File

@ -0,0 +1,6 @@
import OfficeFolderHasStakeholder_ from "../Notary/OfficeFolderHasStakeholder";
declare namespace OfficeFolderHasStakeholder {
class IOfficeFolderHasStakeholder extends OfficeFolderHasStakeholder_.IOfficeFolderHasStakeholder {
}
}
export default OfficeFolderHasStakeholder;

View 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
View 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
View 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
View 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
View 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
View File

@ -0,0 +1,2 @@
import User from "./User";
export default User;

7
dist/Admin/index.js vendored Normal file
View 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;

View File

@ -1,6 +1,6 @@
import { Contact } from "./Contact"; import type Contact from "./Contact";
import { Office } from "./Office"; import type Office from "./Office";
export declare namespace Address { declare namespace Address {
class IAddress { class IAddress {
uuid: string; uuid: string;
address: string; address: string;
@ -8,7 +8,8 @@ export declare namespace Address {
zip_code: number; zip_code: number;
created_at: Date | null; created_at: Date | null;
updated_at: Date | null; updated_at: Date | null;
office?: Office.IOffice; office?: Office.IOffice | null;
contacts?: Contact.IContact; contacts?: Contact.IContact;
} }
} }
export default Address;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.Address = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Contact_1 = require("./Contact");
const Office_1 = require("./Office");
var Address; var Address;
(function (Address) { (function (Address) {
class IAddress { class IAddress {
@ -47,11 +44,12 @@ var Address;
], IAddress.prototype, "updated_at", void 0); ], IAddress.prototype, "updated_at", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsOptional)(), (0, class_validator_1.IsOptional)(),
__metadata("design:type", Office_1.Office.IOffice) __metadata("design:type", Object)
], IAddress.prototype, "office", void 0); ], IAddress.prototype, "office", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsOptional)(), (0, class_validator_1.IsOptional)(),
__metadata("design:type", Contact_1.Contact.IContact) __metadata("design:type", Function)
], IAddress.prototype, "contacts", void 0); ], IAddress.prototype, "contacts", void 0);
Address.IAddress = IAddress; Address.IAddress = IAddress;
})(Address = exports.Address || (exports.Address = {})); })(Address || (Address = {}));
exports.default = Address;

View File

@ -1,7 +1,7 @@
import { Address } from "./Address"; import type Address from "./Address";
import { Customer } from "./Customer"; import type Customer from ".";
import { User } from "./User"; import type User from "../Notary/User";
export declare namespace Contact { declare namespace Contact {
class IContact { class IContact {
uuid: string; uuid: string;
first_name: string; first_name: string;
@ -23,3 +23,4 @@ export declare namespace Contact {
} }
type TCivility = ECivility.MALE | ECivility.FEMALE | ECivility.OTHERS; type TCivility = ECivility.MALE | ECivility.FEMALE | ECivility.OTHERS;
} }
export default Contact;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.Contact = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Address_1 = require("./Address");
const Customer_1 = require("./Customer");
const User_1 = require("./User");
var Contact; var Contact;
(function (Contact) { (function (Contact) {
class IContact { class IContact {
@ -52,7 +48,7 @@ var Contact;
], IContact.prototype, "civility", void 0); ], IContact.prototype, "civility", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Address_1.Address.IAddress) __metadata("design:type", Function)
], IContact.prototype, "address", void 0); ], IContact.prototype, "address", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),
@ -64,11 +60,11 @@ var Contact;
], IContact.prototype, "updated_at", void 0); ], IContact.prototype, "updated_at", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsOptional)(), (0, class_validator_1.IsOptional)(),
__metadata("design:type", User_1.User.IUser) __metadata("design:type", Function)
], IContact.prototype, "users", void 0); ], IContact.prototype, "users", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsOptional)(), (0, class_validator_1.IsOptional)(),
__metadata("design:type", Customer_1.Customer.ICustomer) __metadata("design:type", Function)
], IContact.prototype, "customers", void 0); ], IContact.prototype, "customers", void 0);
Contact.IContact = IContact; Contact.IContact = IContact;
let ECivility; let ECivility;
@ -77,4 +73,5 @@ var Contact;
ECivility["FEMALE"] = "FEMALE"; ECivility["FEMALE"] = "FEMALE";
ECivility["OTHERS"] = "OTHERS"; ECivility["OTHERS"] = "OTHERS";
})(ECivility = Contact.ECivility || (Contact.ECivility = {})); })(ECivility = Contact.ECivility || (Contact.ECivility = {}));
})(Contact = exports.Contact || (exports.Contact = {})); })(Contact || (Contact = {}));
exports.default = Contact;

View File

@ -1,7 +1,7 @@
import { DeedType } from "./DeedType"; import type DeedType from "./DeedType";
import { DeedHasDocumentType } from "./DeedHasDocumentType"; import type DeedHasDocumentType from "./DeedHasDocumentType";
import { OfficeFolder } from "./OfficeFolder"; import type OfficeFolder from "./OfficeFolder";
export declare namespace Deed { declare namespace Deed {
class IDeed { class IDeed {
uuid: string; uuid: string;
deed_type: DeedType.IDeedType; deed_type: DeedType.IDeedType;
@ -11,3 +11,4 @@ export declare namespace Deed {
office_folder?: OfficeFolder.IOfficeFolder; office_folder?: OfficeFolder.IOfficeFolder;
} }
} }
export default Deed;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.Deed = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const DeedType_1 = require("./DeedType");
const OfficeFolder_1 = require("./OfficeFolder");
var Deed; var Deed;
(function (Deed) { (function (Deed) {
class IDeed { class IDeed {
@ -27,7 +24,7 @@ var Deed;
], IDeed.prototype, "uuid", void 0); ], IDeed.prototype, "uuid", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", DeedType_1.DeedType.IDeedType) __metadata("design:type", Function)
], IDeed.prototype, "deed_type", void 0); ], IDeed.prototype, "deed_type", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),
@ -43,7 +40,8 @@ var Deed;
], IDeed.prototype, "deed_has_document_types", void 0); ], IDeed.prototype, "deed_has_document_types", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsOptional)(), (0, class_validator_1.IsOptional)(),
__metadata("design:type", OfficeFolder_1.OfficeFolder.IOfficeFolder) __metadata("design:type", Function)
], IDeed.prototype, "office_folder", void 0); ], IDeed.prototype, "office_folder", void 0);
Deed.IDeed = IDeed; Deed.IDeed = IDeed;
})(Deed = exports.Deed || (exports.Deed = {})); })(Deed || (Deed = {}));
exports.default = Deed;

View File

@ -1,6 +1,6 @@
import { Deed } from "./Deed"; import type Deed from "./Deed";
import { DocumentType } from "./DocumentType"; import type DocumentType from "./DocumentType";
export declare namespace DeedHasDocumentType { declare namespace DeedHasDocumentType {
class IDeedHasDocumentType { class IDeedHasDocumentType {
uuid: string; uuid: string;
document_type: DocumentType.IDocumentType; document_type: DocumentType.IDocumentType;
@ -9,3 +9,4 @@ export declare namespace DeedHasDocumentType {
updated_at: Date | null; updated_at: Date | null;
} }
} }
export default DeedHasDocumentType;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.DeedHasDocumentType = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Deed_1 = require("./Deed");
const DocumentType_1 = require("./DocumentType");
var DeedHasDocumentType; var DeedHasDocumentType;
(function (DeedHasDocumentType) { (function (DeedHasDocumentType) {
class IDeedHasDocumentType { class IDeedHasDocumentType {
@ -27,11 +24,11 @@ var DeedHasDocumentType;
], IDeedHasDocumentType.prototype, "uuid", void 0); ], IDeedHasDocumentType.prototype, "uuid", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", DocumentType_1.DocumentType.IDocumentType) __metadata("design:type", Function)
], IDeedHasDocumentType.prototype, "document_type", void 0); ], IDeedHasDocumentType.prototype, "document_type", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Deed_1.Deed.IDeed) __metadata("design:type", Function)
], IDeedHasDocumentType.prototype, "deed", void 0); ], IDeedHasDocumentType.prototype, "deed", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),
@ -42,4 +39,5 @@ var DeedHasDocumentType;
__metadata("design:type", Object) __metadata("design:type", Object)
], IDeedHasDocumentType.prototype, "updated_at", void 0); ], IDeedHasDocumentType.prototype, "updated_at", void 0);
DeedHasDocumentType.IDeedHasDocumentType = IDeedHasDocumentType; DeedHasDocumentType.IDeedHasDocumentType = IDeedHasDocumentType;
})(DeedHasDocumentType = exports.DeedHasDocumentType || (exports.DeedHasDocumentType = {})); })(DeedHasDocumentType || (DeedHasDocumentType = {}));
exports.default = DeedHasDocumentType;

View File

@ -1,7 +1,7 @@
import { Deed } from "./Deed"; import type Deed from "./Deed";
import { DeedTypeHasDocumentType } from "./DeedTypeHasDocumentType"; import type DeedTypeHasDocumentType from "./DeedTypeHasDocumentType";
import { Office } from "./Office"; import type Office from "./Office";
export declare namespace DeedType { declare namespace DeedType {
class IDeedType { class IDeedType {
uuid: string; uuid: string;
name: string; name: string;
@ -14,3 +14,4 @@ export declare namespace DeedType {
deed_type_has_document_types?: DeedTypeHasDocumentType.IDeedTypeHasDocumentType[]; deed_type_has_document_types?: DeedTypeHasDocumentType.IDeedTypeHasDocumentType[];
} }
} }
export default DeedType;

View 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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.DeedType = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Office_1 = require("./Office");
var DeedType; var DeedType;
(function (DeedType) { (function (DeedType) {
class IDeedType { class IDeedType {
@ -39,7 +37,7 @@ var DeedType;
], IDeedType.prototype, "archived_at", void 0); ], IDeedType.prototype, "archived_at", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Office_1.Office.IOffice) __metadata("design:type", Function)
], IDeedType.prototype, "office", void 0); ], IDeedType.prototype, "office", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),
@ -58,4 +56,5 @@ var DeedType;
__metadata("design:type", Array) __metadata("design:type", Array)
], IDeedType.prototype, "deed_type_has_document_types", void 0); ], IDeedType.prototype, "deed_type_has_document_types", void 0);
DeedType.IDeedType = IDeedType; DeedType.IDeedType = IDeedType;
})(DeedType = exports.DeedType || (exports.DeedType = {})); })(DeedType || (DeedType = {}));
exports.default = DeedType;

View File

@ -1,6 +1,6 @@
import { DeedType } from "./DeedType"; import type DeedType from "./DeedType";
import { DocumentType } from "./DocumentType"; import type DocumentType from "./DocumentType";
export declare namespace DeedTypeHasDocumentType { declare namespace DeedTypeHasDocumentType {
class IDeedTypeHasDocumentType { class IDeedTypeHasDocumentType {
uuid: string; uuid: string;
document_type: DocumentType.IDocumentType; document_type: DocumentType.IDocumentType;
@ -9,3 +9,4 @@ export declare namespace DeedTypeHasDocumentType {
updated_at: Date | null; updated_at: Date | null;
} }
} }
export default DeedTypeHasDocumentType;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.DeedTypeHasDocumentType = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const DeedType_1 = require("./DeedType");
const DocumentType_1 = require("./DocumentType");
var DeedTypeHasDocumentType; var DeedTypeHasDocumentType;
(function (DeedTypeHasDocumentType) { (function (DeedTypeHasDocumentType) {
class IDeedTypeHasDocumentType { class IDeedTypeHasDocumentType {
@ -27,11 +24,11 @@ var DeedTypeHasDocumentType;
], IDeedTypeHasDocumentType.prototype, "uuid", void 0); ], IDeedTypeHasDocumentType.prototype, "uuid", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", DocumentType_1.DocumentType.IDocumentType) __metadata("design:type", Function)
], IDeedTypeHasDocumentType.prototype, "document_type", void 0); ], IDeedTypeHasDocumentType.prototype, "document_type", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", DeedType_1.DeedType.IDeedType) __metadata("design:type", Function)
], IDeedTypeHasDocumentType.prototype, "deed_type", void 0); ], IDeedTypeHasDocumentType.prototype, "deed_type", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),
@ -42,4 +39,5 @@ var DeedTypeHasDocumentType;
__metadata("design:type", Object) __metadata("design:type", Object)
], IDeedTypeHasDocumentType.prototype, "updated_at", void 0); ], IDeedTypeHasDocumentType.prototype, "updated_at", void 0);
DeedTypeHasDocumentType.IDeedTypeHasDocumentType = IDeedTypeHasDocumentType; DeedTypeHasDocumentType.IDeedTypeHasDocumentType = IDeedTypeHasDocumentType;
})(DeedTypeHasDocumentType = exports.DeedTypeHasDocumentType || (exports.DeedTypeHasDocumentType = {})); })(DeedTypeHasDocumentType || (DeedTypeHasDocumentType = {}));
exports.default = DeedTypeHasDocumentType;

View File

@ -1,9 +1,9 @@
import { Customer } from "./Customer"; import type Customer from ".";
import { DocumentHistory } from "./DocumentHistory"; import type DocumentHistory from "./DocumentHistory";
import { DocumentType } from "./DocumentType"; import type DocumentType from "./DocumentType";
import { File } from "./File"; import type File from "./File";
import { OfficeFolder } from "./OfficeFolder"; import type OfficeFolder from "./OfficeFolder";
export declare namespace Document { declare namespace Document {
class IDocument { class IDocument {
uuid: string; uuid: string;
document_status: EDocumentStatus; document_status: EDocumentStatus;
@ -24,3 +24,4 @@ export declare namespace Document {
} }
type TDocumentStatus = EDocumentStatus.ASKED | EDocumentStatus.DEPOSITED | EDocumentStatus.VALIDATED | EDocumentStatus.ANCHORED | EDocumentStatus.REFUSED; type TDocumentStatus = EDocumentStatus.ASKED | EDocumentStatus.DEPOSITED | EDocumentStatus.VALIDATED | EDocumentStatus.ANCHORED | EDocumentStatus.REFUSED;
} }
export default Document;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.Document = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Customer_1 = require("./Customer");
const DocumentType_1 = require("./DocumentType");
const OfficeFolder_1 = require("./OfficeFolder");
var Document; var Document;
(function (Document) { (function (Document) {
class IDocument { class IDocument {
@ -32,15 +28,15 @@ var Document;
], IDocument.prototype, "document_status", void 0); ], IDocument.prototype, "document_status", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", DocumentType_1.DocumentType.IDocumentType) __metadata("design:type", Function)
], IDocument.prototype, "document_type", void 0); ], IDocument.prototype, "document_type", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", OfficeFolder_1.OfficeFolder.IOfficeFolder) __metadata("design:type", Function)
], IDocument.prototype, "folder", void 0); ], IDocument.prototype, "folder", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Customer_1.Customer.ICustomer) __metadata("design:type", Function)
], IDocument.prototype, "depositor", void 0); ], IDocument.prototype, "depositor", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),
@ -67,4 +63,5 @@ var Document;
EDocumentStatus["ANCHORED"] = "ANCHORED"; EDocumentStatus["ANCHORED"] = "ANCHORED";
EDocumentStatus["REFUSED"] = "REFUSED"; EDocumentStatus["REFUSED"] = "REFUSED";
})(EDocumentStatus = Document.EDocumentStatus || (Document.EDocumentStatus = {})); })(EDocumentStatus = Document.EDocumentStatus || (Document.EDocumentStatus = {}));
})(Document = exports.Document || (exports.Document = {})); })(Document || (Document = {}));
exports.default = Document;

View File

@ -1,5 +1,5 @@
import { Document } from "../Client/Document"; import type Document from "./Document";
export declare namespace DocumentHistory { declare namespace DocumentHistory {
class IDocumentHistory { class IDocumentHistory {
uuid: string; uuid: string;
document_status: Document.EDocumentStatus; document_status: Document.EDocumentStatus;
@ -9,3 +9,4 @@ export declare namespace DocumentHistory {
updated_at: Date | null; updated_at: Date | null;
} }
} }
export default DocumentHistory;

View 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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentHistory = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Document_1 = require("../Client/Document");
var DocumentHistory; var DocumentHistory;
(function (DocumentHistory) { (function (DocumentHistory) {
class IDocumentHistory { class IDocumentHistory {
@ -31,7 +29,7 @@ var DocumentHistory;
], IDocumentHistory.prototype, "document_status", void 0); ], IDocumentHistory.prototype, "document_status", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Document_1.Document.IDocument) __metadata("design:type", Function)
], IDocumentHistory.prototype, "document", void 0); ], IDocumentHistory.prototype, "document", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsOptional)(), (0, class_validator_1.IsOptional)(),
@ -46,4 +44,5 @@ var DocumentHistory;
__metadata("design:type", Object) __metadata("design:type", Object)
], IDocumentHistory.prototype, "updated_at", void 0); ], IDocumentHistory.prototype, "updated_at", void 0);
DocumentHistory.IDocumentHistory = IDocumentHistory; DocumentHistory.IDocumentHistory = IDocumentHistory;
})(DocumentHistory = exports.DocumentHistory || (exports.DocumentHistory = {})); })(DocumentHistory || (DocumentHistory = {}));
exports.default = DocumentHistory;

View File

@ -1,7 +1,7 @@
import { DeedHasDocumentType } from "./DeedHasDocumentType"; import type DeedHasDocumentType from "./DeedHasDocumentType";
import { Document } from "./Document"; import type Document from "./Document";
import { DeedTypeHasDocumentType } from "./DeedTypeHasDocumentType"; import type DeedTypeHasDocumentType from "./DeedTypeHasDocumentType";
export declare namespace DocumentType { declare namespace DocumentType {
class IDocumentType { class IDocumentType {
uuid: string; uuid: string;
name: string; name: string;
@ -15,3 +15,4 @@ export declare namespace DocumentType {
deed_type_has_document_types?: DeedTypeHasDocumentType.IDeedTypeHasDocumentType[]; deed_type_has_document_types?: DeedTypeHasDocumentType.IDeedTypeHasDocumentType[];
} }
} }
export default DocumentType;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentType = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
var DocumentType; var DocumentType;
(function (DocumentType) { (function (DocumentType) {
@ -62,4 +61,5 @@ var DocumentType;
__metadata("design:type", Array) __metadata("design:type", Array)
], IDocumentType.prototype, "deed_type_has_document_types", void 0); ], IDocumentType.prototype, "deed_type_has_document_types", void 0);
DocumentType.IDocumentType = IDocumentType; DocumentType.IDocumentType = IDocumentType;
})(DocumentType = exports.DocumentType || (exports.DocumentType = {})); })(DocumentType || (DocumentType = {}));
exports.default = DocumentType;

View File

@ -1,5 +1,5 @@
import { Document } from "./Document"; import type Document from "./Document";
export declare namespace File { declare namespace File {
class IFile { class IFile {
uuid: string; uuid: string;
document: Document.IDocument; document: Document.IDocument;
@ -8,3 +8,4 @@ export declare namespace File {
updated_at: Date | null; updated_at: Date | null;
} }
} }
export default File;

View 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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.File = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Document_1 = require("./Document");
var File; var File;
(function (File) { (function (File) {
class IFile { class IFile {
@ -27,7 +25,7 @@ var File;
], IFile.prototype, "uuid", void 0); ], IFile.prototype, "uuid", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Document_1.Document.IDocument) __metadata("design:type", Function)
], IFile.prototype, "document", void 0); ], IFile.prototype, "document", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsOptional)(), (0, class_validator_1.IsOptional)(),
@ -42,4 +40,5 @@ var File;
__metadata("design:type", Object) __metadata("design:type", Object)
], IFile.prototype, "updated_at", void 0); ], IFile.prototype, "updated_at", void 0);
File.IFile = IFile; File.IFile = IFile;
})(File = exports.File || (exports.File = {})); })(File || (File = {}));
exports.default = File;

View File

@ -1,5 +1,5 @@
import { UserHasNotification } from "./UserHasNotification"; import type UserHasNotification from "./UserHasNotification";
export declare namespace Notification { declare namespace Notification {
class INotification { class INotification {
uuid: string; uuid: string;
message: string; message: string;
@ -9,3 +9,4 @@ export declare namespace Notification {
user_has_notifications?: UserHasNotification.IUserHasNotification[]; user_has_notifications?: UserHasNotification.IUserHasNotification[];
} }
} }
export default Notification;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.Notification = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
var Notification; var Notification;
(function (Notification) { (function (Notification) {
@ -45,4 +44,5 @@ var Notification;
__metadata("design:type", Array) __metadata("design:type", Array)
], INotification.prototype, "user_has_notifications", void 0); ], INotification.prototype, "user_has_notifications", void 0);
Notification.INotification = INotification; Notification.INotification = INotification;
})(Notification = exports.Notification || (exports.Notification = {})); })(Notification || (Notification = {}));
exports.default = Notification;

View File

@ -1,8 +1,8 @@
import { Address } from "./Address"; import type Address from "./Address";
import { DeedType } from "./DeedType"; import type DeedType from "./DeedType";
import { OfficeFolder } from "./OfficeFolder"; import type OfficeFolder from "./OfficeFolder";
import { User } from "./User"; import type User from "../Notary/User";
export declare namespace Office { declare namespace Office {
class IOffice { class IOffice {
uuid: string; uuid: string;
idNot: string; idNot: string;
@ -22,3 +22,4 @@ export declare namespace Office {
} }
type TOfficeStatus = EOfficeStatus.ACTIVATED | EOfficeStatus.DESACTIVATED; type TOfficeStatus = EOfficeStatus.ACTIVATED | EOfficeStatus.DESACTIVATED;
} }
export default Office;

View 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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.Office = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Address_1 = require("./Address");
var Office; var Office;
(function (Office) { (function (Office) {
class IOffice { class IOffice {
@ -38,7 +36,7 @@ var Office;
], IOffice.prototype, "crpcen", void 0); ], IOffice.prototype, "crpcen", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Address_1.Address.IAddress) __metadata("design:type", Function)
], IOffice.prototype, "address", void 0); ], IOffice.prototype, "address", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
@ -70,4 +68,5 @@ var Office;
EOfficeStatus["ACTIVATED"] = "ACTIVATED"; EOfficeStatus["ACTIVATED"] = "ACTIVATED";
EOfficeStatus["DESACTIVATED"] = "DESACTIVATED"; EOfficeStatus["DESACTIVATED"] = "DESACTIVATED";
})(EOfficeStatus = Office.EOfficeStatus || (Office.EOfficeStatus = {})); })(EOfficeStatus = Office.EOfficeStatus || (Office.EOfficeStatus = {}));
})(Office = exports.Office || (exports.Office = {})); })(Office || (Office = {}));
exports.default = Office;

View File

@ -1,9 +1,9 @@
import { Deed } from "./Deed"; import type Deed from "./Deed";
import { Document } from "./Document"; import type Document from "./Document";
import { Office } from "./Office"; import type Office from "./Office";
import { OfficeFolderHasCustomer } from "./OfficeFolderHasCustomer"; import type OfficeFolderHasCustomer from "./OfficeFolderHasCustomer";
import { OfficeFolderHasStakeholder } from "./OfficeFolderHasStakeholder"; import type OfficeFolderHasStakeholder from "./OfficeFolderHasStakeholder";
export declare namespace OfficeFolder { declare namespace OfficeFolder {
class IOfficeFolder { class IOfficeFolder {
uuid: string; uuid: string;
folder_number: string; folder_number: string;
@ -25,3 +25,4 @@ export declare namespace OfficeFolder {
} }
type TFolderStatus = EFolderStatus.LIVE | EFolderStatus.ARCHIVED; type TFolderStatus = EFolderStatus.LIVE | EFolderStatus.ARCHIVED;
} }
export default OfficeFolder;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.OfficeFolder = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Deed_1 = require("./Deed");
const Office_1 = require("./Office");
var OfficeFolder; var OfficeFolder;
(function (OfficeFolder) { (function (OfficeFolder) {
class IOfficeFolder { class IOfficeFolder {
@ -49,11 +46,11 @@ var OfficeFolder;
], IOfficeFolder.prototype, "status", void 0); ], IOfficeFolder.prototype, "status", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Deed_1.Deed.IDeed) __metadata("design:type", Function)
], IOfficeFolder.prototype, "deed", void 0); ], IOfficeFolder.prototype, "deed", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Office_1.Office.IOffice) __metadata("design:type", Function)
], IOfficeFolder.prototype, "office", void 0); ], IOfficeFolder.prototype, "office", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),
@ -81,4 +78,5 @@ var OfficeFolder;
EFolderStatus["LIVE"] = "LIVE"; EFolderStatus["LIVE"] = "LIVE";
EFolderStatus["ARCHIVED"] = "ARCHIVED"; EFolderStatus["ARCHIVED"] = "ARCHIVED";
})(EFolderStatus = OfficeFolder.EFolderStatus || (OfficeFolder.EFolderStatus = {})); })(EFolderStatus = OfficeFolder.EFolderStatus || (OfficeFolder.EFolderStatus = {}));
})(OfficeFolder = exports.OfficeFolder || (exports.OfficeFolder = {})); })(OfficeFolder || (OfficeFolder = {}));
exports.default = OfficeFolder;

View File

@ -1,6 +1,6 @@
import { Customer } from "./Customer"; import type Customer from ".";
import { OfficeFolder } from "./OfficeFolder"; import type OfficeFolder from "./OfficeFolder";
export declare namespace OfficeFolderHasCustomer { declare namespace OfficeFolderHasCustomer {
class IOfficeFolderHasCustomer { class IOfficeFolderHasCustomer {
uuid: string; uuid: string;
customer: Customer.ICustomer; customer: Customer.ICustomer;
@ -9,3 +9,4 @@ export declare namespace OfficeFolderHasCustomer {
updated_at: Date | null; updated_at: Date | null;
} }
} }
export default OfficeFolderHasCustomer;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.OfficeFolderHasCustomer = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Customer_1 = require("./Customer");
const OfficeFolder_1 = require("./OfficeFolder");
var OfficeFolderHasCustomer; var OfficeFolderHasCustomer;
(function (OfficeFolderHasCustomer) { (function (OfficeFolderHasCustomer) {
class IOfficeFolderHasCustomer { class IOfficeFolderHasCustomer {
@ -27,11 +24,11 @@ var OfficeFolderHasCustomer;
], IOfficeFolderHasCustomer.prototype, "uuid", void 0); ], IOfficeFolderHasCustomer.prototype, "uuid", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Customer_1.Customer.ICustomer) __metadata("design:type", Function)
], IOfficeFolderHasCustomer.prototype, "customer", void 0); ], IOfficeFolderHasCustomer.prototype, "customer", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", OfficeFolder_1.OfficeFolder.IOfficeFolder) __metadata("design:type", Function)
], IOfficeFolderHasCustomer.prototype, "office_folder", void 0); ], IOfficeFolderHasCustomer.prototype, "office_folder", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),
@ -42,4 +39,5 @@ var OfficeFolderHasCustomer;
__metadata("design:type", Object) __metadata("design:type", Object)
], IOfficeFolderHasCustomer.prototype, "updated_at", void 0); ], IOfficeFolderHasCustomer.prototype, "updated_at", void 0);
OfficeFolderHasCustomer.IOfficeFolderHasCustomer = IOfficeFolderHasCustomer; OfficeFolderHasCustomer.IOfficeFolderHasCustomer = IOfficeFolderHasCustomer;
})(OfficeFolderHasCustomer = exports.OfficeFolderHasCustomer || (exports.OfficeFolderHasCustomer = {})); })(OfficeFolderHasCustomer || (OfficeFolderHasCustomer = {}));
exports.default = OfficeFolderHasCustomer;

View File

@ -1,6 +1,6 @@
import { OfficeFolder } from "./OfficeFolder"; import type OfficeFolder from "./OfficeFolder";
import { User } from "./User"; import type User from "../Notary/User";
export declare namespace OfficeFolderHasStakeholder { declare namespace OfficeFolderHasStakeholder {
class IOfficeFolderHasStakeholder { class IOfficeFolderHasStakeholder {
uuid: string; uuid: string;
user_stakeholder: User.IUser; user_stakeholder: User.IUser;
@ -9,3 +9,4 @@ export declare namespace OfficeFolderHasStakeholder {
updated_at: Date | null; updated_at: Date | null;
} }
} }
export default OfficeFolderHasStakeholder;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.OfficeFolderHasStakeholder = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const OfficeFolder_1 = require("./OfficeFolder");
const User_1 = require("./User");
var OfficeFolderHasStakeholder; var OfficeFolderHasStakeholder;
(function (OfficeFolderHasStakeholder) { (function (OfficeFolderHasStakeholder) {
class IOfficeFolderHasStakeholder { class IOfficeFolderHasStakeholder {
@ -27,11 +24,11 @@ var OfficeFolderHasStakeholder;
], IOfficeFolderHasStakeholder.prototype, "uuid", void 0); ], IOfficeFolderHasStakeholder.prototype, "uuid", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", User_1.User.IUser) __metadata("design:type", Function)
], IOfficeFolderHasStakeholder.prototype, "user_stakeholder", void 0); ], IOfficeFolderHasStakeholder.prototype, "user_stakeholder", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", OfficeFolder_1.OfficeFolder.IOfficeFolder) __metadata("design:type", Function)
], IOfficeFolderHasStakeholder.prototype, "office_folder", void 0); ], IOfficeFolderHasStakeholder.prototype, "office_folder", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),
@ -42,4 +39,5 @@ var OfficeFolderHasStakeholder;
__metadata("design:type", Object) __metadata("design:type", Object)
], IOfficeFolderHasStakeholder.prototype, "updated_at", void 0); ], IOfficeFolderHasStakeholder.prototype, "updated_at", void 0);
OfficeFolderHasStakeholder.IOfficeFolderHasStakeholder = IOfficeFolderHasStakeholder; OfficeFolderHasStakeholder.IOfficeFolderHasStakeholder = IOfficeFolderHasStakeholder;
})(OfficeFolderHasStakeholder = exports.OfficeFolderHasStakeholder || (exports.OfficeFolderHasStakeholder = {})); })(OfficeFolderHasStakeholder || (OfficeFolderHasStakeholder = {}));
exports.default = OfficeFolderHasStakeholder;

View File

@ -1,6 +1,6 @@
import { Notification } from "./Notification"; import type Notification from "./Notification";
import { User } from "./User"; import type User from "../Notary/User";
export declare namespace UserHasNotification { declare namespace UserHasNotification {
class IUserHasNotification { class IUserHasNotification {
uuid: string; uuid: string;
user: User.IUser; user: User.IUser;
@ -10,3 +10,4 @@ export declare namespace UserHasNotification {
} }
type ENotificationStatus = "READ" | "UNREAD"; type ENotificationStatus = "READ" | "UNREAD";
} }
export default UserHasNotification;

View File

@ -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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.UserHasNotification = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Notification_1 = require("./Notification");
const User_1 = require("./User");
var UserHasNotification; var UserHasNotification;
(function (UserHasNotification) { (function (UserHasNotification) {
class IUserHasNotification { class IUserHasNotification {
@ -27,11 +24,11 @@ var UserHasNotification;
], IUserHasNotification.prototype, "uuid", void 0); ], IUserHasNotification.prototype, "uuid", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", User_1.User.IUser) __metadata("design:type", Function)
], IUserHasNotification.prototype, "user", void 0); ], IUserHasNotification.prototype, "user", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Notification_1.Notification.INotification) __metadata("design:type", Function)
], IUserHasNotification.prototype, "notification", void 0); ], IUserHasNotification.prototype, "notification", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),
@ -42,4 +39,5 @@ var UserHasNotification;
__metadata("design:type", Object) __metadata("design:type", Object)
], IUserHasNotification.prototype, "updated_at", void 0); ], IUserHasNotification.prototype, "updated_at", void 0);
UserHasNotification.IUserHasNotification = IUserHasNotification; UserHasNotification.IUserHasNotification = IUserHasNotification;
})(UserHasNotification = exports.UserHasNotification || (exports.UserHasNotification = {})); })(UserHasNotification || (UserHasNotification = {}));
exports.default = UserHasNotification;

View File

@ -1,7 +1,7 @@
import { Contact } from "./Contact"; import type Document from "./Document";
import { Document } from "./Document"; import type OfficeFolderHasCustomer from "./OfficeFolderHasCustomer";
import { OfficeFolderHasCustomer } from "./OfficeFolderHasCustomer"; import type Contact from "./Contact";
export declare namespace Customer { declare namespace Customer {
class ICustomer { class ICustomer {
uuid: string; uuid: string;
status: ECustomerStatus; status: ECustomerStatus;
@ -18,3 +18,4 @@ export declare namespace Customer {
} }
type TCustomerStatus = ECustomerStatus.VALIDATED | ECustomerStatus.PENDING | ECustomerStatus.ERRONED; type TCustomerStatus = ECustomerStatus.VALIDATED | ECustomerStatus.PENDING | ECustomerStatus.ERRONED;
} }
export default Customer;

View 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); if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
}; };
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.Customer = void 0;
const class_validator_1 = require("class-validator"); const class_validator_1 = require("class-validator");
const Contact_1 = require("./Contact");
var Customer; var Customer;
(function (Customer) { (function (Customer) {
class ICustomer { class ICustomer {
@ -30,7 +28,7 @@ var Customer;
], ICustomer.prototype, "status", void 0); ], ICustomer.prototype, "status", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }),
__metadata("design:type", Contact_1.Contact.IContact) __metadata("design:type", Function)
], ICustomer.prototype, "contact", void 0); ], ICustomer.prototype, "contact", void 0);
__decorate([ __decorate([
(0, class_validator_1.IsDate)(), (0, class_validator_1.IsDate)(),
@ -55,4 +53,5 @@ var Customer;
ECustomerStatus["PENDING"] = "PENDING"; ECustomerStatus["PENDING"] = "PENDING";
ECustomerStatus["ERRONED"] = "ERRONED"; ECustomerStatus["ERRONED"] = "ERRONED";
})(ECustomerStatus = Customer.ECustomerStatus || (Customer.ECustomerStatus = {})); })(ECustomerStatus = Customer.ECustomerStatus || (Customer.ECustomerStatus = {}));
})(Customer = exports.Customer || (exports.Customer = {})); })(Customer || (Customer = {}));
exports.default = Customer;

View File

@ -1,5 +0,0 @@
import { AddressClient } from "../..";
export declare namespace Address {
class IAddress extends AddressClient.IAddress {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { ContactClient } from "../..";
export declare namespace Contact {
class IContact extends ContactClient.IContact {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { CustomerClient } from "../..";
export declare namespace Customer {
class ICustomer extends CustomerClient.ICustomer {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { DeedClient } from "../..";
export declare namespace Deed {
class IDeed extends DeedClient.IDeed {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { DeedHasDocumentTypeClient } from "../..";
export declare namespace DeedHasDocumentType {
class IDeedHasDocumentType extends DeedHasDocumentTypeClient.IDeedHasDocumentType {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { DeedTypeClient } from "../..";
export declare namespace DeedType {
class IDeedType extends DeedTypeClient.IDeedType {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { DeedTypeHasDocumentTypeClient } from "../..";
export declare namespace DeedTypeHasDocumentType {
class IDeedTypeHasDocumentType extends DeedTypeHasDocumentTypeClient.IDeedTypeHasDocumentType {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { DocumentClient } from "../..";
export declare namespace Document {
class IDocument extends DocumentClient.IDocument {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { DocumentHistoryClient } from "../..";
export declare namespace DocumentHistory {
class IDocumentHistory extends DocumentHistoryClient.IDocumentHistory {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { DocumentTypeClient } from "../..";
export declare namespace DocumentType {
class IDocumentType extends DocumentTypeClient.IDocumentType {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { FileClient } from "../..";
export declare namespace File {
class IFile extends FileClient.IFile {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { NotificationClient } from "../..";
export declare namespace Notification {
class INotification extends NotificationClient.INotification {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { OfficeClient } from "../..";
export declare namespace Office {
class IOffice extends OfficeClient.IOffice {
}
}

View File

@ -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 = {}));

View File

@ -1,5 +0,0 @@
import { OfficeFolderClient } from "../..";
export declare namespace OfficeFolder {
class IOfficeFolder extends OfficeFolderClient.IOfficeFolder {
}
}

View File

@ -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