@nmshd/transport 7.0.0-alpha.26 → 7.0.0-alpha.27
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/buildInformation.js +4 -4
- package/dist/events/RelationshipTemplateAllocationsExhaustedEvent.d.ts +7 -0
- package/dist/events/RelationshipTemplateAllocationsExhaustedEvent.d.ts.map +1 -0
- package/dist/events/RelationshipTemplateAllocationsExhaustedEvent.js +12 -0
- package/dist/events/RelationshipTemplateAllocationsExhaustedEvent.js.map +1 -0
- package/dist/events/index.d.ts +1 -0
- package/dist/events/index.d.ts.map +1 -1
- package/dist/events/index.js +1 -0
- package/dist/events/index.js.map +1 -1
- package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.d.ts.map +1 -1
- package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.js +2 -0
- package/dist/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.js.map +1 -1
- package/dist/modules/sync/externalEventProcessors/RelationshipTemplateAllocationsExhaustedProcessor.d.ts +6 -0
- package/dist/modules/sync/externalEventProcessors/RelationshipTemplateAllocationsExhaustedProcessor.d.ts.map +1 -0
- package/dist/modules/sync/externalEventProcessors/RelationshipTemplateAllocationsExhaustedProcessor.js +34 -0
- package/dist/modules/sync/externalEventProcessors/RelationshipTemplateAllocationsExhaustedProcessor.js.map +1 -0
- package/package.json +2 -2
package/dist/buildInformation.js
CHANGED
|
@@ -4,10 +4,10 @@ exports.buildInformation = void 0;
|
|
|
4
4
|
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
5
5
|
const crypto_1 = require("@nmshd/crypto");
|
|
6
6
|
exports.buildInformation = {
|
|
7
|
-
version: "7.0.0-alpha.
|
|
8
|
-
build: "
|
|
9
|
-
date: "2025-05-
|
|
10
|
-
commit: "
|
|
7
|
+
version: "7.0.0-alpha.27",
|
|
8
|
+
build: "256",
|
|
9
|
+
date: "2025-05-15T09:16:05+00:00",
|
|
10
|
+
commit: "c9f20af8a49a1de568a5b837fbc6cb7e285877bf",
|
|
11
11
|
dependencies: {"@js-soft/docdb-access-abstractions":"1.1.0","@js-soft/logging-abstractions":"^1.0.1","@js-soft/simple-logger":"1.0.5","@js-soft/ts-utils":"^2.3.3","@nmshd/core-types":"*","@nmshd/crypto":"2.1.1","axios":"^1.9.0","fast-json-patch":"^3.1.1","form-data":"^4.0.2","https-proxy-agent":"^7.0.6","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.6.1","qs":"^6.14.0","reflect-metadata":"^0.2.2","ts-simple-nameof":"^1.3.1","uuid":"^11.1.0"},
|
|
12
12
|
libraries: {
|
|
13
13
|
crypto: crypto_1.buildInformation,
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RelationshipTemplate } from "../modules/relationshipTemplates/local/RelationshipTemplate";
|
|
2
|
+
import { TransportDataEvent } from "./TransportDataEvent";
|
|
3
|
+
export declare class RelationshipTemplateAllocationsExhaustedEvent extends TransportDataEvent<RelationshipTemplate> {
|
|
4
|
+
static readonly namespace = "transport.relationshipTemplateAllocationsExhausted";
|
|
5
|
+
constructor(eventTargetAddress: string, data: RelationshipTemplate);
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=RelationshipTemplateAllocationsExhaustedEvent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RelationshipTemplateAllocationsExhaustedEvent.d.ts","sourceRoot":"","sources":["../../src/events/RelationshipTemplateAllocationsExhaustedEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6DAA6D,CAAC;AACnG,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,qBAAa,6CAA8C,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IACvG,gBAAuB,SAAS,wDAAwD;gBAErE,kBAAkB,EAAE,MAAM,EAAE,IAAI,EAAE,oBAAoB;CAG5E"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RelationshipTemplateAllocationsExhaustedEvent = void 0;
|
|
4
|
+
const TransportDataEvent_1 = require("./TransportDataEvent");
|
|
5
|
+
class RelationshipTemplateAllocationsExhaustedEvent extends TransportDataEvent_1.TransportDataEvent {
|
|
6
|
+
static { this.namespace = "transport.relationshipTemplateAllocationsExhausted"; }
|
|
7
|
+
constructor(eventTargetAddress, data) {
|
|
8
|
+
super(RelationshipTemplateAllocationsExhaustedEvent.namespace, eventTargetAddress, data);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.RelationshipTemplateAllocationsExhaustedEvent = RelationshipTemplateAllocationsExhaustedEvent;
|
|
12
|
+
//# sourceMappingURL=RelationshipTemplateAllocationsExhaustedEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RelationshipTemplateAllocationsExhaustedEvent.js","sourceRoot":"","sources":["../../src/events/RelationshipTemplateAllocationsExhaustedEvent.ts"],"names":[],"mappings":";;;AACA,6DAA0D;AAE1D,MAAa,6CAA8C,SAAQ,uCAAwC;aAChF,cAAS,GAAG,oDAAoD,CAAC;IAExF,YAAmB,kBAA0B,EAAE,IAA0B;QACrE,KAAK,CAAC,6CAA6C,CAAC,SAAS,EAAE,kBAAkB,EAAE,IAAI,CAAC,CAAC;IAC7F,CAAC;;AALL,sGAMC"}
|
package/dist/events/index.d.ts
CHANGED
|
@@ -12,5 +12,6 @@ export * from "./RelationshipChangedEvent";
|
|
|
12
12
|
export * from "./RelationshipDecomposedBySelfEvent";
|
|
13
13
|
export * from "./RelationshipReactivationCompletedEvent";
|
|
14
14
|
export * from "./RelationshipReactivationRequestedEvent";
|
|
15
|
+
export * from "./RelationshipTemplateAllocationsExhaustedEvent";
|
|
15
16
|
export * from "./TransportDataEvent";
|
|
16
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/events/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uCAAuC,CAAC;AACtD,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/events/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,oBAAoB,CAAC;AACnC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uCAAuC,CAAC;AACtD,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,iDAAiD,CAAC;AAChE,cAAc,sBAAsB,CAAC"}
|
package/dist/events/index.js
CHANGED
|
@@ -28,5 +28,6 @@ __exportStar(require("./RelationshipChangedEvent"), exports);
|
|
|
28
28
|
__exportStar(require("./RelationshipDecomposedBySelfEvent"), exports);
|
|
29
29
|
__exportStar(require("./RelationshipReactivationCompletedEvent"), exports);
|
|
30
30
|
__exportStar(require("./RelationshipReactivationRequestedEvent"), exports);
|
|
31
|
+
__exportStar(require("./RelationshipTemplateAllocationsExhaustedEvent"), exports);
|
|
31
32
|
__exportStar(require("./TransportDataEvent"), exports);
|
|
32
33
|
//# sourceMappingURL=index.js.map
|
package/dist/events/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C;AAC9C,8EAA4D;AAC5D,0DAAwC;AACxC,yDAAuC;AACvC,qDAAmC;AACnC,iEAA+C;AAC/C,qDAAmC;AACnC,+DAA6C;AAC7C,wEAAsD;AACtD,yDAAuC;AACvC,6DAA2C;AAC3C,sEAAoD;AACpD,2EAAyD;AACzD,2EAAyD;AACzD,uDAAqC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C;AAC9C,8EAA4D;AAC5D,0DAAwC;AACxC,yDAAuC;AACvC,qDAAmC;AACnC,iEAA+C;AAC/C,qDAAmC;AACnC,+DAA6C;AAC7C,wEAAsD;AACtD,yDAAuC;AACvC,6DAA2C;AAC3C,sEAAoD;AACpD,2EAAyD;AACzD,2EAAyD;AACzD,kFAAgE;AAChE,uDAAqC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExternalEventProcessorRegistry.d.ts","sourceRoot":"","sources":["../../../../src/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iCAAiC,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"ExternalEventProcessorRegistry.d.ts","sourceRoot":"","sources":["../../../../src/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iCAAiC,EAAE,MAAM,0BAA0B,CAAC;AAa7E,qBAAa,8BAA8B;IACvC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAwD;;IAe5E,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,sBAAsB,EAAE,iCAAiC,GAAG,IAAI;IAO7G,0BAA0B,CAAC,iBAAiB,EAAE,MAAM,EAAE,sBAAsB,EAAE,iCAAiC,GAAG,IAAI;IAItH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,GAAG,iCAAiC;CAO3F"}
|
|
@@ -12,6 +12,7 @@ const PeerToBeDeletedExternalEventProcessor_1 = require("./PeerToBeDeletedExtern
|
|
|
12
12
|
const RelationshipReactivationCompletedExternalEventProcessor_1 = require("./RelationshipReactivationCompletedExternalEventProcessor");
|
|
13
13
|
const RelationshipReactivationRequestedExternalEventProcessor_1 = require("./RelationshipReactivationRequestedExternalEventProcessor");
|
|
14
14
|
const RelationshipStatusChangedExternalEventProcessor_1 = require("./RelationshipStatusChangedExternalEventProcessor");
|
|
15
|
+
const RelationshipTemplateAllocationsExhaustedProcessor_1 = require("./RelationshipTemplateAllocationsExhaustedProcessor");
|
|
15
16
|
class ExternalEventProcessorRegistry {
|
|
16
17
|
constructor() {
|
|
17
18
|
this.processors = new Map();
|
|
@@ -25,6 +26,7 @@ class ExternalEventProcessorRegistry {
|
|
|
25
26
|
this.registerProcessor("PeerDeleted", PeerDeletedExternalEventProcessor_1.PeerDeletedExternalEventProcessor);
|
|
26
27
|
this.registerProcessor("PeerDeletionCancelled", PeerDeletionCancelledExternalEventProcessor_1.PeerDeletionCancelledExternalEventProcessor);
|
|
27
28
|
this.registerProcessor("PeerToBeDeleted", PeerToBeDeletedExternalEventProcessor_1.PeerToBeDeletedExternalEventProcessor);
|
|
29
|
+
this.registerProcessor("RelationshipTemplateAllocationsExhausted", RelationshipTemplateAllocationsExhaustedProcessor_1.RelationshipTemplateAllocationsExhaustedExternalEventProcessor);
|
|
28
30
|
}
|
|
29
31
|
registerProcessor(externalEventName, externalEventProcessor) {
|
|
30
32
|
if (this.processors.has(externalEventName)) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExternalEventProcessorRegistry.js","sourceRoot":"","sources":["../../../../src/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.ts"],"names":[],"mappings":";;;AAAA,wCAA+C;AAE/C,iIAA8H;AAC9H,6IAA0I;AAC1I,qGAAkG;AAClG,mGAAgG;AAChG,2FAAwF;AACxF,+GAA4G;AAC5G,mGAAgG;AAChG,uIAAoI;AACpI,uIAAoI;AACpI,uHAAoH;
|
|
1
|
+
{"version":3,"file":"ExternalEventProcessorRegistry.js","sourceRoot":"","sources":["../../../../src/modules/sync/externalEventProcessors/ExternalEventProcessorRegistry.ts"],"names":[],"mappings":";;;AAAA,wCAA+C;AAE/C,iIAA8H;AAC9H,6IAA0I;AAC1I,qGAAkG;AAClG,mGAAgG;AAChG,2FAAwF;AACxF,+GAA4G;AAC5G,mGAAgG;AAChG,uIAAoI;AACpI,uIAAoI;AACpI,uHAAoH;AACpH,2HAAqI;AAErI,MAAa,8BAA8B;IAEvC;QADiB,eAAU,GAAG,IAAI,GAAG,EAA6C,CAAC;QAE/E,IAAI,CAAC,iBAAiB,CAAC,iBAAiB,EAAE,6EAAqC,CAAC,CAAC;QACjF,IAAI,CAAC,iBAAiB,CAAC,kBAAkB,EAAE,+EAAsC,CAAC,CAAC;QACnF,IAAI,CAAC,iBAAiB,CAAC,2BAA2B,EAAE,iGAA+C,CAAC,CAAC;QACrG,IAAI,CAAC,iBAAiB,CAAC,mCAAmC,EAAE,iHAAuD,CAAC,CAAC;QACrH,IAAI,CAAC,iBAAiB,CAAC,mCAAmC,EAAE,iHAAuD,CAAC,CAAC;QACrH,IAAI,CAAC,iBAAiB,CAAC,gCAAgC,EAAE,2GAAoD,CAAC,CAAC;QAC/G,IAAI,CAAC,iBAAiB,CAAC,sCAAsC,EAAE,uHAA0D,CAAC,CAAC;QAC3H,IAAI,CAAC,iBAAiB,CAAC,aAAa,EAAE,qEAAiC,CAAC,CAAC;QACzE,IAAI,CAAC,iBAAiB,CAAC,uBAAuB,EAAE,yFAA2C,CAAC,CAAC;QAC7F,IAAI,CAAC,iBAAiB,CAAC,iBAAiB,EAAE,6EAAqC,CAAC,CAAC;QACjF,IAAI,CAAC,iBAAiB,CAAC,0CAA0C,EAAE,kHAA8D,CAAC,CAAC;IACvI,CAAC;IAEM,iBAAiB,CAAC,iBAAyB,EAAE,sBAAyD;QACzG,IAAI,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC,EAAE,CAAC;YACzC,MAAM,IAAI,qBAAc,CAAC,6DAA6D,iBAAiB,6DAA6D,CAAC,CAAC;QAC1K,CAAC;QACD,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,CAAC;IACnE,CAAC;IAEM,0BAA0B,CAAC,iBAAyB,EAAE,sBAAyD;QAClH,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,EAAE,sBAAsB,CAAC,CAAC;IACnE,CAAC;IAEM,mBAAmB,CAAC,iBAAyB;QAChD,MAAM,sBAAsB,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC;QACtE,IAAI,CAAC,sBAAsB,EAAE,CAAC;YAC1B,MAAM,IAAI,qBAAc,CAAC,0CAA0C,iBAAiB,IAAI,CAAC,CAAC;QAC9F,CAAC;QACD,OAAO,sBAAsB,CAAC;IAClC,CAAC;CACJ;AAlCD,wEAkCC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ExternalEvent } from "../data/ExternalEvent";
|
|
2
|
+
import { ExternalEventProcessor } from "./ExternalEventProcessor";
|
|
3
|
+
export declare class RelationshipTemplateAllocationsExhaustedExternalEventProcessor extends ExternalEventProcessor {
|
|
4
|
+
execute(externalEvent: ExternalEvent): Promise<undefined>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=RelationshipTemplateAllocationsExhaustedProcessor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RelationshipTemplateAllocationsExhaustedProcessor.d.ts","sourceRoot":"","sources":["../../../../src/modules/sync/externalEventProcessors/RelationshipTemplateAllocationsExhaustedProcessor.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAQlE,qBAAa,8DAA+D,SAAQ,sBAAsB;IAChF,OAAO,CAAC,aAAa,EAAE,aAAa,GAAG,OAAO,CAAC,SAAS,CAAC;CAQlF"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.RelationshipTemplateAllocationsExhaustedExternalEventProcessor = void 0;
|
|
13
|
+
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
14
|
+
const core_types_1 = require("@nmshd/core-types");
|
|
15
|
+
const events_1 = require("../../../events");
|
|
16
|
+
const ExternalEventProcessor_1 = require("./ExternalEventProcessor");
|
|
17
|
+
class RelationshipTemplateAllocationsExhaustedExternalEventData extends ts_serval_1.Serializable {
|
|
18
|
+
}
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, ts_serval_1.serialize)(),
|
|
21
|
+
(0, ts_serval_1.validate)(),
|
|
22
|
+
__metadata("design:type", core_types_1.CoreId)
|
|
23
|
+
], RelationshipTemplateAllocationsExhaustedExternalEventData.prototype, "relationshipTemplateId", void 0);
|
|
24
|
+
class RelationshipTemplateAllocationsExhaustedExternalEventProcessor extends ExternalEventProcessor_1.ExternalEventProcessor {
|
|
25
|
+
async execute(externalEvent) {
|
|
26
|
+
const payload = RelationshipTemplateAllocationsExhaustedExternalEventData.fromAny(externalEvent.payload);
|
|
27
|
+
const template = await this.accountController.relationshipTemplates.getRelationshipTemplate(payload.relationshipTemplateId);
|
|
28
|
+
if (!template)
|
|
29
|
+
return;
|
|
30
|
+
this.eventBus.publish(new events_1.RelationshipTemplateAllocationsExhaustedEvent(this.ownAddress, template));
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
exports.RelationshipTemplateAllocationsExhaustedExternalEventProcessor = RelationshipTemplateAllocationsExhaustedExternalEventProcessor;
|
|
34
|
+
//# sourceMappingURL=RelationshipTemplateAllocationsExhaustedProcessor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RelationshipTemplateAllocationsExhaustedProcessor.js","sourceRoot":"","sources":["../../../../src/modules/sync/externalEventProcessors/RelationshipTemplateAllocationsExhaustedProcessor.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAuE;AACvE,kDAA2C;AAC3C,4CAAgF;AAEhF,qEAAkE;AAElE,MAAM,yDAA0D,SAAQ,wBAAY;CAInF;AADU;IAFN,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACoB,mBAAM;yGAAC;AAG1C,MAAa,8DAA+D,SAAQ,+CAAsB;IACtF,KAAK,CAAC,OAAO,CAAC,aAA4B;QACtD,MAAM,OAAO,GAAG,yDAAyD,CAAC,OAAO,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;QAEzG,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,iBAAiB,CAAC,qBAAqB,CAAC,uBAAuB,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC;QAC5H,IAAI,CAAC,QAAQ;YAAE,OAAO;QAEtB,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,sDAA6C,CAAC,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC;IACxG,CAAC;CACJ;AATD,wIASC"}
|
package/package.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@js-soft/logging-abstractions": "^1.0.1",
|
|
71
71
|
"@js-soft/simple-logger": "1.0.5",
|
|
72
72
|
"@js-soft/ts-utils": "^2.3.3",
|
|
73
|
-
"@nmshd/core-types": "7.0.0-alpha.
|
|
73
|
+
"@nmshd/core-types": "7.0.0-alpha.27",
|
|
74
74
|
"@nmshd/crypto": "2.1.1",
|
|
75
75
|
"axios": "^1.9.0",
|
|
76
76
|
"fast-json-patch": "^3.1.1",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"access": "public",
|
|
104
104
|
"provenance": true
|
|
105
105
|
},
|
|
106
|
-
"version": "7.0.0-alpha.
|
|
106
|
+
"version": "7.0.0-alpha.27"
|
|
107
107
|
}
|