@wix/auto_sdk_stores_customizations-v-3 1.0.32 → 1.0.34
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 +3 -3
- package/build/cjs/index.js +9 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +8 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +3 -3
- package/build/es/index.mjs +9 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +8 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -3
- package/build/internal/cjs/index.js +9 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +8 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +3 -3
- package/build/internal/es/index.mjs +9 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +8 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.d.mts
CHANGED
|
@@ -161,14 +161,14 @@ declare const bulkUpdateCustomizations: MaybeContext<BuildRESTFunction<typeof bu
|
|
|
161
161
|
/**
|
|
162
162
|
* Triggered when a customization is created.
|
|
163
163
|
*/
|
|
164
|
-
declare const onCustomizationCreated: BuildEventDefinition<typeof onCustomizationCreated$1
|
|
164
|
+
declare const onCustomizationCreated: BuildEventDefinition<typeof onCustomizationCreated$1> & typeof onCustomizationCreated$1;
|
|
165
165
|
/**
|
|
166
166
|
* Triggered when a customization is deleted.
|
|
167
167
|
*/
|
|
168
|
-
declare const onCustomizationDeleted: BuildEventDefinition<typeof onCustomizationDeleted$1
|
|
168
|
+
declare const onCustomizationDeleted: BuildEventDefinition<typeof onCustomizationDeleted$1> & typeof onCustomizationDeleted$1;
|
|
169
169
|
/**
|
|
170
170
|
* Triggered when a customization is updated.
|
|
171
171
|
*/
|
|
172
|
-
declare const onCustomizationUpdated: BuildEventDefinition<typeof onCustomizationUpdated$1
|
|
172
|
+
declare const onCustomizationUpdated: BuildEventDefinition<typeof onCustomizationUpdated$1> & typeof onCustomizationUpdated$1;
|
|
173
173
|
|
|
174
174
|
export { AddCustomizationChoicesApplicationErrors, AddCustomizationChoicesOptions, AddCustomizationChoicesResponse, AddCustomizationChoicesValidationErrors, BulkAddCustomizationChoicesApplicationErrors, BulkAddCustomizationChoicesOptions, BulkAddCustomizationChoicesResponse, BulkAddCustomizationChoicesValidationErrors, BulkCreateCustomizationsApplicationErrors, BulkCreateCustomizationsOptions, BulkCreateCustomizationsResponse, BulkCreateCustomizationsValidationErrors, BulkUpdateCustomizationsOptions, BulkUpdateCustomizationsResponse, Choice, CreateCustomizationApplicationErrors, CreateCustomizationValidationErrors, Customization, CustomizationChoices, CustomizationCreatedEnvelope, CustomizationDeletedEnvelope, CustomizationUpdatedEnvelope, CustomizationsQueryBuilder, DeleteCustomizationValidationErrors, GetCustomizationOptions, MaskedCustomization, QueryCustomizationsOptions, RemoveCustomizationChoicesApplicationErrors, RemoveCustomizationChoicesOptions, RemoveCustomizationChoicesResponse, RemoveCustomizationChoicesValidationErrors, SetCustomizationChoicesApplicationErrors, SetCustomizationChoicesOptions, SetCustomizationChoicesResponse, SetCustomizationChoicesValidationErrors, UpdateCustomization, UpdateCustomizationOptions, addCustomizationChoices, bulkAddCustomizationChoices, bulkCreateCustomizations, bulkUpdateCustomizations, createCustomization, deleteCustomization, getCustomization, onCustomizationCreated, onCustomizationDeleted, onCustomizationUpdated, queryCustomizations, removeCustomizationChoices, setCustomizationChoices, updateCustomization };
|
package/build/es/index.mjs
CHANGED
|
@@ -1330,9 +1330,15 @@ var setCustomizationChoices4 = /* @__PURE__ */ createRESTModule(setCustomization
|
|
|
1330
1330
|
var removeCustomizationChoices4 = /* @__PURE__ */ createRESTModule(removeCustomizationChoices3);
|
|
1331
1331
|
var bulkAddCustomizationChoices4 = /* @__PURE__ */ createRESTModule(bulkAddCustomizationChoices3);
|
|
1332
1332
|
var bulkUpdateCustomizations4 = /* @__PURE__ */ createRESTModule(bulkUpdateCustomizations3);
|
|
1333
|
-
var onCustomizationCreated2 = createEventModule(
|
|
1334
|
-
|
|
1335
|
-
|
|
1333
|
+
var onCustomizationCreated2 = createEventModule(
|
|
1334
|
+
onCustomizationCreated
|
|
1335
|
+
);
|
|
1336
|
+
var onCustomizationDeleted2 = createEventModule(
|
|
1337
|
+
onCustomizationDeleted
|
|
1338
|
+
);
|
|
1339
|
+
var onCustomizationUpdated2 = createEventModule(
|
|
1340
|
+
onCustomizationUpdated
|
|
1341
|
+
);
|
|
1336
1342
|
export {
|
|
1337
1343
|
ChoiceType,
|
|
1338
1344
|
CustomizationRenderType,
|