@drttix/drt-sdk 1.4.3 → 1.4.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.
Files changed (98) hide show
  1. package/dist/cjs/src/generated/portal/core/OpenAPI.js +1 -1
  2. package/dist/cjs/src/generated/portal/index.d.ts +2 -0
  3. package/dist/cjs/src/generated/portal/models/CartCountResponseDto.d.ts +4 -0
  4. package/dist/cjs/src/generated/portal/models/CheckoutResponseShowResponseDto.d.ts +2 -0
  5. package/dist/cjs/src/generated/portal/models/FilterShowsResponseDto.d.ts +2 -0
  6. package/dist/cjs/src/generated/portal/models/GoldenTicketShowsResponseDto.d.ts +2 -0
  7. package/dist/cjs/src/generated/portal/models/ImportFromEventResponseDto.d.ts +15 -0
  8. package/dist/cjs/src/generated/portal/models/ImportFromEventResponseDto.js +2 -0
  9. package/dist/cjs/src/generated/portal/models/ManagedShowResponseDto.d.ts +2 -0
  10. package/dist/cjs/src/generated/portal/models/MigrationPossibleShow.d.ts +2 -0
  11. package/dist/cjs/src/generated/portal/models/QuestionShowResponse.d.ts +2 -0
  12. package/dist/cjs/src/generated/portal/models/RefundDetailResponseDto.d.ts +3 -1
  13. package/dist/cjs/src/generated/portal/models/ScannedTicketOrderResponseDto.d.ts +2 -0
  14. package/dist/cjs/src/generated/portal/models/SearchAiResponseDto.d.ts +6 -0
  15. package/dist/cjs/src/generated/portal/models/SearchAiResponseDto.js +2 -0
  16. package/dist/cjs/src/generated/portal/models/SearchResponseDto.d.ts +4 -1
  17. package/dist/cjs/src/generated/portal/models/Show.d.ts +2 -0
  18. package/dist/cjs/src/generated/portal/models/ShowDetailDto.d.ts +2 -0
  19. package/dist/cjs/src/generated/portal/models/ShowDetailsResponseDto.d.ts +2 -0
  20. package/dist/cjs/src/generated/portal/models/ShowReportListResponseDto.d.ts +2 -0
  21. package/dist/cjs/src/generated/portal/models/ShowSnapshotResponseDto.d.ts +2 -0
  22. package/dist/cjs/src/generated/portal/models/Shows.d.ts +2 -0
  23. package/dist/cjs/src/generated/portal/models/ShowsList.d.ts +1 -0
  24. package/dist/cjs/src/generated/portal/models/ShowsResponseDto.d.ts +2 -0
  25. package/dist/cjs/src/generated/portal/models/TicketScanningShowResponseDto.d.ts +2 -0
  26. package/dist/cjs/src/generated/portal/models/WaitlistShowFilterResponseDto.d.ts +2 -0
  27. package/dist/cjs/src/generated/portal/services/ClientToolsThemeBuilderService.d.ts +2 -2
  28. package/dist/cjs/src/generated/portal/services/ClientToolsThemesLibraryService.d.ts +2 -1
  29. package/dist/cjs/src/generated/portal/services/ClientToolsThemesLibraryService.js +5 -1
  30. package/dist/cjs/src/generated/portal/services/DashboardService.d.ts +10 -0
  31. package/dist/cjs/src/generated/portal/services/DashboardService.js +20 -0
  32. package/dist/cjs/src/generated/portal/services/FeaturesBlockedSeatsService.d.ts +4 -3
  33. package/dist/cjs/src/generated/portal/services/FeaturesBlockedSeatsService.js +2 -2
  34. package/dist/cjs/src/generated/portal/types.d.ts +2 -0
  35. package/dist/esm/src/generated/portal/core/OpenAPI.js +1 -1
  36. package/dist/esm/src/generated/portal/index.d.ts +2 -0
  37. package/dist/esm/src/generated/portal/models/CartCountResponseDto.d.ts +4 -0
  38. package/dist/esm/src/generated/portal/models/CheckoutResponseShowResponseDto.d.ts +2 -0
  39. package/dist/esm/src/generated/portal/models/FilterShowsResponseDto.d.ts +2 -0
  40. package/dist/esm/src/generated/portal/models/GoldenTicketShowsResponseDto.d.ts +2 -0
  41. package/dist/esm/src/generated/portal/models/ImportFromEventResponseDto.d.ts +15 -0
  42. package/dist/esm/src/generated/portal/models/ImportFromEventResponseDto.js +1 -0
  43. package/dist/esm/src/generated/portal/models/ManagedShowResponseDto.d.ts +2 -0
  44. package/dist/esm/src/generated/portal/models/MigrationPossibleShow.d.ts +2 -0
  45. package/dist/esm/src/generated/portal/models/QuestionShowResponse.d.ts +2 -0
  46. package/dist/esm/src/generated/portal/models/RefundDetailResponseDto.d.ts +3 -1
  47. package/dist/esm/src/generated/portal/models/ScannedTicketOrderResponseDto.d.ts +2 -0
  48. package/dist/esm/src/generated/portal/models/SearchAiResponseDto.d.ts +6 -0
  49. package/dist/esm/src/generated/portal/models/SearchAiResponseDto.js +1 -0
  50. package/dist/esm/src/generated/portal/models/SearchResponseDto.d.ts +4 -1
  51. package/dist/esm/src/generated/portal/models/Show.d.ts +2 -0
  52. package/dist/esm/src/generated/portal/models/ShowDetailDto.d.ts +2 -0
  53. package/dist/esm/src/generated/portal/models/ShowDetailsResponseDto.d.ts +2 -0
  54. package/dist/esm/src/generated/portal/models/ShowReportListResponseDto.d.ts +2 -0
  55. package/dist/esm/src/generated/portal/models/ShowSnapshotResponseDto.d.ts +2 -0
  56. package/dist/esm/src/generated/portal/models/Shows.d.ts +2 -0
  57. package/dist/esm/src/generated/portal/models/ShowsList.d.ts +1 -0
  58. package/dist/esm/src/generated/portal/models/ShowsResponseDto.d.ts +2 -0
  59. package/dist/esm/src/generated/portal/models/TicketScanningShowResponseDto.d.ts +2 -0
  60. package/dist/esm/src/generated/portal/models/WaitlistShowFilterResponseDto.d.ts +2 -0
  61. package/dist/esm/src/generated/portal/services/ClientToolsThemeBuilderService.d.ts +2 -2
  62. package/dist/esm/src/generated/portal/services/ClientToolsThemesLibraryService.d.ts +2 -1
  63. package/dist/esm/src/generated/portal/services/ClientToolsThemesLibraryService.js +5 -1
  64. package/dist/esm/src/generated/portal/services/DashboardService.d.ts +10 -0
  65. package/dist/esm/src/generated/portal/services/DashboardService.js +20 -0
  66. package/dist/esm/src/generated/portal/services/FeaturesBlockedSeatsService.d.ts +4 -3
  67. package/dist/esm/src/generated/portal/services/FeaturesBlockedSeatsService.js +2 -2
  68. package/dist/esm/src/generated/portal/types.d.ts +2 -0
  69. package/package.json +1 -1
  70. package/src/generated/portal/core/OpenAPI.ts +1 -1
  71. package/src/generated/portal/index.ts +2 -0
  72. package/src/generated/portal/models/CartCountResponseDto.ts +4 -0
  73. package/src/generated/portal/models/CheckoutResponseShowResponseDto.ts +2 -0
  74. package/src/generated/portal/models/FilterShowsResponseDto.ts +2 -0
  75. package/src/generated/portal/models/GoldenTicketShowsResponseDto.ts +2 -0
  76. package/src/generated/portal/models/ImportFromEventResponseDto.ts +20 -0
  77. package/src/generated/portal/models/ManagedShowResponseDto.ts +2 -0
  78. package/src/generated/portal/models/MigrationPossibleShow.ts +2 -0
  79. package/src/generated/portal/models/QuestionShowResponse.ts +2 -0
  80. package/src/generated/portal/models/RefundDetailResponseDto.ts +3 -1
  81. package/src/generated/portal/models/ScannedTicketOrderResponseDto.ts +2 -0
  82. package/src/generated/portal/models/SearchAiResponseDto.ts +11 -0
  83. package/src/generated/portal/models/SearchResponseDto.ts +4 -1
  84. package/src/generated/portal/models/Show.ts +2 -0
  85. package/src/generated/portal/models/ShowDetailDto.ts +2 -0
  86. package/src/generated/portal/models/ShowDetailsResponseDto.ts +2 -0
  87. package/src/generated/portal/models/ShowReportListResponseDto.ts +2 -0
  88. package/src/generated/portal/models/ShowSnapshotResponseDto.ts +2 -0
  89. package/src/generated/portal/models/Shows.ts +2 -0
  90. package/src/generated/portal/models/ShowsList.ts +1 -0
  91. package/src/generated/portal/models/ShowsResponseDto.ts +2 -0
  92. package/src/generated/portal/models/TicketScanningShowResponseDto.ts +2 -0
  93. package/src/generated/portal/models/WaitlistShowFilterResponseDto.ts +2 -0
  94. package/src/generated/portal/services/ClientToolsThemeBuilderService.ts +2 -2
  95. package/src/generated/portal/services/ClientToolsThemesLibraryService.ts +5 -0
  96. package/src/generated/portal/services/DashboardService.ts +24 -0
  97. package/src/generated/portal/services/FeaturesBlockedSeatsService.ts +4 -3
  98. package/src/generated/portal/types.ts +2 -0
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '',
6
- VERSION: '20260725.6',
6
+ VERSION: '20260728.3',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -150,6 +150,7 @@ export type { HoldSeatDetailsResponseDto } from './models/HoldSeatDetailsRespons
150
150
  export type { IconShowGroupResponseDto } from './models/IconShowGroupResponseDto';
151
151
  export type { ImportBlockedSeatRequestDto } from './models/ImportBlockedSeatRequestDto';
152
152
  export type { ImportFromEventRequestDto } from './models/ImportFromEventRequestDto';
153
+ export type { ImportFromEventResponseDto } from './models/ImportFromEventResponseDto';
153
154
  export type { InsertUpdateBlacklistBuyerRequestDto } from './models/InsertUpdateBlacklistBuyerRequestDto';
154
155
  export type { InsertUpdateTimedTriggerRequestDto } from './models/InsertUpdateTimedTriggerRequestDto';
155
156
  export type { IntegratorDetailResponseDto } from './models/IntegratorDetailResponseDto';
@@ -255,6 +256,7 @@ export type { SalesProductResponseDto } from './models/SalesProductResponseDto';
255
256
  export type { SaveAdministrativeNoteRequestDto } from './models/SaveAdministrativeNoteRequestDto';
256
257
  export type { ScannedTicketOrderResponseDto } from './models/ScannedTicketOrderResponseDto';
257
258
  export type { ScannedTicketResponseDto } from './models/ScannedTicketResponseDto';
259
+ export type { SearchAiResponseDto } from './models/SearchAiResponseDto';
258
260
  export type { SearchCodeResponseDto } from './models/SearchCodeResponseDto';
259
261
  export type { SearchFeatureResponseDto } from './models/SearchFeatureResponseDto';
260
262
  export type { SearchOrderResponseDto } from './models/SearchOrderResponseDto';
@@ -1,3 +1,7 @@
1
1
  export type CartCountResponseDto = {
2
2
  blockedSeats: number;
3
+ /**
4
+ * True when the block went past the studio's blocked-seat limit. Only ever true for superusers, who are permitted to override it.
5
+ */
6
+ blockPercentExceeded: boolean;
3
7
  };
@@ -2,4 +2,6 @@ export type CheckoutResponseShowResponseDto = {
2
2
  id: number;
3
3
  designation: string;
4
4
  title: string;
5
+ statusId: Record<string, any> | null;
6
+ statusName: Record<string, any> | null;
5
7
  };
@@ -6,4 +6,6 @@ export type FilterShowsResponseDto = {
6
6
  dateStart: string;
7
7
  title: string;
8
8
  designation: string;
9
+ statusId: Record<string, any> | null;
10
+ statusName: Record<string, any> | null;
9
11
  };
@@ -2,4 +2,6 @@ export type GoldenTicketShowsResponseDto = {
2
2
  id: number;
3
3
  name: string;
4
4
  title: string;
5
+ statusId: Record<string, any> | null;
6
+ statusName: Record<string, any> | null;
5
7
  };
@@ -0,0 +1,15 @@
1
+ export type ImportFromEventResponseDto = {
2
+ success: boolean;
3
+ /**
4
+ * Seats blocked in the source event, i.e. import candidates.
5
+ */
6
+ eligible: number;
7
+ /**
8
+ * Seats staged into the current user's cart.
9
+ */
10
+ imported: number;
11
+ /**
12
+ * Candidates left untouched because the seat was already blocked, reserved, sold, or held in another cart for the target event.
13
+ */
14
+ skipped: number;
15
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -5,4 +5,6 @@ export type ManagedShowResponseDto = {
5
5
  dateSalesStart: string;
6
6
  renter: string;
7
7
  theatreName: string;
8
+ statusId: Record<string, any> | null;
9
+ statusName: Record<string, any> | null;
8
10
  };
@@ -5,4 +5,6 @@ export type MigrationPossibleShow = {
5
5
  designation: string;
6
6
  dateStart: string;
7
7
  theatreName: string;
8
+ statusId: Record<string, any> | null;
9
+ statusName: Record<string, any> | null;
8
10
  };
@@ -5,4 +5,6 @@ export type QuestionShowResponse = {
5
5
  dateStart: string;
6
6
  typeName: string;
7
7
  dateExpiration: string;
8
+ statusId: Record<string, any> | null;
9
+ statusName: Record<string, any> | null;
8
10
  };
@@ -1,6 +1,8 @@
1
1
  import type { RefundOrderDetail } from './RefundOrderDetail';
2
2
  export type RefundDetailResponseDto = {
3
- dateApprovedClient: string;
3
+ dateApprovedClient: Record<string, any> | null;
4
+ dateDeclined: Record<string, any> | null;
5
+ wasAutoDeclined: number;
4
6
  amountApproved: number;
5
7
  orderId: number;
6
8
  id: number;
@@ -14,4 +14,6 @@ export type ScannedTicketOrderResponseDto = {
14
14
  soldTicketsScanned: number;
15
15
  blockedSeatsScanned: number;
16
16
  doorTicketsScanned: number;
17
+ statusId: Record<string, any> | null;
18
+ statusName: Record<string, any> | null;
17
19
  };
@@ -0,0 +1,6 @@
1
+ export type SearchAiResponseDto = {
2
+ /**
3
+ * AI-generated sentence for the search query; empty when the query does not warrant one
4
+ */
5
+ response: string;
6
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -6,5 +6,8 @@ export type SearchResponseDto = {
6
6
  features: Array<SearchFeatureResponseDto>;
7
7
  order: Array<SearchOrderResponseDto>;
8
8
  codes: Array<SearchCodeResponseDto>;
9
- response: string;
9
+ /**
10
+ * Whether an AI-generated sentence is being produced for this query (fetch it from /dashboard/search-response)
11
+ */
12
+ willGenerateResponse: boolean;
10
13
  };
@@ -3,4 +3,6 @@ export type Show = {
3
3
  title: string;
4
4
  designation: string;
5
5
  dateStart: Record<string, any>;
6
+ statusId: Record<string, any> | null;
7
+ statusName: Record<string, any> | null;
6
8
  };
@@ -63,4 +63,6 @@ export type ShowDetailDto = {
63
63
  unavailableSeating: Array<UnavailableSeating>;
64
64
  tieredPrice: Array<TieredPrice>;
65
65
  advancedPricing: Array<AdvancedPricing>;
66
+ statusId: Record<string, any> | null;
67
+ statusName: Record<string, any> | null;
66
68
  };
@@ -8,4 +8,6 @@ export type ShowDetailsResponseDto = {
8
8
  swfHeight: number;
9
9
  status: string;
10
10
  isGeneralSeating: number;
11
+ statusId: Record<string, any> | null;
12
+ statusName: Record<string, any> | null;
11
13
  };
@@ -10,4 +10,6 @@ export type ShowReportListResponseDto = {
10
10
  * True when this show belongs to another studio and is only visible because the requesting studio manages its theatre. Own shows are false.
11
11
  */
12
12
  isManaged: boolean;
13
+ statusId: Record<string, any> | null;
14
+ statusName: Record<string, any> | null;
13
15
  };
@@ -14,4 +14,6 @@ export type ShowSnapshotResponseDto = {
14
14
  isSd: number;
15
15
  typeId: number;
16
16
  typeName: string;
17
+ statusId: Record<string, any> | null;
18
+ statusName: Record<string, any> | null;
17
19
  };
@@ -5,4 +5,6 @@ export type Shows = {
5
5
  dateStart: string;
6
6
  dateExpiration: string;
7
7
  typeName: string;
8
+ statusId: Record<string, any> | null;
9
+ statusName: Record<string, any> | null;
8
10
  };
@@ -24,4 +24,5 @@ export type ShowsList = {
24
24
  hash: string;
25
25
  receiptMessage: string;
26
26
  dateMaxOrderSeatsEnd: string;
27
+ statusName: Record<string, any> | null;
27
28
  };
@@ -9,4 +9,6 @@ export type ShowsResponseDto = {
9
9
  showGroupId: number;
10
10
  showGroupName: string;
11
11
  typeName: string;
12
+ statusId: Record<string, any> | null;
13
+ statusName: Record<string, any> | null;
12
14
  };
@@ -10,4 +10,6 @@ export type TicketScanningShowResponseDto = {
10
10
  seatsHeld: number;
11
11
  seatsBlocked: number;
12
12
  seatsScanned: number;
13
+ statusId: Record<string, any> | null;
14
+ statusName: Record<string, any> | null;
13
15
  };
@@ -1,4 +1,6 @@
1
1
  export type WaitlistShowFilterResponseDto = {
2
2
  id: number;
3
3
  name: string;
4
+ statusId: Record<string, any> | null;
5
+ statusName: Record<string, any> | null;
4
6
  };
@@ -37,7 +37,7 @@ export declare class ClientToolsThemeBuilderService {
37
37
  * @returns ThemeBannerImageResponseDto Images fetched successfully
38
38
  * @throws ApiError
39
39
  */
40
- static getStudioImages(xStudioId: string, format: string, library: string, minWidth: number, maxWidth: number, minHeight: number, maxHeight: number): CancelablePromise<Array<ThemeBannerImageResponseDto>>;
40
+ static getStudioImages(xStudioId: string, format: 'banner' | 'body', library: string, minWidth: number, maxWidth: number, minHeight: number, maxHeight: number): CancelablePromise<Array<ThemeBannerImageResponseDto>>;
41
41
  /**
42
42
  * Start image upload
43
43
  * Start a new image upload for the given studio ID
@@ -58,5 +58,5 @@ export declare class ClientToolsThemeBuilderService {
58
58
  * @returns SuccessResponse Image url updated successfully
59
59
  * @throws ApiError
60
60
  */
61
- static updateImageUrl(xStudioId: string, format: string, width: number, height: number, requestBody: UpdateImageUploadRequestDto): CancelablePromise<SuccessResponse>;
61
+ static updateImageUrl(xStudioId: string, format: 'banner' | 'body', width: number, height: number, requestBody: UpdateImageUploadRequestDto): CancelablePromise<SuccessResponse>;
62
62
  }
@@ -8,10 +8,11 @@ export declare class ClientToolsThemesLibraryService {
8
8
  * Fetch the themes
9
9
  * @param categoryId The ID of the category
10
10
  * @param searchQuery The search query criteria
11
+ * @param xLocale The admin portal locale ("EN" or "FR"). Defaults to "EN" when omitted.
11
12
  * @returns ThemeResponseDto Themes fetched successfully
12
13
  * @throws ApiError
13
14
  */
14
- static getThemes(categoryId: string, searchQuery: string): CancelablePromise<Array<ThemeResponseDto>>;
15
+ static getThemes(categoryId: string, searchQuery: string, xLocale?: string): CancelablePromise<Array<ThemeResponseDto>>;
15
16
  /**
16
17
  * Fetch the categories
17
18
  * Fetch the categories
@@ -9,13 +9,17 @@ class ClientToolsThemesLibraryService {
9
9
  * Fetch the themes
10
10
  * @param categoryId The ID of the category
11
11
  * @param searchQuery The search query criteria
12
+ * @param xLocale The admin portal locale ("EN" or "FR"). Defaults to "EN" when omitted.
12
13
  * @returns ThemeResponseDto Themes fetched successfully
13
14
  * @throws ApiError
14
15
  */
15
- static getThemes(categoryId, searchQuery) {
16
+ static getThemes(categoryId, searchQuery, xLocale) {
16
17
  return (0, request_1.request)(OpenAPI_1.OpenAPI, {
17
18
  method: 'GET',
18
19
  url: '/admin-portal/client-tools/theme-library',
20
+ headers: {
21
+ 'x-locale': xLocale,
22
+ },
19
23
  query: {
20
24
  'categoryId': categoryId,
21
25
  'searchQuery': searchQuery,
@@ -1,4 +1,5 @@
1
1
  import type { DashboardResponseDto } from '../models/DashboardResponseDto';
2
+ import type { SearchAiResponseDto } from '../models/SearchAiResponseDto';
2
3
  import type { SearchResponseDto } from '../models/SearchResponseDto';
3
4
  import type { SuccessResponse } from '../models/SuccessResponse';
4
5
  import type { UpdateSearchLogRequestDto } from '../models/UpdateSearchLogRequestDto';
@@ -21,6 +22,15 @@ export declare class DashboardService {
21
22
  * @throws ApiError
22
23
  */
23
24
  static search(xStudioId: string, q: string): CancelablePromise<SearchResponseDto>;
25
+ /**
26
+ * Fetch the AI-generated sentence for a search query
27
+ * Generates the AI sentence for a search query; pairs with /dashboard/search which returns the quick results
28
+ * @param q
29
+ * @param xStudioId The ID of the studio
30
+ * @returns SearchAiResponseDto AI-generated search response fetched successfully
31
+ * @throws ApiError
32
+ */
33
+ static searchAiResponse(q: string, xStudioId: string): CancelablePromise<SearchAiResponseDto>;
24
34
  /**
25
35
  * Update the search log
26
36
  * Update the search log
@@ -40,6 +40,26 @@ class DashboardService {
40
40
  },
41
41
  });
42
42
  }
43
+ /**
44
+ * Fetch the AI-generated sentence for a search query
45
+ * Generates the AI sentence for a search query; pairs with /dashboard/search which returns the quick results
46
+ * @param q
47
+ * @param xStudioId The ID of the studio
48
+ * @returns SearchAiResponseDto AI-generated search response fetched successfully
49
+ * @throws ApiError
50
+ */
51
+ static searchAiResponse(q, xStudioId) {
52
+ return (0, request_1.request)(OpenAPI_1.OpenAPI, {
53
+ method: 'GET',
54
+ url: '/admin-portal/dashboard/search-response',
55
+ headers: {
56
+ 'x-studio-id': xStudioId,
57
+ },
58
+ query: {
59
+ 'q': q,
60
+ },
61
+ });
62
+ }
43
63
  /**
44
64
  * Update the search log
45
65
  * Update the search log
@@ -12,6 +12,7 @@ import type { ExchangeShowDetailResponseDto } from '../models/ExchangeShowDetail
12
12
  import type { FilterShowsResponseDto } from '../models/FilterShowsResponseDto';
13
13
  import type { HoldChartSeatResponseDto } from '../models/HoldChartSeatResponseDto';
14
14
  import type { ImportFromEventRequestDto } from '../models/ImportFromEventRequestDto';
15
+ import type { ImportFromEventResponseDto } from '../models/ImportFromEventResponseDto';
15
16
  import type { RemoveReservationCodeRequestDto } from '../models/RemoveReservationCodeRequestDto';
16
17
  import type { RemoveSeatsRequestDto } from '../models/RemoveSeatsRequestDto';
17
18
  import type { ReservationCodeResponseDto } from '../models/ReservationCodeResponseDto';
@@ -197,13 +198,13 @@ export declare class FeaturesBlockedSeatsService {
197
198
  static holdChartSeatTickets(xStudioId: string, showId: string, requestBody: BlockChartSeatRequestDto): CancelablePromise<HoldChartSeatResponseDto>;
198
199
  /**
199
200
  * Import blocked seats from another event
200
- * Import all blocked seats from a source event to the target event
201
+ * Import the blocked seats from a source event into the target event, skipping any seat that is already blocked, reserved, sold, or held in the target event
201
202
  * @param xStudioId The ID of the studio
202
203
  * @param requestBody Request body for importing seats from an event
203
- * @returns SuccessResponse Seats imported successfully
204
+ * @returns ImportFromEventResponseDto Seats imported successfully
204
205
  * @throws ApiError
205
206
  */
206
- static importFromEvent(xStudioId: string, requestBody: ImportFromEventRequestDto): CancelablePromise<SuccessResponse>;
207
+ static importFromEvent(xStudioId: string, requestBody: ImportFromEventRequestDto): CancelablePromise<ImportFromEventResponseDto>;
207
208
  /**
208
209
  * Release the selected seat
209
210
  * Release the selected seat
@@ -377,10 +377,10 @@ class FeaturesBlockedSeatsService {
377
377
  }
378
378
  /**
379
379
  * Import blocked seats from another event
380
- * Import all blocked seats from a source event to the target event
380
+ * Import the blocked seats from a source event into the target event, skipping any seat that is already blocked, reserved, sold, or held in the target event
381
381
  * @param xStudioId The ID of the studio
382
382
  * @param requestBody Request body for importing seats from an event
383
- * @returns SuccessResponse Seats imported successfully
383
+ * @returns ImportFromEventResponseDto Seats imported successfully
384
384
  * @throws ApiError
385
385
  */
386
386
  static importFromEvent(xStudioId, requestBody) {
@@ -145,6 +145,7 @@ export type { HoldSeatDetailsResponseDto } from './models/HoldSeatDetailsRespons
145
145
  export type { IconShowGroupResponseDto } from './models/IconShowGroupResponseDto';
146
146
  export type { ImportBlockedSeatRequestDto } from './models/ImportBlockedSeatRequestDto';
147
147
  export type { ImportFromEventRequestDto } from './models/ImportFromEventRequestDto';
148
+ export type { ImportFromEventResponseDto } from './models/ImportFromEventResponseDto';
148
149
  export type { InsertUpdateBlacklistBuyerRequestDto } from './models/InsertUpdateBlacklistBuyerRequestDto';
149
150
  export type { InsertUpdateTimedTriggerRequestDto } from './models/InsertUpdateTimedTriggerRequestDto';
150
151
  export type { IntegratorDetailResponseDto } from './models/IntegratorDetailResponseDto';
@@ -250,6 +251,7 @@ export type { SalesProductResponseDto } from './models/SalesProductResponseDto';
250
251
  export type { SaveAdministrativeNoteRequestDto } from './models/SaveAdministrativeNoteRequestDto';
251
252
  export type { ScannedTicketOrderResponseDto } from './models/ScannedTicketOrderResponseDto';
252
253
  export type { ScannedTicketResponseDto } from './models/ScannedTicketResponseDto';
254
+ export type { SearchAiResponseDto } from './models/SearchAiResponseDto';
253
255
  export type { SearchCodeResponseDto } from './models/SearchCodeResponseDto';
254
256
  export type { SearchFeatureResponseDto } from './models/SearchFeatureResponseDto';
255
257
  export type { SearchOrderResponseDto } from './models/SearchOrderResponseDto';
@@ -1,6 +1,6 @@
1
1
  export const OpenAPI = {
2
2
  BASE: '',
3
- VERSION: '20260725.6',
3
+ VERSION: '20260728.3',
4
4
  WITH_CREDENTIALS: false,
5
5
  CREDENTIALS: 'include',
6
6
  TOKEN: undefined,
@@ -150,6 +150,7 @@ export type { HoldSeatDetailsResponseDto } from './models/HoldSeatDetailsRespons
150
150
  export type { IconShowGroupResponseDto } from './models/IconShowGroupResponseDto';
151
151
  export type { ImportBlockedSeatRequestDto } from './models/ImportBlockedSeatRequestDto';
152
152
  export type { ImportFromEventRequestDto } from './models/ImportFromEventRequestDto';
153
+ export type { ImportFromEventResponseDto } from './models/ImportFromEventResponseDto';
153
154
  export type { InsertUpdateBlacklistBuyerRequestDto } from './models/InsertUpdateBlacklistBuyerRequestDto';
154
155
  export type { InsertUpdateTimedTriggerRequestDto } from './models/InsertUpdateTimedTriggerRequestDto';
155
156
  export type { IntegratorDetailResponseDto } from './models/IntegratorDetailResponseDto';
@@ -255,6 +256,7 @@ export type { SalesProductResponseDto } from './models/SalesProductResponseDto';
255
256
  export type { SaveAdministrativeNoteRequestDto } from './models/SaveAdministrativeNoteRequestDto';
256
257
  export type { ScannedTicketOrderResponseDto } from './models/ScannedTicketOrderResponseDto';
257
258
  export type { ScannedTicketResponseDto } from './models/ScannedTicketResponseDto';
259
+ export type { SearchAiResponseDto } from './models/SearchAiResponseDto';
258
260
  export type { SearchCodeResponseDto } from './models/SearchCodeResponseDto';
259
261
  export type { SearchFeatureResponseDto } from './models/SearchFeatureResponseDto';
260
262
  export type { SearchOrderResponseDto } from './models/SearchOrderResponseDto';
@@ -1,3 +1,7 @@
1
1
  export type CartCountResponseDto = {
2
2
  blockedSeats: number;
3
+ /**
4
+ * True when the block went past the studio's blocked-seat limit. Only ever true for superusers, who are permitted to override it.
5
+ */
6
+ blockPercentExceeded: boolean;
3
7
  };
@@ -2,4 +2,6 @@ export type CheckoutResponseShowResponseDto = {
2
2
  id: number;
3
3
  designation: string;
4
4
  title: string;
5
+ statusId: Record<string, any> | null;
6
+ statusName: Record<string, any> | null;
5
7
  };
@@ -6,4 +6,6 @@ export type FilterShowsResponseDto = {
6
6
  dateStart: string;
7
7
  title: string;
8
8
  designation: string;
9
+ statusId: Record<string, any> | null;
10
+ statusName: Record<string, any> | null;
9
11
  };
@@ -2,4 +2,6 @@ export type GoldenTicketShowsResponseDto = {
2
2
  id: number;
3
3
  name: string;
4
4
  title: string;
5
+ statusId: Record<string, any> | null;
6
+ statusName: Record<string, any> | null;
5
7
  };
@@ -0,0 +1,15 @@
1
+ export type ImportFromEventResponseDto = {
2
+ success: boolean;
3
+ /**
4
+ * Seats blocked in the source event, i.e. import candidates.
5
+ */
6
+ eligible: number;
7
+ /**
8
+ * Seats staged into the current user's cart.
9
+ */
10
+ imported: number;
11
+ /**
12
+ * Candidates left untouched because the seat was already blocked, reserved, sold, or held in another cart for the target event.
13
+ */
14
+ skipped: number;
15
+ };
@@ -5,4 +5,6 @@ export type ManagedShowResponseDto = {
5
5
  dateSalesStart: string;
6
6
  renter: string;
7
7
  theatreName: string;
8
+ statusId: Record<string, any> | null;
9
+ statusName: Record<string, any> | null;
8
10
  };
@@ -5,4 +5,6 @@ export type MigrationPossibleShow = {
5
5
  designation: string;
6
6
  dateStart: string;
7
7
  theatreName: string;
8
+ statusId: Record<string, any> | null;
9
+ statusName: Record<string, any> | null;
8
10
  };
@@ -5,4 +5,6 @@ export type QuestionShowResponse = {
5
5
  dateStart: string;
6
6
  typeName: string;
7
7
  dateExpiration: string;
8
+ statusId: Record<string, any> | null;
9
+ statusName: Record<string, any> | null;
8
10
  };
@@ -1,6 +1,8 @@
1
1
  import type { RefundOrderDetail } from './RefundOrderDetail';
2
2
  export type RefundDetailResponseDto = {
3
- dateApprovedClient: string;
3
+ dateApprovedClient: Record<string, any> | null;
4
+ dateDeclined: Record<string, any> | null;
5
+ wasAutoDeclined: number;
4
6
  amountApproved: number;
5
7
  orderId: number;
6
8
  id: number;
@@ -14,4 +14,6 @@ export type ScannedTicketOrderResponseDto = {
14
14
  soldTicketsScanned: number;
15
15
  blockedSeatsScanned: number;
16
16
  doorTicketsScanned: number;
17
+ statusId: Record<string, any> | null;
18
+ statusName: Record<string, any> | null;
17
19
  };
@@ -0,0 +1,6 @@
1
+ export type SearchAiResponseDto = {
2
+ /**
3
+ * AI-generated sentence for the search query; empty when the query does not warrant one
4
+ */
5
+ response: string;
6
+ };
@@ -6,5 +6,8 @@ export type SearchResponseDto = {
6
6
  features: Array<SearchFeatureResponseDto>;
7
7
  order: Array<SearchOrderResponseDto>;
8
8
  codes: Array<SearchCodeResponseDto>;
9
- response: string;
9
+ /**
10
+ * Whether an AI-generated sentence is being produced for this query (fetch it from /dashboard/search-response)
11
+ */
12
+ willGenerateResponse: boolean;
10
13
  };
@@ -3,4 +3,6 @@ export type Show = {
3
3
  title: string;
4
4
  designation: string;
5
5
  dateStart: Record<string, any>;
6
+ statusId: Record<string, any> | null;
7
+ statusName: Record<string, any> | null;
6
8
  };
@@ -63,4 +63,6 @@ export type ShowDetailDto = {
63
63
  unavailableSeating: Array<UnavailableSeating>;
64
64
  tieredPrice: Array<TieredPrice>;
65
65
  advancedPricing: Array<AdvancedPricing>;
66
+ statusId: Record<string, any> | null;
67
+ statusName: Record<string, any> | null;
66
68
  };
@@ -8,4 +8,6 @@ export type ShowDetailsResponseDto = {
8
8
  swfHeight: number;
9
9
  status: string;
10
10
  isGeneralSeating: number;
11
+ statusId: Record<string, any> | null;
12
+ statusName: Record<string, any> | null;
11
13
  };
@@ -10,4 +10,6 @@ export type ShowReportListResponseDto = {
10
10
  * True when this show belongs to another studio and is only visible because the requesting studio manages its theatre. Own shows are false.
11
11
  */
12
12
  isManaged: boolean;
13
+ statusId: Record<string, any> | null;
14
+ statusName: Record<string, any> | null;
13
15
  };
@@ -14,4 +14,6 @@ export type ShowSnapshotResponseDto = {
14
14
  isSd: number;
15
15
  typeId: number;
16
16
  typeName: string;
17
+ statusId: Record<string, any> | null;
18
+ statusName: Record<string, any> | null;
17
19
  };
@@ -5,4 +5,6 @@ export type Shows = {
5
5
  dateStart: string;
6
6
  dateExpiration: string;
7
7
  typeName: string;
8
+ statusId: Record<string, any> | null;
9
+ statusName: Record<string, any> | null;
8
10
  };
@@ -24,4 +24,5 @@ export type ShowsList = {
24
24
  hash: string;
25
25
  receiptMessage: string;
26
26
  dateMaxOrderSeatsEnd: string;
27
+ statusName: Record<string, any> | null;
27
28
  };
@@ -9,4 +9,6 @@ export type ShowsResponseDto = {
9
9
  showGroupId: number;
10
10
  showGroupName: string;
11
11
  typeName: string;
12
+ statusId: Record<string, any> | null;
13
+ statusName: Record<string, any> | null;
12
14
  };
@@ -10,4 +10,6 @@ export type TicketScanningShowResponseDto = {
10
10
  seatsHeld: number;
11
11
  seatsBlocked: number;
12
12
  seatsScanned: number;
13
+ statusId: Record<string, any> | null;
14
+ statusName: Record<string, any> | null;
13
15
  };
@@ -1,4 +1,6 @@
1
1
  export type WaitlistShowFilterResponseDto = {
2
2
  id: number;
3
3
  name: string;
4
+ statusId: Record<string, any> | null;
5
+ statusName: Record<string, any> | null;
4
6
  };