@xoxno/types 1.0.241 → 1.0.243
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/cosmos-db/documents/ticketing/event-ticket-profile-create.dto.d.ts +2 -2
- package/dist/cosmos-db/documents/ticketing/event-ticket-profile-create.dto.js +0 -1
- package/dist/cosmos-db/documents/ticketing/event-ticket-profile.doc.js +1 -0
- package/dist/requests/bober-battle/analytics.d.ts +14 -0
- package/dist/requests/bober-battle/analytics.js +35 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventTicketProfileDoc } from './event-ticket-profile.doc';
|
|
2
|
-
declare type EventTicketProfileCreateDto_base = Pick<EventTicketProfileDoc, "description" | "name" | "royalties" | "badgeColor" | "
|
|
2
|
+
declare type EventTicketProfileCreateDto_base = Pick<EventTicketProfileDoc, "description" | "name" | "royalties" | "badgeColor" | "maxLimit" | "userLimit">;
|
|
3
3
|
export declare type EventTicketProfileCreateDto = EventTicketProfileCreateDto_base ;
|
|
4
|
-
declare const EventTicketProfileCreateDtoNest_base: import("@nestjs/common").Type<Pick<EventTicketProfileDoc, "description" | "name" | "royalties" | "badgeColor" | "
|
|
4
|
+
declare const EventTicketProfileCreateDtoNest_base: import("@nestjs/common").Type<Pick<EventTicketProfileDoc, "description" | "name" | "royalties" | "badgeColor" | "maxLimit" | "userLimit">>;
|
|
5
5
|
export declare class EventTicketProfileCreateDtoNest extends EventTicketProfileCreateDtoNest_base {
|
|
6
6
|
}
|
|
7
7
|
export {};
|
|
@@ -101,6 +101,7 @@ __decorate([
|
|
|
101
101
|
description: 'Other characteristics specific to this ticket type.',
|
|
102
102
|
}),
|
|
103
103
|
(0, class_validator_1.IsObject)(),
|
|
104
|
+
(0, class_validator_1.IsOptional)(),
|
|
104
105
|
__metadata("design:type", Object)
|
|
105
106
|
], EventTicketProfileDoc.prototype, "characteristics", void 0);
|
|
106
107
|
__decorate([
|
|
@@ -29,3 +29,17 @@ export declare class BoberBattleUserDto extends BoberBattleLeaderboardDto {
|
|
|
29
29
|
export declare class BoberBattleUserDtoHydrated extends BoberBattleUserDto {
|
|
30
30
|
wallet: Wallet;
|
|
31
31
|
}
|
|
32
|
+
declare type BoberWheelLeaderboardDto_base = Omit<BoberBattleLeaderboardDto, "GamesCreatedHead" | "GamesCreatedTail" | "GamesJoinedHead" | "GamesJoinedTail">;
|
|
33
|
+
export declare type BoberWheelLeaderboardDto = BoberWheelLeaderboardDto_base ;
|
|
34
|
+
declare const BoberWheelLeaderboardDtoNest_base: import("@nestjs/common").Type<Omit<BoberBattleLeaderboardDto, "GamesCreatedHead" | "GamesCreatedTail" | "GamesJoinedHead" | "GamesJoinedTail">>;
|
|
35
|
+
export declare class BoberWheelLeaderboardDtoNest extends BoberWheelLeaderboardDtoNest_base {
|
|
36
|
+
}
|
|
37
|
+
declare type BoberWheelUserDto_base = Omit<BoberBattleUserDto, "GamesCreatedHead" | "GamesCreatedTail" | "GamesJoinedHead" | "GamesJoinedTail" | "GamesWonAsHead" | "GamesLostAsHead" | "GamesWonAsTail" | "GamesLostAsTail">;
|
|
38
|
+
export declare type BoberWheelUserDto = BoberWheelUserDto_base ;
|
|
39
|
+
declare const BoberWheelUserDtoNest_base: import("@nestjs/common").Type<Omit<BoberBattleUserDto, "GamesCreatedHead" | "GamesCreatedTail" | "GamesJoinedHead" | "GamesJoinedTail" | "GamesWonAsHead" | "GamesLostAsHead" | "GamesWonAsTail" | "GamesLostAsTail">>;
|
|
40
|
+
export declare class BoberWheelUserDtoNest extends BoberWheelUserDtoNest_base {
|
|
41
|
+
}
|
|
42
|
+
export declare class BoberWheelUserDtoHydrated extends BoberWheelUserDto {
|
|
43
|
+
wallet: Wallet;
|
|
44
|
+
}
|
|
45
|
+
export {};
|
|
@@ -9,7 +9,7 @@ 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.BoberBattleUserDtoHydrated = exports.BoberBattleUserDto = exports.BoberBattleLeaderboardDto = void 0;
|
|
12
|
+
exports.BoberWheelUserDtoHydrated = exports.BoberWheelUserDto = exports.BoberWheelLeaderboardDto = exports.BoberBattleUserDtoHydrated = exports.BoberBattleUserDto = exports.BoberBattleLeaderboardDto = void 0;
|
|
13
13
|
const swagger_1 = require("@nestjs/swagger");
|
|
14
14
|
class BoberBattleLeaderboardDto {
|
|
15
15
|
constructor(props) {
|
|
@@ -204,3 +204,37 @@ __decorate([
|
|
|
204
204
|
}),
|
|
205
205
|
__metadata("design:type", Object)
|
|
206
206
|
], BoberBattleUserDtoHydrated.prototype, "wallet", void 0);
|
|
207
|
+
class BoberWheelLeaderboardDto extends (0, swagger_1.OmitType)(BoberBattleLeaderboardDto, [
|
|
208
|
+
'GamesCreatedHead',
|
|
209
|
+
'GamesCreatedTail',
|
|
210
|
+
'GamesJoinedHead',
|
|
211
|
+
'GamesJoinedTail',
|
|
212
|
+
]) {
|
|
213
|
+
}
|
|
214
|
+
exports.BoberWheelLeaderboardDto = BoberWheelLeaderboardDto;
|
|
215
|
+
class BoberWheelUserDto extends (0, swagger_1.OmitType)(BoberBattleUserDto, [
|
|
216
|
+
'GamesCreatedHead',
|
|
217
|
+
'GamesCreatedTail',
|
|
218
|
+
'GamesJoinedHead',
|
|
219
|
+
'GamesJoinedTail',
|
|
220
|
+
'GamesWonAsHead',
|
|
221
|
+
'GamesLostAsHead',
|
|
222
|
+
'GamesWonAsTail',
|
|
223
|
+
'GamesLostAsTail',
|
|
224
|
+
]) {
|
|
225
|
+
}
|
|
226
|
+
exports.BoberWheelUserDto = BoberWheelUserDto;
|
|
227
|
+
class BoberWheelUserDtoHydrated extends BoberWheelUserDto {
|
|
228
|
+
}
|
|
229
|
+
exports.BoberWheelUserDtoHydrated = BoberWheelUserDtoHydrated;
|
|
230
|
+
__decorate([
|
|
231
|
+
(0, swagger_1.ApiProperty)({
|
|
232
|
+
description: 'Wallet object containing address and shard information',
|
|
233
|
+
type: Object,
|
|
234
|
+
}),
|
|
235
|
+
__metadata("design:type", Object)
|
|
236
|
+
], BoberWheelUserDtoHydrated.prototype, "wallet", void 0);
|
|
237
|
+
|
|
238
|
+
exports.BoberWheelLeaderboardDtoNest = BoberWheelLeaderboardDto;
|
|
239
|
+
|
|
240
|
+
exports.BoberWheelUserDtoNest = BoberWheelUserDto;
|