@nmshd/runtime-types 7.0.0-alpha.48 → 7.0.0-alpha.49
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/consumption/index.d.ts +0 -1
- package/dist/consumption/index.d.ts.map +1 -1
- package/dist/consumption/index.js +0 -1
- package/dist/consumption/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/consumption/LocalAttributeListenerDTO.d.ts +0 -7
- package/dist/consumption/LocalAttributeListenerDTO.d.ts.map +0 -1
- package/dist/consumption/LocalAttributeListenerDTO.js +0 -3
- package/dist/consumption/LocalAttributeListenerDTO.js.map +0 -1
|
@@ -2,7 +2,6 @@ export * from "./AttributeTagCollectionDTO";
|
|
|
2
2
|
export * from "./DraftDTO";
|
|
3
3
|
export * from "./IdentityMetadataDTO";
|
|
4
4
|
export * from "./LocalAttributeDTO";
|
|
5
|
-
export * from "./LocalAttributeListenerDTO";
|
|
6
5
|
export * from "./LocalNotificationDTO";
|
|
7
6
|
export * from "./LocalRequestDTO";
|
|
8
7
|
export * from "./RequestValidationResultDTO";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,cAAc,CAAC"}
|
|
@@ -18,7 +18,6 @@ __exportStar(require("./AttributeTagCollectionDTO"), exports);
|
|
|
18
18
|
__exportStar(require("./DraftDTO"), exports);
|
|
19
19
|
__exportStar(require("./IdentityMetadataDTO"), exports);
|
|
20
20
|
__exportStar(require("./LocalAttributeDTO"), exports);
|
|
21
|
-
__exportStar(require("./LocalAttributeListenerDTO"), exports);
|
|
22
21
|
__exportStar(require("./LocalNotificationDTO"), exports);
|
|
23
22
|
__exportStar(require("./LocalRequestDTO"), exports);
|
|
24
23
|
__exportStar(require("./RequestValidationResultDTO"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,6CAA2B;AAC3B,wDAAsC;AACtC,sDAAoC;AACpC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,6CAA2B;AAC3B,wDAAsC;AACtC,sDAAoC;AACpC,yDAAuC;AACvC,oDAAkC;AAClC,+DAA6C;AAC7C,+CAA6B"}
|
package/package.json
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IdentityAttributeQueryJSON, ThirdPartyRelationshipAttributeQueryJSON } from "@nmshd/content";
|
|
2
|
-
export interface LocalAttributeListenerDTO {
|
|
3
|
-
id: string;
|
|
4
|
-
query: IdentityAttributeQueryJSON | ThirdPartyRelationshipAttributeQueryJSON;
|
|
5
|
-
peer: string;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=LocalAttributeListenerDTO.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LocalAttributeListenerDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/LocalAttributeListenerDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,wCAAwC,EAAE,MAAM,gBAAgB,CAAC;AAEtG,MAAM,WAAW,yBAAyB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,0BAA0B,GAAG,wCAAwC,CAAC;IAC7E,IAAI,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LocalAttributeListenerDTO.js","sourceRoot":"","sources":["../../src/consumption/LocalAttributeListenerDTO.ts"],"names":[],"mappings":""}
|