Skip to content

Commit 0aaf12f

Browse files
committed
Generated
1 parent bcb80c1 commit 0aaf12f

6 files changed

Lines changed: 18 additions & 10 deletions

File tree

build/v1.changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@
2424
- LoginLink
2525
- Webhook
2626

27+
####Build Process @ 2020-09-17 11:14:05
28+
####Updated Classes
29+
- ChangeEmailLink
30+
- EmailUpdate
31+
- LoginLink
32+
- PasswordUpdate
33+
- ProfileUpdate
34+

src/Generated/V1/ChangeEmailLink.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ class ChangeEmailLink extends WebhookFoundation
2323
public $ipAddress;
2424

2525
/**
26-
* Useragent from where the request for this action originated
26+
* User-agent from where the request for this action originated
2727
*
2828
* @var string
2929
*/
30-
public $useragent;
30+
public $userAgent;
3131

3232
/**
3333
* The accounts updated address and recipient of the change link

src/Generated/V1/EmailUpdate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ class EmailUpdate extends WebhookFoundation
2323
public $ipAddress;
2424

2525
/**
26-
* Useragent from where the request for this action originated
26+
* User-agent from where the request for this action originated
2727
*
2828
* @var string
2929
*/
30-
public $useragent;
30+
public $userAgent;
3131

3232
/**
3333
* The updated email address for the identity

src/Generated/V1/LoginLink.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ class LoginLink extends WebhookFoundation
2323
public $ipAddress;
2424

2525
/**
26-
* Useragent from where the request for this action originated
26+
* User-agent from where the request for this action originated
2727
*
2828
* @var string
2929
*/
30-
public $useragent;
30+
public $userAgent;
3131

3232
/**
3333
* Link for the user to click to login to their account (Single Use)

src/Generated/V1/PasswordUpdate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ class PasswordUpdate extends WebhookFoundation
2323
public $ipAddress;
2424

2525
/**
26-
* Useragent from where the request for this action originated
26+
* User-agent from where the request for this action originated
2727
*
2828
* @var string
2929
*/
30-
public $useragent;
30+
public $userAgent;
3131

3232
}

src/Generated/V1/ProfileUpdate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ class ProfileUpdate extends WebhookFoundation
2323
public $ipAddress;
2424

2525
/**
26-
* Useragent from where the request for this action originated
26+
* User-agent from where the request for this action originated
2727
*
2828
* @var string
2929
*/
30-
public $useragent;
30+
public $userAgent;
3131

3232
/**
3333
* The updated first name for the identity

0 commit comments

Comments
 (0)