Skip to content

Commit

Permalink
merge release/0.26.1 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
deyhle committed Sep 5, 2023
2 parents 6271afb + 7464028 commit 19d6975
Show file tree
Hide file tree
Showing 7 changed files with 436 additions and 40 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ jspm_packages
.idea
dist
!dist/keepme

## OS X
.DS_Store
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>0.26.1 (2023-09-05)</small>

* release version 0.26.1 ([7464028](https://github.com/entrecode/ec.sdk/commit/7464028))
* feat: new fields for accounts and groups ([30252ad](https://github.com/entrecode/ec.sdk/commit/30252ad))



## 0.26.0 (2023-09-01)

* release version 0.26.0 ([6da1291](https://github.com/entrecode/ec.sdk/commit/6da1291))
Expand Down
208 changes: 197 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>ec.sdk 0.26.0 | Documentation</title>
<title>ec.sdk 0.26.1 | Documentation</title>
<meta name='description' content='SDK for ec.api'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>ec.sdk</h3>
<div class='mb1'><code>0.26.0</code></div>
<div class='mb1'><code>0.26.1</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -17641,6 +17641,13 @@ <h3 class='fl m0' id='accountresource'>
: The id of the Account


</div>

<div class='space-bottom0'>
<span class='code bold'>type</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The type of the account


</div>

<div class='space-bottom0'>
Expand All @@ -17661,31 +17668,198 @@ <h3 class='fl m0' id='accountresource'>
</div>

<div class='space-bottom0'>
<span class='code bold'>groups</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a>&#x3C;<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a>>)</code>
: Array of groups this account is member of
<span class='code bold'>name</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The current name.


</div>

<div class='space-bottom0'>
<span class='code bold'>hasPassword</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>)</code>
: Whether or not this account has a password
<span class='code bold'>company</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The current company.


</div>

<div class='space-bottom0'>
<span class='code bold'>preferredUsername</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The current preferredUsername.


</div>

<div class='space-bottom0'>
<span class='code bold'>givenName</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The current givenName.


</div>

<div class='space-bottom0'>
<span class='code bold'>middleName</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The current middleName.


</div>

<div class='space-bottom0'>
<span class='code bold'>familyName</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The current familyName.


</div>

<div class='space-bottom0'>
<span class='code bold'>nickname</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The current nickname.


</div>

<div class='space-bottom0'>
<span class='code bold'>birthdate</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date">Date</a>)</code>
: The current birthdate.


</div>

<div class='space-bottom0'>
<span class='code bold'>gender</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The current gender (f|m|d)


</div>

<div class='space-bottom0'>
<span class='code bold'>hasPendingEmail</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>)</code>
: Whether or not this account has a pending email
<span class='code bold'>picture</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The current picture url


</div>

<div class='space-bottom0'>
<span class='code bold'>phoneNumber</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The current phoneNumber


</div>

<div class='space-bottom0'>
<span class='code bold'>phoneNumberVerified</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>)</code>
: Whether or not the phoneNumber is verified


</div>

<div class='space-bottom0'>
<span class='code bold'>address</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a>)</code>
: The current address


<ul>

<li><code>address.streetAddress</code> <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>

<p>The current streetAddress</p>
</li>

<li><code>address.locality</code> <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>

<p>The current locality</p>
</li>

<li><code>address.postalCode</code> <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>

<p>The current postalCode</p>
</li>

<li><code>address.region</code> <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>

<p>The current region</p>
</li>

<li><code>address.country</code> <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>

<p>The current country</p>
</li>

<li><code>address.formatted</code> <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>

<p>The current formatted address</p>
</li>

</ul>

</div>

<div class='space-bottom0'>
<span class='code bold'>language</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The language for frontend usage


</div>

<div class='space-bottom0'>
<span class='code bold'>locale</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The locale for frontend usage


</div>

<div class='space-bottom0'>
<span class='code bold'>zoneInfo</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: The zoneInfo for frontend usage


</div>

<div class='space-bottom0'>
<span class='code bold'>state</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: State of the account.


</div>

<div class='space-bottom0'>
<span class='code bold'>hasTOTP</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>)</code>
: Whether or not this account has TOTP enabled


</div>

<div class='space-bottom0'>
<span class='code bold'>hasAuthenticators</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a>&#x3C;<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a>>)</code>
: Array of authenticators this account has enabled


</div>

<div class='space-bottom0'>
<span class='code bold'>hasFallbackCodes</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>)</code>
: Number of fallback codes this account has


</div>

<div class='space-bottom0'>
<span class='code bold'>mfaRequired</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>)</code>
: Whether or not this account requires MFA


</div>

<div class='space-bottom0'>
<span class='code bold'>authenticatorRequires2FA</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>)</code>
: Whether or not this account requires 2FA


</div>

<div class='space-bottom0'>
<span class='code bold'>legacyLoginDisabled</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>)</code>
: Whether or not this account has legacy login disabled


</div>

<div class='space-bottom0'>
Expand All @@ -17703,8 +17877,8 @@ <h3 class='fl m0' id='accountresource'>
</div>

<div class='space-bottom0'>
<span class='code bold'>state</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>)</code>
: State of the account.
<span class='code bold'>groups</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a>&#x3C;<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">object</a>>)</code>
: Array of groups this account is member of


</div>
Expand Down Expand Up @@ -19012,6 +19186,13 @@ <h3 class='fl m0' id='groupresource'>

</div>

<div class='space-bottom0'>
<span class='code bold'>groupSettings</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>)</code>
: Group settings


</div>

</div>


Expand Down Expand Up @@ -36250,7 +36431,12 @@ <h2 id='changelog' class='mt0'>
</h2>


<h2>0.26.0 (2023-09-01)</h2>
<h2>0.26.1 (2023-09-05)</h2>
<ul>
<li>release version 0.26.1 (<a href="https://github.com/entrecode/ec.sdk/commit/7464028">7464028</a>)</li>
<li>feat: new fields for accounts and groups (<a href="https://github.com/entrecode/ec.sdk/commit/30252ad">30252ad</a>)</li>
</ul>
<h2>0.26.0 (2023-09-01)</h2>
<ul>
<li>release version 0.26.0 (<a href="https://github.com/entrecode/ec.sdk/commit/6da1291">6da1291</a>)</li>
<li>feat: account clients with new properties (<a href="https://github.com/entrecode/ec.sdk/commit/346831f">346831f</a>)</li>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ec.sdk",
"version": "0.26.0",
"version": "0.26.1",
"description": "SDK for ec.api",
"repository": "entrecode/ec.sdk",
"author": "Simon Scherzinger <scherzinger@entrecode.de>",
Expand Down
Loading

0 comments on commit 19d6975

Please sign in to comment.