@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.
@@ -1755,7 +1755,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
1755
1755
  /** If present, indicates the action that triggered the event. */
1756
1756
  originatedFrom?: string | null;
1757
1757
  /**
1758
- * 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.
1758
+ * 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.
1759
1759
  * 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.
1760
1760
  */
1761
1761
  entityEventSequence?: string | null;
@@ -2096,7 +2096,7 @@ interface EventMetadata extends BaseEventMetadata {
2096
2096
  /** If present, indicates the action that triggered the event. */
2097
2097
  originatedFrom?: string | null;
2098
2098
  /**
2099
- * 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.
2099
+ * 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.
2100
2100
  * 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.
2101
2101
  */
2102
2102
  entityEventSequence?: string | null;
@@ -2124,7 +2124,7 @@ interface ContactCreatedEnvelope {
2124
2124
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
2125
2125
  * @permissionScope Manage Events
2126
2126
  * @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
2127
- * @permissionScope Manage Online Programs (Challenges)
2127
+ * @permissionScope Manage Online Programs
2128
2128
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
2129
2129
  * @permissionScope Read Contacts
2130
2130
  * @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
@@ -2161,7 +2161,7 @@ interface ContactDeletedEnvelope {
2161
2161
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
2162
2162
  * @permissionScope Manage Events
2163
2163
  * @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
2164
- * @permissionScope Manage Online Programs (Challenges)
2164
+ * @permissionScope Manage Online Programs
2165
2165
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
2166
2166
  * @permissionScope Read Contacts
2167
2167
  * @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
@@ -2196,7 +2196,7 @@ interface ContactMergedEnvelope {
2196
2196
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
2197
2197
  * @permissionScope Manage Events
2198
2198
  * @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
2199
- * @permissionScope Manage Online Programs (Challenges)
2199
+ * @permissionScope Manage Online Programs
2200
2200
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
2201
2201
  * @permissionScope Read Contacts
2202
2202
  * @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
@@ -2233,7 +2233,7 @@ interface ContactUpdatedEnvelope {
2233
2233
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
2234
2234
  * @permissionScope Manage Events
2235
2235
  * @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
2236
- * @permissionScope Manage Online Programs (Challenges)
2236
+ * @permissionScope Manage Online Programs
2237
2237
  * @permissionScopeId SCOPE.CHALLENGES.MANAGE
2238
2238
  * @permissionScope Read Contacts
2239
2239
  * @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS