@drttix/drt-sdk 1.4.1 → 1.4.3
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/.claude/settings.local.json +10 -0
- package/README.md +84 -84
- package/azure-pipelines.yml +82 -82
- package/demo/README.md +28 -28
- package/demo/default.html +35 -35
- package/demo/test.html +2306 -2306
- package/demo/with-base.html +39 -39
- package/dist/cjs/src/generated/portal/core/OpenAPI.js +1 -1
- package/dist/cjs/src/generated/portal/index.d.ts +3 -3
- package/dist/cjs/src/generated/portal/models/AvailableSeats.d.ts +7 -0
- package/dist/cjs/src/generated/portal/models/SalesByTierResponseDto.d.ts +12 -0
- package/dist/cjs/src/generated/portal/models/SalesByTierResponseDto.js +2 -0
- package/dist/cjs/src/generated/portal/models/ShowDetailDto.d.ts +2 -2
- package/dist/cjs/src/generated/portal/models/ShowReportListResponseDto.d.ts +4 -0
- package/dist/cjs/src/generated/portal/models/UnAvailableSeating.d.ts +1 -1
- package/dist/cjs/src/generated/portal/models/WaitlistDetailResponseDto.d.ts +2 -2
- package/dist/cjs/src/generated/portal/services/AccountService.js +6 -6
- package/dist/cjs/src/generated/portal/services/AccountingService.js +23 -23
- package/dist/cjs/src/generated/portal/services/AppService.js +1 -1
- package/dist/cjs/src/generated/portal/services/AuthService.js +8 -8
- package/dist/cjs/src/generated/portal/services/BookmarkService.js +5 -5
- package/dist/cjs/src/generated/portal/services/ClientToolsGeneratedEmailsService.js +4 -4
- package/dist/cjs/src/generated/portal/services/ClientToolsInterviewUpdateService.js +2 -2
- package/dist/cjs/src/generated/portal/services/ClientToolsParentLetterService.js +1 -1
- package/dist/cjs/src/generated/portal/services/ClientToolsPatronDatabaseService.js +19 -19
- package/dist/cjs/src/generated/portal/services/ClientToolsSeatAssignmentToolService.js +1 -1
- package/dist/cjs/src/generated/portal/services/ClientToolsStripeOnboardingService.js +3 -3
- package/dist/cjs/src/generated/portal/services/ClientToolsThemeBuilderService.js +5 -5
- package/dist/cjs/src/generated/portal/services/ClientToolsThemesLibraryService.js +3 -3
- package/dist/cjs/src/generated/portal/services/ClientToolsTicketScanningService.d.ts +2 -1
- package/dist/cjs/src/generated/portal/services/ClientToolsTicketScanningService.js +8 -4
- package/dist/cjs/src/generated/portal/services/ClientToolsTicketingLinkService.js +2 -2
- package/dist/cjs/src/generated/portal/services/ClientToolsUnapprovedOrdersService.js +3 -3
- package/dist/cjs/src/generated/portal/services/ClientToolsWaitlistService.js +8 -8
- package/dist/cjs/src/generated/portal/services/DashboardService.js +3 -3
- package/dist/cjs/src/generated/portal/services/FeaturesBlockedSeatsService.js +24 -24
- package/dist/cjs/src/generated/portal/services/FeaturesCheckoutQuestionsService.js +6 -6
- package/dist/cjs/src/generated/portal/services/FeaturesDiscountsService.js +15 -15
- package/dist/cjs/src/generated/portal/services/FeaturesDonationsService.js +10 -10
- package/dist/cjs/src/generated/portal/services/FeaturesGiftCardsService.js +7 -7
- package/dist/cjs/src/generated/portal/services/FeaturesGoldenTicketsService.js +8 -8
- package/dist/cjs/src/generated/portal/services/FeaturesLandingPageService.js +12 -12
- package/dist/cjs/src/generated/portal/services/FeaturesPriorityService.js +11 -11
- package/dist/cjs/src/generated/portal/services/FeaturesProductsService.d.ts +6 -4
- package/dist/cjs/src/generated/portal/services/FeaturesProductsService.js +33 -25
- package/dist/cjs/src/generated/portal/services/HelpService.js +2 -2
- package/dist/cjs/src/generated/portal/services/OrderLookupService.js +25 -25
- package/dist/cjs/src/generated/portal/services/ReportsService.d.ts +5 -3
- package/dist/cjs/src/generated/portal/services/ReportsService.js +29 -23
- package/dist/cjs/src/generated/portal/services/SettingsService.js +17 -17
- package/dist/cjs/src/generated/portal/services/ShowsService.js +29 -29
- package/dist/cjs/src/generated/portal/services/SuperUserAbandonedCartsService.js +2 -2
- package/dist/cjs/src/generated/portal/services/SuperUserAdvancedStudioSettingsService.js +8 -8
- package/dist/cjs/src/generated/portal/services/SuperUserAlertsAndNotificationsService.js +9 -9
- package/dist/cjs/src/generated/portal/services/SuperUserBuyerBlacklistService.js +5 -5
- package/dist/cjs/src/generated/portal/services/SuperUserDocumentLibraryService.js +4 -4
- package/dist/cjs/src/generated/portal/services/SuperUserEditCssService.js +3 -3
- package/dist/cjs/src/generated/portal/services/SuperUserExtraService.js +3 -3
- package/dist/cjs/src/generated/portal/services/SuperUserImportBlockedSeatsService.js +1 -1
- package/dist/cjs/src/generated/portal/services/SuperUserReleasedTicketsService.js +1 -1
- package/dist/cjs/src/generated/portal/services/SuperUserShoppersService.js +5 -5
- package/dist/cjs/src/generated/portal/services/SuperUserStudioManagementIntegrationService.js +1 -1
- package/dist/cjs/src/generated/portal/services/SuperUserSupportTicketsService.js +2 -2
- package/dist/cjs/src/generated/portal/services/SuperUserTimedTriggersService.js +4 -4
- package/dist/cjs/src/generated/portal/types.d.ts +3 -3
- package/dist/cjs/src/generated/shopper/core/OpenAPI.js +1 -1
- package/dist/cjs/src/generated/shopper/index.d.ts +3 -0
- package/dist/cjs/src/generated/shopper/models/ExchangeRequest.d.ts +4 -0
- package/dist/cjs/src/generated/shopper/models/ExchangeUpchargeRequest.d.ts +15 -0
- package/dist/cjs/src/generated/shopper/models/ExchangeUpchargeRequest.js +2 -0
- package/dist/cjs/src/generated/shopper/models/ExchangeUpchargeResponse.d.ts +22 -0
- package/dist/cjs/src/generated/shopper/models/ExchangeUpchargeResponse.js +2 -0
- package/dist/cjs/src/generated/shopper/models/ExchangeValidateRequest.d.ts +11 -0
- package/dist/cjs/src/generated/shopper/models/ExchangeValidateRequest.js +2 -0
- package/dist/cjs/src/generated/shopper/services/DonationService.js +1 -3
- package/dist/cjs/src/generated/shopper/services/OrderService.d.ts +27 -0
- package/dist/cjs/src/generated/shopper/services/OrderService.js +44 -0
- package/dist/cjs/src/generated/shopper/types.d.ts +3 -0
- package/dist/cjs/src/scripts/build-all.js +9 -1
- package/dist/esm/src/generated/portal/core/OpenAPI.js +1 -1
- package/dist/esm/src/generated/portal/index.d.ts +3 -3
- package/dist/esm/src/generated/portal/models/AvailableSeats.d.ts +7 -0
- package/dist/esm/src/generated/portal/models/SalesByTierResponseDto.d.ts +12 -0
- package/dist/esm/src/generated/portal/models/SalesByTierResponseDto.js +1 -0
- package/dist/esm/src/generated/portal/models/ShowDetailDto.d.ts +2 -2
- package/dist/esm/src/generated/portal/models/ShowReportListResponseDto.d.ts +4 -0
- package/dist/esm/src/generated/portal/models/UnAvailableSeating.d.ts +1 -1
- package/dist/esm/src/generated/portal/models/WaitlistDetailResponseDto.d.ts +2 -2
- package/dist/esm/src/generated/portal/services/AccountService.js +6 -6
- package/dist/esm/src/generated/portal/services/AccountingService.js +23 -23
- package/dist/esm/src/generated/portal/services/AppService.js +1 -1
- package/dist/esm/src/generated/portal/services/AuthService.js +8 -8
- package/dist/esm/src/generated/portal/services/BookmarkService.js +5 -5
- package/dist/esm/src/generated/portal/services/ClientToolsGeneratedEmailsService.js +4 -4
- package/dist/esm/src/generated/portal/services/ClientToolsInterviewUpdateService.js +2 -2
- package/dist/esm/src/generated/portal/services/ClientToolsParentLetterService.js +1 -1
- package/dist/esm/src/generated/portal/services/ClientToolsPatronDatabaseService.js +19 -19
- package/dist/esm/src/generated/portal/services/ClientToolsSeatAssignmentToolService.js +1 -1
- package/dist/esm/src/generated/portal/services/ClientToolsStripeOnboardingService.js +3 -3
- package/dist/esm/src/generated/portal/services/ClientToolsThemeBuilderService.js +5 -5
- package/dist/esm/src/generated/portal/services/ClientToolsThemesLibraryService.js +3 -3
- package/dist/esm/src/generated/portal/services/ClientToolsTicketScanningService.d.ts +2 -1
- package/dist/esm/src/generated/portal/services/ClientToolsTicketScanningService.js +8 -4
- package/dist/esm/src/generated/portal/services/ClientToolsTicketingLinkService.js +2 -2
- package/dist/esm/src/generated/portal/services/ClientToolsUnapprovedOrdersService.js +3 -3
- package/dist/esm/src/generated/portal/services/ClientToolsWaitlistService.js +8 -8
- package/dist/esm/src/generated/portal/services/DashboardService.js +3 -3
- package/dist/esm/src/generated/portal/services/FeaturesBlockedSeatsService.js +24 -24
- package/dist/esm/src/generated/portal/services/FeaturesCheckoutQuestionsService.js +6 -6
- package/dist/esm/src/generated/portal/services/FeaturesDiscountsService.js +15 -15
- package/dist/esm/src/generated/portal/services/FeaturesDonationsService.js +10 -10
- package/dist/esm/src/generated/portal/services/FeaturesGiftCardsService.js +7 -7
- package/dist/esm/src/generated/portal/services/FeaturesGoldenTicketsService.js +8 -8
- package/dist/esm/src/generated/portal/services/FeaturesLandingPageService.js +12 -12
- package/dist/esm/src/generated/portal/services/FeaturesPriorityService.js +11 -11
- package/dist/esm/src/generated/portal/services/FeaturesProductsService.d.ts +6 -4
- package/dist/esm/src/generated/portal/services/FeaturesProductsService.js +33 -25
- package/dist/esm/src/generated/portal/services/HelpService.js +2 -2
- package/dist/esm/src/generated/portal/services/OrderLookupService.js +25 -25
- package/dist/esm/src/generated/portal/services/ReportsService.d.ts +5 -3
- package/dist/esm/src/generated/portal/services/ReportsService.js +29 -23
- package/dist/esm/src/generated/portal/services/SettingsService.js +17 -17
- package/dist/esm/src/generated/portal/services/ShowsService.js +29 -29
- package/dist/esm/src/generated/portal/services/SuperUserAbandonedCartsService.js +2 -2
- package/dist/esm/src/generated/portal/services/SuperUserAdvancedStudioSettingsService.js +8 -8
- package/dist/esm/src/generated/portal/services/SuperUserAlertsAndNotificationsService.js +9 -9
- package/dist/esm/src/generated/portal/services/SuperUserBuyerBlacklistService.js +5 -5
- package/dist/esm/src/generated/portal/services/SuperUserDocumentLibraryService.js +4 -4
- package/dist/esm/src/generated/portal/services/SuperUserEditCssService.js +3 -3
- package/dist/esm/src/generated/portal/services/SuperUserExtraService.js +3 -3
- package/dist/esm/src/generated/portal/services/SuperUserImportBlockedSeatsService.js +1 -1
- package/dist/esm/src/generated/portal/services/SuperUserReleasedTicketsService.js +1 -1
- package/dist/esm/src/generated/portal/services/SuperUserShoppersService.js +5 -5
- package/dist/esm/src/generated/portal/services/SuperUserStudioManagementIntegrationService.js +1 -1
- package/dist/esm/src/generated/portal/services/SuperUserSupportTicketsService.js +2 -2
- package/dist/esm/src/generated/portal/services/SuperUserTimedTriggersService.js +4 -4
- package/dist/esm/src/generated/portal/types.d.ts +3 -3
- package/dist/esm/src/generated/shopper/core/OpenAPI.js +1 -1
- package/dist/esm/src/generated/shopper/index.d.ts +3 -0
- package/dist/esm/src/generated/shopper/models/ExchangeRequest.d.ts +4 -0
- package/dist/esm/src/generated/shopper/models/ExchangeUpchargeRequest.d.ts +15 -0
- package/dist/esm/src/generated/shopper/models/ExchangeUpchargeRequest.js +1 -0
- package/dist/esm/src/generated/shopper/models/ExchangeUpchargeResponse.d.ts +22 -0
- package/dist/esm/src/generated/shopper/models/ExchangeUpchargeResponse.js +1 -0
- package/dist/esm/src/generated/shopper/models/ExchangeValidateRequest.d.ts +11 -0
- package/dist/esm/src/generated/shopper/models/ExchangeValidateRequest.js +1 -0
- package/dist/esm/src/generated/shopper/services/DonationService.js +1 -3
- package/dist/esm/src/generated/shopper/services/OrderService.d.ts +27 -0
- package/dist/esm/src/generated/shopper/services/OrderService.js +44 -0
- package/dist/esm/src/generated/shopper/types.d.ts +3 -0
- package/dist/esm/src/scripts/build-all.js +9 -1
- package/drt-api-specs-staging.json +14 -14
- package/drt-api-specs.json +14 -14
- package/package.json +41 -42
- package/public/sdk/latest/drt-sdk.js +1 -1
- package/scripts/fix-import-extensions.mjs +104 -104
- package/src/custom/custom-request.txt +421 -421
- package/src/functions/sdkConfig.ts +169 -169
- package/src/functions/setBaseURL.ts +47 -47
- package/src/generated/portal/core/ApiError.ts +1 -1
- package/src/generated/portal/core/ApiRequestOptions.ts +1 -1
- package/src/generated/portal/core/ApiResult.ts +1 -1
- package/src/generated/portal/core/CancelablePromise.ts +1 -1
- package/src/generated/portal/core/OpenAPI.ts +2 -2
- package/src/generated/portal/core/request.ts +421 -421
- package/src/generated/portal/index.ts +3 -3
- package/src/generated/portal/models/AbandonedCartResponseDto.ts +13 -13
- package/src/generated/portal/models/AccountDetailResponseDto.ts +10 -10
- package/src/generated/portal/models/ActionResponseDto.ts +9 -9
- package/src/generated/portal/models/AddSessionSeatRequestDto.ts +9 -9
- package/src/generated/portal/models/AdminUserLevelResponseDto.ts +9 -9
- package/src/generated/portal/models/AdminUserResponseDto.ts +13 -13
- package/src/generated/portal/models/AdvancedPricing.ts +14 -14
- package/src/generated/portal/models/AdvancedStudioSettingsResponseDto.ts +17 -17
- package/src/generated/portal/models/AdvancedStudioWaveResponseDto.ts +12 -12
- package/src/generated/portal/models/AlbumImageResponseDto.ts +9 -9
- package/src/generated/portal/models/AlertActionTemplateResponseDto.ts +11 -11
- package/src/generated/portal/models/AlertDetailResponseDto.ts +17 -17
- package/src/generated/portal/models/AlertLoginDetailResponseDto.ts +13 -13
- package/src/generated/portal/models/AlertNotificationResponseDto.ts +18 -18
- package/src/generated/portal/models/AlertTemplateDetailResponseDto.ts +13 -13
- package/src/generated/portal/models/AlertTemplateResponseDto.ts +10 -10
- package/src/generated/portal/models/AnswerOrder.ts +10 -10
- package/src/generated/portal/models/ApproveOrderRequestDto.ts +9 -9
- package/src/generated/portal/models/ApproveRefundRequestDto.ts +10 -10
- package/src/generated/portal/models/ApproveShowRequestDto.ts +8 -8
- package/src/generated/portal/models/AssignSeatsRequestDto.ts +13 -13
- package/src/generated/portal/models/AssignWaitlistRequestDto.ts +11 -11
- package/src/generated/portal/models/AutoDiscounts.ts +8 -8
- package/src/generated/portal/models/{AvaliableSeats.ts → AvailableSeats.ts} +12 -12
- package/src/generated/portal/models/BankDetails.ts +24 -24
- package/src/generated/portal/models/BlacklistedBuyerResponseDto.ts +7 -7
- package/src/generated/portal/models/BlockChartSeatRequestDto.ts +12 -12
- package/src/generated/portal/models/BlockGeneralSeatResponseDto.ts +11 -11
- package/src/generated/portal/models/BlockGeneralSeatsRequestDto.ts +9 -9
- package/src/generated/portal/models/BlockSeatsRequestDto.ts +8 -8
- package/src/generated/portal/models/BlockedSeatDetailResponseDto.ts +15 -15
- package/src/generated/portal/models/BookmarkResponseDto.ts +12 -12
- package/src/generated/portal/models/BugReportRequestDto.ts +9 -9
- package/src/generated/portal/models/BulkCreateGiftCardRequestDto.ts +20 -20
- package/src/generated/portal/models/BulkEditCouponRequestDto.ts +21 -21
- package/src/generated/portal/models/BulkEditRequestDto.ts +18 -18
- package/src/generated/portal/models/BuyerResponseDto.ts +17 -17
- package/src/generated/portal/models/CancelExchangeTicketRequestDto.ts +9 -9
- package/src/generated/portal/models/CartCountResponseDto.ts +8 -8
- package/src/generated/portal/models/CartToggleTickerResponseDto.ts +8 -8
- package/src/generated/portal/models/ChangePasswordRequestDto.ts +10 -10
- package/src/generated/portal/models/ChartReviewRequestDto.ts +9 -9
- package/src/generated/portal/models/ChartReviewValidationResponseDto.ts +9 -9
- package/src/generated/portal/models/CheckBookmarkResponseDto.ts +10 -10
- package/src/generated/portal/models/CheckSelectedSeatResponseDto.ts +10 -10
- package/src/generated/portal/models/CheckoutAnswerOrderRequestDto.ts +18 -18
- package/src/generated/portal/models/CheckoutAnswerOrderResponseDto.ts +19 -19
- package/src/generated/portal/models/CheckoutAnswerQuestionResponseDto.ts +11 -11
- package/src/generated/portal/models/CheckoutQuestionResponseDto.ts +29 -29
- package/src/generated/portal/models/CheckoutResponseShowResponseDto.ts +10 -10
- package/src/generated/portal/models/CodeDetailResponseDto.ts +29 -29
- package/src/generated/portal/models/CodeDetailsResponseDto.ts +11 -11
- package/src/generated/portal/models/CodeShopperDetail.ts +10 -10
- package/src/generated/portal/models/CodeUsageDetail.ts +16 -16
- package/src/generated/portal/models/CodeUsageResponseDto.ts +12 -12
- package/src/generated/portal/models/CollectionDetailsRequestDto.ts +8 -8
- package/src/generated/portal/models/CollectionDetailsResponseDto.ts +14 -14
- package/src/generated/portal/models/CouponCodeResponseDto.ts +14 -14
- package/src/generated/portal/models/CouponDataResponseDto.ts +17 -17
- package/src/generated/portal/models/CouponDetailResponseDto.ts +35 -35
- package/src/generated/portal/models/CouponFilterResponseDto.ts +11 -11
- package/src/generated/portal/models/CouponType.ts +10 -10
- package/src/generated/portal/models/CreateAccountRequestDto.ts +11 -11
- package/src/generated/portal/models/CreateAccountResponseDto.ts +8 -8
- package/src/generated/portal/models/CreateFeatureAlertRequestDto.ts +11 -11
- package/src/generated/portal/models/CreatePatronCodeRequestDto.ts +9 -9
- package/src/generated/portal/models/CreatePatronTagsRequestDto.ts +9 -9
- package/src/generated/portal/models/CreatePerformersRequestDto.ts +10 -10
- package/src/generated/portal/models/CreatePriorityCodeRequestDto.ts +26 -26
- package/src/generated/portal/models/CreateProductReminderRequestDto.ts +11 -11
- package/src/generated/portal/models/CreateProductResponseDto.ts +8 -8
- package/src/generated/portal/models/CreateProductVariantRequestDto.ts +9 -9
- package/src/generated/portal/models/CreateRefundRequestDto.ts +12 -12
- package/src/generated/portal/models/CreateShowRequestDto.ts +42 -42
- package/src/generated/portal/models/CreateTicketTypeDto.ts +11 -11
- package/src/generated/portal/models/CreateUpdateAdminUserRequestDto.ts +12 -12
- package/src/generated/portal/models/CreateUpdateAlbumRequestDto.ts +8 -8
- package/src/generated/portal/models/CreateUpdateAlertRequestDto.ts +14 -14
- package/src/generated/portal/models/CreateUpdateFundRequestDto.ts +24 -24
- package/src/generated/portal/models/CreateUpdateGiftCardRequestDto.ts +15 -15
- package/src/generated/portal/models/CreateUpdateGoldenTicketRequestDto.ts +12 -12
- package/src/generated/portal/models/CreateUpdatePriorityWaveRequestDto.ts +13 -13
- package/src/generated/portal/models/CreateUpdateProductRequestDto.ts +35 -35
- package/src/generated/portal/models/CreateUpdateQuestionRequestDto.ts +23 -23
- package/src/generated/portal/models/CreateUpdateWaitlistRequestDto.ts +15 -15
- package/src/generated/portal/models/CreateYoutubeVideoRequestDto.ts +11 -11
- package/src/generated/portal/models/CustomLogicResponseDto.ts +9 -9
- package/src/generated/portal/models/DashboardResponseDto.ts +11 -11
- package/src/generated/portal/models/DeleteAbandonedCartsRequestDto.ts +11 -11
- package/src/generated/portal/models/DeleteAlbumImageRequestDto.ts +8 -8
- package/src/generated/portal/models/DeleteCodesRequestDto.ts +9 -9
- package/src/generated/portal/models/DeleteCouponCodeRequestDto.ts +8 -8
- package/src/generated/portal/models/DeleteDocumentRequestDto.ts +8 -8
- package/src/generated/portal/models/DeleteMailRequestDto.ts +8 -8
- package/src/generated/portal/models/DeletePatronCodeRequestDto.ts +8 -8
- package/src/generated/portal/models/DeletePriorityCodeRequestDto.ts +8 -8
- package/src/generated/portal/models/DeleteProductVariantRequestDto.ts +9 -9
- package/src/generated/portal/models/DigitalAssetLogResponseDto.ts +10 -10
- package/src/generated/portal/models/DigitalAssetsListResponseDto.ts +16 -16
- package/src/generated/portal/models/DiscountAccessRequestDto.ts +33 -33
- package/src/generated/portal/models/DisputeResponseDTO.ts +21 -21
- package/src/generated/portal/models/DocumentLibraryResponseDto.ts +13 -13
- package/src/generated/portal/models/DocumentLibraryTypeResponseDto.ts +10 -10
- package/src/generated/portal/models/DocumentLibraryUserResponseDto.ts +11 -11
- package/src/generated/portal/models/DonationFundsResponseDto.ts +9 -9
- package/src/generated/portal/models/DonationReportResponseDto.ts +18 -18
- package/src/generated/portal/models/DonationRequestDto.ts +9 -9
- package/src/generated/portal/models/DonationResponseDto.ts +14 -14
- package/src/generated/portal/models/DownloadLog.ts +10 -10
- package/src/generated/portal/models/DuplicateFundRequestDto.ts +8 -8
- package/src/generated/portal/models/DuplicateProductRequestDto.ts +8 -8
- package/src/generated/portal/models/EditMailRequestDto.ts +10 -10
- package/src/generated/portal/models/EditShowRequestDto.ts +23 -23
- package/src/generated/portal/models/EmailBuyersListResponseDto.ts +11 -11
- package/src/generated/portal/models/EmailBuyersRequestDto.ts +13 -13
- package/src/generated/portal/models/EmailDetailResponseDto.ts +9 -9
- package/src/generated/portal/models/ExchangeShowDetailResponseDto.ts +30 -30
- package/src/generated/portal/models/ExchangeTierDetailResponseDto.ts +14 -14
- package/src/generated/portal/models/ExecuteReleaseSeatRequestDto.ts +16 -16
- package/src/generated/portal/models/ExecuteSeatExchangeRequestDto.ts +11 -11
- package/src/generated/portal/models/ExpireHiddenCodesRequestDto.ts +8 -8
- package/src/generated/portal/models/ExtraCartResponseDto.ts +11 -11
- package/src/generated/portal/models/FilterShowsResponseDto.ts +14 -14
- package/src/generated/portal/models/ForgotPasswordRequestDto.ts +9 -9
- package/src/generated/portal/models/FundListResponseDto.ts +13 -13
- package/src/generated/portal/models/FundResponseDto.ts +34 -34
- package/src/generated/portal/models/FutureMailResponseDto.ts +13 -13
- package/src/generated/portal/models/GatewayStatus.ts +16 -16
- package/src/generated/portal/models/GenerateCodeRequestDto.ts +23 -23
- package/src/generated/portal/models/GenerateGroupCodeRequestDto.ts +12 -12
- package/src/generated/portal/models/GetCssImageResponseDto.ts +10 -10
- package/src/generated/portal/models/GetCssResponseDto.ts +8 -8
- package/src/generated/portal/models/GetSettingsResponseDto.ts +14 -14
- package/src/generated/portal/models/GiftCardResponseDto.ts +19 -19
- package/src/generated/portal/models/GiftCardTransactionsResponseDto.ts +13 -13
- package/src/generated/portal/models/GoldenTicketDetailResponseDto.ts +10 -10
- package/src/generated/portal/models/GoldenTicketShowsResponseDto.ts +10 -10
- package/src/generated/portal/models/GroupCodeResponseDto.ts +17 -17
- package/src/generated/portal/models/HashLoginResponseDto.ts +20 -20
- package/src/generated/portal/models/HashTicketingLinkResponseDto.ts +15 -15
- package/src/generated/portal/models/HelpResponseDto.ts +13 -13
- package/src/generated/portal/models/HiddenCodeResponseDto.ts +8 -8
- package/src/generated/portal/models/HoldChartSeatResponseDto.ts +14 -14
- package/src/generated/portal/models/HoldSeatDetailsResponseDto.ts +7 -7
- package/src/generated/portal/models/IconShowGroupResponseDto.ts +11 -11
- package/src/generated/portal/models/ImportBlockedSeatRequestDto.ts +14 -14
- package/src/generated/portal/models/ImportFromEventRequestDto.ts +9 -9
- package/src/generated/portal/models/InsertUpdateBlacklistBuyerRequestDto.ts +17 -17
- package/src/generated/portal/models/InsertUpdateTimedTriggerRequestDto.ts +15 -15
- package/src/generated/portal/models/IntegratorDetailResponseDto.ts +12 -12
- package/src/generated/portal/models/IntegratorResponseDto.ts +9 -9
- package/src/generated/portal/models/InterviewDetailDto.ts +56 -56
- package/src/generated/portal/models/InterviewDetailResponseDto.ts +12 -12
- package/src/generated/portal/models/InterviewFollowupDto.ts +10 -10
- package/src/generated/portal/models/InterviewResponseDto.ts +16 -16
- package/src/generated/portal/models/InterviewUpdateResponseDto.ts +16 -16
- package/src/generated/portal/models/InterviewUpdateSubmitRequestDto.ts +56 -56
- package/src/generated/portal/models/LandingPageAlbumResponseDto.ts +12 -12
- package/src/generated/portal/models/LandingPageResponseDto.ts +28 -28
- package/src/generated/portal/models/LeadDto.ts +11 -11
- package/src/generated/portal/models/LoginRequestDto.ts +9 -9
- package/src/generated/portal/models/MailDetailResponseDto.ts +12 -12
- package/src/generated/portal/models/MailResponseDto.ts +11 -11
- package/src/generated/portal/models/ManagedShowResponseDto.ts +13 -13
- package/src/generated/portal/models/MappedPortalObjectPermission.ts +13 -13
- package/src/generated/portal/models/MappedPortalObjectSimple.ts +10 -10
- package/src/generated/portal/models/MessageSettingResponseDto.ts +10 -10
- package/src/generated/portal/models/MigrateTicketDetails.ts +13 -13
- package/src/generated/portal/models/MigrateTicketRequestDto.ts +10 -10
- package/src/generated/portal/models/MigrationPossibleShow.ts +13 -13
- package/src/generated/portal/models/ModifyTicketRequestDto.ts +11 -11
- package/src/generated/portal/models/NotificationDto.ts +10 -10
- package/src/generated/portal/models/NotificationResponseDto.ts +13 -13
- package/src/generated/portal/models/NotificationSettingRequestDto.ts +9 -9
- package/src/generated/portal/models/NotificationSettingsResponseDto.ts +13 -13
- package/src/generated/portal/models/OTPResponseDto.ts +9 -9
- package/src/generated/portal/models/OrderActionsResponseDto.ts +13 -13
- package/src/generated/portal/models/OrderDetails.ts +13 -13
- package/src/generated/portal/models/OrderEmailBuyersRequestDto.ts +16 -16
- package/src/generated/portal/models/OrderFiltersResponseDto.ts +10 -10
- package/src/generated/portal/models/OrderLedgerDetailsResponseDto.ts +20 -20
- package/src/generated/portal/models/OrderListRequestDto.ts +10 -10
- package/src/generated/portal/models/OrderListResponseDto.ts +24 -24
- package/src/generated/portal/models/OrderRecalculateRequestDto.ts +15 -15
- package/src/generated/portal/models/OrderSeatDetailsResponseDto.ts +15 -15
- package/src/generated/portal/models/OrderTicketDetailResponseDto.ts +21 -21
- package/src/generated/portal/models/OtherResponseDto.ts +14 -14
- package/src/generated/portal/models/PartialShowDetail.ts +12 -12
- package/src/generated/portal/models/PartialTicketResponseDto.ts +20 -20
- package/src/generated/portal/models/PatronAccessRequestDto.ts +26 -26
- package/src/generated/portal/models/PatronCodeSendMailRequestDto.ts +14 -14
- package/src/generated/portal/models/PatronCodesResponseDto.ts +18 -18
- package/src/generated/portal/models/PatronManifestDetailResponseDto.ts +28 -28
- package/src/generated/portal/models/PatronShowGroupResponseDto.ts +21 -21
- package/src/generated/portal/models/PatronStatsResponseDto.ts +21 -21
- package/src/generated/portal/models/PaymentGatewayResponseDto.ts +17 -17
- package/src/generated/portal/models/PerformerCreditOrderRequestDto.ts +9 -9
- package/src/generated/portal/models/Performers.ts +9 -9
- package/src/generated/portal/models/PerformersListRequestDto.ts +9 -9
- package/src/generated/portal/models/PerformersListResponseDto.ts +11 -11
- package/src/generated/portal/models/PhoneHoursDto.ts +9 -9
- package/src/generated/portal/models/PolicyDetailResponseDto.ts +15 -15
- package/src/generated/portal/models/PolicyDto.ts +9 -9
- package/src/generated/portal/models/PolicyRequestDto.ts +9 -9
- package/src/generated/portal/models/PolicyResponseDto.ts +12 -12
- package/src/generated/portal/models/PortalObjectRequestDto.ts +13 -13
- package/src/generated/portal/models/PosSettingsRequestDto.ts +13 -13
- package/src/generated/portal/models/PosSettingsResponseDto.ts +13 -13
- package/src/generated/portal/models/PriorityCode.ts +10 -10
- package/src/generated/portal/models/PriorityCodeResponseDto.ts +13 -13
- package/src/generated/portal/models/PriorityWaveDetail.ts +12 -12
- package/src/generated/portal/models/ProductDetailResponseDto.ts +35 -35
- package/src/generated/portal/models/ProductIconResponseDto.ts +11 -11
- package/src/generated/portal/models/ProductListResponseDto.ts +17 -17
- package/src/generated/portal/models/ProductRecipientResponseDto.ts +11 -11
- package/src/generated/portal/models/ProductReminderResponseDto.ts +14 -14
- package/src/generated/portal/models/ProductResponseDto.ts +14 -14
- package/src/generated/portal/models/ProductSalesRequestDto.ts +11 -11
- package/src/generated/portal/models/ProductSalesResponseDto.ts +11 -11
- package/src/generated/portal/models/ProductSendMailRequestDto.ts +18 -18
- package/src/generated/portal/models/ProductVariantResponseDto.ts +18 -18
- package/src/generated/portal/models/QuestionDetailsResponseDto.ts +16 -16
- package/src/generated/portal/models/QuestionResponseDto.ts +9 -9
- package/src/generated/portal/models/QuestionShowGroupAndProductResponse.ts +9 -9
- package/src/generated/portal/models/QuestionShowResponse.ts +13 -13
- package/src/generated/portal/models/QuestionTypeResponse.ts +10 -10
- package/src/generated/portal/models/RecalculateOrderResponseDto.ts +35 -35
- package/src/generated/portal/models/RefundDetailResponseDto.ts +33 -33
- package/src/generated/portal/models/RefundOrderDetail.ts +17 -17
- package/src/generated/portal/models/RefundResponseDto.ts +24 -24
- package/src/generated/portal/models/RefundSetting.ts +9 -9
- package/src/generated/portal/models/RefundSettingsResponseDto.ts +7 -7
- package/src/generated/portal/models/ReleaseSeatDetailResponseDto.ts +29 -29
- package/src/generated/portal/models/ReleasedTicketResponseDto.ts +12 -12
- package/src/generated/portal/models/RemoveReservationCodeRequestDto.ts +10 -10
- package/src/generated/portal/models/RemoveSeatsRequestDto.ts +11 -11
- package/src/generated/portal/models/ReorderBookmarkRequestDto.ts +11 -11
- package/src/generated/portal/models/ReorderImageRequestDto.ts +8 -8
- package/src/generated/portal/models/ReportProductSalesResponseDto.ts +30 -30
- package/src/generated/portal/models/RequestDocumentResponseDto.ts +26 -26
- package/src/generated/portal/models/ResendMailRequestDto.ts +9 -9
- package/src/generated/portal/models/ReservationCodeResponseDto.ts +20 -20
- package/src/generated/portal/models/ReservationDetailResponseDto.ts +18 -18
- package/src/generated/portal/models/ResetTaxPaymentRequestDto.ts +9 -9
- package/src/generated/portal/models/RevenueByShowRequestDto.ts +10 -10
- package/src/generated/portal/models/RevenueShowCalculationsResponseDto.ts +19 -19
- package/src/generated/portal/models/SaleDetail.ts +14 -14
- package/src/generated/portal/models/{SalesByTierReponseDto.ts → SalesByTierResponseDto.ts} +17 -17
- package/src/generated/portal/models/SalesProductResponseDto.ts +11 -11
- package/src/generated/portal/models/SaveAdministrativeNoteRequestDto.ts +9 -9
- package/src/generated/portal/models/ScannedTicketOrderResponseDto.ts +22 -22
- package/src/generated/portal/models/ScannedTicketResponseDto.ts +10 -10
- package/src/generated/portal/models/SearchCodeResponseDto.ts +9 -9
- package/src/generated/portal/models/SearchFeatureResponseDto.ts +16 -16
- package/src/generated/portal/models/SearchOrderResponseDto.ts +15 -15
- package/src/generated/portal/models/SearchResponseDto.ts +15 -15
- package/src/generated/portal/models/SeatDetails.ts +22 -22
- package/src/generated/portal/models/SeatDetailsResponseDto.ts +10 -10
- package/src/generated/portal/models/SeatResponseDto.ts +17 -17
- package/src/generated/portal/models/SectionDetail.ts +10 -10
- package/src/generated/portal/models/SectionRule.ts +12 -12
- package/src/generated/portal/models/SelectedSeatExchangeResponseDto.ts +11 -11
- package/src/generated/portal/models/SendBlockedSeatsMailRequestDto.ts +12 -12
- package/src/generated/portal/models/SendMailRequestDto.ts +10 -10
- package/src/generated/portal/models/SendReservationCodeMailRequestDto.ts +12 -12
- package/src/generated/portal/models/SentMailResponseDto.ts +14 -14
- package/src/generated/portal/models/SettingsAndWavesResponseDto.ts +13 -13
- package/src/generated/portal/models/SettingsDetailsResponseDto.ts +57 -57
- package/src/generated/portal/models/ShopperDetailResponseDto.ts +19 -19
- package/src/generated/portal/models/ShopperSeatResponseDto.ts +15 -15
- package/src/generated/portal/models/ShopperSessionResponseDto.ts +14 -14
- package/src/generated/portal/models/ShopperShowGroupResponseDto.ts +9 -9
- package/src/generated/portal/models/Show.ts +11 -11
- package/src/generated/portal/models/ShowAndGroupResponseDto.ts +14 -14
- package/src/generated/portal/models/ShowBlockedSeatResponseDto.ts +26 -26
- package/src/generated/portal/models/ShowChartPreviewResponseDto.ts +10 -10
- package/src/generated/portal/models/ShowDetailDto.ts +71 -71
- package/src/generated/portal/models/ShowDetails.ts +12 -12
- package/src/generated/portal/models/ShowDetailsResponseDto.ts +16 -16
- package/src/generated/portal/models/ShowGroupResponseDto.ts +9 -9
- package/src/generated/portal/models/ShowGroups.ts +9 -9
- package/src/generated/portal/models/ShowListResponseDto.ts +15 -15
- package/src/generated/portal/models/ShowOrders.ts +11 -11
- package/src/generated/portal/models/ShowPricing.ts +17 -17
- package/src/generated/portal/models/ShowPricingDetail.ts +11 -11
- package/src/generated/portal/models/ShowReportListResponseDto.ts +18 -14
- package/src/generated/portal/models/ShowSeatDetailResponseDto.ts +11 -11
- package/src/generated/portal/models/ShowSeatPair.ts +9 -9
- package/src/generated/portal/models/ShowSeatTierPair.ts +10 -10
- package/src/generated/portal/models/ShowSectionDetail.ts +14 -14
- package/src/generated/portal/models/ShowSnapshotResponseDto.ts +22 -22
- package/src/generated/portal/models/ShowStatDetail.ts +34 -34
- package/src/generated/portal/models/ShowTicketSectionListResponseDto.ts +11 -11
- package/src/generated/portal/models/ShowTierRequestDto.ts +8 -8
- package/src/generated/portal/models/ShowTierResponseDto.ts +30 -30
- package/src/generated/portal/models/ShowTiers.ts +32 -32
- package/src/generated/portal/models/ShowTypeResponseDto.ts +10 -10
- package/src/generated/portal/models/ShowTypes.ts +10 -10
- package/src/generated/portal/models/Shows.ts +13 -13
- package/src/generated/portal/models/ShowsList.ts +32 -32
- package/src/generated/portal/models/ShowsResponseDto.ts +17 -17
- package/src/generated/portal/models/SingleFundDetailResponseDto.ts +11 -11
- package/src/generated/portal/models/SingleOrderDetailResponseDto.ts +21 -21
- package/src/generated/portal/models/SinglePatronCodeResponseDto.ts +23 -23
- package/src/generated/portal/models/SinglePerformerRequestDto.ts +9 -9
- package/src/generated/portal/models/SoldTicketsResponseDto.ts +32 -32
- package/src/generated/portal/models/StartImageUploadRequestDto.ts +8 -8
- package/src/generated/portal/models/StartImageUploadResponseDto.ts +9 -9
- package/src/generated/portal/models/StopShowRequestDto.ts +11 -11
- package/src/generated/portal/models/StringValidation.ts +13 -13
- package/src/generated/portal/models/StripeResponseDto.ts +13 -13
- package/src/generated/portal/models/StripeSettingsResponseDto.ts +13 -13
- package/src/generated/portal/models/StudentCreditOrdersResponseDto.ts +13 -13
- package/src/generated/portal/models/StudentCreditResponseDto.ts +10 -10
- package/src/generated/portal/models/StudioIntegratorDetailResponseDto.ts +11 -11
- package/src/generated/portal/models/SuccessResponse.ts +8 -8
- package/src/generated/portal/models/SupportTicketResponseDto.ts +31 -31
- package/src/generated/portal/models/SupportTicketStatusResponseDto.ts +9 -9
- package/src/generated/portal/models/TakeoverSessionResponseDto.ts +9 -9
- package/src/generated/portal/models/TaxAndBankDetailsResponseDto.ts +11 -11
- package/src/generated/portal/models/TaxByMonthRequestDto.ts +9 -9
- package/src/generated/portal/models/TaxByMonthResponseDto.ts +19 -19
- package/src/generated/portal/models/TaxDocuments.ts +9 -9
- package/src/generated/portal/models/TaxResponseDto.ts +14 -14
- package/src/generated/portal/models/TemplateResponseDto.ts +9 -9
- package/src/generated/portal/models/TheatreList.ts +8 -8
- package/src/generated/portal/models/ThemeBannerImageResponseDto.ts +11 -11
- package/src/generated/portal/models/ThemeCategoryResponseDto.ts +10 -10
- package/src/generated/portal/models/ThemeDesignResponseDto.ts +37 -37
- package/src/generated/portal/models/ThemeDetailResponseDto.ts +10 -10
- package/src/generated/portal/models/ThemeLinkResponseDto.ts +11 -11
- package/src/generated/portal/models/ThemeResponseDto.ts +11 -11
- package/src/generated/portal/models/TicketDetail.ts +24 -24
- package/src/generated/portal/models/TicketDetails.ts +18 -18
- package/src/generated/portal/models/TicketRequestDto.ts +9 -9
- package/src/generated/portal/models/TicketResponseDto.ts +19 -19
- package/src/generated/portal/models/TicketScanningShowResponseDto.ts +18 -18
- package/src/generated/portal/models/TicketSeatDetailResponseDto.ts +27 -27
- package/src/generated/portal/models/TicketingShowResponseDto.ts +13 -13
- package/src/generated/portal/models/TierDetail.ts +14 -14
- package/src/generated/portal/models/TierRequestDto.ts +10 -10
- package/src/generated/portal/models/TieredPrice.ts +17 -17
- package/src/generated/portal/models/TimeZoneResponse.ts +9 -9
- package/src/generated/portal/models/TimedTriggerFieldResponseDto.ts +17 -17
- package/src/generated/portal/models/TimedTriggerResponseDto.ts +14 -14
- package/src/generated/portal/models/ToggleModifyTierRequestDto.ts +10 -10
- package/src/generated/portal/models/ToggleModifyTierResponseDto.ts +10 -10
- package/src/generated/portal/models/ToggleTierRequestDto.ts +9 -9
- package/src/generated/portal/models/ToggleTierResponseDto.ts +12 -12
- package/src/generated/portal/models/TransactionDetail.ts +14 -14
- package/src/generated/portal/models/TypeAndUserResponseDto.ts +11 -11
- package/src/generated/portal/models/UnApprovedOrderSeatDetailResponseDto.ts +12 -12
- package/src/generated/portal/models/UnapprovedOrderDetailResponseDto.ts +10 -10
- package/src/generated/portal/models/UnapprovedOrderResponseDto.ts +17 -17
- package/src/generated/portal/models/{UnAvailableSeating.ts → UnavailableSeating.ts} +14 -14
- package/src/generated/portal/models/UnblockSeatsRequestDto.ts +9 -9
- package/src/generated/portal/models/UnsoldTicketsResponseDto.ts +21 -21
- package/src/generated/portal/models/UpdateAdvancedStudioSettingsRequestDto.ts +16 -16
- package/src/generated/portal/models/UpdateBankingRequestDto.ts +21 -21
- package/src/generated/portal/models/UpdateCssRequestDto.ts +8 -8
- package/src/generated/portal/models/UpdateDiscountCodeRequestDto.ts +21 -21
- package/src/generated/portal/models/UpdateEmailRequestDto.ts +8 -8
- package/src/generated/portal/models/UpdateHelpRequestDto.ts +19 -19
- package/src/generated/portal/models/UpdateImageUploadRequestDto.ts +10 -10
- package/src/generated/portal/models/UpdateLandingPageConfigSettingRequestDto.ts +23 -23
- package/src/generated/portal/models/UpdateLandingPageRequestDto.ts +13 -13
- package/src/generated/portal/models/UpdateMessageRequestDto.ts +10 -10
- package/src/generated/portal/models/UpdatePatronCodeRequestDto.ts +15 -15
- package/src/generated/portal/models/UpdatePatronSettingsRequestDto.ts +11 -11
- package/src/generated/portal/models/UpdatePatronTagsRequestDto.ts +10 -10
- package/src/generated/portal/models/UpdatePriorityCodeRequestDto.ts +19 -19
- package/src/generated/portal/models/UpdateProductReminderRequestDto.ts +12 -12
- package/src/generated/portal/models/UpdateProductVariantRequestDto.ts +15 -15
- package/src/generated/portal/models/UpdateSearchLogRequestDto.ts +9 -9
- package/src/generated/portal/models/UpdateSessionRequestDto.ts +16 -16
- package/src/generated/portal/models/UpdateStripeUsageRequestDto.ts +14 -14
- package/src/generated/portal/models/UpdateStudioSettingsRequestDto.ts +16 -16
- package/src/generated/portal/models/UpdateTaxRegistrationRequestDto.ts +14 -14
- package/src/generated/portal/models/UpdateTaxRequestDto.ts +12 -12
- package/src/generated/portal/models/UpdateThemeDesignRequestDto.ts +33 -33
- package/src/generated/portal/models/ValidateEmailRequestDto.ts +8 -8
- package/src/generated/portal/models/ValidateEmailResponseDto.ts +9 -9
- package/src/generated/portal/models/VerifyOtpRequestDto.ts +9 -9
- package/src/generated/portal/models/VideoStreamResponseDto.ts +19 -19
- package/src/generated/portal/models/VirtualStreamResponseDto.ts +15 -15
- package/src/generated/portal/models/WaitlistDetailResponseDto.ts +18 -18
- package/src/generated/portal/models/WaitlistShowFilterResponseDto.ts +9 -9
- package/src/generated/portal/models/WaitlistShowResponseDto.ts +22 -22
- package/src/generated/portal/models/WavesResponseDto.ts +9 -9
- package/src/generated/portal/models/WeeklyResponseDto.ts +15 -15
- package/src/generated/portal/models/createServiceAgreementRequestDto.ts +9 -9
- package/src/generated/portal/models/seatShowIdPair.ts +9 -9
- package/src/generated/portal/models/tierIdQuantityPair.ts +9 -9
- package/src/generated/portal/services/AccountService.ts +140 -140
- package/src/generated/portal/services/AccountingService.ts +516 -516
- package/src/generated/portal/services/AppService.ts +33 -33
- package/src/generated/portal/services/AuthService.ts +183 -183
- package/src/generated/portal/services/BookmarkService.ts +127 -127
- package/src/generated/portal/services/ClientToolsGeneratedEmailsService.ts +109 -109
- package/src/generated/portal/services/ClientToolsInterviewUpdateService.ts +57 -57
- package/src/generated/portal/services/ClientToolsParentLetterService.ts +28 -28
- package/src/generated/portal/services/ClientToolsPatronDatabaseService.ts +444 -444
- package/src/generated/portal/services/ClientToolsSeatAssignmentToolService.ts +28 -28
- package/src/generated/portal/services/ClientToolsStripeOnboardingService.ts +75 -75
- package/src/generated/portal/services/ClientToolsThemeBuilderService.ts +149 -149
- package/src/generated/portal/services/ClientToolsThemesLibraryService.ts +63 -63
- package/src/generated/portal/services/ClientToolsTicketScanningService.ts +76 -71
- package/src/generated/portal/services/ClientToolsTicketingLinkService.ts +57 -57
- package/src/generated/portal/services/ClientToolsUnapprovedOrdersService.ts +81 -81
- package/src/generated/portal/services/ClientToolsWaitlistService.ts +204 -204
- package/src/generated/portal/services/DashboardService.ts +71 -71
- package/src/generated/portal/services/FeaturesBlockedSeatsService.ts +571 -571
- package/src/generated/portal/services/FeaturesCheckoutQuestionsService.ts +144 -144
- package/src/generated/portal/services/FeaturesDiscountsService.ts +342 -342
- package/src/generated/portal/services/FeaturesDonationsService.ts +247 -247
- package/src/generated/portal/services/FeaturesGiftCardsService.ts +177 -177
- package/src/generated/portal/services/FeaturesGoldenTicketsService.ts +208 -208
- package/src/generated/portal/services/FeaturesLandingPageService.ts +299 -299
- package/src/generated/portal/services/FeaturesPriorityService.ts +255 -255
- package/src/generated/portal/services/FeaturesProductsService.ts +526 -516
- package/src/generated/portal/services/HelpService.ts +57 -57
- package/src/generated/portal/services/OrderLookupService.ts +615 -615
- package/src/generated/portal/services/ReportsService.ts +496 -488
- package/src/generated/portal/services/SettingsService.ts +377 -377
- package/src/generated/portal/services/ShowsService.ts +686 -686
- package/src/generated/portal/services/SuperUserAbandonedCartsService.ts +52 -52
- package/src/generated/portal/services/SuperUserAdvancedStudioSettingsService.ts +185 -185
- package/src/generated/portal/services/SuperUserAlertsAndNotificationsService.ts +216 -216
- package/src/generated/portal/services/SuperUserBuyerBlacklistService.ts +125 -125
- package/src/generated/portal/services/SuperUserDocumentLibraryService.ts +90 -90
- package/src/generated/portal/services/SuperUserEditCssService.ts +71 -71
- package/src/generated/portal/services/SuperUserExtraService.ts +65 -65
- package/src/generated/portal/services/SuperUserImportBlockedSeatsService.ts +33 -33
- package/src/generated/portal/services/SuperUserReleasedTicketsService.ts +28 -28
- package/src/generated/portal/services/SuperUserShoppersService.ts +129 -129
- package/src/generated/portal/services/SuperUserStudioManagementIntegrationService.ts +28 -28
- package/src/generated/portal/services/SuperUserSupportTicketsService.ts +46 -46
- package/src/generated/portal/services/SuperUserTimedTriggersService.ts +99 -99
- package/src/generated/portal/types.ts +3 -3
- package/src/generated/scanner/core/ApiError.ts +1 -1
- package/src/generated/scanner/core/ApiRequestOptions.ts +1 -1
- package/src/generated/scanner/core/ApiResult.ts +1 -1
- package/src/generated/scanner/core/CancelablePromise.ts +1 -1
- package/src/generated/scanner/core/OpenAPI.ts +1 -1
- package/src/generated/scanner/core/request.ts +421 -421
- package/src/generated/scanner/models/DatabaseUpload.ts +10 -10
- package/src/generated/scanner/models/DatabaseUploadData.ts +10 -10
- package/src/generated/scanner/models/DisplayMessage.ts +10 -10
- package/src/generated/scanner/models/EventResponse.ts +16 -16
- package/src/generated/scanner/models/EventResponseStats.ts +11 -11
- package/src/generated/scanner/models/EventSkin.ts +23 -23
- package/src/generated/scanner/models/MobileReceiptResponse.ts +21 -21
- package/src/generated/scanner/models/OrderDetails.ts +15 -15
- package/src/generated/scanner/models/OrderProduct.ts +15 -15
- package/src/generated/scanner/models/OrderScan.ts +14 -14
- package/src/generated/scanner/models/OrderSeat.ts +19 -19
- package/src/generated/scanner/models/OrderSummary.ts +11 -11
- package/src/generated/scanner/models/Product.ts +15 -15
- package/src/generated/scanner/models/ProductQR.ts +8 -8
- package/src/generated/scanner/models/ProductScan.ts +16 -16
- package/src/generated/scanner/models/QueryDatabaseUnionResult.ts +13 -13
- package/src/generated/scanner/models/ReceiptBuyerDetails.ts +11 -11
- package/src/generated/scanner/models/ReceiptEventDetails.ts +12 -12
- package/src/generated/scanner/models/ReceiptProductDetails.ts +19 -19
- package/src/generated/scanner/models/ReceiptResponse.ts +21 -21
- package/src/generated/scanner/models/ReceiptSeatDetails.ts +15 -15
- package/src/generated/scanner/models/ResultMessage.ts +9 -9
- package/src/generated/scanner/models/RowResult.ts +8 -8
- package/src/generated/scanner/models/SeatQR.ts +8 -8
- package/src/generated/scanner/models/SeatResponse.ts +12 -12
- package/src/generated/scanner/models/SeatResult.ts +8 -8
- package/src/generated/scanner/models/SectionResult.ts +8 -8
- package/src/generated/scanner/models/TicketDatabase.ts +19 -19
- package/src/generated/scanner/models/TicketScan.ts +25 -25
- package/src/generated/scanner/models/TicketScanStats.ts +10 -10
- package/src/generated/scanner/models/TicketSeats.ts +14 -14
- package/src/generated/scanner/models/UploadDatabaseResponse.ts +10 -10
- package/src/generated/scanner/services/DatabaseService.ts +110 -110
- package/src/generated/scanner/services/OrdersService.ts +114 -114
- package/src/generated/scanner/services/ScanningService.ts +369 -369
- package/src/generated/shopper/core/ApiError.ts +1 -1
- package/src/generated/shopper/core/ApiRequestOptions.ts +1 -1
- package/src/generated/shopper/core/ApiResult.ts +1 -1
- package/src/generated/shopper/core/CancelablePromise.ts +1 -1
- package/src/generated/shopper/core/OpenAPI.ts +2 -2
- package/src/generated/shopper/core/request.ts +421 -421
- package/src/generated/shopper/index.ts +3 -0
- package/src/generated/shopper/models/Account.ts +67 -67
- package/src/generated/shopper/models/Album.ts +13 -13
- package/src/generated/shopper/models/AlbumImage.ts +13 -13
- package/src/generated/shopper/models/AlbumWithImages.ts +11 -11
- package/src/generated/shopper/models/AnswerInput.ts +11 -11
- package/src/generated/shopper/models/AssignNamesReturn.ts +9 -9
- package/src/generated/shopper/models/BAHold.ts +10 -10
- package/src/generated/shopper/models/BlockOfTickets.ts +18 -18
- package/src/generated/shopper/models/Cart.ts +13 -13
- package/src/generated/shopper/models/CartAmounts.ts +43 -43
- package/src/generated/shopper/models/CartClearResult.ts +19 -19
- package/src/generated/shopper/models/CartCounts.ts +11 -11
- package/src/generated/shopper/models/CartCountsLite.ts +19 -19
- package/src/generated/shopper/models/CartHashResponse.ts +11 -11
- package/src/generated/shopper/models/CartItemCounts.ts +15 -15
- package/src/generated/shopper/models/CartSummary.ts +31 -31
- package/src/generated/shopper/models/CartTotals.ts +27 -27
- package/src/generated/shopper/models/CartWithTime.ts +10 -10
- package/src/generated/shopper/models/CashPaymentDetail.ts +23 -23
- package/src/generated/shopper/models/CheckoutDonation.ts +9 -9
- package/src/generated/shopper/models/CheckoutFailResponse.ts +10 -10
- package/src/generated/shopper/models/CheckoutGiftCard.ts +9 -9
- package/src/generated/shopper/models/CheckoutPageData.ts +23 -23
- package/src/generated/shopper/models/CheckoutProduct.ts +14 -14
- package/src/generated/shopper/models/CheckoutQuestion.ts +20 -20
- package/src/generated/shopper/models/CheckoutSessionData.ts +35 -35
- package/src/generated/shopper/models/CheckoutStep.ts +15 -15
- package/src/generated/shopper/models/CheckoutStepsResponse.ts +12 -12
- package/src/generated/shopper/models/CheckoutSubmitBody.ts +25 -25
- package/src/generated/shopper/models/CheckoutSuccessResponse.ts +8 -8
- package/src/generated/shopper/models/CodeDto.ts +11 -11
- package/src/generated/shopper/models/CompleteBody.ts +9 -9
- package/src/generated/shopper/models/ConnectedAccountResponse.ts +23 -23
- package/src/generated/shopper/models/CorrelatedCode.ts +19 -19
- package/src/generated/shopper/models/CreateCustomerResponse.ts +9 -9
- package/src/generated/shopper/models/CreatePaymentIntentBody.ts +27 -27
- package/src/generated/shopper/models/CreatePaymentIntentResponse.ts +52 -52
- package/src/generated/shopper/models/CreateSessionDto.ts +15 -15
- package/src/generated/shopper/models/DigitalAsset.ts +21 -21
- package/src/generated/shopper/models/DonateOrderRequest.ts +9 -9
- package/src/generated/shopper/models/DonationContribution.ts +10 -10
- package/src/generated/shopper/models/DonationFund.ts +34 -34
- package/src/generated/shopper/models/DonationInCart.ts +19 -19
- package/src/generated/shopper/models/DonationResult.ts +23 -23
- package/src/generated/shopper/models/DonationText.ts +9 -9
- package/src/generated/shopper/models/DonationsandContributions.ts +17 -17
- package/src/generated/shopper/models/EmailUpdate.ts +12 -12
- package/src/generated/shopper/models/EngineSeat.ts +7 -7
- package/src/generated/shopper/models/EventDetails.ts +51 -51
- package/src/generated/shopper/models/EventGroup.ts +16 -16
- package/src/generated/shopper/models/EventLegend.ts +17 -17
- package/src/generated/shopper/models/EventLegendItem.ts +14 -14
- package/src/generated/shopper/models/ExchangeAnswersBody.ts +9 -9
- package/src/generated/shopper/models/ExchangeCancelSeatResponse.ts +12 -12
- package/src/generated/shopper/models/ExchangeRequest.ts +20 -16
- package/src/generated/shopper/models/ExchangeShow.ts +17 -17
- package/src/generated/shopper/models/ExchangeShowsResponse.ts +13 -13
- package/src/generated/shopper/models/ExchangeUpchargeRequest.ts +20 -0
- package/src/generated/shopper/models/ExchangeUpchargeResponse.ts +27 -0
- package/src/generated/shopper/models/ExchangeValidateRequest.ts +16 -0
- package/src/generated/shopper/models/ExistingRefundDetails.ts +9 -9
- package/src/generated/shopper/models/ExtendTimerDto.ts +11 -11
- package/src/generated/shopper/models/ExtendTimerResponseDto.ts +15 -15
- package/src/generated/shopper/models/FullEventDetails.ts +17 -17
- package/src/generated/shopper/models/GAHold.ts +11 -11
- package/src/generated/shopper/models/GAResponse.ts +19 -19
- package/src/generated/shopper/models/GASeatRelease.ts +10 -10
- package/src/generated/shopper/models/GaSelection.ts +29 -29
- package/src/generated/shopper/models/GaTier.ts +32 -32
- package/src/generated/shopper/models/GetEventsResponse.ts +11 -11
- package/src/generated/shopper/models/GiftCardApplyDto.ts +23 -23
- package/src/generated/shopper/models/GiftCardApplyResponse.ts +35 -35
- package/src/generated/shopper/models/GiftCardCheckoutInfo.ts +35 -35
- package/src/generated/shopper/models/GiftCardEditFormResponse.ts +15 -15
- package/src/generated/shopper/models/GiftCardLookupResponse.ts +23 -23
- package/src/generated/shopper/models/GiftCardRemoveResponse.ts +19 -19
- package/src/generated/shopper/models/GuidReturn.ts +8 -8
- package/src/generated/shopper/models/HasAccessResponse.ts +8 -8
- package/src/generated/shopper/models/LandingConfig.ts +27 -27
- package/src/generated/shopper/models/LandingPageResponse.ts +27 -27
- package/src/generated/shopper/models/LandingProduct.ts +16 -16
- package/src/generated/shopper/models/LandingShow.ts +21 -21
- package/src/generated/shopper/models/LandingVenue.ts +15 -15
- package/src/generated/shopper/models/LinkWithSuccess.ts +9 -9
- package/src/generated/shopper/models/NameUpdate.ts +9 -9
- package/src/generated/shopper/models/NextStepResponse.ts +12 -12
- package/src/generated/shopper/models/OrderBalance.ts +31 -31
- package/src/generated/shopper/models/OrderDetails.ts +42 -42
- package/src/generated/shopper/models/OrderPaymentStatus.ts +19 -19
- package/src/generated/shopper/models/OrderRecalc.ts +11 -11
- package/src/generated/shopper/models/OrderRefundDetails.ts +10 -10
- package/src/generated/shopper/models/OrderSeat.ts +30 -30
- package/src/generated/shopper/models/OrderStream.ts +16 -16
- package/src/generated/shopper/models/OrderTicketReceipt.ts +30 -30
- package/src/generated/shopper/models/PatronName.ts +10 -10
- package/src/generated/shopper/models/PaymentDetail.ts +40 -40
- package/src/generated/shopper/models/PaymentFail.ts +23 -23
- package/src/generated/shopper/models/PaymentSuccess.ts +23 -23
- package/src/generated/shopper/models/PerformerEventList.ts +9 -9
- package/src/generated/shopper/models/PickupReturn.ts +11 -11
- package/src/generated/shopper/models/PosDefaultInfoResponse.ts +12 -12
- package/src/generated/shopper/models/PriorityCode.ts +10 -10
- package/src/generated/shopper/models/Product.ts +28 -28
- package/src/generated/shopper/models/ProductAddResponse.ts +16 -16
- package/src/generated/shopper/models/ProductBody.ts +12 -12
- package/src/generated/shopper/models/ProductData.ts +11 -11
- package/src/generated/shopper/models/ProductDeleteBody.ts +11 -11
- package/src/generated/shopper/models/ProductDetails.ts +16 -16
- package/src/generated/shopper/models/ProductInCart.ts +17 -17
- package/src/generated/shopper/models/ProductUpdateResponse.ts +10 -10
- package/src/generated/shopper/models/ProductVariant.ts +18 -18
- package/src/generated/shopper/models/RecalcResponse.ts +10 -10
- package/src/generated/shopper/models/RecalcReturn.ts +35 -35
- package/src/generated/shopper/models/Receipt.ts +38 -38
- package/src/generated/shopper/models/ReceiptMessages.ts +8 -8
- package/src/generated/shopper/models/ReceiptQuestions.ts +12 -12
- package/src/generated/shopper/models/Refund.ts +12 -12
- package/src/generated/shopper/models/RefundPolicy.ts +8 -8
- package/src/generated/shopper/models/RefundReason.ts +12 -12
- package/src/generated/shopper/models/RefundRequest.ts +13 -13
- package/src/generated/shopper/models/RefundRequestInfo.ts +15 -15
- package/src/generated/shopper/models/RegisterStreamRequest.ts +9 -9
- package/src/generated/shopper/models/RegisterStreamResponse.ts +10 -10
- package/src/generated/shopper/models/RootConfigResponse.ts +22 -22
- package/src/generated/shopper/models/SaveDetailsBody.ts +26 -26
- package/src/generated/shopper/models/SeatData.ts +9 -9
- package/src/generated/shopper/models/SeatHoldReturn.ts +11 -11
- package/src/generated/shopper/models/SeatIdInput.ts +9 -9
- package/src/generated/shopper/models/SeatInCart.ts +34 -34
- package/src/generated/shopper/models/SeatingTier.ts +27 -27
- package/src/generated/shopper/models/SeatsByShow.ts +23 -23
- package/src/generated/shopper/models/Section.ts +20 -20
- package/src/generated/shopper/models/SectionRule.ts +15 -15
- package/src/generated/shopper/models/SessionHeartbeatDto.ts +9 -9
- package/src/generated/shopper/models/SessionInfoDto.ts +31 -31
- package/src/generated/shopper/models/SetLanguageDto.ts +11 -11
- package/src/generated/shopper/models/ShowExtras.ts +19 -19
- package/src/generated/shopper/models/SiteDisposition.ts +10 -10
- package/src/generated/shopper/models/SiteTheme.ts +40 -40
- package/src/generated/shopper/models/StreamDetails.ts +30 -30
- package/src/generated/shopper/models/StreamDownloadLink.ts +9 -9
- package/src/generated/shopper/models/StudioOrderSettings.ts +14 -14
- package/src/generated/shopper/models/StudioSettings.ts +12 -12
- package/src/generated/shopper/models/SuccessResponse.ts +8 -8
- package/src/generated/shopper/models/SuccessWithTime.ts +15 -15
- package/src/generated/shopper/models/SummaryBody.ts +8 -8
- package/src/generated/shopper/models/TheatreAddresses.ts +15 -15
- package/src/generated/shopper/models/Ticket.ts +9 -9
- package/src/generated/shopper/models/TicketBlock.ts +18 -18
- package/src/generated/shopper/models/TicketInstructions.ts +8 -8
- package/src/generated/shopper/models/UniversalCodeResponse.ts +27 -27
- package/src/generated/shopper/models/UpdateTierData.ts +10 -10
- package/src/generated/shopper/models/UpdateTierFail.ts +10 -10
- package/src/generated/shopper/models/WaitlistResponse.ts +9 -9
- package/src/generated/shopper/models/WaitlistUpdate.ts +14 -14
- package/src/generated/shopper/services/AccountService.ts +93 -93
- package/src/generated/shopper/services/CartService.ts +202 -202
- package/src/generated/shopper/services/CheckoutService.ts +147 -147
- package/src/generated/shopper/services/CodeService.ts +157 -157
- package/src/generated/shopper/services/DonationService.ts +86 -85
- package/src/generated/shopper/services/EventService.ts +159 -159
- package/src/generated/shopper/services/GiftCardService.ts +126 -126
- package/src/generated/shopper/services/OrderService.ts +737 -684
- package/src/generated/shopper/services/PaymentService.ts +80 -80
- package/src/generated/shopper/services/ProductService.ts +80 -80
- package/src/generated/shopper/services/SeatService.ts +171 -171
- package/src/generated/shopper/services/SessionService.ts +124 -124
- package/src/generated/shopper/services/StripeService.ts +59 -59
- package/src/generated/shopper/types.ts +3 -0
- package/src/scripts/build-all.ts +380 -372
- package/src/scripts/check-version-not-published.ts +28 -28
- package/src/scripts/generate-definition.ts +124 -124
- package/src/staging/index.ts +39 -39
- package/src/staging/wrapService.ts +51 -51
- package/staging.ts +2 -2
- package/test.ts +31 -31
- package/tsconfig.cjs.json +11 -11
- package/tsconfig.esm.json +11 -11
- package/tsconfig.json +16 -16
- package/dist/cjs/src/generated/shopper/models/CompletePaymentBody.d.ts +0 -30
- package/dist/esm/src/generated/shopper/models/CompletePaymentBody.d.ts +0 -30
- /package/dist/cjs/src/generated/{shopper/models/CompletePaymentBody.js → portal/models/AvailableSeats.js} +0 -0
- /package/dist/esm/src/generated/{shopper/models/CompletePaymentBody.js → portal/models/AvailableSeats.js} +0 -0
|
@@ -1,720 +1,773 @@
|
|
|
1
|
-
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
-
/* istanbul ignore file */
|
|
3
|
-
/* tslint:disable */
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
import type { AssignNamesReturn } from '../models/AssignNamesReturn';
|
|
6
|
-
import type { DonateOrderRequest } from '../models/DonateOrderRequest';
|
|
7
|
-
import type { EmailUpdate } from '../models/EmailUpdate';
|
|
8
|
-
import type { ExchangeAnswersBody } from '../models/ExchangeAnswersBody';
|
|
9
|
-
import type { ExchangeCancelSeatResponse } from '../models/ExchangeCancelSeatResponse';
|
|
10
|
-
import type { ExchangeRequest } from '../models/ExchangeRequest';
|
|
11
|
-
import type { ExchangeShowsResponse } from '../models/ExchangeShowsResponse';
|
|
12
|
-
import type {
|
|
13
|
-
import type {
|
|
14
|
-
import type {
|
|
15
|
-
import type {
|
|
16
|
-
import type {
|
|
17
|
-
import type {
|
|
18
|
-
import type {
|
|
19
|
-
import type {
|
|
20
|
-
import type {
|
|
21
|
-
import type {
|
|
22
|
-
import type {
|
|
23
|
-
import type {
|
|
24
|
-
import type {
|
|
25
|
-
import type {
|
|
26
|
-
import type {
|
|
27
|
-
import type {
|
|
28
|
-
import type {
|
|
29
|
-
import type {
|
|
30
|
-
import {
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { AssignNamesReturn } from '../models/AssignNamesReturn';
|
|
6
|
+
import type { DonateOrderRequest } from '../models/DonateOrderRequest';
|
|
7
|
+
import type { EmailUpdate } from '../models/EmailUpdate';
|
|
8
|
+
import type { ExchangeAnswersBody } from '../models/ExchangeAnswersBody';
|
|
9
|
+
import type { ExchangeCancelSeatResponse } from '../models/ExchangeCancelSeatResponse';
|
|
10
|
+
import type { ExchangeRequest } from '../models/ExchangeRequest';
|
|
11
|
+
import type { ExchangeShowsResponse } from '../models/ExchangeShowsResponse';
|
|
12
|
+
import type { ExchangeUpchargeRequest } from '../models/ExchangeUpchargeRequest';
|
|
13
|
+
import type { ExchangeUpchargeResponse } from '../models/ExchangeUpchargeResponse';
|
|
14
|
+
import type { ExchangeValidateRequest } from '../models/ExchangeValidateRequest';
|
|
15
|
+
import type { GuidReturn } from '../models/GuidReturn';
|
|
16
|
+
import type { LinkWithSuccess } from '../models/LinkWithSuccess';
|
|
17
|
+
import type { NameUpdate } from '../models/NameUpdate';
|
|
18
|
+
import type { OrderBalance } from '../models/OrderBalance';
|
|
19
|
+
import type { OrderPaymentStatus } from '../models/OrderPaymentStatus';
|
|
20
|
+
import type { OrderRecalc } from '../models/OrderRecalc';
|
|
21
|
+
import type { PickupReturn } from '../models/PickupReturn';
|
|
22
|
+
import type { RecalcResponse } from '../models/RecalcResponse';
|
|
23
|
+
import type { Receipt } from '../models/Receipt';
|
|
24
|
+
import type { RefundRequest } from '../models/RefundRequest';
|
|
25
|
+
import type { RefundRequestInfo } from '../models/RefundRequestInfo';
|
|
26
|
+
import type { RegisterStreamRequest } from '../models/RegisterStreamRequest';
|
|
27
|
+
import type { RegisterStreamResponse } from '../models/RegisterStreamResponse';
|
|
28
|
+
import type { SeatInCart } from '../models/SeatInCart';
|
|
29
|
+
import type { StreamDetails } from '../models/StreamDetails';
|
|
30
|
+
import type { StreamDownloadLink } from '../models/StreamDownloadLink';
|
|
31
|
+
import type { SuccessResponse } from '../models/SuccessResponse';
|
|
32
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
33
|
+
import { OpenAPI } from '../core/OpenAPI';
|
|
31
34
|
import { request as __request } from '../core/request';
|
|
32
|
-
import { resolveShopperHeaders } from '../../../functions/sdkConfig';
|
|
33
|
-
export class OrderService {
|
|
34
|
-
/**
|
|
35
|
-
* Get order receipt by guid
|
|
36
|
-
* Fetches the receipt for an order using its unique guid.
|
|
37
|
-
* @param guid Unique identifier for an order.
|
|
35
|
+
import { resolveShopperHeaders } from '../../../functions/sdkConfig';
|
|
36
|
+
export class OrderService {
|
|
37
|
+
/**
|
|
38
|
+
* Get order receipt by guid
|
|
39
|
+
* Fetches the receipt for an order using its unique guid.
|
|
40
|
+
* @param guid Unique identifier for an order.
|
|
38
41
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
39
|
-
* @returns Receipt Returns the order receipt.
|
|
40
|
-
* @throws ApiError
|
|
41
|
-
*/
|
|
42
|
-
public static getReceipt(
|
|
43
|
-
guid: string,
|
|
44
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
45
|
-
): CancelablePromise<Receipt> {
|
|
46
|
-
return __request(OpenAPI, {
|
|
47
|
-
method: 'GET',
|
|
48
|
-
url: '/order/receipt',
|
|
49
|
-
headers: resolveShopperHeaders(context),
|
|
50
|
-
query: {
|
|
51
|
-
'guid': guid,
|
|
52
|
-
},
|
|
53
|
-
errors: {
|
|
54
|
-
400: `Bad Request error with error details.`,
|
|
55
|
-
404: `Not found error with error details.`,
|
|
56
|
-
500: `Internal Server Error, please contact developers.`,
|
|
57
|
-
},
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* Stamp the session source order
|
|
62
|
-
* Records the given order as the current session's source order (session.src_order_id) for attribution (ORD-1, legacy order-set-src).
|
|
63
|
-
* @param guid Unique identifier for an order.
|
|
42
|
+
* @returns Receipt Returns the order receipt.
|
|
43
|
+
* @throws ApiError
|
|
44
|
+
*/
|
|
45
|
+
public static getReceipt(
|
|
46
|
+
guid: string,
|
|
47
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
48
|
+
): CancelablePromise<Receipt> {
|
|
49
|
+
return __request(OpenAPI, {
|
|
50
|
+
method: 'GET',
|
|
51
|
+
url: '/order/receipt',
|
|
52
|
+
headers: resolveShopperHeaders(context),
|
|
53
|
+
query: {
|
|
54
|
+
'guid': guid,
|
|
55
|
+
},
|
|
56
|
+
errors: {
|
|
57
|
+
400: `Bad Request error with error details.`,
|
|
58
|
+
404: `Not found error with error details.`,
|
|
59
|
+
500: `Internal Server Error, please contact developers.`,
|
|
60
|
+
},
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Stamp the session source order
|
|
65
|
+
* Records the given order as the current session's source order (session.src_order_id) for attribution (ORD-1, legacy order-set-src).
|
|
66
|
+
* @param guid Unique identifier for an order.
|
|
64
67
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
65
|
-
* @returns SuccessResponse Returns success after stamping the source order.
|
|
66
|
-
* @throws ApiError
|
|
67
|
-
*/
|
|
68
|
-
public static setOrderSrc(
|
|
69
|
-
guid: string,
|
|
70
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
71
|
-
): CancelablePromise<SuccessResponse> {
|
|
72
|
-
return __request(OpenAPI, {
|
|
73
|
-
method: 'POST',
|
|
74
|
-
url: '/order/set-src',
|
|
75
|
-
headers: resolveShopperHeaders(context),
|
|
76
|
-
query: {
|
|
77
|
-
'guid': guid,
|
|
78
|
-
},
|
|
79
|
-
errors: {
|
|
80
|
-
400: `Bad Request error with error details.`,
|
|
81
|
-
404: `Not found error with error details.`,
|
|
82
|
-
500: `Internal Server Error, please contact developers.`,
|
|
83
|
-
},
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* Get the balance owed on an order
|
|
88
|
-
* Returns the balance owed on an existing order and whether the account offers an additional payment (enable_adjustment_payment). Read-only — the charge itself is collected by the Stripe Payment Element on the frontend and recorded downstream (PAY-1).
|
|
89
|
-
* @param guid Unique identifier for an order.
|
|
68
|
+
* @returns SuccessResponse Returns success after stamping the source order.
|
|
69
|
+
* @throws ApiError
|
|
70
|
+
*/
|
|
71
|
+
public static setOrderSrc(
|
|
72
|
+
guid: string,
|
|
73
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
74
|
+
): CancelablePromise<SuccessResponse> {
|
|
75
|
+
return __request(OpenAPI, {
|
|
76
|
+
method: 'POST',
|
|
77
|
+
url: '/order/set-src',
|
|
78
|
+
headers: resolveShopperHeaders(context),
|
|
79
|
+
query: {
|
|
80
|
+
'guid': guid,
|
|
81
|
+
},
|
|
82
|
+
errors: {
|
|
83
|
+
400: `Bad Request error with error details.`,
|
|
84
|
+
404: `Not found error with error details.`,
|
|
85
|
+
500: `Internal Server Error, please contact developers.`,
|
|
86
|
+
},
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Get the balance owed on an order
|
|
91
|
+
* Returns the balance owed on an existing order and whether the account offers an additional payment (enable_adjustment_payment). Read-only — the charge itself is collected by the Stripe Payment Element on the frontend and recorded downstream (PAY-1).
|
|
92
|
+
* @param guid Unique identifier for an order.
|
|
90
93
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
91
|
-
* @returns OrderBalance Returns the order balance and adjustment-payment gating.
|
|
92
|
-
* @throws ApiError
|
|
93
|
-
*/
|
|
94
|
-
public static getOrderBalance(
|
|
95
|
-
guid: string,
|
|
96
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
97
|
-
): CancelablePromise<OrderBalance> {
|
|
98
|
-
return __request(OpenAPI, {
|
|
99
|
-
method: 'GET',
|
|
100
|
-
url: '/order/balance',
|
|
101
|
-
headers: resolveShopperHeaders(context),
|
|
102
|
-
query: {
|
|
103
|
-
'guid': guid,
|
|
104
|
-
},
|
|
105
|
-
errors: {
|
|
106
|
-
400: `Bad Request error with error details.`,
|
|
107
|
-
404: `Not found error with error details.`,
|
|
108
|
-
500: `Internal Server Error, please contact developers.`,
|
|
109
|
-
},
|
|
110
|
-
});
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
* Poll the payment status of an order
|
|
114
|
-
* Returns whether an order is fully paid (for the pay-by-link page to poll). The Stripe link/intent is created on the frontend via the existing /payment* flow; this endpoint only reports completion (PAY-2).
|
|
115
|
-
* @param guid Unique identifier for an order.
|
|
94
|
+
* @returns OrderBalance Returns the order balance and adjustment-payment gating.
|
|
95
|
+
* @throws ApiError
|
|
96
|
+
*/
|
|
97
|
+
public static getOrderBalance(
|
|
98
|
+
guid: string,
|
|
99
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
100
|
+
): CancelablePromise<OrderBalance> {
|
|
101
|
+
return __request(OpenAPI, {
|
|
102
|
+
method: 'GET',
|
|
103
|
+
url: '/order/balance',
|
|
104
|
+
headers: resolveShopperHeaders(context),
|
|
105
|
+
query: {
|
|
106
|
+
'guid': guid,
|
|
107
|
+
},
|
|
108
|
+
errors: {
|
|
109
|
+
400: `Bad Request error with error details.`,
|
|
110
|
+
404: `Not found error with error details.`,
|
|
111
|
+
500: `Internal Server Error, please contact developers.`,
|
|
112
|
+
},
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Poll the payment status of an order
|
|
117
|
+
* Returns whether an order is fully paid (for the pay-by-link page to poll). The Stripe link/intent is created on the frontend via the existing /payment* flow; this endpoint only reports completion (PAY-2).
|
|
118
|
+
* @param guid Unique identifier for an order.
|
|
116
119
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
117
|
-
* @returns OrderPaymentStatus Returns the order payment status.
|
|
118
|
-
* @throws ApiError
|
|
119
|
-
*/
|
|
120
|
-
public static getOrderPaymentStatus(
|
|
121
|
-
guid: string,
|
|
122
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
123
|
-
): CancelablePromise<OrderPaymentStatus> {
|
|
124
|
-
return __request(OpenAPI, {
|
|
125
|
-
method: 'GET',
|
|
126
|
-
url: '/order/payment-status',
|
|
127
|
-
headers: resolveShopperHeaders(context),
|
|
128
|
-
query: {
|
|
129
|
-
'guid': guid,
|
|
130
|
-
},
|
|
131
|
-
errors: {
|
|
132
|
-
400: `Bad Request error with error details.`,
|
|
133
|
-
404: `Not found error with error details.`,
|
|
134
|
-
500: `Internal Server Error, please contact developers.`,
|
|
135
|
-
},
|
|
136
|
-
});
|
|
137
|
-
}
|
|
138
|
-
/**
|
|
139
|
-
* Get Gwallet link by guid
|
|
140
|
-
* Fetches the Gwallet link for an order using its unique guid.
|
|
141
|
-
* @param guid Unique identifier for an order.
|
|
120
|
+
* @returns OrderPaymentStatus Returns the order payment status.
|
|
121
|
+
* @throws ApiError
|
|
122
|
+
*/
|
|
123
|
+
public static getOrderPaymentStatus(
|
|
124
|
+
guid: string,
|
|
125
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
126
|
+
): CancelablePromise<OrderPaymentStatus> {
|
|
127
|
+
return __request(OpenAPI, {
|
|
128
|
+
method: 'GET',
|
|
129
|
+
url: '/order/payment-status',
|
|
130
|
+
headers: resolveShopperHeaders(context),
|
|
131
|
+
query: {
|
|
132
|
+
'guid': guid,
|
|
133
|
+
},
|
|
134
|
+
errors: {
|
|
135
|
+
400: `Bad Request error with error details.`,
|
|
136
|
+
404: `Not found error with error details.`,
|
|
137
|
+
500: `Internal Server Error, please contact developers.`,
|
|
138
|
+
},
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Get Gwallet link by guid
|
|
143
|
+
* Fetches the Gwallet link for an order using its unique guid.
|
|
144
|
+
* @param guid Unique identifier for an order.
|
|
142
145
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
143
|
-
* @returns LinkWithSuccess Returns the Gwallet link.
|
|
144
|
-
* @throws ApiError
|
|
145
|
-
*/
|
|
146
|
-
public static getGwalletLink(
|
|
147
|
-
guid: string,
|
|
148
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
149
|
-
): CancelablePromise<LinkWithSuccess> {
|
|
150
|
-
return __request(OpenAPI, {
|
|
151
|
-
method: 'GET',
|
|
152
|
-
url: '/order/gwallet',
|
|
153
|
-
headers: resolveShopperHeaders(context),
|
|
154
|
-
query: {
|
|
155
|
-
'guid': guid,
|
|
156
|
-
},
|
|
157
|
-
errors: {
|
|
158
|
-
400: `Bad Request error with error details.`,
|
|
159
|
-
404: `Not found error with error details.`,
|
|
160
|
-
500: `Internal Server Error, please contact developers.`,
|
|
161
|
-
},
|
|
162
|
-
});
|
|
163
|
-
}
|
|
164
|
-
/**
|
|
165
|
-
* Get testing guid
|
|
166
|
-
* Fetches a testing guid for development purposes.
|
|
167
|
-
* @param guid Unique identifier for an order.
|
|
146
|
+
* @returns LinkWithSuccess Returns the Gwallet link.
|
|
147
|
+
* @throws ApiError
|
|
148
|
+
*/
|
|
149
|
+
public static getGwalletLink(
|
|
150
|
+
guid: string,
|
|
151
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
152
|
+
): CancelablePromise<LinkWithSuccess> {
|
|
153
|
+
return __request(OpenAPI, {
|
|
154
|
+
method: 'GET',
|
|
155
|
+
url: '/order/gwallet',
|
|
156
|
+
headers: resolveShopperHeaders(context),
|
|
157
|
+
query: {
|
|
158
|
+
'guid': guid,
|
|
159
|
+
},
|
|
160
|
+
errors: {
|
|
161
|
+
400: `Bad Request error with error details.`,
|
|
162
|
+
404: `Not found error with error details.`,
|
|
163
|
+
500: `Internal Server Error, please contact developers.`,
|
|
164
|
+
},
|
|
165
|
+
});
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Get testing guid
|
|
169
|
+
* Fetches a testing guid for development purposes.
|
|
170
|
+
* @param guid Unique identifier for an order.
|
|
168
171
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
169
|
-
* @returns GuidReturn Returns a testing guid.
|
|
170
|
-
* @throws ApiError
|
|
171
|
-
*/
|
|
172
|
-
public static getTestingGuid(
|
|
173
|
-
guid: string,
|
|
174
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
175
|
-
): CancelablePromise<GuidReturn> {
|
|
176
|
-
return __request(OpenAPI, {
|
|
177
|
-
method: 'GET',
|
|
178
|
-
url: '/order/testing',
|
|
179
|
-
headers: resolveShopperHeaders(context),
|
|
180
|
-
query: {
|
|
181
|
-
'guid': guid,
|
|
182
|
-
},
|
|
183
|
-
errors: {
|
|
184
|
-
400: `Bad Request error with error details.`,
|
|
185
|
-
404: `Not found error with error details.`,
|
|
186
|
-
500: `Internal Server Error, please contact developers.`,
|
|
187
|
-
},
|
|
188
|
-
});
|
|
189
|
-
}
|
|
190
|
-
/**
|
|
191
|
-
* Get assign names by guid
|
|
192
|
-
* Fetches the assign names information for an order using its unique guid.
|
|
193
|
-
* @param guid Unique identifier for an order.
|
|
172
|
+
* @returns GuidReturn Returns a testing guid.
|
|
173
|
+
* @throws ApiError
|
|
174
|
+
*/
|
|
175
|
+
public static getTestingGuid(
|
|
176
|
+
guid: string,
|
|
177
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
178
|
+
): CancelablePromise<GuidReturn> {
|
|
179
|
+
return __request(OpenAPI, {
|
|
180
|
+
method: 'GET',
|
|
181
|
+
url: '/order/testing',
|
|
182
|
+
headers: resolveShopperHeaders(context),
|
|
183
|
+
query: {
|
|
184
|
+
'guid': guid,
|
|
185
|
+
},
|
|
186
|
+
errors: {
|
|
187
|
+
400: `Bad Request error with error details.`,
|
|
188
|
+
404: `Not found error with error details.`,
|
|
189
|
+
500: `Internal Server Error, please contact developers.`,
|
|
190
|
+
},
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* Get assign names by guid
|
|
195
|
+
* Fetches the assign names information for an order using its unique guid.
|
|
196
|
+
* @param guid Unique identifier for an order.
|
|
194
197
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
195
|
-
* @returns AssignNamesReturn Returns the assign names information.
|
|
196
|
-
* @throws ApiError
|
|
197
|
-
*/
|
|
198
|
-
public static getAssignNames(
|
|
199
|
-
guid: string,
|
|
200
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
201
|
-
): CancelablePromise<AssignNamesReturn> {
|
|
202
|
-
return __request(OpenAPI, {
|
|
203
|
-
method: 'GET',
|
|
204
|
-
url: '/order/assign-names',
|
|
205
|
-
headers: resolveShopperHeaders(context),
|
|
206
|
-
query: {
|
|
207
|
-
'guid': guid,
|
|
208
|
-
},
|
|
209
|
-
errors: {
|
|
210
|
-
400: `Bad Request error with error details.`,
|
|
211
|
-
404: `Not found error with error details.`,
|
|
212
|
-
500: `Internal Server Error, please contact developers.`,
|
|
213
|
-
},
|
|
214
|
-
});
|
|
215
|
-
}
|
|
216
|
-
/**
|
|
217
|
-
* Post assign names
|
|
218
|
-
* Assigns names to an order using its unique guid and the provided names.
|
|
219
|
-
* @param guid Unique identifier for an order.
|
|
198
|
+
* @returns AssignNamesReturn Returns the assign names information.
|
|
199
|
+
* @throws ApiError
|
|
200
|
+
*/
|
|
201
|
+
public static getAssignNames(
|
|
202
|
+
guid: string,
|
|
203
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
204
|
+
): CancelablePromise<AssignNamesReturn> {
|
|
205
|
+
return __request(OpenAPI, {
|
|
206
|
+
method: 'GET',
|
|
207
|
+
url: '/order/assign-names',
|
|
208
|
+
headers: resolveShopperHeaders(context),
|
|
209
|
+
query: {
|
|
210
|
+
'guid': guid,
|
|
211
|
+
},
|
|
212
|
+
errors: {
|
|
213
|
+
400: `Bad Request error with error details.`,
|
|
214
|
+
404: `Not found error with error details.`,
|
|
215
|
+
500: `Internal Server Error, please contact developers.`,
|
|
216
|
+
},
|
|
217
|
+
});
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* Post assign names
|
|
221
|
+
* Assigns names to an order using its unique guid and the provided names.
|
|
222
|
+
* @param guid Unique identifier for an order.
|
|
220
223
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
221
|
-
* @param requestBody Names to be assigned to the order.
|
|
222
|
-
* @returns SuccessResponse Returns success status after assigning names.
|
|
223
|
-
* @throws ApiError
|
|
224
|
-
*/
|
|
225
|
-
public static postAssignNames(
|
|
226
|
-
guid: string,
|
|
224
|
+
* @param requestBody Names to be assigned to the order.
|
|
225
|
+
* @returns SuccessResponse Returns success status after assigning names.
|
|
226
|
+
* @throws ApiError
|
|
227
|
+
*/
|
|
228
|
+
public static postAssignNames(
|
|
229
|
+
guid: string,
|
|
227
230
|
requestBody: NameUpdate,
|
|
228
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
229
|
-
): CancelablePromise<SuccessResponse> {
|
|
230
|
-
return __request(OpenAPI, {
|
|
231
|
-
method: 'POST',
|
|
232
|
-
url: '/order/assign-names',
|
|
233
|
-
headers: resolveShopperHeaders(context),
|
|
234
|
-
query: {
|
|
235
|
-
'guid': guid,
|
|
236
|
-
},
|
|
237
|
-
body: requestBody,
|
|
238
|
-
mediaType: 'application/json',
|
|
239
|
-
errors: {
|
|
240
|
-
400: `Bad Request error with error details.`,
|
|
241
|
-
404: `Not found error with error details.`,
|
|
242
|
-
500: `Internal Server Error, please contact developers.`,
|
|
243
|
-
},
|
|
244
|
-
});
|
|
245
|
-
}
|
|
246
|
-
/**
|
|
247
|
-
* Post email tickets
|
|
248
|
-
* Sends email tickets for an order using its unique guid and the provided email update.
|
|
249
|
-
* @param guid Unique identifier for an order.
|
|
231
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
232
|
+
): CancelablePromise<SuccessResponse> {
|
|
233
|
+
return __request(OpenAPI, {
|
|
234
|
+
method: 'POST',
|
|
235
|
+
url: '/order/assign-names',
|
|
236
|
+
headers: resolveShopperHeaders(context),
|
|
237
|
+
query: {
|
|
238
|
+
'guid': guid,
|
|
239
|
+
},
|
|
240
|
+
body: requestBody,
|
|
241
|
+
mediaType: 'application/json',
|
|
242
|
+
errors: {
|
|
243
|
+
400: `Bad Request error with error details.`,
|
|
244
|
+
404: `Not found error with error details.`,
|
|
245
|
+
500: `Internal Server Error, please contact developers.`,
|
|
246
|
+
},
|
|
247
|
+
});
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Post email tickets
|
|
251
|
+
* Sends email tickets for an order using its unique guid and the provided email update.
|
|
252
|
+
* @param guid Unique identifier for an order.
|
|
250
253
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
251
|
-
* @param requestBody Email update containing the email address to send tickets.
|
|
252
|
-
* @returns SuccessResponse Returns success status after sending email tickets.
|
|
253
|
-
* @throws ApiError
|
|
254
|
-
*/
|
|
255
|
-
public static postEmailTickets(
|
|
256
|
-
guid: string,
|
|
254
|
+
* @param requestBody Email update containing the email address to send tickets.
|
|
255
|
+
* @returns SuccessResponse Returns success status after sending email tickets.
|
|
256
|
+
* @throws ApiError
|
|
257
|
+
*/
|
|
258
|
+
public static postEmailTickets(
|
|
259
|
+
guid: string,
|
|
257
260
|
requestBody: EmailUpdate,
|
|
258
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
259
|
-
): CancelablePromise<SuccessResponse> {
|
|
260
|
-
return __request(OpenAPI, {
|
|
261
|
-
method: 'POST',
|
|
262
|
-
url: '/order/email-tickets',
|
|
263
|
-
headers: resolveShopperHeaders(context),
|
|
264
|
-
query: {
|
|
265
|
-
'guid': guid,
|
|
266
|
-
},
|
|
267
|
-
body: requestBody,
|
|
268
|
-
mediaType: 'application/json',
|
|
269
|
-
errors: {
|
|
270
|
-
400: `Bad Request error with error details.`,
|
|
271
|
-
404: `Not found error with error details.`,
|
|
272
|
-
500: `Internal Server Error, please contact developers.`,
|
|
273
|
-
},
|
|
274
|
-
});
|
|
275
|
-
}
|
|
276
|
-
/**
|
|
277
|
-
* Get ticket block by guid
|
|
278
|
-
* Fetches the ticket block for an order using its unique guid.
|
|
279
|
-
* @param guid Unique identifier for an order.
|
|
261
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
262
|
+
): CancelablePromise<SuccessResponse> {
|
|
263
|
+
return __request(OpenAPI, {
|
|
264
|
+
method: 'POST',
|
|
265
|
+
url: '/order/email-tickets',
|
|
266
|
+
headers: resolveShopperHeaders(context),
|
|
267
|
+
query: {
|
|
268
|
+
'guid': guid,
|
|
269
|
+
},
|
|
270
|
+
body: requestBody,
|
|
271
|
+
mediaType: 'application/json',
|
|
272
|
+
errors: {
|
|
273
|
+
400: `Bad Request error with error details.`,
|
|
274
|
+
404: `Not found error with error details.`,
|
|
275
|
+
500: `Internal Server Error, please contact developers.`,
|
|
276
|
+
},
|
|
277
|
+
});
|
|
278
|
+
}
|
|
279
|
+
/**
|
|
280
|
+
* Get ticket block by guid
|
|
281
|
+
* Fetches the ticket block for an order using its unique guid.
|
|
282
|
+
* @param guid Unique identifier for an order.
|
|
280
283
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
281
|
-
* @returns PickupReturn Returns the ticket block for the order.
|
|
282
|
-
* @throws ApiError
|
|
283
|
-
*/
|
|
284
|
-
public static getTicketBlock(
|
|
285
|
-
guid: string,
|
|
286
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
287
|
-
): CancelablePromise<PickupReturn> {
|
|
288
|
-
return __request(OpenAPI, {
|
|
289
|
-
method: 'GET',
|
|
290
|
-
url: '/order/pickup',
|
|
291
|
-
headers: resolveShopperHeaders(context),
|
|
292
|
-
query: {
|
|
293
|
-
'guid': guid,
|
|
294
|
-
},
|
|
295
|
-
errors: {
|
|
296
|
-
400: `Bad Request error with error details.`,
|
|
297
|
-
404: `Not found error with error details.`,
|
|
298
|
-
500: `Internal Server Error, please contact developers.`,
|
|
299
|
-
},
|
|
300
|
-
});
|
|
301
|
-
}
|
|
302
|
-
/**
|
|
303
|
-
* Post ticket block by guid
|
|
304
|
-
* Sends the ticket block for an order using its unique guid.
|
|
305
|
-
* @param guid Unique identifier for an order.
|
|
284
|
+
* @returns PickupReturn Returns the ticket block for the order.
|
|
285
|
+
* @throws ApiError
|
|
286
|
+
*/
|
|
287
|
+
public static getTicketBlock(
|
|
288
|
+
guid: string,
|
|
289
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
290
|
+
): CancelablePromise<PickupReturn> {
|
|
291
|
+
return __request(OpenAPI, {
|
|
292
|
+
method: 'GET',
|
|
293
|
+
url: '/order/pickup',
|
|
294
|
+
headers: resolveShopperHeaders(context),
|
|
295
|
+
query: {
|
|
296
|
+
'guid': guid,
|
|
297
|
+
},
|
|
298
|
+
errors: {
|
|
299
|
+
400: `Bad Request error with error details.`,
|
|
300
|
+
404: `Not found error with error details.`,
|
|
301
|
+
500: `Internal Server Error, please contact developers.`,
|
|
302
|
+
},
|
|
303
|
+
});
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* Post ticket block by guid
|
|
307
|
+
* Sends the ticket block for an order using its unique guid.
|
|
308
|
+
* @param guid Unique identifier for an order.
|
|
306
309
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
307
|
-
* @returns SuccessResponse Returns the ticket block for the order.
|
|
308
|
-
* @throws ApiError
|
|
309
|
-
*/
|
|
310
|
-
public static postPickup(
|
|
311
|
-
guid: string,
|
|
312
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
313
|
-
): CancelablePromise<SuccessResponse> {
|
|
314
|
-
return __request(OpenAPI, {
|
|
315
|
-
method: 'POST',
|
|
316
|
-
url: '/order/pickup',
|
|
317
|
-
headers: resolveShopperHeaders(context),
|
|
318
|
-
query: {
|
|
319
|
-
'guid': guid,
|
|
320
|
-
},
|
|
321
|
-
errors: {
|
|
322
|
-
400: `Bad Request error with error details.`,
|
|
323
|
-
404: `Not found error with error details.`,
|
|
324
|
-
500: `Internal Server Error, please contact developers.`,
|
|
325
|
-
},
|
|
326
|
-
});
|
|
327
|
-
}
|
|
328
|
-
/**
|
|
329
|
-
* Send order receipt via email
|
|
330
|
-
* Sends the order receipt to the shopper's email address for the specified order guid.
|
|
331
|
-
* @param guid Unique identifier for an order.
|
|
310
|
+
* @returns SuccessResponse Returns the ticket block for the order.
|
|
311
|
+
* @throws ApiError
|
|
312
|
+
*/
|
|
313
|
+
public static postPickup(
|
|
314
|
+
guid: string,
|
|
315
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
316
|
+
): CancelablePromise<SuccessResponse> {
|
|
317
|
+
return __request(OpenAPI, {
|
|
318
|
+
method: 'POST',
|
|
319
|
+
url: '/order/pickup',
|
|
320
|
+
headers: resolveShopperHeaders(context),
|
|
321
|
+
query: {
|
|
322
|
+
'guid': guid,
|
|
323
|
+
},
|
|
324
|
+
errors: {
|
|
325
|
+
400: `Bad Request error with error details.`,
|
|
326
|
+
404: `Not found error with error details.`,
|
|
327
|
+
500: `Internal Server Error, please contact developers.`,
|
|
328
|
+
},
|
|
329
|
+
});
|
|
330
|
+
}
|
|
331
|
+
/**
|
|
332
|
+
* Send order receipt via email
|
|
333
|
+
* Sends the order receipt to the shopper's email address for the specified order guid.
|
|
334
|
+
* @param guid Unique identifier for an order.
|
|
332
335
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
333
|
-
* @returns SuccessResponse Returns success status after emailing the receipt.
|
|
334
|
-
* @throws ApiError
|
|
335
|
-
*/
|
|
336
|
-
public static postEmailReceipt(
|
|
337
|
-
guid: string,
|
|
338
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
339
|
-
): CancelablePromise<SuccessResponse> {
|
|
340
|
-
return __request(OpenAPI, {
|
|
341
|
-
method: 'POST',
|
|
342
|
-
url: '/order/email-receipt',
|
|
343
|
-
headers: resolveShopperHeaders(context),
|
|
344
|
-
query: {
|
|
345
|
-
'guid': guid,
|
|
346
|
-
},
|
|
347
|
-
errors: {
|
|
348
|
-
400: `Bad Request error with error details.`,
|
|
349
|
-
404: `Not found error with error details.`,
|
|
350
|
-
500: `Internal Server Error, please contact developers.`,
|
|
351
|
-
},
|
|
352
|
-
});
|
|
353
|
-
}
|
|
354
|
-
/**
|
|
355
|
-
* Get refund request information
|
|
356
|
-
* Fetches the refund request information for an order using its unique guid.
|
|
357
|
-
* @param guid Unique identifier for an order.
|
|
336
|
+
* @returns SuccessResponse Returns success status after emailing the receipt.
|
|
337
|
+
* @throws ApiError
|
|
338
|
+
*/
|
|
339
|
+
public static postEmailReceipt(
|
|
340
|
+
guid: string,
|
|
341
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
342
|
+
): CancelablePromise<SuccessResponse> {
|
|
343
|
+
return __request(OpenAPI, {
|
|
344
|
+
method: 'POST',
|
|
345
|
+
url: '/order/email-receipt',
|
|
346
|
+
headers: resolveShopperHeaders(context),
|
|
347
|
+
query: {
|
|
348
|
+
'guid': guid,
|
|
349
|
+
},
|
|
350
|
+
errors: {
|
|
351
|
+
400: `Bad Request error with error details.`,
|
|
352
|
+
404: `Not found error with error details.`,
|
|
353
|
+
500: `Internal Server Error, please contact developers.`,
|
|
354
|
+
},
|
|
355
|
+
});
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* Get refund request information
|
|
359
|
+
* Fetches the refund request information for an order using its unique guid.
|
|
360
|
+
* @param guid Unique identifier for an order.
|
|
358
361
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
359
|
-
* @returns RefundRequestInfo Returns the refund request information for the order.
|
|
360
|
-
* @throws ApiError
|
|
361
|
-
*/
|
|
362
|
-
public static getRefundRequest(
|
|
363
|
-
guid: string,
|
|
364
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
365
|
-
): CancelablePromise<RefundRequestInfo> {
|
|
366
|
-
return __request(OpenAPI, {
|
|
367
|
-
method: 'GET',
|
|
368
|
-
url: '/order/refund-request',
|
|
369
|
-
headers: resolveShopperHeaders(context),
|
|
370
|
-
query: {
|
|
371
|
-
'guid': guid,
|
|
372
|
-
},
|
|
373
|
-
errors: {
|
|
374
|
-
400: `Bad Request error with error details.`,
|
|
375
|
-
404: `Not found error with error details.`,
|
|
376
|
-
500: `Internal Server Error, please contact developers.`,
|
|
377
|
-
},
|
|
378
|
-
});
|
|
379
|
-
}
|
|
380
|
-
/**
|
|
381
|
-
* Submit a refund request
|
|
382
|
-
* Submits a refund request for an order using its unique guid and the provided refund details.
|
|
383
|
-
* @param guid Unique identifier for an order.
|
|
362
|
+
* @returns RefundRequestInfo Returns the refund request information for the order.
|
|
363
|
+
* @throws ApiError
|
|
364
|
+
*/
|
|
365
|
+
public static getRefundRequest(
|
|
366
|
+
guid: string,
|
|
367
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
368
|
+
): CancelablePromise<RefundRequestInfo> {
|
|
369
|
+
return __request(OpenAPI, {
|
|
370
|
+
method: 'GET',
|
|
371
|
+
url: '/order/refund-request',
|
|
372
|
+
headers: resolveShopperHeaders(context),
|
|
373
|
+
query: {
|
|
374
|
+
'guid': guid,
|
|
375
|
+
},
|
|
376
|
+
errors: {
|
|
377
|
+
400: `Bad Request error with error details.`,
|
|
378
|
+
404: `Not found error with error details.`,
|
|
379
|
+
500: `Internal Server Error, please contact developers.`,
|
|
380
|
+
},
|
|
381
|
+
});
|
|
382
|
+
}
|
|
383
|
+
/**
|
|
384
|
+
* Submit a refund request
|
|
385
|
+
* Submits a refund request for an order using its unique guid and the provided refund details.
|
|
386
|
+
* @param guid Unique identifier for an order.
|
|
384
387
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
385
|
-
* @param requestBody Refund request details.
|
|
386
|
-
* @returns SuccessResponse Returns success status after submitting the refund request.
|
|
387
|
-
* @throws ApiError
|
|
388
|
-
*/
|
|
389
|
-
public static postRefundRequest(
|
|
390
|
-
guid: string,
|
|
388
|
+
* @param requestBody Refund request details.
|
|
389
|
+
* @returns SuccessResponse Returns success status after submitting the refund request.
|
|
390
|
+
* @throws ApiError
|
|
391
|
+
*/
|
|
392
|
+
public static postRefundRequest(
|
|
393
|
+
guid: string,
|
|
391
394
|
requestBody: RefundRequest,
|
|
392
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
393
|
-
): CancelablePromise<SuccessResponse> {
|
|
394
|
-
return __request(OpenAPI, {
|
|
395
|
-
method: 'POST',
|
|
396
|
-
url: '/order/refund-request',
|
|
397
|
-
headers: resolveShopperHeaders(context),
|
|
398
|
-
query: {
|
|
399
|
-
'guid': guid,
|
|
400
|
-
},
|
|
401
|
-
body: requestBody,
|
|
402
|
-
mediaType: 'application/json',
|
|
403
|
-
errors: {
|
|
404
|
-
400: `Bad Request error with error details.`,
|
|
405
|
-
404: `Not found error with error details.`,
|
|
406
|
-
500: `Internal Server Error, please contact developers.`,
|
|
407
|
-
},
|
|
408
|
-
});
|
|
409
|
-
}
|
|
410
|
-
/**
|
|
411
|
-
* Recalculate order totals
|
|
412
|
-
* Recalculates the totals for an order using the provided recalculation data.
|
|
413
|
-
* @param guid Unique identifier for an order.
|
|
395
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
396
|
+
): CancelablePromise<SuccessResponse> {
|
|
397
|
+
return __request(OpenAPI, {
|
|
398
|
+
method: 'POST',
|
|
399
|
+
url: '/order/refund-request',
|
|
400
|
+
headers: resolveShopperHeaders(context),
|
|
401
|
+
query: {
|
|
402
|
+
'guid': guid,
|
|
403
|
+
},
|
|
404
|
+
body: requestBody,
|
|
405
|
+
mediaType: 'application/json',
|
|
406
|
+
errors: {
|
|
407
|
+
400: `Bad Request error with error details.`,
|
|
408
|
+
404: `Not found error with error details.`,
|
|
409
|
+
500: `Internal Server Error, please contact developers.`,
|
|
410
|
+
},
|
|
411
|
+
});
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
* Recalculate order totals
|
|
415
|
+
* Recalculates the totals for an order using the provided recalculation data.
|
|
416
|
+
* @param guid Unique identifier for an order.
|
|
414
417
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
415
|
-
* @param requestBody Order recalculation data.
|
|
416
|
-
* @returns RecalcResponse Returns the recalculated order totals and success status.
|
|
417
|
-
* @throws ApiError
|
|
418
|
-
*/
|
|
419
|
-
public static postRecalcOrder(
|
|
420
|
-
guid: string,
|
|
418
|
+
* @param requestBody Order recalculation data.
|
|
419
|
+
* @returns RecalcResponse Returns the recalculated order totals and success status.
|
|
420
|
+
* @throws ApiError
|
|
421
|
+
*/
|
|
422
|
+
public static postRecalcOrder(
|
|
423
|
+
guid: string,
|
|
421
424
|
requestBody: OrderRecalc,
|
|
422
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
423
|
-
): CancelablePromise<RecalcResponse> {
|
|
424
|
-
return __request(OpenAPI, {
|
|
425
|
-
method: 'POST',
|
|
426
|
-
url: '/order/recalc',
|
|
427
|
-
headers: resolveShopperHeaders(context),
|
|
428
|
-
query: {
|
|
429
|
-
'guid': guid,
|
|
430
|
-
},
|
|
431
|
-
body: requestBody,
|
|
432
|
-
mediaType: 'application/json',
|
|
433
|
-
errors: {
|
|
434
|
-
400: `Bad Request error with error details.`,
|
|
435
|
-
404: `Not found error with error details.`,
|
|
436
|
-
500: `Internal Server Error, please contact developers.`,
|
|
437
|
-
},
|
|
438
|
-
});
|
|
439
|
-
}
|
|
440
|
-
/**
|
|
441
|
-
* Donate order in lieu of refund
|
|
442
|
-
* Marks an order as donated in lieu of refund using the provided order guid and donated IP address.
|
|
425
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
426
|
+
): CancelablePromise<RecalcResponse> {
|
|
427
|
+
return __request(OpenAPI, {
|
|
428
|
+
method: 'POST',
|
|
429
|
+
url: '/order/recalc',
|
|
430
|
+
headers: resolveShopperHeaders(context),
|
|
431
|
+
query: {
|
|
432
|
+
'guid': guid,
|
|
433
|
+
},
|
|
434
|
+
body: requestBody,
|
|
435
|
+
mediaType: 'application/json',
|
|
436
|
+
errors: {
|
|
437
|
+
400: `Bad Request error with error details.`,
|
|
438
|
+
404: `Not found error with error details.`,
|
|
439
|
+
500: `Internal Server Error, please contact developers.`,
|
|
440
|
+
},
|
|
441
|
+
});
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* Donate order in lieu of refund
|
|
445
|
+
* Marks an order as donated in lieu of refund using the provided order guid and donated IP address.
|
|
443
446
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
444
|
-
* @param requestBody Donate order payload containing guid and donatedIpAddress.
|
|
445
|
-
* @returns SuccessResponse Returns success status after donating the order.
|
|
446
|
-
* @throws ApiError
|
|
447
|
-
*/
|
|
448
|
-
public static postDonateOrder(
|
|
447
|
+
* @param requestBody Donate order payload containing guid and donatedIpAddress.
|
|
448
|
+
* @returns SuccessResponse Returns success status after donating the order.
|
|
449
|
+
* @throws ApiError
|
|
450
|
+
*/
|
|
451
|
+
public static postDonateOrder(
|
|
449
452
|
requestBody: DonateOrderRequest,
|
|
450
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
451
|
-
): CancelablePromise<SuccessResponse> {
|
|
452
|
-
return __request(OpenAPI, {
|
|
453
|
-
method: 'POST',
|
|
454
|
-
url: '/order/donate-order',
|
|
455
|
-
headers: resolveShopperHeaders(context),
|
|
456
|
-
body: requestBody,
|
|
457
|
-
mediaType: 'application/json',
|
|
458
|
-
errors: {
|
|
459
|
-
400: `Bad Request error with error details.`,
|
|
460
|
-
404: `Not found error with error details.`,
|
|
461
|
-
500: `Internal Server Error, please contact developers.`,
|
|
462
|
-
},
|
|
463
|
-
});
|
|
464
|
-
}
|
|
465
|
-
/**
|
|
466
|
-
* Get virtual-stream details/embed for an order
|
|
467
|
-
* Returns the stream provider/code/embed/links and whether it's available right now (date-gated by the session effective date). The stream must belong to the order (VS-1).
|
|
468
|
-
* @param orderGuid
|
|
469
|
-
* @param streamGuid
|
|
453
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
454
|
+
): CancelablePromise<SuccessResponse> {
|
|
455
|
+
return __request(OpenAPI, {
|
|
456
|
+
method: 'POST',
|
|
457
|
+
url: '/order/donate-order',
|
|
458
|
+
headers: resolveShopperHeaders(context),
|
|
459
|
+
body: requestBody,
|
|
460
|
+
mediaType: 'application/json',
|
|
461
|
+
errors: {
|
|
462
|
+
400: `Bad Request error with error details.`,
|
|
463
|
+
404: `Not found error with error details.`,
|
|
464
|
+
500: `Internal Server Error, please contact developers.`,
|
|
465
|
+
},
|
|
466
|
+
});
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* Get virtual-stream details/embed for an order
|
|
470
|
+
* Returns the stream provider/code/embed/links and whether it's available right now (date-gated by the session effective date). The stream must belong to the order (VS-1).
|
|
471
|
+
* @param orderGuid
|
|
472
|
+
* @param streamGuid
|
|
470
473
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
471
|
-
* @returns StreamDetails Returns the stream details.
|
|
472
|
-
* @throws ApiError
|
|
473
|
-
*/
|
|
474
|
-
public static getStreamDetails(
|
|
475
|
-
orderGuid: string,
|
|
476
|
-
streamGuid: string,
|
|
477
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
478
|
-
): CancelablePromise<StreamDetails> {
|
|
479
|
-
return __request(OpenAPI, {
|
|
480
|
-
method: 'GET',
|
|
481
|
-
url: '/order/stream',
|
|
482
|
-
headers: resolveShopperHeaders(context),
|
|
483
|
-
query: {
|
|
484
|
-
'orderGuid': orderGuid,
|
|
485
|
-
'streamGuid': streamGuid,
|
|
486
|
-
},
|
|
487
|
-
errors: {
|
|
488
|
-
400: `Bad Request error with error details.`,
|
|
489
|
-
404: `Not found error with error details.`,
|
|
490
|
-
500: `Internal Server Error, please contact developers.`,
|
|
491
|
-
},
|
|
492
|
-
});
|
|
493
|
-
}
|
|
494
|
-
/**
|
|
495
|
-
* Get the digital-download link for a stream
|
|
496
|
-
* Returns the best-quality digital-download cloud URL for a stream on the order (VS-1, legacy digital-download-get-link).
|
|
497
|
-
* @param orderGuid
|
|
498
|
-
* @param streamGuid
|
|
474
|
+
* @returns StreamDetails Returns the stream details.
|
|
475
|
+
* @throws ApiError
|
|
476
|
+
*/
|
|
477
|
+
public static getStreamDetails(
|
|
478
|
+
orderGuid: string,
|
|
479
|
+
streamGuid: string,
|
|
480
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
481
|
+
): CancelablePromise<StreamDetails> {
|
|
482
|
+
return __request(OpenAPI, {
|
|
483
|
+
method: 'GET',
|
|
484
|
+
url: '/order/stream',
|
|
485
|
+
headers: resolveShopperHeaders(context),
|
|
486
|
+
query: {
|
|
487
|
+
'orderGuid': orderGuid,
|
|
488
|
+
'streamGuid': streamGuid,
|
|
489
|
+
},
|
|
490
|
+
errors: {
|
|
491
|
+
400: `Bad Request error with error details.`,
|
|
492
|
+
404: `Not found error with error details.`,
|
|
493
|
+
500: `Internal Server Error, please contact developers.`,
|
|
494
|
+
},
|
|
495
|
+
});
|
|
496
|
+
}
|
|
497
|
+
/**
|
|
498
|
+
* Get the digital-download link for a stream
|
|
499
|
+
* Returns the best-quality digital-download cloud URL for a stream on the order (VS-1, legacy digital-download-get-link).
|
|
500
|
+
* @param orderGuid
|
|
501
|
+
* @param streamGuid
|
|
499
502
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
500
|
-
* @returns StreamDownloadLink Returns the download link.
|
|
501
|
-
* @throws ApiError
|
|
502
|
-
*/
|
|
503
|
-
public static getStreamDownloadLink(
|
|
504
|
-
orderGuid: string,
|
|
505
|
-
streamGuid: string,
|
|
506
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
507
|
-
): CancelablePromise<StreamDownloadLink> {
|
|
508
|
-
return __request(OpenAPI, {
|
|
509
|
-
method: 'GET',
|
|
510
|
-
url: '/order/stream/download',
|
|
511
|
-
headers: resolveShopperHeaders(context),
|
|
512
|
-
query: {
|
|
513
|
-
'orderGuid': orderGuid,
|
|
514
|
-
'streamGuid': streamGuid,
|
|
515
|
-
},
|
|
516
|
-
errors: {
|
|
517
|
-
400: `Bad Request error with error details.`,
|
|
518
|
-
404: `Not found error with error details.`,
|
|
519
|
-
500: `Internal Server Error, please contact developers.`,
|
|
520
|
-
},
|
|
521
|
-
});
|
|
522
|
-
}
|
|
523
|
-
/**
|
|
524
|
-
* Register a stream for a shopper
|
|
525
|
-
* Registers a stream for the specified shopper and account using the provided stream registration details.
|
|
503
|
+
* @returns StreamDownloadLink Returns the download link.
|
|
504
|
+
* @throws ApiError
|
|
505
|
+
*/
|
|
506
|
+
public static getStreamDownloadLink(
|
|
507
|
+
orderGuid: string,
|
|
508
|
+
streamGuid: string,
|
|
509
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
510
|
+
): CancelablePromise<StreamDownloadLink> {
|
|
511
|
+
return __request(OpenAPI, {
|
|
512
|
+
method: 'GET',
|
|
513
|
+
url: '/order/stream/download',
|
|
514
|
+
headers: resolveShopperHeaders(context),
|
|
515
|
+
query: {
|
|
516
|
+
'orderGuid': orderGuid,
|
|
517
|
+
'streamGuid': streamGuid,
|
|
518
|
+
},
|
|
519
|
+
errors: {
|
|
520
|
+
400: `Bad Request error with error details.`,
|
|
521
|
+
404: `Not found error with error details.`,
|
|
522
|
+
500: `Internal Server Error, please contact developers.`,
|
|
523
|
+
},
|
|
524
|
+
});
|
|
525
|
+
}
|
|
526
|
+
/**
|
|
527
|
+
* Register a stream for a shopper
|
|
528
|
+
* Registers a stream for the specified shopper and account using the provided stream registration details.
|
|
526
529
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
527
|
-
* @param requestBody Stream registration details.
|
|
528
|
-
* @returns RegisterStreamResponse Returns the stream registration response.
|
|
529
|
-
* @throws ApiError
|
|
530
|
-
*/
|
|
531
|
-
public static postRegisterStream(
|
|
530
|
+
* @param requestBody Stream registration details.
|
|
531
|
+
* @returns RegisterStreamResponse Returns the stream registration response.
|
|
532
|
+
* @throws ApiError
|
|
533
|
+
*/
|
|
534
|
+
public static postRegisterStream(
|
|
532
535
|
requestBody: RegisterStreamRequest,
|
|
533
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
534
|
-
): CancelablePromise<RegisterStreamResponse> {
|
|
535
|
-
return __request(OpenAPI, {
|
|
536
|
-
method: 'POST',
|
|
537
|
-
url: '/order/stream-register',
|
|
538
|
-
headers: resolveShopperHeaders(context),
|
|
539
|
-
body: requestBody,
|
|
540
|
-
mediaType: 'application/json',
|
|
541
|
-
errors: {
|
|
542
|
-
400: `Bad Request error with error details.`,
|
|
543
|
-
404: `Not found error with error details.`,
|
|
544
|
-
500: `Internal Server Error, please contact developers.`,
|
|
545
|
-
},
|
|
546
|
-
});
|
|
547
|
-
}
|
|
548
|
-
/**
|
|
549
|
-
* Deregister a stream for a shopper
|
|
550
|
-
* Removes the stream registration for the specified shopper and account using the provided stream registration details.
|
|
536
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
537
|
+
): CancelablePromise<RegisterStreamResponse> {
|
|
538
|
+
return __request(OpenAPI, {
|
|
539
|
+
method: 'POST',
|
|
540
|
+
url: '/order/stream-register',
|
|
541
|
+
headers: resolveShopperHeaders(context),
|
|
542
|
+
body: requestBody,
|
|
543
|
+
mediaType: 'application/json',
|
|
544
|
+
errors: {
|
|
545
|
+
400: `Bad Request error with error details.`,
|
|
546
|
+
404: `Not found error with error details.`,
|
|
547
|
+
500: `Internal Server Error, please contact developers.`,
|
|
548
|
+
},
|
|
549
|
+
});
|
|
550
|
+
}
|
|
551
|
+
/**
|
|
552
|
+
* Deregister a stream for a shopper
|
|
553
|
+
* Removes the stream registration for the specified shopper and account using the provided stream registration details.
|
|
551
554
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
552
|
-
* @param requestBody Stream registration details to be deregistered.
|
|
553
|
-
* @returns SuccessResponse Returns success status after deregistering the stream.
|
|
554
|
-
* @throws ApiError
|
|
555
|
-
*/
|
|
556
|
-
public static deleteRegisteredStream(
|
|
555
|
+
* @param requestBody Stream registration details to be deregistered.
|
|
556
|
+
* @returns SuccessResponse Returns success status after deregistering the stream.
|
|
557
|
+
* @throws ApiError
|
|
558
|
+
*/
|
|
559
|
+
public static deleteRegisteredStream(
|
|
557
560
|
requestBody: RegisterStreamRequest,
|
|
558
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
559
|
-
): CancelablePromise<SuccessResponse> {
|
|
560
|
-
return __request(OpenAPI, {
|
|
561
|
-
method: 'DELETE',
|
|
562
|
-
url: '/order/stream-register',
|
|
563
|
-
headers: resolveShopperHeaders(context),
|
|
564
|
-
body: requestBody,
|
|
565
|
-
mediaType: 'application/json',
|
|
566
|
-
errors: {
|
|
567
|
-
400: `Bad Request error with error details.`,
|
|
568
|
-
404: `Not found error with error details.`,
|
|
569
|
-
500: `Internal Server Error, please contact developers.`,
|
|
570
|
-
},
|
|
571
|
-
});
|
|
572
|
-
}
|
|
573
|
-
/**
|
|
574
|
-
* List shows available to exchange into
|
|
575
|
-
* Returns the shows a buyer can exchange into (ticketed, on sale, in the future) plus how many seats they already hold (EXC-1). Load GA tiers/pricing for a target via GET /event/:id/ga.
|
|
576
|
-
* @param guid Unique identifier for an order.
|
|
561
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
562
|
+
): CancelablePromise<SuccessResponse> {
|
|
563
|
+
return __request(OpenAPI, {
|
|
564
|
+
method: 'DELETE',
|
|
565
|
+
url: '/order/stream-register',
|
|
566
|
+
headers: resolveShopperHeaders(context),
|
|
567
|
+
body: requestBody,
|
|
568
|
+
mediaType: 'application/json',
|
|
569
|
+
errors: {
|
|
570
|
+
400: `Bad Request error with error details.`,
|
|
571
|
+
404: `Not found error with error details.`,
|
|
572
|
+
500: `Internal Server Error, please contact developers.`,
|
|
573
|
+
},
|
|
574
|
+
});
|
|
575
|
+
}
|
|
576
|
+
/**
|
|
577
|
+
* List shows available to exchange into
|
|
578
|
+
* Returns the shows a buyer can exchange into (ticketed, on sale, in the future) plus how many seats they already hold (EXC-1). Load GA tiers/pricing for a target via GET /event/:id/ga.
|
|
579
|
+
* @param guid Unique identifier for an order.
|
|
577
580
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
578
|
-
* @returns ExchangeShowsResponse Returns exchange-eligible shows and held-seat count.
|
|
579
|
-
* @throws ApiError
|
|
580
|
-
*/
|
|
581
|
-
public static getExchangeShows(
|
|
582
|
-
guid: string,
|
|
583
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
584
|
-
): CancelablePromise<ExchangeShowsResponse> {
|
|
585
|
-
return __request(OpenAPI, {
|
|
586
|
-
method: 'GET',
|
|
587
|
-
url: '/order/exchange/shows',
|
|
588
|
-
headers: resolveShopperHeaders(context),
|
|
589
|
-
query: {
|
|
590
|
-
'guid': guid,
|
|
591
|
-
},
|
|
592
|
-
errors: {
|
|
593
|
-
400: `Bad Request error with error details.`,
|
|
594
|
-
404: `Not found error with error details.`,
|
|
595
|
-
500: `Internal Server Error, please contact developers.`,
|
|
596
|
-
},
|
|
597
|
-
});
|
|
598
|
-
}
|
|
599
|
-
/**
|
|
600
|
-
* Get the seats currently held for the exchange
|
|
601
|
-
* Returns the seats held in the exchange cart (EXC-1).
|
|
581
|
+
* @returns ExchangeShowsResponse Returns exchange-eligible shows and held-seat count.
|
|
582
|
+
* @throws ApiError
|
|
583
|
+
*/
|
|
584
|
+
public static getExchangeShows(
|
|
585
|
+
guid: string,
|
|
586
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
587
|
+
): CancelablePromise<ExchangeShowsResponse> {
|
|
588
|
+
return __request(OpenAPI, {
|
|
589
|
+
method: 'GET',
|
|
590
|
+
url: '/order/exchange/shows',
|
|
591
|
+
headers: resolveShopperHeaders(context),
|
|
592
|
+
query: {
|
|
593
|
+
'guid': guid,
|
|
594
|
+
},
|
|
595
|
+
errors: {
|
|
596
|
+
400: `Bad Request error with error details.`,
|
|
597
|
+
404: `Not found error with error details.`,
|
|
598
|
+
500: `Internal Server Error, please contact developers.`,
|
|
599
|
+
},
|
|
600
|
+
});
|
|
601
|
+
}
|
|
602
|
+
/**
|
|
603
|
+
* Get the seats currently held for the exchange
|
|
604
|
+
* Returns the seats held in the exchange cart (EXC-1).
|
|
602
605
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
603
|
-
* @returns SeatInCart Returns the held exchange seats.
|
|
604
|
-
* @throws ApiError
|
|
605
|
-
*/
|
|
606
|
-
public static getExchangeSeats(
|
|
607
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
608
|
-
): CancelablePromise<Array<SeatInCart>> {
|
|
609
|
-
return __request(OpenAPI, {
|
|
610
|
-
method: 'GET',
|
|
611
|
-
url: '/order/exchange/seats',
|
|
612
|
-
headers: resolveShopperHeaders(context),
|
|
613
|
-
errors: {
|
|
614
|
-
400: `Bad Request error with error details.`,
|
|
615
|
-
404: `Not found error with error details.`,
|
|
616
|
-
500: `Internal Server Error, please contact developers.`,
|
|
617
|
-
},
|
|
618
|
-
});
|
|
619
|
-
}
|
|
620
|
-
/**
|
|
621
|
-
* Save per-seat answers for the new exchange seats
|
|
622
|
-
* Persists checkout answers for the new seats being exchanged into (EXC-1, legacy exchange-questions-save).
|
|
606
|
+
* @returns SeatInCart Returns the held exchange seats.
|
|
607
|
+
* @throws ApiError
|
|
608
|
+
*/
|
|
609
|
+
public static getExchangeSeats(
|
|
610
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
611
|
+
): CancelablePromise<Array<SeatInCart>> {
|
|
612
|
+
return __request(OpenAPI, {
|
|
613
|
+
method: 'GET',
|
|
614
|
+
url: '/order/exchange/seats',
|
|
615
|
+
headers: resolveShopperHeaders(context),
|
|
616
|
+
errors: {
|
|
617
|
+
400: `Bad Request error with error details.`,
|
|
618
|
+
404: `Not found error with error details.`,
|
|
619
|
+
500: `Internal Server Error, please contact developers.`,
|
|
620
|
+
},
|
|
621
|
+
});
|
|
622
|
+
}
|
|
623
|
+
/**
|
|
624
|
+
* Save per-seat answers for the new exchange seats
|
|
625
|
+
* Persists checkout answers for the new seats being exchanged into (EXC-1, legacy exchange-questions-save).
|
|
623
626
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
624
|
-
* @param requestBody
|
|
625
|
-
* @returns SuccessResponse Returns success after saving answers.
|
|
626
|
-
* @throws ApiError
|
|
627
|
-
*/
|
|
628
|
-
public static saveExchangeAnswers(
|
|
627
|
+
* @param requestBody
|
|
628
|
+
* @returns SuccessResponse Returns success after saving answers.
|
|
629
|
+
* @throws ApiError
|
|
630
|
+
*/
|
|
631
|
+
public static saveExchangeAnswers(
|
|
629
632
|
requestBody: ExchangeAnswersBody,
|
|
630
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
631
|
-
): CancelablePromise<SuccessResponse> {
|
|
632
|
-
return __request(OpenAPI, {
|
|
633
|
-
method: 'POST',
|
|
634
|
-
url: '/order/exchange/questions',
|
|
635
|
-
headers: resolveShopperHeaders(context),
|
|
636
|
-
body: requestBody,
|
|
637
|
-
mediaType: 'application/json',
|
|
638
|
-
errors: {
|
|
639
|
-
400: `Bad Request error with error details.`,
|
|
640
|
-
404: `Not found error with error details.`,
|
|
641
|
-
500: `Internal Server Error, please contact developers.`,
|
|
642
|
-
},
|
|
643
|
-
});
|
|
644
|
-
}
|
|
645
|
-
/**
|
|
646
|
-
* Release one held seat during an exchange
|
|
647
|
-
* Releases a single held seat from the exchange cart; clears the cart timer when no held seats remain (EXC-1, legacy exchange-cancel).
|
|
648
|
-
* @param showId
|
|
649
|
-
* @param seatId
|
|
633
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
634
|
+
): CancelablePromise<SuccessResponse> {
|
|
635
|
+
return __request(OpenAPI, {
|
|
636
|
+
method: 'POST',
|
|
637
|
+
url: '/order/exchange/questions',
|
|
638
|
+
headers: resolveShopperHeaders(context),
|
|
639
|
+
body: requestBody,
|
|
640
|
+
mediaType: 'application/json',
|
|
641
|
+
errors: {
|
|
642
|
+
400: `Bad Request error with error details.`,
|
|
643
|
+
404: `Not found error with error details.`,
|
|
644
|
+
500: `Internal Server Error, please contact developers.`,
|
|
645
|
+
},
|
|
646
|
+
});
|
|
647
|
+
}
|
|
648
|
+
/**
|
|
649
|
+
* Release one held seat during an exchange
|
|
650
|
+
* Releases a single held seat from the exchange cart; clears the cart timer when no held seats remain (EXC-1, legacy exchange-cancel).
|
|
651
|
+
* @param showId
|
|
652
|
+
* @param seatId
|
|
650
653
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
651
|
-
* @returns ExchangeCancelSeatResponse Returns success and whether the cart timer still runs.
|
|
652
|
-
* @throws ApiError
|
|
653
|
-
*/
|
|
654
|
-
public static cancelExchangeSeat(
|
|
655
|
-
showId: number,
|
|
656
|
-
seatId: number,
|
|
657
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
658
|
-
): CancelablePromise<ExchangeCancelSeatResponse> {
|
|
659
|
-
return __request(OpenAPI, {
|
|
660
|
-
method: 'DELETE',
|
|
661
|
-
url: '/order/exchange/seat',
|
|
662
|
-
headers: resolveShopperHeaders(context),
|
|
663
|
-
query: {
|
|
664
|
-
'showId': showId,
|
|
665
|
-
'seatId': seatId,
|
|
666
|
-
},
|
|
667
|
-
errors: {
|
|
668
|
-
400: `Bad Request error with error details.`,
|
|
669
|
-
404: `Not found error with error details.`,
|
|
670
|
-
500: `Internal Server Error, please contact developers.`,
|
|
671
|
-
},
|
|
672
|
-
});
|
|
673
|
-
}
|
|
674
|
-
/**
|
|
675
|
-
* Cancel an in-progress exchange
|
|
676
|
-
* Aborts an in-progress exchange: releases all held seats, clears the cart timer, and clears the exchange lock (EXC-1, legacy exchange-cancel-all).
|
|
654
|
+
* @returns ExchangeCancelSeatResponse Returns success and whether the cart timer still runs.
|
|
655
|
+
* @throws ApiError
|
|
656
|
+
*/
|
|
657
|
+
public static cancelExchangeSeat(
|
|
658
|
+
showId: number,
|
|
659
|
+
seatId: number,
|
|
660
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
661
|
+
): CancelablePromise<ExchangeCancelSeatResponse> {
|
|
662
|
+
return __request(OpenAPI, {
|
|
663
|
+
method: 'DELETE',
|
|
664
|
+
url: '/order/exchange/seat',
|
|
665
|
+
headers: resolveShopperHeaders(context),
|
|
666
|
+
query: {
|
|
667
|
+
'showId': showId,
|
|
668
|
+
'seatId': seatId,
|
|
669
|
+
},
|
|
670
|
+
errors: {
|
|
671
|
+
400: `Bad Request error with error details.`,
|
|
672
|
+
404: `Not found error with error details.`,
|
|
673
|
+
500: `Internal Server Error, please contact developers.`,
|
|
674
|
+
},
|
|
675
|
+
});
|
|
676
|
+
}
|
|
677
|
+
/**
|
|
678
|
+
* Cancel an in-progress exchange
|
|
679
|
+
* Aborts an in-progress exchange: releases all held seats, clears the cart timer, and clears the exchange lock (EXC-1, legacy exchange-cancel-all).
|
|
677
680
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
678
|
-
* @returns SuccessResponse Returns success after cancelling the exchange.
|
|
679
|
-
* @throws ApiError
|
|
680
|
-
*/
|
|
681
|
-
public static cancelExchange(
|
|
682
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
683
|
-
): CancelablePromise<SuccessResponse> {
|
|
684
|
-
return __request(OpenAPI, {
|
|
685
|
-
method: 'POST',
|
|
686
|
-
url: '/order/exchange/cancel',
|
|
687
|
-
headers: resolveShopperHeaders(context),
|
|
688
|
-
errors: {
|
|
689
|
-
400: `Bad Request error with error details.`,
|
|
690
|
-
404: `Not found error with error details.`,
|
|
691
|
-
500: `Internal Server Error, please contact developers.`,
|
|
692
|
-
},
|
|
693
|
-
});
|
|
694
|
-
}
|
|
695
|
-
/**
|
|
696
|
-
* Execute a seat exchange for an order
|
|
697
|
-
* Swaps seats held in the cart for the seats specified in seatIds on an existing order.
|
|
681
|
+
* @returns SuccessResponse Returns success after cancelling the exchange.
|
|
682
|
+
* @throws ApiError
|
|
683
|
+
*/
|
|
684
|
+
public static cancelExchange(
|
|
685
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
686
|
+
): CancelablePromise<SuccessResponse> {
|
|
687
|
+
return __request(OpenAPI, {
|
|
688
|
+
method: 'POST',
|
|
689
|
+
url: '/order/exchange/cancel',
|
|
690
|
+
headers: resolveShopperHeaders(context),
|
|
691
|
+
errors: {
|
|
692
|
+
400: `Bad Request error with error details.`,
|
|
693
|
+
404: `Not found error with error details.`,
|
|
694
|
+
500: `Internal Server Error, please contact developers.`,
|
|
695
|
+
},
|
|
696
|
+
});
|
|
697
|
+
}
|
|
698
|
+
/**
|
|
699
|
+
* Execute a seat exchange for an order
|
|
700
|
+
* Swaps seats held in the cart for the seats specified in seatIds on an existing order.
|
|
698
701
|
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
699
|
-
* @param requestBody Exchange request containing the order GUID and seat IDs to exchange out.
|
|
700
|
-
* @returns SuccessResponse Returns success after completing the exchange.
|
|
701
|
-
* @throws ApiError
|
|
702
|
-
*/
|
|
703
|
-
public static postExchange(
|
|
702
|
+
* @param requestBody Exchange request containing the order GUID and seat IDs to exchange out.
|
|
703
|
+
* @returns SuccessResponse Returns success after completing the exchange.
|
|
704
|
+
* @throws ApiError
|
|
705
|
+
*/
|
|
706
|
+
public static postExchange(
|
|
704
707
|
requestBody: ExchangeRequest,
|
|
705
|
-
context?: { shopperGuid?: string; accountId?: string },
|
|
706
|
-
): CancelablePromise<SuccessResponse> {
|
|
707
|
-
return __request(OpenAPI, {
|
|
708
|
-
method: 'POST',
|
|
709
|
-
url: '/order/exchange',
|
|
710
|
-
headers: resolveShopperHeaders(context),
|
|
711
|
-
body: requestBody,
|
|
712
|
-
mediaType: 'application/json',
|
|
713
|
-
errors: {
|
|
714
|
-
400: `Bad Request error with error details.`,
|
|
715
|
-
404: `Not found error with error details.`,
|
|
716
|
-
500: `Internal Server Error, please contact developers.`,
|
|
717
|
-
},
|
|
718
|
-
});
|
|
719
|
-
}
|
|
720
|
-
|
|
708
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
709
|
+
): CancelablePromise<SuccessResponse> {
|
|
710
|
+
return __request(OpenAPI, {
|
|
711
|
+
method: 'POST',
|
|
712
|
+
url: '/order/exchange',
|
|
713
|
+
headers: resolveShopperHeaders(context),
|
|
714
|
+
body: requestBody,
|
|
715
|
+
mediaType: 'application/json',
|
|
716
|
+
errors: {
|
|
717
|
+
400: `Bad Request error with error details.`,
|
|
718
|
+
404: `Not found error with error details.`,
|
|
719
|
+
500: `Internal Server Error, please contact developers.`,
|
|
720
|
+
},
|
|
721
|
+
});
|
|
722
|
+
}
|
|
723
|
+
/**
|
|
724
|
+
* Validate an in-progress exchange without swapping seats
|
|
725
|
+
* Reruns the studio's order validation rules against the recalculated post-exchange order WITHOUT swapping seats or collecting any payment (EXC-4) — used by the legacy exchange tool's execute step for even exchanges and downgrades, which never reach the upcharge endpoint. The session must hold the exchange lock for the order and the held cart must match the outgoing seats. A failing rule rejects with ORDER_VALIDATION_FAILED ("Order validation has failed.").
|
|
726
|
+
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
727
|
+
* @param requestBody Validation request containing the order GUID and the seats being exchanged out.
|
|
728
|
+
* @returns SuccessResponse Returns success when order validation passes.
|
|
729
|
+
* @throws ApiError
|
|
730
|
+
*/
|
|
731
|
+
public static validateExchange(
|
|
732
|
+
requestBody: ExchangeValidateRequest,
|
|
733
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
734
|
+
): CancelablePromise<SuccessResponse> {
|
|
735
|
+
return __request(OpenAPI, {
|
|
736
|
+
method: 'POST',
|
|
737
|
+
url: '/order/exchange/validate',
|
|
738
|
+
headers: resolveShopperHeaders(context),
|
|
739
|
+
body: requestBody,
|
|
740
|
+
mediaType: 'application/json',
|
|
741
|
+
errors: {
|
|
742
|
+
400: `Bad Request error with error details.`,
|
|
743
|
+
404: `Not found error with error details.`,
|
|
744
|
+
500: `Internal Server Error, please contact developers.`,
|
|
745
|
+
},
|
|
746
|
+
});
|
|
747
|
+
}
|
|
748
|
+
/**
|
|
749
|
+
* Collect the upcharge for an in-progress exchange
|
|
750
|
+
* Charges the additional amount owed for an in-progress exchange WITHOUT swapping seats (EXC-3) — used by the legacy exchange tool, whose execute step performs the seat swap itself. The session must hold the exchange lock for the order, the held cart must match the outgoing seats, and the amount is recomputed server-side before Payment-API charges the card saved by /payment/customer + /payment/summary.
|
|
751
|
+
* @param context Optional per-call { shopperGuid, accountId } override. Falls back to the values passed to DRT.init().
|
|
752
|
+
* @param requestBody Upcharge request containing the order GUID and the seats being exchanged out.
|
|
753
|
+
* @returns ExchangeUpchargeResponse Returns the recorded upcharge payment details.
|
|
754
|
+
* @throws ApiError
|
|
755
|
+
*/
|
|
756
|
+
public static collectExchangeUpcharge(
|
|
757
|
+
requestBody: ExchangeUpchargeRequest,
|
|
758
|
+
context?: { shopperGuid?: string; accountId?: string },
|
|
759
|
+
): CancelablePromise<ExchangeUpchargeResponse> {
|
|
760
|
+
return __request(OpenAPI, {
|
|
761
|
+
method: 'POST',
|
|
762
|
+
url: '/order/exchange/upcharge',
|
|
763
|
+
headers: resolveShopperHeaders(context),
|
|
764
|
+
body: requestBody,
|
|
765
|
+
mediaType: 'application/json',
|
|
766
|
+
errors: {
|
|
767
|
+
400: `Bad Request error with error details.`,
|
|
768
|
+
404: `Not found error with error details.`,
|
|
769
|
+
500: `Internal Server Error, please contact developers.`,
|
|
770
|
+
},
|
|
771
|
+
});
|
|
772
|
+
}
|
|
773
|
+
}
|