@wix/auto_sdk_stores_customizations-v-3 1.0.64 → 1.0.65
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +7 -9
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -4
- package/build/cjs/index.typings.js +7 -9
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +5 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -4
- package/build/es/index.typings.mjs +5 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +7 -9
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -4
- package/build/internal/cjs/index.typings.js +7 -9
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +5 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -4
- package/build/internal/es/index.typings.mjs +5 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
2
|
import { Customization, CreateCustomizationApplicationErrors, CreateCustomizationValidationErrors, GetCustomizationOptions, UpdateCustomization, UpdateCustomizationOptions, DeleteCustomizationValidationErrors, BulkCreateCustomizationsOptions, BulkCreateCustomizationsResponse, BulkCreateCustomizationsApplicationErrors, BulkCreateCustomizationsValidationErrors, Choice, AddCustomizationChoicesOptions, AddCustomizationChoicesResponse, AddCustomizationChoicesApplicationErrors, AddCustomizationChoicesValidationErrors, SetCustomizationChoicesOptions, SetCustomizationChoicesResponse, SetCustomizationChoicesApplicationErrors, SetCustomizationChoicesValidationErrors, RemoveCustomizationChoicesOptions, RemoveCustomizationChoicesResponse, RemoveCustomizationChoicesApplicationErrors, RemoveCustomizationChoicesValidationErrors, CustomizationChoices, BulkAddCustomizationChoicesOptions, BulkAddCustomizationChoicesResponse, BulkAddCustomizationChoicesApplicationErrors, BulkAddCustomizationChoicesValidationErrors, MaskedCustomization, BulkUpdateCustomizationsOptions, BulkUpdateCustomizationsResponse, CustomizationCreatedEnvelope, CustomizationDeletedEnvelope, CustomizationUpdatedEnvelope, CustomizationQuery, QueryCustomizationsOptions, typedQueryCustomizations, CustomizationsQueryBuilder } from './index.typings.js';
|
|
3
|
-
export { AccountInfo, AccountInfoMetadata, ActionEvent, AddCustomizationChoicesRequest, App, ApplicationError, BaseEventMetadata, BulkActionMetadata, BulkAddCustomizationChoicesRequest, BulkCreateCustomizationsForMigrationRequest, BulkCreateCustomizationsForMigrationResponse, BulkCreateCustomizationsRequest, BulkCustomizationResult, BulkUpdateCustomizationsRequest, ChoiceType, ChoiceTypeWithLiterals, ChoiceValueOneOf, ChoicesSettings, CommonQueryWithEntityContext, CreateCustomizationRequest, CreateCustomizationResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, CustomTag, CustomizationCustomizationSettingsOneOf, CustomizationIdsWrapper, CustomizationQuerySpec, CustomizationRenderType, CustomizationRenderTypeWithLiterals, CustomizationType, CustomizationTypeWithLiterals, CustomizationsQueryResult, DeleteCustomizationRequest, DeleteCustomizationResponse, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, File,
|
|
3
|
+
export { AccountInfo, AccountInfoMetadata, ActionEvent, AddCustomizationChoicesRequest, App, ApplicationError, BaseEventMetadata, BulkActionMetadata, BulkAddCustomizationChoicesRequest, BulkCreateCustomizationsForMigrationRequest, BulkCreateCustomizationsForMigrationResponse, BulkCreateCustomizationsRequest, BulkCustomizationResult, BulkUpdateCustomizationsRequest, ChoiceType, ChoiceTypeWithLiterals, ChoiceValueOneOf, ChoicesSettings, CommonQueryWithEntityContext, CreateCustomizationRequest, CreateCustomizationResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, CustomTag, CustomizationCustomizationSettingsOneOf, CustomizationIdsWrapper, CustomizationQuerySpec, CustomizationRenderType, CustomizationRenderTypeWithLiterals, CustomizationType, CustomizationTypeWithLiterals, CustomizationsQueryResult, DeleteCustomizationRequest, DeleteCustomizationResponse, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventMetadata, File, FocalPoint, FreeTextSettings, GetCustomizationRequest, GetCustomizationResponse, IdentificationData, IdentificationDataIdOneOf, InvalidateCache, InvalidateCacheGetByOneOf, ItemMetadata, MessageEnvelope, MultipleColors, Page, QueryCustomizationsRequest, QueryCustomizationsResponse, RecloneSiteRequest, RecloneSiteResponse, RemoveCustomizationChoicesRequest, RequestedFields, RequestedFieldsWithLiterals, RestoreInfo, SetCustomizationChoicesRequest, SortOrder, SortOrderWithLiterals, Sorting, URI, UpdateCustomizationRequest, UpdateCustomizationResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals, utils } from './index.typings.js';
|
|
4
4
|
|
|
5
5
|
declare function createCustomization$1(httpClient: HttpClient): CreateCustomizationSignature;
|
|
6
6
|
interface CreateCustomizationSignature {
|
package/build/cjs/index.js
CHANGED
|
@@ -23,10 +23,7 @@ __export(index_exports, {
|
|
|
23
23
|
ChoiceType: () => ChoiceType,
|
|
24
24
|
CustomizationRenderType: () => CustomizationRenderType,
|
|
25
25
|
CustomizationType: () => CustomizationType,
|
|
26
|
-
Filter: () => Filter,
|
|
27
|
-
QueryBuilder: () => QueryBuilder,
|
|
28
26
|
RequestedFields: () => RequestedFields,
|
|
29
|
-
Sort: () => Sort,
|
|
30
27
|
SortOrder: () => SortOrder,
|
|
31
28
|
WebhookIdentityType: () => WebhookIdentityType,
|
|
32
29
|
addCustomizationChoices: () => addCustomizationChoices4,
|
|
@@ -42,7 +39,8 @@ __export(index_exports, {
|
|
|
42
39
|
queryCustomizations: () => queryCustomizations4,
|
|
43
40
|
removeCustomizationChoices: () => removeCustomizationChoices4,
|
|
44
41
|
setCustomizationChoices: () => setCustomizationChoices4,
|
|
45
|
-
updateCustomization: () => updateCustomization4
|
|
42
|
+
updateCustomization: () => updateCustomization4,
|
|
43
|
+
utils: () => utils
|
|
46
44
|
});
|
|
47
45
|
module.exports = __toCommonJS(index_exports);
|
|
48
46
|
|
|
@@ -992,7 +990,9 @@ async function typedQueryCustomizations(query, options) {
|
|
|
992
990
|
throw transformedError;
|
|
993
991
|
}
|
|
994
992
|
}
|
|
995
|
-
var
|
|
993
|
+
var utils = {
|
|
994
|
+
...(0, import_query_builder_utils.createQueryUtils)()
|
|
995
|
+
};
|
|
996
996
|
async function bulkCreateCustomizations2(customizations, options) {
|
|
997
997
|
const { httpClient, sideEffects } = arguments[2];
|
|
998
998
|
const payload = (0, import_transform_paths2.transformPaths)(
|
|
@@ -1480,10 +1480,7 @@ var onCustomizationUpdated2 = (0, import_event_definition_modules.createEventMod
|
|
|
1480
1480
|
ChoiceType,
|
|
1481
1481
|
CustomizationRenderType,
|
|
1482
1482
|
CustomizationType,
|
|
1483
|
-
Filter,
|
|
1484
|
-
QueryBuilder,
|
|
1485
1483
|
RequestedFields,
|
|
1486
|
-
Sort,
|
|
1487
1484
|
SortOrder,
|
|
1488
1485
|
WebhookIdentityType,
|
|
1489
1486
|
addCustomizationChoices,
|
|
@@ -1499,6 +1496,7 @@ var onCustomizationUpdated2 = (0, import_event_definition_modules.createEventMod
|
|
|
1499
1496
|
queryCustomizations,
|
|
1500
1497
|
removeCustomizationChoices,
|
|
1501
1498
|
setCustomizationChoices,
|
|
1502
|
-
updateCustomization
|
|
1499
|
+
updateCustomization,
|
|
1500
|
+
utils
|
|
1503
1501
|
});
|
|
1504
1502
|
//# sourceMappingURL=index.js.map
|