@wix/auto_sdk_stores_customizations-v-3 1.0.61 → 1.0.63

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,3 +1,4 @@
1
+ import * as _wix_sdk_types from '@wix/sdk-types';
1
2
  import { QuerySpec, Query, NonNullablePaths } from '@wix/sdk-types';
2
3
 
3
4
  /**
@@ -588,6 +589,37 @@ interface CustomizationIdsWrapper {
588
589
  */
589
590
  customizationIds?: string[];
590
591
  }
592
+ interface BulkCreateCustomizationsForMigrationRequest {
593
+ /**
594
+ * Customizations to create.
595
+ * @minSize 1
596
+ * @maxSize 100
597
+ */
598
+ customizations?: Customization[];
599
+ /**
600
+ * Whether to return the full customization entities in the response.
601
+ *
602
+ * Default: `false`
603
+ */
604
+ returnEntity?: boolean;
605
+ /**
606
+ * Fields to include in the response.
607
+ *
608
+ * Supported values: `ASSIGNED_PRODUCTS_COUNT`
609
+ * @maxSize 100
610
+ */
611
+ fields?: RequestedFieldsWithLiterals[];
612
+ }
613
+ interface BulkCreateCustomizationsForMigrationResponse {
614
+ /**
615
+ * Customizations created by bulk action.
616
+ * @minSize 1
617
+ * @maxSize 100
618
+ */
619
+ results?: BulkCustomizationResult[];
620
+ /** Bulk action metadata. */
621
+ bulkActionMetadata?: BulkActionMetadata;
622
+ }
591
623
  interface AddCustomizationChoicesRequest {
592
624
  /**
593
625
  * Customization ID.
@@ -1518,6 +1550,9 @@ type CustomizationQuery = {
1518
1550
  order?: NonNullable<CommonQueryWithEntityContext['sort']>[number]['order'];
1519
1551
  }[];
1520
1552
  };
1553
+ declare const QueryBuilder: () => _wix_sdk_types.QueryBuilder<Customization, CustomizationQuerySpec, CustomizationQuery>;
1554
+ declare const Filter: _wix_sdk_types.FilterFactory<Customization, CustomizationQuerySpec>;
1555
+ declare const Sort: _wix_sdk_types.SortFactory<CustomizationQuerySpec>;
1521
1556
  /**
1522
1557
  * Creates multiple customizations.
1523
1558
  * @param customizations - Customizations to create.
@@ -1680,4 +1715,4 @@ interface BulkUpdateCustomizationsOptions {
1680
1715
  fields?: RequestedFieldsWithLiterals[];
1681
1716
  }
1682
1717
 
1683
- export { type AccountInfo, type AccountInfoMetadata, type ActionEvent, type AddCustomizationChoicesApplicationErrors, type AddCustomizationChoicesOptions, type AddCustomizationChoicesRequest, type AddCustomizationChoicesResponse, type AddCustomizationChoicesValidationErrors, type App, type ApplicationError, type BaseEventMetadata, type BulkActionMetadata, type BulkAddCustomizationChoicesApplicationErrors, type BulkAddCustomizationChoicesOptions, type BulkAddCustomizationChoicesRequest, type BulkAddCustomizationChoicesResponse, type BulkAddCustomizationChoicesValidationErrors, type BulkCreateCustomizationsApplicationErrors, type BulkCreateCustomizationsOptions, type BulkCreateCustomizationsRequest, type BulkCreateCustomizationsResponse, type BulkCreateCustomizationsValidationErrors, type BulkCustomizationResult, type BulkUpdateCustomizationsOptions, type BulkUpdateCustomizationsRequest, type BulkUpdateCustomizationsResponse, type Choice, ChoiceType, type ChoiceTypeWithLiterals, type ChoiceValueOneOf, type ChoicesSettings, type CommonQueryWithEntityContext, type CreateCustomizationApplicationErrors, type CreateCustomizationRequest, type CreateCustomizationResponse, type CreateCustomizationValidationErrors, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type CustomTag, type Customization, type CustomizationChoices, type CustomizationCreatedEnvelope, type CustomizationCustomizationSettingsOneOf, type CustomizationDeletedEnvelope, type CustomizationIdsWrapper, type CustomizationQuery, type CustomizationQuerySpec, CustomizationRenderType, type CustomizationRenderTypeWithLiterals, CustomizationType, type CustomizationTypeWithLiterals, type CustomizationUpdatedEnvelope, type CustomizationsQueryBuilder, type CustomizationsQueryResult, type DeleteCustomizationRequest, type DeleteCustomizationResponse, type DeleteCustomizationValidationErrors, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, type File, type FocalPoint, type FreeTextSettings, type GetCustomizationOptions, type GetCustomizationRequest, type GetCustomizationResponse, type IdentificationData, type IdentificationDataIdOneOf, type InvalidateCache, type InvalidateCacheGetByOneOf, type ItemMetadata, type MaskedCustomization, type MessageEnvelope, type MultipleColors, type Page, type QueryCustomizationsOptions, type QueryCustomizationsRequest, type QueryCustomizationsResponse, type RecloneSiteRequest, type RecloneSiteResponse, type RemoveCustomizationChoicesApplicationErrors, type RemoveCustomizationChoicesOptions, type RemoveCustomizationChoicesRequest, type RemoveCustomizationChoicesResponse, type RemoveCustomizationChoicesValidationErrors, RequestedFields, type RequestedFieldsWithLiterals, type RestoreInfo, type SetCustomizationChoicesApplicationErrors, type SetCustomizationChoicesOptions, type SetCustomizationChoicesRequest, type SetCustomizationChoicesResponse, type SetCustomizationChoicesValidationErrors, SortOrder, type SortOrderWithLiterals, type Sorting, type URI, type UpdateCustomization, type UpdateCustomizationOptions, type UpdateCustomizationRequest, type UpdateCustomizationResponse, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, addCustomizationChoices, bulkAddCustomizationChoices, bulkCreateCustomizations, bulkUpdateCustomizations, createCustomization, deleteCustomization, getCustomization, onCustomizationCreated, onCustomizationDeleted, onCustomizationUpdated, queryCustomizations, removeCustomizationChoices, setCustomizationChoices, typedQueryCustomizations, updateCustomization };
1718
+ export { type AccountInfo, type AccountInfoMetadata, type ActionEvent, type AddCustomizationChoicesApplicationErrors, type AddCustomizationChoicesOptions, type AddCustomizationChoicesRequest, type AddCustomizationChoicesResponse, type AddCustomizationChoicesValidationErrors, type App, type ApplicationError, type BaseEventMetadata, type BulkActionMetadata, type BulkAddCustomizationChoicesApplicationErrors, type BulkAddCustomizationChoicesOptions, type BulkAddCustomizationChoicesRequest, type BulkAddCustomizationChoicesResponse, type BulkAddCustomizationChoicesValidationErrors, type BulkCreateCustomizationsApplicationErrors, type BulkCreateCustomizationsForMigrationRequest, type BulkCreateCustomizationsForMigrationResponse, type BulkCreateCustomizationsOptions, type BulkCreateCustomizationsRequest, type BulkCreateCustomizationsResponse, type BulkCreateCustomizationsValidationErrors, type BulkCustomizationResult, type BulkUpdateCustomizationsOptions, type BulkUpdateCustomizationsRequest, type BulkUpdateCustomizationsResponse, type Choice, ChoiceType, type ChoiceTypeWithLiterals, type ChoiceValueOneOf, type ChoicesSettings, type CommonQueryWithEntityContext, type CreateCustomizationApplicationErrors, type CreateCustomizationRequest, type CreateCustomizationResponse, type CreateCustomizationValidationErrors, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type CustomTag, type Customization, type CustomizationChoices, type CustomizationCreatedEnvelope, type CustomizationCustomizationSettingsOneOf, type CustomizationDeletedEnvelope, type CustomizationIdsWrapper, type CustomizationQuery, type CustomizationQuerySpec, CustomizationRenderType, type CustomizationRenderTypeWithLiterals, CustomizationType, type CustomizationTypeWithLiterals, type CustomizationUpdatedEnvelope, type CustomizationsQueryBuilder, type CustomizationsQueryResult, type DeleteCustomizationRequest, type DeleteCustomizationResponse, type DeleteCustomizationValidationErrors, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, type File, Filter, type FocalPoint, type FreeTextSettings, type GetCustomizationOptions, type GetCustomizationRequest, type GetCustomizationResponse, type IdentificationData, type IdentificationDataIdOneOf, type InvalidateCache, type InvalidateCacheGetByOneOf, type ItemMetadata, type MaskedCustomization, type MessageEnvelope, type MultipleColors, type Page, QueryBuilder, type QueryCustomizationsOptions, type QueryCustomizationsRequest, type QueryCustomizationsResponse, type RecloneSiteRequest, type RecloneSiteResponse, type RemoveCustomizationChoicesApplicationErrors, type RemoveCustomizationChoicesOptions, type RemoveCustomizationChoicesRequest, type RemoveCustomizationChoicesResponse, type RemoveCustomizationChoicesValidationErrors, RequestedFields, type RequestedFieldsWithLiterals, type RestoreInfo, type SetCustomizationChoicesApplicationErrors, type SetCustomizationChoicesOptions, type SetCustomizationChoicesRequest, type SetCustomizationChoicesResponse, type SetCustomizationChoicesValidationErrors, Sort, SortOrder, type SortOrderWithLiterals, type Sorting, type URI, type UpdateCustomization, type UpdateCustomizationOptions, type UpdateCustomizationRequest, type UpdateCustomizationResponse, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, addCustomizationChoices, bulkAddCustomizationChoices, bulkCreateCustomizations, bulkUpdateCustomizations, createCustomization, deleteCustomization, getCustomization, onCustomizationCreated, onCustomizationDeleted, onCustomizationUpdated, queryCustomizations, removeCustomizationChoices, setCustomizationChoices, typedQueryCustomizations, updateCustomization };
@@ -23,7 +23,10 @@ __export(index_typings_exports, {
23
23
  ChoiceType: () => ChoiceType,
24
24
  CustomizationRenderType: () => CustomizationRenderType,
25
25
  CustomizationType: () => CustomizationType,
26
+ Filter: () => Filter,
27
+ QueryBuilder: () => QueryBuilder,
26
28
  RequestedFields: () => RequestedFields,
29
+ Sort: () => Sort,
27
30
  SortOrder: () => SortOrder,
28
31
  WebhookIdentityType: () => WebhookIdentityType,
29
32
  addCustomizationChoices: () => addCustomizationChoices2,
@@ -713,6 +716,7 @@ function bulkUpdateCustomizations(payload) {
713
716
  var import_image = require("@wix/sdk-runtime/transformations/image");
714
717
  var import_image2 = require("@wix/sdk-runtime/transformations/image");
715
718
  var import_transform_paths2 = require("@wix/sdk-runtime/transformations/transform-paths");
719
+ var import_query_builder_utils = require("@wix/sdk-runtime/query-builder-utils");
716
720
  var CustomizationType = /* @__PURE__ */ ((CustomizationType2) => {
717
721
  CustomizationType2["UNKNOWN_CUSTOMIZATION_TYPE"] = "UNKNOWN_CUSTOMIZATION_TYPE";
718
722
  CustomizationType2["PRODUCT_OPTION"] = "PRODUCT_OPTION";
@@ -979,6 +983,7 @@ async function typedQueryCustomizations(query, options) {
979
983
  throw transformedError;
980
984
  }
981
985
  }
986
+ var { QueryBuilder, Filter, Sort } = (0, import_query_builder_utils.createQueryUtils)();
982
987
  async function bulkCreateCustomizations2(customizations, options) {
983
988
  const { httpClient, sideEffects } = arguments[2];
984
989
  const payload = (0, import_transform_paths2.transformPaths)(
@@ -1266,7 +1271,10 @@ async function bulkUpdateCustomizations2(customizations, options) {
1266
1271
  ChoiceType,
1267
1272
  CustomizationRenderType,
1268
1273
  CustomizationType,
1274
+ Filter,
1275
+ QueryBuilder,
1269
1276
  RequestedFields,
1277
+ Sort,
1270
1278
  SortOrder,
1271
1279
  WebhookIdentityType,
1272
1280
  addCustomizationChoices,