@wix/auto_sdk_multilingual_locale-settings 1.0.8 → 1.0.9
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/src/multilingual-settings-v2-locale-settings-locale-settings.types.d.ts +9 -17
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.types.js.map +1 -1
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.d.ts +9 -17
- package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js.map +1 -1
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.types.d.ts +9 -17
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.types.js.map +1 -1
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.d.ts +9 -17
- package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js.map +1 -1
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.types.d.ts +9 -17
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.types.js.map +1 -1
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.d.ts +9 -17
- package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js.map +1 -1
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.types.d.ts +9 -17
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.types.js.map +1 -1
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.d.ts +9 -17
- package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -210,25 +210,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
210
210
|
updatedEvent?: EntityUpdatedEvent;
|
|
211
211
|
deletedEvent?: EntityDeletedEvent;
|
|
212
212
|
actionEvent?: ActionEvent;
|
|
213
|
-
/**
|
|
214
|
-
* Unique event ID.
|
|
215
|
-
* Allows clients to ignore duplicate webhooks.
|
|
216
|
-
*/
|
|
213
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
217
214
|
id?: string;
|
|
218
215
|
/**
|
|
219
|
-
*
|
|
220
|
-
*
|
|
216
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
217
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
221
218
|
*/
|
|
222
219
|
entityFqdn?: string;
|
|
223
220
|
/**
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
221
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
222
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
227
223
|
*/
|
|
228
224
|
slug?: string;
|
|
229
225
|
/** ID of the entity associated with the event. */
|
|
230
226
|
entityId?: string;
|
|
231
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
227
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
232
228
|
eventTime?: Date | null;
|
|
233
229
|
/**
|
|
234
230
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -238,12 +234,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
238
234
|
/** If present, indicates the action that triggered the event. */
|
|
239
235
|
originatedFrom?: string | null;
|
|
240
236
|
/**
|
|
241
|
-
* A sequence number
|
|
242
|
-
*
|
|
243
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
244
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
245
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
246
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
237
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
238
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
247
239
|
*/
|
|
248
240
|
entityEventSequence?: string | null;
|
|
249
241
|
}
|
|
@@ -271,7 +263,7 @@ export interface EntityUpdatedEvent {
|
|
|
271
263
|
currentEntityAsJson?: string;
|
|
272
264
|
}
|
|
273
265
|
export interface EntityDeletedEvent {
|
|
274
|
-
/** Entity that was deleted */
|
|
266
|
+
/** Entity that was deleted. */
|
|
275
267
|
deletedEntityAsJson?: string | null;
|
|
276
268
|
}
|
|
277
269
|
export interface ActionEvent {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.types.js","sourceRoot":"","sources":["../../../src/multilingual-settings-v2-locale-settings-locale-settings.types.ts"],"names":[],"mappings":";;;AAmDA,kEAAkE;AAClE,IAAY,YASX;AATD,WAAY,YAAY;IACtB,mCAAmC;IACnC,2EAA2D,CAAA;IAC3D,gGAAgG;IAChG,6CAA6B,CAAA;IAC7B,yFAAyF;IACzF,uCAAuB,CAAA;IACvB,wGAAwG;IACxG,2CAA2B,CAAA;AAC7B,CAAC,EATW,YAAY,4BAAZ,YAAY,QASvB;AAgGD,2DAA2D;AAC3D,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,mCAAmC;IACnC,uEAAmD,CAAA;IACnD,2CAA2C;IAC3C,qCAAiB,CAAA;IACjB,0FAA0F;IAC1F,uCAAmB,CAAA;AACrB,CAAC,EAPW,gBAAgB,gCAAhB,gBAAgB,QAO3B;
|
|
1
|
+
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.types.js","sourceRoot":"","sources":["../../../src/multilingual-settings-v2-locale-settings-locale-settings.types.ts"],"names":[],"mappings":"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"}
|
package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.d.ts
CHANGED
|
@@ -210,25 +210,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
210
210
|
updatedEvent?: EntityUpdatedEvent;
|
|
211
211
|
deletedEvent?: EntityDeletedEvent;
|
|
212
212
|
actionEvent?: ActionEvent;
|
|
213
|
-
/**
|
|
214
|
-
* Unique event ID.
|
|
215
|
-
* Allows clients to ignore duplicate webhooks.
|
|
216
|
-
*/
|
|
213
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
217
214
|
_id?: string;
|
|
218
215
|
/**
|
|
219
|
-
*
|
|
220
|
-
*
|
|
216
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
217
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
221
218
|
*/
|
|
222
219
|
entityFqdn?: string;
|
|
223
220
|
/**
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
221
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
222
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
227
223
|
*/
|
|
228
224
|
slug?: string;
|
|
229
225
|
/** ID of the entity associated with the event. */
|
|
230
226
|
entityId?: string;
|
|
231
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
227
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
232
228
|
eventTime?: Date | null;
|
|
233
229
|
/**
|
|
234
230
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -238,12 +234,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
238
234
|
/** If present, indicates the action that triggered the event. */
|
|
239
235
|
originatedFrom?: string | null;
|
|
240
236
|
/**
|
|
241
|
-
* A sequence number
|
|
242
|
-
*
|
|
243
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
244
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
245
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
246
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
237
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
238
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
247
239
|
*/
|
|
248
240
|
entityEventSequence?: string | null;
|
|
249
241
|
}
|
|
@@ -269,7 +261,7 @@ export interface EntityUpdatedEvent {
|
|
|
269
261
|
currentEntity?: string;
|
|
270
262
|
}
|
|
271
263
|
export interface EntityDeletedEvent {
|
|
272
|
-
/** Entity that was deleted */
|
|
264
|
+
/** Entity that was deleted. */
|
|
273
265
|
deletedEntity?: string | null;
|
|
274
266
|
}
|
|
275
267
|
export interface ActionEvent {
|
package/build/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.universal.js","sourceRoot":"","sources":["../../../src/multilingual-settings-v2-locale-settings-locale-settings.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,sJAAwI;AAqDxI,kEAAkE;AAClE,IAAY,YASX;AATD,WAAY,YAAY;IACtB,mCAAmC;IACnC,2EAA2D,CAAA;IAC3D,gGAAgG;IAChG,6CAA6B,CAAA;IAC7B,yFAAyF;IACzF,uCAAuB,CAAA;IACvB,wGAAwG;IACxG,2CAA2B,CAAA;AAC7B,CAAC,EATW,YAAY,4BAAZ,YAAY,QASvB;AAgGD,2DAA2D;AAC3D,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,mCAAmC;IACnC,uEAAmD,CAAA;IACnD,2CAA2C;IAC3C,qCAAiB,CAAA;IACjB,0FAA0F;IAC1F,uCAAmB,CAAA;AACrB,CAAC,EAPW,gBAAgB,gCAAhB,gBAAgB,QAO3B;
|
|
1
|
+
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.universal.js","sourceRoot":"","sources":["../../../src/multilingual-settings-v2-locale-settings-locale-settings.universal.ts"],"names":[],"mappings":"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"}
|
|
@@ -210,25 +210,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
210
210
|
updatedEvent?: EntityUpdatedEvent;
|
|
211
211
|
deletedEvent?: EntityDeletedEvent;
|
|
212
212
|
actionEvent?: ActionEvent;
|
|
213
|
-
/**
|
|
214
|
-
* Unique event ID.
|
|
215
|
-
* Allows clients to ignore duplicate webhooks.
|
|
216
|
-
*/
|
|
213
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
217
214
|
id?: string;
|
|
218
215
|
/**
|
|
219
|
-
*
|
|
220
|
-
*
|
|
216
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
217
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
221
218
|
*/
|
|
222
219
|
entityFqdn?: string;
|
|
223
220
|
/**
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
221
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
222
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
227
223
|
*/
|
|
228
224
|
slug?: string;
|
|
229
225
|
/** ID of the entity associated with the event. */
|
|
230
226
|
entityId?: string;
|
|
231
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
227
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
232
228
|
eventTime?: Date | null;
|
|
233
229
|
/**
|
|
234
230
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -238,12 +234,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
238
234
|
/** If present, indicates the action that triggered the event. */
|
|
239
235
|
originatedFrom?: string | null;
|
|
240
236
|
/**
|
|
241
|
-
* A sequence number
|
|
242
|
-
*
|
|
243
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
244
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
245
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
246
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
237
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
238
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
247
239
|
*/
|
|
248
240
|
entityEventSequence?: string | null;
|
|
249
241
|
}
|
|
@@ -271,7 +263,7 @@ export interface EntityUpdatedEvent {
|
|
|
271
263
|
currentEntityAsJson?: string;
|
|
272
264
|
}
|
|
273
265
|
export interface EntityDeletedEvent {
|
|
274
|
-
/** Entity that was deleted */
|
|
266
|
+
/** Entity that was deleted. */
|
|
275
267
|
deletedEntityAsJson?: string | null;
|
|
276
268
|
}
|
|
277
269
|
export interface ActionEvent {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.types.js","sourceRoot":"","sources":["../../../src/multilingual-settings-v2-locale-settings-locale-settings.types.ts"],"names":[],"mappings":"AAmDA,kEAAkE;AAClE,MAAM,CAAN,IAAY,YASX;AATD,WAAY,YAAY;IACtB,mCAAmC;IACnC,2EAA2D,CAAA;IAC3D,gGAAgG;IAChG,6CAA6B,CAAA;IAC7B,yFAAyF;IACzF,uCAAuB,CAAA;IACvB,wGAAwG;IACxG,2CAA2B,CAAA;AAC7B,CAAC,EATW,YAAY,KAAZ,YAAY,QASvB;AAgGD,2DAA2D;AAC3D,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,mCAAmC;IACnC,uEAAmD,CAAA;IACnD,2CAA2C;IAC3C,qCAAiB,CAAA;IACjB,0FAA0F;IAC1F,uCAAmB,CAAA;AACrB,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;
|
|
1
|
+
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.types.js","sourceRoot":"","sources":["../../../src/multilingual-settings-v2-locale-settings-locale-settings.types.ts"],"names":[],"mappings":"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"}
|
package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.d.ts
CHANGED
|
@@ -210,25 +210,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
210
210
|
updatedEvent?: EntityUpdatedEvent;
|
|
211
211
|
deletedEvent?: EntityDeletedEvent;
|
|
212
212
|
actionEvent?: ActionEvent;
|
|
213
|
-
/**
|
|
214
|
-
* Unique event ID.
|
|
215
|
-
* Allows clients to ignore duplicate webhooks.
|
|
216
|
-
*/
|
|
213
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
217
214
|
_id?: string;
|
|
218
215
|
/**
|
|
219
|
-
*
|
|
220
|
-
*
|
|
216
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
217
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
221
218
|
*/
|
|
222
219
|
entityFqdn?: string;
|
|
223
220
|
/**
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
221
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
222
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
227
223
|
*/
|
|
228
224
|
slug?: string;
|
|
229
225
|
/** ID of the entity associated with the event. */
|
|
230
226
|
entityId?: string;
|
|
231
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
227
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
232
228
|
eventTime?: Date | null;
|
|
233
229
|
/**
|
|
234
230
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -238,12 +234,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
238
234
|
/** If present, indicates the action that triggered the event. */
|
|
239
235
|
originatedFrom?: string | null;
|
|
240
236
|
/**
|
|
241
|
-
* A sequence number
|
|
242
|
-
*
|
|
243
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
244
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
245
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
246
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
237
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
238
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
247
239
|
*/
|
|
248
240
|
entityEventSequence?: string | null;
|
|
249
241
|
}
|
|
@@ -269,7 +261,7 @@ export interface EntityUpdatedEvent {
|
|
|
269
261
|
currentEntity?: string;
|
|
270
262
|
}
|
|
271
263
|
export interface EntityDeletedEvent {
|
|
272
|
-
/** Entity that was deleted */
|
|
264
|
+
/** Entity that was deleted. */
|
|
273
265
|
deletedEntity?: string | null;
|
|
274
266
|
}
|
|
275
267
|
export interface ActionEvent {
|
package/build/es/src/multilingual-settings-v2-locale-settings-locale-settings.universal.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.universal.js","sourceRoot":"","sources":["../../../src/multilingual-settings-v2-locale-settings-locale-settings.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,iDAAiD,MAAM,oEAAoE,CAAC;AAqDxI,kEAAkE;AAClE,MAAM,CAAN,IAAY,YASX;AATD,WAAY,YAAY;IACtB,mCAAmC;IACnC,2EAA2D,CAAA;IAC3D,gGAAgG;IAChG,6CAA6B,CAAA;IAC7B,yFAAyF;IACzF,uCAAuB,CAAA;IACvB,wGAAwG;IACxG,2CAA2B,CAAA;AAC7B,CAAC,EATW,YAAY,KAAZ,YAAY,QASvB;AAgGD,2DAA2D;AAC3D,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,mCAAmC;IACnC,uEAAmD,CAAA;IACnD,2CAA2C;IAC3C,qCAAiB,CAAA;IACjB,0FAA0F;IAC1F,uCAAmB,CAAA;AACrB,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;
|
|
1
|
+
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.universal.js","sourceRoot":"","sources":["../../../src/multilingual-settings-v2-locale-settings-locale-settings.universal.ts"],"names":[],"mappings":"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"}
|
package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.types.d.ts
CHANGED
|
@@ -210,25 +210,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
210
210
|
updatedEvent?: EntityUpdatedEvent;
|
|
211
211
|
deletedEvent?: EntityDeletedEvent;
|
|
212
212
|
actionEvent?: ActionEvent;
|
|
213
|
-
/**
|
|
214
|
-
* Unique event ID.
|
|
215
|
-
* Allows clients to ignore duplicate webhooks.
|
|
216
|
-
*/
|
|
213
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
217
214
|
id?: string;
|
|
218
215
|
/**
|
|
219
|
-
*
|
|
220
|
-
*
|
|
216
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
217
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
221
218
|
*/
|
|
222
219
|
entityFqdn?: string;
|
|
223
220
|
/**
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
221
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
222
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
227
223
|
*/
|
|
228
224
|
slug?: string;
|
|
229
225
|
/** ID of the entity associated with the event. */
|
|
230
226
|
entityId?: string;
|
|
231
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
227
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
232
228
|
eventTime?: Date | null;
|
|
233
229
|
/**
|
|
234
230
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -238,12 +234,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
238
234
|
/** If present, indicates the action that triggered the event. */
|
|
239
235
|
originatedFrom?: string | null;
|
|
240
236
|
/**
|
|
241
|
-
* A sequence number
|
|
242
|
-
*
|
|
243
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
244
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
245
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
246
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
237
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
238
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
247
239
|
*/
|
|
248
240
|
entityEventSequence?: string | null;
|
|
249
241
|
}
|
|
@@ -271,7 +263,7 @@ export interface EntityUpdatedEvent {
|
|
|
271
263
|
currentEntityAsJson?: string;
|
|
272
264
|
}
|
|
273
265
|
export interface EntityDeletedEvent {
|
|
274
|
-
/** Entity that was deleted */
|
|
266
|
+
/** Entity that was deleted. */
|
|
275
267
|
deletedEntityAsJson?: string | null;
|
|
276
268
|
}
|
|
277
269
|
export interface ActionEvent {
|
package/build/internal/cjs/src/multilingual-settings-v2-locale-settings-locale-settings.types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.types.js","sourceRoot":"","sources":["../../../../src/multilingual-settings-v2-locale-settings-locale-settings.types.ts"],"names":[],"mappings":";;;AAmDA,kEAAkE;AAClE,IAAY,YASX;AATD,WAAY,YAAY;IACtB,mCAAmC;IACnC,2EAA2D,CAAA;IAC3D,gGAAgG;IAChG,6CAA6B,CAAA;IAC7B,yFAAyF;IACzF,uCAAuB,CAAA;IACvB,wGAAwG;IACxG,2CAA2B,CAAA;AAC7B,CAAC,EATW,YAAY,4BAAZ,YAAY,QASvB;AAgGD,2DAA2D;AAC3D,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,mCAAmC;IACnC,uEAAmD,CAAA;IACnD,2CAA2C;IAC3C,qCAAiB,CAAA;IACjB,0FAA0F;IAC1F,uCAAmB,CAAA;AACrB,CAAC,EAPW,gBAAgB,gCAAhB,gBAAgB,QAO3B;
|
|
1
|
+
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.types.js","sourceRoot":"","sources":["../../../../src/multilingual-settings-v2-locale-settings-locale-settings.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -211,25 +211,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
211
211
|
updatedEvent?: EntityUpdatedEvent;
|
|
212
212
|
deletedEvent?: EntityDeletedEvent;
|
|
213
213
|
actionEvent?: ActionEvent;
|
|
214
|
-
/**
|
|
215
|
-
* Unique event ID.
|
|
216
|
-
* Allows clients to ignore duplicate webhooks.
|
|
217
|
-
*/
|
|
214
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
218
215
|
_id?: string;
|
|
219
216
|
/**
|
|
220
|
-
*
|
|
221
|
-
*
|
|
217
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
218
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
222
219
|
*/
|
|
223
220
|
entityFqdn?: string;
|
|
224
221
|
/**
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
222
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
223
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
228
224
|
*/
|
|
229
225
|
slug?: string;
|
|
230
226
|
/** ID of the entity associated with the event. */
|
|
231
227
|
entityId?: string;
|
|
232
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
228
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
233
229
|
eventTime?: Date | null;
|
|
234
230
|
/**
|
|
235
231
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -239,12 +235,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
239
235
|
/** If present, indicates the action that triggered the event. */
|
|
240
236
|
originatedFrom?: string | null;
|
|
241
237
|
/**
|
|
242
|
-
* A sequence number
|
|
243
|
-
*
|
|
244
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
245
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
246
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
247
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
238
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
239
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
248
240
|
*/
|
|
249
241
|
entityEventSequence?: string | null;
|
|
250
242
|
}
|
|
@@ -270,7 +262,7 @@ export interface EntityUpdatedEvent {
|
|
|
270
262
|
currentEntity?: string;
|
|
271
263
|
}
|
|
272
264
|
export interface EntityDeletedEvent {
|
|
273
|
-
/** Entity that was deleted */
|
|
265
|
+
/** Entity that was deleted. */
|
|
274
266
|
deletedEntity?: string | null;
|
|
275
267
|
}
|
|
276
268
|
export interface ActionEvent {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.universal.js","sourceRoot":"","sources":["../../../../src/multilingual-settings-v2-locale-settings-locale-settings.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,sJAAwI;AAqDxI,kEAAkE;AAClE,IAAY,YASX;AATD,WAAY,YAAY;IACtB,mCAAmC;IACnC,2EAA2D,CAAA;IAC3D,gGAAgG;IAChG,6CAA6B,CAAA;IAC7B,yFAAyF;IACzF,uCAAuB,CAAA;IACvB,wGAAwG;IACxG,2CAA2B,CAAA;AAC7B,CAAC,EATW,YAAY,4BAAZ,YAAY,QASvB;AAgGD,2DAA2D;AAC3D,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,mCAAmC;IACnC,uEAAmD,CAAA;IACnD,2CAA2C;IAC3C,qCAAiB,CAAA;IACjB,0FAA0F;IAC1F,uCAAmB,CAAA;AACrB,CAAC,EAPW,gBAAgB,gCAAhB,gBAAgB,QAO3B;
|
|
1
|
+
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.universal.js","sourceRoot":"","sources":["../../../../src/multilingual-settings-v2-locale-settings-locale-settings.universal.ts"],"names":[],"mappings":"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"}
|
package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.types.d.ts
CHANGED
|
@@ -210,25 +210,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
210
210
|
updatedEvent?: EntityUpdatedEvent;
|
|
211
211
|
deletedEvent?: EntityDeletedEvent;
|
|
212
212
|
actionEvent?: ActionEvent;
|
|
213
|
-
/**
|
|
214
|
-
* Unique event ID.
|
|
215
|
-
* Allows clients to ignore duplicate webhooks.
|
|
216
|
-
*/
|
|
213
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
217
214
|
id?: string;
|
|
218
215
|
/**
|
|
219
|
-
*
|
|
220
|
-
*
|
|
216
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
217
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
221
218
|
*/
|
|
222
219
|
entityFqdn?: string;
|
|
223
220
|
/**
|
|
224
|
-
*
|
|
225
|
-
*
|
|
226
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
221
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
222
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
227
223
|
*/
|
|
228
224
|
slug?: string;
|
|
229
225
|
/** ID of the entity associated with the event. */
|
|
230
226
|
entityId?: string;
|
|
231
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
227
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
232
228
|
eventTime?: Date | null;
|
|
233
229
|
/**
|
|
234
230
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -238,12 +234,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
238
234
|
/** If present, indicates the action that triggered the event. */
|
|
239
235
|
originatedFrom?: string | null;
|
|
240
236
|
/**
|
|
241
|
-
* A sequence number
|
|
242
|
-
*
|
|
243
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
244
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
245
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
246
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
237
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
238
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
247
239
|
*/
|
|
248
240
|
entityEventSequence?: string | null;
|
|
249
241
|
}
|
|
@@ -271,7 +263,7 @@ export interface EntityUpdatedEvent {
|
|
|
271
263
|
currentEntityAsJson?: string;
|
|
272
264
|
}
|
|
273
265
|
export interface EntityDeletedEvent {
|
|
274
|
-
/** Entity that was deleted */
|
|
266
|
+
/** Entity that was deleted. */
|
|
275
267
|
deletedEntityAsJson?: string | null;
|
|
276
268
|
}
|
|
277
269
|
export interface ActionEvent {
|
package/build/internal/es/src/multilingual-settings-v2-locale-settings-locale-settings.types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.types.js","sourceRoot":"","sources":["../../../../src/multilingual-settings-v2-locale-settings-locale-settings.types.ts"],"names":[],"mappings":"AAmDA,kEAAkE;AAClE,MAAM,CAAN,IAAY,YASX;AATD,WAAY,YAAY;IACtB,mCAAmC;IACnC,2EAA2D,CAAA;IAC3D,gGAAgG;IAChG,6CAA6B,CAAA;IAC7B,yFAAyF;IACzF,uCAAuB,CAAA;IACvB,wGAAwG;IACxG,2CAA2B,CAAA;AAC7B,CAAC,EATW,YAAY,KAAZ,YAAY,QASvB;AAgGD,2DAA2D;AAC3D,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,mCAAmC;IACnC,uEAAmD,CAAA;IACnD,2CAA2C;IAC3C,qCAAiB,CAAA;IACjB,0FAA0F;IAC1F,uCAAmB,CAAA;AACrB,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;
|
|
1
|
+
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.types.js","sourceRoot":"","sources":["../../../../src/multilingual-settings-v2-locale-settings-locale-settings.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -211,25 +211,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
211
211
|
updatedEvent?: EntityUpdatedEvent;
|
|
212
212
|
deletedEvent?: EntityDeletedEvent;
|
|
213
213
|
actionEvent?: ActionEvent;
|
|
214
|
-
/**
|
|
215
|
-
* Unique event ID.
|
|
216
|
-
* Allows clients to ignore duplicate webhooks.
|
|
217
|
-
*/
|
|
214
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
218
215
|
_id?: string;
|
|
219
216
|
/**
|
|
220
|
-
*
|
|
221
|
-
*
|
|
217
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
218
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
222
219
|
*/
|
|
223
220
|
entityFqdn?: string;
|
|
224
221
|
/**
|
|
225
|
-
*
|
|
226
|
-
*
|
|
227
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
222
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
223
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
228
224
|
*/
|
|
229
225
|
slug?: string;
|
|
230
226
|
/** ID of the entity associated with the event. */
|
|
231
227
|
entityId?: string;
|
|
232
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
228
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
233
229
|
eventTime?: Date | null;
|
|
234
230
|
/**
|
|
235
231
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -239,12 +235,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
239
235
|
/** If present, indicates the action that triggered the event. */
|
|
240
236
|
originatedFrom?: string | null;
|
|
241
237
|
/**
|
|
242
|
-
* A sequence number
|
|
243
|
-
*
|
|
244
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
245
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
246
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
247
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
238
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
239
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
248
240
|
*/
|
|
249
241
|
entityEventSequence?: string | null;
|
|
250
242
|
}
|
|
@@ -270,7 +262,7 @@ export interface EntityUpdatedEvent {
|
|
|
270
262
|
currentEntity?: string;
|
|
271
263
|
}
|
|
272
264
|
export interface EntityDeletedEvent {
|
|
273
|
-
/** Entity that was deleted */
|
|
265
|
+
/** Entity that was deleted. */
|
|
274
266
|
deletedEntity?: string | null;
|
|
275
267
|
}
|
|
276
268
|
export interface ActionEvent {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.universal.js","sourceRoot":"","sources":["../../../../src/multilingual-settings-v2-locale-settings-locale-settings.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,iDAAiD,MAAM,oEAAoE,CAAC;AAqDxI,kEAAkE;AAClE,MAAM,CAAN,IAAY,YASX;AATD,WAAY,YAAY;IACtB,mCAAmC;IACnC,2EAA2D,CAAA;IAC3D,gGAAgG;IAChG,6CAA6B,CAAA;IAC7B,yFAAyF;IACzF,uCAAuB,CAAA;IACvB,wGAAwG;IACxG,2CAA2B,CAAA;AAC7B,CAAC,EATW,YAAY,KAAZ,YAAY,QASvB;AAgGD,2DAA2D;AAC3D,MAAM,CAAN,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,mCAAmC;IACnC,uEAAmD,CAAA;IACnD,2CAA2C;IAC3C,qCAAiB,CAAA;IACjB,0FAA0F;IAC1F,uCAAmB,CAAA;AACrB,CAAC,EAPW,gBAAgB,KAAhB,gBAAgB,QAO3B;
|
|
1
|
+
{"version":3,"file":"multilingual-settings-v2-locale-settings-locale-settings.universal.js","sourceRoot":"","sources":["../../../../src/multilingual-settings-v2-locale-settings-locale-settings.universal.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_multilingual_locale-settings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.multilingual.settings.v2.locale_settings"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "10ea71f59ebe6aee2e823c2249e99d98540a7d8396465009a7fd899a"
|
|
52
52
|
}
|