@victoria-company/agora-client 1.0.202511041053 → 1.0.202511071345

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/index.js CHANGED
@@ -350,6 +350,9 @@ function createGetCustomerAllVouchersResponseFromDiscriminatorValue(parseNode) {
350
350
  function createGetCustomerOrdersResponseFromDiscriminatorValue(parseNode) {
351
351
  return deserializeIntoGetCustomerOrdersResponse;
352
352
  }
353
+ function createGetCustomersTypesenseSettingsResponseFromDiscriminatorValue(parseNode) {
354
+ return deserializeIntoGetCustomersTypesenseSettingsResponse;
355
+ }
353
356
  function createGetDelegateGrantsResponse_DelegateGrantResponseFromDiscriminatorValue(parseNode) {
354
357
  return deserializeIntoGetDelegateGrantsResponse_DelegateGrantResponse;
355
358
  }
@@ -518,12 +521,6 @@ function createRevokeVoucherFromFacadeRequestFromDiscriminatorValue(parseNode) {
518
521
  function createRunBatchesRequestFromDiscriminatorValue(parseNode) {
519
522
  return deserializeIntoRunBatchesRequest;
520
523
  }
521
- function createSearchCustomersResponse_CustomerSearchResultFromDiscriminatorValue(parseNode) {
522
- return deserializeIntoSearchCustomersResponse_CustomerSearchResult;
523
- }
524
- function createSearchCustomersResponseFromDiscriminatorValue(parseNode) {
525
- return deserializeIntoSearchCustomersResponse;
526
- }
527
524
  function createSearchMyTeamDelegatesResponse_DelegateSearchItemFromDiscriminatorValue(parseNode) {
528
525
  return deserializeIntoSearchMyTeamDelegatesResponse_DelegateSearchItem;
529
526
  }
@@ -557,6 +554,9 @@ function createSmartEnumOfPaymentStatusFromDiscriminatorValue(parseNode) {
557
554
  function createThemeResponseFromDiscriminatorValue(parseNode) {
558
555
  return deserializeIntoThemeResponse;
559
556
  }
557
+ function createTypesenseNode2FromDiscriminatorValue(parseNode) {
558
+ return deserializeIntoTypesenseNode2;
559
+ }
560
560
  function createTypesenseNodeFromDiscriminatorValue(parseNode) {
561
561
  return deserializeIntoTypesenseNode;
562
562
  }
@@ -2981,6 +2981,19 @@ function deserializeIntoGetCustomerOrdersResponse(getCustomerOrdersResponse = {}
2981
2981
  }
2982
2982
  };
2983
2983
  }
2984
+ function deserializeIntoGetCustomersTypesenseSettingsResponse(getCustomersTypesenseSettingsResponse = {}) {
2985
+ return {
2986
+ "apiKey": (n) => {
2987
+ getCustomersTypesenseSettingsResponse.apiKey = n.getStringValue();
2988
+ },
2989
+ "nearestNode": (n) => {
2990
+ getCustomersTypesenseSettingsResponse.nearestNode = n.getObjectValue(createTypesenseNodeFromDiscriminatorValue);
2991
+ },
2992
+ "nodes": (n) => {
2993
+ getCustomersTypesenseSettingsResponse.nodes = n.getCollectionOfObjectValues(createTypesenseNodeFromDiscriminatorValue);
2994
+ }
2995
+ };
2996
+ }
2984
2997
  function deserializeIntoGetDelegateGrantsResponse(getDelegateGrantsResponse = {}) {
2985
2998
  return {
2986
2999
  "data": (n) => {
@@ -3172,10 +3185,10 @@ function deserializeIntoGetTypesenseSettingsResponse(getTypesenseSettingsRespons
3172
3185
  getTypesenseSettingsResponse.apiKey = n.getStringValue();
3173
3186
  },
3174
3187
  "nearestNode": (n) => {
3175
- getTypesenseSettingsResponse.nearestNode = n.getObjectValue(createTypesenseNodeFromDiscriminatorValue);
3188
+ getTypesenseSettingsResponse.nearestNode = n.getObjectValue(createTypesenseNode2FromDiscriminatorValue);
3176
3189
  },
3177
3190
  "nodes": (n) => {
3178
- getTypesenseSettingsResponse.nodes = n.getCollectionOfObjectValues(createTypesenseNodeFromDiscriminatorValue);
3191
+ getTypesenseSettingsResponse.nodes = n.getCollectionOfObjectValues(createTypesenseNode2FromDiscriminatorValue);
3179
3192
  }
3180
3193
  };
3181
3194
  }
@@ -3821,83 +3834,6 @@ function deserializeIntoRunBatchesRequest(runBatchesRequest = {}) {
3821
3834
  }
3822
3835
  };
3823
3836
  }
3824
- function deserializeIntoSearchCustomersResponse(searchCustomersResponse = {}) {
3825
- return {
3826
- "customers": (n) => {
3827
- searchCustomersResponse.customers = n.getCollectionOfObjectValues(createSearchCustomersResponse_CustomerSearchResultFromDiscriminatorValue);
3828
- },
3829
- "users": (n) => {
3830
- searchCustomersResponse.users = n.getCollectionOfObjectValues(createSearchCustomersResponse_CustomerSearchResultFromDiscriminatorValue);
3831
- }
3832
- };
3833
- }
3834
- function deserializeIntoSearchCustomersResponse_CustomerSearchResult(searchCustomersResponse_CustomerSearchResult = {}) {
3835
- return {
3836
- "assignedDelegateFullname": (n) => {
3837
- searchCustomersResponse_CustomerSearchResult.assignedDelegateFullname = n.getStringValue();
3838
- },
3839
- "assignedDelegateId": (n) => {
3840
- searchCustomersResponse_CustomerSearchResult.assignedDelegateId = n.getStringValue();
3841
- },
3842
- "birthDate": (n) => {
3843
- searchCustomersResponse_CustomerSearchResult.birthDate = n.getDateOnlyValue();
3844
- },
3845
- "city": (n) => {
3846
- searchCustomersResponse_CustomerSearchResult.city = n.getStringValue();
3847
- },
3848
- "clubStatus": (n) => {
3849
- searchCustomersResponse_CustomerSearchResult.clubStatus = n.getEnumValue(ClubStatusObject);
3850
- },
3851
- "contextId": (n) => {
3852
- searchCustomersResponse_CustomerSearchResult.contextId = n.getNumberValue();
3853
- },
3854
- "countryCode": (n) => {
3855
- searchCustomersResponse_CustomerSearchResult.countryCode = n.getStringValue();
3856
- },
3857
- "createdAt": (n) => {
3858
- searchCustomersResponse_CustomerSearchResult.createdAt = n.getDateValue();
3859
- },
3860
- "displayName": (n) => {
3861
- searchCustomersResponse_CustomerSearchResult.displayName = n.getStringValue();
3862
- },
3863
- "email": (n) => {
3864
- searchCustomersResponse_CustomerSearchResult.email = n.getStringValue();
3865
- },
3866
- "externalId": (n) => {
3867
- searchCustomersResponse_CustomerSearchResult.externalId = n.getNumberValue();
3868
- },
3869
- "firstname": (n) => {
3870
- searchCustomersResponse_CustomerSearchResult.firstname = n.getStringValue();
3871
- },
3872
- "gender": (n) => {
3873
- searchCustomersResponse_CustomerSearchResult.gender = n.getEnumValue(GenderObject);
3874
- },
3875
- "id": (n) => {
3876
- searchCustomersResponse_CustomerSearchResult.id = n.getStringValue();
3877
- },
3878
- "isActive": (n) => {
3879
- searchCustomersResponse_CustomerSearchResult.isActive = n.getBooleanValue();
3880
- },
3881
- "isAnonymized": (n) => {
3882
- searchCustomersResponse_CustomerSearchResult.isAnonymized = n.getBooleanValue();
3883
- },
3884
- "lastname": (n) => {
3885
- searchCustomersResponse_CustomerSearchResult.lastname = n.getStringValue();
3886
- },
3887
- "locale": (n) => {
3888
- searchCustomersResponse_CustomerSearchResult.locale = n.getStringValue();
3889
- },
3890
- "mobile": (n) => {
3891
- searchCustomersResponse_CustomerSearchResult.mobile = n.getStringValue();
3892
- },
3893
- "phone": (n) => {
3894
- searchCustomersResponse_CustomerSearchResult.phone = n.getStringValue();
3895
- },
3896
- "zipCode": (n) => {
3897
- searchCustomersResponse_CustomerSearchResult.zipCode = n.getStringValue();
3898
- }
3899
- };
3900
- }
3901
3837
  function deserializeIntoSearchMyTeamDelegatesResponse(searchMyTeamDelegatesResponse = {}) {
3902
3838
  return {
3903
3839
  "delegates": (n) => {
@@ -4064,6 +4000,19 @@ function deserializeIntoTypesenseNode(typesenseNode = {}) {
4064
4000
  }
4065
4001
  };
4066
4002
  }
4003
+ function deserializeIntoTypesenseNode2(typesenseNode2 = {}) {
4004
+ return {
4005
+ "host": (n) => {
4006
+ typesenseNode2.host = n.getStringValue();
4007
+ },
4008
+ "port": (n) => {
4009
+ typesenseNode2.port = n.getNumberValue();
4010
+ },
4011
+ "protocol": (n) => {
4012
+ typesenseNode2.protocol = n.getStringValue();
4013
+ }
4014
+ };
4015
+ }
4067
4016
  function deserializeIntoUpdateCartItemEngravingRequest(updateCartItemEngravingRequest = {}) {
4068
4017
  return {
4069
4018
  "engraving": (n) => {
@@ -6077,6 +6026,13 @@ function serializeGetCustomerOrdersResponse(writer, getCustomerOrdersResponse =
6077
6026
  writer.writeNumberValue("pageSize", getCustomerOrdersResponse.pageSize);
6078
6027
  }
6079
6028
  }
6029
+ function serializeGetCustomersTypesenseSettingsResponse(writer, getCustomersTypesenseSettingsResponse = {}) {
6030
+ if (getCustomersTypesenseSettingsResponse) {
6031
+ writer.writeStringValue("apiKey", getCustomersTypesenseSettingsResponse.apiKey);
6032
+ writer.writeObjectValue("nearestNode", getCustomersTypesenseSettingsResponse.nearestNode, serializeTypesenseNode);
6033
+ writer.writeCollectionOfObjectValues("nodes", getCustomersTypesenseSettingsResponse.nodes, serializeTypesenseNode);
6034
+ }
6035
+ }
6080
6036
  function serializeGetDelegateGrantsResponse(writer, getDelegateGrantsResponse = {}) {
6081
6037
  if (getDelegateGrantsResponse) {
6082
6038
  writer.writeCollectionOfObjectValues("data", getDelegateGrantsResponse.data, serializeGetDelegateGrantsResponse_DelegateGrantResponse);
@@ -6196,8 +6152,8 @@ function serializeGetThemesResponse(writer, getThemesResponse = {}) {
6196
6152
  function serializeGetTypesenseSettingsResponse(writer, getTypesenseSettingsResponse = {}) {
6197
6153
  if (getTypesenseSettingsResponse) {
6198
6154
  writer.writeStringValue("apiKey", getTypesenseSettingsResponse.apiKey);
6199
- writer.writeObjectValue("nearestNode", getTypesenseSettingsResponse.nearestNode, serializeTypesenseNode);
6200
- writer.writeCollectionOfObjectValues("nodes", getTypesenseSettingsResponse.nodes, serializeTypesenseNode);
6155
+ writer.writeObjectValue("nearestNode", getTypesenseSettingsResponse.nearestNode, serializeTypesenseNode2);
6156
+ writer.writeCollectionOfObjectValues("nodes", getTypesenseSettingsResponse.nodes, serializeTypesenseNode2);
6201
6157
  }
6202
6158
  }
6203
6159
  function serializeGetUserForInvitationCodeResponse(writer, getUserForInvitationCodeResponse = {}) {
@@ -6510,37 +6466,6 @@ function serializeRunBatchesRequest(writer, runBatchesRequest = {}) {
6510
6466
  writer.writeCollectionOfEnumValues("batches", runBatchesRequest.batches);
6511
6467
  }
6512
6468
  }
6513
- function serializeSearchCustomersResponse(writer, searchCustomersResponse = {}) {
6514
- if (searchCustomersResponse) {
6515
- writer.writeCollectionOfObjectValues("customers", searchCustomersResponse.customers, serializeSearchCustomersResponse_CustomerSearchResult);
6516
- writer.writeCollectionOfObjectValues("users", searchCustomersResponse.users, serializeSearchCustomersResponse_CustomerSearchResult);
6517
- }
6518
- }
6519
- function serializeSearchCustomersResponse_CustomerSearchResult(writer, searchCustomersResponse_CustomerSearchResult = {}) {
6520
- if (searchCustomersResponse_CustomerSearchResult) {
6521
- writer.writeStringValue("assignedDelegateFullname", searchCustomersResponse_CustomerSearchResult.assignedDelegateFullname);
6522
- writer.writeStringValue("assignedDelegateId", searchCustomersResponse_CustomerSearchResult.assignedDelegateId);
6523
- writer.writeDateOnlyValue("birthDate", searchCustomersResponse_CustomerSearchResult.birthDate);
6524
- writer.writeStringValue("city", searchCustomersResponse_CustomerSearchResult.city);
6525
- writer.writeEnumValue("clubStatus", searchCustomersResponse_CustomerSearchResult.clubStatus);
6526
- writer.writeNumberValue("contextId", searchCustomersResponse_CustomerSearchResult.contextId);
6527
- writer.writeStringValue("countryCode", searchCustomersResponse_CustomerSearchResult.countryCode);
6528
- writer.writeDateValue("createdAt", searchCustomersResponse_CustomerSearchResult.createdAt);
6529
- writer.writeStringValue("displayName", searchCustomersResponse_CustomerSearchResult.displayName);
6530
- writer.writeStringValue("email", searchCustomersResponse_CustomerSearchResult.email);
6531
- writer.writeNumberValue("externalId", searchCustomersResponse_CustomerSearchResult.externalId);
6532
- writer.writeStringValue("firstname", searchCustomersResponse_CustomerSearchResult.firstname);
6533
- writer.writeEnumValue("gender", searchCustomersResponse_CustomerSearchResult.gender);
6534
- writer.writeStringValue("id", searchCustomersResponse_CustomerSearchResult.id);
6535
- writer.writeBooleanValue("isActive", searchCustomersResponse_CustomerSearchResult.isActive);
6536
- writer.writeBooleanValue("isAnonymized", searchCustomersResponse_CustomerSearchResult.isAnonymized);
6537
- writer.writeStringValue("lastname", searchCustomersResponse_CustomerSearchResult.lastname);
6538
- writer.writeStringValue("locale", searchCustomersResponse_CustomerSearchResult.locale);
6539
- writer.writeStringValue("mobile", searchCustomersResponse_CustomerSearchResult.mobile);
6540
- writer.writeStringValue("phone", searchCustomersResponse_CustomerSearchResult.phone);
6541
- writer.writeStringValue("zipCode", searchCustomersResponse_CustomerSearchResult.zipCode);
6542
- }
6543
- }
6544
6469
  function serializeSearchMyTeamDelegatesResponse(writer, searchMyTeamDelegatesResponse = {}) {
6545
6470
  if (searchMyTeamDelegatesResponse) {
6546
6471
  writer.writeCollectionOfObjectValues("delegates", searchMyTeamDelegatesResponse.delegates, serializeSearchMyTeamDelegatesResponse_DelegateSearchItem);
@@ -6630,6 +6555,13 @@ function serializeTypesenseNode(writer, typesenseNode = {}) {
6630
6555
  writer.writeStringValue("protocol", typesenseNode.protocol);
6631
6556
  }
6632
6557
  }
6558
+ function serializeTypesenseNode2(writer, typesenseNode2 = {}) {
6559
+ if (typesenseNode2) {
6560
+ writer.writeStringValue("host", typesenseNode2.host);
6561
+ writer.writeNumberValue("port", typesenseNode2.port);
6562
+ writer.writeStringValue("protocol", typesenseNode2.protocol);
6563
+ }
6564
+ }
6633
6565
  function serializeUpdateCartItemEngravingRequest(writer, updateCartItemEngravingRequest = {}) {
6634
6566
  if (updateCartItemEngravingRequest) {
6635
6567
  writer.writeObjectValue("engraving", updateCartItemEngravingRequest.engraving, serializeEngravingDetailsRequest);
@@ -8917,17 +8849,30 @@ var WithCustomerItemRequestBuilderNavigationMetadata = {
8917
8849
  }
8918
8850
  };
8919
8851
 
8920
- // src/api/customers/search/index.ts
8921
- var SearchRequestBuilderUriTemplate = "{+baseurl}/api/customers/search?searchTerm={searchTerm}{&limit*}";
8922
- var SearchRequestBuilderRequestsMetadata = {
8852
+ // src/api/customers/syncSearch/index.ts
8853
+ var SyncSearchRequestBuilderUriTemplate2 = "{+baseurl}/api/customers/sync-search";
8854
+ var SyncSearchRequestBuilderRequestsMetadata2 = {
8855
+ post: {
8856
+ uriTemplate: SyncSearchRequestBuilderUriTemplate2,
8857
+ responseBodyContentType: "application/json",
8858
+ errorMappings: {
8859
+ 422: createDomainExceptionResponseFromDiscriminatorValue
8860
+ },
8861
+ adapterMethodName: "sendNoResponseContent"
8862
+ }
8863
+ };
8864
+
8865
+ // src/api/customers/typesenseSettings/index.ts
8866
+ var TypesenseSettingsRequestBuilderUriTemplate2 = "{+baseurl}/api/customers/typesense-settings";
8867
+ var TypesenseSettingsRequestBuilderRequestsMetadata2 = {
8923
8868
  get: {
8924
- uriTemplate: SearchRequestBuilderUriTemplate,
8869
+ uriTemplate: TypesenseSettingsRequestBuilderUriTemplate2,
8925
8870
  responseBodyContentType: "application/json",
8926
8871
  errorMappings: {
8927
8872
  422: createDomainExceptionResponseFromDiscriminatorValue
8928
8873
  },
8929
8874
  adapterMethodName: "send",
8930
- responseBodyFactory: createSearchCustomersResponseFromDiscriminatorValue
8875
+ responseBodyFactory: createGetCustomersTypesenseSettingsResponseFromDiscriminatorValue
8931
8876
  }
8932
8877
  };
8933
8878
 
@@ -8938,8 +8883,11 @@ var CustomersRequestBuilderNavigationMetadata = {
8938
8883
  navigationMetadata: WithCustomerItemRequestBuilderNavigationMetadata,
8939
8884
  pathParametersMappings: ["customerId"]
8940
8885
  },
8941
- search: {
8942
- requestsMetadata: SearchRequestBuilderRequestsMetadata
8886
+ syncSearch: {
8887
+ requestsMetadata: SyncSearchRequestBuilderRequestsMetadata2
8888
+ },
8889
+ typesenseSettings: {
8890
+ requestsMetadata: TypesenseSettingsRequestBuilderRequestsMetadata2
8943
8891
  }
8944
8892
  };
8945
8893
  var CustomersRequestBuilderRequestsMetadata = {
@@ -9045,10 +8993,10 @@ var DelegateItemRequestBuilderRequestsMetadata = {
9045
8993
  };
9046
8994
 
9047
8995
  // src/api/delegates/myTeam/search/index.ts
9048
- var SearchRequestBuilderUriTemplate2 = "{+baseurl}/api/delegates/my-team/search{?searchTerm*}";
9049
- var SearchRequestBuilderRequestsMetadata2 = {
8996
+ var SearchRequestBuilderUriTemplate = "{+baseurl}/api/delegates/my-team/search{?searchTerm*}";
8997
+ var SearchRequestBuilderRequestsMetadata = {
9050
8998
  get: {
9051
- uriTemplate: SearchRequestBuilderUriTemplate2,
8999
+ uriTemplate: SearchRequestBuilderUriTemplate,
9052
9000
  responseBodyContentType: "application/json",
9053
9001
  errorMappings: {
9054
9002
  422: createDomainExceptionResponseFromDiscriminatorValue
@@ -9061,7 +9009,7 @@ var SearchRequestBuilderRequestsMetadata2 = {
9061
9009
  // src/api/delegates/myTeam/index.ts
9062
9010
  var MyTeamRequestBuilderNavigationMetadata = {
9063
9011
  search: {
9064
- requestsMetadata: SearchRequestBuilderRequestsMetadata2
9012
+ requestsMetadata: SearchRequestBuilderRequestsMetadata
9065
9013
  }
9066
9014
  };
9067
9015
 
@@ -11801,29 +11749,12 @@ var CustomerItemRequestBuilderNavigationMetadata = {
11801
11749
  }
11802
11750
  };
11803
11751
 
11804
- // src/api/users/search/index.ts
11805
- var SearchRequestBuilderUriTemplate3 = "{+baseurl}/api/users/search?searchTerm={searchTerm}{&limit*}";
11806
- var SearchRequestBuilderRequestsMetadata3 = {
11807
- get: {
11808
- uriTemplate: SearchRequestBuilderUriTemplate3,
11809
- responseBodyContentType: "application/json",
11810
- errorMappings: {
11811
- 422: createDomainExceptionResponseFromDiscriminatorValue
11812
- },
11813
- adapterMethodName: "send",
11814
- responseBodyFactory: createSearchCustomersResponseFromDiscriminatorValue
11815
- }
11816
- };
11817
-
11818
11752
  // src/api/users/index.ts
11819
11753
  var UsersRequestBuilderUriTemplate = "{+baseurl}/api/users";
11820
11754
  var UsersRequestBuilderNavigationMetadata2 = {
11821
11755
  byCustomerId: {
11822
11756
  navigationMetadata: CustomerItemRequestBuilderNavigationMetadata,
11823
11757
  pathParametersMappings: ["customer%2Did"]
11824
- },
11825
- search: {
11826
- requestsMetadata: SearchRequestBuilderRequestsMetadata3
11827
11758
  }
11828
11759
  };
11829
11760
  var UsersRequestBuilderRequestsMetadata = {
@@ -12262,6 +12193,7 @@ export {
12262
12193
  createGetCustomerAllCartsResponseFromDiscriminatorValue,
12263
12194
  createGetCustomerAllVouchersResponseFromDiscriminatorValue,
12264
12195
  createGetCustomerOrdersResponseFromDiscriminatorValue,
12196
+ createGetCustomersTypesenseSettingsResponseFromDiscriminatorValue,
12265
12197
  createGetDelegateGrantsResponseFromDiscriminatorValue,
12266
12198
  createGetDelegateGrantsResponse_DelegateGrantResponseFromDiscriminatorValue,
12267
12199
  createGetDemoAttendeesOverviewResponseFromDiscriminatorValue,
@@ -12318,8 +12250,6 @@ export {
12318
12250
  createReportTemplateResponseFromDiscriminatorValue,
12319
12251
  createRevokeVoucherFromFacadeRequestFromDiscriminatorValue,
12320
12252
  createRunBatchesRequestFromDiscriminatorValue,
12321
- createSearchCustomersResponseFromDiscriminatorValue,
12322
- createSearchCustomersResponse_CustomerSearchResultFromDiscriminatorValue,
12323
12253
  createSearchMyTeamDelegatesResponseFromDiscriminatorValue,
12324
12254
  createSearchMyTeamDelegatesResponse_DelegateSearchItemFromDiscriminatorValue,
12325
12255
  createSelectDemoHostessGiftRequestFromDiscriminatorValue,
@@ -12331,6 +12261,7 @@ export {
12331
12261
  createSmartEnumOfPaymentStatusAndInt32FromDiscriminatorValue,
12332
12262
  createSmartEnumOfPaymentStatusFromDiscriminatorValue,
12333
12263
  createThemeResponseFromDiscriminatorValue,
12264
+ createTypesenseNode2FromDiscriminatorValue,
12334
12265
  createTypesenseNodeFromDiscriminatorValue,
12335
12266
  createUpdateCartItemEngravingRequestFromDiscriminatorValue,
12336
12267
  createUpdateCustomerEmailRequestFromDiscriminatorValue,
@@ -12492,6 +12423,7 @@ export {
12492
12423
  deserializeIntoGetCustomerAllCartsResponse,
12493
12424
  deserializeIntoGetCustomerAllVouchersResponse,
12494
12425
  deserializeIntoGetCustomerOrdersResponse,
12426
+ deserializeIntoGetCustomersTypesenseSettingsResponse,
12495
12427
  deserializeIntoGetDelegateGrantsResponse,
12496
12428
  deserializeIntoGetDelegateGrantsResponse_DelegateGrantResponse,
12497
12429
  deserializeIntoGetDemoAttendeesOverviewResponse,
@@ -12548,8 +12480,6 @@ export {
12548
12480
  deserializeIntoReportTemplateResponse,
12549
12481
  deserializeIntoRevokeVoucherFromFacadeRequest,
12550
12482
  deserializeIntoRunBatchesRequest,
12551
- deserializeIntoSearchCustomersResponse,
12552
- deserializeIntoSearchCustomersResponse_CustomerSearchResult,
12553
12483
  deserializeIntoSearchMyTeamDelegatesResponse,
12554
12484
  deserializeIntoSearchMyTeamDelegatesResponse_DelegateSearchItem,
12555
12485
  deserializeIntoSelectDemoHostessGiftRequest,
@@ -12562,6 +12492,7 @@ export {
12562
12492
  deserializeIntoSmartEnumOfPaymentStatusAndInt32,
12563
12493
  deserializeIntoThemeResponse,
12564
12494
  deserializeIntoTypesenseNode,
12495
+ deserializeIntoTypesenseNode2,
12565
12496
  deserializeIntoUpdateCartItemEngravingRequest,
12566
12497
  deserializeIntoUpdateCustomerEmailRequest,
12567
12498
  deserializeIntoUpdateCustomerProfileRequest,
@@ -12722,6 +12653,7 @@ export {
12722
12653
  serializeGetCustomerAllCartsResponse,
12723
12654
  serializeGetCustomerAllVouchersResponse,
12724
12655
  serializeGetCustomerOrdersResponse,
12656
+ serializeGetCustomersTypesenseSettingsResponse,
12725
12657
  serializeGetDelegateGrantsResponse,
12726
12658
  serializeGetDelegateGrantsResponse_DelegateGrantResponse,
12727
12659
  serializeGetDemoAttendeesOverviewResponse,
@@ -12778,8 +12710,6 @@ export {
12778
12710
  serializeReportTemplateResponse,
12779
12711
  serializeRevokeVoucherFromFacadeRequest,
12780
12712
  serializeRunBatchesRequest,
12781
- serializeSearchCustomersResponse,
12782
- serializeSearchCustomersResponse_CustomerSearchResult,
12783
12713
  serializeSearchMyTeamDelegatesResponse,
12784
12714
  serializeSearchMyTeamDelegatesResponse_DelegateSearchItem,
12785
12715
  serializeSelectDemoHostessGiftRequest,
@@ -12792,6 +12722,7 @@ export {
12792
12722
  serializeSmartEnumOfPaymentStatusAndInt32,
12793
12723
  serializeThemeResponse,
12794
12724
  serializeTypesenseNode,
12725
+ serializeTypesenseNode2,
12795
12726
  serializeUpdateCartItemEngravingRequest,
12796
12727
  serializeUpdateCustomerEmailRequest,
12797
12728
  serializeUpdateCustomerProfileRequest,