@adtrackify/at-tracking-event-types 4.6.1 → 4.6.2

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.
@@ -98,6 +98,9 @@ export interface AccountUserCredentialsCreatedEventDetail {
98
98
  severity: NOTIFICATION_SEVERITY;
99
99
  message: string;
100
100
  shopDomain?: string;
101
+ name?: string;
102
+ directEmail: string;
103
+ password: string;
101
104
  }
102
105
  interface IntegrationEventDetailBase {
103
106
  accountId: string;
@@ -98,6 +98,9 @@ export interface AccountUserCredentialsCreatedEventDetail {
98
98
  severity: NOTIFICATION_SEVERITY;
99
99
  message: string;
100
100
  shopDomain?: string;
101
+ name?: string;
102
+ directEmail: string;
103
+ password: string;
101
104
  }
102
105
  interface IntegrationEventDetailBase {
103
106
  accountId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "4.6.1",
3
+ "version": "4.6.2",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"