reach-api-sdk 1.0.208 → 1.0.210

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.
@@ -1181,10 +1181,6 @@ type Customer = {
1181
1181
  * Gets or sets a value indicating whether the record is live and available for use within the application.
1182
1182
  */
1183
1183
  isLive: boolean;
1184
- /**
1185
- * Gets or sets the customer provider id.
1186
- */
1187
- providerId?: string | null;
1188
1184
  type?: CustomerType;
1189
1185
  /**
1190
1186
  * Gets or sets the first name.
@@ -4615,6 +4611,10 @@ type OrderItem = {
4615
4611
  * Gets the venue id.
4616
4612
  */
4617
4613
  readonly venueId?: string | null;
4614
+ /**
4615
+ * Gets the provider id.
4616
+ */
4617
+ readonly providerId?: string | null;
4618
4618
  /**
4619
4619
  * Gets or sets the quantity of opportunities required on the order item.
4620
4620
  */
@@ -11635,7 +11635,7 @@ declare class CustomersService {
11635
11635
  * @returns any OK
11636
11636
  * @throws ApiError
11637
11637
  */
11638
- exportToCsv({ wildcard, displayEmail, venueId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
11638
+ exportToCsv({ wildcard, displayEmail, venueId, providerId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
11639
11639
  /**
11640
11640
  * Gets or sets the wildcard for use in a query search.
11641
11641
  */
@@ -11648,6 +11648,10 @@ declare class CustomersService {
11648
11648
  * Gets or sets the venue id for use in a query search.
11649
11649
  */
11650
11650
  venueId?: string;
11651
+ /**
11652
+ * Gets or sets the provider id for use in a query search.
11653
+ */
11654
+ providerId?: string;
11651
11655
  /**
11652
11656
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
11653
11657
  */
@@ -11721,7 +11725,7 @@ declare class CustomersService {
11721
11725
  * @returns any OK
11722
11726
  * @throws ApiError
11723
11727
  */
11724
- exportToXlsx({ wildcard, displayEmail, venueId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
11728
+ exportToXlsx({ wildcard, displayEmail, venueId, providerId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
11725
11729
  /**
11726
11730
  * Gets or sets the wildcard for use in a query search.
11727
11731
  */
@@ -11734,6 +11738,10 @@ declare class CustomersService {
11734
11738
  * Gets or sets the venue id for use in a query search.
11735
11739
  */
11736
11740
  venueId?: string;
11741
+ /**
11742
+ * Gets or sets the provider id for use in a query search.
11743
+ */
11744
+ providerId?: string;
11737
11745
  /**
11738
11746
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
11739
11747
  */
@@ -11861,7 +11869,7 @@ declare class CustomersService {
11861
11869
  * @returns CustomerPage OK
11862
11870
  * @throws ApiError
11863
11871
  */
11864
- getPage({ wildcard, displayEmail, venueId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
11872
+ getPage({ wildcard, displayEmail, venueId, providerId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
11865
11873
  /**
11866
11874
  * Gets or sets the wildcard for use in a query search.
11867
11875
  */
@@ -11874,6 +11882,10 @@ declare class CustomersService {
11874
11882
  * Gets or sets the venue id for use in a query search.
11875
11883
  */
11876
11884
  venueId?: string;
11885
+ /**
11886
+ * Gets or sets the provider id for use in a query search.
11887
+ */
11888
+ providerId?: string;
11877
11889
  /**
11878
11890
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
11879
11891
  */
@@ -11973,7 +11985,7 @@ declare class CustomersService {
11973
11985
  * @returns boolean OK
11974
11986
  * @throws ApiError
11975
11987
  */
11976
- exists({ wildcard, displayEmail, venueId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
11988
+ exists({ wildcard, displayEmail, venueId, providerId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
11977
11989
  /**
11978
11990
  * Gets or sets the wildcard for use in a query search.
11979
11991
  */
@@ -11986,6 +11998,10 @@ declare class CustomersService {
11986
11998
  * Gets or sets the venue id for use in a query search.
11987
11999
  */
11988
12000
  venueId?: string;
12001
+ /**
12002
+ * Gets or sets the provider id for use in a query search.
12003
+ */
12004
+ providerId?: string;
11989
12005
  /**
11990
12006
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
11991
12007
  */
@@ -12052,7 +12068,7 @@ declare class CustomersService {
12052
12068
  * @returns number OK
12053
12069
  * @throws ApiError
12054
12070
  */
12055
- count({ wildcard, displayEmail, venueId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
12071
+ count({ wildcard, displayEmail, venueId, providerId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
12056
12072
  /**
12057
12073
  * Gets or sets the wildcard for use in a query search.
12058
12074
  */
@@ -12065,6 +12081,10 @@ declare class CustomersService {
12065
12081
  * Gets or sets the venue id for use in a query search.
12066
12082
  */
12067
12083
  venueId?: string;
12084
+ /**
12085
+ * Gets or sets the provider id for use in a query search.
12086
+ */
12087
+ providerId?: string;
12068
12088
  /**
12069
12089
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
12070
12090
  */
@@ -12131,7 +12151,7 @@ declare class CustomersService {
12131
12151
  * @returns Customer OK
12132
12152
  * @throws ApiError
12133
12153
  */
12134
- getListWithoutReferences({ wildcard, displayEmail, venueId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
12154
+ getListWithoutReferences({ wildcard, displayEmail, venueId, providerId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
12135
12155
  /**
12136
12156
  * Gets or sets the wildcard for use in a query search.
12137
12157
  */
@@ -12144,6 +12164,10 @@ declare class CustomersService {
12144
12164
  * Gets or sets the venue id for use in a query search.
12145
12165
  */
12146
12166
  venueId?: string;
12167
+ /**
12168
+ * Gets or sets the provider id for use in a query search.
12169
+ */
12170
+ providerId?: string;
12147
12171
  /**
12148
12172
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
12149
12173
  */
@@ -12210,7 +12234,7 @@ declare class CustomersService {
12210
12234
  * @returns Customer OK
12211
12235
  * @throws ApiError
12212
12236
  */
12213
- getListIdName({ wildcard, displayEmail, venueId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
12237
+ getListIdName({ wildcard, displayEmail, venueId, providerId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
12214
12238
  /**
12215
12239
  * Gets or sets the wildcard for use in a query search.
12216
12240
  */
@@ -12223,6 +12247,10 @@ declare class CustomersService {
12223
12247
  * Gets or sets the venue id for use in a query search.
12224
12248
  */
12225
12249
  venueId?: string;
12250
+ /**
12251
+ * Gets or sets the provider id for use in a query search.
12252
+ */
12253
+ providerId?: string;
12226
12254
  /**
12227
12255
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
12228
12256
  */
@@ -12622,6 +12650,20 @@ type CustomFieldDefinitionPost = {
12622
12650
  archived?: boolean | null;
12623
12651
  };
12624
12652
 
12653
+ /**
12654
+ * Represents an entity id and its sort index for reordering operations.
12655
+ */
12656
+ type SortIndex = {
12657
+ /**
12658
+ * Gets or sets the entity id.
12659
+ */
12660
+ id?: string;
12661
+ /**
12662
+ * Gets or sets the sort index.
12663
+ */
12664
+ index?: number;
12665
+ };
12666
+
12625
12667
  declare class CustomFieldsService {
12626
12668
  readonly httpRequest: BaseHttpRequest;
12627
12669
  constructor(httpRequest: BaseHttpRequest);
@@ -12636,6 +12678,17 @@ declare class CustomFieldsService {
12636
12678
  */
12637
12679
  id: string;
12638
12680
  }): CancelablePromise<CustomFieldDefinition>;
12681
+ /**
12682
+ * Reorders custom field definitions.
12683
+ * @returns CustomFieldDefinition OK
12684
+ * @throws ApiError
12685
+ */
12686
+ reorder({ requestBody, }: {
12687
+ /**
12688
+ * The custom field ids with their indexes.
12689
+ */
12690
+ requestBody?: Array<SortIndex>;
12691
+ }): CancelablePromise<Array<CustomFieldDefinition>>;
12639
12692
  /**
12640
12693
  * Inserts a new resource. The Id will be automatically generated and will be ignored if provided.
12641
12694
  * @returns CustomFieldDefinition OK
@@ -33023,7 +33076,7 @@ declare class PublicCustomersService {
33023
33076
  * @returns CustomerPage OK
33024
33077
  * @throws ApiError
33025
33078
  */
33026
- getPage({ xTenantSubdomain, wildcard, displayEmail, venueId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
33079
+ getPage({ xTenantSubdomain, wildcard, displayEmail, venueId, providerId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
33027
33080
  xTenantSubdomain?: string;
33028
33081
  /**
33029
33082
  * Gets or sets the wildcard for use in a query search.
@@ -33037,6 +33090,10 @@ declare class PublicCustomersService {
33037
33090
  * Gets or sets the venue id for use in a query search.
33038
33091
  */
33039
33092
  venueId?: string;
33093
+ /**
33094
+ * Gets or sets the provider id for use in a query search.
33095
+ */
33096
+ providerId?: string;
33040
33097
  /**
33041
33098
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
33042
33099
  */
@@ -33178,7 +33235,7 @@ declare class PublicCustomersService {
33178
33235
  * @returns boolean OK
33179
33236
  * @throws ApiError
33180
33237
  */
33181
- exists({ xTenantSubdomain, wildcard, displayEmail, venueId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
33238
+ exists({ xTenantSubdomain, wildcard, displayEmail, venueId, providerId, programmeId, marketingOptIn, isActiveCustomer, endUserIdentityId, pageNumber, take, skip, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
33182
33239
  /**
33183
33240
  * The tenants subdomain.
33184
33241
  */
@@ -33195,6 +33252,10 @@ declare class PublicCustomersService {
33195
33252
  * Gets or sets the venue id for use in a query search.
33196
33253
  */
33197
33254
  venueId?: string;
33255
+ /**
33256
+ * Gets or sets the provider id for use in a query search.
33257
+ */
33258
+ providerId?: string;
33198
33259
  /**
33199
33260
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
33200
33261
  */
@@ -52067,20 +52128,6 @@ declare class SurveyReportExtendedService {
52067
52128
  }): CancelablePromise<Array<SurveyReportExtended>>;
52068
52129
  }
52069
52130
 
52070
- /**
52071
- * The question id and index.
52072
- */
52073
- type QuestionIndex = {
52074
- /**
52075
- * Gets or sets the question id.
52076
- */
52077
- id?: string;
52078
- /**
52079
- * Gets or sets the question index.
52080
- */
52081
- index?: number;
52082
- };
52083
-
52084
52131
  /**
52085
52132
  * Post model for survey question options.
52086
52133
  */
@@ -52210,7 +52257,7 @@ declare class SurveysService {
52210
52257
  * @returns Survey OK
52211
52258
  * @throws ApiError
52212
52259
  */
52213
- reorderQuestions({ id, requestBody, }: {
52260
+ reorder({ id, requestBody, }: {
52214
52261
  /**
52215
52262
  * The survey id.
52216
52263
  */
@@ -52218,7 +52265,7 @@ declare class SurveysService {
52218
52265
  /**
52219
52266
  * The question ids with their indexes.
52220
52267
  */
52221
- requestBody?: Array<QuestionIndex>;
52268
+ requestBody?: Array<SortIndex>;
52222
52269
  }): CancelablePromise<Survey>;
52223
52270
  /**
52224
52271
  * Submits an order survey to the database.
@@ -65835,4 +65882,4 @@ type ValidationResultModel = {
65835
65882
  readonly errors?: Array<ValidationError> | null;
65836
65883
  };
65837
65884
 
65838
- export { Activity, ActivityPerformance, ActivityPerformancePage, ActivityPerformancePatch, ActivityPerformancePost, ActivityPerformanceService, ActivityService, ActivityType, AddressComponent, AdvanceBooking, Amenity, AmenityService, AmenityType, ApiClient, ApiError, AppUserRole, ApplicationRole, Attendee, AttendeePage, AttendeePatch, AttendeePost, AttendeeWalletDeductionPreview, AttendeesService, AutoCompleteResponseModel, AvailabilityIndicator, BadEnglandReportService, BaseHttpRequest, BookingService, BookingStatus, CancelError, CancelablePromise, CancellationPoliciesService, CancellationPolicy, CancellationPolicyPage, CancellationPolicyPatch, CancellationPolicyPost, ChatService, CheckoutPlatform, ChoiceMessage, CompletionChoice, ContactOnConfirmation, Country, CountryService, Course, CourseBookingCutoff, CourseCreate, CourseEmailAttendeesPatch, CourseEmailWaitlistPatch, CoursePage, CoursePatch, CoursePost, CourseSearchSortBy, CourseSession, CourseSessionPage, CourseSessionPatch, CourseSessionPost, CourseSessionReschedulePatch, CourseSessionSchedule, CourseSessionSchedulePage, CourseSessionSchedulePatch, CourseSessionSchedulePost, CourseSessionSchedulesService, CourseSessionsService, CourseStatus, CoursesService, CreateDeal, CreateEmailSettings, CreateOffer, CreateQuestion, CreateQuestionOption, CreateTemplateDetail, CreateTemplateFieldPermission, CreateVenue, CustomDateRange, CustomDateRangeOption, CustomFieldDataType, CustomFieldDefinition, CustomFieldDefinitionPage, CustomFieldDefinitionPatch, CustomFieldDefinitionPost, CustomFieldDefinitionWithValue, CustomFieldOption, CustomFieldOptionDto, CustomFieldOptionPost, CustomFieldValueEntityType, CustomFieldValueUpdate, CustomFieldsBulkUpdate, CustomFieldsService, Customer, CustomerAccountInvitePatch, CustomerCancellationOption, CustomerEmailPatch, CustomerPage, CustomerPatch, CustomerPost, CustomerStats, CustomerType, CustomerWalletDeductionPreview, CustomersService, DatabaseState, DayOfWeek, Deal, DealActivitiesService, DealActivity, DealActivityPage, DealActivityPatch, DealActivityPost, DealCreate, DealDiscountType, DealPage, DealPatch, DealPost, DealTarget, DealType, DealsService, DescriptionCompletionResponse, DiscountCodeUse, DiscountCodeUsePage, DiscountCodeUsePatch, DiscountCodeUsePost, DiscountCodeUsesService, EmailReminderSchedule, EmailReminderSchedulePage, EmailReminderSchedulePatch, EmailReminderSchedulePost, EmailReminderSchedulesService, EmailSetting, EmailSettingPage, EmailSettingPatch, EmailSettingPost, EmailSettingsService, EndUserIdentity, EndUserIdentitySecureToken, EndUserIdentitySecureTokenService, EnglandGolfReportService, EventTiming, FacilitiesService, Facility, FacilityIndividual, FacilityIndividualPage, FacilityIndividualPatch, FacilityIndividualPost, FacilityIndividualsService, FacilityIndividualsType, FacilityPage, FacilityPatch, FacilityPost, FieldPermission, FilestackImageMetaResponseModel, FilestackService, Gender, GenericActivity, GenericActivityPage, GenericActivityService, GeocodeResponseModel, GeocodeService, GooglePrediction, HelpersService, HereAddressDetails, HereAutoComplete, HereAutocompleteLookupService, HereLookupResults, HereMapDetails, HerePositionDetails, HttpStatusCode, IOpportunity, Image, ImageLibraryCategory, ImageLibraryCategoryService, ImageLibraryImage, ImageLibraryImageService, ImagePage, ImagePatch, ImagePost, ImageUploadHistory, ImageUploadHistoryPage, ImageUploadHistoryPatch, ImageUploadHistoryPost, ImageUploadHistoryService, ImagesService, InviteStatus, LeasingService, LocationReport, LocationReportPage, LocationReportPatch, LocationReportPost, LocationReportSummary, LocationsReportService, LoqateGeocode, LoqatePlaceResult, LoqatePlacesService, LoqatePrediction, Northeast, NotificationQueue, NotificationQueuePage, NotificationQueuePatch, NotificationQueuePost, NotificationQueueService, NotificationSetting, NotificationSettingPage, NotificationSettingPatch, NotificationSettingPost, NotificationSettingsService, NotificationType, Offer, OfferPage, OfferPatch, OfferPost, OffersService, OpenAPI, OpenAPIConfig, OpenactiveFeedIntermediate, OpenactiveFeedIntermediatePage, OpenactiveFeedIntermediatePatch, OpenactiveFeedIntermediatePost, OpenactiveFeedIntermediateService, OpenactiveFeedItem, OpenactiveFeedItemPage, OpenactiveFeedItemPatch, OpenactiveFeedItemPost, OpenactiveFeedItemService, OpportunityRegister, OpportunityRegisterPage, OpportunityRegisterPatch, OpportunityRegisterPost, OpportunityRegisterService, OpportunityRegisterStatus, OpportunityType, Order, OrderApplyDiscountCode, OrderDeal, OrderEmailCustomerPatch, OrderItem, OrderItemDeal, OrderItemPage, OrderItemPatch, OrderItemPost, OrderItemReport, OrderItemReportPage, OrderItemReportPatch, OrderItemReportPost, OrderItemReportService, OrderItemReportSummary, OrderItemStatus, OrderItemsService, OrderPage, OrderPatch, OrderPatchItem, OrderPost, OrderPostItem, OrderRefresh, OrderSource, OrderStage, OrderToken, OrderTokenPage, OrderTokenPatch, OrderTokenPost, OrderUpdateContact, OrdersService, OrgCourseUtilisation, OrgCourseUtilisationPage, OrgCourseUtilisationPatch, OrgCourseUtilisationPost, OrgCourseUtilisationService, OrganisationApplicationFeeHandling, OrganisationAvailableChannel, OrganisationRefundPolicy, OrganisationTaxMode, OrganisationType, Pagination, Payment, PaymentMethod, PaymentPage, PaymentPatch, PaymentPoliciesService, PaymentPolicy, PaymentPolicyPage, PaymentPolicyPatch, PaymentPolicyPost, PaymentPolicySplitType, PaymentPost, PaymentsService, PeriodsOfWeek, Permission, PermissionPage, PermissionPatch, PermissionPost, PermissionsService, PlaceAddress, PlaceDetailsResponseModel, PlaceGeometry, PlaceLocation, PlaceResult, PlaceViewport, PlacesService, PlatformPayout, PlatformPayoutPage, PlatformPayoutPatch, PlatformPayoutPost, PlatformPayoutsService, PlusCode, Prepayment, Programme, ProgrammePage, ProgrammePatch, ProgrammePost, ProgrammesService, Provider, ProviderCreate, ProviderPage, ProviderPatch, ProviderPost, ProviderType, ProviderTypesService, ProvidersService, PublicBookingService, PublicCalendarService, PublicCoursesService, PublicCustomersService, PublicFacilitiesService, PublicFilestackWebhookService, PublicGenericActivityService, PublicHealthCheckService, PublicLeasingService, PublicNetworksService, PublicOpportunityRegisterService, PublicOrderItemsService, PublicOrderTokensService, PublicOrdersService, PublicProgrammesService, PublicProvidersService, PublicScheduledSessionsService, PublicSessionsService, PublicSlotsService, PublicStripeWebhookService, PublicSurveyCompletionLogsService, PublicSurveyQuestionsService, PublicSurveysService, PublicTenantsService, PublicVenueTypesService, PublicVenuesService, PublicWaitlistActivityService, PublicWaitlistOpportunityService, QuestionIndex, ReachEntity, ReachError, ReachOperation, RecentOrderActivityReport, RecentOrderActivityReportPage, RecentOrderActivityReportPatch, RecentOrderActivityReportPost, RecentOrderActivityReportService, RefundSource, RefundStatus, RegisterReport, RegisterReportPage, RegisterReportPatch, RegisterReportPost, RegisterReportService, RegisterReportSummary, RescheduleLog, RescheduleLogPage, RescheduleLogPatch, RescheduleLogPost, RescheduleLogService, ResolveSecureAccessTokenRequest, ScheduleStatus, ScheduledSession, ScheduledSessionEmailAttendeesPatch, ScheduledSessionEmailWaitlistPatch, ScheduledSessionPage, ScheduledSessionPatch, ScheduledSessionPost, ScheduledSessionReschedulePatch, ScheduledSessionSchedule, ScheduledSessionSchedulePage, ScheduledSessionSchedulePatch, ScheduledSessionSchedulePost, ScheduledSessionSearchSortBy, ScheduledSessionsSchedulesService, ScheduledSessionsService, SearchSortOrderDirection, Session, SessionCreate, SessionPage, SessionPatch, SessionPost, SessionType, SessionsService, Slot, SlotAvailabilityStatus, SlotOffer, SlotOfferPage, SlotOfferPatch, SlotOfferPost, SlotOffersService, SlotPage, SlotPatch, SlotPost, SlotSchedule, SlotScheduleOffer, SlotScheduleOfferPage, SlotScheduleOfferPatch, SlotScheduleOfferPost, SlotScheduleOffersService, SlotSchedulePage, SlotSchedulePatch, SlotSchedulePost, SlotSchedulesService, SlotStatus, SlotsService, Southwest, StripeAccount, StripeAccountLinkedEntityType, StripeAccountPage, StripeAccountPatch, StripeAccountPost, StripeAccountService, StripeSetupRequirement, StripeStatus, StructuredFormatting, Surface, SurfacesService, Survey, SurveyAnswer, SurveyAnswerPage, SurveyAnswerPatch, SurveyAnswerPost, SurveyAnswersService, SurveyCompletionLog, SurveyCompletionLogPage, SurveyCompletionLogPatch, SurveyCompletionLogPost, SurveyCompletionLogService, SurveyCreate, SurveyDuplicatePost, SurveyPage, SurveyPatch, SurveyPost, SurveyQuestion, SurveyQuestionOption, SurveyQuestionPage, SurveyQuestionPatch, SurveyQuestionPatchOption, SurveyQuestionPost, SurveyQuestionPostOption, SurveyQuestionType, SurveyQuestionsService, SurveyQuestionsTarget, SurveyReportExtended, SurveyReportExtendedPage, SurveyReportExtendedPatch, SurveyReportExtendedPost, SurveyReportExtendedService, SurveyResponseMode, SurveySubmissionModel, SurveySubmit, SurveySubmitAttendee, SurveySubmitQuestions, SurveyType, SurveysService, Tax, Template, TemplateCreate, TemplateDeal, TemplateDetail, TemplateDetailPage, TemplateDetailPatch, TemplateDetailPost, TemplateDetailsService, TemplateDuplicatePost, TemplateFieldPermission, TemplateFieldPermissionPage, TemplateFieldPermissionPatch, TemplateFieldPermissionPost, TemplateFieldPermissionsService, TemplateFromPost, TemplateOffer, TemplateOfferPage, TemplateOfferPatch, TemplateOfferPost, TemplateOffersService, TemplatePage, TemplatePatch, TemplatePost, TemplateUseResponse, TemplatesService, Tenant, TenantPage, TenantPatch, TenantPost, TenantSetting, TenantStatus, TenantTier, TenantWebsiteSetting, TenantWebsiteSettingPage, TenantWebsiteSettingPatch, TenantWebsiteSettingPost, TenantWebsiteSettingsService, TenantsService, Timezone, TimezoneService, TotalRevenueReport, TotalRevenueReportPage, TotalRevenueReportPatch, TotalRevenueReportPost, TotalRevenueReportService, UnsplashSearchResponse, UnsplashService, UpcomingLayout, UpdateCustomFieldOption, UpdateEmailSettings, UpdateOffer, User, UserPage, UserPatch, UserPermission, UserPermissionPage, UserPermissionPatch, UserPermissionPost, UserPermissionsService, UserPost, UserProgramme, UserProgrammePage, UserProgrammePatch, UserProgrammePost, UserProgrammesService, UserProvider, UserProviderPage, UserProviderPatch, UserProviderPost, UserProvidersService, UserRole, UsersService, ValidationError, ValidationResultModel, Venue, VenueBadmintonEnglandReport, VenueBadmintonEnglandReportPage, VenueBadmintonEnglandReportPatch, VenueBadmintonEnglandReportPost, VenueCreate, VenueManager, VenueManagerPage, VenueManagerPatch, VenueManagerPost, VenueManagersService, VenueOpeningHourUpdate, VenueOpeningHours, VenuePage, VenuePatch, VenuePerformance, VenuePerformancePage, VenuePerformancePatch, VenuePerformancePost, VenuePerformanceService, VenuePost, VenueType, VenueTypePage, VenueTypePatch, VenueTypePost, VenueTypeService, VenuesReport, VenuesReportPage, VenuesReportPatch, VenuesReportPost, VenuesReportService, VenuesService, WaitlistActivity, WaitlistActivityPage, WaitlistActivityPatch, WaitlistActivityPost, WaitlistActivityReport, WaitlistActivityReportPage, WaitlistActivityReportPatch, WaitlistActivityReportPost, WaitlistActivityReportService, WaitlistActivityService, WaitlistConversionStatsResponseDto, WaitlistOpportunity, WaitlistOpportunityPage, WaitlistOpportunityPatch, WaitlistOpportunityPost, WaitlistOpportunityReport, WaitlistOpportunityReportPage, WaitlistOpportunityReportPatch, WaitlistOpportunityReportPost, WaitlistOpportunityReportService, WaitlistOpportunityService, Wallet, WalletDeductionPreview, WalletPage, WalletPatch, WalletPost, WalletRemoveCreditPost, WalletTopUpPost, WalletTrackingLevel, WalletTransaction, WalletTransactionPage, WalletTransactionPatch, WalletTransactionPost, WalletTransactionType, WalletTransactionsService, WalletsService };
65885
+ export { Activity, ActivityPerformance, ActivityPerformancePage, ActivityPerformancePatch, ActivityPerformancePost, ActivityPerformanceService, ActivityService, ActivityType, AddressComponent, AdvanceBooking, Amenity, AmenityService, AmenityType, ApiClient, ApiError, AppUserRole, ApplicationRole, Attendee, AttendeePage, AttendeePatch, AttendeePost, AttendeeWalletDeductionPreview, AttendeesService, AutoCompleteResponseModel, AvailabilityIndicator, BadEnglandReportService, BaseHttpRequest, BookingService, BookingStatus, CancelError, CancelablePromise, CancellationPoliciesService, CancellationPolicy, CancellationPolicyPage, CancellationPolicyPatch, CancellationPolicyPost, ChatService, CheckoutPlatform, ChoiceMessage, CompletionChoice, ContactOnConfirmation, Country, CountryService, Course, CourseBookingCutoff, CourseCreate, CourseEmailAttendeesPatch, CourseEmailWaitlistPatch, CoursePage, CoursePatch, CoursePost, CourseSearchSortBy, CourseSession, CourseSessionPage, CourseSessionPatch, CourseSessionPost, CourseSessionReschedulePatch, CourseSessionSchedule, CourseSessionSchedulePage, CourseSessionSchedulePatch, CourseSessionSchedulePost, CourseSessionSchedulesService, CourseSessionsService, CourseStatus, CoursesService, CreateDeal, CreateEmailSettings, CreateOffer, CreateQuestion, CreateQuestionOption, CreateTemplateDetail, CreateTemplateFieldPermission, CreateVenue, CustomDateRange, CustomDateRangeOption, CustomFieldDataType, CustomFieldDefinition, CustomFieldDefinitionPage, CustomFieldDefinitionPatch, CustomFieldDefinitionPost, CustomFieldDefinitionWithValue, CustomFieldOption, CustomFieldOptionDto, CustomFieldOptionPost, CustomFieldValueEntityType, CustomFieldValueUpdate, CustomFieldsBulkUpdate, CustomFieldsService, Customer, CustomerAccountInvitePatch, CustomerCancellationOption, CustomerEmailPatch, CustomerPage, CustomerPatch, CustomerPost, CustomerStats, CustomerType, CustomerWalletDeductionPreview, CustomersService, DatabaseState, DayOfWeek, Deal, DealActivitiesService, DealActivity, DealActivityPage, DealActivityPatch, DealActivityPost, DealCreate, DealDiscountType, DealPage, DealPatch, DealPost, DealTarget, DealType, DealsService, DescriptionCompletionResponse, DiscountCodeUse, DiscountCodeUsePage, DiscountCodeUsePatch, DiscountCodeUsePost, DiscountCodeUsesService, EmailReminderSchedule, EmailReminderSchedulePage, EmailReminderSchedulePatch, EmailReminderSchedulePost, EmailReminderSchedulesService, EmailSetting, EmailSettingPage, EmailSettingPatch, EmailSettingPost, EmailSettingsService, EndUserIdentity, EndUserIdentitySecureToken, EndUserIdentitySecureTokenService, EnglandGolfReportService, EventTiming, FacilitiesService, Facility, FacilityIndividual, FacilityIndividualPage, FacilityIndividualPatch, FacilityIndividualPost, FacilityIndividualsService, FacilityIndividualsType, FacilityPage, FacilityPatch, FacilityPost, FieldPermission, FilestackImageMetaResponseModel, FilestackService, Gender, GenericActivity, GenericActivityPage, GenericActivityService, GeocodeResponseModel, GeocodeService, GooglePrediction, HelpersService, HereAddressDetails, HereAutoComplete, HereAutocompleteLookupService, HereLookupResults, HereMapDetails, HerePositionDetails, HttpStatusCode, IOpportunity, Image, ImageLibraryCategory, ImageLibraryCategoryService, ImageLibraryImage, ImageLibraryImageService, ImagePage, ImagePatch, ImagePost, ImageUploadHistory, ImageUploadHistoryPage, ImageUploadHistoryPatch, ImageUploadHistoryPost, ImageUploadHistoryService, ImagesService, InviteStatus, LeasingService, LocationReport, LocationReportPage, LocationReportPatch, LocationReportPost, LocationReportSummary, LocationsReportService, LoqateGeocode, LoqatePlaceResult, LoqatePlacesService, LoqatePrediction, Northeast, NotificationQueue, NotificationQueuePage, NotificationQueuePatch, NotificationQueuePost, NotificationQueueService, NotificationSetting, NotificationSettingPage, NotificationSettingPatch, NotificationSettingPost, NotificationSettingsService, NotificationType, Offer, OfferPage, OfferPatch, OfferPost, OffersService, OpenAPI, OpenAPIConfig, OpenactiveFeedIntermediate, OpenactiveFeedIntermediatePage, OpenactiveFeedIntermediatePatch, OpenactiveFeedIntermediatePost, OpenactiveFeedIntermediateService, OpenactiveFeedItem, OpenactiveFeedItemPage, OpenactiveFeedItemPatch, OpenactiveFeedItemPost, OpenactiveFeedItemService, OpportunityRegister, OpportunityRegisterPage, OpportunityRegisterPatch, OpportunityRegisterPost, OpportunityRegisterService, OpportunityRegisterStatus, OpportunityType, Order, OrderApplyDiscountCode, OrderDeal, OrderEmailCustomerPatch, OrderItem, OrderItemDeal, OrderItemPage, OrderItemPatch, OrderItemPost, OrderItemReport, OrderItemReportPage, OrderItemReportPatch, OrderItemReportPost, OrderItemReportService, OrderItemReportSummary, OrderItemStatus, OrderItemsService, OrderPage, OrderPatch, OrderPatchItem, OrderPost, OrderPostItem, OrderRefresh, OrderSource, OrderStage, OrderToken, OrderTokenPage, OrderTokenPatch, OrderTokenPost, OrderUpdateContact, OrdersService, OrgCourseUtilisation, OrgCourseUtilisationPage, OrgCourseUtilisationPatch, OrgCourseUtilisationPost, OrgCourseUtilisationService, OrganisationApplicationFeeHandling, OrganisationAvailableChannel, OrganisationRefundPolicy, OrganisationTaxMode, OrganisationType, Pagination, Payment, PaymentMethod, PaymentPage, PaymentPatch, PaymentPoliciesService, PaymentPolicy, PaymentPolicyPage, PaymentPolicyPatch, PaymentPolicyPost, PaymentPolicySplitType, PaymentPost, PaymentsService, PeriodsOfWeek, Permission, PermissionPage, PermissionPatch, PermissionPost, PermissionsService, PlaceAddress, PlaceDetailsResponseModel, PlaceGeometry, PlaceLocation, PlaceResult, PlaceViewport, PlacesService, PlatformPayout, PlatformPayoutPage, PlatformPayoutPatch, PlatformPayoutPost, PlatformPayoutsService, PlusCode, Prepayment, Programme, ProgrammePage, ProgrammePatch, ProgrammePost, ProgrammesService, Provider, ProviderCreate, ProviderPage, ProviderPatch, ProviderPost, ProviderType, ProviderTypesService, ProvidersService, PublicBookingService, PublicCalendarService, PublicCoursesService, PublicCustomersService, PublicFacilitiesService, PublicFilestackWebhookService, PublicGenericActivityService, PublicHealthCheckService, PublicLeasingService, PublicNetworksService, PublicOpportunityRegisterService, PublicOrderItemsService, PublicOrderTokensService, PublicOrdersService, PublicProgrammesService, PublicProvidersService, PublicScheduledSessionsService, PublicSessionsService, PublicSlotsService, PublicStripeWebhookService, PublicSurveyCompletionLogsService, PublicSurveyQuestionsService, PublicSurveysService, PublicTenantsService, PublicVenueTypesService, PublicVenuesService, PublicWaitlistActivityService, PublicWaitlistOpportunityService, ReachEntity, ReachError, ReachOperation, RecentOrderActivityReport, RecentOrderActivityReportPage, RecentOrderActivityReportPatch, RecentOrderActivityReportPost, RecentOrderActivityReportService, RefundSource, RefundStatus, RegisterReport, RegisterReportPage, RegisterReportPatch, RegisterReportPost, RegisterReportService, RegisterReportSummary, RescheduleLog, RescheduleLogPage, RescheduleLogPatch, RescheduleLogPost, RescheduleLogService, ResolveSecureAccessTokenRequest, ScheduleStatus, ScheduledSession, ScheduledSessionEmailAttendeesPatch, ScheduledSessionEmailWaitlistPatch, ScheduledSessionPage, ScheduledSessionPatch, ScheduledSessionPost, ScheduledSessionReschedulePatch, ScheduledSessionSchedule, ScheduledSessionSchedulePage, ScheduledSessionSchedulePatch, ScheduledSessionSchedulePost, ScheduledSessionSearchSortBy, ScheduledSessionsSchedulesService, ScheduledSessionsService, SearchSortOrderDirection, Session, SessionCreate, SessionPage, SessionPatch, SessionPost, SessionType, SessionsService, Slot, SlotAvailabilityStatus, SlotOffer, SlotOfferPage, SlotOfferPatch, SlotOfferPost, SlotOffersService, SlotPage, SlotPatch, SlotPost, SlotSchedule, SlotScheduleOffer, SlotScheduleOfferPage, SlotScheduleOfferPatch, SlotScheduleOfferPost, SlotScheduleOffersService, SlotSchedulePage, SlotSchedulePatch, SlotSchedulePost, SlotSchedulesService, SlotStatus, SlotsService, SortIndex, Southwest, StripeAccount, StripeAccountLinkedEntityType, StripeAccountPage, StripeAccountPatch, StripeAccountPost, StripeAccountService, StripeSetupRequirement, StripeStatus, StructuredFormatting, Surface, SurfacesService, Survey, SurveyAnswer, SurveyAnswerPage, SurveyAnswerPatch, SurveyAnswerPost, SurveyAnswersService, SurveyCompletionLog, SurveyCompletionLogPage, SurveyCompletionLogPatch, SurveyCompletionLogPost, SurveyCompletionLogService, SurveyCreate, SurveyDuplicatePost, SurveyPage, SurveyPatch, SurveyPost, SurveyQuestion, SurveyQuestionOption, SurveyQuestionPage, SurveyQuestionPatch, SurveyQuestionPatchOption, SurveyQuestionPost, SurveyQuestionPostOption, SurveyQuestionType, SurveyQuestionsService, SurveyQuestionsTarget, SurveyReportExtended, SurveyReportExtendedPage, SurveyReportExtendedPatch, SurveyReportExtendedPost, SurveyReportExtendedService, SurveyResponseMode, SurveySubmissionModel, SurveySubmit, SurveySubmitAttendee, SurveySubmitQuestions, SurveyType, SurveysService, Tax, Template, TemplateCreate, TemplateDeal, TemplateDetail, TemplateDetailPage, TemplateDetailPatch, TemplateDetailPost, TemplateDetailsService, TemplateDuplicatePost, TemplateFieldPermission, TemplateFieldPermissionPage, TemplateFieldPermissionPatch, TemplateFieldPermissionPost, TemplateFieldPermissionsService, TemplateFromPost, TemplateOffer, TemplateOfferPage, TemplateOfferPatch, TemplateOfferPost, TemplateOffersService, TemplatePage, TemplatePatch, TemplatePost, TemplateUseResponse, TemplatesService, Tenant, TenantPage, TenantPatch, TenantPost, TenantSetting, TenantStatus, TenantTier, TenantWebsiteSetting, TenantWebsiteSettingPage, TenantWebsiteSettingPatch, TenantWebsiteSettingPost, TenantWebsiteSettingsService, TenantsService, Timezone, TimezoneService, TotalRevenueReport, TotalRevenueReportPage, TotalRevenueReportPatch, TotalRevenueReportPost, TotalRevenueReportService, UnsplashSearchResponse, UnsplashService, UpcomingLayout, UpdateCustomFieldOption, UpdateEmailSettings, UpdateOffer, User, UserPage, UserPatch, UserPermission, UserPermissionPage, UserPermissionPatch, UserPermissionPost, UserPermissionsService, UserPost, UserProgramme, UserProgrammePage, UserProgrammePatch, UserProgrammePost, UserProgrammesService, UserProvider, UserProviderPage, UserProviderPatch, UserProviderPost, UserProvidersService, UserRole, UsersService, ValidationError, ValidationResultModel, Venue, VenueBadmintonEnglandReport, VenueBadmintonEnglandReportPage, VenueBadmintonEnglandReportPatch, VenueBadmintonEnglandReportPost, VenueCreate, VenueManager, VenueManagerPage, VenueManagerPatch, VenueManagerPost, VenueManagersService, VenueOpeningHourUpdate, VenueOpeningHours, VenuePage, VenuePatch, VenuePerformance, VenuePerformancePage, VenuePerformancePatch, VenuePerformancePost, VenuePerformanceService, VenuePost, VenueType, VenueTypePage, VenueTypePatch, VenueTypePost, VenueTypeService, VenuesReport, VenuesReportPage, VenuesReportPatch, VenuesReportPost, VenuesReportService, VenuesService, WaitlistActivity, WaitlistActivityPage, WaitlistActivityPatch, WaitlistActivityPost, WaitlistActivityReport, WaitlistActivityReportPage, WaitlistActivityReportPatch, WaitlistActivityReportPost, WaitlistActivityReportService, WaitlistActivityService, WaitlistConversionStatsResponseDto, WaitlistOpportunity, WaitlistOpportunityPage, WaitlistOpportunityPatch, WaitlistOpportunityPost, WaitlistOpportunityReport, WaitlistOpportunityReportPage, WaitlistOpportunityReportPatch, WaitlistOpportunityReportPost, WaitlistOpportunityReportService, WaitlistOpportunityService, Wallet, WalletDeductionPreview, WalletPage, WalletPatch, WalletPost, WalletRemoveCreditPost, WalletTopUpPost, WalletTrackingLevel, WalletTransaction, WalletTransactionPage, WalletTransactionPatch, WalletTransactionPost, WalletTransactionType, WalletTransactionsService, WalletsService };
package/dist/reach-sdk.js CHANGED
@@ -5385,6 +5385,7 @@ const request = (config, options, axiosClient = axios) => {
5385
5385
  wildcard,
5386
5386
  displayEmail,
5387
5387
  venueId,
5388
+ providerId,
5388
5389
  programmeId,
5389
5390
  marketingOptIn,
5390
5391
  isActiveCustomer,
@@ -5409,6 +5410,7 @@ const request = (config, options, axiosClient = axios) => {
5409
5410
  Wildcard: wildcard,
5410
5411
  DisplayEmail: displayEmail,
5411
5412
  VenueId: venueId,
5413
+ ProviderId: providerId,
5412
5414
  ProgrammeId: programmeId,
5413
5415
  MarketingOptIn: marketingOptIn,
5414
5416
  IsActiveCustomer: isActiveCustomer,
@@ -5444,6 +5446,7 @@ const request = (config, options, axiosClient = axios) => {
5444
5446
  wildcard,
5445
5447
  displayEmail,
5446
5448
  venueId,
5449
+ providerId,
5447
5450
  programmeId,
5448
5451
  marketingOptIn,
5449
5452
  isActiveCustomer,
@@ -5468,6 +5471,7 @@ const request = (config, options, axiosClient = axios) => {
5468
5471
  Wildcard: wildcard,
5469
5472
  DisplayEmail: displayEmail,
5470
5473
  VenueId: venueId,
5474
+ ProviderId: providerId,
5471
5475
  ProgrammeId: programmeId,
5472
5476
  MarketingOptIn: marketingOptIn,
5473
5477
  IsActiveCustomer: isActiveCustomer,
@@ -5602,6 +5606,7 @@ const request = (config, options, axiosClient = axios) => {
5602
5606
  wildcard,
5603
5607
  displayEmail,
5604
5608
  venueId,
5609
+ providerId,
5605
5610
  programmeId,
5606
5611
  marketingOptIn,
5607
5612
  isActiveCustomer,
@@ -5625,6 +5630,7 @@ const request = (config, options, axiosClient = axios) => {
5625
5630
  Wildcard: wildcard,
5626
5631
  DisplayEmail: displayEmail,
5627
5632
  VenueId: venueId,
5633
+ ProviderId: providerId,
5628
5634
  ProgrammeId: programmeId,
5629
5635
  MarketingOptIn: marketingOptIn,
5630
5636
  IsActiveCustomer: isActiveCustomer,
@@ -5720,6 +5726,7 @@ const request = (config, options, axiosClient = axios) => {
5720
5726
  wildcard,
5721
5727
  displayEmail,
5722
5728
  venueId,
5729
+ providerId,
5723
5730
  programmeId,
5724
5731
  marketingOptIn,
5725
5732
  isActiveCustomer,
@@ -5743,6 +5750,7 @@ const request = (config, options, axiosClient = axios) => {
5743
5750
  Wildcard: wildcard,
5744
5751
  DisplayEmail: displayEmail,
5745
5752
  VenueId: venueId,
5753
+ ProviderId: providerId,
5746
5754
  ProgrammeId: programmeId,
5747
5755
  MarketingOptIn: marketingOptIn,
5748
5756
  IsActiveCustomer: isActiveCustomer,
@@ -5775,6 +5783,7 @@ const request = (config, options, axiosClient = axios) => {
5775
5783
  wildcard,
5776
5784
  displayEmail,
5777
5785
  venueId,
5786
+ providerId,
5778
5787
  programmeId,
5779
5788
  marketingOptIn,
5780
5789
  isActiveCustomer,
@@ -5798,6 +5807,7 @@ const request = (config, options, axiosClient = axios) => {
5798
5807
  Wildcard: wildcard,
5799
5808
  DisplayEmail: displayEmail,
5800
5809
  VenueId: venueId,
5810
+ ProviderId: providerId,
5801
5811
  ProgrammeId: programmeId,
5802
5812
  MarketingOptIn: marketingOptIn,
5803
5813
  IsActiveCustomer: isActiveCustomer,
@@ -5830,6 +5840,7 @@ const request = (config, options, axiosClient = axios) => {
5830
5840
  wildcard,
5831
5841
  displayEmail,
5832
5842
  venueId,
5843
+ providerId,
5833
5844
  programmeId,
5834
5845
  marketingOptIn,
5835
5846
  isActiveCustomer,
@@ -5853,6 +5864,7 @@ const request = (config, options, axiosClient = axios) => {
5853
5864
  Wildcard: wildcard,
5854
5865
  DisplayEmail: displayEmail,
5855
5866
  VenueId: venueId,
5867
+ ProviderId: providerId,
5856
5868
  ProgrammeId: programmeId,
5857
5869
  MarketingOptIn: marketingOptIn,
5858
5870
  IsActiveCustomer: isActiveCustomer,
@@ -5885,6 +5897,7 @@ const request = (config, options, axiosClient = axios) => {
5885
5897
  wildcard,
5886
5898
  displayEmail,
5887
5899
  venueId,
5900
+ providerId,
5888
5901
  programmeId,
5889
5902
  marketingOptIn,
5890
5903
  isActiveCustomer,
@@ -5908,6 +5921,7 @@ const request = (config, options, axiosClient = axios) => {
5908
5921
  Wildcard: wildcard,
5909
5922
  DisplayEmail: displayEmail,
5910
5923
  VenueId: venueId,
5924
+ ProviderId: providerId,
5911
5925
  ProgrammeId: programmeId,
5912
5926
  MarketingOptIn: marketingOptIn,
5913
5927
  IsActiveCustomer: isActiveCustomer,
@@ -5956,6 +5970,26 @@ const request = (config, options, axiosClient = axios) => {
5956
5970
  }
5957
5971
  });
5958
5972
  }
5973
+ /**
5974
+ * Reorders custom field definitions.
5975
+ * @returns CustomFieldDefinition OK
5976
+ * @throws ApiError
5977
+ */
5978
+ reorder({
5979
+ requestBody
5980
+ }) {
5981
+ return this.httpRequest.request({
5982
+ method: "POST",
5983
+ url: "/api/custom-fields/reorder",
5984
+ body: requestBody,
5985
+ mediaType: "application/json",
5986
+ errors: {
5987
+ 400: `Bad Request`,
5988
+ 422: `Unprocessable Content`,
5989
+ 500: `Internal Server Error`
5990
+ }
5991
+ });
5992
+ }
5959
5993
  /**
5960
5994
  * Inserts a new resource. The Id will be automatically generated and will be ignored if provided.
5961
5995
  * @returns CustomFieldDefinition OK
@@ -21606,6 +21640,7 @@ const request = (config, options, axiosClient = axios) => {
21606
21640
  wildcard,
21607
21641
  displayEmail,
21608
21642
  venueId,
21643
+ providerId,
21609
21644
  programmeId,
21610
21645
  marketingOptIn,
21611
21646
  isActiveCustomer,
@@ -21632,6 +21667,7 @@ const request = (config, options, axiosClient = axios) => {
21632
21667
  Wildcard: wildcard,
21633
21668
  DisplayEmail: displayEmail,
21634
21669
  VenueId: venueId,
21670
+ ProviderId: providerId,
21635
21671
  ProgrammeId: programmeId,
21636
21672
  MarketingOptIn: marketingOptIn,
21637
21673
  IsActiveCustomer: isActiveCustomer,
@@ -21786,6 +21822,7 @@ const request = (config, options, axiosClient = axios) => {
21786
21822
  wildcard,
21787
21823
  displayEmail,
21788
21824
  venueId,
21825
+ providerId,
21789
21826
  programmeId,
21790
21827
  marketingOptIn,
21791
21828
  isActiveCustomer,
@@ -21812,6 +21849,7 @@ const request = (config, options, axiosClient = axios) => {
21812
21849
  Wildcard: wildcard,
21813
21850
  DisplayEmail: displayEmail,
21814
21851
  VenueId: venueId,
21852
+ ProviderId: providerId,
21815
21853
  ProgrammeId: programmeId,
21816
21854
  MarketingOptIn: marketingOptIn,
21817
21855
  IsActiveCustomer: isActiveCustomer,
@@ -36947,13 +36985,13 @@ const request = (config, options, axiosClient = axios) => {
36947
36985
  * @returns Survey OK
36948
36986
  * @throws ApiError
36949
36987
  */
36950
- reorderQuestions({
36988
+ reorder({
36951
36989
  id,
36952
36990
  requestBody
36953
36991
  }) {
36954
36992
  return this.httpRequest.request({
36955
36993
  method: "POST",
36956
- url: "/api/surveys/{id}/reorder-questions",
36994
+ url: "/api/surveys/{id}/reorder",
36957
36995
  path: {
36958
36996
  id
36959
36997
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reach-api-sdk",
3
- "version": "1.0.208",
3
+ "version": "1.0.210",
4
4
  "description": "sdk for reach api",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15029,6 +15029,12 @@ paths:
15029
15029
  schema:
15030
15030
  type: string
15031
15031
  format: uuid
15032
+ - name: ProviderId
15033
+ in: query
15034
+ description: Gets or sets the provider id for use in a query search.
15035
+ schema:
15036
+ type: string
15037
+ format: uuid
15032
15038
  - name: ProgrammeId
15033
15039
  in: query
15034
15040
  description: Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
@@ -15191,6 +15197,12 @@ paths:
15191
15197
  schema:
15192
15198
  type: string
15193
15199
  format: uuid
15200
+ - name: ProviderId
15201
+ in: query
15202
+ description: Gets or sets the provider id for use in a query search.
15203
+ schema:
15204
+ type: string
15205
+ format: uuid
15194
15206
  - name: ProgrammeId
15195
15207
  in: query
15196
15208
  description: Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
@@ -15687,6 +15699,12 @@ paths:
15687
15699
  schema:
15688
15700
  type: string
15689
15701
  format: uuid
15702
+ - name: ProviderId
15703
+ in: query
15704
+ description: Gets or sets the provider id for use in a query search.
15705
+ schema:
15706
+ type: string
15707
+ format: uuid
15690
15708
  - name: ProgrammeId
15691
15709
  in: query
15692
15710
  description: Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
@@ -16024,6 +16042,12 @@ paths:
16024
16042
  schema:
16025
16043
  type: string
16026
16044
  format: uuid
16045
+ - name: ProviderId
16046
+ in: query
16047
+ description: Gets or sets the provider id for use in a query search.
16048
+ schema:
16049
+ type: string
16050
+ format: uuid
16027
16051
  - name: ProgrammeId
16028
16052
  in: query
16029
16053
  description: Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
@@ -16183,6 +16207,12 @@ paths:
16183
16207
  schema:
16184
16208
  type: string
16185
16209
  format: uuid
16210
+ - name: ProviderId
16211
+ in: query
16212
+ description: Gets or sets the provider id for use in a query search.
16213
+ schema:
16214
+ type: string
16215
+ format: uuid
16186
16216
  - name: ProgrammeId
16187
16217
  in: query
16188
16218
  description: Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
@@ -16345,6 +16375,12 @@ paths:
16345
16375
  schema:
16346
16376
  type: string
16347
16377
  format: uuid
16378
+ - name: ProviderId
16379
+ in: query
16380
+ description: Gets or sets the provider id for use in a query search.
16381
+ schema:
16382
+ type: string
16383
+ format: uuid
16348
16384
  - name: ProgrammeId
16349
16385
  in: query
16350
16386
  description: Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
@@ -16510,6 +16546,12 @@ paths:
16510
16546
  schema:
16511
16547
  type: string
16512
16548
  format: uuid
16549
+ - name: ProviderId
16550
+ in: query
16551
+ description: Gets or sets the provider id for use in a query search.
16552
+ schema:
16553
+ type: string
16554
+ format: uuid
16513
16555
  - name: ProgrammeId
16514
16556
  in: query
16515
16557
  description: Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
@@ -16715,6 +16757,85 @@ paths:
16715
16757
  text/json:
16716
16758
  schema:
16717
16759
  $ref: '#/components/schemas/ValidationResultModel'
16760
+ /api/custom-fields/reorder:
16761
+ post:
16762
+ tags:
16763
+ - CustomFields
16764
+ summary: Reorders custom field definitions.
16765
+ operationId: Reorder
16766
+ requestBody:
16767
+ description: The custom field ids with their indexes.
16768
+ content:
16769
+ application/json:
16770
+ schema:
16771
+ type: array
16772
+ items:
16773
+ $ref: '#/components/schemas/SortIndex'
16774
+ text/json:
16775
+ schema:
16776
+ type: array
16777
+ items:
16778
+ $ref: '#/components/schemas/SortIndex'
16779
+ application/*+json:
16780
+ schema:
16781
+ type: array
16782
+ items:
16783
+ $ref: '#/components/schemas/SortIndex'
16784
+ responses:
16785
+ '200':
16786
+ description: OK
16787
+ content:
16788
+ text/plain:
16789
+ schema:
16790
+ type: array
16791
+ items:
16792
+ $ref: '#/components/schemas/CustomFieldDefinition'
16793
+ application/json:
16794
+ schema:
16795
+ type: array
16796
+ items:
16797
+ $ref: '#/components/schemas/CustomFieldDefinition'
16798
+ text/json:
16799
+ schema:
16800
+ type: array
16801
+ items:
16802
+ $ref: '#/components/schemas/CustomFieldDefinition'
16803
+ '400':
16804
+ description: Bad Request
16805
+ content:
16806
+ text/plain:
16807
+ schema:
16808
+ $ref: '#/components/schemas/ReachError'
16809
+ application/json:
16810
+ schema:
16811
+ $ref: '#/components/schemas/ReachError'
16812
+ text/json:
16813
+ schema:
16814
+ $ref: '#/components/schemas/ReachError'
16815
+ '500':
16816
+ description: Internal Server Error
16817
+ content:
16818
+ text/plain:
16819
+ schema:
16820
+ $ref: '#/components/schemas/ReachError'
16821
+ application/json:
16822
+ schema:
16823
+ $ref: '#/components/schemas/ReachError'
16824
+ text/json:
16825
+ schema:
16826
+ $ref: '#/components/schemas/ReachError'
16827
+ '422':
16828
+ description: Unprocessable Content
16829
+ content:
16830
+ text/plain:
16831
+ schema:
16832
+ $ref: '#/components/schemas/ValidationResultModel'
16833
+ application/json:
16834
+ schema:
16835
+ $ref: '#/components/schemas/ValidationResultModel'
16836
+ text/json:
16837
+ schema:
16838
+ $ref: '#/components/schemas/ValidationResultModel'
16718
16839
  /api/custom-fields/v2-temporary-route:
16719
16840
  post:
16720
16841
  tags:
@@ -63686,6 +63807,12 @@ paths:
63686
63807
  schema:
63687
63808
  type: string
63688
63809
  format: uuid
63810
+ - name: ProviderId
63811
+ in: query
63812
+ description: Gets or sets the provider id for use in a query search.
63813
+ schema:
63814
+ type: string
63815
+ format: uuid
63689
63816
  - name: ProgrammeId
63690
63817
  in: query
63691
63818
  description: Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
@@ -64200,6 +64327,12 @@ paths:
64200
64327
  schema:
64201
64328
  type: string
64202
64329
  format: uuid
64330
+ - name: ProviderId
64331
+ in: query
64332
+ description: Gets or sets the provider id for use in a query search.
64333
+ schema:
64334
+ type: string
64335
+ format: uuid
64203
64336
  - name: ProgrammeId
64204
64337
  in: query
64205
64338
  description: Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
@@ -108414,12 +108547,12 @@ paths:
108414
108547
  text/json:
108415
108548
  schema:
108416
108549
  $ref: '#/components/schemas/ValidationResultModel'
108417
- '/api/surveys/{id}/reorder-questions':
108550
+ '/api/surveys/{id}/reorder':
108418
108551
  post:
108419
108552
  tags:
108420
108553
  - Surveys
108421
108554
  summary: Reorders survey questions.
108422
- operationId: ReorderQuestions
108555
+ operationId: Reorder
108423
108556
  parameters:
108424
108557
  - name: id
108425
108558
  in: path
@@ -108435,17 +108568,17 @@ paths:
108435
108568
  schema:
108436
108569
  type: array
108437
108570
  items:
108438
- $ref: '#/components/schemas/QuestionIndex'
108571
+ $ref: '#/components/schemas/SortIndex'
108439
108572
  text/json:
108440
108573
  schema:
108441
108574
  type: array
108442
108575
  items:
108443
- $ref: '#/components/schemas/QuestionIndex'
108576
+ $ref: '#/components/schemas/SortIndex'
108444
108577
  application/*+json:
108445
108578
  schema:
108446
108579
  type: array
108447
108580
  items:
108448
- $ref: '#/components/schemas/QuestionIndex'
108581
+ $ref: '#/components/schemas/SortIndex'
108449
108582
  responses:
108450
108583
  '200':
108451
108584
  description: OK
@@ -144810,11 +144943,6 @@ components:
144810
144943
  type: boolean
144811
144944
  description: Gets or sets a value indicating whether the record is live and available for use within the application.
144812
144945
  default: false
144813
- providerId:
144814
- type: string
144815
- description: Gets or sets the customer provider id.
144816
- format: uuid
144817
- nullable: true
144818
144946
  type:
144819
144947
  $ref: '#/components/schemas/CustomerType'
144820
144948
  firstName:
@@ -148842,6 +148970,12 @@ components:
148842
148970
  format: uuid
148843
148971
  nullable: true
148844
148972
  readOnly: true
148973
+ providerId:
148974
+ type: string
148975
+ description: Gets the provider id.
148976
+ format: uuid
148977
+ nullable: true
148978
+ readOnly: true
148845
148979
  quantity:
148846
148980
  type: integer
148847
148981
  description: Gets or sets the quantity of opportunities required on the order item.
@@ -151142,20 +151276,6 @@ components:
151142
151276
  nullable: true
151143
151277
  additionalProperties: false
151144
151278
  description: Represents a provider type category within the Reach application.
151145
- QuestionIndex:
151146
- type: object
151147
- properties:
151148
- id:
151149
- type: string
151150
- description: Gets or sets the question id.
151151
- format: uuid
151152
- index:
151153
- type: integer
151154
- description: Gets or sets the question index.
151155
- format: int32
151156
- default: 0
151157
- additionalProperties: false
151158
- description: The question id and index.
151159
151279
  ReachEntity:
151160
151280
  enum:
151161
151281
  - Tenant
@@ -153538,6 +153658,20 @@ components:
153538
153658
  - Cancelled
153539
153659
  type: string
153540
153660
  description: The Slot active status.
153661
+ SortIndex:
153662
+ type: object
153663
+ properties:
153664
+ id:
153665
+ type: string
153666
+ description: Gets or sets the entity id.
153667
+ format: uuid
153668
+ index:
153669
+ type: integer
153670
+ description: Gets or sets the sort index.
153671
+ format: int32
153672
+ default: 0
153673
+ additionalProperties: false
153674
+ description: Represents an entity id and its sort index for reordering operations.
153541
153675
  Southwest:
153542
153676
  type: object
153543
153677
  properties:
package/src/index.ts CHANGED
@@ -265,7 +265,6 @@ export type { ProviderPage } from './models/ProviderPage';
265
265
  export type { ProviderPatch } from './models/ProviderPatch';
266
266
  export type { ProviderPost } from './models/ProviderPost';
267
267
  export type { ProviderType } from './models/ProviderType';
268
- export type { QuestionIndex } from './models/QuestionIndex';
269
268
  export { ReachEntity } from './models/ReachEntity';
270
269
  export type { ReachError } from './models/ReachError';
271
270
  export { ReachOperation } from './models/ReachOperation';
@@ -323,6 +322,7 @@ export type { SlotSchedulePage } from './models/SlotSchedulePage';
323
322
  export type { SlotSchedulePatch } from './models/SlotSchedulePatch';
324
323
  export type { SlotSchedulePost } from './models/SlotSchedulePost';
325
324
  export { SlotStatus } from './models/SlotStatus';
325
+ export type { SortIndex } from './models/SortIndex';
326
326
  export type { Southwest } from './models/Southwest';
327
327
  export type { StripeAccount } from './models/StripeAccount';
328
328
  export { StripeAccountLinkedEntityType } from './models/StripeAccountLinkedEntityType';
@@ -37,10 +37,6 @@ export type Customer = {
37
37
  * Gets or sets a value indicating whether the record is live and available for use within the application.
38
38
  */
39
39
  isLive: boolean;
40
- /**
41
- * Gets or sets the customer provider id.
42
- */
43
- providerId?: string | null;
44
40
  type?: CustomerType;
45
41
  /**
46
42
  * Gets or sets the first name.
@@ -70,6 +70,10 @@ export type OrderItem = {
70
70
  * Gets the venue id.
71
71
  */
72
72
  readonly venueId?: string | null;
73
+ /**
74
+ * Gets the provider id.
75
+ */
76
+ readonly providerId?: string | null;
73
77
  /**
74
78
  * Gets or sets the quantity of opportunities required on the order item.
75
79
  */
@@ -4,15 +4,15 @@
4
4
  /* eslint-disable */
5
5
 
6
6
  /**
7
- * The question id and index.
7
+ * Represents an entity id and its sort index for reordering operations.
8
8
  */
9
- export type QuestionIndex = {
9
+ export type SortIndex = {
10
10
  /**
11
- * Gets or sets the question id.
11
+ * Gets or sets the entity id.
12
12
  */
13
13
  id?: string;
14
14
  /**
15
- * Gets or sets the question index.
15
+ * Gets or sets the sort index.
16
16
  */
17
17
  index?: number;
18
18
  };
@@ -8,6 +8,7 @@ import type { CustomFieldDefinitionPatch } from '../models/CustomFieldDefinition
8
8
  import type { CustomFieldDefinitionPost } from '../models/CustomFieldDefinitionPost';
9
9
  import type { CustomFieldValueEntityType } from '../models/CustomFieldValueEntityType';
10
10
  import type { SearchSortOrderDirection } from '../models/SearchSortOrderDirection';
11
+ import type { SortIndex } from '../models/SortIndex';
11
12
 
12
13
  import type { CancelablePromise } from '../core/CancelablePromise';
13
14
  import type { BaseHttpRequest } from '../core/BaseHttpRequest';
@@ -42,6 +43,32 @@ export class CustomFieldsService {
42
43
  });
43
44
  }
44
45
 
46
+ /**
47
+ * Reorders custom field definitions.
48
+ * @returns CustomFieldDefinition OK
49
+ * @throws ApiError
50
+ */
51
+ public reorder({
52
+ requestBody,
53
+ }: {
54
+ /**
55
+ * The custom field ids with their indexes.
56
+ */
57
+ requestBody?: Array<SortIndex>;
58
+ }): CancelablePromise<Array<CustomFieldDefinition>> {
59
+ return this.httpRequest.request({
60
+ method: 'POST',
61
+ url: '/api/custom-fields/reorder',
62
+ body: requestBody,
63
+ mediaType: 'application/json',
64
+ errors: {
65
+ 400: `Bad Request`,
66
+ 422: `Unprocessable Content`,
67
+ 500: `Internal Server Error`,
68
+ },
69
+ });
70
+ }
71
+
45
72
  /**
46
73
  * Inserts a new resource. The Id will be automatically generated and will be ignored if provided.
47
74
  * @returns CustomFieldDefinition OK
@@ -121,6 +121,7 @@ export class CustomersService {
121
121
  wildcard,
122
122
  displayEmail,
123
123
  venueId,
124
+ providerId,
124
125
  programmeId,
125
126
  marketingOptIn,
126
127
  isActiveCustomer,
@@ -150,6 +151,10 @@ export class CustomersService {
150
151
  * Gets or sets the venue id for use in a query search.
151
152
  */
152
153
  venueId?: string;
154
+ /**
155
+ * Gets or sets the provider id for use in a query search.
156
+ */
157
+ providerId?: string;
153
158
  /**
154
159
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
155
160
  */
@@ -224,6 +229,7 @@ export class CustomersService {
224
229
  Wildcard: wildcard,
225
230
  DisplayEmail: displayEmail,
226
231
  VenueId: venueId,
232
+ ProviderId: providerId,
227
233
  ProgrammeId: programmeId,
228
234
  MarketingOptIn: marketingOptIn,
229
235
  IsActiveCustomer: isActiveCustomer,
@@ -260,6 +266,7 @@ export class CustomersService {
260
266
  wildcard,
261
267
  displayEmail,
262
268
  venueId,
269
+ providerId,
263
270
  programmeId,
264
271
  marketingOptIn,
265
272
  isActiveCustomer,
@@ -289,6 +296,10 @@ export class CustomersService {
289
296
  * Gets or sets the venue id for use in a query search.
290
297
  */
291
298
  venueId?: string;
299
+ /**
300
+ * Gets or sets the provider id for use in a query search.
301
+ */
302
+ providerId?: string;
292
303
  /**
293
304
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
294
305
  */
@@ -363,6 +374,7 @@ export class CustomersService {
363
374
  Wildcard: wildcard,
364
375
  DisplayEmail: displayEmail,
365
376
  VenueId: venueId,
377
+ ProviderId: providerId,
366
378
  ProgrammeId: programmeId,
367
379
  MarketingOptIn: marketingOptIn,
368
380
  IsActiveCustomer: isActiveCustomer,
@@ -528,6 +540,7 @@ export class CustomersService {
528
540
  wildcard,
529
541
  displayEmail,
530
542
  venueId,
543
+ providerId,
531
544
  programmeId,
532
545
  marketingOptIn,
533
546
  isActiveCustomer,
@@ -556,6 +569,10 @@ export class CustomersService {
556
569
  * Gets or sets the venue id for use in a query search.
557
570
  */
558
571
  venueId?: string;
572
+ /**
573
+ * Gets or sets the provider id for use in a query search.
574
+ */
575
+ providerId?: string;
559
576
  /**
560
577
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
561
578
  */
@@ -624,6 +641,7 @@ export class CustomersService {
624
641
  Wildcard: wildcard,
625
642
  DisplayEmail: displayEmail,
626
643
  VenueId: venueId,
644
+ ProviderId: providerId,
627
645
  ProgrammeId: programmeId,
628
646
  MarketingOptIn: marketingOptIn,
629
647
  IsActiveCustomer: isActiveCustomer,
@@ -738,6 +756,7 @@ export class CustomersService {
738
756
  wildcard,
739
757
  displayEmail,
740
758
  venueId,
759
+ providerId,
741
760
  programmeId,
742
761
  marketingOptIn,
743
762
  isActiveCustomer,
@@ -766,6 +785,10 @@ export class CustomersService {
766
785
  * Gets or sets the venue id for use in a query search.
767
786
  */
768
787
  venueId?: string;
788
+ /**
789
+ * Gets or sets the provider id for use in a query search.
790
+ */
791
+ providerId?: string;
769
792
  /**
770
793
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
771
794
  */
@@ -834,6 +857,7 @@ export class CustomersService {
834
857
  Wildcard: wildcard,
835
858
  DisplayEmail: displayEmail,
836
859
  VenueId: venueId,
860
+ ProviderId: providerId,
837
861
  ProgrammeId: programmeId,
838
862
  MarketingOptIn: marketingOptIn,
839
863
  IsActiveCustomer: isActiveCustomer,
@@ -867,6 +891,7 @@ export class CustomersService {
867
891
  wildcard,
868
892
  displayEmail,
869
893
  venueId,
894
+ providerId,
870
895
  programmeId,
871
896
  marketingOptIn,
872
897
  isActiveCustomer,
@@ -895,6 +920,10 @@ export class CustomersService {
895
920
  * Gets or sets the venue id for use in a query search.
896
921
  */
897
922
  venueId?: string;
923
+ /**
924
+ * Gets or sets the provider id for use in a query search.
925
+ */
926
+ providerId?: string;
898
927
  /**
899
928
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
900
929
  */
@@ -963,6 +992,7 @@ export class CustomersService {
963
992
  Wildcard: wildcard,
964
993
  DisplayEmail: displayEmail,
965
994
  VenueId: venueId,
995
+ ProviderId: providerId,
966
996
  ProgrammeId: programmeId,
967
997
  MarketingOptIn: marketingOptIn,
968
998
  IsActiveCustomer: isActiveCustomer,
@@ -996,6 +1026,7 @@ export class CustomersService {
996
1026
  wildcard,
997
1027
  displayEmail,
998
1028
  venueId,
1029
+ providerId,
999
1030
  programmeId,
1000
1031
  marketingOptIn,
1001
1032
  isActiveCustomer,
@@ -1024,6 +1055,10 @@ export class CustomersService {
1024
1055
  * Gets or sets the venue id for use in a query search.
1025
1056
  */
1026
1057
  venueId?: string;
1058
+ /**
1059
+ * Gets or sets the provider id for use in a query search.
1060
+ */
1061
+ providerId?: string;
1027
1062
  /**
1028
1063
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
1029
1064
  */
@@ -1092,6 +1127,7 @@ export class CustomersService {
1092
1127
  Wildcard: wildcard,
1093
1128
  DisplayEmail: displayEmail,
1094
1129
  VenueId: venueId,
1130
+ ProviderId: providerId,
1095
1131
  ProgrammeId: programmeId,
1096
1132
  MarketingOptIn: marketingOptIn,
1097
1133
  IsActiveCustomer: isActiveCustomer,
@@ -1125,6 +1161,7 @@ export class CustomersService {
1125
1161
  wildcard,
1126
1162
  displayEmail,
1127
1163
  venueId,
1164
+ providerId,
1128
1165
  programmeId,
1129
1166
  marketingOptIn,
1130
1167
  isActiveCustomer,
@@ -1153,6 +1190,10 @@ export class CustomersService {
1153
1190
  * Gets or sets the venue id for use in a query search.
1154
1191
  */
1155
1192
  venueId?: string;
1193
+ /**
1194
+ * Gets or sets the provider id for use in a query search.
1195
+ */
1196
+ providerId?: string;
1156
1197
  /**
1157
1198
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
1158
1199
  */
@@ -1221,6 +1262,7 @@ export class CustomersService {
1221
1262
  Wildcard: wildcard,
1222
1263
  DisplayEmail: displayEmail,
1223
1264
  VenueId: venueId,
1265
+ ProviderId: providerId,
1224
1266
  ProgrammeId: programmeId,
1225
1267
  MarketingOptIn: marketingOptIn,
1226
1268
  IsActiveCustomer: isActiveCustomer,
@@ -86,6 +86,7 @@ export class PublicCustomersService {
86
86
  wildcard,
87
87
  displayEmail,
88
88
  venueId,
89
+ providerId,
89
90
  programmeId,
90
91
  marketingOptIn,
91
92
  isActiveCustomer,
@@ -115,6 +116,10 @@ export class PublicCustomersService {
115
116
  * Gets or sets the venue id for use in a query search.
116
117
  */
117
118
  venueId?: string;
119
+ /**
120
+ * Gets or sets the provider id for use in a query search.
121
+ */
122
+ providerId?: string;
118
123
  /**
119
124
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
120
125
  */
@@ -186,6 +191,7 @@ export class PublicCustomersService {
186
191
  Wildcard: wildcard,
187
192
  DisplayEmail: displayEmail,
188
193
  VenueId: venueId,
194
+ ProviderId: providerId,
189
195
  ProgrammeId: programmeId,
190
196
  MarketingOptIn: marketingOptIn,
191
197
  IsActiveCustomer: isActiveCustomer,
@@ -391,6 +397,7 @@ export class PublicCustomersService {
391
397
  wildcard,
392
398
  displayEmail,
393
399
  venueId,
400
+ providerId,
394
401
  programmeId,
395
402
  marketingOptIn,
396
403
  isActiveCustomer,
@@ -423,6 +430,10 @@ export class PublicCustomersService {
423
430
  * Gets or sets the venue id for use in a query search.
424
431
  */
425
432
  venueId?: string;
433
+ /**
434
+ * Gets or sets the provider id for use in a query search.
435
+ */
436
+ providerId?: string;
426
437
  /**
427
438
  * Gets or sets the programme id for use in a query search - filtering for customers who have touch points with the programme.
428
439
  */
@@ -494,6 +505,7 @@ export class PublicCustomersService {
494
505
  Wildcard: wildcard,
495
506
  DisplayEmail: displayEmail,
496
507
  VenueId: venueId,
508
+ ProviderId: providerId,
497
509
  ProgrammeId: programmeId,
498
510
  MarketingOptIn: marketingOptIn,
499
511
  IsActiveCustomer: isActiveCustomer,
@@ -2,8 +2,8 @@
2
2
  /* istanbul ignore file */
3
3
  /* tslint:disable */
4
4
  /* eslint-disable */
5
- import type { QuestionIndex } from '../models/QuestionIndex';
6
5
  import type { SearchSortOrderDirection } from '../models/SearchSortOrderDirection';
6
+ import type { SortIndex } from '../models/SortIndex';
7
7
  import type { Survey } from '../models/Survey';
8
8
  import type { SurveyCreate } from '../models/SurveyCreate';
9
9
  import type { SurveyDuplicatePost } from '../models/SurveyDuplicatePost';
@@ -110,7 +110,7 @@ export class SurveysService {
110
110
  * @returns Survey OK
111
111
  * @throws ApiError
112
112
  */
113
- public reorderQuestions({
113
+ public reorder({
114
114
  id,
115
115
  requestBody,
116
116
  }: {
@@ -121,11 +121,11 @@ export class SurveysService {
121
121
  /**
122
122
  * The question ids with their indexes.
123
123
  */
124
- requestBody?: Array<QuestionIndex>;
124
+ requestBody?: Array<SortIndex>;
125
125
  }): CancelablePromise<Survey> {
126
126
  return this.httpRequest.request({
127
127
  method: 'POST',
128
- url: '/api/surveys/{id}/reorder-questions',
128
+ url: '/api/surveys/{id}/reorder',
129
129
  path: {
130
130
  id: id,
131
131
  },