From d279ab876ae6bedd815bbb2f47662b9bb70858b5 Mon Sep 17 00:00:00 2001 From: OxSaitama Date: Wed, 22 Mar 2023 14:04:51 +0100 Subject: [PATCH] refacto interfaces with namespace --- dist/Enums/Enums.d.ts | 12 +- dist/Interfaces/Admin/IAddress.js.map | 2 +- .../Admin/IBlockchainAnchors.js.map | 2 +- dist/Interfaces/Admin/IContact.js.map | 2 +- dist/Interfaces/Admin/ICustomer.js.map | 2 +- dist/Interfaces/Admin/IDeed.js.map | 2 +- .../Admin/IDeedHasDocumentType.js.map | 2 +- .../Admin/IDeedTypeHasDocumentType.js.map | 2 +- dist/Interfaces/Admin/IDeedTypes.js.map | 2 +- dist/Interfaces/Admin/IDocument.js.map | 2 +- dist/Interfaces/Admin/IDocumentHistory.js.map | 2 +- dist/Interfaces/Admin/IDocumentType.js.map | 2 +- dist/Interfaces/Admin/IFile.js.map | 2 +- dist/Interfaces/Admin/INotification.js.map | 2 +- dist/Interfaces/Admin/IOffice.js.map | 2 +- dist/Interfaces/Admin/IOfficeFolder.js.map | 2 +- .../Admin/IOfficeFolderHasCustomer.js.map | 2 +- .../Admin/IOfficeFolderHasStakeholder.js.map | 2 +- dist/Interfaces/Admin/IUser.js.map | 2 +- .../Admin/IUserHasNotification.js.map | 2 +- dist/Interfaces/Customer/IAddress.js.map | 2 +- dist/Interfaces/Customer/IContact.js.map | 2 +- dist/Interfaces/Customer/ICustomer.js.map | 2 +- dist/Interfaces/Customer/IDeed.js.map | 2 +- .../Customer/IDeedHasDocumentType.js.map | 2 +- .../Customer/IDeedTypeHasDocumentType.js.map | 2 +- dist/Interfaces/Customer/IDeedTypes.js.map | 2 +- dist/Interfaces/Customer/IDocument.js.map | 2 +- .../Customer/IDocumentHistory.js.map | 2 +- dist/Interfaces/Customer/IDocumentType.js.map | 2 +- dist/Interfaces/Customer/IFile.js.map | 2 +- dist/Interfaces/Customer/INotification.js.map | 2 +- dist/Interfaces/Customer/IOffice.js.map | 2 +- dist/Interfaces/Customer/IOfficeFolder.js.map | 2 +- .../Customer/IOfficeFolderHasCustomer.js.map | 2 +- .../IOfficeFolderHasStakeholder.js.map | 2 +- dist/Interfaces/Customer/IUser.js.map | 2 +- .../Customer/IUserHasNotification.js.map | 2 +- dist/Interfaces/IAddress.d.ts | 12 -- dist/Interfaces/IAddress.js | 57 ------- dist/Interfaces/IAddress.js.map | 1 - dist/Interfaces/IAddressAdmin.d.ts | 12 -- dist/Interfaces/IAddressAdmin.js | 57 ------- dist/Interfaces/IAddressAdmin.js.map | 1 - dist/Interfaces/IBlockchainAnchors.d.ts | 8 - dist/Interfaces/IBlockchainAnchors.js | 40 ----- dist/Interfaces/IBlockchainAnchors.js.map | 1 - dist/Interfaces/IBlockchainAnchorsAdmin.d.ts | 8 - dist/Interfaces/IBlockchainAnchorsAdmin.js | 40 ----- .../Interfaces/IBlockchainAnchorsAdmin.js.map | 1 - dist/Interfaces/IContact.d.ts | 18 -- dist/Interfaces/IContact.js | 70 -------- dist/Interfaces/IContact.js.map | 1 - dist/Interfaces/IContactAdmin.d.ts | 18 -- dist/Interfaces/IContactAdmin.js | 74 --------- dist/Interfaces/IContactAdmin.js.map | 1 - dist/Interfaces/ICustomer.d.ts | 13 -- dist/Interfaces/ICustomer.js | 52 ------ dist/Interfaces/ICustomer.js.map | 1 - dist/Interfaces/ICustomerAdmin.d.ts | 13 -- dist/Interfaces/ICustomerAdmin.js | 52 ------ dist/Interfaces/ICustomerAdmin.js.map | 1 - dist/Interfaces/IDeed.d.ts | 11 -- dist/Interfaces/IDeed.js | 49 ------ dist/Interfaces/IDeed.js.map | 1 - dist/Interfaces/IDeedAdmin.d.ts | 11 -- dist/Interfaces/IDeedAdmin.js | 49 ------ dist/Interfaces/IDeedAdmin.js.map | 1 - dist/Interfaces/IDeedHasDocumentType.d.ts | 9 - dist/Interfaces/IDeedHasDocumentType.js | 45 ----- dist/Interfaces/IDeedHasDocumentType.js.map | 1 - .../Interfaces/IDeedHasDocumentTypeAdmin.d.ts | 9 - dist/Interfaces/IDeedHasDocumentTypeAdmin.js | 45 ----- .../IDeedHasDocumentTypeAdmin.js.map | 1 - dist/Interfaces/IDeedType.d.ts | 14 -- dist/Interfaces/IDeedType.js | 61 ------- dist/Interfaces/IDeedType.js.map | 1 - dist/Interfaces/IDeedTypeHasDocumentType.d.ts | 9 - dist/Interfaces/IDeedTypeHasDocumentType.js | 45 ----- .../IDeedTypeHasDocumentType.js.map | 1 - .../IDeedTypeHasDocumentTypeAdmin.d.ts | 9 - .../IDeedTypeHasDocumentTypeAdmin.js | 45 ----- .../IDeedTypeHasDocumentTypeAdmin.js.map | 1 - dist/Interfaces/IDeedTypesAdmin.d.ts | 14 -- dist/Interfaces/IDeedTypesAdmin.js | 61 ------- dist/Interfaces/IDeedTypesAdmin.js.map | 1 - dist/Interfaces/IDocument.d.ts | 19 --- dist/Interfaces/IDocument.js | 67 -------- dist/Interfaces/IDocument.js.map | 1 - dist/Interfaces/IDocumentAdmin.d.ts | 19 --- dist/Interfaces/IDocumentAdmin.js | 67 -------- dist/Interfaces/IDocumentAdmin.js.map | 1 - dist/Interfaces/IDocumentHistory.d.ts | 10 -- dist/Interfaces/IDocumentHistory.js | 49 ------ dist/Interfaces/IDocumentHistory.js.map | 1 - dist/Interfaces/IDocumentHistoryAdmin.d.ts | 10 -- dist/Interfaces/IDocumentHistoryAdmin.js | 49 ------ dist/Interfaces/IDocumentHistoryAdmin.js.map | 1 - dist/Interfaces/IDocumentType.d.ts | 15 -- dist/Interfaces/IDocumentType.js | 63 ------- dist/Interfaces/IDocumentType.js.map | 1 - dist/Interfaces/IDocumentTypeAdmin.d.ts | 15 -- dist/Interfaces/IDocumentTypeAdmin.js | 62 ------- dist/Interfaces/IDocumentTypeAdmin.js.map | 1 - dist/Interfaces/IFile.d.ts | 8 - dist/Interfaces/IFile.js | 45 ----- dist/Interfaces/IFile.js.map | 1 - dist/Interfaces/IFileAdmin.d.ts | 8 - dist/Interfaces/IFileAdmin.js | 45 ----- dist/Interfaces/IFileAdmin.js.map | 1 - dist/Interfaces/INotification.d.ts | 9 - dist/Interfaces/INotification.js | 45 ----- dist/Interfaces/INotification.js.map | 1 - dist/Interfaces/INotificationAdmin.d.ts | 9 - dist/Interfaces/INotificationAdmin.js | 45 ----- dist/Interfaces/INotificationAdmin.js.map | 1 - dist/Interfaces/IOffice.d.ts | 18 -- dist/Interfaces/IOffice.js | 68 -------- dist/Interfaces/IOffice.js.map | 1 - dist/Interfaces/IOfficeAdmin.d.ts | 18 -- dist/Interfaces/IOfficeAdmin.js | 68 -------- dist/Interfaces/IOfficeAdmin.js.map | 1 - dist/Interfaces/IOfficeFolder.d.ts | 21 --- dist/Interfaces/IOfficeFolder.js | 79 --------- dist/Interfaces/IOfficeFolder.js.map | 1 - dist/Interfaces/IOfficeFolderAdmin.d.ts | 21 --- dist/Interfaces/IOfficeFolderAdmin.js | 79 --------- dist/Interfaces/IOfficeFolderAdmin.js.map | 1 - dist/Interfaces/IOfficeFolderHasCustomer.d.ts | 9 - dist/Interfaces/IOfficeFolderHasCustomer.js | 45 ----- .../IOfficeFolderHasCustomer.js.map | 1 - .../IOfficeFolderHasCustomerAdmin.d.ts | 9 - .../IOfficeFolderHasCustomerAdmin.js | 45 ----- .../IOfficeFolderHasCustomerAdmin.js.map | 1 - .../IOfficeFolderHasStakeholder.d.ts | 9 - .../Interfaces/IOfficeFolderHasStakeholder.js | 45 ----- .../IOfficeFolderHasStakeholder.js.map | 1 - .../IOfficeFolderHasStakeholderAdmin.d.ts | 9 - .../IOfficeFolderHasStakeholderAdmin.js | 45 ----- .../IOfficeFolderHasStakeholderAdmin.js.map | 1 - dist/Interfaces/IUser.d.ts | 14 -- dist/Interfaces/IUser.js | 58 ------- dist/Interfaces/IUser.js.map | 1 - dist/Interfaces/IUserAdmin.d.ts | 14 -- dist/Interfaces/IUserAdmin.js | 58 ------- dist/Interfaces/IUserAdmin.js.map | 1 - dist/Interfaces/IUserHasNotification.d.ts | 9 - dist/Interfaces/IUserHasNotification.js | 45 ----- dist/Interfaces/IUserHasNotification.js.map | 1 - .../Interfaces/IUserHasNotificationAdmin.d.ts | 9 - dist/Interfaces/IUserHasNotificationAdmin.js | 45 ----- .../IUserHasNotificationAdmin.js.map | 1 - dist/Interfaces/SuperAdmin/IAddress.js.map | 2 +- .../SuperAdmin/IBlockchainAnchors.js.map | 2 +- dist/Interfaces/SuperAdmin/IContact.js.map | 2 +- dist/Interfaces/SuperAdmin/ICustomer.js.map | 2 +- dist/Interfaces/SuperAdmin/IDeed.js.map | 2 +- .../SuperAdmin/IDeedHasDocumentType.js.map | 2 +- .../IDeedTypeHasDocumentType.js.map | 2 +- dist/Interfaces/SuperAdmin/IDeedTypes.js.map | 2 +- dist/Interfaces/SuperAdmin/IDocument.js.map | 2 +- .../SuperAdmin/IDocumentHistory.js.map | 2 +- .../SuperAdmin/IDocumentType.js.map | 2 +- dist/Interfaces/SuperAdmin/IFile.js.map | 2 +- .../SuperAdmin/INotification.js.map | 2 +- dist/Interfaces/SuperAdmin/IOffice.js.map | 2 +- .../SuperAdmin/IOfficeFolder.js.map | 2 +- .../IOfficeFolderHasCustomer.js.map | 2 +- .../IOfficeFolderHasStakeholder.js.map | 2 +- dist/Interfaces/SuperAdmin/IUser.js.map | 2 +- .../SuperAdmin/IUserHasNotification.js.map | 2 +- dist/Interfaces/User/IAddress.js.map | 2 +- dist/Interfaces/User/IContact.js.map | 2 +- dist/Interfaces/User/ICustomer.js.map | 2 +- dist/Interfaces/User/IDeed.js.map | 2 +- .../User/IDeedHasDocumentType.js.map | 2 +- .../User/IDeedTypeHasDocumentType.js.map | 2 +- dist/Interfaces/User/IDeedTypes.js.map | 2 +- dist/Interfaces/User/IDocument.js.map | 2 +- dist/Interfaces/User/IDocumentHistory.js.map | 2 +- dist/Interfaces/User/IDocumentType.js.map | 2 +- dist/Interfaces/User/IFile.js.map | 2 +- dist/Interfaces/User/INotification.js.map | 2 +- dist/Interfaces/User/IOffice.js.map | 2 +- dist/Interfaces/User/IOfficeFolder.js.map | 2 +- .../User/IOfficeFolderHasCustomer.js.map | 2 +- .../User/IOfficeFolderHasStakeholder.js.map | 2 +- dist/Interfaces/User/IUser.js.map | 2 +- .../User/IUserHasNotification.js.map | 2 +- dist/index.d.ts | 74 +++++++++ dist/index.js | 156 ++++++++++++++++++ dist/index.js.map | 1 + src/index.ts | 76 +++++++++ 193 files changed, 387 insertions(+), 2647 deletions(-) delete mode 100644 dist/Interfaces/IAddress.d.ts delete mode 100644 dist/Interfaces/IAddress.js delete mode 100644 dist/Interfaces/IAddress.js.map delete mode 100644 dist/Interfaces/IAddressAdmin.d.ts delete mode 100644 dist/Interfaces/IAddressAdmin.js delete mode 100644 dist/Interfaces/IAddressAdmin.js.map delete mode 100644 dist/Interfaces/IBlockchainAnchors.d.ts delete mode 100644 dist/Interfaces/IBlockchainAnchors.js delete mode 100644 dist/Interfaces/IBlockchainAnchors.js.map delete mode 100644 dist/Interfaces/IBlockchainAnchorsAdmin.d.ts delete mode 100644 dist/Interfaces/IBlockchainAnchorsAdmin.js delete mode 100644 dist/Interfaces/IBlockchainAnchorsAdmin.js.map delete mode 100644 dist/Interfaces/IContact.d.ts delete mode 100644 dist/Interfaces/IContact.js delete mode 100644 dist/Interfaces/IContact.js.map delete mode 100644 dist/Interfaces/IContactAdmin.d.ts delete mode 100644 dist/Interfaces/IContactAdmin.js delete mode 100644 dist/Interfaces/IContactAdmin.js.map delete mode 100644 dist/Interfaces/ICustomer.d.ts delete mode 100644 dist/Interfaces/ICustomer.js delete mode 100644 dist/Interfaces/ICustomer.js.map delete mode 100644 dist/Interfaces/ICustomerAdmin.d.ts delete mode 100644 dist/Interfaces/ICustomerAdmin.js delete mode 100644 dist/Interfaces/ICustomerAdmin.js.map delete mode 100644 dist/Interfaces/IDeed.d.ts delete mode 100644 dist/Interfaces/IDeed.js delete mode 100644 dist/Interfaces/IDeed.js.map delete mode 100644 dist/Interfaces/IDeedAdmin.d.ts delete mode 100644 dist/Interfaces/IDeedAdmin.js delete mode 100644 dist/Interfaces/IDeedAdmin.js.map delete mode 100644 dist/Interfaces/IDeedHasDocumentType.d.ts delete mode 100644 dist/Interfaces/IDeedHasDocumentType.js delete mode 100644 dist/Interfaces/IDeedHasDocumentType.js.map delete mode 100644 dist/Interfaces/IDeedHasDocumentTypeAdmin.d.ts delete mode 100644 dist/Interfaces/IDeedHasDocumentTypeAdmin.js delete mode 100644 dist/Interfaces/IDeedHasDocumentTypeAdmin.js.map delete mode 100644 dist/Interfaces/IDeedType.d.ts delete mode 100644 dist/Interfaces/IDeedType.js delete mode 100644 dist/Interfaces/IDeedType.js.map delete mode 100644 dist/Interfaces/IDeedTypeHasDocumentType.d.ts delete mode 100644 dist/Interfaces/IDeedTypeHasDocumentType.js delete mode 100644 dist/Interfaces/IDeedTypeHasDocumentType.js.map delete mode 100644 dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.d.ts delete mode 100644 dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.js delete mode 100644 dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.js.map delete mode 100644 dist/Interfaces/IDeedTypesAdmin.d.ts delete mode 100644 dist/Interfaces/IDeedTypesAdmin.js delete mode 100644 dist/Interfaces/IDeedTypesAdmin.js.map delete mode 100644 dist/Interfaces/IDocument.d.ts delete mode 100644 dist/Interfaces/IDocument.js delete mode 100644 dist/Interfaces/IDocument.js.map delete mode 100644 dist/Interfaces/IDocumentAdmin.d.ts delete mode 100644 dist/Interfaces/IDocumentAdmin.js delete mode 100644 dist/Interfaces/IDocumentAdmin.js.map delete mode 100644 dist/Interfaces/IDocumentHistory.d.ts delete mode 100644 dist/Interfaces/IDocumentHistory.js delete mode 100644 dist/Interfaces/IDocumentHistory.js.map delete mode 100644 dist/Interfaces/IDocumentHistoryAdmin.d.ts delete mode 100644 dist/Interfaces/IDocumentHistoryAdmin.js delete mode 100644 dist/Interfaces/IDocumentHistoryAdmin.js.map delete mode 100644 dist/Interfaces/IDocumentType.d.ts delete mode 100644 dist/Interfaces/IDocumentType.js delete mode 100644 dist/Interfaces/IDocumentType.js.map delete mode 100644 dist/Interfaces/IDocumentTypeAdmin.d.ts delete mode 100644 dist/Interfaces/IDocumentTypeAdmin.js delete mode 100644 dist/Interfaces/IDocumentTypeAdmin.js.map delete mode 100644 dist/Interfaces/IFile.d.ts delete mode 100644 dist/Interfaces/IFile.js delete mode 100644 dist/Interfaces/IFile.js.map delete mode 100644 dist/Interfaces/IFileAdmin.d.ts delete mode 100644 dist/Interfaces/IFileAdmin.js delete mode 100644 dist/Interfaces/IFileAdmin.js.map delete mode 100644 dist/Interfaces/INotification.d.ts delete mode 100644 dist/Interfaces/INotification.js delete mode 100644 dist/Interfaces/INotification.js.map delete mode 100644 dist/Interfaces/INotificationAdmin.d.ts delete mode 100644 dist/Interfaces/INotificationAdmin.js delete mode 100644 dist/Interfaces/INotificationAdmin.js.map delete mode 100644 dist/Interfaces/IOffice.d.ts delete mode 100644 dist/Interfaces/IOffice.js delete mode 100644 dist/Interfaces/IOffice.js.map delete mode 100644 dist/Interfaces/IOfficeAdmin.d.ts delete mode 100644 dist/Interfaces/IOfficeAdmin.js delete mode 100644 dist/Interfaces/IOfficeAdmin.js.map delete mode 100644 dist/Interfaces/IOfficeFolder.d.ts delete mode 100644 dist/Interfaces/IOfficeFolder.js delete mode 100644 dist/Interfaces/IOfficeFolder.js.map delete mode 100644 dist/Interfaces/IOfficeFolderAdmin.d.ts delete mode 100644 dist/Interfaces/IOfficeFolderAdmin.js delete mode 100644 dist/Interfaces/IOfficeFolderAdmin.js.map delete mode 100644 dist/Interfaces/IOfficeFolderHasCustomer.d.ts delete mode 100644 dist/Interfaces/IOfficeFolderHasCustomer.js delete mode 100644 dist/Interfaces/IOfficeFolderHasCustomer.js.map delete mode 100644 dist/Interfaces/IOfficeFolderHasCustomerAdmin.d.ts delete mode 100644 dist/Interfaces/IOfficeFolderHasCustomerAdmin.js delete mode 100644 dist/Interfaces/IOfficeFolderHasCustomerAdmin.js.map delete mode 100644 dist/Interfaces/IOfficeFolderHasStakeholder.d.ts delete mode 100644 dist/Interfaces/IOfficeFolderHasStakeholder.js delete mode 100644 dist/Interfaces/IOfficeFolderHasStakeholder.js.map delete mode 100644 dist/Interfaces/IOfficeFolderHasStakeholderAdmin.d.ts delete mode 100644 dist/Interfaces/IOfficeFolderHasStakeholderAdmin.js delete mode 100644 dist/Interfaces/IOfficeFolderHasStakeholderAdmin.js.map delete mode 100644 dist/Interfaces/IUser.d.ts delete mode 100644 dist/Interfaces/IUser.js delete mode 100644 dist/Interfaces/IUser.js.map delete mode 100644 dist/Interfaces/IUserAdmin.d.ts delete mode 100644 dist/Interfaces/IUserAdmin.js delete mode 100644 dist/Interfaces/IUserAdmin.js.map delete mode 100644 dist/Interfaces/IUserHasNotification.d.ts delete mode 100644 dist/Interfaces/IUserHasNotification.js delete mode 100644 dist/Interfaces/IUserHasNotification.js.map delete mode 100644 dist/Interfaces/IUserHasNotificationAdmin.d.ts delete mode 100644 dist/Interfaces/IUserHasNotificationAdmin.js delete mode 100644 dist/Interfaces/IUserHasNotificationAdmin.js.map create mode 100644 dist/index.d.ts create mode 100644 dist/index.js create mode 100644 dist/index.js.map create mode 100644 src/index.ts diff --git a/dist/Enums/Enums.d.ts b/dist/Enums/Enums.d.ts index b6a0664..c1b39dc 100644 --- a/dist/Enums/Enums.d.ts +++ b/dist/Enums/Enums.d.ts @@ -1,6 +1,6 @@ -export type ECivility = "MALE" | "FEMALE" | "OTHERS"; -export type EFolderStatus = "LIVE" | "ARCHIVED"; -export type EOfficeStatus = "ACTIVATED" | "DESACTIVATED"; -export type ENotificationStatus = "READ" | "UNREAD"; -export type ECustomerStatus = "VALIDATED" | "PENDING" | "ERRONED"; -export type EDocumentStatus = "ASKED" | "DEPOSITED" | "VALIDATED" | "ANCHORED" | "REFUSED"; +export declare type ECivility = "MALE" | "FEMALE" | "OTHERS"; +export declare type EFolderStatus = "LIVE" | "ARCHIVED"; +export declare type EOfficeStatus = "ACTIVATED" | "DESACTIVATED"; +export declare type ENotificationStatus = "READ" | "UNREAD"; +export declare type ECustomerStatus = "VALIDATED" | "PENDING" | "ERRONED"; +export declare type EDocumentStatus = "ASKED" | "DEPOSITED" | "VALIDATED" | "ANCHORED" | "REFUSED"; diff --git a/dist/Interfaces/Admin/IAddress.js.map b/dist/Interfaces/Admin/IAddress.js.map index 38a99d3..efc706c 100644 --- a/dist/Interfaces/Admin/IAddress.js.map +++ b/dist/Interfaces/Admin/IAddress.js.map @@ -1 +1 @@ -{"version":3,"file":"IAddress.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IAddress.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,wDAAgC;AAEhC,MAAqB,QAAQ;IAA7B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAvBC;IAAC,IAAA,4BAAU,GAAE;;sCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACX;AAExB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACV;AAEzB;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;8BACG,iBAAO;wCAAC;AAExB;IAAC,IAAA,4BAAU,GAAE;8BACK,kBAAQ;0CAAC;AAvB7B,2BAwBC"} \ No newline at end of file +{"version":3,"file":"IAddress.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IAddress.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,wDAAgC;AAEhC,MAAqB,QAAQ;IAA7B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;sCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACX;AAGxB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACV;AAGzB;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACG,iBAAO;wCAAC;AAGxB;IADC,IAAA,4BAAU,GAAE;8BACK,kBAAQ;0CAAC;AAvB7B,2BAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IBlockchainAnchors.js.map b/dist/Interfaces/Admin/IBlockchainAnchors.js.map index d72cade..66304f0 100644 --- a/dist/Interfaces/Admin/IBlockchainAnchors.js.map +++ b/dist/Interfaces/Admin/IBlockchainAnchors.js.map @@ -1 +1 @@ -{"version":3,"file":"IBlockchainAnchors.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IBlockchainAnchors.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAGjE,MAAqB,iBAAiB;IAAtC;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;+CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wDACL;AAE9B;IAAC,IAAA,wBAAM,GAAE;;qDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;qDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;oDACkB;AAdjC,oCAeC"} \ No newline at end of file +{"version":3,"file":"IBlockchainAnchors.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IBlockchainAnchors.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAGjE,MAAqB,iBAAiB;IAAtC;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;+CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wDACL;AAG9B;IADC,IAAA,wBAAM,GAAE;;qDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;qDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;oDACkB;AAdjC,oCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IContact.js.map b/dist/Interfaces/Admin/IContact.js.map index 4c1448f..32f4a56 100644 --- a/dist/Interfaces/Admin/IContact.js.map +++ b/dist/Interfaces/Admin/IContact.js.map @@ -1 +1 @@ -{"version":3,"file":"IContact.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IContact.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAC5B,4DAAoC;AACpC,0DAAkC;AAElC,MAAqB,QAAQ;IAA7B;QA0BS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAnCC;IAAC,IAAA,4BAAU,GAAE;;sCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;4CACR;AAE3B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACT;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACb;AAEtB;IAAC,IAAA,4BAAU,GAAE;;8CACgB;AAE7B;IAAC,IAAA,4BAAU,GAAE;;mDACqB;AAElC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACP;AAE5B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;yCAAC;AAE1B;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;8BACE,eAAK;uCAAC;AAErB;IAAC,IAAA,4BAAU,GAAE;8BACM,mBAAS;2CAAC;AAnC/B,2BAoCC"} \ No newline at end of file +{"version":3,"file":"IContact.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IContact.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAC5B,4DAAoC;AACpC,0DAAkC;AAElC,MAAqB,QAAQ;IAA7B;QA0BS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAlCC;IADC,IAAA,4BAAU,GAAE;;sCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;4CACR;AAG3B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACT;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACb;AAGtB;IADC,IAAA,4BAAU,GAAE;;8CACgB;AAG7B;IADC,IAAA,4BAAU,GAAE;;mDACqB;AAGlC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACP;AAG5B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;yCAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACE,eAAK;uCAAC;AAGrB;IADC,IAAA,4BAAU,GAAE;8BACM,mBAAS;2CAAC;AAnC/B,2BAoCC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/ICustomer.js.map b/dist/Interfaces/Admin/ICustomer.js.map index c334fcc..c2417bd 100644 --- a/dist/Interfaces/Admin/ICustomer.js.map +++ b/dist/Interfaces/Admin/ICustomer.js.map @@ -1 +1 @@ -{"version":3,"file":"ICustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/ICustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAKlC,MAAqB,SAAS;IAA9B;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AApBC;IAAC,IAAA,4BAAU,GAAE;;uCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACH;AAEhC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;0CAAC;AAE1B;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;8DAC4C;AAEzD;IAAC,IAAA,4BAAU,GAAE;;4CACW;AApB1B,4BAqBC"} \ No newline at end of file +{"version":3,"file":"ICustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/ICustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAKlC,MAAqB,SAAS;IAA9B;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAnBC;IADC,IAAA,4BAAU,GAAE;;uCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACH;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;0CAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;8DAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;4CACW;AApB1B,4BAqBC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IDeed.js.map b/dist/Interfaces/Admin/IDeed.js.map index 75aa2d6..f34964e 100644 --- a/dist/Interfaces/Admin/IDeed.js.map +++ b/dist/Interfaces/Admin/IDeed.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeed.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDeed.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAA4C;AAE5C,8DAAqC;AAErC,MAAqB,KAAK;IAA1B;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAjBC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;wCAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;sDAC2C;AAExD;IAAC,IAAA,4BAAU,GAAE;8BACU,uBAAa;4CAAC;AAjBvC,wBAkBC"} \ No newline at end of file +{"version":3,"file":"IDeed.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDeed.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAA4C;AAE5C,8DAAqC;AAErC,MAAqB,KAAK;IAA1B;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;wCAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;sDAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;8BACU,uBAAa;4CAAC;AAjBvC,wBAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IDeedHasDocumentType.js.map b/dist/Interfaces/Admin/IDeedHasDocumentType.js.map index ec71250..bd1d255 100644 --- a/dist/Interfaces/Admin/IDeedHasDocumentType.js.map +++ b/dist/Interfaces/Admin/IDeedHasDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDeedHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oDAA4B;AAC5B,oEAA4C;AAE5C,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;kDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;2DAAC;AAErC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAEpB;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file +{"version":3,"file":"IDeedHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDeedHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oDAA4B;AAC5B,oEAA4C;AAE5C,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;kDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;2DAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAGpB;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IDeedTypeHasDocumentType.js.map b/dist/Interfaces/Admin/IDeedTypeHasDocumentType.js.map index 65687a0..b6ff7fb 100644 --- a/dist/Interfaces/Admin/IDeedTypeHasDocumentType.js.map +++ b/dist/Interfaces/Admin/IDeedTypeHasDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedTypeHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDeedTypeHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,8DAAqC;AACrC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;sDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAErC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;2DAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file +{"version":3,"file":"IDeedTypeHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDeedTypeHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,8DAAqC;AACrC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;sDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;2DAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IDeedTypes.js.map b/dist/Interfaces/Admin/IDeedTypes.js.map index a9240e3..5751fac 100644 --- a/dist/Interfaces/Admin/IDeedTypes.js.map +++ b/dist/Interfaces/Admin/IDeedTypes.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedTypes.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDeedTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAGjE,wDAAgC;AAGhC,MAAqB,UAAU;IAA/B;QAWS,gBAAW,GAAgB,IAAI,CAAC;QAMhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA1BC;IAAC,IAAA,4BAAU,GAAE;;wCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;+CACP;AAE5B;IAAC,IAAA,wBAAM,GAAE;;+CAC8B;AAEvC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;0CAAC;AAExB;IAAC,IAAA,wBAAM,GAAE;;8CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;8CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;wCACS;AAEtB;IAAC,IAAA,4BAAU,GAAE;;gEACoD;AA1BnE,6BA2BC"} \ No newline at end of file +{"version":3,"file":"IDeedTypes.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDeedTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAGjE,wDAAgC;AAGhC,MAAqB,UAAU;IAA/B;QAWS,gBAAW,GAAgB,IAAI,CAAC;QAMhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAzBC;IADC,IAAA,4BAAU,GAAE;;wCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;+CACP;AAG5B;IADC,IAAA,wBAAM,GAAE;;+CAC8B;AAGvC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;0CAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;wCACS;AAGtB;IADC,IAAA,4BAAU,GAAE;;gEACoD;AA1BnE,6BA2BC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IDocument.js.map b/dist/Interfaces/Admin/IDocument.js.map index 19a0209..9ddbe3c 100644 --- a/dist/Interfaces/Admin/IDocument.js.map +++ b/dist/Interfaces/Admin/IDocument.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocument.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDocument.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,oEAA4C;AAC5C,oEAA4C;AAC5C,8EAAqD;AAIrD,MAAqB,SAAS;IAA9B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA7BC;IAAC,IAAA,4BAAU,GAAE;;uCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;kDACM;AAEzC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;gDAAC;AAErC;IAAC,IAAA,4BAAU,GAAE;8BACc,4BAAiB;oDAAC;AAE7C;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,uBAAa;yCAAC;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,mBAAS;4CAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;wCACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;;mDACgC;AA7B/C,4BA8BC"} \ No newline at end of file +{"version":3,"file":"IDocument.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDocument.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,oEAA4C;AAC5C,oEAA4C;AAC5C,8EAAqD;AAIrD,MAAqB,SAAS;IAA9B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA5BC;IADC,IAAA,4BAAU,GAAE;;uCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;kDACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;gDAAC;AAGrC;IADC,IAAA,4BAAU,GAAE;8BACc,4BAAiB;oDAAC;AAG7C;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,uBAAa;yCAAC;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,mBAAS;4CAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;wCACU;AAGvB;IADC,IAAA,4BAAU,GAAE;;mDACgC;AA7B/C,4BA8BC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IDocumentHistory.js.map b/dist/Interfaces/Admin/IDocumentHistory.js.map index a3acd39..d220506 100644 --- a/dist/Interfaces/Admin/IDocumentHistory.js.map +++ b/dist/Interfaces/Admin/IDocumentHistory.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocumentHistory.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDocumentHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,4DAAoC;AAEpC,MAAqB,gBAAgB;IAArC;QAWS,mBAAc,GAAkB,IAAI,CAAC;QAGrC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAjBC;IAAC,IAAA,4BAAU,GAAE;;8CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACM;AAEzC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;kDAAC;AAE5B;IAAC,IAAA,4BAAU,GAAE;;wDAC+B;AAE5C;IAAC,IAAA,wBAAM,GAAE;;oDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;oDAC6B;AAjBxC,mCAkBC"} \ No newline at end of file +{"version":3,"file":"IDocumentHistory.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDocumentHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,4DAAoC;AAEpC,MAAqB,gBAAgB;IAArC;QAWS,mBAAc,GAAkB,IAAI,CAAC;QAGrC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;8CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;kDAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;wDAC+B;AAG5C;IADC,IAAA,wBAAM,GAAE;;oDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;oDAC6B;AAjBxC,mCAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IDocumentType.js.map b/dist/Interfaces/Admin/IDocumentType.js.map index dba2dac..ecea168 100644 --- a/dist/Interfaces/Admin/IDocumentType.js.map +++ b/dist/Interfaces/Admin/IDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAKjE,MAAqB,aAAa;IAAlC;QAWS,wBAAmB,GAAkB,IAAI,CAAC;QAG1C,gBAAW,GAAgB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA7BC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACA;AAEnC;IAAC,IAAA,4BAAU,GAAE;;0DACoC;AAEjD;IAAC,IAAA,wBAAM,GAAE;;kDAC8B;AAEvC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;gDACkB;AAE/B;IAAC,IAAA,4BAAU,GAAE;;8DAC2C;AAExD;IAAC,IAAA,4BAAU,GAAE;;mEACoD;AA7BnE,gCA8BC"} \ No newline at end of file +{"version":3,"file":"IDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAKjE,MAAqB,aAAa;IAAlC;QAWS,wBAAmB,GAAkB,IAAI,CAAC;QAG1C,gBAAW,GAAgB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA5BC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACA;AAGnC;IADC,IAAA,4BAAU,GAAE;;0DACoC;AAGjD;IADC,IAAA,wBAAM,GAAE;;kDAC8B;AAGvC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;gDACkB;AAG/B;IADC,IAAA,4BAAU,GAAE;;8DAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;;mEACoD;AA7BnE,gCA8BC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IFile.js.map b/dist/Interfaces/Admin/IFile.js.map index cf36e2b..d7f4651 100644 --- a/dist/Interfaces/Admin/IFile.js.map +++ b/dist/Interfaces/Admin/IFile.js.map @@ -1 +1 @@ -{"version":3,"file":"IFile.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IFile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,MAAqB,KAAK;IAA1B;QAQS,cAAS,GAAkB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;uCAAC;AAE5B;IAAC,IAAA,4BAAU,GAAE;;wCAC0B;AAEvC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAdxC,wBAeC"} \ No newline at end of file +{"version":3,"file":"IFile.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IFile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,MAAqB,KAAK;IAA1B;QAQS,cAAS,GAAkB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;uCAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;wCAC0B;AAGvC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAdxC,wBAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/INotification.js.map b/dist/Interfaces/Admin/INotification.js.map index 3ab517c..0339141 100644 --- a/dist/Interfaces/Admin/INotification.js.map +++ b/dist/Interfaces/Admin/INotification.js.map @@ -1 +1 @@ -{"version":3,"file":"INotification.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/INotification.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAwE;AAGxE,MAAqB,aAAa;IAAlC;QAYS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAlBC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACX;AAExB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClC,IAAA,uBAAK,GAAE;;sDACwB;AAEhC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;6DACmC;AAlBlD,gCAmBC"} \ No newline at end of file +{"version":3,"file":"INotification.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/INotification.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAwE;AAGxE,MAAqB,aAAa;IAAlC;QAYS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAjBC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACX;AAIxB;IAFC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClC,IAAA,uBAAK,GAAE;;sDACwB;AAGhC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6DACmC;AAlBlD,gCAmBC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IOffice.js.map b/dist/Interfaces/Admin/IOffice.js.map index a30a27f..2d1f00f 100644 --- a/dist/Interfaces/Admin/IOffice.js.map +++ b/dist/Interfaces/Admin/IOffice.js.map @@ -1 +1 @@ -{"version":3,"file":"IOffice.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IOffice.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAMlC,MAAqB,OAAO;IAA5B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AAhCC;IAAC,IAAA,4BAAU,GAAE;;qCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACb;AAEtB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;qCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACZ;AAEvB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;wCAAC;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACE;AAErC;IAAC,IAAA,wBAAM,GAAE;;2CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;2CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;2CACY;AAEzB;IAAC,IAAA,4BAAU,GAAE;;sCACG;AAEhB;IAAC,IAAA,4BAAU,GAAE;;+CACoB;AAhCnC,0BAiCC"} \ No newline at end of file +{"version":3,"file":"IOffice.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IOffice.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAMlC,MAAqB,OAAO;IAA5B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA/BC;IADC,IAAA,4BAAU,GAAE;;qCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;qCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACZ;AAGvB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;wCAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACE;AAGrC;IADC,IAAA,wBAAM,GAAE;;2CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;2CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;2CACY;AAGzB;IADC,IAAA,4BAAU,GAAE;;sCACG;AAGhB;IADC,IAAA,4BAAU,GAAE;;+CACoB;AAhCnC,0BAiCC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IOfficeFolder.js.map b/dist/Interfaces/Admin/IOfficeFolder.js.map index 86a40dc..d457bd3 100644 --- a/dist/Interfaces/Admin/IOfficeFolder.js.map +++ b/dist/Interfaces/Admin/IOfficeFolder.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolder.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IOfficeFolder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAE5B,wDAAgC;AAIhC,MAAqB,aAAa;IAAlC;QAWS,gBAAW,GAAkB,IAAI,CAAC;QAGlC,yBAAoB,GAAkB,IAAI,CAAC;QAY3C,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AAtCC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oDACL;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAErB;IAAC,IAAA,4BAAU,GAAE;;kDAC4B;AAEzC;IAAC,IAAA,4BAAU,GAAE;;2DACqC;AAElD;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;6CACL;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;2CAAC;AAEpB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;6CAAC;AAExB;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;kEAC4C;AAEzD;IAAC,IAAA,4BAAU,GAAE;;oEACiD;AAE9D;IAAC,IAAA,4BAAU,GAAE;;gDACW;AAtC1B,gCAuCC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolder.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IOfficeFolder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAE5B,wDAAgC;AAIhC,MAAqB,aAAa;IAAlC;QAWS,gBAAW,GAAkB,IAAI,CAAC;QAGlC,yBAAoB,GAAkB,IAAI,CAAC;QAY3C,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AArCC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oDACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAGrB;IADC,IAAA,4BAAU,GAAE;;kDAC4B;AAGzC;IADC,IAAA,4BAAU,GAAE;;2DACqC;AAGlD;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;6CACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;2CAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;6CAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;kEAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;oEACiD;AAG9D;IADC,IAAA,4BAAU,GAAE;;gDACW;AAtC1B,gCAuCC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IOfficeFolderHasCustomer.js.map b/dist/Interfaces/Admin/IOfficeFolderHasCustomer.js.map index 23d9fd3..8075af1 100644 --- a/dist/Interfaces/Admin/IOfficeFolderHasCustomer.js.map +++ b/dist/Interfaces/Admin/IOfficeFolderHasCustomer.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolderHasCustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IOfficeFolderHasCustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,4DAAoC;AACpC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;sDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;0DAAC;AAE5B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAErC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolderHasCustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IOfficeFolderHasCustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,4DAAoC;AACpC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;sDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;0DAAC;AAG5B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IOfficeFolderHasStakeholder.js.map b/dist/Interfaces/Admin/IOfficeFolderHasStakeholder.js.map index 34d4a2d..45c45a0 100644 --- a/dist/Interfaces/Admin/IOfficeFolderHasStakeholder.js.map +++ b/dist/Interfaces/Admin/IOfficeFolderHasStakeholder.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolderHasStakeholder.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IOfficeFolderHasStakeholder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,2BAA2B;IAAhD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;yDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACT,eAAK;qEAAC;AAEhC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;kEAAC;AAErC;IAAC,IAAA,wBAAM,GAAE;;+DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;+DAC6B;AAdxC,8CAeC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolderHasStakeholder.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IOfficeFolderHasStakeholder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,2BAA2B;IAAhD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;yDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACT,eAAK;qEAAC;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;kEAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;+DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;+DAC6B;AAdxC,8CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IUser.js.map b/dist/Interfaces/Admin/IUser.js.map index e7134b0..8414afd 100644 --- a/dist/Interfaces/Admin/IUser.js.map +++ b/dist/Interfaces/Admin/IUser.js.map @@ -1 +1 @@ -{"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IUser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,4DAAoC;AACpC,wDAAsC;AAGtC,MAAqB,KAAK;IAA1B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAvBC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oCACb;AAEtB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;sCAAC;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACR,iBAAa;gDAAC;AAEzC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;6DACkD;AAE/D;IAAC,IAAA,4BAAU,GAAE;8BACD,mBAAS;wCAAC;AAvBxB,wBAwBC"} \ No newline at end of file +{"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IUser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,4DAAoC;AACpC,wDAAsC;AAGtC,MAAqB,KAAK;IAA1B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oCACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;sCAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACR,iBAAa;gDAAC;AAGzC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6DACkD;AAG/D;IADC,IAAA,4BAAU,GAAE;8BACD,mBAAS;wCAAC;AAvBxB,wBAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/Admin/IUserHasNotification.js.map b/dist/Interfaces/Admin/IUserHasNotification.js.map index 016f71f..9f679db 100644 --- a/dist/Interfaces/Admin/IUserHasNotification.js.map +++ b/dist/Interfaces/Admin/IUserHasNotification.js.map @@ -1 +1 @@ -{"version":3,"file":"IUserHasNotification.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IUserHasNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;kDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAEpB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACb,uBAAa;0DAAC;AAEpC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file +{"version":3,"file":"IUserHasNotification.js","sourceRoot":"","sources":["../../../src/Interfaces/Admin/IUserHasNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;kDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACb,uBAAa;0DAAC;AAGpC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IAddress.js.map b/dist/Interfaces/Customer/IAddress.js.map index f3034a7..38db051 100644 --- a/dist/Interfaces/Customer/IAddress.js.map +++ b/dist/Interfaces/Customer/IAddress.js.map @@ -1 +1 @@ -{"version":3,"file":"IAddress.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IAddress.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,wDAAgC;AAEhC,MAAqB,QAAQ;IAA7B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAvBC;IAAC,IAAA,4BAAU,GAAE;;sCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACX;AAExB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACV;AAEzB;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;8BACG,iBAAO;wCAAC;AAExB;IAAC,IAAA,4BAAU,GAAE;8BACK,kBAAQ;0CAAC;AAvB7B,2BAwBC"} \ No newline at end of file +{"version":3,"file":"IAddress.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IAddress.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,wDAAgC;AAEhC,MAAqB,QAAQ;IAA7B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;sCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACX;AAGxB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACV;AAGzB;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACG,iBAAO;wCAAC;AAGxB;IADC,IAAA,4BAAU,GAAE;8BACK,kBAAQ;0CAAC;AAvB7B,2BAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IContact.js.map b/dist/Interfaces/Customer/IContact.js.map index 89334bf..ee198b4 100644 --- a/dist/Interfaces/Customer/IContact.js.map +++ b/dist/Interfaces/Customer/IContact.js.map @@ -1 +1 @@ -{"version":3,"file":"IContact.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IContact.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAC5B,4DAAoC;AACpC,0DAAkC;AAElC,MAAqB,QAAQ;IAA7B;QA0BS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAnCC;IAAC,IAAA,4BAAU,GAAE;;sCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;4CACR;AAE3B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACT;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACb;AAEtB;IAAC,IAAA,4BAAU,GAAE;;8CACgB;AAE7B;IAAC,IAAA,4BAAU,GAAE;;mDACqB;AAElC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACP;AAE5B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;yCAAC;AAE1B;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;8BACE,eAAK;uCAAC;AAErB;IAAC,IAAA,4BAAU,GAAE;8BACM,mBAAS;2CAAC;AAnC/B,2BAoCC"} \ No newline at end of file +{"version":3,"file":"IContact.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IContact.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAC5B,4DAAoC;AACpC,0DAAkC;AAElC,MAAqB,QAAQ;IAA7B;QA0BS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAlCC;IADC,IAAA,4BAAU,GAAE;;sCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;4CACR;AAG3B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACT;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACb;AAGtB;IADC,IAAA,4BAAU,GAAE;;8CACgB;AAG7B;IADC,IAAA,4BAAU,GAAE;;mDACqB;AAGlC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACP;AAG5B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;yCAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACE,eAAK;uCAAC;AAGrB;IADC,IAAA,4BAAU,GAAE;8BACM,mBAAS;2CAAC;AAnC/B,2BAoCC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/ICustomer.js.map b/dist/Interfaces/Customer/ICustomer.js.map index c555f49..006e8b6 100644 --- a/dist/Interfaces/Customer/ICustomer.js.map +++ b/dist/Interfaces/Customer/ICustomer.js.map @@ -1 +1 @@ -{"version":3,"file":"ICustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/ICustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAKlC,MAAqB,SAAS;IAA9B;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AApBC;IAAC,IAAA,4BAAU,GAAE;;uCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACH;AAEhC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;0CAAC;AAE1B;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;8DAC4C;AAEzD;IAAC,IAAA,4BAAU,GAAE;;4CACW;AApB1B,4BAqBC"} \ No newline at end of file +{"version":3,"file":"ICustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/ICustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAKlC,MAAqB,SAAS;IAA9B;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAnBC;IADC,IAAA,4BAAU,GAAE;;uCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACH;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;0CAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;8DAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;4CACW;AApB1B,4BAqBC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IDeed.js.map b/dist/Interfaces/Customer/IDeed.js.map index ec651cf..f59e67e 100644 --- a/dist/Interfaces/Customer/IDeed.js.map +++ b/dist/Interfaces/Customer/IDeed.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeed.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDeed.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAA4C;AAE5C,8DAAqC;AAErC,MAAqB,KAAK;IAA1B;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAjBC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;wCAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;sDAC2C;AAExD;IAAC,IAAA,4BAAU,GAAE;8BACU,uBAAa;4CAAC;AAjBvC,wBAkBC"} \ No newline at end of file +{"version":3,"file":"IDeed.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDeed.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAA4C;AAE5C,8DAAqC;AAErC,MAAqB,KAAK;IAA1B;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;wCAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;sDAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;8BACU,uBAAa;4CAAC;AAjBvC,wBAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IDeedHasDocumentType.js.map b/dist/Interfaces/Customer/IDeedHasDocumentType.js.map index 343ddd8..8e95f30 100644 --- a/dist/Interfaces/Customer/IDeedHasDocumentType.js.map +++ b/dist/Interfaces/Customer/IDeedHasDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDeedHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oDAA4B;AAC5B,oEAA4C;AAE5C,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;kDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;2DAAC;AAErC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAEpB;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file +{"version":3,"file":"IDeedHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDeedHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oDAA4B;AAC5B,oEAA4C;AAE5C,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;kDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;2DAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAGpB;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IDeedTypeHasDocumentType.js.map b/dist/Interfaces/Customer/IDeedTypeHasDocumentType.js.map index 4f7c2f1..843a496 100644 --- a/dist/Interfaces/Customer/IDeedTypeHasDocumentType.js.map +++ b/dist/Interfaces/Customer/IDeedTypeHasDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedTypeHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDeedTypeHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,8DAAqC;AACrC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;sDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAErC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;2DAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file +{"version":3,"file":"IDeedTypeHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDeedTypeHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,8DAAqC;AACrC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;sDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;2DAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IDeedTypes.js.map b/dist/Interfaces/Customer/IDeedTypes.js.map index b404e01..2355433 100644 --- a/dist/Interfaces/Customer/IDeedTypes.js.map +++ b/dist/Interfaces/Customer/IDeedTypes.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedTypes.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDeedTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAGjE,wDAAgC;AAGhC,MAAqB,UAAU;IAA/B;QAWS,gBAAW,GAAgB,IAAI,CAAC;QAMhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA1BC;IAAC,IAAA,4BAAU,GAAE;;wCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;+CACP;AAE5B;IAAC,IAAA,wBAAM,GAAE;;+CAC8B;AAEvC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;0CAAC;AAExB;IAAC,IAAA,wBAAM,GAAE;;8CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;8CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;wCACS;AAEtB;IAAC,IAAA,4BAAU,GAAE;;gEACoD;AA1BnE,6BA2BC"} \ No newline at end of file +{"version":3,"file":"IDeedTypes.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDeedTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAGjE,wDAAgC;AAGhC,MAAqB,UAAU;IAA/B;QAWS,gBAAW,GAAgB,IAAI,CAAC;QAMhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAzBC;IADC,IAAA,4BAAU,GAAE;;wCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;+CACP;AAG5B;IADC,IAAA,wBAAM,GAAE;;+CAC8B;AAGvC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;0CAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;wCACS;AAGtB;IADC,IAAA,4BAAU,GAAE;;gEACoD;AA1BnE,6BA2BC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IDocument.js.map b/dist/Interfaces/Customer/IDocument.js.map index 3ea9cd5..b9ea20a 100644 --- a/dist/Interfaces/Customer/IDocument.js.map +++ b/dist/Interfaces/Customer/IDocument.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocument.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDocument.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,oEAA4C;AAC5C,oEAA4C;AAI5C,MAAqB,SAAS;IAA9B;QAiBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA1BC;IAAC,IAAA,4BAAU,GAAE;;uCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;kDACM;AAEzC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;gDAAC;AAErC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,uBAAa;yCAAC;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,mBAAS;4CAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;wCACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;;mDACgC;AA1B/C,4BA2BC"} \ No newline at end of file +{"version":3,"file":"IDocument.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDocument.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,oEAA4C;AAC5C,oEAA4C;AAI5C,MAAqB,SAAS;IAA9B;QAiBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAzBC;IADC,IAAA,4BAAU,GAAE;;uCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;kDACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;gDAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,uBAAa;yCAAC;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,mBAAS;4CAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;wCACU;AAGvB;IADC,IAAA,4BAAU,GAAE;;mDACgC;AA1B/C,4BA2BC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IDocumentHistory.js.map b/dist/Interfaces/Customer/IDocumentHistory.js.map index 8fbc758..4217211 100644 --- a/dist/Interfaces/Customer/IDocumentHistory.js.map +++ b/dist/Interfaces/Customer/IDocumentHistory.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocumentHistory.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDocumentHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,4DAAoC;AAEpC,MAAqB,gBAAgB;IAArC;QAWS,mBAAc,GAAkB,IAAI,CAAC;QAGrC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAjBC;IAAC,IAAA,4BAAU,GAAE;;8CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACM;AAEzC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;kDAAC;AAE5B;IAAC,IAAA,4BAAU,GAAE;;wDAC+B;AAE5C;IAAC,IAAA,wBAAM,GAAE;;oDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;oDAC6B;AAjBxC,mCAkBC"} \ No newline at end of file +{"version":3,"file":"IDocumentHistory.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDocumentHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,4DAAoC;AAEpC,MAAqB,gBAAgB;IAArC;QAWS,mBAAc,GAAkB,IAAI,CAAC;QAGrC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;8CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;kDAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;wDAC+B;AAG5C;IADC,IAAA,wBAAM,GAAE;;oDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;oDAC6B;AAjBxC,mCAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IDocumentType.js.map b/dist/Interfaces/Customer/IDocumentType.js.map index 1242251..91cdac1 100644 --- a/dist/Interfaces/Customer/IDocumentType.js.map +++ b/dist/Interfaces/Customer/IDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAKjE,MAAqB,aAAa;IAAlC;QAWS,wBAAmB,GAAkB,IAAI,CAAC;QAG1C,gBAAW,GAAgB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA7BC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACA;AAEnC;IAAC,IAAA,4BAAU,GAAE;;0DACoC;AAEjD;IAAC,IAAA,wBAAM,GAAE;;kDAC8B;AAEvC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;gDACkB;AAE/B;IAAC,IAAA,4BAAU,GAAE;;8DAC2C;AAExD;IAAC,IAAA,4BAAU,GAAE;;mEACoD;AA7BnE,gCA8BC"} \ No newline at end of file +{"version":3,"file":"IDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAKjE,MAAqB,aAAa;IAAlC;QAWS,wBAAmB,GAAkB,IAAI,CAAC;QAG1C,gBAAW,GAAgB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA5BC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACA;AAGnC;IADC,IAAA,4BAAU,GAAE;;0DACoC;AAGjD;IADC,IAAA,wBAAM,GAAE;;kDAC8B;AAGvC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;gDACkB;AAG/B;IADC,IAAA,4BAAU,GAAE;;8DAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;;mEACoD;AA7BnE,gCA8BC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IFile.js.map b/dist/Interfaces/Customer/IFile.js.map index e076a17..27ff4cd 100644 --- a/dist/Interfaces/Customer/IFile.js.map +++ b/dist/Interfaces/Customer/IFile.js.map @@ -1 +1 @@ -{"version":3,"file":"IFile.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IFile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,MAAqB,KAAK;IAA1B;QAQS,cAAS,GAAkB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;uCAAC;AAE5B;IAAC,IAAA,4BAAU,GAAE;;wCAC0B;AAEvC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAdxC,wBAeC"} \ No newline at end of file +{"version":3,"file":"IFile.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IFile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,MAAqB,KAAK;IAA1B;QAQS,cAAS,GAAkB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;uCAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;wCAC0B;AAGvC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAdxC,wBAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/INotification.js.map b/dist/Interfaces/Customer/INotification.js.map index 3c7f66a..d5af976 100644 --- a/dist/Interfaces/Customer/INotification.js.map +++ b/dist/Interfaces/Customer/INotification.js.map @@ -1 +1 @@ -{"version":3,"file":"INotification.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/INotification.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAwE;AAGxE,MAAqB,aAAa;IAAlC;QAYS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAlBC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACX;AAExB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClC,IAAA,uBAAK,GAAE;;sDACwB;AAEhC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;6DACmC;AAlBlD,gCAmBC"} \ No newline at end of file +{"version":3,"file":"INotification.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/INotification.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAwE;AAGxE,MAAqB,aAAa;IAAlC;QAYS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAjBC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACX;AAIxB;IAFC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClC,IAAA,uBAAK,GAAE;;sDACwB;AAGhC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6DACmC;AAlBlD,gCAmBC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IOffice.js.map b/dist/Interfaces/Customer/IOffice.js.map index 868e697..f229e8f 100644 --- a/dist/Interfaces/Customer/IOffice.js.map +++ b/dist/Interfaces/Customer/IOffice.js.map @@ -1 +1 @@ -{"version":3,"file":"IOffice.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IOffice.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAMlC,MAAqB,OAAO;IAA5B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AAhCC;IAAC,IAAA,4BAAU,GAAE;;qCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACb;AAEtB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;qCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACZ;AAEvB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;wCAAC;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACE;AAErC;IAAC,IAAA,wBAAM,GAAE;;2CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;2CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;2CACY;AAEzB;IAAC,IAAA,4BAAU,GAAE;;sCACG;AAEhB;IAAC,IAAA,4BAAU,GAAE;;+CACoB;AAhCnC,0BAiCC"} \ No newline at end of file +{"version":3,"file":"IOffice.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IOffice.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAMlC,MAAqB,OAAO;IAA5B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA/BC;IADC,IAAA,4BAAU,GAAE;;qCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;qCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACZ;AAGvB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;wCAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACE;AAGrC;IADC,IAAA,wBAAM,GAAE;;2CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;2CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;2CACY;AAGzB;IADC,IAAA,4BAAU,GAAE;;sCACG;AAGhB;IADC,IAAA,4BAAU,GAAE;;+CACoB;AAhCnC,0BAiCC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IOfficeFolder.js.map b/dist/Interfaces/Customer/IOfficeFolder.js.map index 20ca667..5830e50 100644 --- a/dist/Interfaces/Customer/IOfficeFolder.js.map +++ b/dist/Interfaces/Customer/IOfficeFolder.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolder.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IOfficeFolder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAE5B,wDAAgC;AAIhC,MAAqB,aAAa;IAAlC;QAWS,gBAAW,GAAkB,IAAI,CAAC;QAGlC,yBAAoB,GAAkB,IAAI,CAAC;QAY3C,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AAtCC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oDACL;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAErB;IAAC,IAAA,4BAAU,GAAE;;kDAC4B;AAEzC;IAAC,IAAA,4BAAU,GAAE;;2DACqC;AAElD;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;6CACL;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;2CAAC;AAEpB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;6CAAC;AAExB;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;kEAC4C;AAEzD;IAAC,IAAA,4BAAU,GAAE;;oEACiD;AAE9D;IAAC,IAAA,4BAAU,GAAE;;gDACW;AAtC1B,gCAuCC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolder.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IOfficeFolder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAE5B,wDAAgC;AAIhC,MAAqB,aAAa;IAAlC;QAWS,gBAAW,GAAkB,IAAI,CAAC;QAGlC,yBAAoB,GAAkB,IAAI,CAAC;QAY3C,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AArCC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oDACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAGrB;IADC,IAAA,4BAAU,GAAE;;kDAC4B;AAGzC;IADC,IAAA,4BAAU,GAAE;;2DACqC;AAGlD;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;6CACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;2CAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;6CAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;kEAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;oEACiD;AAG9D;IADC,IAAA,4BAAU,GAAE;;gDACW;AAtC1B,gCAuCC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IOfficeFolderHasCustomer.js.map b/dist/Interfaces/Customer/IOfficeFolderHasCustomer.js.map index da74672..975a0c6 100644 --- a/dist/Interfaces/Customer/IOfficeFolderHasCustomer.js.map +++ b/dist/Interfaces/Customer/IOfficeFolderHasCustomer.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolderHasCustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IOfficeFolderHasCustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,4DAAoC;AACpC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;sDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;0DAAC;AAE5B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAErC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolderHasCustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IOfficeFolderHasCustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,4DAAoC;AACpC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;sDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;0DAAC;AAG5B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IOfficeFolderHasStakeholder.js.map b/dist/Interfaces/Customer/IOfficeFolderHasStakeholder.js.map index 6697209..303ebf6 100644 --- a/dist/Interfaces/Customer/IOfficeFolderHasStakeholder.js.map +++ b/dist/Interfaces/Customer/IOfficeFolderHasStakeholder.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolderHasStakeholder.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IOfficeFolderHasStakeholder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,2BAA2B;IAAhD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;yDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACT,eAAK;qEAAC;AAEhC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;kEAAC;AAErC;IAAC,IAAA,wBAAM,GAAE;;+DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;+DAC6B;AAdxC,8CAeC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolderHasStakeholder.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IOfficeFolderHasStakeholder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,2BAA2B;IAAhD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;yDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACT,eAAK;qEAAC;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;kEAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;+DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;+DAC6B;AAdxC,8CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IUser.js.map b/dist/Interfaces/Customer/IUser.js.map index c6d22d0..195691b 100644 --- a/dist/Interfaces/Customer/IUser.js.map +++ b/dist/Interfaces/Customer/IUser.js.map @@ -1 +1 @@ -{"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IUser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,4DAAoC;AACpC,wDAAsC;AAGtC,MAAqB,KAAK;IAA1B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAvBC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oCACb;AAEtB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;sCAAC;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACR,iBAAa;gDAAC;AAEzC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;6DACkD;AAE/D;IAAC,IAAA,4BAAU,GAAE;8BACD,mBAAS;wCAAC;AAvBxB,wBAwBC"} \ No newline at end of file +{"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IUser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,4DAAoC;AACpC,wDAAsC;AAGtC,MAAqB,KAAK;IAA1B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oCACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;sCAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACR,iBAAa;gDAAC;AAGzC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6DACkD;AAG/D;IADC,IAAA,4BAAU,GAAE;8BACD,mBAAS;wCAAC;AAvBxB,wBAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/Customer/IUserHasNotification.js.map b/dist/Interfaces/Customer/IUserHasNotification.js.map index 8e5a10e..bfa8ede 100644 --- a/dist/Interfaces/Customer/IUserHasNotification.js.map +++ b/dist/Interfaces/Customer/IUserHasNotification.js.map @@ -1 +1 @@ -{"version":3,"file":"IUserHasNotification.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IUserHasNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;kDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAEpB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACb,uBAAa;0DAAC;AAEpC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file +{"version":3,"file":"IUserHasNotification.js","sourceRoot":"","sources":["../../../src/Interfaces/Customer/IUserHasNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;kDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACb,uBAAa;0DAAC;AAGpC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IAddress.d.ts b/dist/Interfaces/IAddress.d.ts deleted file mode 100644 index 4f935bb..0000000 --- a/dist/Interfaces/IAddress.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -import IContact from "./IContact"; -import IOffice from "./IOffice"; -export default class IAddress { - uuid: string; - address: string; - city: string; - zip_code: number; - created_at: Date | null; - updated_at: Date | null; - office?: IOffice; - contacts?: IContact; -} diff --git a/dist/Interfaces/IAddress.js b/dist/Interfaces/IAddress.js deleted file mode 100644 index e971bd8..0000000 --- a/dist/Interfaces/IAddress.js +++ /dev/null @@ -1,57 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IContact_1 = __importDefault(require("./IContact")); -const IOffice_1 = __importDefault(require("./IOffice")); -class IAddress { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IAddress.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IAddress.prototype, "address", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IAddress.prototype, "city", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Number) -], IAddress.prototype, "zip_code", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IAddress.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IAddress.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IOffice_1.default) -], IAddress.prototype, "office", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IContact_1.default) -], IAddress.prototype, "contacts", void 0); -exports.default = IAddress; -//# sourceMappingURL=IAddress.js.map \ No newline at end of file diff --git a/dist/Interfaces/IAddress.js.map b/dist/Interfaces/IAddress.js.map deleted file mode 100644 index b0e2f29..0000000 --- a/dist/Interfaces/IAddress.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IAddress.js","sourceRoot":"","sources":["../../src/Interfaces/IAddress.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,wDAAgC;AAEhC,MAAqB,QAAQ;IAA7B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;sCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACX;AAGxB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACV;AAGzB;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACG,iBAAO;wCAAC;AAGxB;IADC,IAAA,4BAAU,GAAE;8BACK,kBAAQ;0CAAC;AAvB7B,2BAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/IAddressAdmin.d.ts b/dist/Interfaces/IAddressAdmin.d.ts deleted file mode 100644 index 5d0d2d1..0000000 --- a/dist/Interfaces/IAddressAdmin.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -import IContact from "./IContactAdmin"; -import IOffice from "./IOfficeAdmin"; -export default class IAddressAdmin { - uuid: string; - address: string; - city: string; - zip_code: number; - created_at: Date | null; - updated_at: Date | null; - office?: IOffice; - contacts?: IContact; -} diff --git a/dist/Interfaces/IAddressAdmin.js b/dist/Interfaces/IAddressAdmin.js deleted file mode 100644 index e745d65..0000000 --- a/dist/Interfaces/IAddressAdmin.js +++ /dev/null @@ -1,57 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IContactAdmin_1 = __importDefault(require("./IContactAdmin")); -const IOfficeAdmin_1 = __importDefault(require("./IOfficeAdmin")); -class IAddressAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IAddressAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IAddressAdmin.prototype, "address", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IAddressAdmin.prototype, "city", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", Number) -], IAddressAdmin.prototype, "zip_code", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IAddressAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IAddressAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IOfficeAdmin_1.default) -], IAddressAdmin.prototype, "office", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IContactAdmin_1.default) -], IAddressAdmin.prototype, "contacts", void 0); -exports.default = IAddressAdmin; -//# sourceMappingURL=IAddressAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IAddressAdmin.js.map b/dist/Interfaces/IAddressAdmin.js.map deleted file mode 100644 index 06f89ae..0000000 --- a/dist/Interfaces/IAddressAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IAddressAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IAddressAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAAuC;AACvC,kEAAqC;AAErC,MAAqB,aAAa;IAAlC;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACX;AAGxB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;+CACV;AAGzB;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACG,sBAAO;6CAAC;AAGxB;IADC,IAAA,4BAAU,GAAE;8BACK,uBAAQ;+CAAC;AAvB7B,gCAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/IBlockchainAnchors.d.ts b/dist/Interfaces/IBlockchainAnchors.d.ts deleted file mode 100644 index 06c82c7..0000000 --- a/dist/Interfaces/IBlockchainAnchors.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -import IDocument from "./IDocument"; -export default class IBlockchainAnchor { - uuid: string; - smartSigJobId: string; - created_at: Date | null; - updated_at: Date | null; - documents?: IDocument[]; -} diff --git a/dist/Interfaces/IBlockchainAnchors.js b/dist/Interfaces/IBlockchainAnchors.js deleted file mode 100644 index 4e33825..0000000 --- a/dist/Interfaces/IBlockchainAnchors.js +++ /dev/null @@ -1,40 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -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 }); -const class_validator_1 = require("class-validator"); -class IBlockchainAnchor { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IBlockchainAnchor.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IBlockchainAnchor.prototype, "smartSigJobId", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IBlockchainAnchor.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IBlockchainAnchor.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IBlockchainAnchor.prototype, "documents", void 0); -exports.default = IBlockchainAnchor; -//# sourceMappingURL=IBlockchainAnchors.js.map \ No newline at end of file diff --git a/dist/Interfaces/IBlockchainAnchors.js.map b/dist/Interfaces/IBlockchainAnchors.js.map deleted file mode 100644 index 40ec757..0000000 --- a/dist/Interfaces/IBlockchainAnchors.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IBlockchainAnchors.js","sourceRoot":"","sources":["../../src/Interfaces/IBlockchainAnchors.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAGjE,MAAqB,iBAAiB;IAAtC;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;+CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wDACL;AAG9B;IADC,IAAA,wBAAM,GAAE;;qDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;qDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;oDACkB;AAdjC,oCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IBlockchainAnchorsAdmin.d.ts b/dist/Interfaces/IBlockchainAnchorsAdmin.d.ts deleted file mode 100644 index 6bdc324..0000000 --- a/dist/Interfaces/IBlockchainAnchorsAdmin.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -import IDocument from "./IDocumentAdmin"; -export default class IBlockchainAnchorAdmin { - uuid: string; - smartSigJobId: string; - created_at: Date | null; - updated_at: Date | null; - documents?: IDocument[]; -} diff --git a/dist/Interfaces/IBlockchainAnchorsAdmin.js b/dist/Interfaces/IBlockchainAnchorsAdmin.js deleted file mode 100644 index 53d775b..0000000 --- a/dist/Interfaces/IBlockchainAnchorsAdmin.js +++ /dev/null @@ -1,40 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -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 }); -const class_validator_1 = require("class-validator"); -class IBlockchainAnchorAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IBlockchainAnchorAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IBlockchainAnchorAdmin.prototype, "smartSigJobId", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IBlockchainAnchorAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IBlockchainAnchorAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IBlockchainAnchorAdmin.prototype, "documents", void 0); -exports.default = IBlockchainAnchorAdmin; -//# sourceMappingURL=IBlockchainAnchorsAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IBlockchainAnchorsAdmin.js.map b/dist/Interfaces/IBlockchainAnchorsAdmin.js.map deleted file mode 100644 index 290c2b1..0000000 --- a/dist/Interfaces/IBlockchainAnchorsAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IBlockchainAnchorsAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IBlockchainAnchorsAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAGjE,MAAqB,sBAAsB;IAA3C;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;oDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;6DACL;AAG9B;IADC,IAAA,wBAAM,GAAE;;0DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;0DAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;yDACkB;AAdjC,yCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IContact.d.ts b/dist/Interfaces/IContact.d.ts deleted file mode 100644 index 0ad108f..0000000 --- a/dist/Interfaces/IContact.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { ECivility } from "../Enums/Enums"; -import IUser from "./IUser"; -import ICustomer from "./ICustomer"; -import IAddress from "./IAddress"; -export default class IContact { - uuid: string; - first_name: string; - last_name: string; - email: string; - phone_number: string; - cell_phone_number: string; - civility: ECivility; - address: IAddress; - created_at: Date | null; - updated_at: Date | null; - users?: IUser; - customers?: ICustomer; -} diff --git a/dist/Interfaces/IContact.js b/dist/Interfaces/IContact.js deleted file mode 100644 index 280bf21..0000000 --- a/dist/Interfaces/IContact.js +++ /dev/null @@ -1,70 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IUser_1 = __importDefault(require("./IUser")); -const ICustomer_1 = __importDefault(require("./ICustomer")); -const IAddress_1 = __importDefault(require("./IAddress")); -class IContact { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IContact.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IContact.prototype, "first_name", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IContact.prototype, "last_name", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IContact.prototype, "email", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", String) -], IContact.prototype, "phone_number", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", String) -], IContact.prototype, "cell_phone_number", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IAddress_1.default) -], IContact.prototype, "address", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IContact.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IContact.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IUser_1.default) -], IContact.prototype, "users", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", ICustomer_1.default) -], IContact.prototype, "customers", void 0); -exports.default = IContact; -//# sourceMappingURL=IContact.js.map \ No newline at end of file diff --git a/dist/Interfaces/IContact.js.map b/dist/Interfaces/IContact.js.map deleted file mode 100644 index 823acda..0000000 --- a/dist/Interfaces/IContact.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IContact.js","sourceRoot":"","sources":["../../src/Interfaces/IContact.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAC5B,4DAAoC;AACpC,0DAAkC;AAElC,MAAqB,QAAQ;IAA7B;QAyBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAjCC;IADC,IAAA,4BAAU,GAAE;;sCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;4CACR;AAG3B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACT;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACb;AAGtB;IADC,IAAA,4BAAU,GAAE;;8CACgB;AAG7B;IADC,IAAA,4BAAU,GAAE;;mDACqB;AAKlC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;yCAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACE,eAAK;uCAAC;AAGrB;IADC,IAAA,4BAAU,GAAE;8BACM,mBAAS;2CAAC;AAlC/B,2BAmCC"} \ No newline at end of file diff --git a/dist/Interfaces/IContactAdmin.d.ts b/dist/Interfaces/IContactAdmin.d.ts deleted file mode 100644 index 6ca7f21..0000000 --- a/dist/Interfaces/IContactAdmin.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { ECivility } from "../Enums/Enums"; -import IUser from "./IUserAdmin"; -import ICustomer from "./ICustomerAdmin"; -import IAddress from "./IAddressAdmin"; -export default class IContactAdmin { - uuid: string; - first_name: string; - last_name: string; - email: string; - phone_number: string; - cell_phone_number: string; - civility: ECivility; - address: IAddress; - created_at: Date | null; - updated_at: Date | null; - users?: IUser; - customers?: ICustomer; -} diff --git a/dist/Interfaces/IContactAdmin.js b/dist/Interfaces/IContactAdmin.js deleted file mode 100644 index ef944c7..0000000 --- a/dist/Interfaces/IContactAdmin.js +++ /dev/null @@ -1,74 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IUserAdmin_1 = __importDefault(require("./IUserAdmin")); -const ICustomerAdmin_1 = __importDefault(require("./ICustomerAdmin")); -const IAddressAdmin_1 = __importDefault(require("./IAddressAdmin")); -class IContactAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IContactAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IContactAdmin.prototype, "first_name", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IContactAdmin.prototype, "last_name", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IContactAdmin.prototype, "email", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", String) -], IContactAdmin.prototype, "phone_number", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", String) -], IContactAdmin.prototype, "cell_phone_number", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IContactAdmin.prototype, "civility", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IAddressAdmin_1.default) -], IContactAdmin.prototype, "address", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IContactAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IContactAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IUserAdmin_1.default) -], IContactAdmin.prototype, "users", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", ICustomerAdmin_1.default) -], IContactAdmin.prototype, "customers", void 0); -exports.default = IContactAdmin; -//# sourceMappingURL=IContactAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IContactAdmin.js.map b/dist/Interfaces/IContactAdmin.js.map deleted file mode 100644 index 983d8e1..0000000 --- a/dist/Interfaces/IContactAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IContactAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IContactAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,8DAAiC;AACjC,sEAAyC;AACzC,oEAAuC;AAEvC,MAAqB,aAAa;IAAlC;QA0BS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAlCC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;iDACR;AAG3B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;gDACT;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;4CACb;AAGtB;IADC,IAAA,4BAAU,GAAE;;mDACgB;AAG7B;IADC,IAAA,4BAAU,GAAE;;wDACqB;AAGlC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;+CACP;AAG5B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,uBAAQ;8CAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACE,oBAAK;4CAAC;AAGrB;IADC,IAAA,4BAAU,GAAE;8BACM,wBAAS;gDAAC;AAnC/B,gCAoCC"} \ No newline at end of file diff --git a/dist/Interfaces/ICustomer.d.ts b/dist/Interfaces/ICustomer.d.ts deleted file mode 100644 index 09b3073..0000000 --- a/dist/Interfaces/ICustomer.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -import IContact from "./IContact"; -import { ECustomerStatus } from "../Enums/Enums"; -import IDocument from "./IDocument"; -import IOfficeFolderHasCustomer from "./IOfficeFolderHasCustomer"; -export default class ICustomer { - uuid: string; - status: ECustomerStatus; - contact: IContact; - created_at: Date | null; - updated_at: Date | null; - office_folder_has_customers?: IOfficeFolderHasCustomer[]; - documents?: IDocument[]; -} diff --git a/dist/Interfaces/ICustomer.js b/dist/Interfaces/ICustomer.js deleted file mode 100644 index c0566b8..0000000 --- a/dist/Interfaces/ICustomer.js +++ /dev/null @@ -1,52 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IContact_1 = __importDefault(require("./IContact")); -class ICustomer { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], ICustomer.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], ICustomer.prototype, "status", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IContact_1.default) -], ICustomer.prototype, "contact", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], ICustomer.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], ICustomer.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], ICustomer.prototype, "office_folder_has_customers", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], ICustomer.prototype, "documents", void 0); -exports.default = ICustomer; -//# sourceMappingURL=ICustomer.js.map \ No newline at end of file diff --git a/dist/Interfaces/ICustomer.js.map b/dist/Interfaces/ICustomer.js.map deleted file mode 100644 index f07de16..0000000 --- a/dist/Interfaces/ICustomer.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"ICustomer.js","sourceRoot":"","sources":["../../src/Interfaces/ICustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAKlC,MAAqB,SAAS;IAA9B;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAnBC;IADC,IAAA,4BAAU,GAAE;;uCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACH;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;0CAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;8DAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;4CACW;AApB1B,4BAqBC"} \ No newline at end of file diff --git a/dist/Interfaces/ICustomerAdmin.d.ts b/dist/Interfaces/ICustomerAdmin.d.ts deleted file mode 100644 index 7416681..0000000 --- a/dist/Interfaces/ICustomerAdmin.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -import IContact from "./IContactAdmin"; -import { ECustomerStatus } from "../Enums/Enums"; -import IDocument from "./IDocumentAdmin"; -import IOfficeFolderHasCustomer from "./IOfficeFolderHasCustomerAdmin"; -export default class ICustomerAdmin { - uuid: string; - status: ECustomerStatus; - contact: IContact; - created_at: Date | null; - updated_at: Date | null; - office_folder_has_customers?: IOfficeFolderHasCustomer[]; - documents?: IDocument[]; -} diff --git a/dist/Interfaces/ICustomerAdmin.js b/dist/Interfaces/ICustomerAdmin.js deleted file mode 100644 index 72b1a70..0000000 --- a/dist/Interfaces/ICustomerAdmin.js +++ /dev/null @@ -1,52 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IContactAdmin_1 = __importDefault(require("./IContactAdmin")); -class ICustomerAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], ICustomerAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], ICustomerAdmin.prototype, "status", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IContactAdmin_1.default) -], ICustomerAdmin.prototype, "contact", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], ICustomerAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], ICustomerAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], ICustomerAdmin.prototype, "office_folder_has_customers", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], ICustomerAdmin.prototype, "documents", void 0); -exports.default = ICustomerAdmin; -//# sourceMappingURL=ICustomerAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/ICustomerAdmin.js.map b/dist/Interfaces/ICustomerAdmin.js.map deleted file mode 100644 index a3e8db9..0000000 --- a/dist/Interfaces/ICustomerAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"ICustomerAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/ICustomerAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAAuC;AAKvC,MAAqB,cAAc;IAAnC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAnBC;IADC,IAAA,4BAAU,GAAE;;4CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACH;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,uBAAQ;+CAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;kDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;kDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;mEAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;iDACW;AApB1B,iCAqBC"} \ No newline at end of file diff --git a/dist/Interfaces/IDeed.d.ts b/dist/Interfaces/IDeed.d.ts deleted file mode 100644 index aae63b2..0000000 --- a/dist/Interfaces/IDeed.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import IOfficeFolder from "./IOfficeFolder"; -import IDeedHasDocumentType from "./IDeedHasDocumentType"; -import IDeedType from "./IDeedType"; -export default class IDeed { - uuid: string; - deed_type: IDeedType; - created_at: Date | null; - updated_at: Date | null; - deed_has_document_types?: IDeedHasDocumentType[]; - office_folder?: IOfficeFolder; -} diff --git a/dist/Interfaces/IDeed.js b/dist/Interfaces/IDeed.js deleted file mode 100644 index 15ff307..0000000 --- a/dist/Interfaces/IDeed.js +++ /dev/null @@ -1,49 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IOfficeFolder_1 = __importDefault(require("./IOfficeFolder")); -const IDeedType_1 = __importDefault(require("./IDeedType")); -class IDeed { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDeed.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDeedType_1.default) -], IDeed.prototype, "deed_type", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeed.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeed.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDeed.prototype, "deed_has_document_types", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IOfficeFolder_1.default) -], IDeed.prototype, "office_folder", void 0); -exports.default = IDeed; -//# sourceMappingURL=IDeed.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDeed.js.map b/dist/Interfaces/IDeed.js.map deleted file mode 100644 index 25b072b..0000000 --- a/dist/Interfaces/IDeed.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDeed.js","sourceRoot":"","sources":["../../src/Interfaces/IDeed.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAA4C;AAE5C,4DAAoC;AAEpC,MAAqB,KAAK;IAA1B;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,mBAAS;wCAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;sDAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;8BACU,uBAAa;4CAAC;AAjBvC,wBAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/IDeedAdmin.d.ts b/dist/Interfaces/IDeedAdmin.d.ts deleted file mode 100644 index e24657d..0000000 --- a/dist/Interfaces/IDeedAdmin.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -import IOfficeFolder from "./IOfficeFolderAdmin"; -import IDeedHasDocumentType from "./IDeedHasDocumentTypeAdmin"; -import IDeedType from "./IDeedTypesAdmin"; -export default class IDeedAdmin { - uuid: string; - deed_type: IDeedType; - created_at: Date | null; - updated_at: Date | null; - deed_has_document_types?: IDeedHasDocumentType[]; - office_folder?: IOfficeFolder; -} diff --git a/dist/Interfaces/IDeedAdmin.js b/dist/Interfaces/IDeedAdmin.js deleted file mode 100644 index 8b3d23e..0000000 --- a/dist/Interfaces/IDeedAdmin.js +++ /dev/null @@ -1,49 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IOfficeFolderAdmin_1 = __importDefault(require("./IOfficeFolderAdmin")); -const IDeedTypesAdmin_1 = __importDefault(require("./IDeedTypesAdmin")); -class IDeedAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDeedAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDeedTypesAdmin_1.default) -], IDeedAdmin.prototype, "deed_type", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDeedAdmin.prototype, "deed_has_document_types", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IOfficeFolderAdmin_1.default) -], IDeedAdmin.prototype, "office_folder", void 0); -exports.default = IDeedAdmin; -//# sourceMappingURL=IDeedAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDeedAdmin.js.map b/dist/Interfaces/IDeedAdmin.js.map deleted file mode 100644 index 9f878e6..0000000 --- a/dist/Interfaces/IDeedAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDeedAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IDeedAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,8EAAiD;AAEjD,wEAA0C;AAE1C,MAAqB,UAAU;IAA/B;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;wCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,yBAAS;6CAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;2DAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;8BACU,4BAAa;iDAAC;AAjBvC,6BAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/IDeedHasDocumentType.d.ts b/dist/Interfaces/IDeedHasDocumentType.d.ts deleted file mode 100644 index ccab64f..0000000 --- a/dist/Interfaces/IDeedHasDocumentType.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import IDeed from "./IDeed"; -import IDocumentType from "./IDocumentType"; -export default class IDeedHasDocumentType { - uuid: string; - document_type: IDocumentType; - deed: IDeed; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IDeedHasDocumentType.js b/dist/Interfaces/IDeedHasDocumentType.js deleted file mode 100644 index 5d0476e..0000000 --- a/dist/Interfaces/IDeedHasDocumentType.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IDeed_1 = __importDefault(require("./IDeed")); -const IDocumentType_1 = __importDefault(require("./IDocumentType")); -class IDeedHasDocumentType { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDeedHasDocumentType.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDocumentType_1.default) -], IDeedHasDocumentType.prototype, "document_type", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDeed_1.default) -], IDeedHasDocumentType.prototype, "deed", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedHasDocumentType.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedHasDocumentType.prototype, "updated_at", void 0); -exports.default = IDeedHasDocumentType; -//# sourceMappingURL=IDeedHasDocumentType.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDeedHasDocumentType.js.map b/dist/Interfaces/IDeedHasDocumentType.js.map deleted file mode 100644 index 9a635ba..0000000 --- a/dist/Interfaces/IDeedHasDocumentType.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDeedHasDocumentType.js","sourceRoot":"","sources":["../../src/Interfaces/IDeedHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oDAA4B;AAC5B,oEAA4C;AAE5C,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;kDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;2DAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAGpB;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IDeedHasDocumentTypeAdmin.d.ts b/dist/Interfaces/IDeedHasDocumentTypeAdmin.d.ts deleted file mode 100644 index c09a2b5..0000000 --- a/dist/Interfaces/IDeedHasDocumentTypeAdmin.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import IDeed from "./IDeedAdmin"; -import IDocumentType from "./IDocumentTypeAdmin"; -export default class IDeedHasDocumentTypeAdmin { - uuid: string; - document_type: IDocumentType; - deed: IDeed; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IDeedHasDocumentTypeAdmin.js b/dist/Interfaces/IDeedHasDocumentTypeAdmin.js deleted file mode 100644 index 9da70f2..0000000 --- a/dist/Interfaces/IDeedHasDocumentTypeAdmin.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IDeedAdmin_1 = __importDefault(require("./IDeedAdmin")); -const IDocumentTypeAdmin_1 = __importDefault(require("./IDocumentTypeAdmin")); -class IDeedHasDocumentTypeAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDeedHasDocumentTypeAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDocumentTypeAdmin_1.default) -], IDeedHasDocumentTypeAdmin.prototype, "document_type", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDeedAdmin_1.default) -], IDeedHasDocumentTypeAdmin.prototype, "deed", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedHasDocumentTypeAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedHasDocumentTypeAdmin.prototype, "updated_at", void 0); -exports.default = IDeedHasDocumentTypeAdmin; -//# sourceMappingURL=IDeedHasDocumentTypeAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDeedHasDocumentTypeAdmin.js.map b/dist/Interfaces/IDeedHasDocumentTypeAdmin.js.map deleted file mode 100644 index 0bb337e..0000000 --- a/dist/Interfaces/IDeedHasDocumentTypeAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDeedHasDocumentTypeAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IDeedHasDocumentTypeAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,8DAAiC;AACjC,8EAAiD;AAEjD,MAAqB,yBAAyB;IAA9C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;uDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,4BAAa;gEAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,oBAAK;uDAAC;AAGpB;IADC,IAAA,wBAAM,GAAE;;6DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6DAC6B;AAdxC,4CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IDeedType.d.ts b/dist/Interfaces/IDeedType.d.ts deleted file mode 100644 index cb8312c..0000000 --- a/dist/Interfaces/IDeedType.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -import IDeedTypeHasDocumentType from "./IDeedTypeHasDocumentType"; -import IOffice from "./IOffice"; -import IDeed from "./IDeed"; -export default class IDeedType { - uuid: string; - name: string; - description: string; - archived_at: Date | null; - office: IOffice; - created_at: Date | null; - updated_at: Date | null; - deed?: IDeed[]; - deed_type_has_document_types?: IDeedTypeHasDocumentType[]; -} diff --git a/dist/Interfaces/IDeedType.js b/dist/Interfaces/IDeedType.js deleted file mode 100644 index 6259b6b..0000000 --- a/dist/Interfaces/IDeedType.js +++ /dev/null @@ -1,61 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IOffice_1 = __importDefault(require("./IOffice")); -class IDeedType { - constructor() { - this.archived_at = null; - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDeedType.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDeedType.prototype, "name", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDeedType.prototype, "description", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedType.prototype, "archived_at", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOffice_1.default) -], IDeedType.prototype, "office", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedType.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedType.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDeedType.prototype, "deed", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDeedType.prototype, "deed_type_has_document_types", void 0); -exports.default = IDeedType; -//# sourceMappingURL=IDeedType.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDeedType.js.map b/dist/Interfaces/IDeedType.js.map deleted file mode 100644 index 30e38ad..0000000 --- a/dist/Interfaces/IDeedType.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDeedType.js","sourceRoot":"","sources":["../../src/Interfaces/IDeedType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAGjE,wDAAgC;AAGhC,MAAqB,SAAS;IAA9B;QAWS,gBAAW,GAAgB,IAAI,CAAC;QAMhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAzBC;IADC,IAAA,4BAAU,GAAE;;uCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACP;AAG5B;IADC,IAAA,wBAAM,GAAE;;8CAC8B;AAGvC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;yCAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;uCACS;AAGtB;IADC,IAAA,4BAAU,GAAE;;+DACoD;AA1BnE,4BA2BC"} \ No newline at end of file diff --git a/dist/Interfaces/IDeedTypeHasDocumentType.d.ts b/dist/Interfaces/IDeedTypeHasDocumentType.d.ts deleted file mode 100644 index c7754b9..0000000 --- a/dist/Interfaces/IDeedTypeHasDocumentType.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import IDeedType from "./IDeedType"; -import IDocumentType from "./IDocumentType"; -export default class IDeedTypeHasDocumentType { - uuid: string; - document_type: IDocumentType; - deed_type: IDeedType; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IDeedTypeHasDocumentType.js b/dist/Interfaces/IDeedTypeHasDocumentType.js deleted file mode 100644 index d1c2c5d..0000000 --- a/dist/Interfaces/IDeedTypeHasDocumentType.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IDeedType_1 = __importDefault(require("./IDeedType")); -const IDocumentType_1 = __importDefault(require("./IDocumentType")); -class IDeedTypeHasDocumentType { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDeedTypeHasDocumentType.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDocumentType_1.default) -], IDeedTypeHasDocumentType.prototype, "document_type", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDeedType_1.default) -], IDeedTypeHasDocumentType.prototype, "deed_type", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedTypeHasDocumentType.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedTypeHasDocumentType.prototype, "updated_at", void 0); -exports.default = IDeedTypeHasDocumentType; -//# sourceMappingURL=IDeedTypeHasDocumentType.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDeedTypeHasDocumentType.js.map b/dist/Interfaces/IDeedTypeHasDocumentType.js.map deleted file mode 100644 index 229eb06..0000000 --- a/dist/Interfaces/IDeedTypeHasDocumentType.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDeedTypeHasDocumentType.js","sourceRoot":"","sources":["../../src/Interfaces/IDeedTypeHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,4DAAoC;AACpC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;sDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,mBAAS;2DAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.d.ts b/dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.d.ts deleted file mode 100644 index 861a3ce..0000000 --- a/dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import IDeedType from "./IDeedTypesAdmin"; -import IDocumentType from "./IDocumentTypeAdmin"; -export default class IDeedTypeHasDocumentTypeAdmin { - uuid: string; - document_type: IDocumentType; - deed_type: IDeedType; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.js b/dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.js deleted file mode 100644 index 17176a5..0000000 --- a/dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IDeedTypesAdmin_1 = __importDefault(require("./IDeedTypesAdmin")); -const IDocumentTypeAdmin_1 = __importDefault(require("./IDocumentTypeAdmin")); -class IDeedTypeHasDocumentTypeAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDeedTypeHasDocumentTypeAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDocumentTypeAdmin_1.default) -], IDeedTypeHasDocumentTypeAdmin.prototype, "document_type", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDeedTypesAdmin_1.default) -], IDeedTypeHasDocumentTypeAdmin.prototype, "deed_type", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedTypeHasDocumentTypeAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedTypeHasDocumentTypeAdmin.prototype, "updated_at", void 0); -exports.default = IDeedTypeHasDocumentTypeAdmin; -//# sourceMappingURL=IDeedTypeHasDocumentTypeAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.js.map b/dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.js.map deleted file mode 100644 index 62e7b19..0000000 --- a/dist/Interfaces/IDeedTypeHasDocumentTypeAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDeedTypeHasDocumentTypeAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IDeedTypeHasDocumentTypeAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,wEAA0C;AAC1C,8EAAiD;AAEjD,MAAqB,6BAA6B;IAAlD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;2DACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,4BAAa;oEAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,yBAAS;gEAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;iEAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iEAC6B;AAdxC,gDAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IDeedTypesAdmin.d.ts b/dist/Interfaces/IDeedTypesAdmin.d.ts deleted file mode 100644 index bf5af39..0000000 --- a/dist/Interfaces/IDeedTypesAdmin.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -import IDeedTypeHasDocumentType from "./IDeedTypeHasDocumentType"; -import IOffice from "./IOfficeAdmin"; -import IDeed from "./IDeedAdmin"; -export default class IDeedTypesAdmin { - uuid: string; - name: string; - description: string; - archived_at: Date | null; - office: IOffice; - created_at: Date | null; - updated_at: Date | null; - deed?: IDeed[]; - deed_type_has_document_types?: IDeedTypeHasDocumentType[]; -} diff --git a/dist/Interfaces/IDeedTypesAdmin.js b/dist/Interfaces/IDeedTypesAdmin.js deleted file mode 100644 index f2871d5..0000000 --- a/dist/Interfaces/IDeedTypesAdmin.js +++ /dev/null @@ -1,61 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IOfficeAdmin_1 = __importDefault(require("./IOfficeAdmin")); -class IDeedTypesAdmin { - constructor() { - this.archived_at = null; - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDeedTypesAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDeedTypesAdmin.prototype, "name", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDeedTypesAdmin.prototype, "description", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedTypesAdmin.prototype, "archived_at", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOfficeAdmin_1.default) -], IDeedTypesAdmin.prototype, "office", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedTypesAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDeedTypesAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDeedTypesAdmin.prototype, "deed", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDeedTypesAdmin.prototype, "deed_type_has_document_types", void 0); -exports.default = IDeedTypesAdmin; -//# sourceMappingURL=IDeedTypesAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDeedTypesAdmin.js.map b/dist/Interfaces/IDeedTypesAdmin.js.map deleted file mode 100644 index eda6c4b..0000000 --- a/dist/Interfaces/IDeedTypesAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDeedTypesAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IDeedTypesAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAGjE,kEAAqC;AAGrC,MAAqB,eAAe;IAApC;QAWS,gBAAW,GAAgB,IAAI,CAAC;QAMhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAzBC;IADC,IAAA,4BAAU,GAAE;;6CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;6CACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oDACP;AAG5B;IADC,IAAA,wBAAM,GAAE;;oDAC8B;AAGvC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,sBAAO;+CAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;mDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;mDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6CACS;AAGtB;IADC,IAAA,4BAAU,GAAE;;qEACoD;AA1BnE,kCA2BC"} \ No newline at end of file diff --git a/dist/Interfaces/IDocument.d.ts b/dist/Interfaces/IDocument.d.ts deleted file mode 100644 index eb23d7f..0000000 --- a/dist/Interfaces/IDocument.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -import ICustomer from "./ICustomer"; -import { EDocumentStatus } from "../Enums/Enums"; -import IOfficeFolder from "./IOfficeFolder"; -import IDocumentType from "./IDocumentType"; -import IBlockchainAnchor from "./IBlockchainAnchors"; -import IDocumentHistory from "./IDocumentHistory"; -import IFile from "./IFile"; -export default class IDocument { - uuid: string; - document_status: EDocumentStatus; - document_type: IDocumentType; - blockchain_anchor?: IBlockchainAnchor; - folder: IOfficeFolder; - depositor: ICustomer; - created_at: Date | null; - updated_at: Date | null; - files?: IFile[]; - document_history?: IDocumentHistory[]; -} diff --git a/dist/Interfaces/IDocument.js b/dist/Interfaces/IDocument.js deleted file mode 100644 index 1795fe8..0000000 --- a/dist/Interfaces/IDocument.js +++ /dev/null @@ -1,67 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const ICustomer_1 = __importDefault(require("./ICustomer")); -const IOfficeFolder_1 = __importDefault(require("./IOfficeFolder")); -const IDocumentType_1 = __importDefault(require("./IDocumentType")); -const IBlockchainAnchors_1 = __importDefault(require("./IBlockchainAnchors")); -class IDocument { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDocument.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDocument.prototype, "document_status", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDocumentType_1.default) -], IDocument.prototype, "document_type", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IBlockchainAnchors_1.default) -], IDocument.prototype, "blockchain_anchor", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOfficeFolder_1.default) -], IDocument.prototype, "folder", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", ICustomer_1.default) -], IDocument.prototype, "depositor", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocument.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocument.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDocument.prototype, "files", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDocument.prototype, "document_history", void 0); -exports.default = IDocument; -//# sourceMappingURL=IDocument.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDocument.js.map b/dist/Interfaces/IDocument.js.map deleted file mode 100644 index 6ffe950..0000000 --- a/dist/Interfaces/IDocument.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDocument.js","sourceRoot":"","sources":["../../src/Interfaces/IDocument.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,oEAA4C;AAC5C,oEAA4C;AAC5C,8EAAqD;AAIrD,MAAqB,SAAS;IAA9B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA5BC;IADC,IAAA,4BAAU,GAAE;;uCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;kDACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;gDAAC;AAGrC;IADC,IAAA,4BAAU,GAAE;8BACc,4BAAiB;oDAAC;AAG7C;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,uBAAa;yCAAC;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,mBAAS;4CAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;wCACU;AAGvB;IADC,IAAA,4BAAU,GAAE;;mDACgC;AA7B/C,4BA8BC"} \ No newline at end of file diff --git a/dist/Interfaces/IDocumentAdmin.d.ts b/dist/Interfaces/IDocumentAdmin.d.ts deleted file mode 100644 index 2908e74..0000000 --- a/dist/Interfaces/IDocumentAdmin.d.ts +++ /dev/null @@ -1,19 +0,0 @@ -import ICustomer from "./ICustomerAdmin"; -import { EDocumentStatus } from "../Enums/Enums"; -import IOfficeFolder from "./IOfficeFolderAdmin"; -import IDocumentType from "./IDocumentTypeAdmin"; -import IBlockchainAnchor from "./IBlockchainAnchorsAdmin"; -import IDocumentHistory from "./IDocumentHistoryAdmin"; -import IFile from "./IFileAdmin"; -export default class IDocumentAdmin { - uuid: string; - document_status: EDocumentStatus; - document_type: IDocumentType; - blockchain_anchor?: IBlockchainAnchor; - folder: IOfficeFolder; - depositor: ICustomer; - created_at: Date | null; - updated_at: Date | null; - files?: IFile[]; - document_history?: IDocumentHistory[]; -} diff --git a/dist/Interfaces/IDocumentAdmin.js b/dist/Interfaces/IDocumentAdmin.js deleted file mode 100644 index 065757c..0000000 --- a/dist/Interfaces/IDocumentAdmin.js +++ /dev/null @@ -1,67 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const ICustomerAdmin_1 = __importDefault(require("./ICustomerAdmin")); -const IOfficeFolderAdmin_1 = __importDefault(require("./IOfficeFolderAdmin")); -const IDocumentTypeAdmin_1 = __importDefault(require("./IDocumentTypeAdmin")); -const IBlockchainAnchorsAdmin_1 = __importDefault(require("./IBlockchainAnchorsAdmin")); -class IDocumentAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDocumentAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDocumentAdmin.prototype, "document_status", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDocumentTypeAdmin_1.default) -], IDocumentAdmin.prototype, "document_type", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IBlockchainAnchorsAdmin_1.default) -], IDocumentAdmin.prototype, "blockchain_anchor", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOfficeFolderAdmin_1.default) -], IDocumentAdmin.prototype, "folder", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", ICustomerAdmin_1.default) -], IDocumentAdmin.prototype, "depositor", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDocumentAdmin.prototype, "files", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDocumentAdmin.prototype, "document_history", void 0); -exports.default = IDocumentAdmin; -//# sourceMappingURL=IDocumentAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDocumentAdmin.js.map b/dist/Interfaces/IDocumentAdmin.js.map deleted file mode 100644 index 6d26ceb..0000000 --- a/dist/Interfaces/IDocumentAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDocumentAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IDocumentAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,sEAAyC;AAEzC,8EAAiD;AACjD,8EAAiD;AACjD,wFAA0D;AAI1D,MAAqB,cAAc;IAAnC;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA5BC;IADC,IAAA,4BAAU,GAAE;;4CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uDACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,4BAAa;qDAAC;AAGrC;IADC,IAAA,4BAAU,GAAE;8BACc,iCAAiB;yDAAC;AAG7C;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,4BAAa;8CAAC;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,wBAAS;iDAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;kDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;kDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6CACU;AAGvB;IADC,IAAA,4BAAU,GAAE;;wDACgC;AA7B/C,iCA8BC"} \ No newline at end of file diff --git a/dist/Interfaces/IDocumentHistory.d.ts b/dist/Interfaces/IDocumentHistory.d.ts deleted file mode 100644 index 4c5c3a8..0000000 --- a/dist/Interfaces/IDocumentHistory.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { EDocumentStatus } from "../Enums/Enums"; -import IDocument from "./IDocument"; -export default class IDocumentHistory { - uuid: string; - document_status: EDocumentStatus; - document: IDocument; - refused_reason: string | null; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IDocumentHistory.js b/dist/Interfaces/IDocumentHistory.js deleted file mode 100644 index 286093f..0000000 --- a/dist/Interfaces/IDocumentHistory.js +++ /dev/null @@ -1,49 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IDocument_1 = __importDefault(require("./IDocument")); -class IDocumentHistory { - constructor() { - this.refused_reason = null; - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDocumentHistory.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDocumentHistory.prototype, "document_status", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDocument_1.default) -], IDocumentHistory.prototype, "document", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Object) -], IDocumentHistory.prototype, "refused_reason", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentHistory.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentHistory.prototype, "updated_at", void 0); -exports.default = IDocumentHistory; -//# sourceMappingURL=IDocumentHistory.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDocumentHistory.js.map b/dist/Interfaces/IDocumentHistory.js.map deleted file mode 100644 index bf215d5..0000000 --- a/dist/Interfaces/IDocumentHistory.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDocumentHistory.js","sourceRoot":"","sources":["../../src/Interfaces/IDocumentHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,4DAAoC;AAEpC,MAAqB,gBAAgB;IAArC;QAWS,mBAAc,GAAkB,IAAI,CAAC;QAGrC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;8CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;kDAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;wDAC+B;AAG5C;IADC,IAAA,wBAAM,GAAE;;oDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;oDAC6B;AAjBxC,mCAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/IDocumentHistoryAdmin.d.ts b/dist/Interfaces/IDocumentHistoryAdmin.d.ts deleted file mode 100644 index 7ecf922..0000000 --- a/dist/Interfaces/IDocumentHistoryAdmin.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { EDocumentStatus } from "../Enums/Enums"; -import IDocument from "./IDocumentAdmin"; -export default class IDocumentHistoryAdmin { - uuid: string; - document_status: EDocumentStatus; - document: IDocument; - refused_reason: string | null; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IDocumentHistoryAdmin.js b/dist/Interfaces/IDocumentHistoryAdmin.js deleted file mode 100644 index 255e4fe..0000000 --- a/dist/Interfaces/IDocumentHistoryAdmin.js +++ /dev/null @@ -1,49 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IDocumentAdmin_1 = __importDefault(require("./IDocumentAdmin")); -class IDocumentHistoryAdmin { - constructor() { - this.refused_reason = null; - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDocumentHistoryAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDocumentHistoryAdmin.prototype, "document_status", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDocumentAdmin_1.default) -], IDocumentHistoryAdmin.prototype, "document", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Object) -], IDocumentHistoryAdmin.prototype, "refused_reason", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentHistoryAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentHistoryAdmin.prototype, "updated_at", void 0); -exports.default = IDocumentHistoryAdmin; -//# sourceMappingURL=IDocumentHistoryAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDocumentHistoryAdmin.js.map b/dist/Interfaces/IDocumentHistoryAdmin.js.map deleted file mode 100644 index 21b2752..0000000 --- a/dist/Interfaces/IDocumentHistoryAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDocumentHistoryAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IDocumentHistoryAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,sEAAyC;AAEzC,MAAqB,qBAAqB;IAA1C;QAWS,mBAAc,GAAkB,IAAI,CAAC;QAGrC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;mDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8DACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,wBAAS;uDAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;6DAC+B;AAG5C;IADC,IAAA,wBAAM,GAAE;;yDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yDAC6B;AAjBxC,wCAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/IDocumentType.d.ts b/dist/Interfaces/IDocumentType.d.ts deleted file mode 100644 index 937395b..0000000 --- a/dist/Interfaces/IDocumentType.d.ts +++ /dev/null @@ -1,15 +0,0 @@ -import IDeedHasDocumentType from "./IDeedHasDocumentType"; -import IDeedTypeHasDocumentType from "./IDeedTypeHasDocumentType"; -import IDocument from "./IDocument"; -export default class IDocumentType { - uuid: string; - name: string; - public_description: string; - private_description: string | null; - archived_at: Date | null; - created_at: Date | null; - updated_at: Date | null; - documents?: IDocument[]; - deed_has_document_types?: IDeedHasDocumentType[]; - deed_type_has_document_types?: IDeedTypeHasDocumentType[]; -} diff --git a/dist/Interfaces/IDocumentType.js b/dist/Interfaces/IDocumentType.js deleted file mode 100644 index d705ce2..0000000 --- a/dist/Interfaces/IDocumentType.js +++ /dev/null @@ -1,63 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -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 }); -const class_validator_1 = require("class-validator"); -class IDocumentType { - constructor() { - this.private_description = null; - this.archived_at = null; - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDocumentType.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDocumentType.prototype, "name", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDocumentType.prototype, "public_description", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Object) -], IDocumentType.prototype, "private_description", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentType.prototype, "archived_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentType.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentType.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDocumentType.prototype, "documents", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDocumentType.prototype, "deed_has_document_types", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDocumentType.prototype, "deed_type_has_document_types", void 0); -exports.default = IDocumentType; -//# sourceMappingURL=IDocumentType.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDocumentType.js.map b/dist/Interfaces/IDocumentType.js.map deleted file mode 100644 index e81a5b0..0000000 --- a/dist/Interfaces/IDocumentType.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDocumentType.js","sourceRoot":"","sources":["../../src/Interfaces/IDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAKjE,MAAqB,aAAa;IAAlC;QAWS,wBAAmB,GAAkB,IAAI,CAAC;QAI1C,gBAAW,GAAgB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA7BC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACA;AAGnC;IADC,IAAA,4BAAU,GAAE;;0DACoC;AAIjD;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;kDAC8B;AAGvC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;gDACkB;AAG/B;IADC,IAAA,4BAAU,GAAE;;8DAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;;mEACoD;AA9BnE,gCA+BC"} \ No newline at end of file diff --git a/dist/Interfaces/IDocumentTypeAdmin.d.ts b/dist/Interfaces/IDocumentTypeAdmin.d.ts deleted file mode 100644 index e67f83a..0000000 --- a/dist/Interfaces/IDocumentTypeAdmin.d.ts +++ /dev/null @@ -1,15 +0,0 @@ -import IDeedHasDocumentType from "./IDeedHasDocumentTypeAdmin"; -import IDeedTypeHasDocumentType from "./IDeedTypeHasDocumentTypeAdmin"; -import IDocument from "./IDocumentAdmin"; -export default class IDocumentTypeAdmin { - uuid: string; - name: string; - public_description: string; - private_description: string | null; - archived_at: Date | null; - created_at: Date | null; - updated_at: Date | null; - documents?: IDocument[]; - deed_has_document_types?: IDeedHasDocumentType[]; - deed_type_has_document_types?: IDeedTypeHasDocumentType[]; -} diff --git a/dist/Interfaces/IDocumentTypeAdmin.js b/dist/Interfaces/IDocumentTypeAdmin.js deleted file mode 100644 index 4e7d96c..0000000 --- a/dist/Interfaces/IDocumentTypeAdmin.js +++ /dev/null @@ -1,62 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -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 }); -const class_validator_1 = require("class-validator"); -class IDocumentTypeAdmin { - constructor() { - this.private_description = null; - this.archived_at = null; - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IDocumentTypeAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDocumentTypeAdmin.prototype, "name", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IDocumentTypeAdmin.prototype, "public_description", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Object) -], IDocumentTypeAdmin.prototype, "private_description", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentTypeAdmin.prototype, "archived_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentTypeAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IDocumentTypeAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDocumentTypeAdmin.prototype, "documents", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDocumentTypeAdmin.prototype, "deed_has_document_types", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IDocumentTypeAdmin.prototype, "deed_type_has_document_types", void 0); -exports.default = IDocumentTypeAdmin; -//# sourceMappingURL=IDocumentTypeAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IDocumentTypeAdmin.js.map b/dist/Interfaces/IDocumentTypeAdmin.js.map deleted file mode 100644 index 30ad414..0000000 --- a/dist/Interfaces/IDocumentTypeAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IDocumentTypeAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IDocumentTypeAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAKjE,MAAqB,kBAAkB;IAAvC;QAWS,wBAAmB,GAAkB,IAAI,CAAC;QAG1C,gBAAW,GAAgB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA5BC;IADC,IAAA,4BAAU,GAAE;;gDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;gDACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8DACA;AAGnC;IADC,IAAA,4BAAU,GAAE;;+DACoC;AAGjD;IADC,IAAA,wBAAM,GAAE;;uDAC8B;AAGvC;IADC,IAAA,wBAAM,GAAE;;sDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;sDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;qDACkB;AAG/B;IADC,IAAA,4BAAU,GAAE;;mEAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;;wEACoD;AA7BnE,qCA8BC"} \ No newline at end of file diff --git a/dist/Interfaces/IFile.d.ts b/dist/Interfaces/IFile.d.ts deleted file mode 100644 index 0ba834b..0000000 --- a/dist/Interfaces/IFile.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -import IDocument from "./IDocument"; -export default class IFile { - uuid: string; - document: IDocument; - file_path: string | null; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IFile.js b/dist/Interfaces/IFile.js deleted file mode 100644 index afc8125..0000000 --- a/dist/Interfaces/IFile.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IDocument_1 = __importDefault(require("./IDocument")); -class IFile { - constructor() { - this.file_path = null; - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IFile.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDocument_1.default) -], IFile.prototype, "document", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Object) -], IFile.prototype, "file_path", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IFile.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IFile.prototype, "updated_at", void 0); -exports.default = IFile; -//# sourceMappingURL=IFile.js.map \ No newline at end of file diff --git a/dist/Interfaces/IFile.js.map b/dist/Interfaces/IFile.js.map deleted file mode 100644 index 28f2844..0000000 --- a/dist/Interfaces/IFile.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IFile.js","sourceRoot":"","sources":["../../src/Interfaces/IFile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,MAAqB,KAAK;IAA1B;QAQS,cAAS,GAAkB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;uCAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;wCAC0B;AAGvC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAdxC,wBAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IFileAdmin.d.ts b/dist/Interfaces/IFileAdmin.d.ts deleted file mode 100644 index 866b557..0000000 --- a/dist/Interfaces/IFileAdmin.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -import IDocument from "./IDocumentAdmin"; -export default class IFileAdmin { - uuid: string; - document: IDocument; - file_path: string | null; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IFileAdmin.js b/dist/Interfaces/IFileAdmin.js deleted file mode 100644 index bca61f1..0000000 --- a/dist/Interfaces/IFileAdmin.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IDocumentAdmin_1 = __importDefault(require("./IDocumentAdmin")); -class IFileAdmin { - constructor() { - this.file_path = null; - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IFileAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDocumentAdmin_1.default) -], IFileAdmin.prototype, "document", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Object) -], IFileAdmin.prototype, "file_path", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IFileAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IFileAdmin.prototype, "updated_at", void 0); -exports.default = IFileAdmin; -//# sourceMappingURL=IFileAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IFileAdmin.js.map b/dist/Interfaces/IFileAdmin.js.map deleted file mode 100644 index 23f77bb..0000000 --- a/dist/Interfaces/IFileAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IFileAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IFileAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,sEAAyC;AAEzC,MAAqB,UAAU;IAA/B;QAQS,cAAS,GAAkB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;wCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,wBAAS;4CAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;6CAC0B;AAGvC;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAdxC,6BAeC"} \ No newline at end of file diff --git a/dist/Interfaces/INotification.d.ts b/dist/Interfaces/INotification.d.ts deleted file mode 100644 index e4e4412..0000000 --- a/dist/Interfaces/INotification.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import IUserHasNotification from "./IUserHasNotification"; -export default class INotification { - uuid: string; - message: string; - redirection_url: string; - created_at: Date | null; - updated_at: Date | null; - user_has_notifications?: IUserHasNotification[]; -} diff --git a/dist/Interfaces/INotification.js b/dist/Interfaces/INotification.js deleted file mode 100644 index 5a0c7a8..0000000 --- a/dist/Interfaces/INotification.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -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 }); -const class_validator_1 = require("class-validator"); -class INotification { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], INotification.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], INotification.prototype, "message", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - (0, class_validator_1.IsUrl)(), - __metadata("design:type", String) -], INotification.prototype, "redirection_url", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], INotification.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], INotification.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], INotification.prototype, "user_has_notifications", void 0); -exports.default = INotification; -//# sourceMappingURL=INotification.js.map \ No newline at end of file diff --git a/dist/Interfaces/INotification.js.map b/dist/Interfaces/INotification.js.map deleted file mode 100644 index caadd44..0000000 --- a/dist/Interfaces/INotification.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"INotification.js","sourceRoot":"","sources":["../../src/Interfaces/INotification.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAwE;AAGxE,MAAqB,aAAa;IAAlC;QAYS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAjBC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACX;AAIxB;IAFC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClC,IAAA,uBAAK,GAAE;;sDACwB;AAGhC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6DACmC;AAlBlD,gCAmBC"} \ No newline at end of file diff --git a/dist/Interfaces/INotificationAdmin.d.ts b/dist/Interfaces/INotificationAdmin.d.ts deleted file mode 100644 index 23f45c5..0000000 --- a/dist/Interfaces/INotificationAdmin.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import IUserHasNotification from "./IUserHasNotificationAdmin"; -export default class INotificationAdmin { - uuid: string; - message: string; - redirection_url: string; - created_at: Date | null; - updated_at: Date | null; - user_has_notifications?: IUserHasNotification[]; -} diff --git a/dist/Interfaces/INotificationAdmin.js b/dist/Interfaces/INotificationAdmin.js deleted file mode 100644 index 4888d45..0000000 --- a/dist/Interfaces/INotificationAdmin.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -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 }); -const class_validator_1 = require("class-validator"); -class INotificationAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], INotificationAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], INotificationAdmin.prototype, "message", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - (0, class_validator_1.IsUrl)(), - __metadata("design:type", String) -], INotificationAdmin.prototype, "redirection_url", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], INotificationAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], INotificationAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], INotificationAdmin.prototype, "user_has_notifications", void 0); -exports.default = INotificationAdmin; -//# sourceMappingURL=INotificationAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/INotificationAdmin.js.map b/dist/Interfaces/INotificationAdmin.js.map deleted file mode 100644 index 833c2d4..0000000 --- a/dist/Interfaces/INotificationAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"INotificationAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/INotificationAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAwE;AAGxE,MAAqB,kBAAkB;IAAvC;QAYS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAjBC;IADC,IAAA,4BAAU,GAAE;;gDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;mDACX;AAIxB;IAFC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClC,IAAA,uBAAK,GAAE;;2DACwB;AAGhC;IADC,IAAA,wBAAM,GAAE;;sDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;sDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;kEACmC;AAlBlD,qCAmBC"} \ No newline at end of file diff --git a/dist/Interfaces/IOffice.d.ts b/dist/Interfaces/IOffice.d.ts deleted file mode 100644 index 0f359c0..0000000 --- a/dist/Interfaces/IOffice.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -import IAddress from "./IAddress"; -import { EOfficeStatus } from "../Enums/Enums"; -import IUser from "./IUser"; -import IOfficeFolder from "./IOfficeFolder"; -import IDeedType from "./IDeedType"; -export default class IOffice { - uuid: string; - idNot: string; - name: string; - crpcen: string; - address: IAddress; - office_status: EOfficeStatus; - created_at: Date | null; - updated_at: Date | null; - deed_types?: IDeedType[]; - users?: IUser[]; - office_folders?: IOfficeFolder[]; -} diff --git a/dist/Interfaces/IOffice.js b/dist/Interfaces/IOffice.js deleted file mode 100644 index 421875f..0000000 --- a/dist/Interfaces/IOffice.js +++ /dev/null @@ -1,68 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IAddress_1 = __importDefault(require("./IAddress")); -class IOffice { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IOffice.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOffice.prototype, "idNot", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOffice.prototype, "name", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOffice.prototype, "crpcen", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IAddress_1.default) -], IOffice.prototype, "address", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOffice.prototype, "office_status", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOffice.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOffice.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOffice.prototype, "deed_types", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOffice.prototype, "users", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOffice.prototype, "office_folders", void 0); -exports.default = IOffice; -//# sourceMappingURL=IOffice.js.map \ No newline at end of file diff --git a/dist/Interfaces/IOffice.js.map b/dist/Interfaces/IOffice.js.map deleted file mode 100644 index 7c8a74f..0000000 --- a/dist/Interfaces/IOffice.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IOffice.js","sourceRoot":"","sources":["../../src/Interfaces/IOffice.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAMlC,MAAqB,OAAO;IAA5B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA/BC;IADC,IAAA,4BAAU,GAAE;;qCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;qCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACZ;AAGvB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;wCAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACE;AAGrC;IADC,IAAA,wBAAM,GAAE;;2CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;2CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;2CACY;AAGzB;IADC,IAAA,4BAAU,GAAE;;sCACG;AAGhB;IADC,IAAA,4BAAU,GAAE;;+CACoB;AAhCnC,0BAiCC"} \ No newline at end of file diff --git a/dist/Interfaces/IOfficeAdmin.d.ts b/dist/Interfaces/IOfficeAdmin.d.ts deleted file mode 100644 index eaaa1cb..0000000 --- a/dist/Interfaces/IOfficeAdmin.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -import IAddress from "./IAddressAdmin"; -import { EOfficeStatus } from "../Enums/Enums"; -import IUser from "./IUserAdmin"; -import IOfficeFolder from "./IOfficeFolderAdmin"; -import IDeedType from "./IDeedTypesAdmin"; -export default class IOfficeAdmin { - uuid: string; - idNot: string; - name: string; - crpcen: string; - address: IAddress; - office_status: EOfficeStatus; - created_at: Date | null; - updated_at: Date | null; - deed_types?: IDeedType[]; - users?: IUser[]; - office_folders?: IOfficeFolder[]; -} diff --git a/dist/Interfaces/IOfficeAdmin.js b/dist/Interfaces/IOfficeAdmin.js deleted file mode 100644 index 04954ea..0000000 --- a/dist/Interfaces/IOfficeAdmin.js +++ /dev/null @@ -1,68 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IAddressAdmin_1 = __importDefault(require("./IAddressAdmin")); -class IOfficeAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IOfficeAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOfficeAdmin.prototype, "idNot", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOfficeAdmin.prototype, "name", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOfficeAdmin.prototype, "crpcen", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IAddressAdmin_1.default) -], IOfficeAdmin.prototype, "address", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOfficeAdmin.prototype, "office_status", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOfficeAdmin.prototype, "deed_types", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOfficeAdmin.prototype, "users", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOfficeAdmin.prototype, "office_folders", void 0); -exports.default = IOfficeAdmin; -//# sourceMappingURL=IOfficeAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IOfficeAdmin.js.map b/dist/Interfaces/IOfficeAdmin.js.map deleted file mode 100644 index 1604221..0000000 --- a/dist/Interfaces/IOfficeAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IOfficeAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IOfficeAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAAuC;AAMvC,MAAqB,YAAY;IAAjC;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA/BC;IADC,IAAA,4BAAU,GAAE;;0CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;4CACZ;AAGvB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,uBAAQ;6CAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;mDACE;AAGrC;IADC,IAAA,wBAAM,GAAE;;gDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;gDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;gDACY;AAGzB;IADC,IAAA,4BAAU,GAAE;;2CACG;AAGhB;IADC,IAAA,4BAAU,GAAE;;oDACoB;AAhCnC,+BAiCC"} \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolder.d.ts b/dist/Interfaces/IOfficeFolder.d.ts deleted file mode 100644 index 9315b19..0000000 --- a/dist/Interfaces/IOfficeFolder.d.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { EFolderStatus } from "../Enums/Enums"; -import IDeed from "./IDeed"; -import IDocument from "./IDocument"; -import IOffice from "./IOffice"; -import IOfficeFolderHasCustomer from "./IOfficeFolderHasCustomer"; -import IOfficeFolderHasStakeholder from "./IOfficeFolderHasStakeholder"; -export default class IOfficeFolder { - uuid: string; - folder_number: string; - name: string; - description: string | null; - archived_description: string | null; - status: EFolderStatus; - deed: IDeed; - office: IOffice; - created_at: Date | null; - updated_at: Date | null; - office_folder_has_customers?: IOfficeFolderHasCustomer[]; - office_folder_has_stakeholder?: IOfficeFolderHasStakeholder[]; - documents?: IDocument[]; -} diff --git a/dist/Interfaces/IOfficeFolder.js b/dist/Interfaces/IOfficeFolder.js deleted file mode 100644 index 7f2439d..0000000 --- a/dist/Interfaces/IOfficeFolder.js +++ /dev/null @@ -1,79 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IDeed_1 = __importDefault(require("./IDeed")); -const IOffice_1 = __importDefault(require("./IOffice")); -class IOfficeFolder { - constructor() { - this.description = null; - this.archived_description = null; - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IOfficeFolder.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOfficeFolder.prototype, "folder_number", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOfficeFolder.prototype, "name", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Object) -], IOfficeFolder.prototype, "description", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Object) -], IOfficeFolder.prototype, "archived_description", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOfficeFolder.prototype, "status", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDeed_1.default) -], IOfficeFolder.prototype, "deed", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOffice_1.default) -], IOfficeFolder.prototype, "office", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolder.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolder.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOfficeFolder.prototype, "office_folder_has_customers", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOfficeFolder.prototype, "office_folder_has_stakeholder", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOfficeFolder.prototype, "documents", void 0); -exports.default = IOfficeFolder; -//# sourceMappingURL=IOfficeFolder.js.map \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolder.js.map b/dist/Interfaces/IOfficeFolder.js.map deleted file mode 100644 index 99742a0..0000000 --- a/dist/Interfaces/IOfficeFolder.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IOfficeFolder.js","sourceRoot":"","sources":["../../src/Interfaces/IOfficeFolder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAE5B,wDAAgC;AAIhC,MAAqB,aAAa;IAAlC;QAWS,gBAAW,GAAkB,IAAI,CAAC;QAGlC,yBAAoB,GAAkB,IAAI,CAAC;QAY3C,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AArCC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oDACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAGrB;IADC,IAAA,4BAAU,GAAE;;kDAC4B;AAGzC;IADC,IAAA,4BAAU,GAAE;;2DACqC;AAGlD;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;6CACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;2CAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;6CAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;kEAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;oEACiD;AAG9D;IADC,IAAA,4BAAU,GAAE;;gDACW;AAtC1B,gCAuCC"} \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolderAdmin.d.ts b/dist/Interfaces/IOfficeFolderAdmin.d.ts deleted file mode 100644 index 166def5..0000000 --- a/dist/Interfaces/IOfficeFolderAdmin.d.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { EFolderStatus } from "../Enums/Enums"; -import IDeed from "./IDeed"; -import IDocument from "./IDocumentAdmin"; -import IOffice from "./IOfficeAdmin"; -import IOfficeFolderHasCustomer from "./IOfficeFolderHasCustomerAdmin"; -import IOfficeFolderHasStakeholder from "./IOfficeFolderHasStakeholderAdmin"; -export default class IOfficeFolderAdmin { - uuid: string; - folder_number: string; - name: string; - description: string | null; - archived_description: string | null; - status: EFolderStatus; - deed: IDeed; - office: IOffice; - created_at: Date | null; - updated_at: Date | null; - office_folder_has_customers?: IOfficeFolderHasCustomer[]; - office_folder_has_stakeholder?: IOfficeFolderHasStakeholder[]; - documents?: IDocument[]; -} diff --git a/dist/Interfaces/IOfficeFolderAdmin.js b/dist/Interfaces/IOfficeFolderAdmin.js deleted file mode 100644 index 3d32234..0000000 --- a/dist/Interfaces/IOfficeFolderAdmin.js +++ /dev/null @@ -1,79 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IDeed_1 = __importDefault(require("./IDeed")); -const IOfficeAdmin_1 = __importDefault(require("./IOfficeAdmin")); -class IOfficeFolderAdmin { - constructor() { - this.description = null; - this.archived_description = null; - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IOfficeFolderAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOfficeFolderAdmin.prototype, "folder_number", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOfficeFolderAdmin.prototype, "name", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Object) -], IOfficeFolderAdmin.prototype, "description", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Object) -], IOfficeFolderAdmin.prototype, "archived_description", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IOfficeFolderAdmin.prototype, "status", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IDeed_1.default) -], IOfficeFolderAdmin.prototype, "deed", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOfficeAdmin_1.default) -], IOfficeFolderAdmin.prototype, "office", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolderAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolderAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOfficeFolderAdmin.prototype, "office_folder_has_customers", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOfficeFolderAdmin.prototype, "office_folder_has_stakeholder", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IOfficeFolderAdmin.prototype, "documents", void 0); -exports.default = IOfficeFolderAdmin; -//# sourceMappingURL=IOfficeFolderAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolderAdmin.js.map b/dist/Interfaces/IOfficeFolderAdmin.js.map deleted file mode 100644 index 0e805da..0000000 --- a/dist/Interfaces/IOfficeFolderAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IOfficeFolderAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IOfficeFolderAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAE5B,kEAAqC;AAIrC,MAAqB,kBAAkB;IAAvC;QAWS,gBAAW,GAAkB,IAAI,CAAC;QAGlC,yBAAoB,GAAkB,IAAI,CAAC;QAY3C,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AArCC;IADC,IAAA,4BAAU,GAAE;;gDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;gDACd;AAGrB;IADC,IAAA,4BAAU,GAAE;;uDAC4B;AAGzC;IADC,IAAA,4BAAU,GAAE;;gEACqC;AAGlD;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;kDACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;gDAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,sBAAO;kDAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;sDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;sDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;uEAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;yEACiD;AAG9D;IADC,IAAA,4BAAU,GAAE;;qDACW;AAtC1B,qCAuCC"} \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolderHasCustomer.d.ts b/dist/Interfaces/IOfficeFolderHasCustomer.d.ts deleted file mode 100644 index adaf676..0000000 --- a/dist/Interfaces/IOfficeFolderHasCustomer.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import ICustomer from "./ICustomer"; -import IOfficeFolder from "./IOfficeFolder"; -export default class IOfficeFolderHasCustomer { - uuid: string; - customer: ICustomer; - office_folder: IOfficeFolder; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IOfficeFolderHasCustomer.js b/dist/Interfaces/IOfficeFolderHasCustomer.js deleted file mode 100644 index c8252a5..0000000 --- a/dist/Interfaces/IOfficeFolderHasCustomer.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const ICustomer_1 = __importDefault(require("./ICustomer")); -const IOfficeFolder_1 = __importDefault(require("./IOfficeFolder")); -class IOfficeFolderHasCustomer { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IOfficeFolderHasCustomer.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", ICustomer_1.default) -], IOfficeFolderHasCustomer.prototype, "customer", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOfficeFolder_1.default) -], IOfficeFolderHasCustomer.prototype, "office_folder", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolderHasCustomer.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolderHasCustomer.prototype, "updated_at", void 0); -exports.default = IOfficeFolderHasCustomer; -//# sourceMappingURL=IOfficeFolderHasCustomer.js.map \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolderHasCustomer.js.map b/dist/Interfaces/IOfficeFolderHasCustomer.js.map deleted file mode 100644 index 071236d..0000000 --- a/dist/Interfaces/IOfficeFolderHasCustomer.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IOfficeFolderHasCustomer.js","sourceRoot":"","sources":["../../src/Interfaces/IOfficeFolderHasCustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,4DAAoC;AACpC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;sDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;0DAAC;AAG5B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolderHasCustomerAdmin.d.ts b/dist/Interfaces/IOfficeFolderHasCustomerAdmin.d.ts deleted file mode 100644 index d5cd036..0000000 --- a/dist/Interfaces/IOfficeFolderHasCustomerAdmin.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import ICustomer from "./ICustomerAdmin"; -import IOfficeFolder from "./IOfficeFolderAdmin"; -export default class IOfficeFolderHasCustomerAdmin { - uuid: string; - customer: ICustomer; - office_folder: IOfficeFolder; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IOfficeFolderHasCustomerAdmin.js b/dist/Interfaces/IOfficeFolderHasCustomerAdmin.js deleted file mode 100644 index 2e8bca0..0000000 --- a/dist/Interfaces/IOfficeFolderHasCustomerAdmin.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const ICustomerAdmin_1 = __importDefault(require("./ICustomerAdmin")); -const IOfficeFolderAdmin_1 = __importDefault(require("./IOfficeFolderAdmin")); -class IOfficeFolderHasCustomerAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IOfficeFolderHasCustomerAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", ICustomerAdmin_1.default) -], IOfficeFolderHasCustomerAdmin.prototype, "customer", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOfficeFolderAdmin_1.default) -], IOfficeFolderHasCustomerAdmin.prototype, "office_folder", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolderHasCustomerAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolderHasCustomerAdmin.prototype, "updated_at", void 0); -exports.default = IOfficeFolderHasCustomerAdmin; -//# sourceMappingURL=IOfficeFolderHasCustomerAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolderHasCustomerAdmin.js.map b/dist/Interfaces/IOfficeFolderHasCustomerAdmin.js.map deleted file mode 100644 index e22133b..0000000 --- a/dist/Interfaces/IOfficeFolderHasCustomerAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IOfficeFolderHasCustomerAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IOfficeFolderHasCustomerAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,sEAAyC;AACzC,8EAAiD;AAEjD,MAAqB,6BAA6B;IAAlD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;2DACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,wBAAS;+DAAC;AAG5B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,4BAAa;oEAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;iEAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iEAC6B;AAdxC,gDAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolderHasStakeholder.d.ts b/dist/Interfaces/IOfficeFolderHasStakeholder.d.ts deleted file mode 100644 index e0fe8bc..0000000 --- a/dist/Interfaces/IOfficeFolderHasStakeholder.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import IOfficeFolder from "./IOfficeFolder"; -import IUser from "./IUser"; -export default class IOfficeFolderHasStakeholder { - uuid: string; - user_stakeholder: IUser; - office_folder: IOfficeFolder; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IOfficeFolderHasStakeholder.js b/dist/Interfaces/IOfficeFolderHasStakeholder.js deleted file mode 100644 index 5f53465..0000000 --- a/dist/Interfaces/IOfficeFolderHasStakeholder.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IOfficeFolder_1 = __importDefault(require("./IOfficeFolder")); -const IUser_1 = __importDefault(require("./IUser")); -class IOfficeFolderHasStakeholder { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IOfficeFolderHasStakeholder.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IUser_1.default) -], IOfficeFolderHasStakeholder.prototype, "user_stakeholder", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOfficeFolder_1.default) -], IOfficeFolderHasStakeholder.prototype, "office_folder", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolderHasStakeholder.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolderHasStakeholder.prototype, "updated_at", void 0); -exports.default = IOfficeFolderHasStakeholder; -//# sourceMappingURL=IOfficeFolderHasStakeholder.js.map \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolderHasStakeholder.js.map b/dist/Interfaces/IOfficeFolderHasStakeholder.js.map deleted file mode 100644 index 5505af7..0000000 --- a/dist/Interfaces/IOfficeFolderHasStakeholder.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IOfficeFolderHasStakeholder.js","sourceRoot":"","sources":["../../src/Interfaces/IOfficeFolderHasStakeholder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,2BAA2B;IAAhD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;yDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACT,eAAK;qEAAC;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;kEAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;+DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;+DAC6B;AAdxC,8CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolderHasStakeholderAdmin.d.ts b/dist/Interfaces/IOfficeFolderHasStakeholderAdmin.d.ts deleted file mode 100644 index c033256..0000000 --- a/dist/Interfaces/IOfficeFolderHasStakeholderAdmin.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import IOfficeFolder from "./IOfficeFolderAdmin"; -import IUser from "./IUserAdmin"; -export default class IOfficeFolderHasStakeholderAdmin { - uuid: string; - user_stakeholder: IUser; - office_folder: IOfficeFolder; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IOfficeFolderHasStakeholderAdmin.js b/dist/Interfaces/IOfficeFolderHasStakeholderAdmin.js deleted file mode 100644 index c791d75..0000000 --- a/dist/Interfaces/IOfficeFolderHasStakeholderAdmin.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IOfficeFolderAdmin_1 = __importDefault(require("./IOfficeFolderAdmin")); -const IUserAdmin_1 = __importDefault(require("./IUserAdmin")); -class IOfficeFolderHasStakeholderAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IOfficeFolderHasStakeholderAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IUserAdmin_1.default) -], IOfficeFolderHasStakeholderAdmin.prototype, "user_stakeholder", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOfficeFolderAdmin_1.default) -], IOfficeFolderHasStakeholderAdmin.prototype, "office_folder", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolderHasStakeholderAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IOfficeFolderHasStakeholderAdmin.prototype, "updated_at", void 0); -exports.default = IOfficeFolderHasStakeholderAdmin; -//# sourceMappingURL=IOfficeFolderHasStakeholderAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IOfficeFolderHasStakeholderAdmin.js.map b/dist/Interfaces/IOfficeFolderHasStakeholderAdmin.js.map deleted file mode 100644 index 3d381ce..0000000 --- a/dist/Interfaces/IOfficeFolderHasStakeholderAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IOfficeFolderHasStakeholderAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IOfficeFolderHasStakeholderAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,8EAAiD;AACjD,8DAAiC;AAEjC,MAAqB,gCAAgC;IAArD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;8DACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACT,oBAAK;0EAAC;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,4BAAa;uEAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;oEAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;oEAC6B;AAdxC,mDAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IUser.d.ts b/dist/Interfaces/IUser.d.ts deleted file mode 100644 index 49119ea..0000000 --- a/dist/Interfaces/IUser.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -import IContact from "./IContact"; -import IDocument from "./IDocument"; -import OfficesEntity from "./IOffice"; -import IOfficeFolderHasStakeholder from "./IOfficeFolderHasStakeholder"; -export default class IUser { - uuid: string; - idNot: string; - contact: IContact; - office_membership: OfficesEntity; - created_at: Date | null; - updated_at: Date | null; - office_folder_has_stakeholders?: IOfficeFolderHasStakeholder[]; - documents?: IDocument; -} diff --git a/dist/Interfaces/IUser.js b/dist/Interfaces/IUser.js deleted file mode 100644 index 1c681ff..0000000 --- a/dist/Interfaces/IUser.js +++ /dev/null @@ -1,58 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IContact_1 = __importDefault(require("./IContact")); -const IDocument_1 = __importDefault(require("./IDocument")); -const IOffice_1 = __importDefault(require("./IOffice")); -class IUser { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IUser.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IUser.prototype, "idNot", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IContact_1.default) -], IUser.prototype, "contact", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOffice_1.default) -], IUser.prototype, "office_membership", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IUser.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IUser.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IUser.prototype, "office_folder_has_stakeholders", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IDocument_1.default) -], IUser.prototype, "documents", void 0); -exports.default = IUser; -//# sourceMappingURL=IUser.js.map \ No newline at end of file diff --git a/dist/Interfaces/IUser.js.map b/dist/Interfaces/IUser.js.map deleted file mode 100644 index 45e5fd1..0000000 --- a/dist/Interfaces/IUser.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../src/Interfaces/IUser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,4DAAoC;AACpC,wDAAsC;AAGtC,MAAqB,KAAK;IAA1B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oCACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;sCAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACR,iBAAa;gDAAC;AAGzC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6DACkD;AAG/D;IADC,IAAA,4BAAU,GAAE;8BACD,mBAAS;wCAAC;AAvBxB,wBAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/IUserAdmin.d.ts b/dist/Interfaces/IUserAdmin.d.ts deleted file mode 100644 index f27984f..0000000 --- a/dist/Interfaces/IUserAdmin.d.ts +++ /dev/null @@ -1,14 +0,0 @@ -import IContact from "./IContactAdmin"; -import IDocument from "./IDocumentAdmin"; -import OfficesEntity from "./IOfficeAdmin"; -import IOfficeFolderHasStakeholder from "./IOfficeFolderHasStakeholderAdmin"; -export default class IUserAdmin { - uuid: string; - idNot: string; - contact: IContact; - office_membership: OfficesEntity; - created_at: Date | null; - updated_at: Date | null; - office_folder_has_stakeholders?: IOfficeFolderHasStakeholder[]; - documents?: IDocument; -} diff --git a/dist/Interfaces/IUserAdmin.js b/dist/Interfaces/IUserAdmin.js deleted file mode 100644 index adbc7d3..0000000 --- a/dist/Interfaces/IUserAdmin.js +++ /dev/null @@ -1,58 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const IContactAdmin_1 = __importDefault(require("./IContactAdmin")); -const IDocumentAdmin_1 = __importDefault(require("./IDocumentAdmin")); -const IOfficeAdmin_1 = __importDefault(require("./IOfficeAdmin")); -class IUserAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IUserAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", String) -], IUserAdmin.prototype, "idNot", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IContactAdmin_1.default) -], IUserAdmin.prototype, "contact", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IOfficeAdmin_1.default) -], IUserAdmin.prototype, "office_membership", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IUserAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IUserAdmin.prototype, "updated_at", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", Array) -], IUserAdmin.prototype, "office_folder_has_stakeholders", void 0); -__decorate([ - (0, class_validator_1.IsOptional)(), - __metadata("design:type", IDocumentAdmin_1.default) -], IUserAdmin.prototype, "documents", void 0); -exports.default = IUserAdmin; -//# sourceMappingURL=IUserAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IUserAdmin.js.map b/dist/Interfaces/IUserAdmin.js.map deleted file mode 100644 index 0196830..0000000 --- a/dist/Interfaces/IUserAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IUserAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IUserAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAAuC;AACvC,sEAAyC;AACzC,kEAA2C;AAG3C,MAAqB,UAAU;IAA/B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;wCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,uBAAQ;2CAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACR,sBAAa;qDAAC;AAGzC;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;kEACkD;AAG/D;IADC,IAAA,4BAAU,GAAE;8BACD,wBAAS;6CAAC;AAvBxB,6BAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/IUserHasNotification.d.ts b/dist/Interfaces/IUserHasNotification.d.ts deleted file mode 100644 index 5315f74..0000000 --- a/dist/Interfaces/IUserHasNotification.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import INotification from "./INotification"; -import IUser from "./IUser"; -export default class IUserHasNotification { - uuid: string; - user: IUser; - notification: INotification; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IUserHasNotification.js b/dist/Interfaces/IUserHasNotification.js deleted file mode 100644 index b5ba8dc..0000000 --- a/dist/Interfaces/IUserHasNotification.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const INotification_1 = __importDefault(require("./INotification")); -const IUser_1 = __importDefault(require("./IUser")); -class IUserHasNotification { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IUserHasNotification.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IUser_1.default) -], IUserHasNotification.prototype, "user", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", INotification_1.default) -], IUserHasNotification.prototype, "notification", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IUserHasNotification.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IUserHasNotification.prototype, "updated_at", void 0); -exports.default = IUserHasNotification; -//# sourceMappingURL=IUserHasNotification.js.map \ No newline at end of file diff --git a/dist/Interfaces/IUserHasNotification.js.map b/dist/Interfaces/IUserHasNotification.js.map deleted file mode 100644 index f8b61ec..0000000 --- a/dist/Interfaces/IUserHasNotification.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IUserHasNotification.js","sourceRoot":"","sources":["../../src/Interfaces/IUserHasNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;kDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACb,uBAAa;0DAAC;AAGpC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/IUserHasNotificationAdmin.d.ts b/dist/Interfaces/IUserHasNotificationAdmin.d.ts deleted file mode 100644 index 3402211..0000000 --- a/dist/Interfaces/IUserHasNotificationAdmin.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -import INotification from "./INotificationAdmin"; -import IUser from "./IUserAdmin"; -export default class IUserHasNotificationAdmin { - uuid: string; - user: IUser; - notification: INotification; - created_at: Date | null; - updated_at: Date | null; -} diff --git a/dist/Interfaces/IUserHasNotificationAdmin.js b/dist/Interfaces/IUserHasNotificationAdmin.js deleted file mode 100644 index 19dd842..0000000 --- a/dist/Interfaces/IUserHasNotificationAdmin.js +++ /dev/null @@ -1,45 +0,0 @@ -"use strict"; -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; - return c > 3 && r && Object.defineProperty(target, key, r), r; -}; -var __metadata = (this && this.__metadata) || function (k, v) { - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); -}; -var __importDefault = (this && this.__importDefault) || function (mod) { - return (mod && mod.__esModule) ? mod : { "default": mod }; -}; -Object.defineProperty(exports, "__esModule", { value: true }); -const class_validator_1 = require("class-validator"); -const INotificationAdmin_1 = __importDefault(require("./INotificationAdmin")); -const IUserAdmin_1 = __importDefault(require("./IUserAdmin")); -class IUserHasNotificationAdmin { - constructor() { - this.created_at = null; - this.updated_at = null; - } -} -__decorate([ - (0, class_validator_1.IsNotEmpty)(), - __metadata("design:type", String) -], IUserHasNotificationAdmin.prototype, "uuid", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", IUserAdmin_1.default) -], IUserHasNotificationAdmin.prototype, "user", void 0); -__decorate([ - (0, class_validator_1.IsNotEmpty)({ groups: ["create"] }), - __metadata("design:type", INotificationAdmin_1.default) -], IUserHasNotificationAdmin.prototype, "notification", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IUserHasNotificationAdmin.prototype, "created_at", void 0); -__decorate([ - (0, class_validator_1.IsDate)(), - __metadata("design:type", Object) -], IUserHasNotificationAdmin.prototype, "updated_at", void 0); -exports.default = IUserHasNotificationAdmin; -//# sourceMappingURL=IUserHasNotificationAdmin.js.map \ No newline at end of file diff --git a/dist/Interfaces/IUserHasNotificationAdmin.js.map b/dist/Interfaces/IUserHasNotificationAdmin.js.map deleted file mode 100644 index af8750b..0000000 --- a/dist/Interfaces/IUserHasNotificationAdmin.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"IUserHasNotificationAdmin.js","sourceRoot":"","sources":["../../src/Interfaces/IUserHasNotificationAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,8EAAiD;AACjD,8DAAiC;AAEjC,MAAqB,yBAAyB;IAA9C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;uDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,oBAAK;uDAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACb,4BAAa;+DAAC;AAGpC;IADC,IAAA,wBAAM,GAAE;;6DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6DAC6B;AAdxC,4CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IAddress.js.map b/dist/Interfaces/SuperAdmin/IAddress.js.map index ba8d188..eb5dc5c 100644 --- a/dist/Interfaces/SuperAdmin/IAddress.js.map +++ b/dist/Interfaces/SuperAdmin/IAddress.js.map @@ -1 +1 @@ -{"version":3,"file":"IAddress.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IAddress.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,wDAAgC;AAEhC,MAAqB,QAAQ;IAA7B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAvBC;IAAC,IAAA,4BAAU,GAAE;;sCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACX;AAExB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACV;AAEzB;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;8BACG,iBAAO;wCAAC;AAExB;IAAC,IAAA,4BAAU,GAAE;8BACK,kBAAQ;0CAAC;AAvB7B,2BAwBC"} \ No newline at end of file +{"version":3,"file":"IAddress.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IAddress.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,wDAAgC;AAEhC,MAAqB,QAAQ;IAA7B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;sCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACX;AAGxB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACV;AAGzB;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACG,iBAAO;wCAAC;AAGxB;IADC,IAAA,4BAAU,GAAE;8BACK,kBAAQ;0CAAC;AAvB7B,2BAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IBlockchainAnchors.js.map b/dist/Interfaces/SuperAdmin/IBlockchainAnchors.js.map index e5c5cc8..feb20bc 100644 --- a/dist/Interfaces/SuperAdmin/IBlockchainAnchors.js.map +++ b/dist/Interfaces/SuperAdmin/IBlockchainAnchors.js.map @@ -1 +1 @@ -{"version":3,"file":"IBlockchainAnchors.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IBlockchainAnchors.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAGjE,MAAqB,iBAAiB;IAAtC;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;+CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wDACL;AAE9B;IAAC,IAAA,wBAAM,GAAE;;qDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;qDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;oDACkB;AAdjC,oCAeC"} \ No newline at end of file +{"version":3,"file":"IBlockchainAnchors.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IBlockchainAnchors.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAGjE,MAAqB,iBAAiB;IAAtC;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;+CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wDACL;AAG9B;IADC,IAAA,wBAAM,GAAE;;qDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;qDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;oDACkB;AAdjC,oCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IContact.js.map b/dist/Interfaces/SuperAdmin/IContact.js.map index 18c495e..ef49244 100644 --- a/dist/Interfaces/SuperAdmin/IContact.js.map +++ b/dist/Interfaces/SuperAdmin/IContact.js.map @@ -1 +1 @@ -{"version":3,"file":"IContact.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IContact.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAC5B,4DAAoC;AACpC,0DAAkC;AAElC,MAAqB,QAAQ;IAA7B;QA0BS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAnCC;IAAC,IAAA,4BAAU,GAAE;;sCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;4CACR;AAE3B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACT;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACb;AAEtB;IAAC,IAAA,4BAAU,GAAE;;8CACgB;AAE7B;IAAC,IAAA,4BAAU,GAAE;;mDACqB;AAElC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACP;AAE5B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;yCAAC;AAE1B;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;8BACE,eAAK;uCAAC;AAErB;IAAC,IAAA,4BAAU,GAAE;8BACM,mBAAS;2CAAC;AAnC/B,2BAoCC"} \ No newline at end of file +{"version":3,"file":"IContact.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IContact.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAC5B,4DAAoC;AACpC,0DAAkC;AAElC,MAAqB,QAAQ;IAA7B;QA0BS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAlCC;IADC,IAAA,4BAAU,GAAE;;sCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;4CACR;AAG3B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACT;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACb;AAGtB;IADC,IAAA,4BAAU,GAAE;;8CACgB;AAG7B;IADC,IAAA,4BAAU,GAAE;;mDACqB;AAGlC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACP;AAG5B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;yCAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACE,eAAK;uCAAC;AAGrB;IADC,IAAA,4BAAU,GAAE;8BACM,mBAAS;2CAAC;AAnC/B,2BAoCC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/ICustomer.js.map b/dist/Interfaces/SuperAdmin/ICustomer.js.map index fecd6e2..6e3f146 100644 --- a/dist/Interfaces/SuperAdmin/ICustomer.js.map +++ b/dist/Interfaces/SuperAdmin/ICustomer.js.map @@ -1 +1 @@ -{"version":3,"file":"ICustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/ICustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAKlC,MAAqB,SAAS;IAA9B;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AApBC;IAAC,IAAA,4BAAU,GAAE;;uCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACH;AAEhC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;0CAAC;AAE1B;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;8DAC4C;AAEzD;IAAC,IAAA,4BAAU,GAAE;;4CACW;AApB1B,4BAqBC"} \ No newline at end of file +{"version":3,"file":"ICustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/ICustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAKlC,MAAqB,SAAS;IAA9B;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAnBC;IADC,IAAA,4BAAU,GAAE;;uCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACH;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;0CAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;8DAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;4CACW;AApB1B,4BAqBC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IDeed.js.map b/dist/Interfaces/SuperAdmin/IDeed.js.map index c98f113..676effb 100644 --- a/dist/Interfaces/SuperAdmin/IDeed.js.map +++ b/dist/Interfaces/SuperAdmin/IDeed.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeed.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDeed.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAA4C;AAE5C,8DAAqC;AAErC,MAAqB,KAAK;IAA1B;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAjBC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;wCAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;sDAC2C;AAExD;IAAC,IAAA,4BAAU,GAAE;8BACU,uBAAa;4CAAC;AAjBvC,wBAkBC"} \ No newline at end of file +{"version":3,"file":"IDeed.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDeed.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAA4C;AAE5C,8DAAqC;AAErC,MAAqB,KAAK;IAA1B;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;wCAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;sDAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;8BACU,uBAAa;4CAAC;AAjBvC,wBAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IDeedHasDocumentType.js.map b/dist/Interfaces/SuperAdmin/IDeedHasDocumentType.js.map index d011ac4..4a32fb9 100644 --- a/dist/Interfaces/SuperAdmin/IDeedHasDocumentType.js.map +++ b/dist/Interfaces/SuperAdmin/IDeedHasDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDeedHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oDAA4B;AAC5B,oEAA4C;AAE5C,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;kDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;2DAAC;AAErC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAEpB;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file +{"version":3,"file":"IDeedHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDeedHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oDAA4B;AAC5B,oEAA4C;AAE5C,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;kDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;2DAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAGpB;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IDeedTypeHasDocumentType.js.map b/dist/Interfaces/SuperAdmin/IDeedTypeHasDocumentType.js.map index 665cbad..30a245b 100644 --- a/dist/Interfaces/SuperAdmin/IDeedTypeHasDocumentType.js.map +++ b/dist/Interfaces/SuperAdmin/IDeedTypeHasDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedTypeHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDeedTypeHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,8DAAqC;AACrC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;sDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAErC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;2DAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file +{"version":3,"file":"IDeedTypeHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDeedTypeHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,8DAAqC;AACrC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;sDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;2DAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IDeedTypes.js.map b/dist/Interfaces/SuperAdmin/IDeedTypes.js.map index 706f5b7..f87ab29 100644 --- a/dist/Interfaces/SuperAdmin/IDeedTypes.js.map +++ b/dist/Interfaces/SuperAdmin/IDeedTypes.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedTypes.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDeedTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAGjE,wDAAgC;AAGhC,MAAqB,UAAU;IAA/B;QAWS,gBAAW,GAAgB,IAAI,CAAC;QAMhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA1BC;IAAC,IAAA,4BAAU,GAAE;;wCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;+CACP;AAE5B;IAAC,IAAA,wBAAM,GAAE;;+CAC8B;AAEvC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;0CAAC;AAExB;IAAC,IAAA,wBAAM,GAAE;;8CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;8CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;wCACS;AAEtB;IAAC,IAAA,4BAAU,GAAE;;gEACoD;AA1BnE,6BA2BC"} \ No newline at end of file +{"version":3,"file":"IDeedTypes.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDeedTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAGjE,wDAAgC;AAGhC,MAAqB,UAAU;IAA/B;QAWS,gBAAW,GAAgB,IAAI,CAAC;QAMhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAzBC;IADC,IAAA,4BAAU,GAAE;;wCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;+CACP;AAG5B;IADC,IAAA,wBAAM,GAAE;;+CAC8B;AAGvC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;0CAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;wCACS;AAGtB;IADC,IAAA,4BAAU,GAAE;;gEACoD;AA1BnE,6BA2BC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IDocument.js.map b/dist/Interfaces/SuperAdmin/IDocument.js.map index 107d8fa..b5b9619 100644 --- a/dist/Interfaces/SuperAdmin/IDocument.js.map +++ b/dist/Interfaces/SuperAdmin/IDocument.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocument.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDocument.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,oEAA4C;AAC5C,oEAA4C;AAC5C,8EAAqD;AAIrD,MAAqB,SAAS;IAA9B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA7BC;IAAC,IAAA,4BAAU,GAAE;;uCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;kDACM;AAEzC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;gDAAC;AAErC;IAAC,IAAA,4BAAU,GAAE;8BACc,4BAAiB;oDAAC;AAE7C;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,uBAAa;yCAAC;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,mBAAS;4CAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;wCACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;;mDACgC;AA7B/C,4BA8BC"} \ No newline at end of file +{"version":3,"file":"IDocument.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDocument.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,oEAA4C;AAC5C,oEAA4C;AAC5C,8EAAqD;AAIrD,MAAqB,SAAS;IAA9B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA5BC;IADC,IAAA,4BAAU,GAAE;;uCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;kDACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;gDAAC;AAGrC;IADC,IAAA,4BAAU,GAAE;8BACc,4BAAiB;oDAAC;AAG7C;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,uBAAa;yCAAC;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,mBAAS;4CAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;wCACU;AAGvB;IADC,IAAA,4BAAU,GAAE;;mDACgC;AA7B/C,4BA8BC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IDocumentHistory.js.map b/dist/Interfaces/SuperAdmin/IDocumentHistory.js.map index 80bfec5..da264d3 100644 --- a/dist/Interfaces/SuperAdmin/IDocumentHistory.js.map +++ b/dist/Interfaces/SuperAdmin/IDocumentHistory.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocumentHistory.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDocumentHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,4DAAoC;AAEpC,MAAqB,gBAAgB;IAArC;QAWS,mBAAc,GAAkB,IAAI,CAAC;QAGrC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAjBC;IAAC,IAAA,4BAAU,GAAE;;8CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACM;AAEzC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;kDAAC;AAE5B;IAAC,IAAA,4BAAU,GAAE;;wDAC+B;AAE5C;IAAC,IAAA,wBAAM,GAAE;;oDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;oDAC6B;AAjBxC,mCAkBC"} \ No newline at end of file +{"version":3,"file":"IDocumentHistory.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDocumentHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,4DAAoC;AAEpC,MAAqB,gBAAgB;IAArC;QAWS,mBAAc,GAAkB,IAAI,CAAC;QAGrC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;8CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;kDAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;wDAC+B;AAG5C;IADC,IAAA,wBAAM,GAAE;;oDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;oDAC6B;AAjBxC,mCAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IDocumentType.js.map b/dist/Interfaces/SuperAdmin/IDocumentType.js.map index 0c629ed..f87f654 100644 --- a/dist/Interfaces/SuperAdmin/IDocumentType.js.map +++ b/dist/Interfaces/SuperAdmin/IDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAKjE,MAAqB,aAAa;IAAlC;QAWS,wBAAmB,GAAkB,IAAI,CAAC;QAG1C,gBAAW,GAAgB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA7BC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACA;AAEnC;IAAC,IAAA,4BAAU,GAAE;;0DACoC;AAEjD;IAAC,IAAA,wBAAM,GAAE;;kDAC8B;AAEvC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;gDACkB;AAE/B;IAAC,IAAA,4BAAU,GAAE;;8DAC2C;AAExD;IAAC,IAAA,4BAAU,GAAE;;mEACoD;AA7BnE,gCA8BC"} \ No newline at end of file +{"version":3,"file":"IDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAKjE,MAAqB,aAAa;IAAlC;QAWS,wBAAmB,GAAkB,IAAI,CAAC;QAG1C,gBAAW,GAAgB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA5BC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACA;AAGnC;IADC,IAAA,4BAAU,GAAE;;0DACoC;AAGjD;IADC,IAAA,wBAAM,GAAE;;kDAC8B;AAGvC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;gDACkB;AAG/B;IADC,IAAA,4BAAU,GAAE;;8DAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;;mEACoD;AA7BnE,gCA8BC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IFile.js.map b/dist/Interfaces/SuperAdmin/IFile.js.map index ac40c85..b0bf8a6 100644 --- a/dist/Interfaces/SuperAdmin/IFile.js.map +++ b/dist/Interfaces/SuperAdmin/IFile.js.map @@ -1 +1 @@ -{"version":3,"file":"IFile.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IFile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,MAAqB,KAAK;IAA1B;QAQS,cAAS,GAAkB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;uCAAC;AAE5B;IAAC,IAAA,4BAAU,GAAE;;wCAC0B;AAEvC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAdxC,wBAeC"} \ No newline at end of file +{"version":3,"file":"IFile.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IFile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,MAAqB,KAAK;IAA1B;QAQS,cAAS,GAAkB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;uCAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;wCAC0B;AAGvC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAdxC,wBAeC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/INotification.js.map b/dist/Interfaces/SuperAdmin/INotification.js.map index d3599c0..d9401dd 100644 --- a/dist/Interfaces/SuperAdmin/INotification.js.map +++ b/dist/Interfaces/SuperAdmin/INotification.js.map @@ -1 +1 @@ -{"version":3,"file":"INotification.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/INotification.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAwE;AAGxE,MAAqB,aAAa;IAAlC;QAYS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAlBC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACX;AAExB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClC,IAAA,uBAAK,GAAE;;sDACwB;AAEhC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;6DACmC;AAlBlD,gCAmBC"} \ No newline at end of file +{"version":3,"file":"INotification.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/INotification.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAwE;AAGxE,MAAqB,aAAa;IAAlC;QAYS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAjBC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACX;AAIxB;IAFC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClC,IAAA,uBAAK,GAAE;;sDACwB;AAGhC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6DACmC;AAlBlD,gCAmBC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IOffice.js.map b/dist/Interfaces/SuperAdmin/IOffice.js.map index fb48085..e23ec08 100644 --- a/dist/Interfaces/SuperAdmin/IOffice.js.map +++ b/dist/Interfaces/SuperAdmin/IOffice.js.map @@ -1 +1 @@ -{"version":3,"file":"IOffice.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IOffice.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAMlC,MAAqB,OAAO;IAA5B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AAhCC;IAAC,IAAA,4BAAU,GAAE;;qCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACb;AAEtB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;qCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACZ;AAEvB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;wCAAC;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACE;AAErC;IAAC,IAAA,wBAAM,GAAE;;2CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;2CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;2CACY;AAEzB;IAAC,IAAA,4BAAU,GAAE;;sCACG;AAEhB;IAAC,IAAA,4BAAU,GAAE;;+CACoB;AAhCnC,0BAiCC"} \ No newline at end of file +{"version":3,"file":"IOffice.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IOffice.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAMlC,MAAqB,OAAO;IAA5B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA/BC;IADC,IAAA,4BAAU,GAAE;;qCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;qCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACZ;AAGvB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;wCAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACE;AAGrC;IADC,IAAA,wBAAM,GAAE;;2CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;2CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;2CACY;AAGzB;IADC,IAAA,4BAAU,GAAE;;sCACG;AAGhB;IADC,IAAA,4BAAU,GAAE;;+CACoB;AAhCnC,0BAiCC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IOfficeFolder.js.map b/dist/Interfaces/SuperAdmin/IOfficeFolder.js.map index b0d050a..2f00e68 100644 --- a/dist/Interfaces/SuperAdmin/IOfficeFolder.js.map +++ b/dist/Interfaces/SuperAdmin/IOfficeFolder.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolder.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IOfficeFolder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAE5B,wDAAgC;AAIhC,MAAqB,aAAa;IAAlC;QAWS,gBAAW,GAAkB,IAAI,CAAC;QAGlC,yBAAoB,GAAkB,IAAI,CAAC;QAY3C,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AAtCC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oDACL;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAErB;IAAC,IAAA,4BAAU,GAAE;;kDAC4B;AAEzC;IAAC,IAAA,4BAAU,GAAE;;2DACqC;AAElD;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;6CACL;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;2CAAC;AAEpB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;6CAAC;AAExB;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;kEAC4C;AAEzD;IAAC,IAAA,4BAAU,GAAE;;oEACiD;AAE9D;IAAC,IAAA,4BAAU,GAAE;;gDACW;AAtC1B,gCAuCC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolder.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IOfficeFolder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAE5B,wDAAgC;AAIhC,MAAqB,aAAa;IAAlC;QAWS,gBAAW,GAAkB,IAAI,CAAC;QAGlC,yBAAoB,GAAkB,IAAI,CAAC;QAY3C,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AArCC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oDACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAGrB;IADC,IAAA,4BAAU,GAAE;;kDAC4B;AAGzC;IADC,IAAA,4BAAU,GAAE;;2DACqC;AAGlD;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;6CACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;2CAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;6CAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;kEAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;oEACiD;AAG9D;IADC,IAAA,4BAAU,GAAE;;gDACW;AAtC1B,gCAuCC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IOfficeFolderHasCustomer.js.map b/dist/Interfaces/SuperAdmin/IOfficeFolderHasCustomer.js.map index 3ee83d1..efaa9ae 100644 --- a/dist/Interfaces/SuperAdmin/IOfficeFolderHasCustomer.js.map +++ b/dist/Interfaces/SuperAdmin/IOfficeFolderHasCustomer.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolderHasCustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IOfficeFolderHasCustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,4DAAoC;AACpC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;sDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;0DAAC;AAE5B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAErC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolderHasCustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IOfficeFolderHasCustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,4DAAoC;AACpC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;sDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;0DAAC;AAG5B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IOfficeFolderHasStakeholder.js.map b/dist/Interfaces/SuperAdmin/IOfficeFolderHasStakeholder.js.map index 90faaa1..c97293a 100644 --- a/dist/Interfaces/SuperAdmin/IOfficeFolderHasStakeholder.js.map +++ b/dist/Interfaces/SuperAdmin/IOfficeFolderHasStakeholder.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolderHasStakeholder.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IOfficeFolderHasStakeholder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,2BAA2B;IAAhD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;yDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACT,eAAK;qEAAC;AAEhC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;kEAAC;AAErC;IAAC,IAAA,wBAAM,GAAE;;+DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;+DAC6B;AAdxC,8CAeC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolderHasStakeholder.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IOfficeFolderHasStakeholder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,2BAA2B;IAAhD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;yDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACT,eAAK;qEAAC;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;kEAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;+DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;+DAC6B;AAdxC,8CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IUser.js.map b/dist/Interfaces/SuperAdmin/IUser.js.map index 862cb99..2f1e2a8 100644 --- a/dist/Interfaces/SuperAdmin/IUser.js.map +++ b/dist/Interfaces/SuperAdmin/IUser.js.map @@ -1 +1 @@ -{"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IUser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,4DAAoC;AACpC,wDAAsC;AAGtC,MAAqB,KAAK;IAA1B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAvBC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oCACb;AAEtB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;sCAAC;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACR,iBAAa;gDAAC;AAEzC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;6DACkD;AAE/D;IAAC,IAAA,4BAAU,GAAE;8BACD,mBAAS;wCAAC;AAvBxB,wBAwBC"} \ No newline at end of file +{"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IUser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,4DAAoC;AACpC,wDAAsC;AAGtC,MAAqB,KAAK;IAA1B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oCACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;sCAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACR,iBAAa;gDAAC;AAGzC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6DACkD;AAG/D;IADC,IAAA,4BAAU,GAAE;8BACD,mBAAS;wCAAC;AAvBxB,wBAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/SuperAdmin/IUserHasNotification.js.map b/dist/Interfaces/SuperAdmin/IUserHasNotification.js.map index fe51c1a..1f75297 100644 --- a/dist/Interfaces/SuperAdmin/IUserHasNotification.js.map +++ b/dist/Interfaces/SuperAdmin/IUserHasNotification.js.map @@ -1 +1 @@ -{"version":3,"file":"IUserHasNotification.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IUserHasNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;kDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAEpB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACb,uBAAa;0DAAC;AAEpC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file +{"version":3,"file":"IUserHasNotification.js","sourceRoot":"","sources":["../../../src/Interfaces/SuperAdmin/IUserHasNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;kDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACb,uBAAa;0DAAC;AAGpC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IAddress.js.map b/dist/Interfaces/User/IAddress.js.map index 3e16131..1f2812e 100644 --- a/dist/Interfaces/User/IAddress.js.map +++ b/dist/Interfaces/User/IAddress.js.map @@ -1 +1 @@ -{"version":3,"file":"IAddress.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IAddress.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,wDAAgC;AAEhC,MAAqB,QAAQ;IAA7B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAvBC;IAAC,IAAA,4BAAU,GAAE;;sCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACX;AAExB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACV;AAEzB;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;8BACG,iBAAO;wCAAC;AAExB;IAAC,IAAA,4BAAU,GAAE;8BACK,kBAAQ;0CAAC;AAvB7B,2BAwBC"} \ No newline at end of file +{"version":3,"file":"IAddress.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IAddress.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,wDAAgC;AAEhC,MAAqB,QAAQ;IAA7B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;sCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACX;AAGxB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACV;AAGzB;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACG,iBAAO;wCAAC;AAGxB;IADC,IAAA,4BAAU,GAAE;8BACK,kBAAQ;0CAAC;AAvB7B,2BAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IContact.js.map b/dist/Interfaces/User/IContact.js.map index eea3238..291c5cc 100644 --- a/dist/Interfaces/User/IContact.js.map +++ b/dist/Interfaces/User/IContact.js.map @@ -1 +1 @@ -{"version":3,"file":"IContact.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IContact.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAC5B,4DAAoC;AACpC,0DAAkC;AAElC,MAAqB,QAAQ;IAA7B;QA0BS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAnCC;IAAC,IAAA,4BAAU,GAAE;;sCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;4CACR;AAE3B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACT;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACb;AAEtB;IAAC,IAAA,4BAAU,GAAE;;8CACgB;AAE7B;IAAC,IAAA,4BAAU,GAAE;;mDACqB;AAElC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACP;AAE5B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;yCAAC;AAE1B;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;8BACE,eAAK;uCAAC;AAErB;IAAC,IAAA,4BAAU,GAAE;8BACM,mBAAS;2CAAC;AAnC/B,2BAoCC"} \ No newline at end of file +{"version":3,"file":"IContact.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IContact.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAC5B,4DAAoC;AACpC,0DAAkC;AAElC,MAAqB,QAAQ;IAA7B;QA0BS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAlCC;IADC,IAAA,4BAAU,GAAE;;sCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;4CACR;AAG3B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACT;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACb;AAGtB;IADC,IAAA,4BAAU,GAAE;;8CACgB;AAG7B;IADC,IAAA,4BAAU,GAAE;;mDACqB;AAGlC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;0CACP;AAG5B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;yCAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;8BACE,eAAK;uCAAC;AAGrB;IADC,IAAA,4BAAU,GAAE;8BACM,mBAAS;2CAAC;AAnC/B,2BAoCC"} \ No newline at end of file diff --git a/dist/Interfaces/User/ICustomer.js.map b/dist/Interfaces/User/ICustomer.js.map index 5bd5dd3..8ef282d 100644 --- a/dist/Interfaces/User/ICustomer.js.map +++ b/dist/Interfaces/User/ICustomer.js.map @@ -1 +1 @@ -{"version":3,"file":"ICustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/User/ICustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAKlC,MAAqB,SAAS;IAA9B;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AApBC;IAAC,IAAA,4BAAU,GAAE;;uCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACH;AAEhC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;0CAAC;AAE1B;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;8DAC4C;AAEzD;IAAC,IAAA,4BAAU,GAAE;;4CACW;AApB1B,4BAqBC"} \ No newline at end of file +{"version":3,"file":"ICustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/User/ICustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAKlC,MAAqB,SAAS;IAA9B;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAnBC;IADC,IAAA,4BAAU,GAAE;;uCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yCACH;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;0CAAC;AAG1B;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;8DAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;4CACW;AApB1B,4BAqBC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IDeed.js.map b/dist/Interfaces/User/IDeed.js.map index 312f514..193ef91 100644 --- a/dist/Interfaces/User/IDeed.js.map +++ b/dist/Interfaces/User/IDeed.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeed.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDeed.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAA4C;AAE5C,8DAAqC;AAErC,MAAqB,KAAK;IAA1B;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAjBC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;wCAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;sDAC2C;AAExD;IAAC,IAAA,4BAAU,GAAE;8BACU,uBAAa;4CAAC;AAjBvC,wBAkBC"} \ No newline at end of file +{"version":3,"file":"IDeed.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDeed.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,oEAA4C;AAE5C,8DAAqC;AAErC,MAAqB,KAAK;IAA1B;QAQS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;wCAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;sDAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;8BACU,uBAAa;4CAAC;AAjBvC,wBAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IDeedHasDocumentType.js.map b/dist/Interfaces/User/IDeedHasDocumentType.js.map index 098b3c2..bb8f92b 100644 --- a/dist/Interfaces/User/IDeedHasDocumentType.js.map +++ b/dist/Interfaces/User/IDeedHasDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDeedHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oDAA4B;AAC5B,oEAA4C;AAE5C,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;kDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;2DAAC;AAErC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAEpB;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file +{"version":3,"file":"IDeedHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDeedHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oDAA4B;AAC5B,oEAA4C;AAE5C,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;kDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;2DAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAGpB;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IDeedTypeHasDocumentType.js.map b/dist/Interfaces/User/IDeedTypeHasDocumentType.js.map index cb2f2f9..b9a10f6 100644 --- a/dist/Interfaces/User/IDeedTypeHasDocumentType.js.map +++ b/dist/Interfaces/User/IDeedTypeHasDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedTypeHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDeedTypeHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,8DAAqC;AACrC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;sDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAErC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;2DAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file +{"version":3,"file":"IDeedTypeHasDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDeedTypeHasDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,8DAAqC;AACrC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;sDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,oBAAS;2DAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IDeedTypes.js.map b/dist/Interfaces/User/IDeedTypes.js.map index de65d2a..e9d95e8 100644 --- a/dist/Interfaces/User/IDeedTypes.js.map +++ b/dist/Interfaces/User/IDeedTypes.js.map @@ -1 +1 @@ -{"version":3,"file":"IDeedTypes.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDeedTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAGjE,wDAAgC;AAGhC,MAAqB,UAAU;IAA/B;QAWS,gBAAW,GAAgB,IAAI,CAAC;QAMhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA1BC;IAAC,IAAA,4BAAU,GAAE;;wCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;+CACP;AAE5B;IAAC,IAAA,wBAAM,GAAE;;+CAC8B;AAEvC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;0CAAC;AAExB;IAAC,IAAA,wBAAM,GAAE;;8CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;8CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;wCACS;AAEtB;IAAC,IAAA,4BAAU,GAAE;;gEACoD;AA1BnE,6BA2BC"} \ No newline at end of file +{"version":3,"file":"IDeedTypes.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDeedTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAGjE,wDAAgC;AAGhC,MAAqB,UAAU;IAA/B;QAWS,gBAAW,GAAgB,IAAI,CAAC;QAMhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAzBC;IADC,IAAA,4BAAU,GAAE;;wCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;wCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;+CACP;AAG5B;IADC,IAAA,wBAAM,GAAE;;+CAC8B;AAGvC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;0CAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;8CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;wCACS;AAGtB;IADC,IAAA,4BAAU,GAAE;;gEACoD;AA1BnE,6BA2BC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IDocument.js.map b/dist/Interfaces/User/IDocument.js.map index 2c6b600..37772de 100644 --- a/dist/Interfaces/User/IDocument.js.map +++ b/dist/Interfaces/User/IDocument.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocument.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDocument.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,oEAA4C;AAC5C,oEAA4C;AAI5C,MAAqB,SAAS;IAA9B;QAiBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AA1BC;IAAC,IAAA,4BAAU,GAAE;;uCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;kDACM;AAEzC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;gDAAC;AAErC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,uBAAa;yCAAC;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,mBAAS;4CAAC;AAE7B;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;6CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;wCACU;AAEvB;IAAC,IAAA,4BAAU,GAAE;;mDACgC;AA1B/C,4BA2BC"} \ No newline at end of file +{"version":3,"file":"IDocument.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDocument.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,oEAA4C;AAC5C,oEAA4C;AAI5C,MAAqB,SAAS;IAA9B;QAiBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAzBC;IADC,IAAA,4BAAU,GAAE;;uCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;kDACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;gDAAC;AAGrC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,uBAAa;yCAAC;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAChB,mBAAS;4CAAC;AAG7B;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;6CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;wCACU;AAGvB;IADC,IAAA,4BAAU,GAAE;;mDACgC;AA1B/C,4BA2BC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IDocumentHistory.js.map b/dist/Interfaces/User/IDocumentHistory.js.map index b9122e7..77a5467 100644 --- a/dist/Interfaces/User/IDocumentHistory.js.map +++ b/dist/Interfaces/User/IDocumentHistory.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocumentHistory.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDocumentHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,4DAAoC;AAEpC,MAAqB,gBAAgB;IAArC;QAWS,mBAAc,GAAkB,IAAI,CAAC;QAGrC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAjBC;IAAC,IAAA,4BAAU,GAAE;;8CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACM;AAEzC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;kDAAC;AAE5B;IAAC,IAAA,4BAAU,GAAE;;wDAC+B;AAE5C;IAAC,IAAA,wBAAM,GAAE;;oDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;oDAC6B;AAjBxC,mCAkBC"} \ No newline at end of file +{"version":3,"file":"IDocumentHistory.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDocumentHistory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,4DAAoC;AAEpC,MAAqB,gBAAgB;IAArC;QAWS,mBAAc,GAAkB,IAAI,CAAC;QAGrC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAhBC;IADC,IAAA,4BAAU,GAAE;;8CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACM;AAGzC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;kDAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;wDAC+B;AAG5C;IADC,IAAA,wBAAM,GAAE;;oDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;oDAC6B;AAjBxC,mCAkBC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IDocumentType.js.map b/dist/Interfaces/User/IDocumentType.js.map index 637dc5e..cd1949f 100644 --- a/dist/Interfaces/User/IDocumentType.js.map +++ b/dist/Interfaces/User/IDocumentType.js.map @@ -1 +1 @@ -{"version":3,"file":"IDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAKjE,MAAqB,aAAa;IAAlC;QAWS,wBAAmB,GAAkB,IAAI,CAAC;QAG1C,gBAAW,GAAgB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA7BC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACA;AAEnC;IAAC,IAAA,4BAAU,GAAE;;0DACoC;AAEjD;IAAC,IAAA,wBAAM,GAAE;;kDAC8B;AAEvC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;gDACkB;AAE/B;IAAC,IAAA,4BAAU,GAAE;;8DAC2C;AAExD;IAAC,IAAA,4BAAU,GAAE;;mEACoD;AA7BnE,gCA8BC"} \ No newline at end of file +{"version":3,"file":"IDocumentType.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IDocumentType.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAiE;AAKjE,MAAqB,aAAa;IAAlC;QAWS,wBAAmB,GAAkB,IAAI,CAAC;QAG1C,gBAAW,GAAgB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA5BC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;yDACA;AAGnC;IADC,IAAA,4BAAU,GAAE;;0DACoC;AAGjD;IADC,IAAA,wBAAM,GAAE;;kDAC8B;AAGvC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;gDACkB;AAG/B;IADC,IAAA,4BAAU,GAAE;;8DAC2C;AAGxD;IADC,IAAA,4BAAU,GAAE;;mEACoD;AA7BnE,gCA8BC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IFile.js.map b/dist/Interfaces/User/IFile.js.map index b80944c..6062f93 100644 --- a/dist/Interfaces/User/IFile.js.map +++ b/dist/Interfaces/User/IFile.js.map @@ -1 +1 @@ -{"version":3,"file":"IFile.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IFile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,MAAqB,KAAK;IAA1B;QAQS,cAAS,GAAkB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;uCAAC;AAE5B;IAAC,IAAA,4BAAU,GAAE;;wCAC0B;AAEvC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAdxC,wBAeC"} \ No newline at end of file +{"version":3,"file":"IFile.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IFile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,4DAAoC;AAEpC,MAAqB,KAAK;IAA1B;QAQS,cAAS,GAAkB,IAAI,CAAC;QAGhC,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;uCAAC;AAG5B;IADC,IAAA,4BAAU,GAAE;;wCAC0B;AAGvC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAdxC,wBAeC"} \ No newline at end of file diff --git a/dist/Interfaces/User/INotification.js.map b/dist/Interfaces/User/INotification.js.map index 0eafc73..60f5b4a 100644 --- a/dist/Interfaces/User/INotification.js.map +++ b/dist/Interfaces/User/INotification.js.map @@ -1 +1 @@ -{"version":3,"file":"INotification.js","sourceRoot":"","sources":["../../../src/Interfaces/User/INotification.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAwE;AAGxE,MAAqB,aAAa;IAAlC;QAYS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAlBC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACX;AAExB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClC,IAAA,uBAAK,GAAE;;sDACwB;AAEhC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;6DACmC;AAlBlD,gCAmBC"} \ No newline at end of file +{"version":3,"file":"INotification.js","sourceRoot":"","sources":["../../../src/Interfaces/User/INotification.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,qDAAwE;AAGxE,MAAqB,aAAa;IAAlC;QAYS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAIxC,CAAC;CAAA;AAjBC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACX;AAIxB;IAFC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;IAClC,IAAA,uBAAK,GAAE;;sDACwB;AAGhC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6DACmC;AAlBlD,gCAmBC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IOffice.js.map b/dist/Interfaces/User/IOffice.js.map index fcdab5d..d7b0cc0 100644 --- a/dist/Interfaces/User/IOffice.js.map +++ b/dist/Interfaces/User/IOffice.js.map @@ -1 +1 @@ -{"version":3,"file":"IOffice.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IOffice.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAMlC,MAAqB,OAAO;IAA5B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AAhCC;IAAC,IAAA,4BAAU,GAAE;;qCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACb;AAEtB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;qCACd;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACZ;AAEvB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;wCAAC;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACE;AAErC;IAAC,IAAA,wBAAM,GAAE;;2CAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;2CAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;2CACY;AAEzB;IAAC,IAAA,4BAAU,GAAE;;sCACG;AAEhB;IAAC,IAAA,4BAAU,GAAE;;+CACoB;AAhCnC,0BAiCC"} \ No newline at end of file +{"version":3,"file":"IOffice.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IOffice.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAMlC,MAAqB,OAAO;IAA5B;QAoBS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AA/BC;IADC,IAAA,4BAAU,GAAE;;qCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;sCACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;qCACd;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;uCACZ;AAGvB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;wCAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;8CACE;AAGrC;IADC,IAAA,wBAAM,GAAE;;2CAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;2CAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;2CACY;AAGzB;IADC,IAAA,4BAAU,GAAE;;sCACG;AAGhB;IADC,IAAA,4BAAU,GAAE;;+CACoB;AAhCnC,0BAiCC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IOfficeFolder.js.map b/dist/Interfaces/User/IOfficeFolder.js.map index 53b33c6..1105a6c 100644 --- a/dist/Interfaces/User/IOfficeFolder.js.map +++ b/dist/Interfaces/User/IOfficeFolder.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolder.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IOfficeFolder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAE5B,wDAAgC;AAIhC,MAAqB,aAAa;IAAlC;QAWS,gBAAW,GAAkB,IAAI,CAAC;QAGlC,yBAAoB,GAAkB,IAAI,CAAC;QAY3C,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AAtCC;IAAC,IAAA,4BAAU,GAAE;;2CACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oDACL;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAErB;IAAC,IAAA,4BAAU,GAAE;;kDAC4B;AAEzC;IAAC,IAAA,4BAAU,GAAE;;2DACqC;AAElD;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;6CACL;AAE9B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;2CAAC;AAEpB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;6CAAC;AAExB;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;iDAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;kEAC4C;AAEzD;IAAC,IAAA,4BAAU,GAAE;;oEACiD;AAE9D;IAAC,IAAA,4BAAU,GAAE;;gDACW;AAtC1B,gCAuCC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolder.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IOfficeFolder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AAEjE,oDAA4B;AAE5B,wDAAgC;AAIhC,MAAqB,aAAa;IAAlC;QAWS,gBAAW,GAAkB,IAAI,CAAC;QAGlC,yBAAoB,GAAkB,IAAI,CAAC;QAY3C,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAUxC,CAAC;CAAA;AArCC;IADC,IAAA,4BAAU,GAAE;;2CACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oDACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;2CACd;AAGrB;IADC,IAAA,4BAAU,GAAE;;kDAC4B;AAGzC;IADC,IAAA,4BAAU,GAAE;;2DACqC;AAGlD;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;6CACL;AAG9B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;2CAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACnB,iBAAO;6CAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;iDAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;kEAC4C;AAGzD;IADC,IAAA,4BAAU,GAAE;;oEACiD;AAG9D;IADC,IAAA,4BAAU,GAAE;;gDACW;AAtC1B,gCAuCC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IOfficeFolderHasCustomer.js.map b/dist/Interfaces/User/IOfficeFolderHasCustomer.js.map index 781fc90..46ea325 100644 --- a/dist/Interfaces/User/IOfficeFolderHasCustomer.js.map +++ b/dist/Interfaces/User/IOfficeFolderHasCustomer.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolderHasCustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IOfficeFolderHasCustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,4DAAoC;AACpC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;sDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;0DAAC;AAE5B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAErC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolderHasCustomer.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IOfficeFolderHasCustomer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,4DAAoC;AACpC,oEAA4C;AAE5C,MAAqB,wBAAwB;IAA7C;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;sDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACjB,mBAAS;0DAAC;AAG5B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;+DAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;4DAC6B;AAdxC,2CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IOfficeFolderHasStakeholder.js.map b/dist/Interfaces/User/IOfficeFolderHasStakeholder.js.map index 86114dd..dc589ad 100644 --- a/dist/Interfaces/User/IOfficeFolderHasStakeholder.js.map +++ b/dist/Interfaces/User/IOfficeFolderHasStakeholder.js.map @@ -1 +1 @@ -{"version":3,"file":"IOfficeFolderHasStakeholder.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IOfficeFolderHasStakeholder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,2BAA2B;IAAhD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;yDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACT,eAAK;qEAAC;AAEhC;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;kEAAC;AAErC;IAAC,IAAA,wBAAM,GAAE;;+DAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;+DAC6B;AAdxC,8CAeC"} \ No newline at end of file +{"version":3,"file":"IOfficeFolderHasStakeholder.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IOfficeFolderHasStakeholder.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,2BAA2B;IAAhD;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;yDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACT,eAAK;qEAAC;AAGhC;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACZ,uBAAa;kEAAC;AAGrC;IADC,IAAA,wBAAM,GAAE;;+DAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;+DAC6B;AAdxC,8CAeC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IUser.js.map b/dist/Interfaces/User/IUser.js.map index 0994d8d..586fd04 100644 --- a/dist/Interfaces/User/IUser.js.map +++ b/dist/Interfaces/User/IUser.js.map @@ -1 +1 @@ -{"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IUser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,4DAAoC;AACpC,wDAAsC;AAGtC,MAAqB,KAAK;IAA1B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAvBC;IAAC,IAAA,4BAAU,GAAE;;mCACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oCACb;AAEtB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;sCAAC;AAE1B;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACR,iBAAa;gDAAC;AAEzC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;yCAC6B;AAEtC;IAAC,IAAA,4BAAU,GAAE;;6DACkD;AAE/D;IAAC,IAAA,4BAAU,GAAE;8BACD,mBAAS;wCAAC;AAvBxB,wBAwBC"} \ No newline at end of file +{"version":3,"file":"IUser.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IUser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAiE;AACjE,0DAAkC;AAClC,4DAAoC;AACpC,wDAAsC;AAGtC,MAAqB,KAAK;IAA1B;QAcS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IAOxC,CAAC;CAAA;AAtBC;IADC,IAAA,4BAAU,GAAE;;mCACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;;oCACb;AAGtB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BAClB,kBAAQ;sCAAC;AAG1B;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACR,iBAAa;gDAAC;AAGzC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;yCAC6B;AAGtC;IADC,IAAA,4BAAU,GAAE;;6DACkD;AAG/D;IADC,IAAA,4BAAU,GAAE;8BACD,mBAAS;wCAAC;AAvBxB,wBAwBC"} \ No newline at end of file diff --git a/dist/Interfaces/User/IUserHasNotification.js.map b/dist/Interfaces/User/IUserHasNotification.js.map index 701d8dc..ff98af8 100644 --- a/dist/Interfaces/User/IUserHasNotification.js.map +++ b/dist/Interfaces/User/IUserHasNotification.js.map @@ -1 +1 @@ -{"version":3,"file":"IUserHasNotification.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IUserHasNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAdC;IAAC,IAAA,4BAAU,GAAE;;kDACQ;AAErB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAEpB;IAAC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACb,uBAAa;0DAAC;AAEpC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAEtC;IAAC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file +{"version":3,"file":"IUserHasNotification.js","sourceRoot":"","sources":["../../../src/Interfaces/User/IUserHasNotification.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,qDAAqD;AACrD,oEAA4C;AAC5C,oDAA4B;AAE5B,MAAqB,oBAAoB;IAAzC;QAWS,eAAU,GAAgB,IAAI,CAAC;QAG/B,eAAU,GAAgB,IAAI,CAAC;IACxC,CAAC;CAAA;AAbC;IADC,IAAA,4BAAU,GAAE;;kDACQ;AAGrB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACrB,eAAK;kDAAC;AAGpB;IADC,IAAA,4BAAU,EAAC,EAAE,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;8BACb,uBAAa;0DAAC;AAGpC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAGtC;IADC,IAAA,wBAAM,GAAE;;wDAC6B;AAdxC,uCAeC"} \ No newline at end of file diff --git a/dist/index.d.ts b/dist/index.d.ts new file mode 100644 index 0000000..974550e --- /dev/null +++ b/dist/index.d.ts @@ -0,0 +1,74 @@ +export { default as IAddressAdmin } from "./Interfaces/Admin/IAddress"; +export { default as IBlockchainAnchorsAdmin } from "./Interfaces/Admin/IBlockchainAnchors"; +export { default as IContactAdmin } from "./Interfaces/Admin/IContact"; +export { default as ICustomerAdmin } from "./Interfaces/Admin/ICustomer"; +export { default as IDeedAdmin } from "./Interfaces/Admin/IDeed"; +export { default as IDeedHasDocumentTypeAdmin } from "./Interfaces/Admin/IDeedHasDocumentType"; +export { default as IDeedTypeAdmin } from "./Interfaces/Admin/IDeedTypes"; +export { default as IDeedTypeHasDocumentTypeAdmin } from "./Interfaces/Admin/IDeedTypeHasDocumentType"; +export { default as IDocumentAdmin } from "./Interfaces/Admin/IDocument"; +export { default as IDocumentHistoryAdmin } from "./Interfaces/Admin/IDocumentHistory"; +export { default as IDocumentTypeAdmin } from "./Interfaces/Admin/IDocumentType"; +export { default as IFileAdmin } from "./Interfaces/Admin/IFile"; +export { default as INotificationAdmin } from "./Interfaces/Admin/INotification"; +export { default as IOfficeAdmin } from "./Interfaces/Admin/IOffice"; +export { default as IOfficeFolderAdmin } from "./Interfaces/Admin/IOfficeFolder"; +export { default as IOfficeFolderHasCustomerAdmin } from "./Interfaces/Admin/IOfficeFolderHasCustomer"; +export { default as IOfficeFolderHasStakeholderAdmin } from "./Interfaces/Admin/IOfficeFolderHasStakeholder"; +export { default as IUserAdmin } from "./Interfaces/Admin/IUser"; +export { default as IUserHasNotificationAdmin } from "./Interfaces/Admin/IUserHasNotification"; +export { default as IAddressSuperAdmin } from "./Interfaces/SuperAdmin/IAddress"; +export { default as IBlockchainAnchorsSuperAdmin } from "./Interfaces/SuperAdmin/IBlockchainAnchors"; +export { default as IContactSuperAdmin } from "./Interfaces/SuperAdmin/IContact"; +export { default as ICustomerSuperAdmin } from "./Interfaces/SuperAdmin/ICustomer"; +export { default as IDeedSuperAdmin } from "./Interfaces/SuperAdmin/IDeed"; +export { default as IDeedHasDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/IDeedHasDocumentType"; +export { default as IDeedTypeSuperAdmin } from "./Interfaces/SuperAdmin/IDeedTypes"; +export { default as IDeedTypeHasDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/IDeedTypeHasDocumentType"; +export { default as IDocumentSuperAdmin } from "./Interfaces/SuperAdmin/IDocument"; +export { default as IDocumentHistorySuperAdmin } from "./Interfaces/SuperAdmin/IDocumentHistory"; +export { default as IDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/IDocumentType"; +export { default as IFileSuperAdmin } from "./Interfaces/SuperAdmin/IFile"; +export { default as INotificationSuperAdmin } from "./Interfaces/SuperAdmin/INotification"; +export { default as IOfficeSuperAdmin } from "./Interfaces/SuperAdmin/IOffice"; +export { default as IOfficeFolderSuperAdmin } from "./Interfaces/SuperAdmin/IOfficeFolder"; +export { default as IOfficeFolderHasCustomerSuperAdmin } from "./Interfaces/SuperAdmin/IOfficeFolderHasCustomer"; +export { default as IOfficeFolderHasStakeholderSuperAdmin } from "./Interfaces/SuperAdmin/IOfficeFolderHasStakeholder"; +export { default as IUserSuperAdmin } from "./Interfaces/SuperAdmin/IUser"; +export { default as IUserHasNotificationSuperAdmin } from "./Interfaces/SuperAdmin/IUserHasNotification"; +export { default as IAddressUser } from "./Interfaces/User/IAddress"; +export { default as IContactUser } from "./Interfaces/User/IContact"; +export { default as ICustomerUser } from "./Interfaces/User/ICustomer"; +export { default as IDeedUser } from "./Interfaces/User/IDeed"; +export { default as IDeedHasDocumentTypeUser } from "./Interfaces/User/IDeedHasDocumentType"; +export { default as IDeedTypeUser } from "./Interfaces/User/IDeedTypes"; +export { default as IDeedTypeHasDocumentTypeUser } from "./Interfaces/User/IDeedTypeHasDocumentType"; +export { default as IDocumentUser } from "./Interfaces/User/IDocument"; +export { default as IDocumentHistoryUser } from "./Interfaces/User/IDocumentHistory"; +export { default as IDocumentTypeUser } from "./Interfaces/User/IDocumentType"; +export { default as IFileUser } from "./Interfaces/User/IFile"; +export { default as INotificationUser } from "./Interfaces/User/INotification"; +export { default as IOfficeUser } from "./Interfaces/User/IOffice"; +export { default as IOfficeFolderUser } from "./Interfaces/User/IOfficeFolder"; +export { default as IOfficeFolderHasCustomerUser } from "./Interfaces/User/IOfficeFolderHasCustomer"; +export { default as IOfficeFolderHasStakeholderUser } from "./Interfaces/User/IOfficeFolderHasStakeholder"; +export { default as IUserUser } from "./Interfaces/User/IUser"; +export { default as IUserHasNotificationUser } from "./Interfaces/User/IUserHasNotification"; +export { default as IAddressCustomer } from "./Interfaces/Customer/IAddress"; +export { default as IContactCustomer } from "./Interfaces/Customer/IContact"; +export { default as ICustomerCustomer } from "./Interfaces/Customer/ICustomer"; +export { default as IDeedCustomer } from "./Interfaces/Customer/IDeed"; +export { default as IDeedHasDocumentTypeCustomer } from "./Interfaces/Customer/IDeedHasDocumentType"; +export { default as IDeedTypeCustomer } from "./Interfaces/Customer/IDeedTypes"; +export { default as IDeedTypeHasDocumentTypeCustomer } from "./Interfaces/Customer/IDeedTypeHasDocumentType"; +export { default as IDocumentCustomer } from "./Interfaces/Customer/IDocument"; +export { default as IDocumentHistoryCustomer } from "./Interfaces/Customer/IDocumentHistory"; +export { default as IDocumentTypeCustomer } from "./Interfaces/Customer/IDocumentType"; +export { default as IFileCustomer } from "./Interfaces/Customer/IFile"; +export { default as INotificationCustomer } from "./Interfaces/Customer/INotification"; +export { default as IOfficeCustomer } from "./Interfaces/Customer/IOffice"; +export { default as IOfficeFolderCustomer } from "./Interfaces/Customer/IOfficeFolder"; +export { default as IOfficeFolderHasCustomerCustomer } from "./Interfaces/Customer/IOfficeFolderHasCustomer"; +export { default as IOfficeFolderHasStakeholderCustomer } from "./Interfaces/Customer/IOfficeFolderHasStakeholder"; +export { default as IUserCustomer } from "./Interfaces/Customer/IUser"; +export { default as ICustomerHasNotificationCustomer } from "./Interfaces/Customer/IUserHasNotification"; diff --git a/dist/index.js b/dist/index.js new file mode 100644 index 0000000..30346a4 --- /dev/null +++ b/dist/index.js @@ -0,0 +1,156 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.INotificationUser = exports.IFileUser = exports.IDocumentTypeUser = exports.IDocumentHistoryUser = exports.IDocumentUser = exports.IDeedTypeHasDocumentTypeUser = exports.IDeedTypeUser = exports.IDeedHasDocumentTypeUser = exports.IDeedUser = exports.ICustomerUser = exports.IContactUser = exports.IAddressUser = exports.IUserHasNotificationSuperAdmin = exports.IUserSuperAdmin = exports.IOfficeFolderHasStakeholderSuperAdmin = exports.IOfficeFolderHasCustomerSuperAdmin = exports.IOfficeFolderSuperAdmin = exports.IOfficeSuperAdmin = exports.INotificationSuperAdmin = exports.IFileSuperAdmin = exports.IDocumentTypeSuperAdmin = exports.IDocumentHistorySuperAdmin = exports.IDocumentSuperAdmin = exports.IDeedTypeHasDocumentTypeSuperAdmin = exports.IDeedTypeSuperAdmin = exports.IDeedHasDocumentTypeSuperAdmin = exports.IDeedSuperAdmin = exports.ICustomerSuperAdmin = exports.IContactSuperAdmin = exports.IBlockchainAnchorsSuperAdmin = exports.IAddressSuperAdmin = exports.IUserHasNotificationAdmin = exports.IUserAdmin = exports.IOfficeFolderHasStakeholderAdmin = exports.IOfficeFolderHasCustomerAdmin = exports.IOfficeFolderAdmin = exports.IOfficeAdmin = exports.INotificationAdmin = exports.IFileAdmin = exports.IDocumentTypeAdmin = exports.IDocumentHistoryAdmin = exports.IDocumentAdmin = exports.IDeedTypeHasDocumentTypeAdmin = exports.IDeedTypeAdmin = exports.IDeedHasDocumentTypeAdmin = exports.IDeedAdmin = exports.ICustomerAdmin = exports.IContactAdmin = exports.IBlockchainAnchorsAdmin = exports.IAddressAdmin = void 0; +exports.ICustomerHasNotificationCustomer = exports.IUserCustomer = exports.IOfficeFolderHasStakeholderCustomer = exports.IOfficeFolderHasCustomerCustomer = exports.IOfficeFolderCustomer = exports.IOfficeCustomer = exports.INotificationCustomer = exports.IFileCustomer = exports.IDocumentTypeCustomer = exports.IDocumentHistoryCustomer = exports.IDocumentCustomer = exports.IDeedTypeHasDocumentTypeCustomer = exports.IDeedTypeCustomer = exports.IDeedHasDocumentTypeCustomer = exports.IDeedCustomer = exports.ICustomerCustomer = exports.IContactCustomer = exports.IAddressCustomer = exports.IUserHasNotificationUser = exports.IUserUser = exports.IOfficeFolderHasStakeholderUser = exports.IOfficeFolderHasCustomerUser = exports.IOfficeFolderUser = exports.IOfficeUser = void 0; +var IAddress_1 = require("./Interfaces/Admin/IAddress"); +Object.defineProperty(exports, "IAddressAdmin", { enumerable: true, get: function () { return __importDefault(IAddress_1).default; } }); +var IBlockchainAnchors_1 = require("./Interfaces/Admin/IBlockchainAnchors"); +Object.defineProperty(exports, "IBlockchainAnchorsAdmin", { enumerable: true, get: function () { return __importDefault(IBlockchainAnchors_1).default; } }); +var IContact_1 = require("./Interfaces/Admin/IContact"); +Object.defineProperty(exports, "IContactAdmin", { enumerable: true, get: function () { return __importDefault(IContact_1).default; } }); +var ICustomer_1 = require("./Interfaces/Admin/ICustomer"); +Object.defineProperty(exports, "ICustomerAdmin", { enumerable: true, get: function () { return __importDefault(ICustomer_1).default; } }); +var IDeed_1 = require("./Interfaces/Admin/IDeed"); +Object.defineProperty(exports, "IDeedAdmin", { enumerable: true, get: function () { return __importDefault(IDeed_1).default; } }); +var IDeedHasDocumentType_1 = require("./Interfaces/Admin/IDeedHasDocumentType"); +Object.defineProperty(exports, "IDeedHasDocumentTypeAdmin", { enumerable: true, get: function () { return __importDefault(IDeedHasDocumentType_1).default; } }); +var IDeedTypes_1 = require("./Interfaces/Admin/IDeedTypes"); +Object.defineProperty(exports, "IDeedTypeAdmin", { enumerable: true, get: function () { return __importDefault(IDeedTypes_1).default; } }); +var IDeedTypeHasDocumentType_1 = require("./Interfaces/Admin/IDeedTypeHasDocumentType"); +Object.defineProperty(exports, "IDeedTypeHasDocumentTypeAdmin", { enumerable: true, get: function () { return __importDefault(IDeedTypeHasDocumentType_1).default; } }); +var IDocument_1 = require("./Interfaces/Admin/IDocument"); +Object.defineProperty(exports, "IDocumentAdmin", { enumerable: true, get: function () { return __importDefault(IDocument_1).default; } }); +var IDocumentHistory_1 = require("./Interfaces/Admin/IDocumentHistory"); +Object.defineProperty(exports, "IDocumentHistoryAdmin", { enumerable: true, get: function () { return __importDefault(IDocumentHistory_1).default; } }); +var IDocumentType_1 = require("./Interfaces/Admin/IDocumentType"); +Object.defineProperty(exports, "IDocumentTypeAdmin", { enumerable: true, get: function () { return __importDefault(IDocumentType_1).default; } }); +var IFile_1 = require("./Interfaces/Admin/IFile"); +Object.defineProperty(exports, "IFileAdmin", { enumerable: true, get: function () { return __importDefault(IFile_1).default; } }); +var INotification_1 = require("./Interfaces/Admin/INotification"); +Object.defineProperty(exports, "INotificationAdmin", { enumerable: true, get: function () { return __importDefault(INotification_1).default; } }); +var IOffice_1 = require("./Interfaces/Admin/IOffice"); +Object.defineProperty(exports, "IOfficeAdmin", { enumerable: true, get: function () { return __importDefault(IOffice_1).default; } }); +var IOfficeFolder_1 = require("./Interfaces/Admin/IOfficeFolder"); +Object.defineProperty(exports, "IOfficeFolderAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolder_1).default; } }); +var IOfficeFolderHasCustomer_1 = require("./Interfaces/Admin/IOfficeFolderHasCustomer"); +Object.defineProperty(exports, "IOfficeFolderHasCustomerAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasCustomer_1).default; } }); +var IOfficeFolderHasStakeholder_1 = require("./Interfaces/Admin/IOfficeFolderHasStakeholder"); +Object.defineProperty(exports, "IOfficeFolderHasStakeholderAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasStakeholder_1).default; } }); +var IUser_1 = require("./Interfaces/Admin/IUser"); +Object.defineProperty(exports, "IUserAdmin", { enumerable: true, get: function () { return __importDefault(IUser_1).default; } }); +var IUserHasNotification_1 = require("./Interfaces/Admin/IUserHasNotification"); +Object.defineProperty(exports, "IUserHasNotificationAdmin", { enumerable: true, get: function () { return __importDefault(IUserHasNotification_1).default; } }); +var IAddress_2 = require("./Interfaces/SuperAdmin/IAddress"); +Object.defineProperty(exports, "IAddressSuperAdmin", { enumerable: true, get: function () { return __importDefault(IAddress_2).default; } }); +var IBlockchainAnchors_2 = require("./Interfaces/SuperAdmin/IBlockchainAnchors"); +Object.defineProperty(exports, "IBlockchainAnchorsSuperAdmin", { enumerable: true, get: function () { return __importDefault(IBlockchainAnchors_2).default; } }); +var IContact_2 = require("./Interfaces/SuperAdmin/IContact"); +Object.defineProperty(exports, "IContactSuperAdmin", { enumerable: true, get: function () { return __importDefault(IContact_2).default; } }); +var ICustomer_2 = require("./Interfaces/SuperAdmin/ICustomer"); +Object.defineProperty(exports, "ICustomerSuperAdmin", { enumerable: true, get: function () { return __importDefault(ICustomer_2).default; } }); +var IDeed_2 = require("./Interfaces/SuperAdmin/IDeed"); +Object.defineProperty(exports, "IDeedSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDeed_2).default; } }); +var IDeedHasDocumentType_2 = require("./Interfaces/SuperAdmin/IDeedHasDocumentType"); +Object.defineProperty(exports, "IDeedHasDocumentTypeSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDeedHasDocumentType_2).default; } }); +var IDeedTypes_2 = require("./Interfaces/SuperAdmin/IDeedTypes"); +Object.defineProperty(exports, "IDeedTypeSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDeedTypes_2).default; } }); +var IDeedTypeHasDocumentType_2 = require("./Interfaces/SuperAdmin/IDeedTypeHasDocumentType"); +Object.defineProperty(exports, "IDeedTypeHasDocumentTypeSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDeedTypeHasDocumentType_2).default; } }); +var IDocument_2 = require("./Interfaces/SuperAdmin/IDocument"); +Object.defineProperty(exports, "IDocumentSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDocument_2).default; } }); +var IDocumentHistory_2 = require("./Interfaces/SuperAdmin/IDocumentHistory"); +Object.defineProperty(exports, "IDocumentHistorySuperAdmin", { enumerable: true, get: function () { return __importDefault(IDocumentHistory_2).default; } }); +var IDocumentType_2 = require("./Interfaces/SuperAdmin/IDocumentType"); +Object.defineProperty(exports, "IDocumentTypeSuperAdmin", { enumerable: true, get: function () { return __importDefault(IDocumentType_2).default; } }); +var IFile_2 = require("./Interfaces/SuperAdmin/IFile"); +Object.defineProperty(exports, "IFileSuperAdmin", { enumerable: true, get: function () { return __importDefault(IFile_2).default; } }); +var INotification_2 = require("./Interfaces/SuperAdmin/INotification"); +Object.defineProperty(exports, "INotificationSuperAdmin", { enumerable: true, get: function () { return __importDefault(INotification_2).default; } }); +var IOffice_2 = require("./Interfaces/SuperAdmin/IOffice"); +Object.defineProperty(exports, "IOfficeSuperAdmin", { enumerable: true, get: function () { return __importDefault(IOffice_2).default; } }); +var IOfficeFolder_2 = require("./Interfaces/SuperAdmin/IOfficeFolder"); +Object.defineProperty(exports, "IOfficeFolderSuperAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolder_2).default; } }); +var IOfficeFolderHasCustomer_2 = require("./Interfaces/SuperAdmin/IOfficeFolderHasCustomer"); +Object.defineProperty(exports, "IOfficeFolderHasCustomerSuperAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasCustomer_2).default; } }); +var IOfficeFolderHasStakeholder_2 = require("./Interfaces/SuperAdmin/IOfficeFolderHasStakeholder"); +Object.defineProperty(exports, "IOfficeFolderHasStakeholderSuperAdmin", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasStakeholder_2).default; } }); +var IUser_2 = require("./Interfaces/SuperAdmin/IUser"); +Object.defineProperty(exports, "IUserSuperAdmin", { enumerable: true, get: function () { return __importDefault(IUser_2).default; } }); +var IUserHasNotification_2 = require("./Interfaces/SuperAdmin/IUserHasNotification"); +Object.defineProperty(exports, "IUserHasNotificationSuperAdmin", { enumerable: true, get: function () { return __importDefault(IUserHasNotification_2).default; } }); +var IAddress_3 = require("./Interfaces/User/IAddress"); +Object.defineProperty(exports, "IAddressUser", { enumerable: true, get: function () { return __importDefault(IAddress_3).default; } }); +var IContact_3 = require("./Interfaces/User/IContact"); +Object.defineProperty(exports, "IContactUser", { enumerable: true, get: function () { return __importDefault(IContact_3).default; } }); +var ICustomer_3 = require("./Interfaces/User/ICustomer"); +Object.defineProperty(exports, "ICustomerUser", { enumerable: true, get: function () { return __importDefault(ICustomer_3).default; } }); +var IDeed_3 = require("./Interfaces/User/IDeed"); +Object.defineProperty(exports, "IDeedUser", { enumerable: true, get: function () { return __importDefault(IDeed_3).default; } }); +var IDeedHasDocumentType_3 = require("./Interfaces/User/IDeedHasDocumentType"); +Object.defineProperty(exports, "IDeedHasDocumentTypeUser", { enumerable: true, get: function () { return __importDefault(IDeedHasDocumentType_3).default; } }); +var IDeedTypes_3 = require("./Interfaces/User/IDeedTypes"); +Object.defineProperty(exports, "IDeedTypeUser", { enumerable: true, get: function () { return __importDefault(IDeedTypes_3).default; } }); +var IDeedTypeHasDocumentType_3 = require("./Interfaces/User/IDeedTypeHasDocumentType"); +Object.defineProperty(exports, "IDeedTypeHasDocumentTypeUser", { enumerable: true, get: function () { return __importDefault(IDeedTypeHasDocumentType_3).default; } }); +var IDocument_3 = require("./Interfaces/User/IDocument"); +Object.defineProperty(exports, "IDocumentUser", { enumerable: true, get: function () { return __importDefault(IDocument_3).default; } }); +var IDocumentHistory_3 = require("./Interfaces/User/IDocumentHistory"); +Object.defineProperty(exports, "IDocumentHistoryUser", { enumerable: true, get: function () { return __importDefault(IDocumentHistory_3).default; } }); +var IDocumentType_3 = require("./Interfaces/User/IDocumentType"); +Object.defineProperty(exports, "IDocumentTypeUser", { enumerable: true, get: function () { return __importDefault(IDocumentType_3).default; } }); +var IFile_3 = require("./Interfaces/User/IFile"); +Object.defineProperty(exports, "IFileUser", { enumerable: true, get: function () { return __importDefault(IFile_3).default; } }); +var INotification_3 = require("./Interfaces/User/INotification"); +Object.defineProperty(exports, "INotificationUser", { enumerable: true, get: function () { return __importDefault(INotification_3).default; } }); +var IOffice_3 = require("./Interfaces/User/IOffice"); +Object.defineProperty(exports, "IOfficeUser", { enumerable: true, get: function () { return __importDefault(IOffice_3).default; } }); +var IOfficeFolder_3 = require("./Interfaces/User/IOfficeFolder"); +Object.defineProperty(exports, "IOfficeFolderUser", { enumerable: true, get: function () { return __importDefault(IOfficeFolder_3).default; } }); +var IOfficeFolderHasCustomer_3 = require("./Interfaces/User/IOfficeFolderHasCustomer"); +Object.defineProperty(exports, "IOfficeFolderHasCustomerUser", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasCustomer_3).default; } }); +var IOfficeFolderHasStakeholder_3 = require("./Interfaces/User/IOfficeFolderHasStakeholder"); +Object.defineProperty(exports, "IOfficeFolderHasStakeholderUser", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasStakeholder_3).default; } }); +var IUser_3 = require("./Interfaces/User/IUser"); +Object.defineProperty(exports, "IUserUser", { enumerable: true, get: function () { return __importDefault(IUser_3).default; } }); +var IUserHasNotification_3 = require("./Interfaces/User/IUserHasNotification"); +Object.defineProperty(exports, "IUserHasNotificationUser", { enumerable: true, get: function () { return __importDefault(IUserHasNotification_3).default; } }); +var IAddress_4 = require("./Interfaces/Customer/IAddress"); +Object.defineProperty(exports, "IAddressCustomer", { enumerable: true, get: function () { return __importDefault(IAddress_4).default; } }); +var IContact_4 = require("./Interfaces/Customer/IContact"); +Object.defineProperty(exports, "IContactCustomer", { enumerable: true, get: function () { return __importDefault(IContact_4).default; } }); +var ICustomer_4 = require("./Interfaces/Customer/ICustomer"); +Object.defineProperty(exports, "ICustomerCustomer", { enumerable: true, get: function () { return __importDefault(ICustomer_4).default; } }); +var IDeed_4 = require("./Interfaces/Customer/IDeed"); +Object.defineProperty(exports, "IDeedCustomer", { enumerable: true, get: function () { return __importDefault(IDeed_4).default; } }); +var IDeedHasDocumentType_4 = require("./Interfaces/Customer/IDeedHasDocumentType"); +Object.defineProperty(exports, "IDeedHasDocumentTypeCustomer", { enumerable: true, get: function () { return __importDefault(IDeedHasDocumentType_4).default; } }); +var IDeedTypes_4 = require("./Interfaces/Customer/IDeedTypes"); +Object.defineProperty(exports, "IDeedTypeCustomer", { enumerable: true, get: function () { return __importDefault(IDeedTypes_4).default; } }); +var IDeedTypeHasDocumentType_4 = require("./Interfaces/Customer/IDeedTypeHasDocumentType"); +Object.defineProperty(exports, "IDeedTypeHasDocumentTypeCustomer", { enumerable: true, get: function () { return __importDefault(IDeedTypeHasDocumentType_4).default; } }); +var IDocument_4 = require("./Interfaces/Customer/IDocument"); +Object.defineProperty(exports, "IDocumentCustomer", { enumerable: true, get: function () { return __importDefault(IDocument_4).default; } }); +var IDocumentHistory_4 = require("./Interfaces/Customer/IDocumentHistory"); +Object.defineProperty(exports, "IDocumentHistoryCustomer", { enumerable: true, get: function () { return __importDefault(IDocumentHistory_4).default; } }); +var IDocumentType_4 = require("./Interfaces/Customer/IDocumentType"); +Object.defineProperty(exports, "IDocumentTypeCustomer", { enumerable: true, get: function () { return __importDefault(IDocumentType_4).default; } }); +var IFile_4 = require("./Interfaces/Customer/IFile"); +Object.defineProperty(exports, "IFileCustomer", { enumerable: true, get: function () { return __importDefault(IFile_4).default; } }); +var INotification_4 = require("./Interfaces/Customer/INotification"); +Object.defineProperty(exports, "INotificationCustomer", { enumerable: true, get: function () { return __importDefault(INotification_4).default; } }); +var IOffice_4 = require("./Interfaces/Customer/IOffice"); +Object.defineProperty(exports, "IOfficeCustomer", { enumerable: true, get: function () { return __importDefault(IOffice_4).default; } }); +var IOfficeFolder_4 = require("./Interfaces/Customer/IOfficeFolder"); +Object.defineProperty(exports, "IOfficeFolderCustomer", { enumerable: true, get: function () { return __importDefault(IOfficeFolder_4).default; } }); +var IOfficeFolderHasCustomer_4 = require("./Interfaces/Customer/IOfficeFolderHasCustomer"); +Object.defineProperty(exports, "IOfficeFolderHasCustomerCustomer", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasCustomer_4).default; } }); +var IOfficeFolderHasStakeholder_4 = require("./Interfaces/Customer/IOfficeFolderHasStakeholder"); +Object.defineProperty(exports, "IOfficeFolderHasStakeholderCustomer", { enumerable: true, get: function () { return __importDefault(IOfficeFolderHasStakeholder_4).default; } }); +var IUser_4 = require("./Interfaces/Customer/IUser"); +Object.defineProperty(exports, "IUserCustomer", { enumerable: true, get: function () { return __importDefault(IUser_4).default; } }); +var IUserHasNotification_4 = require("./Interfaces/Customer/IUserHasNotification"); +Object.defineProperty(exports, "ICustomerHasNotificationCustomer", { enumerable: true, get: function () { return __importDefault(IUserHasNotification_4).default; } }); +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/dist/index.js.map b/dist/index.js.map new file mode 100644 index 0000000..3d471c6 --- /dev/null +++ b/dist/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;AAAA,wDAAuE;AAA9D,0HAAA,OAAO,OAAiB;AACjC,4EAA4F;AAAnF,8IAAA,OAAO,OAA2B;AAC3C,wDAAwE;AAA/D,0HAAA,OAAO,OAAiB;AACjC,0DAA0E;AAAjE,4HAAA,OAAO,OAAkB;AAClC,kDAAkE;AAAzD,oHAAA,OAAO,OAAc;AAC9B,gFAAgG;AAAvF,kJAAA,OAAO,OAA6B;AAC7C,4DAA2E;AAAlE,6HAAA,OAAO,OAAkB;AAClC,wFAAwG;AAA/F,0JAAA,OAAO,OAAiC;AACjD,0DAA0E;AAAjE,4HAAA,OAAO,OAAkB;AAClC,wEAAwF;AAA/E,0IAAA,OAAO,OAAyB;AACzC,kEAAkF;AAAzE,oIAAA,OAAO,OAAsB;AACtC,kDAAkE;AAAzD,oHAAA,OAAO,OAAc;AAC9B,kEAAkF;AAAzE,oIAAA,OAAO,OAAsB;AACtC,sDAAsE;AAA7D,wHAAA,OAAO,OAAgB;AAChC,kEAAkF;AAAzE,oIAAA,OAAO,OAAsB;AACtC,wFAAwG;AAA/F,0JAAA,OAAO,OAAiC;AACjD,8FAA8G;AAArG,gKAAA,OAAO,OAAoC;AACpD,kDAAkE;AAAzD,oHAAA,OAAO,OAAc;AAC9B,gFAAgG;AAAvF,kJAAA,OAAO,OAA6B;AAC7C,6DAAiF;AAAxE,+HAAA,OAAO,OAAsB;AACtC,iFAAsG;AAA7F,mJAAA,OAAO,OAAgC;AAChD,6DAAkF;AAAzE,+HAAA,OAAO,OAAsB;AACtC,+DAAoF;AAA3E,iIAAA,OAAO,OAAuB;AACvC,uDAA4E;AAAnE,yHAAA,OAAO,OAAmB;AACnC,qFAA0G;AAAjG,uJAAA,OAAO,OAAkC;AAClD,iEAAqF;AAA5E,kIAAA,OAAO,OAAuB;AACvC,6FAAkH;AAAzG,+JAAA,OAAO,OAAsC;AACtD,+DAAoF;AAA3E,iIAAA,OAAO,OAAuB;AACvC,6EAAkG;AAAzF,+IAAA,OAAO,OAA8B;AAC9C,uEAA4F;AAAnF,yIAAA,OAAO,OAA2B;AAC3C,uDAA4E;AAAnE,yHAAA,OAAO,OAAmB;AACnC,uEAA4F;AAAnF,yIAAA,OAAO,OAA2B;AAC3C,2DAAgF;AAAvE,6HAAA,OAAO,OAAqB;AACrC,uEAA4F;AAAnF,yIAAA,OAAO,OAA2B;AAC3C,6FAAkH;AAAzG,+JAAA,OAAO,OAAsC;AACtD,mGAAwH;AAA/G,qKAAA,OAAO,OAAyC;AACzD,uDAA4E;AAAnE,yHAAA,OAAO,OAAmB;AACnC,qFAA0G;AAAjG,uJAAA,OAAO,OAAkC;AAClD,uDAAqE;AAA5D,yHAAA,OAAO,OAAgB;AAChC,uDAAsE;AAA7D,yHAAA,OAAO,OAAgB;AAChC,yDAAwE;AAA/D,2HAAA,OAAO,OAAiB;AACjC,iDAAgE;AAAvD,mHAAA,OAAO,OAAa;AAC7B,+EAA8F;AAArF,iJAAA,OAAO,OAA4B;AAC5C,2DAAyE;AAAhE,4HAAA,OAAO,OAAiB;AACjC,uFAAsG;AAA7F,yJAAA,OAAO,OAAgC;AAChD,yDAAwE;AAA/D,2HAAA,OAAO,OAAiB;AACjC,uEAAsF;AAA7E,yIAAA,OAAO,OAAwB;AACxC,iEAAgF;AAAvE,mIAAA,OAAO,OAAqB;AACrC,iDAAgE;AAAvD,mHAAA,OAAO,OAAa;AAC7B,iEAAgF;AAAvE,mIAAA,OAAO,OAAqB;AACrC,qDAAoE;AAA3D,uHAAA,OAAO,OAAe;AAC/B,iEAAgF;AAAvE,mIAAA,OAAO,OAAqB;AACrC,uFAAsG;AAA7F,yJAAA,OAAO,OAAgC;AAChD,6FAA4G;AAAnG,+JAAA,OAAO,OAAmC;AACnD,iDAAgE;AAAvD,mHAAA,OAAO,OAAa;AAC7B,+EAA8F;AAArF,iJAAA,OAAO,OAA4B;AAC5C,2DAA6E;AAApE,6HAAA,OAAO,OAAoB;AACpC,2DAA8E;AAArE,6HAAA,OAAO,OAAoB;AACpC,6DAAgF;AAAvE,+HAAA,OAAO,OAAqB;AACrC,qDAAwE;AAA/D,uHAAA,OAAO,OAAiB;AACjC,mFAAsG;AAA7F,qJAAA,OAAO,OAAgC;AAChD,+DAAiF;AAAxE,gIAAA,OAAO,OAAqB;AACrC,2FAA8G;AAArG,6JAAA,OAAO,OAAoC;AACpD,6DAAgF;AAAvE,+HAAA,OAAO,OAAqB;AACrC,2EAA8F;AAArF,6IAAA,OAAO,OAA4B;AAC5C,qEAAwF;AAA/E,uIAAA,OAAO,OAAyB;AACzC,qDAAwE;AAA/D,uHAAA,OAAO,OAAiB;AACjC,qEAAwF;AAA/E,uIAAA,OAAO,OAAyB;AACzC,yDAA4E;AAAnE,2HAAA,OAAO,OAAmB;AACnC,qEAAwF;AAA/E,uIAAA,OAAO,OAAyB;AACzC,2FAA8G;AAArG,6JAAA,OAAO,OAAoC;AACpD,iGAAoH;AAA3G,mKAAA,OAAO,OAAuC;AACvD,qDAAwE;AAA/D,uHAAA,OAAO,OAAiB;AACjC,mFAA0G;AAAjG,yJAAA,OAAO,OAAoC"} \ No newline at end of file diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..ff055dc --- /dev/null +++ b/src/index.ts @@ -0,0 +1,76 @@ +export { default as IAddressAdmin } from "./Interfaces/Admin/IAddress"; +export { default as IBlockchainAnchorsAdmin } from "./Interfaces/Admin/IBlockchainAnchors"; +export { default as IContactAdmin } from "./Interfaces/Admin/IContact"; +export { default as ICustomerAdmin } from "./Interfaces/Admin/ICustomer"; +export { default as IDeedAdmin } from "./Interfaces/Admin/IDeed"; +export { default as IDeedHasDocumentTypeAdmin } from "./Interfaces/Admin/IDeedHasDocumentType"; +export { default as IDeedTypeAdmin } from "./Interfaces/Admin/IDeedTypes"; +export { default as IDeedTypeHasDocumentTypeAdmin } from "./Interfaces/Admin/IDeedTypeHasDocumentType"; +export { default as IDocumentAdmin } from "./Interfaces/Admin/IDocument"; +export { default as IDocumentHistoryAdmin } from "./Interfaces/Admin/IDocumentHistory"; +export { default as IDocumentTypeAdmin } from "./Interfaces/Admin/IDocumentType"; +export { default as IFileAdmin } from "./Interfaces/Admin/IFile"; +export { default as INotificationAdmin } from "./Interfaces/Admin/INotification"; +export { default as IOfficeAdmin } from "./Interfaces/Admin/IOffice"; +export { default as IOfficeFolderAdmin } from "./Interfaces/Admin/IOfficeFolder"; +export { default as IOfficeFolderHasCustomerAdmin } from "./Interfaces/Admin/IOfficeFolderHasCustomer"; +export { default as IOfficeFolderHasStakeholderAdmin } from "./Interfaces/Admin/IOfficeFolderHasStakeholder"; +export { default as IUserAdmin } from "./Interfaces/Admin/IUser"; +export { default as IUserHasNotificationAdmin } from "./Interfaces/Admin/IUserHasNotification"; +export { default as IAddressSuperAdmin } from "./Interfaces/SuperAdmin/IAddress"; +export { default as IBlockchainAnchorsSuperAdmin } from "./Interfaces/SuperAdmin/IBlockchainAnchors"; +export { default as IContactSuperAdmin } from "./Interfaces/SuperAdmin/IContact"; +export { default as ICustomerSuperAdmin } from "./Interfaces/SuperAdmin/ICustomer"; +export { default as IDeedSuperAdmin } from "./Interfaces/SuperAdmin/IDeed"; +export { default as IDeedHasDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/IDeedHasDocumentType"; +export { default as IDeedTypeSuperAdmin } from "./Interfaces/SuperAdmin/IDeedTypes"; +export { default as IDeedTypeHasDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/IDeedTypeHasDocumentType"; +export { default as IDocumentSuperAdmin } from "./Interfaces/SuperAdmin/IDocument"; +export { default as IDocumentHistorySuperAdmin } from "./Interfaces/SuperAdmin/IDocumentHistory"; +export { default as IDocumentTypeSuperAdmin } from "./Interfaces/SuperAdmin/IDocumentType"; +export { default as IFileSuperAdmin } from "./Interfaces/SuperAdmin/IFile"; +export { default as INotificationSuperAdmin } from "./Interfaces/SuperAdmin/INotification"; +export { default as IOfficeSuperAdmin } from "./Interfaces/SuperAdmin/IOffice"; +export { default as IOfficeFolderSuperAdmin } from "./Interfaces/SuperAdmin/IOfficeFolder"; +export { default as IOfficeFolderHasCustomerSuperAdmin } from "./Interfaces/SuperAdmin/IOfficeFolderHasCustomer"; +export { default as IOfficeFolderHasStakeholderSuperAdmin } from "./Interfaces/SuperAdmin/IOfficeFolderHasStakeholder"; +export { default as IUserSuperAdmin } from "./Interfaces/SuperAdmin/IUser"; +export { default as IUserHasNotificationSuperAdmin } from "./Interfaces/SuperAdmin/IUserHasNotification"; +export { default as IAddressUser } from "./Interfaces/User/IAddress"; +export { default as IContactUser } from "./Interfaces/User/IContact"; +export { default as ICustomerUser } from "./Interfaces/User/ICustomer"; +export { default as IDeedUser } from "./Interfaces/User/IDeed"; +export { default as IDeedHasDocumentTypeUser } from "./Interfaces/User/IDeedHasDocumentType"; +export { default as IDeedTypeUser } from "./Interfaces/User/IDeedTypes"; +export { default as IDeedTypeHasDocumentTypeUser } from "./Interfaces/User/IDeedTypeHasDocumentType"; +export { default as IDocumentUser } from "./Interfaces/User/IDocument"; +export { default as IDocumentHistoryUser } from "./Interfaces/User/IDocumentHistory"; +export { default as IDocumentTypeUser } from "./Interfaces/User/IDocumentType"; +export { default as IFileUser } from "./Interfaces/User/IFile"; +export { default as INotificationUser } from "./Interfaces/User/INotification"; +export { default as IOfficeUser } from "./Interfaces/User/IOffice"; +export { default as IOfficeFolderUser } from "./Interfaces/User/IOfficeFolder"; +export { default as IOfficeFolderHasCustomerUser } from "./Interfaces/User/IOfficeFolderHasCustomer"; +export { default as IOfficeFolderHasStakeholderUser } from "./Interfaces/User/IOfficeFolderHasStakeholder"; +export { default as IUserUser } from "./Interfaces/User/IUser"; +export { default as IUserHasNotificationUser } from "./Interfaces/User/IUserHasNotification"; +export { default as IAddressCustomer } from "./Interfaces/Customer/IAddress"; +export { default as IContactCustomer } from "./Interfaces/Customer/IContact"; +export { default as ICustomerCustomer } from "./Interfaces/Customer/ICustomer"; +export { default as IDeedCustomer } from "./Interfaces/Customer/IDeed"; +export { default as IDeedHasDocumentTypeCustomer } from "./Interfaces/Customer/IDeedHasDocumentType"; +export { default as IDeedTypeCustomer } from "./Interfaces/Customer/IDeedTypes"; +export { default as IDeedTypeHasDocumentTypeCustomer } from "./Interfaces/Customer/IDeedTypeHasDocumentType"; +export { default as IDocumentCustomer } from "./Interfaces/Customer/IDocument"; +export { default as IDocumentHistoryCustomer } from "./Interfaces/Customer/IDocumentHistory"; +export { default as IDocumentTypeCustomer } from "./Interfaces/Customer/IDocumentType"; +export { default as IFileCustomer } from "./Interfaces/Customer/IFile"; +export { default as INotificationCustomer } from "./Interfaces/Customer/INotification"; +export { default as IOfficeCustomer } from "./Interfaces/Customer/IOffice"; +export { default as IOfficeFolderCustomer } from "./Interfaces/Customer/IOfficeFolder"; +export { default as IOfficeFolderHasCustomerCustomer } from "./Interfaces/Customer/IOfficeFolderHasCustomer"; +export { default as IOfficeFolderHasStakeholderCustomer } from "./Interfaces/Customer/IOfficeFolderHasStakeholder"; +export { default as IUserCustomer } from "./Interfaces/Customer/IUser"; +export { default as ICustomerHasNotificationCustomer } from "./Interfaces/Customer/IUserHasNotification"; + +