@nmshd/runtime-types 7.0.0-openid4vc.1 → 7.0.0-openid4vc.3
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/AcceptedProofRequestDTO.d.ts +5 -0
- package/dist/consumption/AcceptedProofRequestDTO.d.ts.map +1 -0
- package/dist/consumption/AcceptedProofRequestDTO.js +3 -0
- package/dist/consumption/AcceptedProofRequestDTO.js.map +1 -0
- package/dist/consumption/FetchedCredentialOfferDTO.d.ts +4 -0
- package/dist/consumption/FetchedCredentialOfferDTO.d.ts.map +1 -0
- package/dist/consumption/FetchedCredentialOfferDTO.js +3 -0
- package/dist/consumption/FetchedCredentialOfferDTO.js.map +1 -0
- package/dist/consumption/FetchedProofRequestDTO.d.ts +4 -0
- package/dist/consumption/FetchedProofRequestDTO.d.ts.map +1 -0
- package/dist/consumption/FetchedProofRequestDTO.js +3 -0
- package/dist/consumption/FetchedProofRequestDTO.js.map +1 -0
- package/dist/consumption/VerifiableCredentialDTO.d.ts +4 -2
- package/dist/consumption/VerifiableCredentialDTO.d.ts.map +1 -1
- package/dist/consumption/index.d.ts +3 -0
- package/dist/consumption/index.d.ts.map +1 -1
- package/dist/consumption/index.js +3 -0
- package/dist/consumption/index.js.map +1 -1
- package/dist/transport/DeviceDTO.d.ts +1 -1
- package/dist/transport/DeviceDTO.d.ts.map +1 -1
- package/dist/transport/EmptyTokenDTO.d.ts +11 -0
- package/dist/transport/EmptyTokenDTO.d.ts.map +1 -0
- package/dist/transport/EmptyTokenDTO.js +3 -0
- package/dist/transport/EmptyTokenDTO.js.map +1 -0
- package/dist/transport/FileDTO.d.ts +1 -0
- package/dist/transport/FileDTO.d.ts.map +1 -1
- package/dist/transport/IdentityDeletionProcessDTO.d.ts +1 -8
- package/dist/transport/IdentityDeletionProcessDTO.d.ts.map +1 -1
- package/dist/transport/IdentityDeletionProcessDTO.js +1 -3
- package/dist/transport/IdentityDeletionProcessDTO.js.map +1 -1
- package/dist/transport/MessageWithAttachmentsDTO.d.ts +2 -1
- package/dist/transport/MessageWithAttachmentsDTO.d.ts.map +1 -1
- package/dist/transport/index.d.ts +1 -0
- package/dist/transport/index.d.ts.map +1 -1
- package/dist/transport/index.js +1 -0
- package/dist/transport/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AcceptedProofRequestDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/AcceptedProofRequestDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IAClC,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AcceptedProofRequestDTO.js","sourceRoot":"","sources":["../../src/consumption/AcceptedProofRequestDTO.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FetchedCredentialOfferDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/FetchedCredentialOfferDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACtC,kBAAkB,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FetchedCredentialOfferDTO.js","sourceRoot":"","sources":["../../src/consumption/FetchedCredentialOfferDTO.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FetchedProofRequestDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/FetchedProofRequestDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACnC,kBAAkB,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FetchedProofRequestDTO.js","sourceRoot":"","sources":["../../src/consumption/FetchedProofRequestDTO.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VerifiableCredentialDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/VerifiableCredentialDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACpC,
|
|
1
|
+
{"version":3,"file":"VerifiableCredentialDTO.d.ts","sourceRoot":"","sources":["../../src/consumption/VerifiableCredentialDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,kBAAkB,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
export * from "./AcceptedProofRequestDTO";
|
|
1
2
|
export * from "./AttributeTagCollectionDTO";
|
|
2
3
|
export * from "./CredentialOfferDTO";
|
|
3
4
|
export * from "./DraftDTO";
|
|
5
|
+
export * from "./FetchedCredentialOfferDTO";
|
|
6
|
+
export * from "./FetchedProofRequestDTO";
|
|
4
7
|
export * from "./IdentityMetadataDTO";
|
|
5
8
|
export * from "./LocalAttributeDTO";
|
|
6
9
|
export * from "./LocalNotificationDTO";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,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;AAC7B,cAAc,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,YAAY,CAAC;AAC3B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC"}
|
|
@@ -14,9 +14,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./AcceptedProofRequestDTO"), exports);
|
|
17
18
|
__exportStar(require("./AttributeTagCollectionDTO"), exports);
|
|
18
19
|
__exportStar(require("./CredentialOfferDTO"), exports);
|
|
19
20
|
__exportStar(require("./DraftDTO"), exports);
|
|
21
|
+
__exportStar(require("./FetchedCredentialOfferDTO"), exports);
|
|
22
|
+
__exportStar(require("./FetchedProofRequestDTO"), exports);
|
|
20
23
|
__exportStar(require("./IdentityMetadataDTO"), exports);
|
|
21
24
|
__exportStar(require("./LocalAttributeDTO"), exports);
|
|
22
25
|
__exportStar(require("./LocalNotificationDTO"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,uDAAqC;AACrC,6CAA2B;AAC3B,wDAAsC;AACtC,sDAAoC;AACpC,yDAAuC;AACvC,oDAAkC;AAClC,+DAA6C;AAC7C,+CAA6B;AAC7B,4DAA0C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/consumption/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,8DAA4C;AAC5C,uDAAqC;AACrC,6CAA2B;AAC3B,8DAA4C;AAC5C,2DAAyC;AACzC,wDAAsC;AACtC,sDAAoC;AACpC,yDAAuC;AACvC,oDAAkC;AAClC,+DAA6C;AAC7C,+CAA6B;AAC7B,4DAA0C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceDTO.d.ts","sourceRoot":"","sources":["../../src/transport/DeviceDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"DeviceDTO.d.ts","sourceRoot":"","sources":["../../src/transport/DeviceDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;CAC3B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PasswordProtectionDTO } from "./PasswordProtectionDTO";
|
|
2
|
+
export interface EmptyTokenDTO {
|
|
3
|
+
id: string;
|
|
4
|
+
expiresAt: string;
|
|
5
|
+
passwordProtection: PasswordProtectionDTO;
|
|
6
|
+
reference: {
|
|
7
|
+
truncated: string;
|
|
8
|
+
url: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=EmptyTokenDTO.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmptyTokenDTO.d.ts","sourceRoot":"","sources":["../../src/transport/EmptyTokenDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,MAAM,WAAW,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,kBAAkB,EAAE,qBAAqB,CAAC;IAC1C,SAAS,EAAE;QACP,SAAS,EAAE,MAAM,CAAC;QAClB,GAAG,EAAE,MAAM,CAAC;KACf,CAAC;CACL"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmptyTokenDTO.js","sourceRoot":"","sources":["../../src/transport/EmptyTokenDTO.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileDTO.d.ts","sourceRoot":"","sources":["../../src/transport/FileDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE;QACP,SAAS,EAAE,MAAM,CAAC;QAClB,GAAG,EAAE,MAAM,CAAC;KACf,CAAC;IACF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,IAAI,CAAC;CAC5B"}
|
|
1
|
+
{"version":3,"file":"FileDTO.d.ts","sourceRoot":"","sources":["../../src/transport/FileDTO.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE;QACP,SAAS,EAAE,MAAM,CAAC;QAClB,GAAG,EAAE,MAAM,CAAC;KACf,CAAC;IACF,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,IAAI,CAAC;CAC5B"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
export declare enum IdentityDeletionProcessStatus {
|
|
2
|
-
|
|
3
|
-
Rejected = "Rejected",
|
|
4
|
-
Approved = "Approved",
|
|
2
|
+
Active = "Active",
|
|
5
3
|
Cancelled = "Cancelled"
|
|
6
4
|
}
|
|
7
5
|
export interface IdentityDeletionProcessDTO {
|
|
@@ -9,11 +7,6 @@ export interface IdentityDeletionProcessDTO {
|
|
|
9
7
|
status: IdentityDeletionProcessStatus;
|
|
10
8
|
createdAt?: string;
|
|
11
9
|
createdByDevice?: string;
|
|
12
|
-
approvalPeriodEndsAt?: string;
|
|
13
|
-
rejectedAt?: string;
|
|
14
|
-
rejectedByDevice?: string;
|
|
15
|
-
approvedAt?: string;
|
|
16
|
-
approvedByDevice?: string;
|
|
17
10
|
gracePeriodEndsAt?: string;
|
|
18
11
|
cancelledAt?: string;
|
|
19
12
|
cancelledByDevice?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IdentityDeletionProcessDTO.d.ts","sourceRoot":"","sources":["../../src/transport/IdentityDeletionProcessDTO.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACrC,
|
|
1
|
+
{"version":3,"file":"IdentityDeletionProcessDTO.d.ts","sourceRoot":"","sources":["../../src/transport/IdentityDeletionProcessDTO.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACrC,MAAM,WAAW;IACjB,SAAS,cAAc;CAC1B;AAED,MAAM,WAAW,0BAA0B;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,6BAA6B,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -3,9 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IdentityDeletionProcessStatus = void 0;
|
|
4
4
|
var IdentityDeletionProcessStatus;
|
|
5
5
|
(function (IdentityDeletionProcessStatus) {
|
|
6
|
-
IdentityDeletionProcessStatus["
|
|
7
|
-
IdentityDeletionProcessStatus["Rejected"] = "Rejected";
|
|
8
|
-
IdentityDeletionProcessStatus["Approved"] = "Approved";
|
|
6
|
+
IdentityDeletionProcessStatus["Active"] = "Active";
|
|
9
7
|
IdentityDeletionProcessStatus["Cancelled"] = "Cancelled";
|
|
10
8
|
})(IdentityDeletionProcessStatus || (exports.IdentityDeletionProcessStatus = IdentityDeletionProcessStatus = {}));
|
|
11
9
|
//# sourceMappingURL=IdentityDeletionProcessDTO.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IdentityDeletionProcessDTO.js","sourceRoot":"","sources":["../../src/transport/IdentityDeletionProcessDTO.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"IdentityDeletionProcessDTO.js","sourceRoot":"","sources":["../../src/transport/IdentityDeletionProcessDTO.ts"],"names":[],"mappings":";;;AAAA,IAAY,6BAGX;AAHD,WAAY,6BAA6B;IACrC,kDAAiB,CAAA;IACjB,wDAAuB,CAAA;AAC3B,CAAC,EAHW,6BAA6B,6CAA7B,6BAA6B,QAGxC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { FileDTO } from "./FileDTO";
|
|
2
|
+
import { MessageContentDerivation } from "./MessageDTO";
|
|
2
3
|
import { RecipientDTO } from "./RecipientDTO";
|
|
3
4
|
export interface MessageWithAttachmentsDTO {
|
|
4
5
|
id: string;
|
|
5
6
|
isOwn: boolean;
|
|
6
|
-
content:
|
|
7
|
+
content: MessageContentDerivation;
|
|
7
8
|
createdBy: string;
|
|
8
9
|
createdByDevice: string;
|
|
9
10
|
recipients: RecipientDTO[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageWithAttachmentsDTO.d.ts","sourceRoot":"","sources":["../../src/transport/MessageWithAttachmentsDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,MAAM,WAAW,yBAAyB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"MessageWithAttachmentsDTO.d.ts","sourceRoot":"","sources":["../../src/transport/MessageWithAttachmentsDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,MAAM,WAAW,yBAAyB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,EAAE,wBAAwB,CAAC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,YAAY,EAAE,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -2,6 +2,7 @@ export * from "./AnnouncementDTO";
|
|
|
2
2
|
export * from "./ChallengeDTO";
|
|
3
3
|
export * from "./DeviceDTO";
|
|
4
4
|
export * from "./DeviceOnboardingInfoDTO";
|
|
5
|
+
export * from "./EmptyTokenDTO";
|
|
5
6
|
export * from "./FileDTO";
|
|
6
7
|
export * from "./IdentityDeletionProcessDTO";
|
|
7
8
|
export * from "./IdentityDTO";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/transport/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,WAAW,CAAC;AAC1B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0CAA0C,CAAC;AACzD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/transport/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0CAA0C,CAAC;AACzD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC"}
|
package/dist/transport/index.js
CHANGED
|
@@ -18,6 +18,7 @@ __exportStar(require("./AnnouncementDTO"), exports);
|
|
|
18
18
|
__exportStar(require("./ChallengeDTO"), exports);
|
|
19
19
|
__exportStar(require("./DeviceDTO"), exports);
|
|
20
20
|
__exportStar(require("./DeviceOnboardingInfoDTO"), exports);
|
|
21
|
+
__exportStar(require("./EmptyTokenDTO"), exports);
|
|
21
22
|
__exportStar(require("./FileDTO"), exports);
|
|
22
23
|
__exportStar(require("./IdentityDeletionProcessDTO"), exports);
|
|
23
24
|
__exportStar(require("./IdentityDTO"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/transport/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,iDAA+B;AAC/B,8CAA4B;AAC5B,4DAA0C;AAC1C,4CAA0B;AAC1B,+DAA6C;AAC7C,gDAA8B;AAC9B,+CAA6B;AAC7B,8DAA4C;AAC5C,0DAAwC;AACxC,2EAAyD;AACzD,iDAA+B;AAC/B,oDAAkC;AAClC,4DAA0C;AAC1C,6CAA2B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/transport/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,iDAA+B;AAC/B,8CAA4B;AAC5B,4DAA0C;AAC1C,kDAAgC;AAChC,4CAA0B;AAC1B,+DAA6C;AAC7C,gDAA8B;AAC9B,+CAA6B;AAC7B,8DAA4C;AAC5C,0DAAwC;AACxC,2EAAyD;AACzD,iDAA+B;AAC/B,oDAAkC;AAClC,4DAA0C;AAC1C,6CAA2B"}
|
package/package.json
CHANGED