@wix/auto_sdk_crm_contacts 1.0.1319 → 1.0.1321
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.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1761,7 +1761,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
1761
1761
|
/** If present, indicates the action that triggered the event. */
|
|
1762
1762
|
originatedFrom?: string | null;
|
|
1763
1763
|
/**
|
|
1764
|
-
* 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
|
|
1764
|
+
* 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.
|
|
1765
1765
|
* 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.
|
|
1766
1766
|
*/
|
|
1767
1767
|
entityEventSequence?: string | null;
|
|
@@ -2102,7 +2102,7 @@ interface EventMetadata extends BaseEventMetadata {
|
|
|
2102
2102
|
/** If present, indicates the action that triggered the event. */
|
|
2103
2103
|
originatedFrom?: string | null;
|
|
2104
2104
|
/**
|
|
2105
|
-
* 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
|
|
2105
|
+
* 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.
|
|
2106
2106
|
* 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.
|
|
2107
2107
|
*/
|
|
2108
2108
|
entityEventSequence?: string | null;
|
|
@@ -2130,7 +2130,7 @@ interface ContactCreatedEnvelope {
|
|
|
2130
2130
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
2131
2131
|
* @permissionScope Manage Events
|
|
2132
2132
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
2133
|
-
* @permissionScope Manage Online Programs
|
|
2133
|
+
* @permissionScope Manage Online Programs
|
|
2134
2134
|
* @permissionScopeId SCOPE.CHALLENGES.MANAGE
|
|
2135
2135
|
* @permissionScope Read Contacts
|
|
2136
2136
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
@@ -2167,7 +2167,7 @@ interface ContactDeletedEnvelope {
|
|
|
2167
2167
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
2168
2168
|
* @permissionScope Manage Events
|
|
2169
2169
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
2170
|
-
* @permissionScope Manage Online Programs
|
|
2170
|
+
* @permissionScope Manage Online Programs
|
|
2171
2171
|
* @permissionScopeId SCOPE.CHALLENGES.MANAGE
|
|
2172
2172
|
* @permissionScope Read Contacts
|
|
2173
2173
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
@@ -2202,7 +2202,7 @@ interface ContactMergedEnvelope {
|
|
|
2202
2202
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
2203
2203
|
* @permissionScope Manage Events
|
|
2204
2204
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
2205
|
-
* @permissionScope Manage Online Programs
|
|
2205
|
+
* @permissionScope Manage Online Programs
|
|
2206
2206
|
* @permissionScopeId SCOPE.CHALLENGES.MANAGE
|
|
2207
2207
|
* @permissionScope Read Contacts
|
|
2208
2208
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
@@ -2239,7 +2239,7 @@ interface ContactUpdatedEnvelope {
|
|
|
2239
2239
|
* @permissionScopeId SCOPE.STORES.MANAGE-STORES
|
|
2240
2240
|
* @permissionScope Manage Events
|
|
2241
2241
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
2242
|
-
* @permissionScope Manage Online Programs
|
|
2242
|
+
* @permissionScope Manage Online Programs
|
|
2243
2243
|
* @permissionScopeId SCOPE.CHALLENGES.MANAGE
|
|
2244
2244
|
* @permissionScope Read Contacts
|
|
2245
2245
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|