@xoxno/types 1.0.64 → 1.0.65

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.
@@ -12,7 +12,7 @@ export declare class CreatorProfileDoc {
12
12
  joinedDate: number;
13
13
  description?: string;
14
14
  socials?: SocialsDto;
15
- id: string;
16
- _ts: number;
15
+ id?: string;
16
+ _ts?: number;
17
17
  constructor(props?: Partial<CreatorProfileDoc>);
18
18
  }
@@ -100,10 +100,15 @@ __decorate([
100
100
  (0, swagger_1.ApiProperty)({
101
101
  example: 'erd1qqqqqqqqqqqqqpgqw0t0ef0jdpeva2v7qy7q7qjjfq6yq0wq0w0qjjfq6yq-creatorProfile',
102
102
  description: 'Document ID',
103
+ required: false,
103
104
  }),
104
105
  __metadata("design:type", String)
105
106
  ], CreatorProfileDoc.prototype, "id", void 0);
106
107
  __decorate([
107
- (0, swagger_1.ApiProperty)({ example: 1640995200, description: 'Cosmos DB timestamp' }),
108
+ (0, swagger_1.ApiProperty)({
109
+ example: 1640995200,
110
+ description: 'Cosmos DB timestamp',
111
+ required: false,
112
+ }),
108
113
  __metadata("design:type", Number)
109
114
  ], CreatorProfileDoc.prototype, "_ts", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",