@bondsports/types 1.19.71 → 1.19.72
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.
|
@@ -25,13 +25,6 @@ export declare class CreateUserAttendeeDto {
|
|
|
25
25
|
productUserId?: number;
|
|
26
26
|
entryStatus?: EntryStatusEnum;
|
|
27
27
|
}
|
|
28
|
-
export declare class CreateAttendeeDto {
|
|
29
|
-
eventId: number;
|
|
30
|
-
attendeeId: number;
|
|
31
|
-
invoiceId: number;
|
|
32
|
-
productId: number;
|
|
33
|
-
entryStatus?: EntryStatusEnum;
|
|
34
|
-
}
|
|
35
28
|
export declare class Purchased {
|
|
36
29
|
customer_id: number;
|
|
37
30
|
attendee_id: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Purchased = exports.
|
|
3
|
+
exports.Purchased = exports.CreateUserAttendeeDto = exports.UpdateAttendeeDto = exports.GetRegisteredCustomersDto = exports.GetEntitledCustomersDto = exports.GetAttendeesByProductUserIdDto = void 0;
|
|
4
4
|
const organization_dto_1 = require("../organization/dto/organization.dto");
|
|
5
5
|
class GetAttendeesByProductUserIdDto extends organization_dto_1.ByOrganizationIdDto {
|
|
6
6
|
}
|
|
@@ -17,9 +17,6 @@ exports.UpdateAttendeeDto = UpdateAttendeeDto;
|
|
|
17
17
|
class CreateUserAttendeeDto {
|
|
18
18
|
}
|
|
19
19
|
exports.CreateUserAttendeeDto = CreateUserAttendeeDto;
|
|
20
|
-
class CreateAttendeeDto {
|
|
21
|
-
}
|
|
22
|
-
exports.CreateAttendeeDto = CreateAttendeeDto;
|
|
23
20
|
class Purchased {
|
|
24
21
|
}
|
|
25
22
|
exports.Purchased = Purchased;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registration.dto.js","sourceRoot":"","sources":["../../../src/types/dto/registration.dto.ts"],"names":[],"mappings":";;;AAAA,2EAA2E;AAG3E,MAAa,8BAA+B,SAAQ,sCAAmB;CAEtE;AAFD,wEAEC;AAED,MAAa,uBAAwB,SAAQ,sCAAmB;CAI/D;AAJD,0DAIC;AAED,MAAa,yBAA0B,SAAQ,sCAAmB;CAEjE;AAFD,8DAEC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AAED,MAAa,
|
|
1
|
+
{"version":3,"file":"registration.dto.js","sourceRoot":"","sources":["../../../src/types/dto/registration.dto.ts"],"names":[],"mappings":";;;AAAA,2EAA2E;AAG3E,MAAa,8BAA+B,SAAQ,sCAAmB;CAEtE;AAFD,wEAEC;AAED,MAAa,uBAAwB,SAAQ,sCAAmB;CAI/D;AAJD,0DAIC;AAED,MAAa,yBAA0B,SAAQ,sCAAmB;CAEjE;AAFD,8DAEC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AAED,MAAa,SAAS;CAWrB;AAXD,8BAWC"}
|