@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.
@@ -1,6 +1,6 @@
1
1
  import { ContractSignatureType } from '../../enums/passkey.enum';
2
- export declare class PasskeyCreateRequest {
2
+ export declare class SignatureRequest {
3
3
  type: ContractSignatureType;
4
4
  signature: string;
5
- publicKey: string;
5
+ message: string;
6
6
  }
@@ -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.PasskeyCreateRequest = void 0;
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 PasskeyCreateRequest {
15
+ class SignatureRequest {
16
16
  }
17
- exports.PasskeyCreateRequest = PasskeyCreateRequest;
17
+ exports.SignatureRequest = SignatureRequest;
18
18
  __decorate([
19
19
  (0, swagger_1.ApiProperty)(),
20
20
  __metadata("design:type", String)
21
- ], PasskeyCreateRequest.prototype, "type", void 0);
21
+ ], SignatureRequest.prototype, "type", void 0);
22
22
  __decorate([
23
23
  (0, swagger_1.ApiProperty)(),
24
24
  __metadata("design:type", String)
25
- ], PasskeyCreateRequest.prototype, "signature", void 0);
25
+ ], SignatureRequest.prototype, "signature", void 0);
26
26
  __decorate([
27
27
  (0, swagger_1.ApiProperty)(),
28
28
  __metadata("design:type", String)
29
- ], PasskeyCreateRequest.prototype, "publicKey", void 0);
29
+ ], SignatureRequest.prototype, "message", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.359",
3
+ "version": "1.0.360",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {