@drttix/drt-sdk 0.2.4 → 0.2.5
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/cjs/src/generated/portal/core/OpenAPI.js +1 -1
- package/dist/cjs/src/generated/portal/index.d.ts +4 -0
- package/dist/cjs/src/generated/portal/models/BlockChartSeatRequestDto.d.ts +7 -0
- package/dist/cjs/src/generated/portal/models/BlockChartSeatRequestDto.js +2 -0
- package/dist/cjs/src/generated/portal/models/HoldChartSeatResponseDto.d.ts +9 -0
- package/dist/cjs/src/generated/portal/models/HoldChartSeatResponseDto.js +2 -0
- package/dist/cjs/src/generated/portal/models/HoldSeatDetailsResponseDto.d.ts +1 -0
- package/dist/cjs/src/generated/portal/models/HoldSeatDetailsResponseDto.js +2 -0
- package/dist/cjs/src/generated/portal/models/ManagedShowResponseDto.d.ts +8 -0
- package/dist/cjs/src/generated/portal/models/ManagedShowResponseDto.js +2 -0
- package/dist/cjs/src/generated/portal/services/FeaturesBlockedSeatsService.d.ts +12 -0
- package/dist/cjs/src/generated/portal/services/FeaturesBlockedSeatsService.js +23 -0
- package/dist/cjs/src/generated/portal/services/ShowsService.d.ts +9 -0
- package/dist/cjs/src/generated/portal/services/ShowsService.js +16 -0
- package/dist/cjs/src/generated/portal/types.d.ts +4 -0
- package/dist/esm/src/generated/portal/core/OpenAPI.js +1 -1
- package/dist/esm/src/generated/portal/index.d.ts +4 -0
- package/dist/esm/src/generated/portal/models/BlockChartSeatRequestDto.d.ts +7 -0
- package/dist/esm/src/generated/portal/models/BlockChartSeatRequestDto.js +1 -0
- package/dist/esm/src/generated/portal/models/HoldChartSeatResponseDto.d.ts +9 -0
- package/dist/esm/src/generated/portal/models/HoldChartSeatResponseDto.js +1 -0
- package/dist/esm/src/generated/portal/models/HoldSeatDetailsResponseDto.d.ts +1 -0
- package/dist/esm/src/generated/portal/models/HoldSeatDetailsResponseDto.js +1 -0
- package/dist/esm/src/generated/portal/models/ManagedShowResponseDto.d.ts +8 -0
- package/dist/esm/src/generated/portal/models/ManagedShowResponseDto.js +1 -0
- package/dist/esm/src/generated/portal/services/FeaturesBlockedSeatsService.d.ts +12 -0
- package/dist/esm/src/generated/portal/services/FeaturesBlockedSeatsService.js +23 -0
- package/dist/esm/src/generated/portal/services/ShowsService.d.ts +9 -0
- package/dist/esm/src/generated/portal/services/ShowsService.js +16 -0
- package/dist/esm/src/generated/portal/types.d.ts +4 -0
- package/package.json +1 -1
- package/src/generated/portal/core/OpenAPI.ts +1 -1
- package/src/generated/portal/index.ts +4 -0
- package/src/generated/portal/models/BlockChartSeatRequestDto.ts +12 -0
- package/src/generated/portal/models/HoldChartSeatResponseDto.ts +14 -0
- package/src/generated/portal/models/HoldSeatDetailsResponseDto.ts +7 -0
- package/src/generated/portal/models/ManagedShowResponseDto.ts +13 -0
- package/src/generated/portal/services/FeaturesBlockedSeatsService.ts +29 -0
- package/src/generated/portal/services/ShowsService.ts +19 -0
- package/src/generated/portal/types.ts +4 -0
|
@@ -16,6 +16,7 @@ export type { AssignWaitlistRequestDto } from './models/AssignWaitlistRequestDto
|
|
|
16
16
|
export type { AutoDiscounts } from './models/AutoDiscounts';
|
|
17
17
|
export type { AvaliableSeats } from './models/AvaliableSeats';
|
|
18
18
|
export type { BankDetails } from './models/BankDetails';
|
|
19
|
+
export type { BlockChartSeatRequestDto } from './models/BlockChartSeatRequestDto';
|
|
19
20
|
export type { BlockedSeatDetail } from './models/BlockedSeatDetail';
|
|
20
21
|
export type { BlockGeneralSeatResponseDto } from './models/BlockGeneralSeatResponseDto';
|
|
21
22
|
export type { BlockGeneralSeatsRequestDto } from './models/BlockGeneralSeatsRequestDto';
|
|
@@ -105,6 +106,8 @@ export type { GoldenTicketDetailResponseDto } from './models/GoldenTicketDetailR
|
|
|
105
106
|
export type { GoldenTicketShowsResponseDto } from './models/GoldenTicketShowsResponseDto';
|
|
106
107
|
export type { GroupCodeResponseDto } from './models/GroupCodeResponseDto';
|
|
107
108
|
export type { HiddenCodeResponseDto } from './models/HiddenCodeResponseDto';
|
|
109
|
+
export type { HoldChartSeatResponseDto } from './models/HoldChartSeatResponseDto';
|
|
110
|
+
export type { HoldSeatDetailsResponseDto } from './models/HoldSeatDetailsResponseDto';
|
|
108
111
|
export type { IconShowGroupResponseDto } from './models/IconShowGroupResponseDto';
|
|
109
112
|
export type { InterviewDetailResponseDto } from './models/InterviewDetailResponseDto';
|
|
110
113
|
export type { InterviewResponseDto } from './models/InterviewResponseDto';
|
|
@@ -113,6 +116,7 @@ export type { LandingPageResponseDto } from './models/LandingPageResponseDto';
|
|
|
113
116
|
export type { LoginRequestDto } from './models/LoginRequestDto';
|
|
114
117
|
export type { MailDetailResponseDto } from './models/MailDetailResponseDto';
|
|
115
118
|
export type { MailResponseDto } from './models/MailResponseDto';
|
|
119
|
+
export type { ManagedShowResponseDto } from './models/ManagedShowResponseDto';
|
|
116
120
|
export type { MappedPortalObjectPermission } from './models/MappedPortalObjectPermission';
|
|
117
121
|
export type { MappedPortalObjectSimple } from './models/MappedPortalObjectSimple';
|
|
118
122
|
export type { MessageSettingResponseDto } from './models/MessageSettingResponseDto';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { HoldSeatDetailsResponseDto } from './HoldSeatDetailsResponseDto';
|
|
2
|
+
export type HoldChartSeatResponseDto = {
|
|
3
|
+
success: boolean;
|
|
4
|
+
occupySeat: boolean;
|
|
5
|
+
cartTimed: boolean;
|
|
6
|
+
reason: string;
|
|
7
|
+
message: string;
|
|
8
|
+
seat: Array<HoldSeatDetailsResponseDto>;
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type HoldSeatDetailsResponseDto = {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { AssignSeatsRequestDto } from '../models/AssignSeatsRequestDto';
|
|
2
|
+
import type { BlockChartSeatRequestDto } from '../models/BlockChartSeatRequestDto';
|
|
2
3
|
import type { BlockedSeatDetail } from '../models/BlockedSeatDetail';
|
|
3
4
|
import type { BlockGeneralSeatResponseDto } from '../models/BlockGeneralSeatResponseDto';
|
|
4
5
|
import type { BlockGeneralSeatsRequestDto } from '../models/BlockGeneralSeatsRequestDto';
|
|
@@ -9,6 +10,7 @@ import type { CheckSelectedSeatResponseDto } from '../models/CheckSelectedSeatRe
|
|
|
9
10
|
import type { EmailDetailResponseDto } from '../models/EmailDetailResponseDto';
|
|
10
11
|
import type { ExchangeShowDetailResponseDto } from '../models/ExchangeShowDetailResponseDto';
|
|
11
12
|
import type { FilterShowsResponseDto } from '../models/FilterShowsResponseDto';
|
|
13
|
+
import type { HoldChartSeatResponseDto } from '../models/HoldChartSeatResponseDto';
|
|
12
14
|
import type { RemoveReservationCodeRequestDto } from '../models/RemoveReservationCodeRequestDto';
|
|
13
15
|
import type { RemoveSeatsRequestDto } from '../models/RemoveSeatsRequestDto';
|
|
14
16
|
import type { ReservationCodeResponseDto } from '../models/ReservationCodeResponseDto';
|
|
@@ -163,6 +165,16 @@ export declare class FeaturesBlockedSeatsService {
|
|
|
163
165
|
* @throws ApiError
|
|
164
166
|
*/
|
|
165
167
|
static holdGeneralSeatTickets(xStudioId: string, showId: string, requestBody: BlockGeneralSeatsRequestDto): CancelablePromise<BlockGeneralSeatResponseDto>;
|
|
168
|
+
/**
|
|
169
|
+
* Hold the selected chart seat tickets
|
|
170
|
+
* Hold the selected chart seat tickets
|
|
171
|
+
* @param xStudioId The ID of the studio
|
|
172
|
+
* @param showId The ID of the show
|
|
173
|
+
* @param requestBody Request body for holding the selected chart seat tickets
|
|
174
|
+
* @returns HoldChartSeatResponseDto Seats held successfully
|
|
175
|
+
* @throws ApiError
|
|
176
|
+
*/
|
|
177
|
+
static holdChartSeatTickets(xStudioId: string, showId: string, requestBody: BlockChartSeatRequestDto): CancelablePromise<HoldChartSeatResponseDto>;
|
|
166
178
|
/**
|
|
167
179
|
* Release the selected seat
|
|
168
180
|
* Release the selected seat
|
|
@@ -308,6 +308,29 @@ class FeaturesBlockedSeatsService {
|
|
|
308
308
|
mediaType: 'application/json',
|
|
309
309
|
});
|
|
310
310
|
}
|
|
311
|
+
/**
|
|
312
|
+
* Hold the selected chart seat tickets
|
|
313
|
+
* Hold the selected chart seat tickets
|
|
314
|
+
* @param xStudioId The ID of the studio
|
|
315
|
+
* @param showId The ID of the show
|
|
316
|
+
* @param requestBody Request body for holding the selected chart seat tickets
|
|
317
|
+
* @returns HoldChartSeatResponseDto Seats held successfully
|
|
318
|
+
* @throws ApiError
|
|
319
|
+
*/
|
|
320
|
+
static holdChartSeatTickets(xStudioId, showId, requestBody) {
|
|
321
|
+
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
322
|
+
method: 'POST',
|
|
323
|
+
url: '/features/blocked-seats/{showId}/hold-chart-seat-tickets',
|
|
324
|
+
path: {
|
|
325
|
+
'showId': showId,
|
|
326
|
+
},
|
|
327
|
+
headers: {
|
|
328
|
+
'x-studio-id': xStudioId,
|
|
329
|
+
},
|
|
330
|
+
body: requestBody,
|
|
331
|
+
mediaType: 'application/json',
|
|
332
|
+
});
|
|
333
|
+
}
|
|
311
334
|
/**
|
|
312
335
|
* Release the selected seat
|
|
313
336
|
* Release the selected seat
|
|
@@ -8,6 +8,7 @@ import type { DigitalAssetsListResponseDto } from '../models/DigitalAssetsListRe
|
|
|
8
8
|
import type { EditShowRequestDto } from '../models/EditShowRequestDto';
|
|
9
9
|
import type { EmailBuyersListResponseDto } from '../models/EmailBuyersListResponseDto';
|
|
10
10
|
import type { EmailBuyersRequestDto } from '../models/EmailBuyersRequestDto';
|
|
11
|
+
import type { ManagedShowResponseDto } from '../models/ManagedShowResponseDto';
|
|
11
12
|
import type { MigrateTicketDetails } from '../models/MigrateTicketDetails';
|
|
12
13
|
import type { MigrateTicketRequestDto } from '../models/MigrateTicketRequestDto';
|
|
13
14
|
import type { PerformersListRequestDto } from '../models/PerformersListRequestDto';
|
|
@@ -34,6 +35,14 @@ export declare class ShowsService {
|
|
|
34
35
|
* @throws ApiError
|
|
35
36
|
*/
|
|
36
37
|
static getShowList(xStudioId: string): CancelablePromise<ShowListResponseDto>;
|
|
38
|
+
/**
|
|
39
|
+
* Fetch the rented show lists
|
|
40
|
+
* To fetch the rented show lists and details
|
|
41
|
+
* @param xStudioId The ID of the studio
|
|
42
|
+
* @returns ManagedShowResponseDto Rented show list fetched successfully
|
|
43
|
+
* @throws ApiError
|
|
44
|
+
*/
|
|
45
|
+
static getRentedShowList(xStudioId: string): CancelablePromise<Array<ManagedShowResponseDto>>;
|
|
37
46
|
/**
|
|
38
47
|
* Fetch the show details
|
|
39
48
|
* To fetch the details of the show
|
|
@@ -20,6 +20,22 @@ class ShowsService {
|
|
|
20
20
|
},
|
|
21
21
|
});
|
|
22
22
|
}
|
|
23
|
+
/**
|
|
24
|
+
* Fetch the rented show lists
|
|
25
|
+
* To fetch the rented show lists and details
|
|
26
|
+
* @param xStudioId The ID of the studio
|
|
27
|
+
* @returns ManagedShowResponseDto Rented show list fetched successfully
|
|
28
|
+
* @throws ApiError
|
|
29
|
+
*/
|
|
30
|
+
static getRentedShowList(xStudioId) {
|
|
31
|
+
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
32
|
+
method: 'GET',
|
|
33
|
+
url: '/shows/rented-shows',
|
|
34
|
+
headers: {
|
|
35
|
+
'x-studio-id': xStudioId,
|
|
36
|
+
},
|
|
37
|
+
});
|
|
38
|
+
}
|
|
23
39
|
/**
|
|
24
40
|
* Fetch the show details
|
|
25
41
|
* To fetch the details of the show
|
|
@@ -12,6 +12,7 @@ export type { AssignWaitlistRequestDto } from './models/AssignWaitlistRequestDto
|
|
|
12
12
|
export type { AutoDiscounts } from './models/AutoDiscounts';
|
|
13
13
|
export type { AvaliableSeats } from './models/AvaliableSeats';
|
|
14
14
|
export type { BankDetails } from './models/BankDetails';
|
|
15
|
+
export type { BlockChartSeatRequestDto } from './models/BlockChartSeatRequestDto';
|
|
15
16
|
export type { BlockedSeatDetail } from './models/BlockedSeatDetail';
|
|
16
17
|
export type { BlockGeneralSeatResponseDto } from './models/BlockGeneralSeatResponseDto';
|
|
17
18
|
export type { BlockGeneralSeatsRequestDto } from './models/BlockGeneralSeatsRequestDto';
|
|
@@ -101,6 +102,8 @@ export type { GoldenTicketDetailResponseDto } from './models/GoldenTicketDetailR
|
|
|
101
102
|
export type { GoldenTicketShowsResponseDto } from './models/GoldenTicketShowsResponseDto';
|
|
102
103
|
export type { GroupCodeResponseDto } from './models/GroupCodeResponseDto';
|
|
103
104
|
export type { HiddenCodeResponseDto } from './models/HiddenCodeResponseDto';
|
|
105
|
+
export type { HoldChartSeatResponseDto } from './models/HoldChartSeatResponseDto';
|
|
106
|
+
export type { HoldSeatDetailsResponseDto } from './models/HoldSeatDetailsResponseDto';
|
|
104
107
|
export type { IconShowGroupResponseDto } from './models/IconShowGroupResponseDto';
|
|
105
108
|
export type { InterviewDetailResponseDto } from './models/InterviewDetailResponseDto';
|
|
106
109
|
export type { InterviewResponseDto } from './models/InterviewResponseDto';
|
|
@@ -109,6 +112,7 @@ export type { LandingPageResponseDto } from './models/LandingPageResponseDto';
|
|
|
109
112
|
export type { LoginRequestDto } from './models/LoginRequestDto';
|
|
110
113
|
export type { MailDetailResponseDto } from './models/MailDetailResponseDto';
|
|
111
114
|
export type { MailResponseDto } from './models/MailResponseDto';
|
|
115
|
+
export type { ManagedShowResponseDto } from './models/ManagedShowResponseDto';
|
|
112
116
|
export type { MappedPortalObjectPermission } from './models/MappedPortalObjectPermission';
|
|
113
117
|
export type { MappedPortalObjectSimple } from './models/MappedPortalObjectSimple';
|
|
114
118
|
export type { MessageSettingResponseDto } from './models/MessageSettingResponseDto';
|
|
@@ -16,6 +16,7 @@ export type { AssignWaitlistRequestDto } from './models/AssignWaitlistRequestDto
|
|
|
16
16
|
export type { AutoDiscounts } from './models/AutoDiscounts';
|
|
17
17
|
export type { AvaliableSeats } from './models/AvaliableSeats';
|
|
18
18
|
export type { BankDetails } from './models/BankDetails';
|
|
19
|
+
export type { BlockChartSeatRequestDto } from './models/BlockChartSeatRequestDto';
|
|
19
20
|
export type { BlockedSeatDetail } from './models/BlockedSeatDetail';
|
|
20
21
|
export type { BlockGeneralSeatResponseDto } from './models/BlockGeneralSeatResponseDto';
|
|
21
22
|
export type { BlockGeneralSeatsRequestDto } from './models/BlockGeneralSeatsRequestDto';
|
|
@@ -105,6 +106,8 @@ export type { GoldenTicketDetailResponseDto } from './models/GoldenTicketDetailR
|
|
|
105
106
|
export type { GoldenTicketShowsResponseDto } from './models/GoldenTicketShowsResponseDto';
|
|
106
107
|
export type { GroupCodeResponseDto } from './models/GroupCodeResponseDto';
|
|
107
108
|
export type { HiddenCodeResponseDto } from './models/HiddenCodeResponseDto';
|
|
109
|
+
export type { HoldChartSeatResponseDto } from './models/HoldChartSeatResponseDto';
|
|
110
|
+
export type { HoldSeatDetailsResponseDto } from './models/HoldSeatDetailsResponseDto';
|
|
108
111
|
export type { IconShowGroupResponseDto } from './models/IconShowGroupResponseDto';
|
|
109
112
|
export type { InterviewDetailResponseDto } from './models/InterviewDetailResponseDto';
|
|
110
113
|
export type { InterviewResponseDto } from './models/InterviewResponseDto';
|
|
@@ -113,6 +116,7 @@ export type { LandingPageResponseDto } from './models/LandingPageResponseDto';
|
|
|
113
116
|
export type { LoginRequestDto } from './models/LoginRequestDto';
|
|
114
117
|
export type { MailDetailResponseDto } from './models/MailDetailResponseDto';
|
|
115
118
|
export type { MailResponseDto } from './models/MailResponseDto';
|
|
119
|
+
export type { ManagedShowResponseDto } from './models/ManagedShowResponseDto';
|
|
116
120
|
export type { MappedPortalObjectPermission } from './models/MappedPortalObjectPermission';
|
|
117
121
|
export type { MappedPortalObjectSimple } from './models/MappedPortalObjectSimple';
|
|
118
122
|
export type { MessageSettingResponseDto } from './models/MessageSettingResponseDto';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { HoldSeatDetailsResponseDto } from './HoldSeatDetailsResponseDto';
|
|
2
|
+
export type HoldChartSeatResponseDto = {
|
|
3
|
+
success: boolean;
|
|
4
|
+
occupySeat: boolean;
|
|
5
|
+
cartTimed: boolean;
|
|
6
|
+
reason: string;
|
|
7
|
+
message: string;
|
|
8
|
+
seat: Array<HoldSeatDetailsResponseDto>;
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type HoldSeatDetailsResponseDto = {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { AssignSeatsRequestDto } from '../models/AssignSeatsRequestDto';
|
|
2
|
+
import type { BlockChartSeatRequestDto } from '../models/BlockChartSeatRequestDto';
|
|
2
3
|
import type { BlockedSeatDetail } from '../models/BlockedSeatDetail';
|
|
3
4
|
import type { BlockGeneralSeatResponseDto } from '../models/BlockGeneralSeatResponseDto';
|
|
4
5
|
import type { BlockGeneralSeatsRequestDto } from '../models/BlockGeneralSeatsRequestDto';
|
|
@@ -9,6 +10,7 @@ import type { CheckSelectedSeatResponseDto } from '../models/CheckSelectedSeatRe
|
|
|
9
10
|
import type { EmailDetailResponseDto } from '../models/EmailDetailResponseDto';
|
|
10
11
|
import type { ExchangeShowDetailResponseDto } from '../models/ExchangeShowDetailResponseDto';
|
|
11
12
|
import type { FilterShowsResponseDto } from '../models/FilterShowsResponseDto';
|
|
13
|
+
import type { HoldChartSeatResponseDto } from '../models/HoldChartSeatResponseDto';
|
|
12
14
|
import type { RemoveReservationCodeRequestDto } from '../models/RemoveReservationCodeRequestDto';
|
|
13
15
|
import type { RemoveSeatsRequestDto } from '../models/RemoveSeatsRequestDto';
|
|
14
16
|
import type { ReservationCodeResponseDto } from '../models/ReservationCodeResponseDto';
|
|
@@ -163,6 +165,16 @@ export declare class FeaturesBlockedSeatsService {
|
|
|
163
165
|
* @throws ApiError
|
|
164
166
|
*/
|
|
165
167
|
static holdGeneralSeatTickets(xStudioId: string, showId: string, requestBody: BlockGeneralSeatsRequestDto): CancelablePromise<BlockGeneralSeatResponseDto>;
|
|
168
|
+
/**
|
|
169
|
+
* Hold the selected chart seat tickets
|
|
170
|
+
* Hold the selected chart seat tickets
|
|
171
|
+
* @param xStudioId The ID of the studio
|
|
172
|
+
* @param showId The ID of the show
|
|
173
|
+
* @param requestBody Request body for holding the selected chart seat tickets
|
|
174
|
+
* @returns HoldChartSeatResponseDto Seats held successfully
|
|
175
|
+
* @throws ApiError
|
|
176
|
+
*/
|
|
177
|
+
static holdChartSeatTickets(xStudioId: string, showId: string, requestBody: BlockChartSeatRequestDto): CancelablePromise<HoldChartSeatResponseDto>;
|
|
166
178
|
/**
|
|
167
179
|
* Release the selected seat
|
|
168
180
|
* Release the selected seat
|
|
@@ -305,6 +305,29 @@ export class FeaturesBlockedSeatsService {
|
|
|
305
305
|
mediaType: 'application/json',
|
|
306
306
|
});
|
|
307
307
|
}
|
|
308
|
+
/**
|
|
309
|
+
* Hold the selected chart seat tickets
|
|
310
|
+
* Hold the selected chart seat tickets
|
|
311
|
+
* @param xStudioId The ID of the studio
|
|
312
|
+
* @param showId The ID of the show
|
|
313
|
+
* @param requestBody Request body for holding the selected chart seat tickets
|
|
314
|
+
* @returns HoldChartSeatResponseDto Seats held successfully
|
|
315
|
+
* @throws ApiError
|
|
316
|
+
*/
|
|
317
|
+
static holdChartSeatTickets(xStudioId, showId, requestBody) {
|
|
318
|
+
return __request(OpenAPI, {
|
|
319
|
+
method: 'POST',
|
|
320
|
+
url: '/features/blocked-seats/{showId}/hold-chart-seat-tickets',
|
|
321
|
+
path: {
|
|
322
|
+
'showId': showId,
|
|
323
|
+
},
|
|
324
|
+
headers: {
|
|
325
|
+
'x-studio-id': xStudioId,
|
|
326
|
+
},
|
|
327
|
+
body: requestBody,
|
|
328
|
+
mediaType: 'application/json',
|
|
329
|
+
});
|
|
330
|
+
}
|
|
308
331
|
/**
|
|
309
332
|
* Release the selected seat
|
|
310
333
|
* Release the selected seat
|
|
@@ -8,6 +8,7 @@ import type { DigitalAssetsListResponseDto } from '../models/DigitalAssetsListRe
|
|
|
8
8
|
import type { EditShowRequestDto } from '../models/EditShowRequestDto';
|
|
9
9
|
import type { EmailBuyersListResponseDto } from '../models/EmailBuyersListResponseDto';
|
|
10
10
|
import type { EmailBuyersRequestDto } from '../models/EmailBuyersRequestDto';
|
|
11
|
+
import type { ManagedShowResponseDto } from '../models/ManagedShowResponseDto';
|
|
11
12
|
import type { MigrateTicketDetails } from '../models/MigrateTicketDetails';
|
|
12
13
|
import type { MigrateTicketRequestDto } from '../models/MigrateTicketRequestDto';
|
|
13
14
|
import type { PerformersListRequestDto } from '../models/PerformersListRequestDto';
|
|
@@ -34,6 +35,14 @@ export declare class ShowsService {
|
|
|
34
35
|
* @throws ApiError
|
|
35
36
|
*/
|
|
36
37
|
static getShowList(xStudioId: string): CancelablePromise<ShowListResponseDto>;
|
|
38
|
+
/**
|
|
39
|
+
* Fetch the rented show lists
|
|
40
|
+
* To fetch the rented show lists and details
|
|
41
|
+
* @param xStudioId The ID of the studio
|
|
42
|
+
* @returns ManagedShowResponseDto Rented show list fetched successfully
|
|
43
|
+
* @throws ApiError
|
|
44
|
+
*/
|
|
45
|
+
static getRentedShowList(xStudioId: string): CancelablePromise<Array<ManagedShowResponseDto>>;
|
|
37
46
|
/**
|
|
38
47
|
* Fetch the show details
|
|
39
48
|
* To fetch the details of the show
|
|
@@ -17,6 +17,22 @@ export class ShowsService {
|
|
|
17
17
|
},
|
|
18
18
|
});
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* Fetch the rented show lists
|
|
22
|
+
* To fetch the rented show lists and details
|
|
23
|
+
* @param xStudioId The ID of the studio
|
|
24
|
+
* @returns ManagedShowResponseDto Rented show list fetched successfully
|
|
25
|
+
* @throws ApiError
|
|
26
|
+
*/
|
|
27
|
+
static getRentedShowList(xStudioId) {
|
|
28
|
+
return __request(OpenAPI, {
|
|
29
|
+
method: 'GET',
|
|
30
|
+
url: '/shows/rented-shows',
|
|
31
|
+
headers: {
|
|
32
|
+
'x-studio-id': xStudioId,
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
}
|
|
20
36
|
/**
|
|
21
37
|
* Fetch the show details
|
|
22
38
|
* To fetch the details of the show
|
|
@@ -12,6 +12,7 @@ export type { AssignWaitlistRequestDto } from './models/AssignWaitlistRequestDto
|
|
|
12
12
|
export type { AutoDiscounts } from './models/AutoDiscounts';
|
|
13
13
|
export type { AvaliableSeats } from './models/AvaliableSeats';
|
|
14
14
|
export type { BankDetails } from './models/BankDetails';
|
|
15
|
+
export type { BlockChartSeatRequestDto } from './models/BlockChartSeatRequestDto';
|
|
15
16
|
export type { BlockedSeatDetail } from './models/BlockedSeatDetail';
|
|
16
17
|
export type { BlockGeneralSeatResponseDto } from './models/BlockGeneralSeatResponseDto';
|
|
17
18
|
export type { BlockGeneralSeatsRequestDto } from './models/BlockGeneralSeatsRequestDto';
|
|
@@ -101,6 +102,8 @@ export type { GoldenTicketDetailResponseDto } from './models/GoldenTicketDetailR
|
|
|
101
102
|
export type { GoldenTicketShowsResponseDto } from './models/GoldenTicketShowsResponseDto';
|
|
102
103
|
export type { GroupCodeResponseDto } from './models/GroupCodeResponseDto';
|
|
103
104
|
export type { HiddenCodeResponseDto } from './models/HiddenCodeResponseDto';
|
|
105
|
+
export type { HoldChartSeatResponseDto } from './models/HoldChartSeatResponseDto';
|
|
106
|
+
export type { HoldSeatDetailsResponseDto } from './models/HoldSeatDetailsResponseDto';
|
|
104
107
|
export type { IconShowGroupResponseDto } from './models/IconShowGroupResponseDto';
|
|
105
108
|
export type { InterviewDetailResponseDto } from './models/InterviewDetailResponseDto';
|
|
106
109
|
export type { InterviewResponseDto } from './models/InterviewResponseDto';
|
|
@@ -109,6 +112,7 @@ export type { LandingPageResponseDto } from './models/LandingPageResponseDto';
|
|
|
109
112
|
export type { LoginRequestDto } from './models/LoginRequestDto';
|
|
110
113
|
export type { MailDetailResponseDto } from './models/MailDetailResponseDto';
|
|
111
114
|
export type { MailResponseDto } from './models/MailResponseDto';
|
|
115
|
+
export type { ManagedShowResponseDto } from './models/ManagedShowResponseDto';
|
|
112
116
|
export type { MappedPortalObjectPermission } from './models/MappedPortalObjectPermission';
|
|
113
117
|
export type { MappedPortalObjectSimple } from './models/MappedPortalObjectSimple';
|
|
114
118
|
export type { MessageSettingResponseDto } from './models/MessageSettingResponseDto';
|
package/package.json
CHANGED
|
@@ -21,6 +21,7 @@ export type { AssignWaitlistRequestDto } from './models/AssignWaitlistRequestDto
|
|
|
21
21
|
export type { AutoDiscounts } from './models/AutoDiscounts';
|
|
22
22
|
export type { AvaliableSeats } from './models/AvaliableSeats';
|
|
23
23
|
export type { BankDetails } from './models/BankDetails';
|
|
24
|
+
export type { BlockChartSeatRequestDto } from './models/BlockChartSeatRequestDto';
|
|
24
25
|
export type { BlockedSeatDetail } from './models/BlockedSeatDetail';
|
|
25
26
|
export type { BlockGeneralSeatResponseDto } from './models/BlockGeneralSeatResponseDto';
|
|
26
27
|
export type { BlockGeneralSeatsRequestDto } from './models/BlockGeneralSeatsRequestDto';
|
|
@@ -110,6 +111,8 @@ export type { GoldenTicketDetailResponseDto } from './models/GoldenTicketDetailR
|
|
|
110
111
|
export type { GoldenTicketShowsResponseDto } from './models/GoldenTicketShowsResponseDto';
|
|
111
112
|
export type { GroupCodeResponseDto } from './models/GroupCodeResponseDto';
|
|
112
113
|
export type { HiddenCodeResponseDto } from './models/HiddenCodeResponseDto';
|
|
114
|
+
export type { HoldChartSeatResponseDto } from './models/HoldChartSeatResponseDto';
|
|
115
|
+
export type { HoldSeatDetailsResponseDto } from './models/HoldSeatDetailsResponseDto';
|
|
113
116
|
export type { IconShowGroupResponseDto } from './models/IconShowGroupResponseDto';
|
|
114
117
|
export type { InterviewDetailResponseDto } from './models/InterviewDetailResponseDto';
|
|
115
118
|
export type { InterviewResponseDto } from './models/InterviewResponseDto';
|
|
@@ -118,6 +121,7 @@ export type { LandingPageResponseDto } from './models/LandingPageResponseDto';
|
|
|
118
121
|
export type { LoginRequestDto } from './models/LoginRequestDto';
|
|
119
122
|
export type { MailDetailResponseDto } from './models/MailDetailResponseDto';
|
|
120
123
|
export type { MailResponseDto } from './models/MailResponseDto';
|
|
124
|
+
export type { ManagedShowResponseDto } from './models/ManagedShowResponseDto';
|
|
121
125
|
export type { MappedPortalObjectPermission } from './models/MappedPortalObjectPermission';
|
|
122
126
|
export type { MappedPortalObjectSimple } from './models/MappedPortalObjectSimple';
|
|
123
127
|
export type { MessageSettingResponseDto } from './models/MessageSettingResponseDto';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type BlockChartSeatRequestDto = {
|
|
6
|
+
section: string;
|
|
7
|
+
row: string;
|
|
8
|
+
seat: number;
|
|
9
|
+
extend: number;
|
|
10
|
+
priorityCodeId: string;
|
|
11
|
+
};
|
|
12
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { HoldSeatDetailsResponseDto } from './HoldSeatDetailsResponseDto';
|
|
6
|
+
export type HoldChartSeatResponseDto = {
|
|
7
|
+
success: boolean;
|
|
8
|
+
occupySeat: boolean;
|
|
9
|
+
cartTimed: boolean;
|
|
10
|
+
reason: string;
|
|
11
|
+
message: string;
|
|
12
|
+
seat: Array<HoldSeatDetailsResponseDto>;
|
|
13
|
+
};
|
|
14
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export type ManagedShowResponseDto = {
|
|
6
|
+
title: string;
|
|
7
|
+
name: string;
|
|
8
|
+
dateStart: string;
|
|
9
|
+
dateSalesStart: string;
|
|
10
|
+
renter: string;
|
|
11
|
+
theatreName: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
import type { AssignSeatsRequestDto } from '../models/AssignSeatsRequestDto';
|
|
6
|
+
import type { BlockChartSeatRequestDto } from '../models/BlockChartSeatRequestDto';
|
|
6
7
|
import type { BlockedSeatDetail } from '../models/BlockedSeatDetail';
|
|
7
8
|
import type { BlockGeneralSeatResponseDto } from '../models/BlockGeneralSeatResponseDto';
|
|
8
9
|
import type { BlockGeneralSeatsRequestDto } from '../models/BlockGeneralSeatsRequestDto';
|
|
@@ -13,6 +14,7 @@ import type { CheckSelectedSeatResponseDto } from '../models/CheckSelectedSeatRe
|
|
|
13
14
|
import type { EmailDetailResponseDto } from '../models/EmailDetailResponseDto';
|
|
14
15
|
import type { ExchangeShowDetailResponseDto } from '../models/ExchangeShowDetailResponseDto';
|
|
15
16
|
import type { FilterShowsResponseDto } from '../models/FilterShowsResponseDto';
|
|
17
|
+
import type { HoldChartSeatResponseDto } from '../models/HoldChartSeatResponseDto';
|
|
16
18
|
import type { RemoveReservationCodeRequestDto } from '../models/RemoveReservationCodeRequestDto';
|
|
17
19
|
import type { RemoveSeatsRequestDto } from '../models/RemoveSeatsRequestDto';
|
|
18
20
|
import type { ReservationCodeResponseDto } from '../models/ReservationCodeResponseDto';
|
|
@@ -376,6 +378,33 @@ export class FeaturesBlockedSeatsService {
|
|
|
376
378
|
mediaType: 'application/json',
|
|
377
379
|
});
|
|
378
380
|
}
|
|
381
|
+
/**
|
|
382
|
+
* Hold the selected chart seat tickets
|
|
383
|
+
* Hold the selected chart seat tickets
|
|
384
|
+
* @param xStudioId The ID of the studio
|
|
385
|
+
* @param showId The ID of the show
|
|
386
|
+
* @param requestBody Request body for holding the selected chart seat tickets
|
|
387
|
+
* @returns HoldChartSeatResponseDto Seats held successfully
|
|
388
|
+
* @throws ApiError
|
|
389
|
+
*/
|
|
390
|
+
public static holdChartSeatTickets(
|
|
391
|
+
xStudioId: string,
|
|
392
|
+
showId: string,
|
|
393
|
+
requestBody: BlockChartSeatRequestDto,
|
|
394
|
+
): CancelablePromise<HoldChartSeatResponseDto> {
|
|
395
|
+
return __request(OpenAPI, {
|
|
396
|
+
method: 'POST',
|
|
397
|
+
url: '/features/blocked-seats/{showId}/hold-chart-seat-tickets',
|
|
398
|
+
path: {
|
|
399
|
+
'showId': showId,
|
|
400
|
+
},
|
|
401
|
+
headers: {
|
|
402
|
+
'x-studio-id': xStudioId,
|
|
403
|
+
},
|
|
404
|
+
body: requestBody,
|
|
405
|
+
mediaType: 'application/json',
|
|
406
|
+
});
|
|
407
|
+
}
|
|
379
408
|
/**
|
|
380
409
|
* Release the selected seat
|
|
381
410
|
* Release the selected seat
|
|
@@ -12,6 +12,7 @@ import type { DigitalAssetsListResponseDto } from '../models/DigitalAssetsListRe
|
|
|
12
12
|
import type { EditShowRequestDto } from '../models/EditShowRequestDto';
|
|
13
13
|
import type { EmailBuyersListResponseDto } from '../models/EmailBuyersListResponseDto';
|
|
14
14
|
import type { EmailBuyersRequestDto } from '../models/EmailBuyersRequestDto';
|
|
15
|
+
import type { ManagedShowResponseDto } from '../models/ManagedShowResponseDto';
|
|
15
16
|
import type { MigrateTicketDetails } from '../models/MigrateTicketDetails';
|
|
16
17
|
import type { MigrateTicketRequestDto } from '../models/MigrateTicketRequestDto';
|
|
17
18
|
import type { PerformersListRequestDto } from '../models/PerformersListRequestDto';
|
|
@@ -50,6 +51,24 @@ export class ShowsService {
|
|
|
50
51
|
},
|
|
51
52
|
});
|
|
52
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* Fetch the rented show lists
|
|
56
|
+
* To fetch the rented show lists and details
|
|
57
|
+
* @param xStudioId The ID of the studio
|
|
58
|
+
* @returns ManagedShowResponseDto Rented show list fetched successfully
|
|
59
|
+
* @throws ApiError
|
|
60
|
+
*/
|
|
61
|
+
public static getRentedShowList(
|
|
62
|
+
xStudioId: string,
|
|
63
|
+
): CancelablePromise<Array<ManagedShowResponseDto>> {
|
|
64
|
+
return __request(OpenAPI, {
|
|
65
|
+
method: 'GET',
|
|
66
|
+
url: '/shows/rented-shows',
|
|
67
|
+
headers: {
|
|
68
|
+
'x-studio-id': xStudioId,
|
|
69
|
+
},
|
|
70
|
+
});
|
|
71
|
+
}
|
|
53
72
|
/**
|
|
54
73
|
* Fetch the show details
|
|
55
74
|
* To fetch the details of the show
|
|
@@ -15,6 +15,7 @@ export type { AssignWaitlistRequestDto } from './models/AssignWaitlistRequestDto
|
|
|
15
15
|
export type { AutoDiscounts } from './models/AutoDiscounts';
|
|
16
16
|
export type { AvaliableSeats } from './models/AvaliableSeats';
|
|
17
17
|
export type { BankDetails } from './models/BankDetails';
|
|
18
|
+
export type { BlockChartSeatRequestDto } from './models/BlockChartSeatRequestDto';
|
|
18
19
|
export type { BlockedSeatDetail } from './models/BlockedSeatDetail';
|
|
19
20
|
export type { BlockGeneralSeatResponseDto } from './models/BlockGeneralSeatResponseDto';
|
|
20
21
|
export type { BlockGeneralSeatsRequestDto } from './models/BlockGeneralSeatsRequestDto';
|
|
@@ -104,6 +105,8 @@ export type { GoldenTicketDetailResponseDto } from './models/GoldenTicketDetailR
|
|
|
104
105
|
export type { GoldenTicketShowsResponseDto } from './models/GoldenTicketShowsResponseDto';
|
|
105
106
|
export type { GroupCodeResponseDto } from './models/GroupCodeResponseDto';
|
|
106
107
|
export type { HiddenCodeResponseDto } from './models/HiddenCodeResponseDto';
|
|
108
|
+
export type { HoldChartSeatResponseDto } from './models/HoldChartSeatResponseDto';
|
|
109
|
+
export type { HoldSeatDetailsResponseDto } from './models/HoldSeatDetailsResponseDto';
|
|
107
110
|
export type { IconShowGroupResponseDto } from './models/IconShowGroupResponseDto';
|
|
108
111
|
export type { InterviewDetailResponseDto } from './models/InterviewDetailResponseDto';
|
|
109
112
|
export type { InterviewResponseDto } from './models/InterviewResponseDto';
|
|
@@ -112,6 +115,7 @@ export type { LandingPageResponseDto } from './models/LandingPageResponseDto';
|
|
|
112
115
|
export type { LoginRequestDto } from './models/LoginRequestDto';
|
|
113
116
|
export type { MailDetailResponseDto } from './models/MailDetailResponseDto';
|
|
114
117
|
export type { MailResponseDto } from './models/MailResponseDto';
|
|
118
|
+
export type { ManagedShowResponseDto } from './models/ManagedShowResponseDto';
|
|
115
119
|
export type { MappedPortalObjectPermission } from './models/MappedPortalObjectPermission';
|
|
116
120
|
export type { MappedPortalObjectSimple } from './models/MappedPortalObjectSimple';
|
|
117
121
|
export type { MessageSettingResponseDto } from './models/MessageSettingResponseDto';
|