@drttix/drt-sdk 1.0.8 → 1.1.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.
Files changed (94) hide show
  1. package/dist/cjs/index.d.ts +2 -0
  2. package/dist/cjs/src/definitions/portal.d.ts +4 -0
  3. package/dist/cjs/src/definitions/portal.js +5 -1
  4. package/dist/cjs/src/generated/portal/core/OpenAPI.js +1 -1
  5. package/dist/cjs/src/generated/portal/index.d.ts +12 -0
  6. package/dist/cjs/src/generated/portal/index.js +5 -1
  7. package/dist/cjs/src/generated/portal/models/AlertActionTemplateResponseDto.d.ts +2 -2
  8. package/dist/cjs/src/generated/portal/models/AlertLoginDetailResponseDto.d.ts +8 -0
  9. package/dist/cjs/src/generated/portal/models/AlertLoginDetailResponseDto.js +2 -0
  10. package/dist/cjs/src/generated/portal/models/AlertTemplateDetailResponseDto.d.ts +8 -0
  11. package/dist/cjs/src/generated/portal/models/AlertTemplateDetailResponseDto.js +2 -0
  12. package/dist/cjs/src/generated/portal/models/AlertTemplateResponseDto.d.ts +5 -0
  13. package/dist/cjs/src/generated/portal/models/AlertTemplateResponseDto.js +2 -0
  14. package/dist/cjs/src/generated/portal/models/ShopperDetailResponseDto.d.ts +14 -0
  15. package/dist/cjs/src/generated/portal/models/ShopperDetailResponseDto.js +2 -0
  16. package/dist/cjs/src/generated/portal/models/ShopperSeatResponseDto.d.ts +10 -0
  17. package/dist/cjs/src/generated/portal/models/ShopperSeatResponseDto.js +2 -0
  18. package/dist/cjs/src/generated/portal/models/ShopperSessionResponseDto.d.ts +9 -0
  19. package/dist/cjs/src/generated/portal/models/ShopperSessionResponseDto.js +2 -0
  20. package/dist/cjs/src/generated/portal/models/ShopperShowGroupResponseDto.d.ts +4 -0
  21. package/dist/cjs/src/generated/portal/models/ShopperShowGroupResponseDto.js +2 -0
  22. package/dist/cjs/src/generated/portal/models/TakeoverSessionResponseDto.d.ts +4 -0
  23. package/dist/cjs/src/generated/portal/models/TakeoverSessionResponseDto.js +2 -0
  24. package/dist/cjs/src/generated/portal/models/TimedTriggerResponseDto.d.ts +9 -0
  25. package/dist/cjs/src/generated/portal/models/TimedTriggerResponseDto.js +2 -0
  26. package/dist/cjs/src/generated/portal/models/UpdateSessionRequestDto.d.ts +11 -0
  27. package/dist/cjs/src/generated/portal/models/UpdateSessionRequestDto.js +2 -0
  28. package/dist/cjs/src/generated/portal/services/SuperUserAlertsAndNotificationsService.d.ts +20 -0
  29. package/dist/cjs/src/generated/portal/services/SuperUserAlertsAndNotificationsService.js +40 -0
  30. package/dist/cjs/src/generated/portal/services/SuperUserShoppersService.d.ts +54 -0
  31. package/dist/cjs/src/generated/portal/services/SuperUserShoppersService.js +107 -0
  32. package/dist/cjs/src/generated/portal/services/SuperUserTimedTriggersService.d.ts +12 -0
  33. package/dist/cjs/src/generated/portal/services/SuperUserTimedTriggersService.js +24 -0
  34. package/dist/cjs/src/generated/portal/types.d.ts +10 -0
  35. package/dist/cjs/src/staging/index.d.ts +2 -0
  36. package/dist/cjs/src/staging/portal.d.ts +4 -0
  37. package/dist/cjs/src/staging/portal.js +5 -1
  38. package/dist/esm/index.d.ts +2 -0
  39. package/dist/esm/src/definitions/portal.d.ts +4 -0
  40. package/dist/esm/src/definitions/portal.js +4 -0
  41. package/dist/esm/src/generated/portal/core/OpenAPI.js +1 -1
  42. package/dist/esm/src/generated/portal/index.d.ts +12 -0
  43. package/dist/esm/src/generated/portal/index.js +2 -0
  44. package/dist/esm/src/generated/portal/models/AlertActionTemplateResponseDto.d.ts +2 -2
  45. package/dist/esm/src/generated/portal/models/AlertLoginDetailResponseDto.d.ts +8 -0
  46. package/dist/esm/src/generated/portal/models/AlertLoginDetailResponseDto.js +1 -0
  47. package/dist/esm/src/generated/portal/models/AlertTemplateDetailResponseDto.d.ts +8 -0
  48. package/dist/esm/src/generated/portal/models/AlertTemplateDetailResponseDto.js +1 -0
  49. package/dist/esm/src/generated/portal/models/AlertTemplateResponseDto.d.ts +5 -0
  50. package/dist/esm/src/generated/portal/models/AlertTemplateResponseDto.js +1 -0
  51. package/dist/esm/src/generated/portal/models/ShopperDetailResponseDto.d.ts +14 -0
  52. package/dist/esm/src/generated/portal/models/ShopperDetailResponseDto.js +1 -0
  53. package/dist/esm/src/generated/portal/models/ShopperSeatResponseDto.d.ts +10 -0
  54. package/dist/esm/src/generated/portal/models/ShopperSeatResponseDto.js +1 -0
  55. package/dist/esm/src/generated/portal/models/ShopperSessionResponseDto.d.ts +9 -0
  56. package/dist/esm/src/generated/portal/models/ShopperSessionResponseDto.js +1 -0
  57. package/dist/esm/src/generated/portal/models/ShopperShowGroupResponseDto.d.ts +4 -0
  58. package/dist/esm/src/generated/portal/models/ShopperShowGroupResponseDto.js +1 -0
  59. package/dist/esm/src/generated/portal/models/TakeoverSessionResponseDto.d.ts +4 -0
  60. package/dist/esm/src/generated/portal/models/TakeoverSessionResponseDto.js +1 -0
  61. package/dist/esm/src/generated/portal/models/TimedTriggerResponseDto.d.ts +9 -0
  62. package/dist/esm/src/generated/portal/models/TimedTriggerResponseDto.js +1 -0
  63. package/dist/esm/src/generated/portal/models/UpdateSessionRequestDto.d.ts +11 -0
  64. package/dist/esm/src/generated/portal/models/UpdateSessionRequestDto.js +1 -0
  65. package/dist/esm/src/generated/portal/services/SuperUserAlertsAndNotificationsService.d.ts +20 -0
  66. package/dist/esm/src/generated/portal/services/SuperUserAlertsAndNotificationsService.js +40 -0
  67. package/dist/esm/src/generated/portal/services/SuperUserShoppersService.d.ts +54 -0
  68. package/dist/esm/src/generated/portal/services/SuperUserShoppersService.js +103 -0
  69. package/dist/esm/src/generated/portal/services/SuperUserTimedTriggersService.d.ts +12 -0
  70. package/dist/esm/src/generated/portal/services/SuperUserTimedTriggersService.js +20 -0
  71. package/dist/esm/src/generated/portal/types.d.ts +10 -0
  72. package/dist/esm/src/staging/index.d.ts +2 -0
  73. package/dist/esm/src/staging/portal.d.ts +4 -0
  74. package/dist/esm/src/staging/portal.js +4 -0
  75. package/package.json +36 -36
  76. package/src/definitions/portal.ts +4 -0
  77. package/src/generated/portal/core/OpenAPI.ts +1 -1
  78. package/src/generated/portal/index.ts +12 -0
  79. package/src/generated/portal/models/AlertActionTemplateResponseDto.ts +2 -2
  80. package/src/generated/portal/models/AlertLoginDetailResponseDto.ts +13 -0
  81. package/src/generated/portal/models/AlertTemplateDetailResponseDto.ts +13 -0
  82. package/src/generated/portal/models/AlertTemplateResponseDto.ts +10 -0
  83. package/src/generated/portal/models/ShopperDetailResponseDto.ts +19 -0
  84. package/src/generated/portal/models/ShopperSeatResponseDto.ts +15 -0
  85. package/src/generated/portal/models/ShopperSessionResponseDto.ts +14 -0
  86. package/src/generated/portal/models/ShopperShowGroupResponseDto.ts +9 -0
  87. package/src/generated/portal/models/TakeoverSessionResponseDto.ts +9 -0
  88. package/src/generated/portal/models/TimedTriggerResponseDto.ts +14 -0
  89. package/src/generated/portal/models/UpdateSessionRequestDto.ts +16 -0
  90. package/src/generated/portal/services/SuperUserAlertsAndNotificationsService.ts +48 -0
  91. package/src/generated/portal/services/SuperUserShoppersService.ts +129 -0
  92. package/src/generated/portal/services/SuperUserTimedTriggersService.ts +28 -0
  93. package/src/generated/portal/types.ts +10 -0
  94. package/src/staging/portal.ts +4 -0
@@ -34,7 +34,9 @@ import { SuperUserAbandonedCartsService } from "../generated/portal";
34
34
  import { SuperUserAlertsAndNotificationsService } from "../generated/portal";
35
35
  import { SuperUserBuyerBlacklistService } from "../generated/portal";
36
36
  import { SuperUserReleasedTicketsService } from "../generated/portal";
37
+ import { SuperUserShoppersService } from "../generated/portal";
37
38
  import { SuperUserSupportTicketsService } from "../generated/portal";
39
+ import { SuperUserTimedTriggersService } from "../generated/portal";
38
40
  export declare const portalStaging: {
39
41
  account: typeof AccountService;
40
42
  accounting: typeof AccountingService;
@@ -72,6 +74,8 @@ export declare const portalStaging: {
72
74
  superuseralertsandnotifications: typeof SuperUserAlertsAndNotificationsService;
73
75
  superuserbuyerblacklist: typeof SuperUserBuyerBlacklistService;
74
76
  superuserreleasedtickets: typeof SuperUserReleasedTicketsService;
77
+ superusershoppers: typeof SuperUserShoppersService;
75
78
  superusersupporttickets: typeof SuperUserSupportTicketsService;
79
+ superusertimedtriggers: typeof SuperUserTimedTriggersService;
76
80
  };
77
81
  export * as PortalTypes from "../generated/portal/types";
@@ -75,6 +75,8 @@ const portal_34 = require("../generated/portal");
75
75
  const portal_35 = require("../generated/portal");
76
76
  const portal_36 = require("../generated/portal");
77
77
  const portal_37 = require("../generated/portal");
78
+ const portal_38 = require("../generated/portal");
79
+ const portal_39 = require("../generated/portal");
78
80
  const wrap = (service) => (0, wrapService_1.wrapServiceForStaging)(service, OpenAPI_1.OpenAPI, wrapService_1.STAGING_URLS.portal);
79
81
  exports.portalStaging = {
80
82
  account: wrap(portal_1.AccountService),
@@ -113,7 +115,9 @@ exports.portalStaging = {
113
115
  superuseralertsandnotifications: wrap(portal_34.SuperUserAlertsAndNotificationsService),
114
116
  superuserbuyerblacklist: wrap(portal_35.SuperUserBuyerBlacklistService),
115
117
  superuserreleasedtickets: wrap(portal_36.SuperUserReleasedTicketsService),
116
- superusersupporttickets: wrap(portal_37.SuperUserSupportTicketsService),
118
+ superusershoppers: wrap(portal_37.SuperUserShoppersService),
119
+ superusersupporttickets: wrap(portal_38.SuperUserSupportTicketsService),
120
+ superusertimedtriggers: wrap(portal_39.SuperUserTimedTriggersService),
117
121
  };
118
122
  // Re-export types
119
123
  exports.PortalTypes = __importStar(require("../generated/portal/types"));
@@ -59,7 +59,9 @@ export declare const DRT: {
59
59
  superuseralertsandnotifications: typeof import("./src/generated/portal").SuperUserAlertsAndNotificationsService;
60
60
  superuserbuyerblacklist: typeof import("./src/generated/portal").SuperUserBuyerBlacklistService;
61
61
  superuserreleasedtickets: typeof import("./src/generated/portal").SuperUserReleasedTicketsService;
62
+ superusershoppers: typeof import("./src/generated/portal").SuperUserShoppersService;
62
63
  superusersupporttickets: typeof import("./src/generated/portal").SuperUserSupportTicketsService;
64
+ superusertimedtriggers: typeof import("./src/generated/portal").SuperUserTimedTriggersService;
63
65
  };
64
66
  init: typeof init;
65
67
  isReady: typeof isReady;
@@ -34,7 +34,9 @@ import { SuperUserAbandonedCartsService } from "../generated/portal";
34
34
  import { SuperUserAlertsAndNotificationsService } from "../generated/portal";
35
35
  import { SuperUserBuyerBlacklistService } from "../generated/portal";
36
36
  import { SuperUserReleasedTicketsService } from "../generated/portal";
37
+ import { SuperUserShoppersService } from "../generated/portal";
37
38
  import { SuperUserSupportTicketsService } from "../generated/portal";
39
+ import { SuperUserTimedTriggersService } from "../generated/portal";
38
40
  export declare const portal: {
39
41
  account: typeof AccountService;
40
42
  accounting: typeof AccountingService;
@@ -72,6 +74,8 @@ export declare const portal: {
72
74
  superuseralertsandnotifications: typeof SuperUserAlertsAndNotificationsService;
73
75
  superuserbuyerblacklist: typeof SuperUserBuyerBlacklistService;
74
76
  superuserreleasedtickets: typeof SuperUserReleasedTicketsService;
77
+ superusershoppers: typeof SuperUserShoppersService;
75
78
  superusersupporttickets: typeof SuperUserSupportTicketsService;
79
+ superusertimedtriggers: typeof SuperUserTimedTriggersService;
76
80
  };
77
81
  export * as PortalTypes from "../generated/portal/types";
@@ -35,7 +35,9 @@ import { SuperUserAbandonedCartsService } from "../generated/portal/index.js";
35
35
  import { SuperUserAlertsAndNotificationsService } from "../generated/portal/index.js";
36
36
  import { SuperUserBuyerBlacklistService } from "../generated/portal/index.js";
37
37
  import { SuperUserReleasedTicketsService } from "../generated/portal/index.js";
38
+ import { SuperUserShoppersService } from "../generated/portal/index.js";
38
39
  import { SuperUserSupportTicketsService } from "../generated/portal/index.js";
40
+ import { SuperUserTimedTriggersService } from "../generated/portal/index.js";
39
41
  export const portal = {
40
42
  account: AccountService,
41
43
  accounting: AccountingService,
@@ -73,7 +75,9 @@ export const portal = {
73
75
  superuseralertsandnotifications: SuperUserAlertsAndNotificationsService,
74
76
  superuserbuyerblacklist: SuperUserBuyerBlacklistService,
75
77
  superuserreleasedtickets: SuperUserReleasedTicketsService,
78
+ superusershoppers: SuperUserShoppersService,
76
79
  superusersupporttickets: SuperUserSupportTicketsService,
80
+ superusertimedtriggers: SuperUserTimedTriggersService,
77
81
  };
78
82
  // Re-export all types as a namespace
79
83
  export * as PortalTypes from "../generated/portal/types.js";
@@ -1,6 +1,6 @@
1
1
  export const OpenAPI = {
2
2
  BASE: '',
3
- VERSION: '20260428.2',
3
+ VERSION: '20260430.1',
4
4
  WITH_CREDENTIALS: false,
5
5
  CREDENTIALS: 'include',
6
6
  TOKEN: undefined,
@@ -12,7 +12,10 @@ export type { AdvancedPricing } from './models/AdvancedPricing';
12
12
  export type { AlbumImageResponseDto } from './models/AlbumImageResponseDto';
13
13
  export type { AlertActionTemplateResponseDto } from './models/AlertActionTemplateResponseDto';
14
14
  export type { AlertDetailResponseDto } from './models/AlertDetailResponseDto';
15
+ export type { AlertLoginDetailResponseDto } from './models/AlertLoginDetailResponseDto';
15
16
  export type { AlertNotificationResponseDto } from './models/AlertNotificationResponseDto';
17
+ export type { AlertTemplateDetailResponseDto } from './models/AlertTemplateDetailResponseDto';
18
+ export type { AlertTemplateResponseDto } from './models/AlertTemplateResponseDto';
16
19
  export type { AnswerOrder } from './models/AnswerOrder';
17
20
  export type { ApproveOrderRequestDto } from './models/ApproveOrderRequestDto';
18
21
  export type { ApproveRefundRequestDto } from './models/ApproveRefundRequestDto';
@@ -250,6 +253,10 @@ export type { SendReservationCodeMailRequestDto } from './models/SendReservation
250
253
  export type { SentMailResponseDto } from './models/SentMailResponseDto';
251
254
  export type { SettingsAndWavesResponseDto } from './models/SettingsAndWavesResponseDto';
252
255
  export type { SettingsDetailsResponseDto } from './models/SettingsDetailsResponseDto';
256
+ export type { ShopperDetailResponseDto } from './models/ShopperDetailResponseDto';
257
+ export type { ShopperSeatResponseDto } from './models/ShopperSeatResponseDto';
258
+ export type { ShopperSessionResponseDto } from './models/ShopperSessionResponseDto';
259
+ export type { ShopperShowGroupResponseDto } from './models/ShopperShowGroupResponseDto';
253
260
  export type { Show } from './models/Show';
254
261
  export type { ShowAndGroupResponseDto } from './models/ShowAndGroupResponseDto';
255
262
  export type { ShowBlockedSeatResponseDto } from './models/ShowBlockedSeatResponseDto';
@@ -296,6 +303,7 @@ export type { StudioIntegratorDetailResponseDto } from './models/StudioIntegrato
296
303
  export type { SuccessResponse } from './models/SuccessResponse';
297
304
  export type { SupportTicketResponseDto } from './models/SupportTicketResponseDto';
298
305
  export type { SupportTicketStatusResponseDto } from './models/SupportTicketStatusResponseDto';
306
+ export type { TakeoverSessionResponseDto } from './models/TakeoverSessionResponseDto';
299
307
  export type { TaxAndBankDetailsResponseDto } from './models/TaxAndBankDetailsResponseDto';
300
308
  export type { TaxByMonthRequestDto } from './models/TaxByMonthRequestDto';
301
309
  export type { TaxByMonthResponseDto } from './models/TaxByMonthResponseDto';
@@ -320,6 +328,7 @@ export type { TierDetail } from './models/TierDetail';
320
328
  export type { TieredPrice } from './models/TieredPrice';
321
329
  export type { tierIdQuantityPair } from './models/tierIdQuantityPair';
322
330
  export type { TierRequestDto } from './models/TierRequestDto';
331
+ export type { TimedTriggerResponseDto } from './models/TimedTriggerResponseDto';
323
332
  export type { TimeZoneResponse } from './models/TimeZoneResponse';
324
333
  export type { ToggleModifyTierRequestDto } from './models/ToggleModifyTierRequestDto';
325
334
  export type { ToggleModifyTierResponseDto } from './models/ToggleModifyTierResponseDto';
@@ -346,6 +355,7 @@ export type { UpdatePatronTagsRequestDto } from './models/UpdatePatronTagsReques
346
355
  export type { UpdatePriorityCodeRequestDto } from './models/UpdatePriorityCodeRequestDto';
347
356
  export type { UpdateProductVariantRequestDto } from './models/UpdateProductVariantRequestDto';
348
357
  export type { UpdateSearchLogRequestDto } from './models/UpdateSearchLogRequestDto';
358
+ export type { UpdateSessionRequestDto } from './models/UpdateSessionRequestDto';
349
359
  export { UpdateStripeUsageRequestDto } from './models/UpdateStripeUsageRequestDto';
350
360
  export type { UpdateStudioSettingsRequestDto } from './models/UpdateStudioSettingsRequestDto';
351
361
  export { UpdateTaxRegistrationRequestDto } from './models/UpdateTaxRegistrationRequestDto';
@@ -397,4 +407,6 @@ export { SuperUserAbandonedCartsService } from './services/SuperUserAbandonedCar
397
407
  export { SuperUserAlertsAndNotificationsService } from './services/SuperUserAlertsAndNotificationsService';
398
408
  export { SuperUserBuyerBlacklistService } from './services/SuperUserBuyerBlacklistService';
399
409
  export { SuperUserReleasedTicketsService } from './services/SuperUserReleasedTicketsService';
410
+ export { SuperUserShoppersService } from './services/SuperUserShoppersService';
400
411
  export { SuperUserSupportTicketsService } from './services/SuperUserSupportTicketsService';
412
+ export { SuperUserTimedTriggersService } from './services/SuperUserTimedTriggersService';
@@ -43,4 +43,6 @@ export { SuperUserAbandonedCartsService } from './services/SuperUserAbandonedCar
43
43
  export { SuperUserAlertsAndNotificationsService } from './services/SuperUserAlertsAndNotificationsService.js';
44
44
  export { SuperUserBuyerBlacklistService } from './services/SuperUserBuyerBlacklistService.js';
45
45
  export { SuperUserReleasedTicketsService } from './services/SuperUserReleasedTicketsService.js';
46
+ export { SuperUserShoppersService } from './services/SuperUserShoppersService.js';
46
47
  export { SuperUserSupportTicketsService } from './services/SuperUserSupportTicketsService.js';
48
+ export { SuperUserTimedTriggersService } from './services/SuperUserTimedTriggersService.js';
@@ -1,6 +1,6 @@
1
1
  import type { ActionResponseDto } from './ActionResponseDto';
2
- import type { TemplateResponseDto } from './TemplateResponseDto';
2
+ import type { AlertTemplateResponseDto } from './AlertTemplateResponseDto';
3
3
  export type AlertActionTemplateResponseDto = {
4
4
  actions: Array<ActionResponseDto>;
5
- templates: Array<TemplateResponseDto>;
5
+ templates: Array<AlertTemplateResponseDto>;
6
6
  };
@@ -0,0 +1,8 @@
1
+ export type AlertLoginDetailResponseDto = {
2
+ id: number;
3
+ name: string;
4
+ dateLastSeen: string;
5
+ dateFirstSeen: string;
6
+ dateCleared: string;
7
+ isRead: number;
8
+ };
@@ -0,0 +1,8 @@
1
+ export type AlertTemplateDetailResponseDto = {
2
+ id: number;
3
+ name: string;
4
+ src: string;
5
+ subject: string;
6
+ message: string;
7
+ actionId: number;
8
+ };
@@ -0,0 +1,5 @@
1
+ export type AlertTemplateResponseDto = {
2
+ id: number;
3
+ name: string;
4
+ src: string;
5
+ };
@@ -0,0 +1,14 @@
1
+ import type { ShopperShowGroupResponseDto } from './ShopperShowGroupResponseDto';
2
+ export type ShopperDetailResponseDto = {
3
+ compel: string;
4
+ dateDiscountsAsOf: string;
5
+ ignorePods: number;
6
+ ignoreDisabled: number;
7
+ ignoreValidation: number;
8
+ ignoreSupportPolicies: number;
9
+ ignorePriority: number;
10
+ ignoreCapacity: number;
11
+ showGroupId: number;
12
+ isLocked: number;
13
+ showGroups: Array<ShopperShowGroupResponseDto>;
14
+ };
@@ -0,0 +1,10 @@
1
+ export type ShopperSeatResponseDto = {
2
+ seat: number;
3
+ row: string;
4
+ section: string;
5
+ name: string;
6
+ title: string;
7
+ tier: string;
8
+ seatId: number;
9
+ showId: number;
10
+ };
@@ -0,0 +1,9 @@
1
+ export type ShopperSessionResponseDto = {
2
+ shopper: string;
3
+ firstName: string;
4
+ lastName: string;
5
+ dateCreated: string;
6
+ dateExpires: string;
7
+ numSeats: number;
8
+ numItems: number;
9
+ };
@@ -0,0 +1,4 @@
1
+ export type ShopperShowGroupResponseDto = {
2
+ id: number;
3
+ name: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export type TakeoverSessionResponseDto = {
2
+ isLocked: number;
3
+ newShopper: string;
4
+ };
@@ -0,0 +1,9 @@
1
+ export type TimedTriggerResponseDto = {
2
+ description: string;
3
+ id: number;
4
+ target: string;
5
+ dateCreated: string;
6
+ dateCompleted: string;
7
+ dateToTrigger: string;
8
+ newValue: string;
9
+ };
@@ -0,0 +1,11 @@
1
+ export type UpdateSessionRequestDto = {
2
+ compel: string;
3
+ dateDiscountsAsOf: string;
4
+ ignorePods: number;
5
+ ignoreCapacity: number;
6
+ ignorePriority: number;
7
+ ignoreDisabled: number;
8
+ ignoreValidation: number;
9
+ ignoreSupportPolicies: number;
10
+ showGroupId: number;
11
+ };
@@ -1,6 +1,8 @@
1
1
  import type { AlertActionTemplateResponseDto } from '../models/AlertActionTemplateResponseDto';
2
2
  import type { AlertDetailResponseDto } from '../models/AlertDetailResponseDto';
3
+ import type { AlertLoginDetailResponseDto } from '../models/AlertLoginDetailResponseDto';
3
4
  import type { AlertNotificationResponseDto } from '../models/AlertNotificationResponseDto';
5
+ import type { AlertTemplateDetailResponseDto } from '../models/AlertTemplateDetailResponseDto';
4
6
  import type { CreateFeatureAlertRequestDto } from '../models/CreateFeatureAlertRequestDto';
5
7
  import type { CreateUpdateAlertRequestDto } from '../models/CreateUpdateAlertRequestDto';
6
8
  import type { SuccessResponse } from '../models/SuccessResponse';
@@ -59,6 +61,24 @@ export declare class SuperUserAlertsAndNotificationsService {
59
61
  * @throws ApiError
60
62
  */
61
63
  static deleteAlert(xStudioId: string, alertId: string): CancelablePromise<SuccessResponse>;
64
+ /**
65
+ * Fetch the login details of a specific alert for a studio
66
+ * Fetch the login details of a specific alert for a studio
67
+ * @param xStudioId The ID of the studio
68
+ * @param alertId The ID of the alert
69
+ * @returns AlertLoginDetailResponseDto Alert login details fetched successfully
70
+ * @throws ApiError
71
+ */
72
+ static getAlertLoginDetails(xStudioId: string, alertId: string): CancelablePromise<Array<AlertLoginDetailResponseDto>>;
73
+ /**
74
+ * Fetch the details of a specific feature for a studio
75
+ * Fetch the details of a specific feature for a studio
76
+ * @param xStudioId The ID of the studio
77
+ * @param featureId The ID of the feature
78
+ * @returns AlertTemplateDetailResponseDto Feature details fetched successfully
79
+ * @throws ApiError
80
+ */
81
+ static getFeatureDetails(xStudioId: string, featureId: string): CancelablePromise<AlertTemplateDetailResponseDto>;
62
82
  /**
63
83
  * Create feature alert for a studio
64
84
  * Create a new feature alert for a studio
@@ -115,6 +115,46 @@ export class SuperUserAlertsAndNotificationsService {
115
115
  },
116
116
  });
117
117
  }
118
+ /**
119
+ * Fetch the login details of a specific alert for a studio
120
+ * Fetch the login details of a specific alert for a studio
121
+ * @param xStudioId The ID of the studio
122
+ * @param alertId The ID of the alert
123
+ * @returns AlertLoginDetailResponseDto Alert login details fetched successfully
124
+ * @throws ApiError
125
+ */
126
+ static getAlertLoginDetails(xStudioId, alertId) {
127
+ return __request(OpenAPI, {
128
+ method: 'GET',
129
+ url: '/superuser/alert-notification/{alertId}/login-details',
130
+ path: {
131
+ 'alertId': alertId,
132
+ },
133
+ headers: {
134
+ 'x-studio-id': xStudioId,
135
+ },
136
+ });
137
+ }
138
+ /**
139
+ * Fetch the details of a specific feature for a studio
140
+ * Fetch the details of a specific feature for a studio
141
+ * @param xStudioId The ID of the studio
142
+ * @param featureId The ID of the feature
143
+ * @returns AlertTemplateDetailResponseDto Feature details fetched successfully
144
+ * @throws ApiError
145
+ */
146
+ static getFeatureDetails(xStudioId, featureId) {
147
+ return __request(OpenAPI, {
148
+ method: 'GET',
149
+ url: '/superuser/alert-notification/{featureId}/feature-details',
150
+ path: {
151
+ 'featureId': featureId,
152
+ },
153
+ headers: {
154
+ 'x-studio-id': xStudioId,
155
+ },
156
+ });
157
+ }
118
158
  /**
119
159
  * Create feature alert for a studio
120
160
  * Create a new feature alert for a studio
@@ -0,0 +1,54 @@
1
+ import type { ShopperDetailResponseDto } from '../models/ShopperDetailResponseDto';
2
+ import type { ShopperSeatResponseDto } from '../models/ShopperSeatResponseDto';
3
+ import type { ShopperSessionResponseDto } from '../models/ShopperSessionResponseDto';
4
+ import type { SuccessResponse } from '../models/SuccessResponse';
5
+ import type { TakeoverSessionResponseDto } from '../models/TakeoverSessionResponseDto';
6
+ import type { UpdateSessionRequestDto } from '../models/UpdateSessionRequestDto';
7
+ import type { CancelablePromise } from '../core/CancelablePromise';
8
+ export declare class SuperUserShoppersService {
9
+ /**
10
+ * Fetch the list of shoppers for the studio
11
+ * Fetch the list of shoppers for a studio
12
+ * @param xStudioId The ID of the studio
13
+ * @returns ShopperSessionResponseDto Shoppers fetched successfully
14
+ * @throws ApiError
15
+ */
16
+ static getShoppers(xStudioId: string): CancelablePromise<Array<ShopperSessionResponseDto>>;
17
+ /**
18
+ * Update the details of a shopper
19
+ * Update the details of a shopper
20
+ * @param shopper
21
+ * @param xStudioId The ID of the studio
22
+ * @param requestBody Payload to update shopper session details
23
+ * @returns SuccessResponse Details of the shopper updated successfully
24
+ * @throws ApiError
25
+ */
26
+ static updateShopperDetails(shopper: string, xStudioId: string, requestBody: UpdateSessionRequestDto): CancelablePromise<SuccessResponse>;
27
+ /**
28
+ * Fetch the list of seats for the studio
29
+ * Fetch the list of seats for a studio
30
+ * @param shopper
31
+ * @param xStudioId The ID of the studio
32
+ * @returns ShopperSeatResponseDto Seats of the shopper fetched successfully
33
+ * @throws ApiError
34
+ */
35
+ static getSeats(shopper: string, xStudioId: string): CancelablePromise<Array<ShopperSeatResponseDto>>;
36
+ /**
37
+ * Fetch the details of a shopper
38
+ * Fetch the details of a shopper
39
+ * @param xStudioId The ID of the studio
40
+ * @param shopper
41
+ * @returns ShopperDetailResponseDto Details of the shopper fetched successfully
42
+ * @throws ApiError
43
+ */
44
+ static getShopperDetails(xStudioId: string, shopper: string): CancelablePromise<ShopperDetailResponseDto>;
45
+ /**
46
+ * Takeover the session of the shopper
47
+ * Takeover the session of a shopper
48
+ * @param xStudioId The ID of the studio
49
+ * @param shopper
50
+ * @returns TakeoverSessionResponseDto Details of the shopper fetched successfully
51
+ * @throws ApiError
52
+ */
53
+ static takeoverShopperSession(xStudioId: string, shopper: string): CancelablePromise<TakeoverSessionResponseDto>;
54
+ }
@@ -0,0 +1,103 @@
1
+ import { OpenAPI } from '../core/OpenAPI.js';
2
+ import { request as __request } from '../core/request.js';
3
+ export class SuperUserShoppersService {
4
+ /**
5
+ * Fetch the list of shoppers for the studio
6
+ * Fetch the list of shoppers for a studio
7
+ * @param xStudioId The ID of the studio
8
+ * @returns ShopperSessionResponseDto Shoppers fetched successfully
9
+ * @throws ApiError
10
+ */
11
+ static getShoppers(xStudioId) {
12
+ return __request(OpenAPI, {
13
+ method: 'GET',
14
+ url: '/superuser/shopper',
15
+ headers: {
16
+ 'x-studio-id': xStudioId,
17
+ },
18
+ });
19
+ }
20
+ /**
21
+ * Update the details of a shopper
22
+ * Update the details of a shopper
23
+ * @param shopper
24
+ * @param xStudioId The ID of the studio
25
+ * @param requestBody Payload to update shopper session details
26
+ * @returns SuccessResponse Details of the shopper updated successfully
27
+ * @throws ApiError
28
+ */
29
+ static updateShopperDetails(shopper, xStudioId, requestBody) {
30
+ return __request(OpenAPI, {
31
+ method: 'PUT',
32
+ url: '/superuser/shopper',
33
+ headers: {
34
+ 'x-studio-id': xStudioId,
35
+ },
36
+ query: {
37
+ 'shopper': shopper,
38
+ },
39
+ body: requestBody,
40
+ mediaType: 'application/json',
41
+ });
42
+ }
43
+ /**
44
+ * Fetch the list of seats for the studio
45
+ * Fetch the list of seats for a studio
46
+ * @param shopper
47
+ * @param xStudioId The ID of the studio
48
+ * @returns ShopperSeatResponseDto Seats of the shopper fetched successfully
49
+ * @throws ApiError
50
+ */
51
+ static getSeats(shopper, xStudioId) {
52
+ return __request(OpenAPI, {
53
+ method: 'GET',
54
+ url: '/superuser/shopper/seats',
55
+ headers: {
56
+ 'x-studio-id': xStudioId,
57
+ },
58
+ query: {
59
+ 'shopper': shopper,
60
+ },
61
+ });
62
+ }
63
+ /**
64
+ * Fetch the details of a shopper
65
+ * Fetch the details of a shopper
66
+ * @param xStudioId The ID of the studio
67
+ * @param shopper
68
+ * @returns ShopperDetailResponseDto Details of the shopper fetched successfully
69
+ * @throws ApiError
70
+ */
71
+ static getShopperDetails(xStudioId, shopper) {
72
+ return __request(OpenAPI, {
73
+ method: 'GET',
74
+ url: '/superuser/shopper/details',
75
+ headers: {
76
+ 'x-studio-id': xStudioId,
77
+ },
78
+ query: {
79
+ 'shopper': shopper,
80
+ },
81
+ });
82
+ }
83
+ /**
84
+ * Takeover the session of the shopper
85
+ * Takeover the session of a shopper
86
+ * @param xStudioId The ID of the studio
87
+ * @param shopper
88
+ * @returns TakeoverSessionResponseDto Details of the shopper fetched successfully
89
+ * @throws ApiError
90
+ */
91
+ static takeoverShopperSession(xStudioId, shopper) {
92
+ return __request(OpenAPI, {
93
+ method: 'POST',
94
+ url: '/superuser/shopper/takeover',
95
+ headers: {
96
+ 'x-studio-id': xStudioId,
97
+ },
98
+ query: {
99
+ 'shopper': shopper,
100
+ },
101
+ });
102
+ }
103
+ }
@@ -0,0 +1,12 @@
1
+ import type { TimedTriggerResponseDto } from '../models/TimedTriggerResponseDto';
2
+ import type { CancelablePromise } from '../core/CancelablePromise';
3
+ export declare class SuperUserTimedTriggersService {
4
+ /**
5
+ * Fetch the list of timed triggers
6
+ * Fetch the list of timed triggers for a studio
7
+ * @param xStudioId The ID of the studio
8
+ * @returns TimedTriggerResponseDto Timed triggers fetched successfully
9
+ * @throws ApiError
10
+ */
11
+ static getTimedTriggers(xStudioId: string): CancelablePromise<Array<TimedTriggerResponseDto>>;
12
+ }
@@ -0,0 +1,20 @@
1
+ import { OpenAPI } from '../core/OpenAPI.js';
2
+ import { request as __request } from '../core/request.js';
3
+ export class SuperUserTimedTriggersService {
4
+ /**
5
+ * Fetch the list of timed triggers
6
+ * Fetch the list of timed triggers for a studio
7
+ * @param xStudioId The ID of the studio
8
+ * @returns TimedTriggerResponseDto Timed triggers fetched successfully
9
+ * @throws ApiError
10
+ */
11
+ static getTimedTriggers(xStudioId) {
12
+ return __request(OpenAPI, {
13
+ method: 'GET',
14
+ url: '/superuser/timed-triggers',
15
+ headers: {
16
+ 'x-studio-id': xStudioId,
17
+ },
18
+ });
19
+ }
20
+ }
@@ -8,7 +8,10 @@ export type { AdvancedPricing } from './models/AdvancedPricing';
8
8
  export type { AlbumImageResponseDto } from './models/AlbumImageResponseDto';
9
9
  export type { AlertActionTemplateResponseDto } from './models/AlertActionTemplateResponseDto';
10
10
  export type { AlertDetailResponseDto } from './models/AlertDetailResponseDto';
11
+ export type { AlertLoginDetailResponseDto } from './models/AlertLoginDetailResponseDto';
11
12
  export type { AlertNotificationResponseDto } from './models/AlertNotificationResponseDto';
13
+ export type { AlertTemplateDetailResponseDto } from './models/AlertTemplateDetailResponseDto';
14
+ export type { AlertTemplateResponseDto } from './models/AlertTemplateResponseDto';
12
15
  export type { AnswerOrder } from './models/AnswerOrder';
13
16
  export type { ApproveOrderRequestDto } from './models/ApproveOrderRequestDto';
14
17
  export type { ApproveRefundRequestDto } from './models/ApproveRefundRequestDto';
@@ -246,6 +249,10 @@ export type { SendReservationCodeMailRequestDto } from './models/SendReservation
246
249
  export type { SentMailResponseDto } from './models/SentMailResponseDto';
247
250
  export type { SettingsAndWavesResponseDto } from './models/SettingsAndWavesResponseDto';
248
251
  export type { SettingsDetailsResponseDto } from './models/SettingsDetailsResponseDto';
252
+ export type { ShopperDetailResponseDto } from './models/ShopperDetailResponseDto';
253
+ export type { ShopperSeatResponseDto } from './models/ShopperSeatResponseDto';
254
+ export type { ShopperSessionResponseDto } from './models/ShopperSessionResponseDto';
255
+ export type { ShopperShowGroupResponseDto } from './models/ShopperShowGroupResponseDto';
249
256
  export type { Show } from './models/Show';
250
257
  export type { ShowAndGroupResponseDto } from './models/ShowAndGroupResponseDto';
251
258
  export type { ShowBlockedSeatResponseDto } from './models/ShowBlockedSeatResponseDto';
@@ -292,6 +299,7 @@ export type { StudioIntegratorDetailResponseDto } from './models/StudioIntegrato
292
299
  export type { SuccessResponse } from './models/SuccessResponse';
293
300
  export type { SupportTicketResponseDto } from './models/SupportTicketResponseDto';
294
301
  export type { SupportTicketStatusResponseDto } from './models/SupportTicketStatusResponseDto';
302
+ export type { TakeoverSessionResponseDto } from './models/TakeoverSessionResponseDto';
295
303
  export type { TaxAndBankDetailsResponseDto } from './models/TaxAndBankDetailsResponseDto';
296
304
  export type { TaxByMonthRequestDto } from './models/TaxByMonthRequestDto';
297
305
  export type { TaxByMonthResponseDto } from './models/TaxByMonthResponseDto';
@@ -316,6 +324,7 @@ export type { TierDetail } from './models/TierDetail';
316
324
  export type { TieredPrice } from './models/TieredPrice';
317
325
  export type { tierIdQuantityPair } from './models/tierIdQuantityPair';
318
326
  export type { TierRequestDto } from './models/TierRequestDto';
327
+ export type { TimedTriggerResponseDto } from './models/TimedTriggerResponseDto';
319
328
  export type { TimeZoneResponse } from './models/TimeZoneResponse';
320
329
  export type { ToggleModifyTierRequestDto } from './models/ToggleModifyTierRequestDto';
321
330
  export type { ToggleModifyTierResponseDto } from './models/ToggleModifyTierResponseDto';
@@ -342,6 +351,7 @@ export type { UpdatePatronTagsRequestDto } from './models/UpdatePatronTagsReques
342
351
  export type { UpdatePriorityCodeRequestDto } from './models/UpdatePriorityCodeRequestDto';
343
352
  export type { UpdateProductVariantRequestDto } from './models/UpdateProductVariantRequestDto';
344
353
  export type { UpdateSearchLogRequestDto } from './models/UpdateSearchLogRequestDto';
354
+ export type { UpdateSessionRequestDto } from './models/UpdateSessionRequestDto';
345
355
  export type { UpdateStudioSettingsRequestDto } from './models/UpdateStudioSettingsRequestDto';
346
356
  export type { UpdateTaxRequestDto } from './models/UpdateTaxRequestDto';
347
357
  export type { UpdateThemeDesignRequestDto } from './models/UpdateThemeDesignRequestDto';
@@ -74,7 +74,9 @@ export declare const DRT: {
74
74
  superuseralertsandnotifications: typeof import("../generated/portal").SuperUserAlertsAndNotificationsService;
75
75
  superuserbuyerblacklist: typeof import("../generated/portal").SuperUserBuyerBlacklistService;
76
76
  superuserreleasedtickets: typeof import("../generated/portal").SuperUserReleasedTicketsService;
77
+ superusershoppers: typeof import("../generated/portal").SuperUserShoppersService;
77
78
  superusersupporttickets: typeof import("../generated/portal").SuperUserSupportTicketsService;
79
+ superusertimedtriggers: typeof import("../generated/portal").SuperUserTimedTriggersService;
78
80
  };
79
81
  init: typeof init;
80
82
  isReady: typeof isReady;