reach-api-sdk 1.0.26 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/reach-sdk.d.ts
CHANGED
|
@@ -11844,6 +11844,44 @@ declare class OrderItemsService {
|
|
|
11844
11844
|
}): CancelablePromise<boolean>;
|
|
11845
11845
|
}
|
|
11846
11846
|
|
|
11847
|
+
/**
|
|
11848
|
+
* Post model for order inserts.
|
|
11849
|
+
*/
|
|
11850
|
+
type OrderUpdateContact = {
|
|
11851
|
+
/**
|
|
11852
|
+
* Gets or sets the tenant Id.
|
|
11853
|
+
*/
|
|
11854
|
+
tenantId: string;
|
|
11855
|
+
/**
|
|
11856
|
+
* Gets or sets the first name.
|
|
11857
|
+
*/
|
|
11858
|
+
firstName: string;
|
|
11859
|
+
/**
|
|
11860
|
+
* Gets or sets the last name.
|
|
11861
|
+
*/
|
|
11862
|
+
lastName: string;
|
|
11863
|
+
/**
|
|
11864
|
+
* Gets or sets the email.
|
|
11865
|
+
*/
|
|
11866
|
+
email: string;
|
|
11867
|
+
/**
|
|
11868
|
+
* Gets or sets the phone number.
|
|
11869
|
+
*/
|
|
11870
|
+
phone: string;
|
|
11871
|
+
/**
|
|
11872
|
+
* Gets or sets the orders postcode.
|
|
11873
|
+
*/
|
|
11874
|
+
addressPostalcode: string;
|
|
11875
|
+
/**
|
|
11876
|
+
* Gets or sets any private notes for the order.
|
|
11877
|
+
*/
|
|
11878
|
+
privateNotes: string;
|
|
11879
|
+
/**
|
|
11880
|
+
* Gets or sets a value indicating whether the order customer is opted into marketing.
|
|
11881
|
+
*/
|
|
11882
|
+
marketingOptIn: boolean;
|
|
11883
|
+
};
|
|
11884
|
+
|
|
11847
11885
|
declare class OrdersService {
|
|
11848
11886
|
readonly httpRequest: BaseHttpRequest;
|
|
11849
11887
|
constructor(httpRequest: BaseHttpRequest);
|
|
@@ -11904,7 +11942,7 @@ declare class OrdersService {
|
|
|
11904
11942
|
/**
|
|
11905
11943
|
* The altered order details.
|
|
11906
11944
|
*/
|
|
11907
|
-
requestBody?:
|
|
11945
|
+
requestBody?: OrderUpdateContact;
|
|
11908
11946
|
}): CancelablePromise<Order>;
|
|
11909
11947
|
/**
|
|
11910
11948
|
* Update the contact details on the order.
|
|
@@ -27899,4 +27937,4 @@ type ValidationResultModel = {
|
|
|
27899
27937
|
readonly errors?: Array<ValidationError> | null;
|
|
27900
27938
|
};
|
|
27901
27939
|
|
|
27902
|
-
export { Activity, ActivityService, ActivityType, AdvanceBooking, Amenity, AmenityService, ApiClient, ApiError, AppUserRole, ApplicationRole, AutoCompleteResponseModel, BadEnglandReportService, BaseHttpRequest, BookingService, BookingStatus, CancelError, CancelablePromise, ContactOnConfirmation, Country, CountryService, Course, CourseBookingCutoff, CoursePage, CoursePatch, CoursePost, CourseSearchSortBy, CourseSession, CourseSessionPage, CourseSessionPatch, CourseSessionPost, CourseSessionSchedule, CourseSessionSchedulePage, CourseSessionSchedulePatch, CourseSessionSchedulePost, CourseSessionSchedulesService, CourseSessionsService, CoursesService, CreateOffer, CreateQuestion, CreateQuestionOption, CreateVenue, Customer, CustomerCancellationOption, CustomerPage, CustomerPatch, CustomerPost, CustomerType, CustomersService, DayOfWeek, EmailReminderSchedule, EmailReminderSchedulePage, EmailReminderSchedulePatch, EmailReminderSchedulePost, EmailReminderSchedulesService, EmailSetting, EmailSettingPage, EmailSettingPatch, EmailSettingPost, EmailSettingsService, FacilitiesService, Facility, FacilityIndividual, FacilityIndividualPage, FacilityIndividualPatch, FacilityIndividualPost, FacilityIndividualsService, FacilityIndividualsType, FacilityPage, FacilityPatch, FacilityPost, FilestackImageMetaResponseModel, FilestackService, GenericActivity, GenericActivityPage, GenericActivityPatch, GenericActivityPost, GenericActivityService, GeocodeResponseModel, GeocodeService, GooglePrediction, HereAddressDetails, HereAutoComplete, HereAutocompleteLookupService, HereLookupResults, HereMapDetails, HerePositionDetails, HttpStatusCode, IOpportunity, Image, ImagePage, ImagePatch, ImagePost, ImagesService, InviteStatus, LeasingService, 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, OpportunityType, Order, OrderItem, OrderItemPage, OrderItemPatch, OrderItemPost, OrderItemStatus, OrderItemsService, OrderPage, OrderPatch, OrderPost, OrderPostOrderItem, OrderSource, OrderStage, OrderToken, OrderTokenPage, OrderTokenPatch, OrderTokenPost, OrdersService, OrgCourseUtilisation, OrgCourseUtilisationPage, OrgCourseUtilisationPatch, OrgCourseUtilisationPost, OrgCourseUtilisationService, OrganisationApplicationFeeHandling, OrganisationAvailableChannel, OrganisationRefundPolicy, OrganisationTaxMode, OrganisationType, Pagination, PatchSurveyQuestionOption, Payment, PaymentMethod, PaymentPage, PaymentPatch, PaymentPost, PaymentsService, Permission, PermissionPage, PermissionPatch, PermissionPost, PermissionsService, PlaceDetailsResponseModel, PlaceGeometry, PlaceLocation, PlaceResult, PlaceViewport, PlacesService, PlusCode, Prepayment, Programme, ProgrammePage, ProgrammePatch, ProgrammePost, ProgrammesService, PublicBookingService, PublicCoursesService, PublicFacilitiesService, PublicHealthCheckService, PublicLeasingService, PublicOrderTokensService, PublicOrdersService, PublicProgrammesService, PublicScheduledSessionsService, PublicSessionsService, PublicSlotsService, PublicStripeWebhookService, PublicSurveyQuestionsService, PublicSurveysService, PublicTenantsService, PublicVenuesService, PublicWaitlistActivityService, PublicWaitlistOpportunityService, ReachEntity, ReachError, ReachOperation, RecentOrderActivityReport, RecentOrderActivityReportPage, RecentOrderActivityReportPatch, RecentOrderActivityReportPost, RecentOrderActivityReportService, ScheduleStatus, ScheduledSession, ScheduledSessionPage, ScheduledSessionPatch, ScheduledSessionPost, ScheduledSessionSchedule, ScheduledSessionSchedulePage, ScheduledSessionSchedulePatch, ScheduledSessionSchedulePost, ScheduledSessionSearchSortBy, ScheduledSessionsSchedulesService, ScheduledSessionsService, SearchSortOrderDirection, Session, SessionCreate, SessionGender, 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, StripeAccountPage, StripeAccountPatch, StripeAccountPost, StripeAccountService, StructuredFormatting, Surface, SurfacesService, Survey, SurveyAnswer, SurveyAnswerPage, SurveyAnswerPatch, SurveyAnswerPost, SurveyAnswersService, SurveyCreate, SurveyPage, SurveyPatch, SurveyPost, SurveyQuestion, SurveyQuestionOption, SurveyQuestionPage, SurveyQuestionPatch, SurveyQuestionPost, SurveyQuestionType, SurveyQuestionsService, SurveyQuestionsTarget, SurveyReportExtended, SurveyReportExtendedPage, SurveyReportExtendedPatch, SurveyReportExtendedPost, SurveyReportExtendedService, SurveySubmissionModel, SurveyType, SurveysService, Tax, Tenant, TenantPage, TenantPatch, TenantPost, TenantWebsiteSetting, TenantWebsiteSettingPage, TenantWebsiteSettingPatch, TenantWebsiteSettingPost, TenantWebsiteSettingsService, TenantsService, Timezone, TimezoneService, TotalRevenueReport, TotalRevenueReportPage, TotalRevenueReportPatch, TotalRevenueReportPost, TotalRevenueReportService, UpdateEmailSettings, UpdateOffer, User, UserPage, UserPatch, UserPost, UserRole, UsersService, ValidationError, ValidationResultModel, Venue, VenueBadmintonEnglandReport, VenueBadmintonEnglandReportPage, VenueBadmintonEnglandReportPatch, VenueBadmintonEnglandReportPost, VenueCreate, VenueOpeningHours, VenuePage, VenuePatch, VenuePost, VenuesReport, VenuesReportPage, VenuesReportPatch, VenuesReportPost, VenuesReportService, VenuesService, WaitlistActivity, WaitlistActivityPage, WaitlistActivityPatch, WaitlistActivityPost, WaitlistActivityService, WaitlistOpportunity, WaitlistOpportunityPage, WaitlistOpportunityPatch, WaitlistOpportunityPost, WaitlistOpportunityService };
|
|
27940
|
+
export { Activity, ActivityService, ActivityType, AdvanceBooking, Amenity, AmenityService, ApiClient, ApiError, AppUserRole, ApplicationRole, AutoCompleteResponseModel, BadEnglandReportService, BaseHttpRequest, BookingService, BookingStatus, CancelError, CancelablePromise, ContactOnConfirmation, Country, CountryService, Course, CourseBookingCutoff, CoursePage, CoursePatch, CoursePost, CourseSearchSortBy, CourseSession, CourseSessionPage, CourseSessionPatch, CourseSessionPost, CourseSessionSchedule, CourseSessionSchedulePage, CourseSessionSchedulePatch, CourseSessionSchedulePost, CourseSessionSchedulesService, CourseSessionsService, CoursesService, CreateOffer, CreateQuestion, CreateQuestionOption, CreateVenue, Customer, CustomerCancellationOption, CustomerPage, CustomerPatch, CustomerPost, CustomerType, CustomersService, DayOfWeek, EmailReminderSchedule, EmailReminderSchedulePage, EmailReminderSchedulePatch, EmailReminderSchedulePost, EmailReminderSchedulesService, EmailSetting, EmailSettingPage, EmailSettingPatch, EmailSettingPost, EmailSettingsService, FacilitiesService, Facility, FacilityIndividual, FacilityIndividualPage, FacilityIndividualPatch, FacilityIndividualPost, FacilityIndividualsService, FacilityIndividualsType, FacilityPage, FacilityPatch, FacilityPost, FilestackImageMetaResponseModel, FilestackService, GenericActivity, GenericActivityPage, GenericActivityPatch, GenericActivityPost, GenericActivityService, GeocodeResponseModel, GeocodeService, GooglePrediction, HereAddressDetails, HereAutoComplete, HereAutocompleteLookupService, HereLookupResults, HereMapDetails, HerePositionDetails, HttpStatusCode, IOpportunity, Image, ImagePage, ImagePatch, ImagePost, ImagesService, InviteStatus, LeasingService, 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, OpportunityType, Order, OrderItem, OrderItemPage, OrderItemPatch, OrderItemPost, OrderItemStatus, OrderItemsService, OrderPage, OrderPatch, OrderPost, OrderPostOrderItem, OrderSource, OrderStage, OrderToken, OrderTokenPage, OrderTokenPatch, OrderTokenPost, OrderUpdateContact, OrdersService, OrgCourseUtilisation, OrgCourseUtilisationPage, OrgCourseUtilisationPatch, OrgCourseUtilisationPost, OrgCourseUtilisationService, OrganisationApplicationFeeHandling, OrganisationAvailableChannel, OrganisationRefundPolicy, OrganisationTaxMode, OrganisationType, Pagination, PatchSurveyQuestionOption, Payment, PaymentMethod, PaymentPage, PaymentPatch, PaymentPost, PaymentsService, Permission, PermissionPage, PermissionPatch, PermissionPost, PermissionsService, PlaceDetailsResponseModel, PlaceGeometry, PlaceLocation, PlaceResult, PlaceViewport, PlacesService, PlusCode, Prepayment, Programme, ProgrammePage, ProgrammePatch, ProgrammePost, ProgrammesService, PublicBookingService, PublicCoursesService, PublicFacilitiesService, PublicHealthCheckService, PublicLeasingService, PublicOrderTokensService, PublicOrdersService, PublicProgrammesService, PublicScheduledSessionsService, PublicSessionsService, PublicSlotsService, PublicStripeWebhookService, PublicSurveyQuestionsService, PublicSurveysService, PublicTenantsService, PublicVenuesService, PublicWaitlistActivityService, PublicWaitlistOpportunityService, ReachEntity, ReachError, ReachOperation, RecentOrderActivityReport, RecentOrderActivityReportPage, RecentOrderActivityReportPatch, RecentOrderActivityReportPost, RecentOrderActivityReportService, ScheduleStatus, ScheduledSession, ScheduledSessionPage, ScheduledSessionPatch, ScheduledSessionPost, ScheduledSessionSchedule, ScheduledSessionSchedulePage, ScheduledSessionSchedulePatch, ScheduledSessionSchedulePost, ScheduledSessionSearchSortBy, ScheduledSessionsSchedulesService, ScheduledSessionsService, SearchSortOrderDirection, Session, SessionCreate, SessionGender, 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, StripeAccountPage, StripeAccountPatch, StripeAccountPost, StripeAccountService, StructuredFormatting, Surface, SurfacesService, Survey, SurveyAnswer, SurveyAnswerPage, SurveyAnswerPatch, SurveyAnswerPost, SurveyAnswersService, SurveyCreate, SurveyPage, SurveyPatch, SurveyPost, SurveyQuestion, SurveyQuestionOption, SurveyQuestionPage, SurveyQuestionPatch, SurveyQuestionPost, SurveyQuestionType, SurveyQuestionsService, SurveyQuestionsTarget, SurveyReportExtended, SurveyReportExtendedPage, SurveyReportExtendedPatch, SurveyReportExtendedPost, SurveyReportExtendedService, SurveySubmissionModel, SurveyType, SurveysService, Tax, Tenant, TenantPage, TenantPatch, TenantPost, TenantWebsiteSetting, TenantWebsiteSettingPage, TenantWebsiteSettingPatch, TenantWebsiteSettingPost, TenantWebsiteSettingsService, TenantsService, Timezone, TimezoneService, TotalRevenueReport, TotalRevenueReportPage, TotalRevenueReportPatch, TotalRevenueReportPost, TotalRevenueReportService, UpdateEmailSettings, UpdateOffer, User, UserPage, UserPatch, UserPost, UserRole, UsersService, ValidationError, ValidationResultModel, Venue, VenueBadmintonEnglandReport, VenueBadmintonEnglandReportPage, VenueBadmintonEnglandReportPatch, VenueBadmintonEnglandReportPost, VenueCreate, VenueOpeningHours, VenuePage, VenuePatch, VenuePost, VenuesReport, VenuesReportPage, VenuesReportPatch, VenuesReportPost, VenuesReportService, VenuesService, WaitlistActivity, WaitlistActivityPage, WaitlistActivityPatch, WaitlistActivityPost, WaitlistActivityService, WaitlistOpportunity, WaitlistOpportunityPage, WaitlistOpportunityPatch, WaitlistOpportunityPost, WaitlistOpportunityService };
|
package/package.json
CHANGED
|
@@ -22060,13 +22060,13 @@ paths:
|
|
|
22060
22060
|
content:
|
|
22061
22061
|
application/json:
|
|
22062
22062
|
schema:
|
|
22063
|
-
$ref: '#/components/schemas/
|
|
22063
|
+
$ref: '#/components/schemas/OrderUpdateContact'
|
|
22064
22064
|
text/json:
|
|
22065
22065
|
schema:
|
|
22066
|
-
$ref: '#/components/schemas/
|
|
22066
|
+
$ref: '#/components/schemas/OrderUpdateContact'
|
|
22067
22067
|
application/*+json:
|
|
22068
22068
|
schema:
|
|
22069
|
-
$ref: '#/components/schemas/
|
|
22069
|
+
$ref: '#/components/schemas/OrderUpdateContact'
|
|
22070
22070
|
responses:
|
|
22071
22071
|
'200':
|
|
22072
22072
|
description: Success
|
|
@@ -67868,6 +67868,51 @@ components:
|
|
|
67868
67868
|
format: uuid
|
|
67869
67869
|
additionalProperties: false
|
|
67870
67870
|
description: Post model for order token inserts.
|
|
67871
|
+
OrderUpdateContact:
|
|
67872
|
+
required:
|
|
67873
|
+
- addressPostalcode
|
|
67874
|
+
- email
|
|
67875
|
+
- firstName
|
|
67876
|
+
- lastName
|
|
67877
|
+
- marketingOptIn
|
|
67878
|
+
- phone
|
|
67879
|
+
- privateNotes
|
|
67880
|
+
- tenantId
|
|
67881
|
+
type: object
|
|
67882
|
+
properties:
|
|
67883
|
+
tenantId:
|
|
67884
|
+
type: string
|
|
67885
|
+
description: Gets or sets the tenant Id.
|
|
67886
|
+
format: uuid
|
|
67887
|
+
firstName:
|
|
67888
|
+
minLength: 1
|
|
67889
|
+
type: string
|
|
67890
|
+
description: Gets or sets the first name.
|
|
67891
|
+
lastName:
|
|
67892
|
+
minLength: 1
|
|
67893
|
+
type: string
|
|
67894
|
+
description: Gets or sets the last name.
|
|
67895
|
+
email:
|
|
67896
|
+
minLength: 1
|
|
67897
|
+
type: string
|
|
67898
|
+
description: Gets or sets the email.
|
|
67899
|
+
phone:
|
|
67900
|
+
minLength: 1
|
|
67901
|
+
type: string
|
|
67902
|
+
description: Gets or sets the phone number.
|
|
67903
|
+
addressPostalcode:
|
|
67904
|
+
minLength: 1
|
|
67905
|
+
type: string
|
|
67906
|
+
description: Gets or sets the orders postcode.
|
|
67907
|
+
privateNotes:
|
|
67908
|
+
minLength: 1
|
|
67909
|
+
type: string
|
|
67910
|
+
description: Gets or sets any private notes for the order.
|
|
67911
|
+
marketingOptIn:
|
|
67912
|
+
type: boolean
|
|
67913
|
+
description: Gets or sets a value indicating whether the order customer is opted into marketing.
|
|
67914
|
+
additionalProperties: false
|
|
67915
|
+
description: Post model for order inserts.
|
|
67871
67916
|
OrgCourseUtilisation:
|
|
67872
67917
|
required:
|
|
67873
67918
|
- dateCreated
|
package/src/index.ts
CHANGED
|
@@ -123,6 +123,7 @@ export type { OrderToken } from './models/OrderToken';
|
|
|
123
123
|
export type { OrderTokenPage } from './models/OrderTokenPage';
|
|
124
124
|
export type { OrderTokenPatch } from './models/OrderTokenPatch';
|
|
125
125
|
export type { OrderTokenPost } from './models/OrderTokenPost';
|
|
126
|
+
export type { OrderUpdateContact } from './models/OrderUpdateContact';
|
|
126
127
|
export { OrganisationApplicationFeeHandling } from './models/OrganisationApplicationFeeHandling';
|
|
127
128
|
export { OrganisationAvailableChannel } from './models/OrganisationAvailableChannel';
|
|
128
129
|
export { OrganisationRefundPolicy } from './models/OrganisationRefundPolicy';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do no edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Post model for order inserts.
|
|
8
|
+
*/
|
|
9
|
+
export type OrderUpdateContact = {
|
|
10
|
+
/**
|
|
11
|
+
* Gets or sets the tenant Id.
|
|
12
|
+
*/
|
|
13
|
+
tenantId: string;
|
|
14
|
+
/**
|
|
15
|
+
* Gets or sets the first name.
|
|
16
|
+
*/
|
|
17
|
+
firstName: string;
|
|
18
|
+
/**
|
|
19
|
+
* Gets or sets the last name.
|
|
20
|
+
*/
|
|
21
|
+
lastName: string;
|
|
22
|
+
/**
|
|
23
|
+
* Gets or sets the email.
|
|
24
|
+
*/
|
|
25
|
+
email: string;
|
|
26
|
+
/**
|
|
27
|
+
* Gets or sets the phone number.
|
|
28
|
+
*/
|
|
29
|
+
phone: string;
|
|
30
|
+
/**
|
|
31
|
+
* Gets or sets the orders postcode.
|
|
32
|
+
*/
|
|
33
|
+
addressPostalcode: string;
|
|
34
|
+
/**
|
|
35
|
+
* Gets or sets any private notes for the order.
|
|
36
|
+
*/
|
|
37
|
+
privateNotes: string;
|
|
38
|
+
/**
|
|
39
|
+
* Gets or sets a value indicating whether the order customer is opted into marketing.
|
|
40
|
+
*/
|
|
41
|
+
marketingOptIn: boolean;
|
|
42
|
+
};
|
|
@@ -7,6 +7,7 @@ import type { OrderPage } from '../models/OrderPage';
|
|
|
7
7
|
import type { OrderPatch } from '../models/OrderPatch';
|
|
8
8
|
import type { OrderPost } from '../models/OrderPost';
|
|
9
9
|
import type { OrderStage } from '../models/OrderStage';
|
|
10
|
+
import type { OrderUpdateContact } from '../models/OrderUpdateContact';
|
|
10
11
|
import type { SearchSortOrderDirection } from '../models/SearchSortOrderDirection';
|
|
11
12
|
|
|
12
13
|
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
@@ -139,7 +140,7 @@ export class OrdersService {
|
|
|
139
140
|
/**
|
|
140
141
|
* The altered order details.
|
|
141
142
|
*/
|
|
142
|
-
requestBody?:
|
|
143
|
+
requestBody?: OrderUpdateContact;
|
|
143
144
|
}): CancelablePromise<Order> {
|
|
144
145
|
return this.httpRequest.request({
|
|
145
146
|
method: 'PATCH',
|