@xoxno/types 1.0.359 → 1.0.360
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.
|
@@ -9,21 +9,21 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.SignatureRequest = void 0;
|
|
13
13
|
const swagger_1 = require("@nestjs/swagger");
|
|
14
14
|
const passkey_enum_1 = require("../../enums/passkey.enum");
|
|
15
|
-
class
|
|
15
|
+
class SignatureRequest {
|
|
16
16
|
}
|
|
17
|
-
exports.
|
|
17
|
+
exports.SignatureRequest = SignatureRequest;
|
|
18
18
|
__decorate([
|
|
19
19
|
(0, swagger_1.ApiProperty)(),
|
|
20
20
|
__metadata("design:type", String)
|
|
21
|
-
],
|
|
21
|
+
], SignatureRequest.prototype, "type", void 0);
|
|
22
22
|
__decorate([
|
|
23
23
|
(0, swagger_1.ApiProperty)(),
|
|
24
24
|
__metadata("design:type", String)
|
|
25
|
-
],
|
|
25
|
+
], SignatureRequest.prototype, "signature", void 0);
|
|
26
26
|
__decorate([
|
|
27
27
|
(0, swagger_1.ApiProperty)(),
|
|
28
28
|
__metadata("design:type", String)
|
|
29
|
-
],
|
|
29
|
+
], SignatureRequest.prototype, "message", void 0);
|