@nmshd/consumption 2.0.0-alpha.25 → 2.0.0-alpha.26
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/modules/attributes/LocalAttributesController.d.ts +3 -4
- package/dist/modules/attributes/LocalAttributesController.js +7 -8
- package/dist/modules/attributes/LocalAttributesController.js.map +1 -1
- package/dist/modules/attributes/local/QueryTranslator.d.ts +9 -3
- package/dist/modules/attributes/local/QueryTranslator.js +31 -20
- package/dist/modules/attributes/local/QueryTranslator.js.map +1 -1
- package/dist/modules/index.d.ts +0 -2
- package/dist/modules/index.js +0 -2
- package/dist/modules/index.js.map +1 -1
- package/lib-web/nmshd.consumption.js +42 -106
- package/lib-web/nmshd.consumption.js.map +1 -1
- package/lib-web/nmshd.consumption.min.js +1 -1
- package/lib-web/nmshd.consumption.min.js.map +1 -1
- package/package.json +1 -1
- package/dist/modules/attributes/local/GetIdentityAttributesParams.d.ts +0 -12
- package/dist/modules/attributes/local/GetIdentityAttributesParams.js +0 -26
- package/dist/modules/attributes/local/GetIdentityAttributesParams.js.map +0 -1
- package/dist/modules/attributes/local/GetRelationshipAttributesParams.d.ts +0 -12
- package/dist/modules/attributes/local/GetRelationshipAttributesParams.js +0 -26
- package/dist/modules/attributes/local/GetRelationshipAttributesParams.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ISerializable, Serializable } from "@js-soft/ts-serval";
|
|
2
|
-
import { IdentityAttributeQuery, IdentityAttributeQueryJSON, IIdentityAttributeQuery } from "@nmshd/content";
|
|
3
|
-
export interface GetIdentityAttributesParamsJSON {
|
|
4
|
-
query: IdentityAttributeQueryJSON;
|
|
5
|
-
}
|
|
6
|
-
export interface IGetIdentityAttributesParams extends ISerializable {
|
|
7
|
-
query: IIdentityAttributeQuery;
|
|
8
|
-
}
|
|
9
|
-
export declare class GetIdentityAttributesParams extends Serializable implements IGetIdentityAttributesParams {
|
|
10
|
-
query: IdentityAttributeQuery;
|
|
11
|
-
static from(value: IGetIdentityAttributesParams | GetIdentityAttributesParamsJSON): GetIdentityAttributesParams;
|
|
12
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
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.GetIdentityAttributesParams = void 0;
|
|
13
|
-
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
14
|
-
const content_1 = require("@nmshd/content");
|
|
15
|
-
class GetIdentityAttributesParams extends ts_serval_1.Serializable {
|
|
16
|
-
static from(value) {
|
|
17
|
-
return this.fromAny(value);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
__decorate([
|
|
21
|
-
(0, ts_serval_1.serialize)(),
|
|
22
|
-
(0, ts_serval_1.validate)(),
|
|
23
|
-
__metadata("design:type", content_1.IdentityAttributeQuery)
|
|
24
|
-
], GetIdentityAttributesParams.prototype, "query", void 0);
|
|
25
|
-
exports.GetIdentityAttributesParams = GetIdentityAttributesParams;
|
|
26
|
-
//# sourceMappingURL=GetIdentityAttributesParams.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetIdentityAttributesParams.js","sourceRoot":"","sources":["../../../../src/modules/attributes/local/GetIdentityAttributesParams.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAqF;AACrF,4CAA4G;AAU5G,MAAa,2BAA4B,SAAQ,wBAAY;IAKlD,MAAM,CAAC,IAAI,CACd,KAAqE;QAErE,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;CACJ;AAPG;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACG,gCAAsB;0DAAA;AAHxC,kEAUC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ISerializable, Serializable } from "@js-soft/ts-serval";
|
|
2
|
-
import { IRelationshipAttributeQuery, RelationshipAttributeQuery, RelationshipAttributeQueryJSON } from "@nmshd/content";
|
|
3
|
-
export interface GetRelationshipAttributesParamsJSON {
|
|
4
|
-
query: RelationshipAttributeQueryJSON;
|
|
5
|
-
}
|
|
6
|
-
export interface IGetRelationshipAttributesParams extends ISerializable {
|
|
7
|
-
query: IRelationshipAttributeQuery;
|
|
8
|
-
}
|
|
9
|
-
export declare class GetRelationshipAttributesParams extends Serializable implements IGetRelationshipAttributesParams {
|
|
10
|
-
query: RelationshipAttributeQuery;
|
|
11
|
-
static from(value: IGetRelationshipAttributesParams | GetRelationshipAttributesParamsJSON): GetRelationshipAttributesParams;
|
|
12
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
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.GetRelationshipAttributesParams = void 0;
|
|
13
|
-
const ts_serval_1 = require("@js-soft/ts-serval");
|
|
14
|
-
const content_1 = require("@nmshd/content");
|
|
15
|
-
class GetRelationshipAttributesParams extends ts_serval_1.Serializable {
|
|
16
|
-
static from(value) {
|
|
17
|
-
return this.fromAny(value);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
__decorate([
|
|
21
|
-
(0, ts_serval_1.serialize)(),
|
|
22
|
-
(0, ts_serval_1.validate)(),
|
|
23
|
-
__metadata("design:type", content_1.RelationshipAttributeQuery)
|
|
24
|
-
], GetRelationshipAttributesParams.prototype, "query", void 0);
|
|
25
|
-
exports.GetRelationshipAttributesParams = GetRelationshipAttributesParams;
|
|
26
|
-
//# sourceMappingURL=GetRelationshipAttributesParams.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetRelationshipAttributesParams.js","sourceRoot":"","sources":["../../../../src/modules/attributes/local/GetRelationshipAttributesParams.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAqF;AACrF,4CAAwH;AAUxH,MAAa,+BAAgC,SAAQ,wBAAY;IAKtD,MAAM,CAAC,IAAI,CACd,KAA6E;QAE7E,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IAC9B,CAAC;CACJ;AAPG;IAFC,IAAA,qBAAS,GAAE;IACX,IAAA,oBAAQ,GAAE;8BACG,oCAA0B;8DAAA;AAH5C,0EAUC"}
|