@dynamatix/gb-schemas 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/applicants/applicant.model.js +10 -10
- package/dist/applicants/index.d.ts +1 -1
- package/dist/applicants/index.d.ts.map +1 -1
- package/dist/applicants/index.js +1 -1
- package/dist/applications/application.model.js +4 -4
- package/dist/applications/index.d.ts +17 -17
- package/dist/applications/index.d.ts.map +1 -1
- package/dist/applications/index.js +17 -17
- package/dist/product-catalogues/index.d.ts +3 -3
- package/dist/product-catalogues/index.d.ts.map +1 -1
- package/dist/product-catalogues/index.js +3 -3
- package/dist/properties/index.d.ts +1 -1
- package/dist/properties/index.d.ts.map +1 -1
- package/dist/properties/index.js +1 -1
- package/dist/shared/index.d.ts +10 -10
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/shared/index.js +10 -10
- package/dist/underwriter/index.d.ts +1 -1
- package/dist/underwriter/index.d.ts.map +1 -1
- package/dist/underwriter/index.js +1 -1
- package/dist/users/index.d.ts +6 -6
- package/dist/users/index.d.ts.map +1 -1
- package/dist/users/index.js +6 -6
- package/package.json +35 -9
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import mongoose from "mongoose";
|
|
2
|
-
import applicantCreditDataSchema from "./applicant-credit-data.model
|
|
3
|
-
import applicantRiskNarrativeSchema from "./applicant-risk-narrative.model
|
|
4
|
-
import applicantOtherIncomeSchema from "./applicant-other-income.model
|
|
5
|
-
import applicantIncomeSourceSchema from "./applicant-income-source.model
|
|
6
|
-
import applicantExpenditureSchema from "./applicant-expenditure.model
|
|
7
|
-
import applicantEmploymentSchema from "./applicant-employment.model
|
|
8
|
-
import applicantCommitmentSchema from "./applicant-commitment.model
|
|
9
|
-
import applicantDirectDebitSchema from "./applicant-direct-debit.model
|
|
10
|
-
import creditProfileSchema from "./applicant-credit-profile.model
|
|
11
|
-
import incomeSchema from "./applicant-income.model
|
|
2
|
+
import applicantCreditDataSchema from "./applicant-credit-data.model";
|
|
3
|
+
import applicantRiskNarrativeSchema from "./applicant-risk-narrative.model";
|
|
4
|
+
import applicantOtherIncomeSchema from "./applicant-other-income.model";
|
|
5
|
+
import applicantIncomeSourceSchema from "./applicant-income-source.model";
|
|
6
|
+
import applicantExpenditureSchema from "./applicant-expenditure.model";
|
|
7
|
+
import applicantEmploymentSchema from "./applicant-employment.model";
|
|
8
|
+
import applicantCommitmentSchema from "./applicant-commitment.model";
|
|
9
|
+
import applicantDirectDebitSchema from "./applicant-direct-debit.model";
|
|
10
|
+
import creditProfileSchema from "./applicant-credit-profile.model";
|
|
11
|
+
import incomeSchema from "./applicant-income.model";
|
|
12
12
|
const applicantSchema = new mongoose.Schema({
|
|
13
13
|
applicantId: { type: String, required: true },
|
|
14
14
|
addressCity: { type: String, default: null },
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as ApplicantModel } from './applicant.model
|
|
1
|
+
export { default as ApplicantModel } from './applicant.model';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../applicants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,cAAc,EAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../applicants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,cAAc,EAAC,MAAM,mBAAmB,CAAC"}
|
package/dist/applicants/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as ApplicantModel } from './applicant.model
|
|
1
|
+
export { default as ApplicantModel } from './applicant.model';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import mongoose from "mongoose";
|
|
2
|
-
import directDebitSchema from "./application-direct-debit.model
|
|
3
|
-
import creditProfileSchema from "./application-credit-profile.model
|
|
4
|
-
import mortgageSchema from "./application-mortgage.model
|
|
5
|
-
import productFeaturesSchema from "./productfeatures.model
|
|
2
|
+
import directDebitSchema from "./application-direct-debit.model";
|
|
3
|
+
import creditProfileSchema from "./application-credit-profile.model";
|
|
4
|
+
import mortgageSchema from "./application-mortgage.model";
|
|
5
|
+
import productFeaturesSchema from "./productfeatures.model";
|
|
6
6
|
const applicationSchema = new mongoose.Schema({
|
|
7
7
|
queueId: [{
|
|
8
8
|
type: mongoose.Schema.Types.ObjectId,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export { default as ApplicationModel } from './application.model
|
|
2
|
-
export { default as ApplicationAuditModel } from './application-audit.model
|
|
3
|
-
export { default as ApplicationCheckListModel } from './application-checklist-Item.model
|
|
1
|
+
export { default as ApplicationModel } from './application.model';
|
|
2
|
+
export { default as ApplicationAuditModel } from './application-audit.model';
|
|
3
|
+
export { default as ApplicationCheckListModel } from './application-checklist-Item.model';
|
|
4
4
|
export { default as ApplicationCompanyModel } from './application-company-model.js';
|
|
5
|
-
export { default as ApplicationNoteModel } from './application-note.model
|
|
6
|
-
export { default as ApplicationCreditProfileModel } from './application-credit-profile.model
|
|
7
|
-
export { default as ApplicationDirectDebitModel } from './application-direct-debit.model
|
|
8
|
-
export { default as ApplicationMortgageModel } from './application-mortgage.model
|
|
9
|
-
export { default as ApplicationOnboardingModel } from './application-onboarding.model
|
|
10
|
-
export { default as ApplicationRationaleModel } from './application-rationale.model
|
|
11
|
-
export { default as ApplicationValuationModel } from './application-valuation.model
|
|
12
|
-
export { default as BrokerModel } from './broker.model
|
|
13
|
-
export { default as ProductFeaturesModel } from './productfeatures.model
|
|
14
|
-
export { default as SolicitorModel } from './solicitor.model
|
|
15
|
-
export { default as ApplicationDocumentModel } from './application-document.model
|
|
16
|
-
export { default as ApplicationRiskNarrativeModel } from './application-risk-narrative.model
|
|
17
|
-
export { default as ApplicationFieldConfigModel } from './application-fieldconfig.model
|
|
18
|
-
export { default as DocumentModel } from './document.model
|
|
5
|
+
export { default as ApplicationNoteModel } from './application-note.model';
|
|
6
|
+
export { default as ApplicationCreditProfileModel } from './application-credit-profile.model';
|
|
7
|
+
export { default as ApplicationDirectDebitModel } from './application-direct-debit.model';
|
|
8
|
+
export { default as ApplicationMortgageModel } from './application-mortgage.model';
|
|
9
|
+
export { default as ApplicationOnboardingModel } from './application-onboarding.model';
|
|
10
|
+
export { default as ApplicationRationaleModel } from './application-rationale.model';
|
|
11
|
+
export { default as ApplicationValuationModel } from './application-valuation.model';
|
|
12
|
+
export { default as BrokerModel } from './broker.model';
|
|
13
|
+
export { default as ProductFeaturesModel } from './productfeatures.model';
|
|
14
|
+
export { default as SolicitorModel } from './solicitor.model';
|
|
15
|
+
export { default as ApplicationDocumentModel } from './application-document.model';
|
|
16
|
+
export { default as ApplicationRiskNarrativeModel } from './application-risk-narrative.model';
|
|
17
|
+
export { default as ApplicationFieldConfigModel } from './application-fieldconfig.model';
|
|
18
|
+
export { default as DocumentModel } from './document.model';
|
|
19
19
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../applications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../applications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAC1F,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAC,MAAM,kCAAkC,CAAA;AACxF,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AACvF,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAC9F,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export { default as ApplicationModel } from './application.model
|
|
2
|
-
export { default as ApplicationAuditModel } from './application-audit.model
|
|
3
|
-
export { default as ApplicationCheckListModel } from './application-checklist-Item.model
|
|
1
|
+
export { default as ApplicationModel } from './application.model';
|
|
2
|
+
export { default as ApplicationAuditModel } from './application-audit.model';
|
|
3
|
+
export { default as ApplicationCheckListModel } from './application-checklist-Item.model';
|
|
4
4
|
export { default as ApplicationCompanyModel } from './application-company-model.js';
|
|
5
|
-
export { default as ApplicationNoteModel } from './application-note.model
|
|
6
|
-
export { default as ApplicationCreditProfileModel } from './application-credit-profile.model
|
|
7
|
-
export { default as ApplicationDirectDebitModel } from './application-direct-debit.model
|
|
8
|
-
export { default as ApplicationMortgageModel } from './application-mortgage.model
|
|
9
|
-
export { default as ApplicationOnboardingModel } from './application-onboarding.model
|
|
10
|
-
export { default as ApplicationRationaleModel } from './application-rationale.model
|
|
11
|
-
export { default as ApplicationValuationModel } from './application-valuation.model
|
|
12
|
-
export { default as BrokerModel } from './broker.model
|
|
13
|
-
export { default as ProductFeaturesModel } from './productfeatures.model
|
|
14
|
-
export { default as SolicitorModel } from './solicitor.model
|
|
15
|
-
export { default as ApplicationDocumentModel } from './application-document.model
|
|
16
|
-
export { default as ApplicationRiskNarrativeModel } from './application-risk-narrative.model
|
|
17
|
-
export { default as ApplicationFieldConfigModel } from './application-fieldconfig.model
|
|
18
|
-
export { default as DocumentModel } from './document.model
|
|
5
|
+
export { default as ApplicationNoteModel } from './application-note.model';
|
|
6
|
+
export { default as ApplicationCreditProfileModel } from './application-credit-profile.model';
|
|
7
|
+
export { default as ApplicationDirectDebitModel } from './application-direct-debit.model';
|
|
8
|
+
export { default as ApplicationMortgageModel } from './application-mortgage.model';
|
|
9
|
+
export { default as ApplicationOnboardingModel } from './application-onboarding.model';
|
|
10
|
+
export { default as ApplicationRationaleModel } from './application-rationale.model';
|
|
11
|
+
export { default as ApplicationValuationModel } from './application-valuation.model';
|
|
12
|
+
export { default as BrokerModel } from './broker.model';
|
|
13
|
+
export { default as ProductFeaturesModel } from './productfeatures.model';
|
|
14
|
+
export { default as SolicitorModel } from './solicitor.model';
|
|
15
|
+
export { default as ApplicationDocumentModel } from './application-document.model';
|
|
16
|
+
export { default as ApplicationRiskNarrativeModel } from './application-risk-narrative.model';
|
|
17
|
+
export { default as ApplicationFieldConfigModel } from './application-fieldconfig.model';
|
|
18
|
+
export { default as DocumentModel } from './document.model';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { default as ProductCatalogueModel } from './product-catalogue.model
|
|
2
|
-
export { default as ProductDefinitionsModel } from './product-definitions.model
|
|
3
|
-
export { default as ProductVariantModel } from './product-variant.model
|
|
1
|
+
export { default as ProductCatalogueModel } from './product-catalogue.model';
|
|
2
|
+
export { default as ProductDefinitionsModel } from './product-definitions.model';
|
|
3
|
+
export { default as ProductVariantModel } from './product-variant.model';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../product-catalogues/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,qBAAqB,EAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../product-catalogues/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,qBAAqB,EAAC,MAAM,2BAA2B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAC,MAAM,yBAAyB,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default as ProductCatalogueModel } from './product-catalogue.model
|
|
2
|
-
export { default as ProductDefinitionsModel } from './product-definitions.model
|
|
3
|
-
export { default as ProductVariantModel } from './product-variant.model
|
|
1
|
+
export { default as ProductCatalogueModel } from './product-catalogue.model';
|
|
2
|
+
export { default as ProductDefinitionsModel } from './product-definitions.model';
|
|
3
|
+
export { default as ProductVariantModel } from './product-variant.model';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as PropertyModel } from './property.model
|
|
1
|
+
export { default as PropertyModel } from './property.model';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../properties/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../properties/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
|
package/dist/properties/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as PropertyModel } from './property.model
|
|
1
|
+
export { default as PropertyModel } from './property.model';
|
package/dist/shared/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { default as LookupGroupModel } from './lookup-group.model
|
|
2
|
-
export { default as LookupModel } from './lookup.model
|
|
3
|
-
export { default as SystemParameterModel } from './system-parameter.model
|
|
4
|
-
export { default as AlertModel } from './alert.model
|
|
5
|
-
export { default as CheckListModel } from './checklist.model
|
|
6
|
-
export { default as JobSettingModel } from './job-setting.model
|
|
7
|
-
export { default as TaskModel } from './task.model
|
|
8
|
-
export { default as ApprivoSyncJourneyModel } from './apprivo-sync-journey.model
|
|
9
|
-
export { default as JobRunModel } from './job-run.model
|
|
10
|
-
export { default as TaskDocumentTypeModel } from './task-document.model
|
|
1
|
+
export { default as LookupGroupModel } from './lookup-group.model';
|
|
2
|
+
export { default as LookupModel } from './lookup.model';
|
|
3
|
+
export { default as SystemParameterModel } from './system-parameter.model';
|
|
4
|
+
export { default as AlertModel } from './alert.model';
|
|
5
|
+
export { default as CheckListModel } from './checklist.model';
|
|
6
|
+
export { default as JobSettingModel } from './job-setting.model';
|
|
7
|
+
export { default as TaskModel } from './task.model';
|
|
8
|
+
export { default as ApprivoSyncJourneyModel } from './apprivo-sync-journey.model';
|
|
9
|
+
export { default as JobRunModel } from './job-run.model';
|
|
10
|
+
export { default as TaskDocumentTypeModel } from './task-document.model';
|
|
11
11
|
export { default as DocumentTypeModel } from './document-type-model.js';
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../shared/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../shared/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAC,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAC,MAAM,uBAAuB,CAAA;AACvE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC"}
|
package/dist/shared/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { default as LookupGroupModel } from './lookup-group.model
|
|
2
|
-
export { default as LookupModel } from './lookup.model
|
|
3
|
-
export { default as SystemParameterModel } from './system-parameter.model
|
|
4
|
-
export { default as AlertModel } from './alert.model
|
|
5
|
-
export { default as CheckListModel } from './checklist.model
|
|
6
|
-
export { default as JobSettingModel } from './job-setting.model
|
|
7
|
-
export { default as TaskModel } from './task.model
|
|
8
|
-
export { default as ApprivoSyncJourneyModel } from './apprivo-sync-journey.model
|
|
9
|
-
export { default as JobRunModel } from './job-run.model
|
|
10
|
-
export { default as TaskDocumentTypeModel } from './task-document.model
|
|
1
|
+
export { default as LookupGroupModel } from './lookup-group.model';
|
|
2
|
+
export { default as LookupModel } from './lookup.model';
|
|
3
|
+
export { default as SystemParameterModel } from './system-parameter.model';
|
|
4
|
+
export { default as AlertModel } from './alert.model';
|
|
5
|
+
export { default as CheckListModel } from './checklist.model';
|
|
6
|
+
export { default as JobSettingModel } from './job-setting.model';
|
|
7
|
+
export { default as TaskModel } from './task.model';
|
|
8
|
+
export { default as ApprivoSyncJourneyModel } from './apprivo-sync-journey.model';
|
|
9
|
+
export { default as JobRunModel } from './job-run.model';
|
|
10
|
+
export { default as TaskDocumentTypeModel } from './task-document.model';
|
|
11
11
|
export { default as DocumentTypeModel } from './document-type-model.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as UnderwriterModel } from './underwriter.model
|
|
1
|
+
export { default as UnderwriterModel } from './underwriter.model';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../underwriter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../underwriter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAC,MAAM,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as UnderwriterModel } from './underwriter.model
|
|
1
|
+
export { default as UnderwriterModel } from './underwriter.model';
|
package/dist/users/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { default as UserModel } from './user.model
|
|
2
|
-
export { default as RoleModel } from './role.model
|
|
3
|
-
export { default as RoleGroupModel } from './role-group.model
|
|
4
|
-
export { default as PermissionModel } from './permission.model
|
|
5
|
-
export { default as TasksModel } from './tasks.model
|
|
6
|
-
export { default as AuthLogModel } from './auth-log.model
|
|
1
|
+
export { default as UserModel } from './user.model';
|
|
2
|
+
export { default as RoleModel } from './role.model';
|
|
3
|
+
export { default as RoleGroupModel } from './role-group.model';
|
|
4
|
+
export { default as PermissionModel } from './permission.model';
|
|
5
|
+
export { default as TasksModel } from './tasks.model';
|
|
6
|
+
export { default as AuthLogModel } from './auth-log.model';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../users/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../users/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,kBAAkB,CAAC"}
|
package/dist/users/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as UserModel } from './user.model
|
|
2
|
-
export { default as RoleModel } from './role.model
|
|
3
|
-
export { default as RoleGroupModel } from './role-group.model
|
|
4
|
-
export { default as PermissionModel } from './permission.model
|
|
5
|
-
export { default as TasksModel } from './tasks.model
|
|
6
|
-
export { default as AuthLogModel } from './auth-log.model
|
|
1
|
+
export { default as UserModel } from './user.model';
|
|
2
|
+
export { default as RoleModel } from './role.model';
|
|
3
|
+
export { default as RoleGroupModel } from './role-group.model';
|
|
4
|
+
export { default as PermissionModel } from './permission.model';
|
|
5
|
+
export { default as TasksModel } from './tasks.model';
|
|
6
|
+
export { default as AuthLogModel } from './auth-log.model';
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamatix/gb-schemas",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "All the schemas for gatehouse bank back-end",
|
|
5
|
-
"main": "
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
6
7
|
"scripts": {
|
|
7
8
|
"build": "tsc",
|
|
8
9
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -26,13 +27,38 @@
|
|
|
26
27
|
"dist"
|
|
27
28
|
],
|
|
28
29
|
"exports": {
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"./
|
|
34
|
-
|
|
35
|
-
|
|
30
|
+
".": {
|
|
31
|
+
"import": "./dist/index.js",
|
|
32
|
+
"types": "./dist/index.d.ts"
|
|
33
|
+
},
|
|
34
|
+
"./applications": {
|
|
35
|
+
"import": "./dist/applications/index.js",
|
|
36
|
+
"types": "./dist/applications/index.d.ts"
|
|
37
|
+
},
|
|
38
|
+
"./applicants": {
|
|
39
|
+
"import": "./dist/applicants/index.js",
|
|
40
|
+
"types": "./dist/applicants/index.d.ts"
|
|
41
|
+
},
|
|
42
|
+
"./shared": {
|
|
43
|
+
"import": "./dist/shared/index.js",
|
|
44
|
+
"types": "./dist/shared/index.d.ts"
|
|
45
|
+
},
|
|
46
|
+
"./properties": {
|
|
47
|
+
"import": "./dist/properties/index.js",
|
|
48
|
+
"types": "./dist/properties/index.d.ts"
|
|
49
|
+
},
|
|
50
|
+
"./users": {
|
|
51
|
+
"import": "./dist/users/index.js",
|
|
52
|
+
"types": "./dist/users/index.d.ts"
|
|
53
|
+
},
|
|
54
|
+
"./product-catalogues": {
|
|
55
|
+
"import": "./dist/product-catalogues/index.js",
|
|
56
|
+
"types": "./dist/product-catalogues/index.d.ts"
|
|
57
|
+
},
|
|
58
|
+
"./underwriter": {
|
|
59
|
+
"import": "./dist/underwriter/index.js",
|
|
60
|
+
"types": "./dist/underwriter/index.d.ts"
|
|
61
|
+
}
|
|
36
62
|
},
|
|
37
63
|
"devDependencies": {
|
|
38
64
|
"@types/mongoose": "^5.11.96",
|