@xoxno/types 1.0.360 → 1.0.361

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.
@@ -18,6 +18,7 @@ export declare class UserProfileDoc {
18
18
  isCreator: boolean;
19
19
  isPoolOwner: boolean;
20
20
  shard: number;
21
+ nonce: number;
21
22
  userDeposit: UserDeposit[];
22
23
  chain: ActivityChain;
23
24
  _ts: number;
@@ -33,6 +33,7 @@ class UserProfileDoc {
33
33
  this.isCreator = false;
34
34
  this.isPoolOwner = false;
35
35
  this.shard = 0;
36
+ this.nonce = 0;
36
37
  this.userDeposit = [];
37
38
  this.chain = common_enum_1.ActivityChain.MVX;
38
39
  this._ts = 0;
@@ -137,6 +138,11 @@ __decorate([
137
138
  (0, class_validator_1.IsInt)(),
138
139
  __metadata("design:type", Number)
139
140
  ], UserProfileDoc.prototype, "shard", void 0);
141
+ __decorate([
142
+ (0, swagger_1.ApiProperty)({ example: 0, description: 'Perp Nonce' }),
143
+ (0, class_validator_1.IsInt)(),
144
+ __metadata("design:type", Number)
145
+ ], UserProfileDoc.prototype, "nonce", void 0);
140
146
  __decorate([
141
147
  (0, swagger_1.ApiProperty)({
142
148
  type: () => [user_deposit_1.UserDeposit],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.360",
3
+ "version": "1.0.361",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {