@wix/auto_sdk_ecom_shippo-configurations 1.0.56 → 1.0.58

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.
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
2
  import { ShippoConfiguration, CreateShippoConfigurationOptions, UpdateShippoConfiguration, UpdateExtendedFieldsOptions, UpdateExtendedFieldsResponse, AddDeliveryRegionOptions, AddDeliveryRegionResponse, RemoveDeliveryRegionIdentifiers, RemoveDeliveryRegionOptions, RemoveDeliveryRegionResponse, ShippoConfigurationCreatedEnvelope, ShippoConfigurationDeletedEnvelope, ShippoConfigurationUpdatedEnvelope, ShippoConfigurationsQueryBuilder, ShippoConfigurationQuery, typedQueryShippoConfigurations } from './index.typings.js';
3
- export { AccountInfo, ActionEvent, AddDeliveryRegionRequest, Address, AddressLocation, BaseEventMetadata, CalculationType, CalculationTypeWithLiterals, CommonQueryWithEntityContext, CreateShippoConfigurationRequest, CreateShippoConfigurationResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DeleteShippoConfigurationRequest, DeleteShippoConfigurationResponse, DomainEvent, DomainEventBodyOneOf, DomesticService, DomesticServiceSettings, DomesticServiceWithLiterals, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, ExtendedFields, GetShippoConfigurationRequest, GetShippoConfigurationResponse, HandlingFee, IdentificationData, IdentificationDataIdOneOf, InternationalService, InternationalServiceSettings, InternationalServiceWithLiterals, MessageEnvelope, PackageDetails, PackageDimensions, PackageType, PackageTypeWithLiterals, QueryShippoConfigurationsRequest, QueryShippoConfigurationsResponse, RemoveDeliveryRegionRequest, RestoreInfo, ServiceSettings, ShippoConfigurationQuerySpec, ShippoConfigurationsQueryResult, SortOrder, SortOrderWithLiterals, Sorting, StreetAddress, UpdateExtendedFieldsRequest, UpdateShippoConfigurationRequest, UpdateShippoConfigurationResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js';
3
+ export { AccountInfo, AccountInfoMetadata, ActionEvent, AddDeliveryRegionRequest, Address, AddressLocation, BaseEventMetadata, CalculationType, CalculationTypeWithLiterals, CommonQueryWithEntityContext, CreateShippoConfigurationRequest, CreateShippoConfigurationResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DeleteShippoConfigurationRequest, DeleteShippoConfigurationResponse, DomainEvent, DomainEventBodyOneOf, DomesticService, DomesticServiceSettings, DomesticServiceWithLiterals, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, ExtendedFields, Filter, GetShippoConfigurationRequest, GetShippoConfigurationResponse, HandlingFee, IdentificationData, IdentificationDataIdOneOf, InternationalService, InternationalServiceSettings, InternationalServiceWithLiterals, MessageEnvelope, PackageDetails, PackageDimensions, PackageType, PackageTypeWithLiterals, QueryBuilder, QueryShippoConfigurationsRequest, QueryShippoConfigurationsResponse, RemoveDeliveryRegionRequest, RestoreInfo, ServiceSettings, ShippoConfigurationQuerySpec, ShippoConfigurationsQueryResult, Sort, SortOrder, SortOrderWithLiterals, Sorting, StreetAddress, UpdateExtendedFieldsRequest, UpdateShippoConfigurationRequest, UpdateShippoConfigurationResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js';
4
4
 
5
5
  declare function createShippoConfiguration$1(httpClient: HttpClient): CreateShippoConfigurationSignature;
6
6
  interface CreateShippoConfigurationSignature {
@@ -22,8 +22,11 @@ var index_exports = {};
22
22
  __export(index_exports, {
23
23
  CalculationType: () => CalculationType,
24
24
  DomesticService: () => DomesticService,
25
+ Filter: () => Filter,
25
26
  InternationalService: () => InternationalService,
26
27
  PackageType: () => PackageType,
28
+ QueryBuilder: () => QueryBuilder,
29
+ Sort: () => Sort,
27
30
  SortOrder: () => SortOrder,
28
31
  WebhookIdentityType: () => WebhookIdentityType,
29
32
  addDeliveryRegion: () => addDeliveryRegion4,
@@ -425,6 +428,7 @@ function removeDeliveryRegion(payload) {
425
428
  var import_address = require("@wix/sdk-runtime/transformations/address");
426
429
  var import_address2 = require("@wix/sdk-runtime/transformations/address");
427
430
  var import_transform_paths2 = require("@wix/sdk-runtime/transformations/transform-paths");
431
+ var import_query_builder_utils = require("@wix/sdk-runtime/query-builder-utils");
428
432
  var DomesticService = /* @__PURE__ */ ((DomesticService2) => {
429
433
  DomesticService2["UNKNOWN_DOMESTIC_SERVICE"] = "UNKNOWN_DOMESTIC_SERVICE";
430
434
  DomesticService2["GROUND_ADVANTAGE"] = "GROUND_ADVANTAGE";
@@ -691,6 +695,7 @@ async function typedQueryShippoConfigurations(query) {
691
695
  throw transformedError;
692
696
  }
693
697
  }
698
+ var { QueryBuilder, Filter, Sort } = (0, import_query_builder_utils.createQueryUtils)();
694
699
  async function updateExtendedFields2(_id, namespace, options) {
695
700
  const { httpClient, sideEffects } = arguments[3];
696
701
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
@@ -978,8 +983,11 @@ var onShippoConfigurationUpdated2 = (0, import_event_definition_modules.createEv
978
983
  0 && (module.exports = {
979
984
  CalculationType,
980
985
  DomesticService,
986
+ Filter,
981
987
  InternationalService,
982
988
  PackageType,
989
+ QueryBuilder,
990
+ Sort,
983
991
  SortOrder,
984
992
  WebhookIdentityType,
985
993
  addDeliveryRegion,