reach-api-sdk 1.0.29 → 1.0.30

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.
@@ -1198,6 +1198,10 @@ type Customer = {
1198
1198
  * Gets or sets the last name.
1199
1199
  */
1200
1200
  lastName?: string | null;
1201
+ /**
1202
+ * Gets the attendees abbreviated name.
1203
+ */
1204
+ readonly nameAbbreviation: string;
1201
1205
  /**
1202
1206
  * Gets or sets the organisation name.
1203
1207
  */
@@ -4020,6 +4024,10 @@ type Order = {
4020
4024
  * Gets or sets the last name.
4021
4025
  */
4022
4026
  lastName?: string | null;
4027
+ /**
4028
+ * Gets the attendees abbreviated name.
4029
+ */
4030
+ readonly nameAbbreviation: string;
4023
4031
  /**
4024
4032
  * Gets or sets the organisation name.
4025
4033
  */
@@ -4252,7 +4260,7 @@ declare class BookingService {
4252
4260
  * @returns any Success
4253
4261
  * @throws ApiError
4254
4262
  */
4255
- exportToCsv({ wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
4263
+ exportToCsv({ wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
4256
4264
  /**
4257
4265
  * Gets or sets the wildcard for use in a query search.
4258
4266
  */
@@ -4265,6 +4273,10 @@ declare class BookingService {
4265
4273
  * Gets or sets the venue Id for use in a query search.
4266
4274
  */
4267
4275
  venueId?: string;
4276
+ /**
4277
+ * Gets or sets the customer Id for use in a query search.
4278
+ */
4279
+ customerId?: string;
4268
4280
  /**
4269
4281
  * Gets or sets the queryable order ids.
4270
4282
  */
@@ -4354,7 +4366,7 @@ declare class BookingService {
4354
4366
  * @returns any Success
4355
4367
  * @throws ApiError
4356
4368
  */
4357
- exportToXlsx({ wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
4369
+ exportToXlsx({ wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, formData, }: {
4358
4370
  /**
4359
4371
  * Gets or sets the wildcard for use in a query search.
4360
4372
  */
@@ -4367,6 +4379,10 @@ declare class BookingService {
4367
4379
  * Gets or sets the venue Id for use in a query search.
4368
4380
  */
4369
4381
  venueId?: string;
4382
+ /**
4383
+ * Gets or sets the customer Id for use in a query search.
4384
+ */
4385
+ customerId?: string;
4370
4386
  /**
4371
4387
  * Gets or sets the queryable order ids.
4372
4388
  */
@@ -4477,7 +4493,7 @@ declare class BookingService {
4477
4493
  * @returns boolean Success
4478
4494
  * @throws ApiError
4479
4495
  */
4480
- exists({ wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
4496
+ exists({ wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
4481
4497
  /**
4482
4498
  * Gets or sets the wildcard for use in a query search.
4483
4499
  */
@@ -4490,6 +4506,10 @@ declare class BookingService {
4490
4506
  * Gets or sets the venue Id for use in a query search.
4491
4507
  */
4492
4508
  venueId?: string;
4509
+ /**
4510
+ * Gets or sets the customer Id for use in a query search.
4511
+ */
4512
+ customerId?: string;
4493
4513
  /**
4494
4514
  * Gets or sets the queryable order ids.
4495
4515
  */
@@ -4572,7 +4592,7 @@ declare class BookingService {
4572
4592
  * @returns OrderPage Success
4573
4593
  * @throws ApiError
4574
4594
  */
4575
- getPage({ wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
4595
+ getPage({ wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
4576
4596
  /**
4577
4597
  * Gets or sets the wildcard for use in a query search.
4578
4598
  */
@@ -4585,6 +4605,10 @@ declare class BookingService {
4585
4605
  * Gets or sets the venue Id for use in a query search.
4586
4606
  */
4587
4607
  venueId?: string;
4608
+ /**
4609
+ * Gets or sets the customer Id for use in a query search.
4610
+ */
4611
+ customerId?: string;
4588
4612
  /**
4589
4613
  * Gets or sets the queryable order ids.
4590
4614
  */
@@ -4678,7 +4702,7 @@ declare class BookingService {
4678
4702
  * @returns Order Success
4679
4703
  * @throws ApiError
4680
4704
  */
4681
- getListIdName({ wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
4705
+ getListIdName({ wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
4682
4706
  /**
4683
4707
  * Gets or sets the wildcard for use in a query search.
4684
4708
  */
@@ -4691,6 +4715,10 @@ declare class BookingService {
4691
4715
  * Gets or sets the venue Id for use in a query search.
4692
4716
  */
4693
4717
  venueId?: string;
4718
+ /**
4719
+ * Gets or sets the customer Id for use in a query search.
4720
+ */
4721
+ customerId?: string;
4694
4722
  /**
4695
4723
  * Gets or sets the queryable order ids.
4696
4724
  */
@@ -9351,7 +9379,7 @@ declare class ImagesService {
9351
9379
  }
9352
9380
 
9353
9381
  /**
9354
- * Post model for order inserts.
9382
+ * Refresh model for order refreshesnpm .
9355
9383
  */
9356
9384
  type OrderRefresh = {
9357
9385
  /**
@@ -9456,7 +9484,7 @@ declare class LeasingService {
9456
9484
  * @returns boolean Success
9457
9485
  * @throws ApiError
9458
9486
  */
9459
- exists({ wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9487
+ exists({ wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9460
9488
  /**
9461
9489
  * Gets or sets the wildcard for use in a query search.
9462
9490
  */
@@ -9469,6 +9497,10 @@ declare class LeasingService {
9469
9497
  * Gets or sets the venue Id for use in a query search.
9470
9498
  */
9471
9499
  venueId?: string;
9500
+ /**
9501
+ * Gets or sets the customer Id for use in a query search.
9502
+ */
9503
+ customerId?: string;
9472
9504
  /**
9473
9505
  * Gets or sets the queryable order ids.
9474
9506
  */
@@ -9551,7 +9583,7 @@ declare class LeasingService {
9551
9583
  * @returns OrderPage Success
9552
9584
  * @throws ApiError
9553
9585
  */
9554
- getPage({ wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9586
+ getPage({ wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9555
9587
  /**
9556
9588
  * Gets or sets the wildcard for use in a query search.
9557
9589
  */
@@ -9564,6 +9596,10 @@ declare class LeasingService {
9564
9596
  * Gets or sets the venue Id for use in a query search.
9565
9597
  */
9566
9598
  venueId?: string;
9599
+ /**
9600
+ * Gets or sets the customer Id for use in a query search.
9601
+ */
9602
+ customerId?: string;
9567
9603
  /**
9568
9604
  * Gets or sets the queryable order ids.
9569
9605
  */
@@ -9657,7 +9693,7 @@ declare class LeasingService {
9657
9693
  * @returns Order Success
9658
9694
  * @throws ApiError
9659
9695
  */
9660
- getListIdName({ wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9696
+ getListIdName({ wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
9661
9697
  /**
9662
9698
  * Gets or sets the wildcard for use in a query search.
9663
9699
  */
@@ -9670,6 +9706,10 @@ declare class LeasingService {
9670
9706
  * Gets or sets the venue Id for use in a query search.
9671
9707
  */
9672
9708
  venueId?: string;
9709
+ /**
9710
+ * Gets or sets the customer Id for use in a query search.
9711
+ */
9712
+ customerId?: string;
9673
9713
  /**
9674
9714
  * Gets or sets the queryable order ids.
9675
9715
  */
@@ -12614,7 +12654,7 @@ declare class OrderItemsService {
12614
12654
  }
12615
12655
 
12616
12656
  /**
12617
- * Post model for order inserts.
12657
+ * Model for order contact updates.
12618
12658
  */
12619
12659
  type OrderUpdateContact = {
12620
12660
  /**
@@ -12762,7 +12802,7 @@ declare class OrdersService {
12762
12802
  * @returns boolean Success
12763
12803
  * @throws ApiError
12764
12804
  */
12765
- exists({ wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
12805
+ exists({ wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
12766
12806
  /**
12767
12807
  * Gets or sets the wildcard for use in a query search.
12768
12808
  */
@@ -12775,6 +12815,10 @@ declare class OrdersService {
12775
12815
  * Gets or sets the venue Id for use in a query search.
12776
12816
  */
12777
12817
  venueId?: string;
12818
+ /**
12819
+ * Gets or sets the customer Id for use in a query search.
12820
+ */
12821
+ customerId?: string;
12778
12822
  /**
12779
12823
  * Gets or sets the queryable order ids.
12780
12824
  */
@@ -12857,7 +12901,7 @@ declare class OrdersService {
12857
12901
  * @returns OrderPage Success
12858
12902
  * @throws ApiError
12859
12903
  */
12860
- getPage({ wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
12904
+ getPage({ wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
12861
12905
  /**
12862
12906
  * Gets or sets the wildcard for use in a query search.
12863
12907
  */
@@ -12870,6 +12914,10 @@ declare class OrdersService {
12870
12914
  * Gets or sets the venue Id for use in a query search.
12871
12915
  */
12872
12916
  venueId?: string;
12917
+ /**
12918
+ * Gets or sets the customer Id for use in a query search.
12919
+ */
12920
+ customerId?: string;
12873
12921
  /**
12874
12922
  * Gets or sets the queryable order ids.
12875
12923
  */
@@ -12963,7 +13011,7 @@ declare class OrdersService {
12963
13011
  * @returns Order Success
12964
13012
  * @throws ApiError
12965
13013
  */
12966
- getListIdName({ wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
13014
+ getListIdName({ wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
12967
13015
  /**
12968
13016
  * Gets or sets the wildcard for use in a query search.
12969
13017
  */
@@ -12976,6 +13024,10 @@ declare class OrdersService {
12976
13024
  * Gets or sets the venue Id for use in a query search.
12977
13025
  */
12978
13026
  venueId?: string;
13027
+ /**
13028
+ * Gets or sets the customer Id for use in a query search.
13029
+ */
13030
+ customerId?: string;
12979
13031
  /**
12980
13032
  * Gets or sets the queryable order ids.
12981
13033
  */
@@ -14758,7 +14810,7 @@ declare class PublicBookingService {
14758
14810
  * @returns boolean Success
14759
14811
  * @throws ApiError
14760
14812
  */
14761
- exists({ xTenantSubdomain, wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
14813
+ exists({ xTenantSubdomain, wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
14762
14814
  /**
14763
14815
  * The tenants subdomain.
14764
14816
  */
@@ -14775,6 +14827,10 @@ declare class PublicBookingService {
14775
14827
  * Gets or sets the venue Id for use in a query search.
14776
14828
  */
14777
14829
  venueId?: string;
14830
+ /**
14831
+ * Gets or sets the customer Id for use in a query search.
14832
+ */
14833
+ customerId?: string;
14778
14834
  /**
14779
14835
  * Gets or sets the queryable order ids.
14780
14836
  */
@@ -14857,7 +14913,7 @@ declare class PublicBookingService {
14857
14913
  * @returns OrderPage Success
14858
14914
  * @throws ApiError
14859
14915
  */
14860
- getPage({ xTenantSubdomain, wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
14916
+ getPage({ xTenantSubdomain, wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
14861
14917
  /**
14862
14918
  * The tenants subdomain.
14863
14919
  */
@@ -14874,6 +14930,10 @@ declare class PublicBookingService {
14874
14930
  * Gets or sets the venue Id for use in a query search.
14875
14931
  */
14876
14932
  venueId?: string;
14933
+ /**
14934
+ * Gets or sets the customer Id for use in a query search.
14935
+ */
14936
+ customerId?: string;
14877
14937
  /**
14878
14938
  * Gets or sets the queryable order ids.
14879
14939
  */
@@ -15705,7 +15765,7 @@ declare class PublicLeasingService {
15705
15765
  * @returns boolean Success
15706
15766
  * @throws ApiError
15707
15767
  */
15708
- exists({ xTenantSubdomain, wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
15768
+ exists({ xTenantSubdomain, wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
15709
15769
  /**
15710
15770
  * The tenants subdomain.
15711
15771
  */
@@ -15722,6 +15782,10 @@ declare class PublicLeasingService {
15722
15782
  * Gets or sets the venue Id for use in a query search.
15723
15783
  */
15724
15784
  venueId?: string;
15785
+ /**
15786
+ * Gets or sets the customer Id for use in a query search.
15787
+ */
15788
+ customerId?: string;
15725
15789
  /**
15726
15790
  * Gets or sets the queryable order ids.
15727
15791
  */
@@ -15804,7 +15868,7 @@ declare class PublicLeasingService {
15804
15868
  * @returns OrderPage Success
15805
15869
  * @throws ApiError
15806
15870
  */
15807
- getPage({ xTenantSubdomain, wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
15871
+ getPage({ xTenantSubdomain, wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
15808
15872
  /**
15809
15873
  * The tenants subdomain.
15810
15874
  */
@@ -15821,6 +15885,10 @@ declare class PublicLeasingService {
15821
15885
  * Gets or sets the venue Id for use in a query search.
15822
15886
  */
15823
15887
  venueId?: string;
15888
+ /**
15889
+ * Gets or sets the customer Id for use in a query search.
15890
+ */
15891
+ customerId?: string;
15824
15892
  /**
15825
15893
  * Gets or sets the queryable order ids.
15826
15894
  */
@@ -15991,7 +16059,7 @@ declare class PublicOrdersService {
15991
16059
  * @returns boolean Success
15992
16060
  * @throws ApiError
15993
16061
  */
15994
- exists({ xTenantSubdomain, wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16062
+ exists({ xTenantSubdomain, wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
15995
16063
  /**
15996
16064
  * The tenants subdomain.
15997
16065
  */
@@ -16008,6 +16076,10 @@ declare class PublicOrdersService {
16008
16076
  * Gets or sets the venue Id for use in a query search.
16009
16077
  */
16010
16078
  venueId?: string;
16079
+ /**
16080
+ * Gets or sets the customer Id for use in a query search.
16081
+ */
16082
+ customerId?: string;
16011
16083
  /**
16012
16084
  * Gets or sets the queryable order ids.
16013
16085
  */
@@ -16090,7 +16162,7 @@ declare class PublicOrdersService {
16090
16162
  * @returns OrderPage Success
16091
16163
  * @throws ApiError
16092
16164
  */
16093
- getPage({ xTenantSubdomain, wildcard, accessCode, venueId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16165
+ getPage({ xTenantSubdomain, wildcard, accessCode, venueId, customerId, orderIds, sessionId, facilityId, courseId, orderStage, isBookedOrPendingPayment, orderStages, orderDateGte, orderDateLte, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
16094
16166
  /**
16095
16167
  * The tenants subdomain.
16096
16168
  */
@@ -16107,6 +16179,10 @@ declare class PublicOrdersService {
16107
16179
  * Gets or sets the venue Id for use in a query search.
16108
16180
  */
16109
16181
  venueId?: string;
16182
+ /**
16183
+ * Gets or sets the customer Id for use in a query search.
16184
+ */
16185
+ customerId?: string;
16110
16186
  /**
16111
16187
  * Gets or sets the queryable order ids.
16112
16188
  */
@@ -18785,6 +18861,54 @@ type SurveyPost = {
18785
18861
  active: boolean;
18786
18862
  };
18787
18863
 
18864
+ /**
18865
+ * The response to a single survey question.
18866
+ */
18867
+ type SurveySubmissionResponse = {
18868
+ /**
18869
+ * Gets or sets question id.
18870
+ */
18871
+ questionId: string;
18872
+ /**
18873
+ * Gets or sets the question answer.
18874
+ */
18875
+ answer?: string | null;
18876
+ /**
18877
+ * Gets or sets the question answer.
18878
+ */
18879
+ answers?: Array<string> | null;
18880
+ };
18881
+
18882
+ /**
18883
+ * Post model for survey submissions, a survey submission will contain the responses for a single unique attendee/activity combination. So a single order may have multiple survey submissions.
18884
+ */
18885
+ type SurveySubmit = {
18886
+ /**
18887
+ * Gets or sets the tenant Id.
18888
+ */
18889
+ tenantId: string;
18890
+ /**
18891
+ * Gets or sets the survey id.
18892
+ */
18893
+ surveyId: string;
18894
+ /**
18895
+ * Gets or sets the order item id.
18896
+ */
18897
+ orderItemId: string;
18898
+ /**
18899
+ * Gets or sets the attendee id.
18900
+ */
18901
+ attendeeId: string;
18902
+ /**
18903
+ * Gets or sets the attendee number.
18904
+ */
18905
+ attendeeNumber?: number | null;
18906
+ /**
18907
+ * Gets or sets the survey responses.
18908
+ */
18909
+ responses: Array<SurveySubmissionResponse>;
18910
+ };
18911
+
18788
18912
  declare class PublicSurveysService {
18789
18913
  readonly httpRequest: BaseHttpRequest;
18790
18914
  constructor(httpRequest: BaseHttpRequest);
@@ -18877,6 +19001,21 @@ declare class PublicSurveysService {
18877
19001
  */
18878
19002
  requestBody?: Survey;
18879
19003
  }): CancelablePromise<any>;
19004
+ /**
19005
+ * Gets a Reach.Models.Tenant by its subdomain.
19006
+ * @returns any Success
19007
+ * @throws ApiError
19008
+ */
19009
+ submit({ xTenantSubdomain, requestBody, }: {
19010
+ /**
19011
+ * The tenants subdomain.
19012
+ */
19013
+ xTenantSubdomain?: string;
19014
+ /**
19015
+ * The survey questions with related answers.
19016
+ */
19017
+ requestBody?: SurveySubmit;
19018
+ }): CancelablePromise<any>;
18880
19019
  /**
18881
19020
  * Returns a value indicating whether the resource exists in the database given the provided search params.
18882
19021
  * @returns boolean Success
@@ -28721,4 +28860,4 @@ type ValidationResultModel = {
28721
28860
  readonly errors?: Array<ValidationError> | null;
28722
28861
  };
28723
28862
 
28724
- export { Activity, ActivityService, ActivityType, AdvanceBooking, Amenity, AmenityService, ApiClient, ApiError, AppUserRole, ApplicationRole, Attendee, AttendeePage, AttendeePatch, AttendeePost, AttendeesService, 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, OpportunityRegister, OpportunityRegisterPage, OpportunityRegisterPatch, OpportunityRegisterPost, OpportunityRegisterService, OpportunityType, Order, OrderItem, OrderItemPage, OrderItemPatch, OrderItemPost, OrderItemStatus, OrderItemsService, OrderPage, OrderPatch, OrderPost, OrderPostItem, OrderRefresh, 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, SurveyResponseMode, 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 };
28863
+ export { Activity, ActivityService, ActivityType, AdvanceBooking, Amenity, AmenityService, ApiClient, ApiError, AppUserRole, ApplicationRole, Attendee, AttendeePage, AttendeePatch, AttendeePost, AttendeesService, 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, OpportunityRegister, OpportunityRegisterPage, OpportunityRegisterPatch, OpportunityRegisterPost, OpportunityRegisterService, OpportunityType, Order, OrderItem, OrderItemPage, OrderItemPatch, OrderItemPost, OrderItemStatus, OrderItemsService, OrderPage, OrderPatch, OrderPost, OrderPostItem, OrderRefresh, 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, SurveyResponseMode, SurveySubmissionModel, SurveySubmissionResponse, SurveySubmit, 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 };