@sphereon/ssi-sdk.data-store 0.18.2-next.9 → 0.18.2-unstable.13
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/LICENSE +201 -201
- package/README.md +77 -77
- package/dist/contact/AbstractContactStore.d.ts +23 -23
- package/dist/contact/AbstractContactStore.js +6 -6
- package/dist/contact/ContactStore.d.ts +32 -32
- package/dist/contact/ContactStore.js +365 -365
- package/dist/entities/contact/BaseConfigEntity.d.ts +6 -6
- package/dist/entities/contact/BaseConfigEntity.js +33 -33
- package/dist/entities/contact/BaseContactEntity.d.ts +9 -9
- package/dist/entities/contact/BaseContactEntity.js +53 -53
- package/dist/entities/contact/ConnectionEntity.d.ts +10 -10
- package/dist/entities/contact/ConnectionEntity.js +46 -46
- package/dist/entities/contact/ContactEntity.d.ts +16 -0
- package/dist/entities/contact/ContactEntity.d.ts.map +1 -0
- package/dist/entities/contact/ContactEntity.js +164 -0
- package/dist/entities/contact/ContactEntity.js.map +1 -0
- package/dist/entities/contact/CorrelationIdentifierEntity.d.ts +10 -10
- package/dist/entities/contact/CorrelationIdentifierEntity.js +71 -71
- package/dist/entities/contact/DidAuthConfigEntity.d.ts +6 -6
- package/dist/entities/contact/DidAuthConfigEntity.js +32 -32
- package/dist/entities/contact/ElectronicAddressEntity.d.ts +13 -13
- package/dist/entities/contact/ElectronicAddressEntity.js +91 -91
- package/dist/entities/contact/IdentityEntity.d.ts +20 -20
- package/dist/entities/contact/IdentityEntity.js +128 -128
- package/dist/entities/contact/IdentityMetadataItemEntity.d.ts +9 -9
- package/dist/entities/contact/IdentityMetadataItemEntity.js +68 -68
- package/dist/entities/contact/NaturalPersonEntity.d.ts +8 -8
- package/dist/entities/contact/NaturalPersonEntity.js +71 -71
- package/dist/entities/contact/OpenIdConfigEntity.d.ts +10 -10
- package/dist/entities/contact/OpenIdConfigEntity.js +48 -48
- package/dist/entities/contact/OrganizationEntity.d.ts +8 -8
- package/dist/entities/contact/OrganizationEntity.js +66 -66
- package/dist/entities/contact/PartyEntity.d.ts +19 -19
- package/dist/entities/contact/PartyEntity.js +131 -131
- package/dist/entities/contact/PartyRelationshipEntity.d.ts +12 -12
- package/dist/entities/contact/PartyRelationshipEntity.js +94 -94
- package/dist/entities/contact/PartyTypeEntity.d.ts +14 -14
- package/dist/entities/contact/PartyTypeEntity.js +103 -103
- package/dist/entities/eventLogger/AuditEventEntity.d.ts +26 -26
- package/dist/entities/eventLogger/AuditEventEntity.js +123 -123
- package/dist/entities/eventLogger/AuditEventEntity.js.map +1 -1
- package/dist/entities/issuanceBranding/BackgroundAttributesEntity.d.ts +10 -10
- package/dist/entities/issuanceBranding/BackgroundAttributesEntity.js +73 -73
- package/dist/entities/issuanceBranding/BaseLocaleBrandingEntity.d.ts +17 -17
- package/dist/entities/issuanceBranding/BaseLocaleBrandingEntity.js +119 -119
- package/dist/entities/issuanceBranding/CredentialBrandingEntity.d.ts +14 -14
- package/dist/entities/issuanceBranding/CredentialBrandingEntity.js +101 -101
- package/dist/entities/issuanceBranding/CredentialLocaleBrandingEntity.d.ts +8 -8
- package/dist/entities/issuanceBranding/CredentialLocaleBrandingEntity.js +48 -48
- package/dist/entities/issuanceBranding/ImageAttributesEntity.d.ts +13 -13
- package/dist/entities/issuanceBranding/ImageAttributesEntity.js +91 -91
- package/dist/entities/issuanceBranding/ImageDimensionsEntity.d.ts +8 -8
- package/dist/entities/issuanceBranding/ImageDimensionsEntity.js +38 -38
- package/dist/entities/issuanceBranding/IssuerBrandingEntity.d.ts +13 -13
- package/dist/entities/issuanceBranding/IssuerBrandingEntity.js +94 -94
- package/dist/entities/issuanceBranding/IssuerLocaleBrandingEntity.d.ts +8 -8
- package/dist/entities/issuanceBranding/IssuerLocaleBrandingEntity.js +48 -48
- package/dist/entities/issuanceBranding/TextAttributesEntity.d.ts +8 -8
- package/dist/entities/issuanceBranding/TextAttributesEntity.js +61 -61
- package/dist/entities/statusList2021/StatusList2021Entity.d.ts +18 -18
- package/dist/entities/statusList2021/StatusList2021Entity.js +114 -114
- package/dist/entities/statusList2021/StatusList2021EntryEntity.d.ts +10 -10
- package/dist/entities/statusList2021/StatusList2021EntryEntity.js +50 -50
- package/dist/entities/validators/index.d.ts +6 -6
- package/dist/entities/validators/index.js +26 -26
- package/dist/eventLogger/AbstractEventLoggerStore.d.ts +6 -6
- package/dist/eventLogger/AbstractEventLoggerStore.js +6 -6
- package/dist/eventLogger/EventLoggerStore.d.ts +12 -12
- package/dist/eventLogger/EventLoggerStore.js +43 -43
- package/dist/index.d.ts +41 -41
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +127 -131
- package/dist/index.js.map +1 -1
- package/dist/issuanceBranding/AbstractIssuanceBrandingStore.d.ts +19 -19
- package/dist/issuanceBranding/AbstractIssuanceBrandingStore.js +6 -6
- package/dist/issuanceBranding/IssuanceBrandingStore.d.ts +30 -30
- package/dist/issuanceBranding/IssuanceBrandingStore.js +374 -374
- package/dist/migrations/generic/1-CreateContacts.d.ts +6 -6
- package/dist/migrations/generic/1-CreateContacts.js +77 -77
- package/dist/migrations/generic/1-CreateIssuanceBranding.d.ts +7 -0
- package/dist/migrations/generic/1-CreateIssuanceBranding.d.ts.map +1 -0
- package/dist/migrations/generic/1-CreateIssuanceBranding.js +96 -0
- package/dist/migrations/generic/1-CreateIssuanceBranding.js.map +1 -0
- package/dist/migrations/generic/2-CreateContacts.d.ts +7 -0
- package/dist/migrations/generic/2-CreateContacts.d.ts.map +1 -0
- package/dist/migrations/generic/2-CreateContacts.js +78 -0
- package/dist/migrations/generic/2-CreateContacts.js.map +1 -0
- package/dist/migrations/generic/2-CreateIssuanceBranding.d.ts +6 -6
- package/dist/migrations/generic/2-CreateIssuanceBranding.js +77 -77
- package/dist/migrations/generic/3-CreateContacts.d.ts +6 -6
- package/dist/migrations/generic/3-CreateContacts.js +77 -77
- package/dist/migrations/generic/3-CreateStatusList.d.ts +7 -0
- package/dist/migrations/generic/3-CreateStatusList.d.ts.map +1 -0
- package/dist/migrations/generic/3-CreateStatusList.js +72 -0
- package/dist/migrations/generic/3-CreateStatusList.js.map +1 -0
- package/dist/migrations/generic/4-CreateStatusList.d.ts +6 -6
- package/dist/migrations/generic/4-CreateStatusList.js +71 -71
- package/dist/migrations/generic/5-CreateAuditEvents.d.ts +6 -6
- package/dist/migrations/generic/5-CreateAuditEvents.js +77 -77
- package/dist/migrations/generic/index.d.ts +16 -16
- package/dist/migrations/generic/index.js +27 -27
- package/dist/migrations/index.d.ts +1 -1
- package/dist/migrations/index.d.ts.map +1 -1
- package/dist/migrations/index.js +5 -9
- package/dist/migrations/index.js.map +1 -1
- package/dist/migrations/internal-migrations-ormconfig.d.ts +6 -6
- package/dist/migrations/internal-migrations-ormconfig.js +26 -26
- package/dist/migrations/postgres/1659463079428-CreateContacts.d.ts +6 -6
- package/dist/migrations/postgres/1659463079428-CreateContacts.js +56 -56
- package/dist/migrations/postgres/1685628974232-CreateIssuanceBranding.d.ts +6 -6
- package/dist/migrations/postgres/1685628974232-CreateIssuanceBranding.js +68 -68
- package/dist/migrations/postgres/1690925872592-CreateContacts.d.ts +6 -6
- package/dist/migrations/postgres/1690925872592-CreateContacts.js +68 -68
- package/dist/migrations/postgres/1693866470001-CreateStatusList.d.ts +6 -6
- package/dist/migrations/postgres/1693866470001-CreateStatusList.js +31 -31
- package/dist/migrations/postgres/1701634812183-CreateAuditEvents.d.ts +6 -6
- package/dist/migrations/postgres/1701634812183-CreateAuditEvents.js +42 -42
- package/dist/migrations/postgres/1701634812183-CreateAuditEvents.js.map +1 -1
- package/dist/migrations/postgres/CreateStatusList1693866470001-CreateStatusList.d.ts +7 -0
- package/dist/migrations/postgres/CreateStatusList1693866470001-CreateStatusList.d.ts.map +1 -0
- package/dist/migrations/postgres/CreateStatusList1693866470001-CreateStatusList.js +32 -0
- package/dist/migrations/postgres/CreateStatusList1693866470001-CreateStatusList.js.map +1 -0
- package/dist/migrations/postgres/uuid.d.ts +3 -0
- package/dist/migrations/postgres/uuid.d.ts.map +1 -0
- package/dist/migrations/postgres/uuid.js +25 -0
- package/dist/migrations/postgres/uuid.js.map +1 -0
- package/dist/migrations/sqlite/1659463069549-CreateContacts.d.ts +6 -6
- package/dist/migrations/sqlite/1659463069549-CreateContacts.js +78 -78
- package/dist/migrations/sqlite/1685628973231-CreateIssuanceBranding.d.ts +6 -6
- package/dist/migrations/sqlite/1685628973231-CreateIssuanceBranding.js +88 -88
- package/dist/migrations/sqlite/1690925872693-CreateContacts.d.ts +6 -6
- package/dist/migrations/sqlite/1690925872693-CreateContacts.js +107 -107
- package/dist/migrations/sqlite/1693866470000-CreateStatusList.d.ts +6 -6
- package/dist/migrations/sqlite/1693866470000-CreateStatusList.js +31 -31
- package/dist/migrations/sqlite/1701634819487-CreateAuditEvents.d.ts +6 -6
- package/dist/migrations/sqlite/1701634819487-CreateAuditEvents.js +28 -28
- package/dist/migrations/sqlite/1701634819487-CreateAuditEvents.js.map +1 -1
- package/dist/statusList/IStatusListStore.d.ts +19 -19
- package/dist/statusList/IStatusListStore.js +2 -2
- package/dist/statusList/StatusListStore.d.ts +35 -35
- package/dist/statusList/StatusListStore.js +212 -212
- package/dist/types/contact/IAbstractContactStore.d.ts +74 -74
- package/dist/types/contact/IAbstractContactStore.js +2 -2
- package/dist/types/contact/contact.d.ts +173 -173
- package/dist/types/contact/contact.js +25 -25
- package/dist/types/eventLogger/IAbstractEventLoggerStore.d.ts +9 -9
- package/dist/types/eventLogger/IAbstractEventLoggerStore.js +2 -2
- package/dist/types/eventLogger/eventLogger.d.ts +2 -2
- package/dist/types/eventLogger/eventLogger.js +2 -2
- package/dist/types/index.d.ts +9 -9
- package/dist/types/index.js +25 -25
- package/dist/types/issuanceBranding/IAbstractIssuanceBrandingStore.d.ts +58 -58
- package/dist/types/issuanceBranding/IAbstractIssuanceBrandingStore.js +2 -2
- package/dist/types/issuanceBranding/issuanceBranding.d.ts +114 -114
- package/dist/types/issuanceBranding/issuanceBranding.js +2 -2
- package/dist/types/statusList/IAbstractStatusListStore.d.ts +37 -37
- package/dist/types/statusList/IAbstractStatusListStore.js +2 -2
- package/dist/types/statusList/statusList.d.ts +24 -24
- package/dist/types/statusList/statusList.js +2 -2
- package/dist/types/validation/validation.d.ts +3 -3
- package/dist/types/validation/validation.js +2 -2
- package/dist/utils/ValidatorUtils.d.ts +3 -3
- package/dist/utils/ValidatorUtils.js +12 -12
- package/dist/utils/contact/MappingUtils.d.ts +46 -46
- package/dist/utils/contact/MappingUtils.js +290 -290
- package/package.json +4 -4
- package/src/__tests__/eventLogger.entities.test.ts +73 -73
- package/src/__tests__/eventLogger.store.test.ts +136 -136
- package/src/contact/ContactStore.ts +501 -501
- package/src/entities/eventLogger/AuditEventEntity.ts +99 -99
- package/src/entities/statusList2021/StatusList2021Entity.ts +96 -96
- package/src/eventLogger/AbstractEventLoggerStore.ts +7 -7
- package/src/eventLogger/EventLoggerStore.ts +62 -62
- package/src/index.ts +113 -119
- package/src/migrations/generic/1-CreateContacts.ts +66 -66
- package/src/migrations/generic/2-CreateIssuanceBranding.ts +64 -64
- package/src/migrations/generic/3-CreateContacts.ts +66 -66
- package/src/migrations/generic/4-CreateStatusList.ts +54 -54
- package/src/migrations/generic/5-CreateAuditEvents.ts +66 -66
- package/src/migrations/generic/index.ts +27 -27
- package/src/migrations/index.ts +1 -7
- package/src/migrations/postgres/1693866470001-CreateStatusList.ts +24 -24
- package/src/migrations/postgres/1701634812183-CreateAuditEvents.ts +33 -33
- package/src/migrations/sqlite/1690925872693-CreateContacts.ts +163 -163
- package/src/migrations/sqlite/1701634819487-CreateAuditEvents.ts +15 -15
- package/src/types/eventLogger/IAbstractEventLoggerStore.ts +12 -12
- package/src/types/eventLogger/eventLogger.ts +3 -3
- package/src/types/index.ts +9 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AbstractEventLoggerStore = void 0;
|
|
4
|
-
class AbstractEventLoggerStore {
|
|
5
|
-
}
|
|
6
|
-
exports.AbstractEventLoggerStore = AbstractEventLoggerStore;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AbstractEventLoggerStore = void 0;
|
|
4
|
+
class AbstractEventLoggerStore {
|
|
5
|
+
}
|
|
6
|
+
exports.AbstractEventLoggerStore = AbstractEventLoggerStore;
|
|
7
7
|
//# sourceMappingURL=AbstractEventLoggerStore.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { DataSource } from 'typeorm';
|
|
2
|
-
import { AuditLoggingEvent } from '@sphereon/ssi-sdk.core';
|
|
3
|
-
import { OrPromise } from '@sphereon/ssi-types';
|
|
4
|
-
import { AbstractEventLoggerStore } from './AbstractEventLoggerStore';
|
|
5
|
-
import { GetAuditEventsArgs, StoreAuditEventArgs } from '../types';
|
|
6
|
-
export declare class EventLoggerStore extends AbstractEventLoggerStore {
|
|
7
|
-
private readonly dbConnection;
|
|
8
|
-
constructor(dbConnection: OrPromise<DataSource>);
|
|
9
|
-
getAuditEvents: (args?: GetAuditEventsArgs) => Promise<Array<AuditLoggingEvent>>;
|
|
10
|
-
storeAuditEvent: (args: StoreAuditEventArgs) => Promise<AuditLoggingEvent>;
|
|
11
|
-
private auditEventFrom;
|
|
12
|
-
}
|
|
1
|
+
import { DataSource } from 'typeorm';
|
|
2
|
+
import { AuditLoggingEvent } from '@sphereon/ssi-sdk.core';
|
|
3
|
+
import { OrPromise } from '@sphereon/ssi-types';
|
|
4
|
+
import { AbstractEventLoggerStore } from './AbstractEventLoggerStore';
|
|
5
|
+
import { GetAuditEventsArgs, StoreAuditEventArgs } from '../types';
|
|
6
|
+
export declare class EventLoggerStore extends AbstractEventLoggerStore {
|
|
7
|
+
private readonly dbConnection;
|
|
8
|
+
constructor(dbConnection: OrPromise<DataSource>);
|
|
9
|
+
getAuditEvents: (args?: GetAuditEventsArgs) => Promise<Array<AuditLoggingEvent>>;
|
|
10
|
+
storeAuditEvent: (args: StoreAuditEventArgs) => Promise<AuditLoggingEvent>;
|
|
11
|
+
private auditEventFrom;
|
|
12
|
+
}
|
|
13
13
|
//# sourceMappingURL=EventLoggerStore.d.ts.map
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.EventLoggerStore = void 0;
|
|
16
|
-
const debug_1 = __importDefault(require("debug"));
|
|
17
|
-
const AbstractEventLoggerStore_1 = require("./AbstractEventLoggerStore");
|
|
18
|
-
const AuditEventEntity_1 = require("../entities/eventLogger/AuditEventEntity");
|
|
19
|
-
const debug = (0, debug_1.default)('sphereon:ssi-sdk:event-store');
|
|
20
|
-
class EventLoggerStore extends AbstractEventLoggerStore_1.AbstractEventLoggerStore {
|
|
21
|
-
constructor(dbConnection) {
|
|
22
|
-
super();
|
|
23
|
-
this.getAuditEvents = (args) => __awaiter(this, void 0, void 0, function* () {
|
|
24
|
-
const connection = yield this.dbConnection; // TODO apply everywhere
|
|
25
|
-
debug('Getting audit events', args);
|
|
26
|
-
const result = yield connection.getRepository(AuditEventEntity_1.AuditEventEntity).find(Object.assign({}, ((args === null || args === void 0 ? void 0 : args.filter) && { where: args === null || args === void 0 ? void 0 : args.filter })));
|
|
27
|
-
return result.map((event) => this.auditEventFrom(event));
|
|
28
|
-
});
|
|
29
|
-
this.storeAuditEvent = (args) => __awaiter(this, void 0, void 0, function* () {
|
|
30
|
-
const { event } = args;
|
|
31
|
-
const auditEventEntity = (0, AuditEventEntity_1.auditEventEntityFrom)(event);
|
|
32
|
-
const connection = yield this.dbConnection;
|
|
33
|
-
debug('Storing audit event', auditEventEntity);
|
|
34
|
-
const createdResult = yield connection.getRepository(AuditEventEntity_1.AuditEventEntity).save(auditEventEntity);
|
|
35
|
-
return this.auditEventFrom(createdResult);
|
|
36
|
-
});
|
|
37
|
-
this.auditEventFrom = (event) => {
|
|
38
|
-
return Object.assign(Object.assign({ id: event.id, description: event.description, timestamp: event.timestamp, level: event.level, correlationId: event.correlationId, actionType: event.actionType, actionSubType: event.actionSubType, initiatorType: event.initiatorType, partyAlias: event.partyAlias, partyCorrelationId: event.partyCorrelationId, partyCorrelationType: event.partyCorrelationType, subSystemType: event.subSystemType, system: event.system, systemAlias: event.systemAlias, systemCorrelationId: event.systemCorrelationId, systemCorrelationIdType: event.systemCorrelationIdType }, (event.data && { data: JSON.parse(event.data) })), (event.diagnosticData && { diagnosticData: JSON.parse(event.diagnosticData) }));
|
|
39
|
-
};
|
|
40
|
-
this.dbConnection = dbConnection;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.EventLoggerStore = EventLoggerStore;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.EventLoggerStore = void 0;
|
|
16
|
+
const debug_1 = __importDefault(require("debug"));
|
|
17
|
+
const AbstractEventLoggerStore_1 = require("./AbstractEventLoggerStore");
|
|
18
|
+
const AuditEventEntity_1 = require("../entities/eventLogger/AuditEventEntity");
|
|
19
|
+
const debug = (0, debug_1.default)('sphereon:ssi-sdk:event-store');
|
|
20
|
+
class EventLoggerStore extends AbstractEventLoggerStore_1.AbstractEventLoggerStore {
|
|
21
|
+
constructor(dbConnection) {
|
|
22
|
+
super();
|
|
23
|
+
this.getAuditEvents = (args) => __awaiter(this, void 0, void 0, function* () {
|
|
24
|
+
const connection = yield this.dbConnection; // TODO apply everywhere
|
|
25
|
+
debug('Getting audit events', args);
|
|
26
|
+
const result = yield connection.getRepository(AuditEventEntity_1.AuditEventEntity).find(Object.assign({}, ((args === null || args === void 0 ? void 0 : args.filter) && { where: args === null || args === void 0 ? void 0 : args.filter })));
|
|
27
|
+
return result.map((event) => this.auditEventFrom(event));
|
|
28
|
+
});
|
|
29
|
+
this.storeAuditEvent = (args) => __awaiter(this, void 0, void 0, function* () {
|
|
30
|
+
const { event } = args;
|
|
31
|
+
const auditEventEntity = (0, AuditEventEntity_1.auditEventEntityFrom)(event);
|
|
32
|
+
const connection = yield this.dbConnection;
|
|
33
|
+
debug('Storing audit event', auditEventEntity);
|
|
34
|
+
const createdResult = yield connection.getRepository(AuditEventEntity_1.AuditEventEntity).save(auditEventEntity);
|
|
35
|
+
return this.auditEventFrom(createdResult);
|
|
36
|
+
});
|
|
37
|
+
this.auditEventFrom = (event) => {
|
|
38
|
+
return Object.assign(Object.assign({ id: event.id, description: event.description, timestamp: event.timestamp, level: event.level, correlationId: event.correlationId, actionType: event.actionType, actionSubType: event.actionSubType, initiatorType: event.initiatorType, partyAlias: event.partyAlias, partyCorrelationId: event.partyCorrelationId, partyCorrelationType: event.partyCorrelationType, subSystemType: event.subSystemType, system: event.system, systemAlias: event.systemAlias, systemCorrelationId: event.systemCorrelationId, systemCorrelationIdType: event.systemCorrelationIdType }, (event.data && { data: JSON.parse(event.data) })), (event.diagnosticData && { diagnosticData: JSON.parse(event.diagnosticData) }));
|
|
39
|
+
};
|
|
40
|
+
this.dbConnection = dbConnection;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
exports.EventLoggerStore = EventLoggerStore;
|
|
44
44
|
//# sourceMappingURL=EventLoggerStore.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import { BaseConfigEntity } from './entities/contact/BaseConfigEntity';
|
|
2
|
-
import { BaseLocaleBrandingEntity } from './entities/issuanceBranding/BaseLocaleBrandingEntity';
|
|
3
|
-
import { BaseContactEntity } from './entities/contact/BaseContactEntity';
|
|
4
|
-
import { ConnectionEntity } from './entities/contact/ConnectionEntity';
|
|
5
|
-
import { PartyEntity } from './entities/contact/PartyEntity';
|
|
6
|
-
import { CorrelationIdentifierEntity } from './entities/contact/CorrelationIdentifierEntity';
|
|
7
|
-
import { DidAuthConfigEntity } from './entities/contact/DidAuthConfigEntity';
|
|
8
|
-
import { IdentityEntity } from './entities/contact/IdentityEntity';
|
|
9
|
-
import { IdentityMetadataItemEntity } from './entities/contact/IdentityMetadataItemEntity';
|
|
10
|
-
import { OpenIdConfigEntity } from './entities/contact/OpenIdConfigEntity';
|
|
11
|
-
import { BackgroundAttributesEntity, backgroundAttributesEntityFrom } from './entities/issuanceBranding/BackgroundAttributesEntity';
|
|
12
|
-
import { CredentialBrandingEntity, credentialBrandingEntityFrom } from './entities/issuanceBranding/CredentialBrandingEntity';
|
|
13
|
-
import { CredentialLocaleBrandingEntity, credentialLocaleBrandingEntityFrom } from './entities/issuanceBranding/CredentialLocaleBrandingEntity';
|
|
14
|
-
import { ImageAttributesEntity, imageAttributesEntityFrom } from './entities/issuanceBranding/ImageAttributesEntity';
|
|
15
|
-
import { ImageDimensionsEntity, imageDimensionsEntityFrom } from './entities/issuanceBranding/ImageDimensionsEntity';
|
|
16
|
-
import { IssuerLocaleBrandingEntity, issuerLocaleBrandingEntityFrom } from './entities/issuanceBranding/IssuerLocaleBrandingEntity';
|
|
17
|
-
import { IssuerBrandingEntity, issuerBrandingEntityFrom } from './entities/issuanceBranding/IssuerBrandingEntity';
|
|
18
|
-
import { TextAttributesEntity, textAttributesEntityFrom } from './entities/issuanceBranding/TextAttributesEntity';
|
|
19
|
-
import { StatusListEntity } from './entities/statusList2021/StatusList2021Entity';
|
|
20
|
-
import { StatusListEntryEntity } from './entities/statusList2021/StatusList2021EntryEntity';
|
|
21
|
-
import { IStatusListEntity, IStatusListEntryEntity } from './types';
|
|
22
|
-
import { PartyRelationshipEntity } from './entities/contact/PartyRelationshipEntity';
|
|
23
|
-
import { PartyTypeEntity } from './entities/contact/PartyTypeEntity';
|
|
24
|
-
import { ElectronicAddressEntity } from './entities/contact/ElectronicAddressEntity';
|
|
25
|
-
export { ContactStore } from './contact/ContactStore';
|
|
26
|
-
export { AbstractContactStore } from './contact/AbstractContactStore';
|
|
27
|
-
export { AbstractIssuanceBrandingStore } from './issuanceBranding/AbstractIssuanceBrandingStore';
|
|
28
|
-
export { IssuanceBrandingStore } from './issuanceBranding/IssuanceBrandingStore';
|
|
29
|
-
export { StatusListStore } from './statusList/StatusListStore';
|
|
30
|
-
import { AuditEventEntity, auditEventEntityFrom } from './entities/eventLogger/AuditEventEntity';
|
|
31
|
-
export { AbstractEventLoggerStore } from './eventLogger/AbstractEventLoggerStore';
|
|
32
|
-
export { EventLoggerStore } from './eventLogger/EventLoggerStore';
|
|
33
|
-
export { DataStoreMigrations
|
|
34
|
-
export * from './types';
|
|
35
|
-
export * from './utils/contact/MappingUtils';
|
|
36
|
-
export declare const DataStoreContactEntities: (typeof CorrelationIdentifierEntity | typeof IdentityMetadataItemEntity | typeof PartyTypeEntity | typeof PartyEntity | typeof BaseContactEntity | typeof PartyRelationshipEntity | typeof ConnectionEntity | typeof BaseConfigEntity)[];
|
|
37
|
-
export declare const DataStoreIssuanceBrandingEntities: (typeof ImageDimensionsEntity | typeof ImageAttributesEntity | typeof TextAttributesEntity | typeof BaseLocaleBrandingEntity | typeof CredentialBrandingEntity | typeof IssuerBrandingEntity)[];
|
|
38
|
-
export declare const DataStoreStatusListEntities: (typeof StatusListEntryEntity | typeof StatusListEntity)[];
|
|
39
|
-
export declare const DataStoreEventLoggerEntities: (typeof AuditEventEntity)[];
|
|
40
|
-
export declare const DataStoreEntities: (typeof StatusListEntryEntity | typeof StatusListEntity | typeof CorrelationIdentifierEntity | typeof IdentityMetadataItemEntity | typeof PartyTypeEntity | typeof PartyEntity | typeof BaseContactEntity | typeof PartyRelationshipEntity | typeof ConnectionEntity | typeof BaseConfigEntity | typeof ImageDimensionsEntity | typeof ImageAttributesEntity | typeof TextAttributesEntity | typeof BaseLocaleBrandingEntity | typeof CredentialBrandingEntity | typeof IssuerBrandingEntity | typeof AuditEventEntity)[];
|
|
41
|
-
export { BaseConfigEntity, ConnectionEntity, PartyEntity, CorrelationIdentifierEntity, DidAuthConfigEntity, IdentityEntity, IdentityMetadataItemEntity, OpenIdConfigEntity, BackgroundAttributesEntity, CredentialBrandingEntity, ImageAttributesEntity, ImageDimensionsEntity, BaseLocaleBrandingEntity, IssuerBrandingEntity, TextAttributesEntity, CredentialLocaleBrandingEntity, IssuerLocaleBrandingEntity, ElectronicAddressEntity, backgroundAttributesEntityFrom, credentialBrandingEntityFrom, imageAttributesEntityFrom, imageDimensionsEntityFrom, issuerBrandingEntityFrom, textAttributesEntityFrom, issuerLocaleBrandingEntityFrom, credentialLocaleBrandingEntityFrom, IStatusListEntity, IStatusListEntryEntity, StatusListEntity, StatusListEntryEntity, AuditEventEntity, auditEventEntityFrom, };
|
|
1
|
+
import { BaseConfigEntity } from './entities/contact/BaseConfigEntity';
|
|
2
|
+
import { BaseLocaleBrandingEntity } from './entities/issuanceBranding/BaseLocaleBrandingEntity';
|
|
3
|
+
import { BaseContactEntity } from './entities/contact/BaseContactEntity';
|
|
4
|
+
import { ConnectionEntity } from './entities/contact/ConnectionEntity';
|
|
5
|
+
import { PartyEntity } from './entities/contact/PartyEntity';
|
|
6
|
+
import { CorrelationIdentifierEntity } from './entities/contact/CorrelationIdentifierEntity';
|
|
7
|
+
import { DidAuthConfigEntity } from './entities/contact/DidAuthConfigEntity';
|
|
8
|
+
import { IdentityEntity } from './entities/contact/IdentityEntity';
|
|
9
|
+
import { IdentityMetadataItemEntity } from './entities/contact/IdentityMetadataItemEntity';
|
|
10
|
+
import { OpenIdConfigEntity } from './entities/contact/OpenIdConfigEntity';
|
|
11
|
+
import { BackgroundAttributesEntity, backgroundAttributesEntityFrom } from './entities/issuanceBranding/BackgroundAttributesEntity';
|
|
12
|
+
import { CredentialBrandingEntity, credentialBrandingEntityFrom } from './entities/issuanceBranding/CredentialBrandingEntity';
|
|
13
|
+
import { CredentialLocaleBrandingEntity, credentialLocaleBrandingEntityFrom } from './entities/issuanceBranding/CredentialLocaleBrandingEntity';
|
|
14
|
+
import { ImageAttributesEntity, imageAttributesEntityFrom } from './entities/issuanceBranding/ImageAttributesEntity';
|
|
15
|
+
import { ImageDimensionsEntity, imageDimensionsEntityFrom } from './entities/issuanceBranding/ImageDimensionsEntity';
|
|
16
|
+
import { IssuerLocaleBrandingEntity, issuerLocaleBrandingEntityFrom } from './entities/issuanceBranding/IssuerLocaleBrandingEntity';
|
|
17
|
+
import { IssuerBrandingEntity, issuerBrandingEntityFrom } from './entities/issuanceBranding/IssuerBrandingEntity';
|
|
18
|
+
import { TextAttributesEntity, textAttributesEntityFrom } from './entities/issuanceBranding/TextAttributesEntity';
|
|
19
|
+
import { StatusListEntity } from './entities/statusList2021/StatusList2021Entity';
|
|
20
|
+
import { StatusListEntryEntity } from './entities/statusList2021/StatusList2021EntryEntity';
|
|
21
|
+
import { IStatusListEntity, IStatusListEntryEntity } from './types';
|
|
22
|
+
import { PartyRelationshipEntity } from './entities/contact/PartyRelationshipEntity';
|
|
23
|
+
import { PartyTypeEntity } from './entities/contact/PartyTypeEntity';
|
|
24
|
+
import { ElectronicAddressEntity } from './entities/contact/ElectronicAddressEntity';
|
|
25
|
+
export { ContactStore } from './contact/ContactStore';
|
|
26
|
+
export { AbstractContactStore } from './contact/AbstractContactStore';
|
|
27
|
+
export { AbstractIssuanceBrandingStore } from './issuanceBranding/AbstractIssuanceBrandingStore';
|
|
28
|
+
export { IssuanceBrandingStore } from './issuanceBranding/IssuanceBrandingStore';
|
|
29
|
+
export { StatusListStore } from './statusList/StatusListStore';
|
|
30
|
+
import { AuditEventEntity, auditEventEntityFrom } from './entities/eventLogger/AuditEventEntity';
|
|
31
|
+
export { AbstractEventLoggerStore } from './eventLogger/AbstractEventLoggerStore';
|
|
32
|
+
export { EventLoggerStore } from './eventLogger/EventLoggerStore';
|
|
33
|
+
export { DataStoreMigrations } from './migrations';
|
|
34
|
+
export * from './types';
|
|
35
|
+
export * from './utils/contact/MappingUtils';
|
|
36
|
+
export declare const DataStoreContactEntities: (typeof CorrelationIdentifierEntity | typeof IdentityMetadataItemEntity | typeof PartyTypeEntity | typeof PartyEntity | typeof BaseContactEntity | typeof PartyRelationshipEntity | typeof ConnectionEntity | typeof BaseConfigEntity)[];
|
|
37
|
+
export declare const DataStoreIssuanceBrandingEntities: (typeof ImageDimensionsEntity | typeof ImageAttributesEntity | typeof TextAttributesEntity | typeof BaseLocaleBrandingEntity | typeof CredentialBrandingEntity | typeof IssuerBrandingEntity)[];
|
|
38
|
+
export declare const DataStoreStatusListEntities: (typeof StatusListEntryEntity | typeof StatusListEntity)[];
|
|
39
|
+
export declare const DataStoreEventLoggerEntities: (typeof AuditEventEntity)[];
|
|
40
|
+
export declare const DataStoreEntities: (typeof StatusListEntryEntity | typeof StatusListEntity | typeof CorrelationIdentifierEntity | typeof IdentityMetadataItemEntity | typeof PartyTypeEntity | typeof PartyEntity | typeof BaseContactEntity | typeof PartyRelationshipEntity | typeof ConnectionEntity | typeof BaseConfigEntity | typeof ImageDimensionsEntity | typeof ImageAttributesEntity | typeof TextAttributesEntity | typeof BaseLocaleBrandingEntity | typeof CredentialBrandingEntity | typeof IssuerBrandingEntity | typeof AuditEventEntity)[];
|
|
41
|
+
export { BaseConfigEntity, ConnectionEntity, PartyEntity, CorrelationIdentifierEntity, DidAuthConfigEntity, IdentityEntity, IdentityMetadataItemEntity, OpenIdConfigEntity, BackgroundAttributesEntity, CredentialBrandingEntity, ImageAttributesEntity, ImageDimensionsEntity, BaseLocaleBrandingEntity, IssuerBrandingEntity, TextAttributesEntity, CredentialLocaleBrandingEntity, IssuerLocaleBrandingEntity, ElectronicAddressEntity, backgroundAttributesEntityFrom, credentialBrandingEntityFrom, imageAttributesEntityFrom, imageDimensionsEntityFrom, issuerBrandingEntityFrom, textAttributesEntityFrom, issuerLocaleBrandingEntityFrom, credentialLocaleBrandingEntityFrom, IStatusListEntity, IStatusListEntryEntity, StatusListEntity, StatusListEntryEntity, AuditEventEntity, auditEventEntityFrom, };
|
|
42
42
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAA;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,sDAAsD,CAAA;AAC/F,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAA;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qCAAqC,CAAA;AACtE,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAA;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,gDAAgD,CAAA;AAC5F,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAA;AAC5E,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAA;AAC1F,OAAO,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAA;AAC1E,OAAO,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,MAAM,wDAAwD,CAAA;AACnI,OAAO,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,MAAM,sDAAsD,CAAA;AAC7H,OAAO,EAAE,8BAA8B,EAAE,kCAAkC,EAAE,MAAM,4DAA4D,CAAA;AAC/I,OAAO,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,mDAAmD,CAAA;AACpH,OAAO,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,mDAAmD,CAAA;AACpH,OAAO,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,MAAM,wDAAwD,CAAA;AACnI,OAAO,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAA;AACjH,OAAO,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAA;AACjH,OAAO,EAAE,gBAAgB,EAAE,MAAM,gDAAgD,CAAA;AACjF,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAA;AAC3F,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AACnE,OAAO,EAAE,uBAAuB,EAAE,MAAM,4CAA4C,CAAA;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAA;AAGpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,4CAA4C,CAAA;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AACrE,OAAO,EAAE,6BAA6B,EAAE,MAAM,kDAAkD,CAAA;AAChG,OAAO,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAA;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAA;AAC9D,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAA;AAChG,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAA;AACjF,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AACjE,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -1,132 +1,128 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.auditEventEntityFrom = exports.AuditEventEntity = exports.StatusListEntryEntity = exports.StatusListEntity = exports.credentialLocaleBrandingEntityFrom = exports.issuerLocaleBrandingEntityFrom = exports.textAttributesEntityFrom = exports.issuerBrandingEntityFrom = exports.imageDimensionsEntityFrom = exports.imageAttributesEntityFrom = exports.credentialBrandingEntityFrom = exports.backgroundAttributesEntityFrom = exports.ElectronicAddressEntity = exports.IssuerLocaleBrandingEntity = exports.CredentialLocaleBrandingEntity = exports.TextAttributesEntity = exports.IssuerBrandingEntity = exports.BaseLocaleBrandingEntity = exports.ImageDimensionsEntity = exports.ImageAttributesEntity = exports.CredentialBrandingEntity = exports.BackgroundAttributesEntity = exports.OpenIdConfigEntity = exports.IdentityMetadataItemEntity = exports.IdentityEntity = exports.DidAuthConfigEntity = exports.CorrelationIdentifierEntity = exports.PartyEntity = exports.ConnectionEntity = exports.BaseConfigEntity = exports.DataStoreEntities = exports.DataStoreEventLoggerEntities = exports.DataStoreStatusListEntities = exports.DataStoreIssuanceBrandingEntities = exports.DataStoreContactEntities = exports.
|
|
18
|
-
const BaseConfigEntity_1 = require("./entities/contact/BaseConfigEntity");
|
|
19
|
-
Object.defineProperty(exports, "BaseConfigEntity", { enumerable: true, get: function () { return BaseConfigEntity_1.BaseConfigEntity; } });
|
|
20
|
-
const BaseLocaleBrandingEntity_1 = require("./entities/issuanceBranding/BaseLocaleBrandingEntity");
|
|
21
|
-
Object.defineProperty(exports, "BaseLocaleBrandingEntity", { enumerable: true, get: function () { return BaseLocaleBrandingEntity_1.BaseLocaleBrandingEntity; } });
|
|
22
|
-
const BaseContactEntity_1 = require("./entities/contact/BaseContactEntity");
|
|
23
|
-
const ConnectionEntity_1 = require("./entities/contact/ConnectionEntity");
|
|
24
|
-
Object.defineProperty(exports, "ConnectionEntity", { enumerable: true, get: function () { return ConnectionEntity_1.ConnectionEntity; } });
|
|
25
|
-
const PartyEntity_1 = require("./entities/contact/PartyEntity");
|
|
26
|
-
Object.defineProperty(exports, "PartyEntity", { enumerable: true, get: function () { return PartyEntity_1.PartyEntity; } });
|
|
27
|
-
const CorrelationIdentifierEntity_1 = require("./entities/contact/CorrelationIdentifierEntity");
|
|
28
|
-
Object.defineProperty(exports, "CorrelationIdentifierEntity", { enumerable: true, get: function () { return CorrelationIdentifierEntity_1.CorrelationIdentifierEntity; } });
|
|
29
|
-
const DidAuthConfigEntity_1 = require("./entities/contact/DidAuthConfigEntity");
|
|
30
|
-
Object.defineProperty(exports, "DidAuthConfigEntity", { enumerable: true, get: function () { return DidAuthConfigEntity_1.DidAuthConfigEntity; } });
|
|
31
|
-
const IdentityEntity_1 = require("./entities/contact/IdentityEntity");
|
|
32
|
-
Object.defineProperty(exports, "IdentityEntity", { enumerable: true, get: function () { return IdentityEntity_1.IdentityEntity; } });
|
|
33
|
-
const IdentityMetadataItemEntity_1 = require("./entities/contact/IdentityMetadataItemEntity");
|
|
34
|
-
Object.defineProperty(exports, "IdentityMetadataItemEntity", { enumerable: true, get: function () { return IdentityMetadataItemEntity_1.IdentityMetadataItemEntity; } });
|
|
35
|
-
const OpenIdConfigEntity_1 = require("./entities/contact/OpenIdConfigEntity");
|
|
36
|
-
Object.defineProperty(exports, "OpenIdConfigEntity", { enumerable: true, get: function () { return OpenIdConfigEntity_1.OpenIdConfigEntity; } });
|
|
37
|
-
const BackgroundAttributesEntity_1 = require("./entities/issuanceBranding/BackgroundAttributesEntity");
|
|
38
|
-
Object.defineProperty(exports, "BackgroundAttributesEntity", { enumerable: true, get: function () { return BackgroundAttributesEntity_1.BackgroundAttributesEntity; } });
|
|
39
|
-
Object.defineProperty(exports, "backgroundAttributesEntityFrom", { enumerable: true, get: function () { return BackgroundAttributesEntity_1.backgroundAttributesEntityFrom; } });
|
|
40
|
-
const CredentialBrandingEntity_1 = require("./entities/issuanceBranding/CredentialBrandingEntity");
|
|
41
|
-
Object.defineProperty(exports, "CredentialBrandingEntity", { enumerable: true, get: function () { return CredentialBrandingEntity_1.CredentialBrandingEntity; } });
|
|
42
|
-
Object.defineProperty(exports, "credentialBrandingEntityFrom", { enumerable: true, get: function () { return CredentialBrandingEntity_1.credentialBrandingEntityFrom; } });
|
|
43
|
-
const CredentialLocaleBrandingEntity_1 = require("./entities/issuanceBranding/CredentialLocaleBrandingEntity");
|
|
44
|
-
Object.defineProperty(exports, "CredentialLocaleBrandingEntity", { enumerable: true, get: function () { return CredentialLocaleBrandingEntity_1.CredentialLocaleBrandingEntity; } });
|
|
45
|
-
Object.defineProperty(exports, "credentialLocaleBrandingEntityFrom", { enumerable: true, get: function () { return CredentialLocaleBrandingEntity_1.credentialLocaleBrandingEntityFrom; } });
|
|
46
|
-
const ImageAttributesEntity_1 = require("./entities/issuanceBranding/ImageAttributesEntity");
|
|
47
|
-
Object.defineProperty(exports, "ImageAttributesEntity", { enumerable: true, get: function () { return ImageAttributesEntity_1.ImageAttributesEntity; } });
|
|
48
|
-
Object.defineProperty(exports, "imageAttributesEntityFrom", { enumerable: true, get: function () { return ImageAttributesEntity_1.imageAttributesEntityFrom; } });
|
|
49
|
-
const ImageDimensionsEntity_1 = require("./entities/issuanceBranding/ImageDimensionsEntity");
|
|
50
|
-
Object.defineProperty(exports, "ImageDimensionsEntity", { enumerable: true, get: function () { return ImageDimensionsEntity_1.ImageDimensionsEntity; } });
|
|
51
|
-
Object.defineProperty(exports, "imageDimensionsEntityFrom", { enumerable: true, get: function () { return ImageDimensionsEntity_1.imageDimensionsEntityFrom; } });
|
|
52
|
-
const IssuerLocaleBrandingEntity_1 = require("./entities/issuanceBranding/IssuerLocaleBrandingEntity");
|
|
53
|
-
Object.defineProperty(exports, "IssuerLocaleBrandingEntity", { enumerable: true, get: function () { return IssuerLocaleBrandingEntity_1.IssuerLocaleBrandingEntity; } });
|
|
54
|
-
Object.defineProperty(exports, "issuerLocaleBrandingEntityFrom", { enumerable: true, get: function () { return IssuerLocaleBrandingEntity_1.issuerLocaleBrandingEntityFrom; } });
|
|
55
|
-
const IssuerBrandingEntity_1 = require("./entities/issuanceBranding/IssuerBrandingEntity");
|
|
56
|
-
Object.defineProperty(exports, "IssuerBrandingEntity", { enumerable: true, get: function () { return IssuerBrandingEntity_1.IssuerBrandingEntity; } });
|
|
57
|
-
Object.defineProperty(exports, "issuerBrandingEntityFrom", { enumerable: true, get: function () { return IssuerBrandingEntity_1.issuerBrandingEntityFrom; } });
|
|
58
|
-
const TextAttributesEntity_1 = require("./entities/issuanceBranding/TextAttributesEntity");
|
|
59
|
-
Object.defineProperty(exports, "TextAttributesEntity", { enumerable: true, get: function () { return TextAttributesEntity_1.TextAttributesEntity; } });
|
|
60
|
-
Object.defineProperty(exports, "textAttributesEntityFrom", { enumerable: true, get: function () { return TextAttributesEntity_1.textAttributesEntityFrom; } });
|
|
61
|
-
const StatusList2021Entity_1 = require("./entities/statusList2021/StatusList2021Entity");
|
|
62
|
-
Object.defineProperty(exports, "StatusListEntity", { enumerable: true, get: function () { return StatusList2021Entity_1.StatusListEntity; } });
|
|
63
|
-
const StatusList2021EntryEntity_1 = require("./entities/statusList2021/StatusList2021EntryEntity");
|
|
64
|
-
Object.defineProperty(exports, "StatusListEntryEntity", { enumerable: true, get: function () { return StatusList2021EntryEntity_1.StatusListEntryEntity; } });
|
|
65
|
-
const PartyRelationshipEntity_1 = require("./entities/contact/PartyRelationshipEntity");
|
|
66
|
-
const PartyTypeEntity_1 = require("./entities/contact/PartyTypeEntity");
|
|
67
|
-
const OrganizationEntity_1 = require("./entities/contact/OrganizationEntity");
|
|
68
|
-
const NaturalPersonEntity_1 = require("./entities/contact/NaturalPersonEntity");
|
|
69
|
-
const ElectronicAddressEntity_1 = require("./entities/contact/ElectronicAddressEntity");
|
|
70
|
-
Object.defineProperty(exports, "ElectronicAddressEntity", { enumerable: true, get: function () { return ElectronicAddressEntity_1.ElectronicAddressEntity; } });
|
|
71
|
-
var ContactStore_1 = require("./contact/ContactStore");
|
|
72
|
-
Object.defineProperty(exports, "ContactStore", { enumerable: true, get: function () { return ContactStore_1.ContactStore; } });
|
|
73
|
-
var AbstractContactStore_1 = require("./contact/AbstractContactStore");
|
|
74
|
-
Object.defineProperty(exports, "AbstractContactStore", { enumerable: true, get: function () { return AbstractContactStore_1.AbstractContactStore; } });
|
|
75
|
-
var AbstractIssuanceBrandingStore_1 = require("./issuanceBranding/AbstractIssuanceBrandingStore");
|
|
76
|
-
Object.defineProperty(exports, "AbstractIssuanceBrandingStore", { enumerable: true, get: function () { return AbstractIssuanceBrandingStore_1.AbstractIssuanceBrandingStore; } });
|
|
77
|
-
var IssuanceBrandingStore_1 = require("./issuanceBranding/IssuanceBrandingStore");
|
|
78
|
-
Object.defineProperty(exports, "IssuanceBrandingStore", { enumerable: true, get: function () { return IssuanceBrandingStore_1.IssuanceBrandingStore; } });
|
|
79
|
-
var StatusListStore_1 = require("./statusList/StatusListStore");
|
|
80
|
-
Object.defineProperty(exports, "StatusListStore", { enumerable: true, get: function () { return StatusListStore_1.StatusListStore; } });
|
|
81
|
-
const AuditEventEntity_1 = require("./entities/eventLogger/AuditEventEntity");
|
|
82
|
-
Object.defineProperty(exports, "AuditEventEntity", { enumerable: true, get: function () { return AuditEventEntity_1.AuditEventEntity; } });
|
|
83
|
-
Object.defineProperty(exports, "auditEventEntityFrom", { enumerable: true, get: function () { return AuditEventEntity_1.auditEventEntityFrom; } });
|
|
84
|
-
var AbstractEventLoggerStore_1 = require("./eventLogger/AbstractEventLoggerStore");
|
|
85
|
-
Object.defineProperty(exports, "AbstractEventLoggerStore", { enumerable: true, get: function () { return AbstractEventLoggerStore_1.AbstractEventLoggerStore; } });
|
|
86
|
-
var EventLoggerStore_1 = require("./eventLogger/EventLoggerStore");
|
|
87
|
-
Object.defineProperty(exports, "EventLoggerStore", { enumerable: true, get: function () { return EventLoggerStore_1.EventLoggerStore; } });
|
|
88
|
-
var migrations_1 = require("./migrations");
|
|
89
|
-
Object.defineProperty(exports, "DataStoreMigrations", { enumerable: true, get: function () { return migrations_1.DataStoreMigrations; } });
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
exports.
|
|
124
|
-
exports.
|
|
125
|
-
|
|
126
|
-
exports.
|
|
127
|
-
|
|
128
|
-
...exports.DataStoreIssuanceBrandingEntities,
|
|
129
|
-
...exports.DataStoreStatusListEntities,
|
|
130
|
-
...exports.DataStoreEventLoggerEntities,
|
|
131
|
-
];
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.auditEventEntityFrom = exports.AuditEventEntity = exports.StatusListEntryEntity = exports.StatusListEntity = exports.credentialLocaleBrandingEntityFrom = exports.issuerLocaleBrandingEntityFrom = exports.textAttributesEntityFrom = exports.issuerBrandingEntityFrom = exports.imageDimensionsEntityFrom = exports.imageAttributesEntityFrom = exports.credentialBrandingEntityFrom = exports.backgroundAttributesEntityFrom = exports.ElectronicAddressEntity = exports.IssuerLocaleBrandingEntity = exports.CredentialLocaleBrandingEntity = exports.TextAttributesEntity = exports.IssuerBrandingEntity = exports.BaseLocaleBrandingEntity = exports.ImageDimensionsEntity = exports.ImageAttributesEntity = exports.CredentialBrandingEntity = exports.BackgroundAttributesEntity = exports.OpenIdConfigEntity = exports.IdentityMetadataItemEntity = exports.IdentityEntity = exports.DidAuthConfigEntity = exports.CorrelationIdentifierEntity = exports.PartyEntity = exports.ConnectionEntity = exports.BaseConfigEntity = exports.DataStoreEntities = exports.DataStoreEventLoggerEntities = exports.DataStoreStatusListEntities = exports.DataStoreIssuanceBrandingEntities = exports.DataStoreContactEntities = exports.DataStoreMigrations = exports.EventLoggerStore = exports.AbstractEventLoggerStore = exports.StatusListStore = exports.IssuanceBrandingStore = exports.AbstractIssuanceBrandingStore = exports.AbstractContactStore = exports.ContactStore = void 0;
|
|
18
|
+
const BaseConfigEntity_1 = require("./entities/contact/BaseConfigEntity");
|
|
19
|
+
Object.defineProperty(exports, "BaseConfigEntity", { enumerable: true, get: function () { return BaseConfigEntity_1.BaseConfigEntity; } });
|
|
20
|
+
const BaseLocaleBrandingEntity_1 = require("./entities/issuanceBranding/BaseLocaleBrandingEntity");
|
|
21
|
+
Object.defineProperty(exports, "BaseLocaleBrandingEntity", { enumerable: true, get: function () { return BaseLocaleBrandingEntity_1.BaseLocaleBrandingEntity; } });
|
|
22
|
+
const BaseContactEntity_1 = require("./entities/contact/BaseContactEntity");
|
|
23
|
+
const ConnectionEntity_1 = require("./entities/contact/ConnectionEntity");
|
|
24
|
+
Object.defineProperty(exports, "ConnectionEntity", { enumerable: true, get: function () { return ConnectionEntity_1.ConnectionEntity; } });
|
|
25
|
+
const PartyEntity_1 = require("./entities/contact/PartyEntity");
|
|
26
|
+
Object.defineProperty(exports, "PartyEntity", { enumerable: true, get: function () { return PartyEntity_1.PartyEntity; } });
|
|
27
|
+
const CorrelationIdentifierEntity_1 = require("./entities/contact/CorrelationIdentifierEntity");
|
|
28
|
+
Object.defineProperty(exports, "CorrelationIdentifierEntity", { enumerable: true, get: function () { return CorrelationIdentifierEntity_1.CorrelationIdentifierEntity; } });
|
|
29
|
+
const DidAuthConfigEntity_1 = require("./entities/contact/DidAuthConfigEntity");
|
|
30
|
+
Object.defineProperty(exports, "DidAuthConfigEntity", { enumerable: true, get: function () { return DidAuthConfigEntity_1.DidAuthConfigEntity; } });
|
|
31
|
+
const IdentityEntity_1 = require("./entities/contact/IdentityEntity");
|
|
32
|
+
Object.defineProperty(exports, "IdentityEntity", { enumerable: true, get: function () { return IdentityEntity_1.IdentityEntity; } });
|
|
33
|
+
const IdentityMetadataItemEntity_1 = require("./entities/contact/IdentityMetadataItemEntity");
|
|
34
|
+
Object.defineProperty(exports, "IdentityMetadataItemEntity", { enumerable: true, get: function () { return IdentityMetadataItemEntity_1.IdentityMetadataItemEntity; } });
|
|
35
|
+
const OpenIdConfigEntity_1 = require("./entities/contact/OpenIdConfigEntity");
|
|
36
|
+
Object.defineProperty(exports, "OpenIdConfigEntity", { enumerable: true, get: function () { return OpenIdConfigEntity_1.OpenIdConfigEntity; } });
|
|
37
|
+
const BackgroundAttributesEntity_1 = require("./entities/issuanceBranding/BackgroundAttributesEntity");
|
|
38
|
+
Object.defineProperty(exports, "BackgroundAttributesEntity", { enumerable: true, get: function () { return BackgroundAttributesEntity_1.BackgroundAttributesEntity; } });
|
|
39
|
+
Object.defineProperty(exports, "backgroundAttributesEntityFrom", { enumerable: true, get: function () { return BackgroundAttributesEntity_1.backgroundAttributesEntityFrom; } });
|
|
40
|
+
const CredentialBrandingEntity_1 = require("./entities/issuanceBranding/CredentialBrandingEntity");
|
|
41
|
+
Object.defineProperty(exports, "CredentialBrandingEntity", { enumerable: true, get: function () { return CredentialBrandingEntity_1.CredentialBrandingEntity; } });
|
|
42
|
+
Object.defineProperty(exports, "credentialBrandingEntityFrom", { enumerable: true, get: function () { return CredentialBrandingEntity_1.credentialBrandingEntityFrom; } });
|
|
43
|
+
const CredentialLocaleBrandingEntity_1 = require("./entities/issuanceBranding/CredentialLocaleBrandingEntity");
|
|
44
|
+
Object.defineProperty(exports, "CredentialLocaleBrandingEntity", { enumerable: true, get: function () { return CredentialLocaleBrandingEntity_1.CredentialLocaleBrandingEntity; } });
|
|
45
|
+
Object.defineProperty(exports, "credentialLocaleBrandingEntityFrom", { enumerable: true, get: function () { return CredentialLocaleBrandingEntity_1.credentialLocaleBrandingEntityFrom; } });
|
|
46
|
+
const ImageAttributesEntity_1 = require("./entities/issuanceBranding/ImageAttributesEntity");
|
|
47
|
+
Object.defineProperty(exports, "ImageAttributesEntity", { enumerable: true, get: function () { return ImageAttributesEntity_1.ImageAttributesEntity; } });
|
|
48
|
+
Object.defineProperty(exports, "imageAttributesEntityFrom", { enumerable: true, get: function () { return ImageAttributesEntity_1.imageAttributesEntityFrom; } });
|
|
49
|
+
const ImageDimensionsEntity_1 = require("./entities/issuanceBranding/ImageDimensionsEntity");
|
|
50
|
+
Object.defineProperty(exports, "ImageDimensionsEntity", { enumerable: true, get: function () { return ImageDimensionsEntity_1.ImageDimensionsEntity; } });
|
|
51
|
+
Object.defineProperty(exports, "imageDimensionsEntityFrom", { enumerable: true, get: function () { return ImageDimensionsEntity_1.imageDimensionsEntityFrom; } });
|
|
52
|
+
const IssuerLocaleBrandingEntity_1 = require("./entities/issuanceBranding/IssuerLocaleBrandingEntity");
|
|
53
|
+
Object.defineProperty(exports, "IssuerLocaleBrandingEntity", { enumerable: true, get: function () { return IssuerLocaleBrandingEntity_1.IssuerLocaleBrandingEntity; } });
|
|
54
|
+
Object.defineProperty(exports, "issuerLocaleBrandingEntityFrom", { enumerable: true, get: function () { return IssuerLocaleBrandingEntity_1.issuerLocaleBrandingEntityFrom; } });
|
|
55
|
+
const IssuerBrandingEntity_1 = require("./entities/issuanceBranding/IssuerBrandingEntity");
|
|
56
|
+
Object.defineProperty(exports, "IssuerBrandingEntity", { enumerable: true, get: function () { return IssuerBrandingEntity_1.IssuerBrandingEntity; } });
|
|
57
|
+
Object.defineProperty(exports, "issuerBrandingEntityFrom", { enumerable: true, get: function () { return IssuerBrandingEntity_1.issuerBrandingEntityFrom; } });
|
|
58
|
+
const TextAttributesEntity_1 = require("./entities/issuanceBranding/TextAttributesEntity");
|
|
59
|
+
Object.defineProperty(exports, "TextAttributesEntity", { enumerable: true, get: function () { return TextAttributesEntity_1.TextAttributesEntity; } });
|
|
60
|
+
Object.defineProperty(exports, "textAttributesEntityFrom", { enumerable: true, get: function () { return TextAttributesEntity_1.textAttributesEntityFrom; } });
|
|
61
|
+
const StatusList2021Entity_1 = require("./entities/statusList2021/StatusList2021Entity");
|
|
62
|
+
Object.defineProperty(exports, "StatusListEntity", { enumerable: true, get: function () { return StatusList2021Entity_1.StatusListEntity; } });
|
|
63
|
+
const StatusList2021EntryEntity_1 = require("./entities/statusList2021/StatusList2021EntryEntity");
|
|
64
|
+
Object.defineProperty(exports, "StatusListEntryEntity", { enumerable: true, get: function () { return StatusList2021EntryEntity_1.StatusListEntryEntity; } });
|
|
65
|
+
const PartyRelationshipEntity_1 = require("./entities/contact/PartyRelationshipEntity");
|
|
66
|
+
const PartyTypeEntity_1 = require("./entities/contact/PartyTypeEntity");
|
|
67
|
+
const OrganizationEntity_1 = require("./entities/contact/OrganizationEntity");
|
|
68
|
+
const NaturalPersonEntity_1 = require("./entities/contact/NaturalPersonEntity");
|
|
69
|
+
const ElectronicAddressEntity_1 = require("./entities/contact/ElectronicAddressEntity");
|
|
70
|
+
Object.defineProperty(exports, "ElectronicAddressEntity", { enumerable: true, get: function () { return ElectronicAddressEntity_1.ElectronicAddressEntity; } });
|
|
71
|
+
var ContactStore_1 = require("./contact/ContactStore");
|
|
72
|
+
Object.defineProperty(exports, "ContactStore", { enumerable: true, get: function () { return ContactStore_1.ContactStore; } });
|
|
73
|
+
var AbstractContactStore_1 = require("./contact/AbstractContactStore");
|
|
74
|
+
Object.defineProperty(exports, "AbstractContactStore", { enumerable: true, get: function () { return AbstractContactStore_1.AbstractContactStore; } });
|
|
75
|
+
var AbstractIssuanceBrandingStore_1 = require("./issuanceBranding/AbstractIssuanceBrandingStore");
|
|
76
|
+
Object.defineProperty(exports, "AbstractIssuanceBrandingStore", { enumerable: true, get: function () { return AbstractIssuanceBrandingStore_1.AbstractIssuanceBrandingStore; } });
|
|
77
|
+
var IssuanceBrandingStore_1 = require("./issuanceBranding/IssuanceBrandingStore");
|
|
78
|
+
Object.defineProperty(exports, "IssuanceBrandingStore", { enumerable: true, get: function () { return IssuanceBrandingStore_1.IssuanceBrandingStore; } });
|
|
79
|
+
var StatusListStore_1 = require("./statusList/StatusListStore");
|
|
80
|
+
Object.defineProperty(exports, "StatusListStore", { enumerable: true, get: function () { return StatusListStore_1.StatusListStore; } });
|
|
81
|
+
const AuditEventEntity_1 = require("./entities/eventLogger/AuditEventEntity");
|
|
82
|
+
Object.defineProperty(exports, "AuditEventEntity", { enumerable: true, get: function () { return AuditEventEntity_1.AuditEventEntity; } });
|
|
83
|
+
Object.defineProperty(exports, "auditEventEntityFrom", { enumerable: true, get: function () { return AuditEventEntity_1.auditEventEntityFrom; } });
|
|
84
|
+
var AbstractEventLoggerStore_1 = require("./eventLogger/AbstractEventLoggerStore");
|
|
85
|
+
Object.defineProperty(exports, "AbstractEventLoggerStore", { enumerable: true, get: function () { return AbstractEventLoggerStore_1.AbstractEventLoggerStore; } });
|
|
86
|
+
var EventLoggerStore_1 = require("./eventLogger/EventLoggerStore");
|
|
87
|
+
Object.defineProperty(exports, "EventLoggerStore", { enumerable: true, get: function () { return EventLoggerStore_1.EventLoggerStore; } });
|
|
88
|
+
var migrations_1 = require("./migrations");
|
|
89
|
+
Object.defineProperty(exports, "DataStoreMigrations", { enumerable: true, get: function () { return migrations_1.DataStoreMigrations; } });
|
|
90
|
+
__exportStar(require("./types"), exports);
|
|
91
|
+
__exportStar(require("./utils/contact/MappingUtils"), exports);
|
|
92
|
+
exports.DataStoreContactEntities = [
|
|
93
|
+
BaseConfigEntity_1.BaseConfigEntity,
|
|
94
|
+
ConnectionEntity_1.ConnectionEntity,
|
|
95
|
+
PartyEntity_1.PartyEntity,
|
|
96
|
+
IdentityEntity_1.IdentityEntity,
|
|
97
|
+
IdentityMetadataItemEntity_1.IdentityMetadataItemEntity,
|
|
98
|
+
CorrelationIdentifierEntity_1.CorrelationIdentifierEntity,
|
|
99
|
+
DidAuthConfigEntity_1.DidAuthConfigEntity,
|
|
100
|
+
OpenIdConfigEntity_1.OpenIdConfigEntity,
|
|
101
|
+
PartyRelationshipEntity_1.PartyRelationshipEntity,
|
|
102
|
+
PartyTypeEntity_1.PartyTypeEntity,
|
|
103
|
+
BaseContactEntity_1.BaseContactEntity,
|
|
104
|
+
OrganizationEntity_1.OrganizationEntity,
|
|
105
|
+
NaturalPersonEntity_1.NaturalPersonEntity,
|
|
106
|
+
ElectronicAddressEntity_1.ElectronicAddressEntity,
|
|
107
|
+
];
|
|
108
|
+
exports.DataStoreIssuanceBrandingEntities = [
|
|
109
|
+
BackgroundAttributesEntity_1.BackgroundAttributesEntity,
|
|
110
|
+
CredentialBrandingEntity_1.CredentialBrandingEntity,
|
|
111
|
+
ImageAttributesEntity_1.ImageAttributesEntity,
|
|
112
|
+
ImageDimensionsEntity_1.ImageDimensionsEntity,
|
|
113
|
+
BaseLocaleBrandingEntity_1.BaseLocaleBrandingEntity,
|
|
114
|
+
IssuerBrandingEntity_1.IssuerBrandingEntity,
|
|
115
|
+
TextAttributesEntity_1.TextAttributesEntity,
|
|
116
|
+
CredentialLocaleBrandingEntity_1.CredentialLocaleBrandingEntity,
|
|
117
|
+
IssuerLocaleBrandingEntity_1.IssuerLocaleBrandingEntity,
|
|
118
|
+
];
|
|
119
|
+
exports.DataStoreStatusListEntities = [StatusList2021Entity_1.StatusListEntity, StatusList2021EntryEntity_1.StatusListEntryEntity];
|
|
120
|
+
exports.DataStoreEventLoggerEntities = [AuditEventEntity_1.AuditEventEntity];
|
|
121
|
+
// All entities combined if a party wants to enable them all at once
|
|
122
|
+
exports.DataStoreEntities = [
|
|
123
|
+
...exports.DataStoreContactEntities,
|
|
124
|
+
...exports.DataStoreIssuanceBrandingEntities,
|
|
125
|
+
...exports.DataStoreStatusListEntities,
|
|
126
|
+
...exports.DataStoreEventLoggerEntities,
|
|
127
|
+
];
|
|
132
128
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,0EAAsE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { IAddCredentialBrandingArgs, IAddCredentialLocaleBrandingArgs, IAddIssuerBrandingArgs, IAddIssuerLocaleBrandingArgs, ICredentialBranding, ICredentialLocaleBranding, IGetCredentialBrandingArgs, IGetCredentialLocaleBrandingArgs, IGetIssuerBrandingArgs, IGetIssuerLocaleBrandingArgs, IIssuerBranding, IIssuerLocaleBranding, IRemoveCredentialBrandingArgs, IRemoveCredentialLocaleBrandingArgs, IRemoveIssuerBrandingArgs, IRemoveIssuerLocaleBrandingArgs, IUpdateCredentialBrandingArgs, IUpdateCredentialLocaleBrandingArgs, IUpdateIssuerBrandingArgs, IUpdateIssuerLocaleBrandingArgs } from '../types';
|
|
2
|
-
export declare abstract class AbstractIssuanceBrandingStore {
|
|
3
|
-
abstract addCredentialBranding(args: IAddCredentialBrandingArgs): Promise<ICredentialBranding>;
|
|
4
|
-
abstract getCredentialBranding(args?: IGetCredentialBrandingArgs): Promise<Array<ICredentialBranding>>;
|
|
5
|
-
abstract updateCredentialBranding(args: IUpdateCredentialBrandingArgs): Promise<ICredentialBranding>;
|
|
6
|
-
abstract removeCredentialBranding(args: IRemoveCredentialBrandingArgs): Promise<void>;
|
|
7
|
-
abstract addCredentialLocaleBranding(args: IAddCredentialLocaleBrandingArgs): Promise<ICredentialBranding>;
|
|
8
|
-
abstract getCredentialLocaleBranding(args?: IGetCredentialLocaleBrandingArgs): Promise<Array<ICredentialLocaleBranding>>;
|
|
9
|
-
abstract updateCredentialLocaleBranding(args: IUpdateCredentialLocaleBrandingArgs): Promise<ICredentialLocaleBranding>;
|
|
10
|
-
abstract removeCredentialLocaleBranding(args: IRemoveCredentialLocaleBrandingArgs): Promise<void>;
|
|
11
|
-
abstract addIssuerBranding(args: IAddIssuerBrandingArgs): Promise<IIssuerBranding>;
|
|
12
|
-
abstract getIssuerBranding(args?: IGetIssuerBrandingArgs): Promise<Array<IIssuerBranding>>;
|
|
13
|
-
abstract updateIssuerBranding(args: IUpdateIssuerBrandingArgs): Promise<IIssuerBranding>;
|
|
14
|
-
abstract removeIssuerBranding(args: IRemoveIssuerBrandingArgs): Promise<void>;
|
|
15
|
-
abstract addIssuerLocaleBranding(args: IAddIssuerLocaleBrandingArgs): Promise<IIssuerBranding>;
|
|
16
|
-
abstract getIssuerLocaleBranding(args?: IGetIssuerLocaleBrandingArgs): Promise<Array<IIssuerLocaleBranding>>;
|
|
17
|
-
abstract updateIssuerLocaleBranding(args: IUpdateIssuerLocaleBrandingArgs): Promise<IIssuerLocaleBranding>;
|
|
18
|
-
abstract removeIssuerLocaleBranding(args: IRemoveIssuerLocaleBrandingArgs): Promise<void>;
|
|
19
|
-
}
|
|
1
|
+
import { IAddCredentialBrandingArgs, IAddCredentialLocaleBrandingArgs, IAddIssuerBrandingArgs, IAddIssuerLocaleBrandingArgs, ICredentialBranding, ICredentialLocaleBranding, IGetCredentialBrandingArgs, IGetCredentialLocaleBrandingArgs, IGetIssuerBrandingArgs, IGetIssuerLocaleBrandingArgs, IIssuerBranding, IIssuerLocaleBranding, IRemoveCredentialBrandingArgs, IRemoveCredentialLocaleBrandingArgs, IRemoveIssuerBrandingArgs, IRemoveIssuerLocaleBrandingArgs, IUpdateCredentialBrandingArgs, IUpdateCredentialLocaleBrandingArgs, IUpdateIssuerBrandingArgs, IUpdateIssuerLocaleBrandingArgs } from '../types';
|
|
2
|
+
export declare abstract class AbstractIssuanceBrandingStore {
|
|
3
|
+
abstract addCredentialBranding(args: IAddCredentialBrandingArgs): Promise<ICredentialBranding>;
|
|
4
|
+
abstract getCredentialBranding(args?: IGetCredentialBrandingArgs): Promise<Array<ICredentialBranding>>;
|
|
5
|
+
abstract updateCredentialBranding(args: IUpdateCredentialBrandingArgs): Promise<ICredentialBranding>;
|
|
6
|
+
abstract removeCredentialBranding(args: IRemoveCredentialBrandingArgs): Promise<void>;
|
|
7
|
+
abstract addCredentialLocaleBranding(args: IAddCredentialLocaleBrandingArgs): Promise<ICredentialBranding>;
|
|
8
|
+
abstract getCredentialLocaleBranding(args?: IGetCredentialLocaleBrandingArgs): Promise<Array<ICredentialLocaleBranding>>;
|
|
9
|
+
abstract updateCredentialLocaleBranding(args: IUpdateCredentialLocaleBrandingArgs): Promise<ICredentialLocaleBranding>;
|
|
10
|
+
abstract removeCredentialLocaleBranding(args: IRemoveCredentialLocaleBrandingArgs): Promise<void>;
|
|
11
|
+
abstract addIssuerBranding(args: IAddIssuerBrandingArgs): Promise<IIssuerBranding>;
|
|
12
|
+
abstract getIssuerBranding(args?: IGetIssuerBrandingArgs): Promise<Array<IIssuerBranding>>;
|
|
13
|
+
abstract updateIssuerBranding(args: IUpdateIssuerBrandingArgs): Promise<IIssuerBranding>;
|
|
14
|
+
abstract removeIssuerBranding(args: IRemoveIssuerBrandingArgs): Promise<void>;
|
|
15
|
+
abstract addIssuerLocaleBranding(args: IAddIssuerLocaleBrandingArgs): Promise<IIssuerBranding>;
|
|
16
|
+
abstract getIssuerLocaleBranding(args?: IGetIssuerLocaleBrandingArgs): Promise<Array<IIssuerLocaleBranding>>;
|
|
17
|
+
abstract updateIssuerLocaleBranding(args: IUpdateIssuerLocaleBrandingArgs): Promise<IIssuerLocaleBranding>;
|
|
18
|
+
abstract removeIssuerLocaleBranding(args: IRemoveIssuerLocaleBrandingArgs): Promise<void>;
|
|
19
|
+
}
|
|
20
20
|
//# sourceMappingURL=AbstractIssuanceBrandingStore.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AbstractIssuanceBrandingStore = void 0;
|
|
4
|
-
class AbstractIssuanceBrandingStore {
|
|
5
|
-
}
|
|
6
|
-
exports.AbstractIssuanceBrandingStore = AbstractIssuanceBrandingStore;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AbstractIssuanceBrandingStore = void 0;
|
|
4
|
+
class AbstractIssuanceBrandingStore {
|
|
5
|
+
}
|
|
6
|
+
exports.AbstractIssuanceBrandingStore = AbstractIssuanceBrandingStore;
|
|
7
7
|
//# sourceMappingURL=AbstractIssuanceBrandingStore.js.map
|