@cool-digital-solutions/interferir-models 1.5.8 → 1.5.9
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.
|
@@ -11,6 +11,7 @@ const companySsoConfigSchema = new mongoose_1.Schema({
|
|
|
11
11
|
spEntityId: { type: String, required: [true, 'spEntityId is required'] },
|
|
12
12
|
ssoLoginUrl: { type: String, required: [true, 'ssoLoginUrl is required'] },
|
|
13
13
|
idpCertificate: { type: String, required: [true, 'idpCertificate is required'] },
|
|
14
|
+
domains: { type: [String], default: [] },
|
|
14
15
|
createdBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
|
|
15
16
|
updatedBy: { type: mongoose_1.Schema.Types.ObjectId, ref: 'User', default: null },
|
|
16
17
|
createdDate: { type: Number, index: -1 },
|