@drttix/drt-sdk 1.1.8 → 1.2.0
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/index.d.ts +1 -0
- package/dist/cjs/src/definitions/portal.d.ts +2 -0
- package/dist/cjs/src/definitions/portal.js +8 -6
- package/dist/cjs/src/generated/portal/core/OpenAPI.js +1 -1
- package/dist/cjs/src/generated/portal/index.d.ts +1 -0
- package/dist/cjs/src/generated/portal/index.js +4 -2
- package/dist/cjs/src/generated/portal/models/SearchFeatureResponseDto.d.ts +0 -2
- package/dist/cjs/src/generated/portal/services/SuperUserAdvancedStudioSettingsService.d.ts +20 -12
- package/dist/cjs/src/generated/portal/services/SuperUserAdvancedStudioSettingsService.js +38 -22
- package/dist/cjs/src/generated/portal/services/SuperUserExtraService.d.ts +20 -0
- package/dist/cjs/src/generated/portal/services/SuperUserExtraService.js +40 -0
- package/dist/cjs/src/staging/index.d.ts +1 -0
- package/dist/cjs/src/staging/portal.d.ts +2 -0
- package/dist/cjs/src/staging/portal.js +8 -6
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/src/definitions/portal.d.ts +2 -0
- package/dist/esm/src/definitions/portal.js +2 -0
- package/dist/esm/src/generated/portal/core/OpenAPI.js +1 -1
- package/dist/esm/src/generated/portal/index.d.ts +1 -0
- package/dist/esm/src/generated/portal/index.js +1 -0
- package/dist/esm/src/generated/portal/models/SearchFeatureResponseDto.d.ts +0 -2
- package/dist/esm/src/generated/portal/services/SuperUserAdvancedStudioSettingsService.d.ts +20 -12
- package/dist/esm/src/generated/portal/services/SuperUserAdvancedStudioSettingsService.js +38 -22
- package/dist/esm/src/generated/portal/services/SuperUserExtraService.d.ts +20 -0
- package/dist/esm/src/generated/portal/services/SuperUserExtraService.js +36 -0
- package/dist/esm/src/staging/index.d.ts +1 -0
- package/dist/esm/src/staging/portal.d.ts +2 -0
- package/dist/esm/src/staging/portal.js +2 -0
- package/package.json +1 -1
- package/src/definitions/portal.ts +2 -0
- package/src/generated/portal/core/OpenAPI.ts +1 -1
- package/src/generated/portal/index.ts +1 -0
- package/src/generated/portal/models/SearchFeatureResponseDto.ts +0 -2
- package/src/generated/portal/services/SuperUserAdvancedStudioSettingsService.ts +43 -25
- package/src/generated/portal/services/SuperUserExtraService.ts +46 -0
- package/src/staging/portal.ts +2 -0
package/dist/cjs/index.d.ts
CHANGED
|
@@ -61,6 +61,7 @@ export declare const DRT: {
|
|
|
61
61
|
superuserbuyerblacklist: typeof import("./src/generated/portal").SuperUserBuyerBlacklistService;
|
|
62
62
|
superuserdocumentlibrary: typeof import("./src/generated/portal").SuperUserDocumentLibraryService;
|
|
63
63
|
superusereditcss: typeof import("./src/generated/portal").SuperUserEditCssService;
|
|
64
|
+
superuserextra: typeof import("./src/generated/portal").SuperUserExtraService;
|
|
64
65
|
superuserimportblockedseats: typeof import("./src/generated/portal").SuperUserImportBlockedSeatsService;
|
|
65
66
|
superuserreleasedtickets: typeof import("./src/generated/portal").SuperUserReleasedTicketsService;
|
|
66
67
|
superusershoppers: typeof import("./src/generated/portal").SuperUserShoppersService;
|
|
@@ -36,6 +36,7 @@ import { SuperUserAlertsAndNotificationsService } from "../generated/portal";
|
|
|
36
36
|
import { SuperUserBuyerBlacklistService } from "../generated/portal";
|
|
37
37
|
import { SuperUserDocumentLibraryService } from "../generated/portal";
|
|
38
38
|
import { SuperUserEditCssService } from "../generated/portal";
|
|
39
|
+
import { SuperUserExtraService } from "../generated/portal";
|
|
39
40
|
import { SuperUserImportBlockedSeatsService } from "../generated/portal";
|
|
40
41
|
import { SuperUserReleasedTicketsService } from "../generated/portal";
|
|
41
42
|
import { SuperUserShoppersService } from "../generated/portal";
|
|
@@ -81,6 +82,7 @@ export declare const portal: {
|
|
|
81
82
|
superuserbuyerblacklist: typeof SuperUserBuyerBlacklistService;
|
|
82
83
|
superuserdocumentlibrary: typeof SuperUserDocumentLibraryService;
|
|
83
84
|
superusereditcss: typeof SuperUserEditCssService;
|
|
85
|
+
superuserextra: typeof SuperUserExtraService;
|
|
84
86
|
superuserimportblockedseats: typeof SuperUserImportBlockedSeatsService;
|
|
85
87
|
superuserreleasedtickets: typeof SuperUserReleasedTicketsService;
|
|
86
88
|
superusershoppers: typeof SuperUserShoppersService;
|
|
@@ -79,6 +79,7 @@ const portal_41 = require("../generated/portal");
|
|
|
79
79
|
const portal_42 = require("../generated/portal");
|
|
80
80
|
const portal_43 = require("../generated/portal");
|
|
81
81
|
const portal_44 = require("../generated/portal");
|
|
82
|
+
const portal_45 = require("../generated/portal");
|
|
82
83
|
exports.portal = {
|
|
83
84
|
account: portal_1.AccountService,
|
|
84
85
|
accounting: portal_2.AccountingService,
|
|
@@ -118,12 +119,13 @@ exports.portal = {
|
|
|
118
119
|
superuserbuyerblacklist: portal_36.SuperUserBuyerBlacklistService,
|
|
119
120
|
superuserdocumentlibrary: portal_37.SuperUserDocumentLibraryService,
|
|
120
121
|
superusereditcss: portal_38.SuperUserEditCssService,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
122
|
+
superuserextra: portal_39.SuperUserExtraService,
|
|
123
|
+
superuserimportblockedseats: portal_40.SuperUserImportBlockedSeatsService,
|
|
124
|
+
superuserreleasedtickets: portal_41.SuperUserReleasedTicketsService,
|
|
125
|
+
superusershoppers: portal_42.SuperUserShoppersService,
|
|
126
|
+
superuserstudiomanagementintegration: portal_43.SuperUserStudioManagementIntegrationService,
|
|
127
|
+
superusersupporttickets: portal_44.SuperUserSupportTicketsService,
|
|
128
|
+
superusertimedtriggers: portal_45.SuperUserTimedTriggersService,
|
|
127
129
|
};
|
|
128
130
|
// Re-export all types as a namespace
|
|
129
131
|
exports.PortalTypes = __importStar(require("../generated/portal/types"));
|
|
@@ -427,6 +427,7 @@ export { SuperUserAlertsAndNotificationsService } from './services/SuperUserAler
|
|
|
427
427
|
export { SuperUserBuyerBlacklistService } from './services/SuperUserBuyerBlacklistService';
|
|
428
428
|
export { SuperUserDocumentLibraryService } from './services/SuperUserDocumentLibraryService';
|
|
429
429
|
export { SuperUserEditCssService } from './services/SuperUserEditCssService';
|
|
430
|
+
export { SuperUserExtraService } from './services/SuperUserExtraService';
|
|
430
431
|
export { SuperUserImportBlockedSeatsService } from './services/SuperUserImportBlockedSeatsService';
|
|
431
432
|
export { SuperUserReleasedTicketsService } from './services/SuperUserReleasedTicketsService';
|
|
432
433
|
export { SuperUserShoppersService } from './services/SuperUserShoppersService';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.SuperUserTimedTriggersService = void 0;
|
|
3
|
+
exports.SuperUserStudioManagementIntegrationService = exports.SuperUserShoppersService = exports.SuperUserReleasedTicketsService = exports.SuperUserImportBlockedSeatsService = exports.SuperUserExtraService = exports.SuperUserEditCssService = exports.SuperUserDocumentLibraryService = exports.SuperUserBuyerBlacklistService = exports.SuperUserAlertsAndNotificationsService = exports.SuperUserAdvancedStudioSettingsService = exports.SuperUserAbandonedCartsService = exports.ShowsService = exports.SettingsService = exports.ReportsService = exports.OrderLookupService = exports.HelpService = exports.FeaturesProductsService = exports.FeaturesPriorityService = exports.FeaturesLandingPageService = exports.FeaturesGoldenTicketsService = exports.FeaturesGiftCardsService = exports.FeaturesDonationsService = exports.FeaturesDiscountsService = exports.FeaturesCheckoutQuestionsService = exports.FeaturesBlockedSeatsService = exports.DashboardService = exports.ClientToolsWaitlistService = exports.ClientToolsUnapprovedOrdersService = exports.ClientToolsTicketScanningService = exports.ClientToolsTicketingLinkService = exports.ClientToolsThemesLibraryService = exports.ClientToolsThemeBuilderService = exports.ClientToolsStripeOnboardingService = exports.ClientToolsSeatAssignmentToolService = exports.ClientToolsPatronDatabaseService = exports.ClientToolsParentLetterService = exports.ClientToolsInterviewUpdateService = exports.ClientToolsGeneratedEmailsService = exports.BookmarkService = exports.AuthService = exports.AppService = exports.AccountingService = exports.AccountService = exports.UpdateTaxRegistrationRequestDto = exports.UpdateStripeUsageRequestDto = exports.CheckoutAnswerOrderRequestDto = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.ApiError = void 0;
|
|
4
|
+
exports.SuperUserTimedTriggersService = exports.SuperUserSupportTicketsService = void 0;
|
|
5
5
|
/* generated using openapi-typescript-codegen -- do not edit */
|
|
6
6
|
/* istanbul ignore file */
|
|
7
7
|
/* tslint:disable */
|
|
@@ -95,6 +95,8 @@ var SuperUserDocumentLibraryService_1 = require("./services/SuperUserDocumentLib
|
|
|
95
95
|
Object.defineProperty(exports, "SuperUserDocumentLibraryService", { enumerable: true, get: function () { return SuperUserDocumentLibraryService_1.SuperUserDocumentLibraryService; } });
|
|
96
96
|
var SuperUserEditCssService_1 = require("./services/SuperUserEditCssService");
|
|
97
97
|
Object.defineProperty(exports, "SuperUserEditCssService", { enumerable: true, get: function () { return SuperUserEditCssService_1.SuperUserEditCssService; } });
|
|
98
|
+
var SuperUserExtraService_1 = require("./services/SuperUserExtraService");
|
|
99
|
+
Object.defineProperty(exports, "SuperUserExtraService", { enumerable: true, get: function () { return SuperUserExtraService_1.SuperUserExtraService; } });
|
|
98
100
|
var SuperUserImportBlockedSeatsService_1 = require("./services/SuperUserImportBlockedSeatsService");
|
|
99
101
|
Object.defineProperty(exports, "SuperUserImportBlockedSeatsService", { enumerable: true, get: function () { return SuperUserImportBlockedSeatsService_1.SuperUserImportBlockedSeatsService; } });
|
|
100
102
|
var SuperUserReleasedTicketsService_1 = require("./services/SuperUserReleasedTicketsService");
|
|
@@ -2,12 +2,10 @@ export type SearchFeatureResponseDto = {
|
|
|
2
2
|
featureId: number;
|
|
3
3
|
featureName: string;
|
|
4
4
|
description: string;
|
|
5
|
-
numMatches: number;
|
|
6
5
|
triggerJs: string;
|
|
7
6
|
toolName: string;
|
|
8
7
|
toolPath: Record<string, any>;
|
|
9
8
|
hasIcons: number;
|
|
10
9
|
iconColor: string;
|
|
11
10
|
iconSrc: string;
|
|
12
|
-
rank: string;
|
|
13
11
|
};
|
|
@@ -13,15 +13,32 @@ export declare class SuperUserAdvancedStudioSettingsService {
|
|
|
13
13
|
* @throws ApiError
|
|
14
14
|
*/
|
|
15
15
|
static getAdvancedSetting(xStudioId: string): CancelablePromise<AdvancedStudioSettingsResponseDto>;
|
|
16
|
+
/**
|
|
17
|
+
* Create the advanced wave by id
|
|
18
|
+
* Create the advanced wave by id
|
|
19
|
+
* @param xStudioId The ID of the studio
|
|
20
|
+
* @param requestBody
|
|
21
|
+
* @returns SuccessResponse Advanced studio wave created successfully
|
|
22
|
+
* @throws ApiError
|
|
23
|
+
*/
|
|
24
|
+
static createAdvancedWave(xStudioId: string, requestBody: CreateUpdatePriorityWaveRequestDto): CancelablePromise<SuccessResponse>;
|
|
16
25
|
/**
|
|
17
26
|
* Update the advanced studio settings
|
|
18
27
|
* Update the advanced studio settings for a studio
|
|
19
28
|
* @param xStudioId The ID of the studio
|
|
20
29
|
* @param requestBody Payload to update advanced studio settings
|
|
21
|
-
* @returns SuccessResponse Advanced studio settings updated
|
|
30
|
+
* @returns SuccessResponse Advanced studio settings updated successfully
|
|
22
31
|
* @throws ApiError
|
|
23
32
|
*/
|
|
24
33
|
static updateAdvancedStudioSettings(xStudioId: string, requestBody: UpdateAdvancedStudioSettingsRequestDto): CancelablePromise<SuccessResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* Delete all advanced waves
|
|
36
|
+
* Delete all advanced waves for a studio
|
|
37
|
+
* @param xStudioId The ID of the studio
|
|
38
|
+
* @returns SuccessResponse All advanced studio waves deleted successfully
|
|
39
|
+
* @throws ApiError
|
|
40
|
+
*/
|
|
41
|
+
static deleteAllAdvancedWaves(xStudioId: string): CancelablePromise<SuccessResponse>;
|
|
25
42
|
/**
|
|
26
43
|
* Fetch the advanced waves of the studio
|
|
27
44
|
* Fetch the advanced waves for a studio
|
|
@@ -39,22 +56,13 @@ export declare class SuperUserAdvancedStudioSettingsService {
|
|
|
39
56
|
* @throws ApiError
|
|
40
57
|
*/
|
|
41
58
|
static getAdvancedWave(xStudioId: string, priorityWaveId: string): CancelablePromise<AdvancedStudioWaveResponseDto>;
|
|
42
|
-
/**
|
|
43
|
-
* Create the advanced wave by id
|
|
44
|
-
* Create the advanced wave by id
|
|
45
|
-
* @param xStudioId The ID of the studio
|
|
46
|
-
* @param requestBody
|
|
47
|
-
* @returns SuccessResponse Advanced studio settings wave created successful
|
|
48
|
-
* @throws ApiError
|
|
49
|
-
*/
|
|
50
|
-
static createAdvancedWave(xStudioId: string, requestBody: CreateUpdatePriorityWaveRequestDto): CancelablePromise<SuccessResponse>;
|
|
51
59
|
/**
|
|
52
60
|
* Update the advanced wave by id
|
|
53
61
|
* Update the advanced wave by id
|
|
54
62
|
* @param xStudioId The ID of the studio
|
|
55
63
|
* @param priorityWaveId The ID of the priority wave
|
|
56
64
|
* @param requestBody
|
|
57
|
-
* @returns SuccessResponse Advanced studio
|
|
65
|
+
* @returns SuccessResponse Advanced studio wave updated successfully
|
|
58
66
|
* @throws ApiError
|
|
59
67
|
*/
|
|
60
68
|
static updateAdvancedWave(xStudioId: string, priorityWaveId: string, requestBody: CreateUpdatePriorityWaveRequestDto): CancelablePromise<SuccessResponse>;
|
|
@@ -63,7 +71,7 @@ export declare class SuperUserAdvancedStudioSettingsService {
|
|
|
63
71
|
* Delete the advanced wave by id
|
|
64
72
|
* @param xStudioId The ID of the studio
|
|
65
73
|
* @param priorityWaveId The ID of the priority wave
|
|
66
|
-
* @returns SuccessResponse Advanced studio
|
|
74
|
+
* @returns SuccessResponse Advanced studio wave deleted successfully
|
|
67
75
|
* @throws ApiError
|
|
68
76
|
*/
|
|
69
77
|
static deleteAdvancedWave(xStudioId: string, priorityWaveId: string): CancelablePromise<SuccessResponse>;
|
|
@@ -20,12 +20,31 @@ class SuperUserAdvancedStudioSettingsService {
|
|
|
20
20
|
},
|
|
21
21
|
});
|
|
22
22
|
}
|
|
23
|
+
/**
|
|
24
|
+
* Create the advanced wave by id
|
|
25
|
+
* Create the advanced wave by id
|
|
26
|
+
* @param xStudioId The ID of the studio
|
|
27
|
+
* @param requestBody
|
|
28
|
+
* @returns SuccessResponse Advanced studio wave created successfully
|
|
29
|
+
* @throws ApiError
|
|
30
|
+
*/
|
|
31
|
+
static createAdvancedWave(xStudioId, requestBody) {
|
|
32
|
+
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
33
|
+
method: 'POST',
|
|
34
|
+
url: '/superuser/advanced-studio-settings',
|
|
35
|
+
headers: {
|
|
36
|
+
'x-studio-id': xStudioId,
|
|
37
|
+
},
|
|
38
|
+
body: requestBody,
|
|
39
|
+
mediaType: 'application/json',
|
|
40
|
+
});
|
|
41
|
+
}
|
|
23
42
|
/**
|
|
24
43
|
* Update the advanced studio settings
|
|
25
44
|
* Update the advanced studio settings for a studio
|
|
26
45
|
* @param xStudioId The ID of the studio
|
|
27
46
|
* @param requestBody Payload to update advanced studio settings
|
|
28
|
-
* @returns SuccessResponse Advanced studio settings updated
|
|
47
|
+
* @returns SuccessResponse Advanced studio settings updated successfully
|
|
29
48
|
* @throws ApiError
|
|
30
49
|
*/
|
|
31
50
|
static updateAdvancedStudioSettings(xStudioId, requestBody) {
|
|
@@ -39,6 +58,22 @@ class SuperUserAdvancedStudioSettingsService {
|
|
|
39
58
|
mediaType: 'application/json',
|
|
40
59
|
});
|
|
41
60
|
}
|
|
61
|
+
/**
|
|
62
|
+
* Delete all advanced waves
|
|
63
|
+
* Delete all advanced waves for a studio
|
|
64
|
+
* @param xStudioId The ID of the studio
|
|
65
|
+
* @returns SuccessResponse All advanced studio waves deleted successfully
|
|
66
|
+
* @throws ApiError
|
|
67
|
+
*/
|
|
68
|
+
static deleteAllAdvancedWaves(xStudioId) {
|
|
69
|
+
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
70
|
+
method: 'DELETE',
|
|
71
|
+
url: '/superuser/advanced-studio-settings',
|
|
72
|
+
headers: {
|
|
73
|
+
'x-studio-id': xStudioId,
|
|
74
|
+
},
|
|
75
|
+
});
|
|
76
|
+
}
|
|
42
77
|
/**
|
|
43
78
|
* Fetch the advanced waves of the studio
|
|
44
79
|
* Fetch the advanced waves for a studio
|
|
@@ -75,32 +110,13 @@ class SuperUserAdvancedStudioSettingsService {
|
|
|
75
110
|
},
|
|
76
111
|
});
|
|
77
112
|
}
|
|
78
|
-
/**
|
|
79
|
-
* Create the advanced wave by id
|
|
80
|
-
* Create the advanced wave by id
|
|
81
|
-
* @param xStudioId The ID of the studio
|
|
82
|
-
* @param requestBody
|
|
83
|
-
* @returns SuccessResponse Advanced studio settings wave created successful
|
|
84
|
-
* @throws ApiError
|
|
85
|
-
*/
|
|
86
|
-
static createAdvancedWave(xStudioId, requestBody) {
|
|
87
|
-
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
88
|
-
method: 'POST',
|
|
89
|
-
url: '/superuser/advanced-studio-settings/{priorityWaveId}',
|
|
90
|
-
headers: {
|
|
91
|
-
'x-studio-id': xStudioId,
|
|
92
|
-
},
|
|
93
|
-
body: requestBody,
|
|
94
|
-
mediaType: 'application/json',
|
|
95
|
-
});
|
|
96
|
-
}
|
|
97
113
|
/**
|
|
98
114
|
* Update the advanced wave by id
|
|
99
115
|
* Update the advanced wave by id
|
|
100
116
|
* @param xStudioId The ID of the studio
|
|
101
117
|
* @param priorityWaveId The ID of the priority wave
|
|
102
118
|
* @param requestBody
|
|
103
|
-
* @returns SuccessResponse Advanced studio
|
|
119
|
+
* @returns SuccessResponse Advanced studio wave updated successfully
|
|
104
120
|
* @throws ApiError
|
|
105
121
|
*/
|
|
106
122
|
static updateAdvancedWave(xStudioId, priorityWaveId, requestBody) {
|
|
@@ -122,7 +138,7 @@ class SuperUserAdvancedStudioSettingsService {
|
|
|
122
138
|
* Delete the advanced wave by id
|
|
123
139
|
* @param xStudioId The ID of the studio
|
|
124
140
|
* @param priorityWaveId The ID of the priority wave
|
|
125
|
-
* @returns SuccessResponse Advanced studio
|
|
141
|
+
* @returns SuccessResponse Advanced studio wave deleted successfully
|
|
126
142
|
* @throws ApiError
|
|
127
143
|
*/
|
|
128
144
|
static deleteAdvancedWave(xStudioId, priorityWaveId) {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { SuccessResponse } from '../models/SuccessResponse';
|
|
2
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
3
|
+
export declare class SuperUserExtraService {
|
|
4
|
+
/**
|
|
5
|
+
* Block tickets
|
|
6
|
+
* Block tickets for a studio
|
|
7
|
+
* @param xStudioId The ID of the studio
|
|
8
|
+
* @returns SuccessResponse Tickets blocked successfully
|
|
9
|
+
* @throws ApiError
|
|
10
|
+
*/
|
|
11
|
+
static blockTickets(xStudioId: string): CancelablePromise<SuccessResponse>;
|
|
12
|
+
/**
|
|
13
|
+
* Mark seats as unavailable
|
|
14
|
+
* Mark seats as unavailable for a studio
|
|
15
|
+
* @param xStudioId The ID of the studio
|
|
16
|
+
* @returns SuccessResponse Seats marked as unavailable successfully
|
|
17
|
+
* @throws ApiError
|
|
18
|
+
*/
|
|
19
|
+
static markSeatsUnavailable(xStudioId: string): CancelablePromise<SuccessResponse>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SuperUserExtraService = void 0;
|
|
4
|
+
const OpenAPI_1 = require("../core/OpenAPI");
|
|
5
|
+
const request_1 = require("../core/request");
|
|
6
|
+
class SuperUserExtraService {
|
|
7
|
+
/**
|
|
8
|
+
* Block tickets
|
|
9
|
+
* Block tickets for a studio
|
|
10
|
+
* @param xStudioId The ID of the studio
|
|
11
|
+
* @returns SuccessResponse Tickets blocked successfully
|
|
12
|
+
* @throws ApiError
|
|
13
|
+
*/
|
|
14
|
+
static blockTickets(xStudioId) {
|
|
15
|
+
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
16
|
+
method: 'PUT',
|
|
17
|
+
url: '/superuser/extra/block-tickets',
|
|
18
|
+
headers: {
|
|
19
|
+
'x-studio-id': xStudioId,
|
|
20
|
+
},
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Mark seats as unavailable
|
|
25
|
+
* Mark seats as unavailable for a studio
|
|
26
|
+
* @param xStudioId The ID of the studio
|
|
27
|
+
* @returns SuccessResponse Seats marked as unavailable successfully
|
|
28
|
+
* @throws ApiError
|
|
29
|
+
*/
|
|
30
|
+
static markSeatsUnavailable(xStudioId) {
|
|
31
|
+
return (0, request_1.request)(OpenAPI_1.OpenAPI, {
|
|
32
|
+
method: 'PUT',
|
|
33
|
+
url: '/superuser/extra/unavailable-seats',
|
|
34
|
+
headers: {
|
|
35
|
+
'x-studio-id': xStudioId,
|
|
36
|
+
},
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.SuperUserExtraService = SuperUserExtraService;
|
|
@@ -76,6 +76,7 @@ export declare const DRT: {
|
|
|
76
76
|
superuserbuyerblacklist: typeof import("../generated/portal").SuperUserBuyerBlacklistService;
|
|
77
77
|
superuserdocumentlibrary: typeof import("../generated/portal").SuperUserDocumentLibraryService;
|
|
78
78
|
superusereditcss: typeof import("../generated/portal").SuperUserEditCssService;
|
|
79
|
+
superuserextra: typeof import("../generated/portal").SuperUserExtraService;
|
|
79
80
|
superuserimportblockedseats: typeof import("../generated/portal").SuperUserImportBlockedSeatsService;
|
|
80
81
|
superuserreleasedtickets: typeof import("../generated/portal").SuperUserReleasedTicketsService;
|
|
81
82
|
superusershoppers: typeof import("../generated/portal").SuperUserShoppersService;
|
|
@@ -36,6 +36,7 @@ import { SuperUserAlertsAndNotificationsService } from "../generated/portal";
|
|
|
36
36
|
import { SuperUserBuyerBlacklistService } from "../generated/portal";
|
|
37
37
|
import { SuperUserDocumentLibraryService } from "../generated/portal";
|
|
38
38
|
import { SuperUserEditCssService } from "../generated/portal";
|
|
39
|
+
import { SuperUserExtraService } from "../generated/portal";
|
|
39
40
|
import { SuperUserImportBlockedSeatsService } from "../generated/portal";
|
|
40
41
|
import { SuperUserReleasedTicketsService } from "../generated/portal";
|
|
41
42
|
import { SuperUserShoppersService } from "../generated/portal";
|
|
@@ -81,6 +82,7 @@ export declare const portalStaging: {
|
|
|
81
82
|
superuserbuyerblacklist: typeof SuperUserBuyerBlacklistService;
|
|
82
83
|
superuserdocumentlibrary: typeof SuperUserDocumentLibraryService;
|
|
83
84
|
superusereditcss: typeof SuperUserEditCssService;
|
|
85
|
+
superuserextra: typeof SuperUserExtraService;
|
|
84
86
|
superuserimportblockedseats: typeof SuperUserImportBlockedSeatsService;
|
|
85
87
|
superuserreleasedtickets: typeof SuperUserReleasedTicketsService;
|
|
86
88
|
superusershoppers: typeof SuperUserShoppersService;
|
|
@@ -82,6 +82,7 @@ const portal_41 = require("../generated/portal");
|
|
|
82
82
|
const portal_42 = require("../generated/portal");
|
|
83
83
|
const portal_43 = require("../generated/portal");
|
|
84
84
|
const portal_44 = require("../generated/portal");
|
|
85
|
+
const portal_45 = require("../generated/portal");
|
|
85
86
|
const wrap = (service) => (0, wrapService_1.wrapServiceForStaging)(service, OpenAPI_1.OpenAPI, wrapService_1.STAGING_URLS.portal);
|
|
86
87
|
exports.portalStaging = {
|
|
87
88
|
account: wrap(portal_1.AccountService),
|
|
@@ -122,12 +123,13 @@ exports.portalStaging = {
|
|
|
122
123
|
superuserbuyerblacklist: wrap(portal_36.SuperUserBuyerBlacklistService),
|
|
123
124
|
superuserdocumentlibrary: wrap(portal_37.SuperUserDocumentLibraryService),
|
|
124
125
|
superusereditcss: wrap(portal_38.SuperUserEditCssService),
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
126
|
+
superuserextra: wrap(portal_39.SuperUserExtraService),
|
|
127
|
+
superuserimportblockedseats: wrap(portal_40.SuperUserImportBlockedSeatsService),
|
|
128
|
+
superuserreleasedtickets: wrap(portal_41.SuperUserReleasedTicketsService),
|
|
129
|
+
superusershoppers: wrap(portal_42.SuperUserShoppersService),
|
|
130
|
+
superuserstudiomanagementintegration: wrap(portal_43.SuperUserStudioManagementIntegrationService),
|
|
131
|
+
superusersupporttickets: wrap(portal_44.SuperUserSupportTicketsService),
|
|
132
|
+
superusertimedtriggers: wrap(portal_45.SuperUserTimedTriggersService),
|
|
131
133
|
};
|
|
132
134
|
// Re-export types
|
|
133
135
|
exports.PortalTypes = __importStar(require("../generated/portal/types"));
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -61,6 +61,7 @@ export declare const DRT: {
|
|
|
61
61
|
superuserbuyerblacklist: typeof import("./src/generated/portal").SuperUserBuyerBlacklistService;
|
|
62
62
|
superuserdocumentlibrary: typeof import("./src/generated/portal").SuperUserDocumentLibraryService;
|
|
63
63
|
superusereditcss: typeof import("./src/generated/portal").SuperUserEditCssService;
|
|
64
|
+
superuserextra: typeof import("./src/generated/portal").SuperUserExtraService;
|
|
64
65
|
superuserimportblockedseats: typeof import("./src/generated/portal").SuperUserImportBlockedSeatsService;
|
|
65
66
|
superuserreleasedtickets: typeof import("./src/generated/portal").SuperUserReleasedTicketsService;
|
|
66
67
|
superusershoppers: typeof import("./src/generated/portal").SuperUserShoppersService;
|
|
@@ -36,6 +36,7 @@ import { SuperUserAlertsAndNotificationsService } from "../generated/portal";
|
|
|
36
36
|
import { SuperUserBuyerBlacklistService } from "../generated/portal";
|
|
37
37
|
import { SuperUserDocumentLibraryService } from "../generated/portal";
|
|
38
38
|
import { SuperUserEditCssService } from "../generated/portal";
|
|
39
|
+
import { SuperUserExtraService } from "../generated/portal";
|
|
39
40
|
import { SuperUserImportBlockedSeatsService } from "../generated/portal";
|
|
40
41
|
import { SuperUserReleasedTicketsService } from "../generated/portal";
|
|
41
42
|
import { SuperUserShoppersService } from "../generated/portal";
|
|
@@ -81,6 +82,7 @@ export declare const portal: {
|
|
|
81
82
|
superuserbuyerblacklist: typeof SuperUserBuyerBlacklistService;
|
|
82
83
|
superuserdocumentlibrary: typeof SuperUserDocumentLibraryService;
|
|
83
84
|
superusereditcss: typeof SuperUserEditCssService;
|
|
85
|
+
superuserextra: typeof SuperUserExtraService;
|
|
84
86
|
superuserimportblockedseats: typeof SuperUserImportBlockedSeatsService;
|
|
85
87
|
superuserreleasedtickets: typeof SuperUserReleasedTicketsService;
|
|
86
88
|
superusershoppers: typeof SuperUserShoppersService;
|
|
@@ -37,6 +37,7 @@ import { SuperUserAlertsAndNotificationsService } from "../generated/portal/inde
|
|
|
37
37
|
import { SuperUserBuyerBlacklistService } from "../generated/portal/index.js";
|
|
38
38
|
import { SuperUserDocumentLibraryService } from "../generated/portal/index.js";
|
|
39
39
|
import { SuperUserEditCssService } from "../generated/portal/index.js";
|
|
40
|
+
import { SuperUserExtraService } from "../generated/portal/index.js";
|
|
40
41
|
import { SuperUserImportBlockedSeatsService } from "../generated/portal/index.js";
|
|
41
42
|
import { SuperUserReleasedTicketsService } from "../generated/portal/index.js";
|
|
42
43
|
import { SuperUserShoppersService } from "../generated/portal/index.js";
|
|
@@ -82,6 +83,7 @@ export const portal = {
|
|
|
82
83
|
superuserbuyerblacklist: SuperUserBuyerBlacklistService,
|
|
83
84
|
superuserdocumentlibrary: SuperUserDocumentLibraryService,
|
|
84
85
|
superusereditcss: SuperUserEditCssService,
|
|
86
|
+
superuserextra: SuperUserExtraService,
|
|
85
87
|
superuserimportblockedseats: SuperUserImportBlockedSeatsService,
|
|
86
88
|
superuserreleasedtickets: SuperUserReleasedTicketsService,
|
|
87
89
|
superusershoppers: SuperUserShoppersService,
|
|
@@ -427,6 +427,7 @@ export { SuperUserAlertsAndNotificationsService } from './services/SuperUserAler
|
|
|
427
427
|
export { SuperUserBuyerBlacklistService } from './services/SuperUserBuyerBlacklistService';
|
|
428
428
|
export { SuperUserDocumentLibraryService } from './services/SuperUserDocumentLibraryService';
|
|
429
429
|
export { SuperUserEditCssService } from './services/SuperUserEditCssService';
|
|
430
|
+
export { SuperUserExtraService } from './services/SuperUserExtraService';
|
|
430
431
|
export { SuperUserImportBlockedSeatsService } from './services/SuperUserImportBlockedSeatsService';
|
|
431
432
|
export { SuperUserReleasedTicketsService } from './services/SuperUserReleasedTicketsService';
|
|
432
433
|
export { SuperUserShoppersService } from './services/SuperUserShoppersService';
|
|
@@ -46,6 +46,7 @@ export { SuperUserAlertsAndNotificationsService } from './services/SuperUserAler
|
|
|
46
46
|
export { SuperUserBuyerBlacklistService } from './services/SuperUserBuyerBlacklistService.js';
|
|
47
47
|
export { SuperUserDocumentLibraryService } from './services/SuperUserDocumentLibraryService.js';
|
|
48
48
|
export { SuperUserEditCssService } from './services/SuperUserEditCssService.js';
|
|
49
|
+
export { SuperUserExtraService } from './services/SuperUserExtraService.js';
|
|
49
50
|
export { SuperUserImportBlockedSeatsService } from './services/SuperUserImportBlockedSeatsService.js';
|
|
50
51
|
export { SuperUserReleasedTicketsService } from './services/SuperUserReleasedTicketsService.js';
|
|
51
52
|
export { SuperUserShoppersService } from './services/SuperUserShoppersService.js';
|
|
@@ -2,12 +2,10 @@ export type SearchFeatureResponseDto = {
|
|
|
2
2
|
featureId: number;
|
|
3
3
|
featureName: string;
|
|
4
4
|
description: string;
|
|
5
|
-
numMatches: number;
|
|
6
5
|
triggerJs: string;
|
|
7
6
|
toolName: string;
|
|
8
7
|
toolPath: Record<string, any>;
|
|
9
8
|
hasIcons: number;
|
|
10
9
|
iconColor: string;
|
|
11
10
|
iconSrc: string;
|
|
12
|
-
rank: string;
|
|
13
11
|
};
|
|
@@ -13,15 +13,32 @@ export declare class SuperUserAdvancedStudioSettingsService {
|
|
|
13
13
|
* @throws ApiError
|
|
14
14
|
*/
|
|
15
15
|
static getAdvancedSetting(xStudioId: string): CancelablePromise<AdvancedStudioSettingsResponseDto>;
|
|
16
|
+
/**
|
|
17
|
+
* Create the advanced wave by id
|
|
18
|
+
* Create the advanced wave by id
|
|
19
|
+
* @param xStudioId The ID of the studio
|
|
20
|
+
* @param requestBody
|
|
21
|
+
* @returns SuccessResponse Advanced studio wave created successfully
|
|
22
|
+
* @throws ApiError
|
|
23
|
+
*/
|
|
24
|
+
static createAdvancedWave(xStudioId: string, requestBody: CreateUpdatePriorityWaveRequestDto): CancelablePromise<SuccessResponse>;
|
|
16
25
|
/**
|
|
17
26
|
* Update the advanced studio settings
|
|
18
27
|
* Update the advanced studio settings for a studio
|
|
19
28
|
* @param xStudioId The ID of the studio
|
|
20
29
|
* @param requestBody Payload to update advanced studio settings
|
|
21
|
-
* @returns SuccessResponse Advanced studio settings updated
|
|
30
|
+
* @returns SuccessResponse Advanced studio settings updated successfully
|
|
22
31
|
* @throws ApiError
|
|
23
32
|
*/
|
|
24
33
|
static updateAdvancedStudioSettings(xStudioId: string, requestBody: UpdateAdvancedStudioSettingsRequestDto): CancelablePromise<SuccessResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* Delete all advanced waves
|
|
36
|
+
* Delete all advanced waves for a studio
|
|
37
|
+
* @param xStudioId The ID of the studio
|
|
38
|
+
* @returns SuccessResponse All advanced studio waves deleted successfully
|
|
39
|
+
* @throws ApiError
|
|
40
|
+
*/
|
|
41
|
+
static deleteAllAdvancedWaves(xStudioId: string): CancelablePromise<SuccessResponse>;
|
|
25
42
|
/**
|
|
26
43
|
* Fetch the advanced waves of the studio
|
|
27
44
|
* Fetch the advanced waves for a studio
|
|
@@ -39,22 +56,13 @@ export declare class SuperUserAdvancedStudioSettingsService {
|
|
|
39
56
|
* @throws ApiError
|
|
40
57
|
*/
|
|
41
58
|
static getAdvancedWave(xStudioId: string, priorityWaveId: string): CancelablePromise<AdvancedStudioWaveResponseDto>;
|
|
42
|
-
/**
|
|
43
|
-
* Create the advanced wave by id
|
|
44
|
-
* Create the advanced wave by id
|
|
45
|
-
* @param xStudioId The ID of the studio
|
|
46
|
-
* @param requestBody
|
|
47
|
-
* @returns SuccessResponse Advanced studio settings wave created successful
|
|
48
|
-
* @throws ApiError
|
|
49
|
-
*/
|
|
50
|
-
static createAdvancedWave(xStudioId: string, requestBody: CreateUpdatePriorityWaveRequestDto): CancelablePromise<SuccessResponse>;
|
|
51
59
|
/**
|
|
52
60
|
* Update the advanced wave by id
|
|
53
61
|
* Update the advanced wave by id
|
|
54
62
|
* @param xStudioId The ID of the studio
|
|
55
63
|
* @param priorityWaveId The ID of the priority wave
|
|
56
64
|
* @param requestBody
|
|
57
|
-
* @returns SuccessResponse Advanced studio
|
|
65
|
+
* @returns SuccessResponse Advanced studio wave updated successfully
|
|
58
66
|
* @throws ApiError
|
|
59
67
|
*/
|
|
60
68
|
static updateAdvancedWave(xStudioId: string, priorityWaveId: string, requestBody: CreateUpdatePriorityWaveRequestDto): CancelablePromise<SuccessResponse>;
|
|
@@ -63,7 +71,7 @@ export declare class SuperUserAdvancedStudioSettingsService {
|
|
|
63
71
|
* Delete the advanced wave by id
|
|
64
72
|
* @param xStudioId The ID of the studio
|
|
65
73
|
* @param priorityWaveId The ID of the priority wave
|
|
66
|
-
* @returns SuccessResponse Advanced studio
|
|
74
|
+
* @returns SuccessResponse Advanced studio wave deleted successfully
|
|
67
75
|
* @throws ApiError
|
|
68
76
|
*/
|
|
69
77
|
static deleteAdvancedWave(xStudioId: string, priorityWaveId: string): CancelablePromise<SuccessResponse>;
|
|
@@ -17,12 +17,31 @@ export class SuperUserAdvancedStudioSettingsService {
|
|
|
17
17
|
},
|
|
18
18
|
});
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* Create the advanced wave by id
|
|
22
|
+
* Create the advanced wave by id
|
|
23
|
+
* @param xStudioId The ID of the studio
|
|
24
|
+
* @param requestBody
|
|
25
|
+
* @returns SuccessResponse Advanced studio wave created successfully
|
|
26
|
+
* @throws ApiError
|
|
27
|
+
*/
|
|
28
|
+
static createAdvancedWave(xStudioId, requestBody) {
|
|
29
|
+
return __request(OpenAPI, {
|
|
30
|
+
method: 'POST',
|
|
31
|
+
url: '/superuser/advanced-studio-settings',
|
|
32
|
+
headers: {
|
|
33
|
+
'x-studio-id': xStudioId,
|
|
34
|
+
},
|
|
35
|
+
body: requestBody,
|
|
36
|
+
mediaType: 'application/json',
|
|
37
|
+
});
|
|
38
|
+
}
|
|
20
39
|
/**
|
|
21
40
|
* Update the advanced studio settings
|
|
22
41
|
* Update the advanced studio settings for a studio
|
|
23
42
|
* @param xStudioId The ID of the studio
|
|
24
43
|
* @param requestBody Payload to update advanced studio settings
|
|
25
|
-
* @returns SuccessResponse Advanced studio settings updated
|
|
44
|
+
* @returns SuccessResponse Advanced studio settings updated successfully
|
|
26
45
|
* @throws ApiError
|
|
27
46
|
*/
|
|
28
47
|
static updateAdvancedStudioSettings(xStudioId, requestBody) {
|
|
@@ -36,6 +55,22 @@ export class SuperUserAdvancedStudioSettingsService {
|
|
|
36
55
|
mediaType: 'application/json',
|
|
37
56
|
});
|
|
38
57
|
}
|
|
58
|
+
/**
|
|
59
|
+
* Delete all advanced waves
|
|
60
|
+
* Delete all advanced waves for a studio
|
|
61
|
+
* @param xStudioId The ID of the studio
|
|
62
|
+
* @returns SuccessResponse All advanced studio waves deleted successfully
|
|
63
|
+
* @throws ApiError
|
|
64
|
+
*/
|
|
65
|
+
static deleteAllAdvancedWaves(xStudioId) {
|
|
66
|
+
return __request(OpenAPI, {
|
|
67
|
+
method: 'DELETE',
|
|
68
|
+
url: '/superuser/advanced-studio-settings',
|
|
69
|
+
headers: {
|
|
70
|
+
'x-studio-id': xStudioId,
|
|
71
|
+
},
|
|
72
|
+
});
|
|
73
|
+
}
|
|
39
74
|
/**
|
|
40
75
|
* Fetch the advanced waves of the studio
|
|
41
76
|
* Fetch the advanced waves for a studio
|
|
@@ -72,32 +107,13 @@ export class SuperUserAdvancedStudioSettingsService {
|
|
|
72
107
|
},
|
|
73
108
|
});
|
|
74
109
|
}
|
|
75
|
-
/**
|
|
76
|
-
* Create the advanced wave by id
|
|
77
|
-
* Create the advanced wave by id
|
|
78
|
-
* @param xStudioId The ID of the studio
|
|
79
|
-
* @param requestBody
|
|
80
|
-
* @returns SuccessResponse Advanced studio settings wave created successful
|
|
81
|
-
* @throws ApiError
|
|
82
|
-
*/
|
|
83
|
-
static createAdvancedWave(xStudioId, requestBody) {
|
|
84
|
-
return __request(OpenAPI, {
|
|
85
|
-
method: 'POST',
|
|
86
|
-
url: '/superuser/advanced-studio-settings/{priorityWaveId}',
|
|
87
|
-
headers: {
|
|
88
|
-
'x-studio-id': xStudioId,
|
|
89
|
-
},
|
|
90
|
-
body: requestBody,
|
|
91
|
-
mediaType: 'application/json',
|
|
92
|
-
});
|
|
93
|
-
}
|
|
94
110
|
/**
|
|
95
111
|
* Update the advanced wave by id
|
|
96
112
|
* Update the advanced wave by id
|
|
97
113
|
* @param xStudioId The ID of the studio
|
|
98
114
|
* @param priorityWaveId The ID of the priority wave
|
|
99
115
|
* @param requestBody
|
|
100
|
-
* @returns SuccessResponse Advanced studio
|
|
116
|
+
* @returns SuccessResponse Advanced studio wave updated successfully
|
|
101
117
|
* @throws ApiError
|
|
102
118
|
*/
|
|
103
119
|
static updateAdvancedWave(xStudioId, priorityWaveId, requestBody) {
|
|
@@ -119,7 +135,7 @@ export class SuperUserAdvancedStudioSettingsService {
|
|
|
119
135
|
* Delete the advanced wave by id
|
|
120
136
|
* @param xStudioId The ID of the studio
|
|
121
137
|
* @param priorityWaveId The ID of the priority wave
|
|
122
|
-
* @returns SuccessResponse Advanced studio
|
|
138
|
+
* @returns SuccessResponse Advanced studio wave deleted successfully
|
|
123
139
|
* @throws ApiError
|
|
124
140
|
*/
|
|
125
141
|
static deleteAdvancedWave(xStudioId, priorityWaveId) {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { SuccessResponse } from '../models/SuccessResponse';
|
|
2
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
3
|
+
export declare class SuperUserExtraService {
|
|
4
|
+
/**
|
|
5
|
+
* Block tickets
|
|
6
|
+
* Block tickets for a studio
|
|
7
|
+
* @param xStudioId The ID of the studio
|
|
8
|
+
* @returns SuccessResponse Tickets blocked successfully
|
|
9
|
+
* @throws ApiError
|
|
10
|
+
*/
|
|
11
|
+
static blockTickets(xStudioId: string): CancelablePromise<SuccessResponse>;
|
|
12
|
+
/**
|
|
13
|
+
* Mark seats as unavailable
|
|
14
|
+
* Mark seats as unavailable for a studio
|
|
15
|
+
* @param xStudioId The ID of the studio
|
|
16
|
+
* @returns SuccessResponse Seats marked as unavailable successfully
|
|
17
|
+
* @throws ApiError
|
|
18
|
+
*/
|
|
19
|
+
static markSeatsUnavailable(xStudioId: string): CancelablePromise<SuccessResponse>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { OpenAPI } from '../core/OpenAPI.js';
|
|
2
|
+
import { request as __request } from '../core/request.js';
|
|
3
|
+
export class SuperUserExtraService {
|
|
4
|
+
/**
|
|
5
|
+
* Block tickets
|
|
6
|
+
* Block tickets for a studio
|
|
7
|
+
* @param xStudioId The ID of the studio
|
|
8
|
+
* @returns SuccessResponse Tickets blocked successfully
|
|
9
|
+
* @throws ApiError
|
|
10
|
+
*/
|
|
11
|
+
static blockTickets(xStudioId) {
|
|
12
|
+
return __request(OpenAPI, {
|
|
13
|
+
method: 'PUT',
|
|
14
|
+
url: '/superuser/extra/block-tickets',
|
|
15
|
+
headers: {
|
|
16
|
+
'x-studio-id': xStudioId,
|
|
17
|
+
},
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Mark seats as unavailable
|
|
22
|
+
* Mark seats as unavailable for a studio
|
|
23
|
+
* @param xStudioId The ID of the studio
|
|
24
|
+
* @returns SuccessResponse Seats marked as unavailable successfully
|
|
25
|
+
* @throws ApiError
|
|
26
|
+
*/
|
|
27
|
+
static markSeatsUnavailable(xStudioId) {
|
|
28
|
+
return __request(OpenAPI, {
|
|
29
|
+
method: 'PUT',
|
|
30
|
+
url: '/superuser/extra/unavailable-seats',
|
|
31
|
+
headers: {
|
|
32
|
+
'x-studio-id': xStudioId,
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -76,6 +76,7 @@ export declare const DRT: {
|
|
|
76
76
|
superuserbuyerblacklist: typeof import("../generated/portal").SuperUserBuyerBlacklistService;
|
|
77
77
|
superuserdocumentlibrary: typeof import("../generated/portal").SuperUserDocumentLibraryService;
|
|
78
78
|
superusereditcss: typeof import("../generated/portal").SuperUserEditCssService;
|
|
79
|
+
superuserextra: typeof import("../generated/portal").SuperUserExtraService;
|
|
79
80
|
superuserimportblockedseats: typeof import("../generated/portal").SuperUserImportBlockedSeatsService;
|
|
80
81
|
superuserreleasedtickets: typeof import("../generated/portal").SuperUserReleasedTicketsService;
|
|
81
82
|
superusershoppers: typeof import("../generated/portal").SuperUserShoppersService;
|
|
@@ -36,6 +36,7 @@ import { SuperUserAlertsAndNotificationsService } from "../generated/portal";
|
|
|
36
36
|
import { SuperUserBuyerBlacklistService } from "../generated/portal";
|
|
37
37
|
import { SuperUserDocumentLibraryService } from "../generated/portal";
|
|
38
38
|
import { SuperUserEditCssService } from "../generated/portal";
|
|
39
|
+
import { SuperUserExtraService } from "../generated/portal";
|
|
39
40
|
import { SuperUserImportBlockedSeatsService } from "../generated/portal";
|
|
40
41
|
import { SuperUserReleasedTicketsService } from "../generated/portal";
|
|
41
42
|
import { SuperUserShoppersService } from "../generated/portal";
|
|
@@ -81,6 +82,7 @@ export declare const portalStaging: {
|
|
|
81
82
|
superuserbuyerblacklist: typeof SuperUserBuyerBlacklistService;
|
|
82
83
|
superuserdocumentlibrary: typeof SuperUserDocumentLibraryService;
|
|
83
84
|
superusereditcss: typeof SuperUserEditCssService;
|
|
85
|
+
superuserextra: typeof SuperUserExtraService;
|
|
84
86
|
superuserimportblockedseats: typeof SuperUserImportBlockedSeatsService;
|
|
85
87
|
superuserreleasedtickets: typeof SuperUserReleasedTicketsService;
|
|
86
88
|
superusershoppers: typeof SuperUserShoppersService;
|
|
@@ -40,6 +40,7 @@ import { SuperUserAlertsAndNotificationsService } from "../generated/portal/inde
|
|
|
40
40
|
import { SuperUserBuyerBlacklistService } from "../generated/portal/index.js";
|
|
41
41
|
import { SuperUserDocumentLibraryService } from "../generated/portal/index.js";
|
|
42
42
|
import { SuperUserEditCssService } from "../generated/portal/index.js";
|
|
43
|
+
import { SuperUserExtraService } from "../generated/portal/index.js";
|
|
43
44
|
import { SuperUserImportBlockedSeatsService } from "../generated/portal/index.js";
|
|
44
45
|
import { SuperUserReleasedTicketsService } from "../generated/portal/index.js";
|
|
45
46
|
import { SuperUserShoppersService } from "../generated/portal/index.js";
|
|
@@ -86,6 +87,7 @@ export const portalStaging = {
|
|
|
86
87
|
superuserbuyerblacklist: wrap(SuperUserBuyerBlacklistService),
|
|
87
88
|
superuserdocumentlibrary: wrap(SuperUserDocumentLibraryService),
|
|
88
89
|
superusereditcss: wrap(SuperUserEditCssService),
|
|
90
|
+
superuserextra: wrap(SuperUserExtraService),
|
|
89
91
|
superuserimportblockedseats: wrap(SuperUserImportBlockedSeatsService),
|
|
90
92
|
superuserreleasedtickets: wrap(SuperUserReleasedTicketsService),
|
|
91
93
|
superusershoppers: wrap(SuperUserShoppersService),
|
package/package.json
CHANGED
|
@@ -38,6 +38,7 @@ import { SuperUserAlertsAndNotificationsService } from "../generated/portal";
|
|
|
38
38
|
import { SuperUserBuyerBlacklistService } from "../generated/portal";
|
|
39
39
|
import { SuperUserDocumentLibraryService } from "../generated/portal";
|
|
40
40
|
import { SuperUserEditCssService } from "../generated/portal";
|
|
41
|
+
import { SuperUserExtraService } from "../generated/portal";
|
|
41
42
|
import { SuperUserImportBlockedSeatsService } from "../generated/portal";
|
|
42
43
|
import { SuperUserReleasedTicketsService } from "../generated/portal";
|
|
43
44
|
import { SuperUserShoppersService } from "../generated/portal";
|
|
@@ -84,6 +85,7 @@ export const portal = {
|
|
|
84
85
|
superuserbuyerblacklist: SuperUserBuyerBlacklistService,
|
|
85
86
|
superuserdocumentlibrary: SuperUserDocumentLibraryService,
|
|
86
87
|
superusereditcss: SuperUserEditCssService,
|
|
88
|
+
superuserextra: SuperUserExtraService,
|
|
87
89
|
superuserimportblockedseats: SuperUserImportBlockedSeatsService,
|
|
88
90
|
superuserreleasedtickets: SuperUserReleasedTicketsService,
|
|
89
91
|
superusershoppers: SuperUserShoppersService,
|
|
@@ -433,6 +433,7 @@ export { SuperUserAlertsAndNotificationsService } from './services/SuperUserAler
|
|
|
433
433
|
export { SuperUserBuyerBlacklistService } from './services/SuperUserBuyerBlacklistService';
|
|
434
434
|
export { SuperUserDocumentLibraryService } from './services/SuperUserDocumentLibraryService';
|
|
435
435
|
export { SuperUserEditCssService } from './services/SuperUserEditCssService';
|
|
436
|
+
export { SuperUserExtraService } from './services/SuperUserExtraService';
|
|
436
437
|
export { SuperUserImportBlockedSeatsService } from './services/SuperUserImportBlockedSeatsService';
|
|
437
438
|
export { SuperUserReleasedTicketsService } from './services/SuperUserReleasedTicketsService';
|
|
438
439
|
export { SuperUserShoppersService } from './services/SuperUserShoppersService';
|
|
@@ -6,13 +6,11 @@ export type SearchFeatureResponseDto = {
|
|
|
6
6
|
featureId: number;
|
|
7
7
|
featureName: string;
|
|
8
8
|
description: string;
|
|
9
|
-
numMatches: number;
|
|
10
9
|
triggerJs: string;
|
|
11
10
|
toolName: string;
|
|
12
11
|
toolPath: Record<string, any>;
|
|
13
12
|
hasIcons: number;
|
|
14
13
|
iconColor: string;
|
|
15
14
|
iconSrc: string;
|
|
16
|
-
rank: string;
|
|
17
15
|
};
|
|
18
16
|
|
|
@@ -29,12 +29,34 @@ export class SuperUserAdvancedStudioSettingsService {
|
|
|
29
29
|
},
|
|
30
30
|
});
|
|
31
31
|
}
|
|
32
|
+
/**
|
|
33
|
+
* Create the advanced wave by id
|
|
34
|
+
* Create the advanced wave by id
|
|
35
|
+
* @param xStudioId The ID of the studio
|
|
36
|
+
* @param requestBody
|
|
37
|
+
* @returns SuccessResponse Advanced studio wave created successfully
|
|
38
|
+
* @throws ApiError
|
|
39
|
+
*/
|
|
40
|
+
public static createAdvancedWave(
|
|
41
|
+
xStudioId: string,
|
|
42
|
+
requestBody: CreateUpdatePriorityWaveRequestDto,
|
|
43
|
+
): CancelablePromise<SuccessResponse> {
|
|
44
|
+
return __request(OpenAPI, {
|
|
45
|
+
method: 'POST',
|
|
46
|
+
url: '/superuser/advanced-studio-settings',
|
|
47
|
+
headers: {
|
|
48
|
+
'x-studio-id': xStudioId,
|
|
49
|
+
},
|
|
50
|
+
body: requestBody,
|
|
51
|
+
mediaType: 'application/json',
|
|
52
|
+
});
|
|
53
|
+
}
|
|
32
54
|
/**
|
|
33
55
|
* Update the advanced studio settings
|
|
34
56
|
* Update the advanced studio settings for a studio
|
|
35
57
|
* @param xStudioId The ID of the studio
|
|
36
58
|
* @param requestBody Payload to update advanced studio settings
|
|
37
|
-
* @returns SuccessResponse Advanced studio settings updated
|
|
59
|
+
* @returns SuccessResponse Advanced studio settings updated successfully
|
|
38
60
|
* @throws ApiError
|
|
39
61
|
*/
|
|
40
62
|
public static updateAdvancedStudioSettings(
|
|
@@ -51,6 +73,24 @@ export class SuperUserAdvancedStudioSettingsService {
|
|
|
51
73
|
mediaType: 'application/json',
|
|
52
74
|
});
|
|
53
75
|
}
|
|
76
|
+
/**
|
|
77
|
+
* Delete all advanced waves
|
|
78
|
+
* Delete all advanced waves for a studio
|
|
79
|
+
* @param xStudioId The ID of the studio
|
|
80
|
+
* @returns SuccessResponse All advanced studio waves deleted successfully
|
|
81
|
+
* @throws ApiError
|
|
82
|
+
*/
|
|
83
|
+
public static deleteAllAdvancedWaves(
|
|
84
|
+
xStudioId: string,
|
|
85
|
+
): CancelablePromise<SuccessResponse> {
|
|
86
|
+
return __request(OpenAPI, {
|
|
87
|
+
method: 'DELETE',
|
|
88
|
+
url: '/superuser/advanced-studio-settings',
|
|
89
|
+
headers: {
|
|
90
|
+
'x-studio-id': xStudioId,
|
|
91
|
+
},
|
|
92
|
+
});
|
|
93
|
+
}
|
|
54
94
|
/**
|
|
55
95
|
* Fetch the advanced waves of the studio
|
|
56
96
|
* Fetch the advanced waves for a studio
|
|
@@ -92,35 +132,13 @@ export class SuperUserAdvancedStudioSettingsService {
|
|
|
92
132
|
},
|
|
93
133
|
});
|
|
94
134
|
}
|
|
95
|
-
/**
|
|
96
|
-
* Create the advanced wave by id
|
|
97
|
-
* Create the advanced wave by id
|
|
98
|
-
* @param xStudioId The ID of the studio
|
|
99
|
-
* @param requestBody
|
|
100
|
-
* @returns SuccessResponse Advanced studio settings wave created successful
|
|
101
|
-
* @throws ApiError
|
|
102
|
-
*/
|
|
103
|
-
public static createAdvancedWave(
|
|
104
|
-
xStudioId: string,
|
|
105
|
-
requestBody: CreateUpdatePriorityWaveRequestDto,
|
|
106
|
-
): CancelablePromise<SuccessResponse> {
|
|
107
|
-
return __request(OpenAPI, {
|
|
108
|
-
method: 'POST',
|
|
109
|
-
url: '/superuser/advanced-studio-settings/{priorityWaveId}',
|
|
110
|
-
headers: {
|
|
111
|
-
'x-studio-id': xStudioId,
|
|
112
|
-
},
|
|
113
|
-
body: requestBody,
|
|
114
|
-
mediaType: 'application/json',
|
|
115
|
-
});
|
|
116
|
-
}
|
|
117
135
|
/**
|
|
118
136
|
* Update the advanced wave by id
|
|
119
137
|
* Update the advanced wave by id
|
|
120
138
|
* @param xStudioId The ID of the studio
|
|
121
139
|
* @param priorityWaveId The ID of the priority wave
|
|
122
140
|
* @param requestBody
|
|
123
|
-
* @returns SuccessResponse Advanced studio
|
|
141
|
+
* @returns SuccessResponse Advanced studio wave updated successfully
|
|
124
142
|
* @throws ApiError
|
|
125
143
|
*/
|
|
126
144
|
public static updateAdvancedWave(
|
|
@@ -146,7 +164,7 @@ export class SuperUserAdvancedStudioSettingsService {
|
|
|
146
164
|
* Delete the advanced wave by id
|
|
147
165
|
* @param xStudioId The ID of the studio
|
|
148
166
|
* @param priorityWaveId The ID of the priority wave
|
|
149
|
-
* @returns SuccessResponse Advanced studio
|
|
167
|
+
* @returns SuccessResponse Advanced studio wave deleted successfully
|
|
150
168
|
* @throws ApiError
|
|
151
169
|
*/
|
|
152
170
|
public static deleteAdvancedWave(
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { SuccessResponse } from '../models/SuccessResponse';
|
|
6
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
7
|
+
import { OpenAPI } from '../core/OpenAPI';
|
|
8
|
+
import { request as __request } from '../core/request';
|
|
9
|
+
export class SuperUserExtraService {
|
|
10
|
+
/**
|
|
11
|
+
* Block tickets
|
|
12
|
+
* Block tickets for a studio
|
|
13
|
+
* @param xStudioId The ID of the studio
|
|
14
|
+
* @returns SuccessResponse Tickets blocked successfully
|
|
15
|
+
* @throws ApiError
|
|
16
|
+
*/
|
|
17
|
+
public static blockTickets(
|
|
18
|
+
xStudioId: string,
|
|
19
|
+
): CancelablePromise<SuccessResponse> {
|
|
20
|
+
return __request(OpenAPI, {
|
|
21
|
+
method: 'PUT',
|
|
22
|
+
url: '/superuser/extra/block-tickets',
|
|
23
|
+
headers: {
|
|
24
|
+
'x-studio-id': xStudioId,
|
|
25
|
+
},
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Mark seats as unavailable
|
|
30
|
+
* Mark seats as unavailable for a studio
|
|
31
|
+
* @param xStudioId The ID of the studio
|
|
32
|
+
* @returns SuccessResponse Seats marked as unavailable successfully
|
|
33
|
+
* @throws ApiError
|
|
34
|
+
*/
|
|
35
|
+
public static markSeatsUnavailable(
|
|
36
|
+
xStudioId: string,
|
|
37
|
+
): CancelablePromise<SuccessResponse> {
|
|
38
|
+
return __request(OpenAPI, {
|
|
39
|
+
method: 'PUT',
|
|
40
|
+
url: '/superuser/extra/unavailable-seats',
|
|
41
|
+
headers: {
|
|
42
|
+
'x-studio-id': xStudioId,
|
|
43
|
+
},
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
}
|
package/src/staging/portal.ts
CHANGED
|
@@ -42,6 +42,7 @@ import { SuperUserAlertsAndNotificationsService } from "../generated/portal";
|
|
|
42
42
|
import { SuperUserBuyerBlacklistService } from "../generated/portal";
|
|
43
43
|
import { SuperUserDocumentLibraryService } from "../generated/portal";
|
|
44
44
|
import { SuperUserEditCssService } from "../generated/portal";
|
|
45
|
+
import { SuperUserExtraService } from "../generated/portal";
|
|
45
46
|
import { SuperUserImportBlockedSeatsService } from "../generated/portal";
|
|
46
47
|
import { SuperUserReleasedTicketsService } from "../generated/portal";
|
|
47
48
|
import { SuperUserShoppersService } from "../generated/portal";
|
|
@@ -91,6 +92,7 @@ export const portalStaging = {
|
|
|
91
92
|
superuserbuyerblacklist: wrap(SuperUserBuyerBlacklistService),
|
|
92
93
|
superuserdocumentlibrary: wrap(SuperUserDocumentLibraryService),
|
|
93
94
|
superusereditcss: wrap(SuperUserEditCssService),
|
|
95
|
+
superuserextra: wrap(SuperUserExtraService),
|
|
94
96
|
superuserimportblockedseats: wrap(SuperUserImportBlockedSeatsService),
|
|
95
97
|
superuserreleasedtickets: wrap(SuperUserReleasedTicketsService),
|
|
96
98
|
superusershoppers: wrap(SuperUserShoppersService),
|