James Pace
61876df898
auth0: Expose more of the Job resource in management client ( #34657 )
...
* Expose more of the Job resource in auth0 management client
* Don't use disguised type assertion with generics, per the common mistakes in the README
* Add additional job status
* Document job.type discriminator for auto type assertion
* Revert interface name change for sending verification emails
2019-04-29 11:42:13 -07:00
Nathan Shively-Sanders
64fc88601e
Disable npm-naming with dt-header ( #34112 )
...
npm-naming is a new rule but the code it runs was already disabled
whenever dt-header was disabled. This change keeps the behaviour the
same.
2019-03-22 09:26:34 -07:00
Alex Bjørlig
7918616ad7
added name to UserData
2019-01-24 14:05:03 +01:00
Angus Bremner
a1f37b8eaa
Add given_name & family_name to UserData
2019-01-18 14:51:40 +11:00
Ian Howe
f64404328d
feat(auth0): Update UserMetadata to have any type for value
...
fix(auth0): Bump version number
2019-01-16 16:31:01 +11:00
Dan Rumney
c4df5ab14f
Remove dependency on Bluebird
...
Not everybody uses Bluebird for their Promises and coupling this so tightly to Bluebird causes us problems
2018-11-08 15:39:55 -06:00
Wilson Hobbs
539220016a
Remove amiram
2018-11-04 12:33:29 -05:00
Wilson Hobbs
d2268a8dc6
fix accidental removal of
2018-11-03 23:07:06 -04:00
Wilson Hobbs
bb4fca5226
Update index.d.ts
2018-11-03 22:10:38 -04:00
Matthias Schwegler
fc7765c0f8
[@types/auth0] Add missing optional parameters for 'Get all clients'
...
See https://auth0.com/docs/api/management/v2#!/Clients/get_clients
2018-10-18 10:57:21 +02:00
segayuu
1a07f27101
[@types/Bluebird] Make iterative methods rigid types without type parameters. ( #27216 )
...
* Resolve bluebird(Array) method
* upgrade typescript version from bluebird-global
* move testfile
Reason: There are too many type definition files
depending on jquery and it can not be managed.
* upgrade typescript version from bluebird require packages
* fix lint error: use-default-type-parameter
2018-07-12 09:23:46 -07:00
jbreckmckye
611e99751d
Add semicolon
2018-06-21 10:31:00 +01:00
jbreckmckye
053ed519cc
Increment version number of Node-Auth0
2018-06-20 11:19:02 +01:00
jbreckmckye
5c745e279b
Test new definitions
2018-06-20 11:05:06 +01:00
jbreckmckye
2a89db7444
Add paged user search interface to Node-Auth0
2018-06-20 10:47:09 +01:00
Matt Oakes
790dd43661
Add the optional access token to the Auth0 Identity response
2018-06-12 14:12:41 +01:00
Saurabh Dutta
0af74afc17
[auth0] Add additional Authenticator class definitions and Managers. ( #25405 )
...
* Use Indexer in App_Metadata and User_Metadata
* Add Additional Authenticator Classes
2018-05-07 10:51:09 -07:00
Jussi Kinnula
1b87de76aa
Add @types/auth0 missing type profileData to Identity interface ( #25251 )
...
* Add @types/auth0 missing optional type profileData for Identity interface
* Update @types/auth0 auth0 version from 2.7 to 2.9.1
2018-04-30 09:08:53 -07:00
Jussi Kinnula
6c7d22ec88
Fix auth0 link users ( #25245 )
...
* Fix @types/auth0 Auth0 ManagementClient linkUsers() interface + change params naming
* Add tests for @types/auth0 linkUsers()
* Increase @types/auth0 version number for auth0 from 2.7 to 2.9.1
2018-04-30 09:08:04 -07:00
Mike Fisher
b4ea50c7a9
[auth0] Fix ManagementClient.linkUsers signature ( #25219 )
2018-04-24 16:06:57 -07:00
Andy Hanson
45c9246c09
Remove esModuleInterop from tsconfigs (no longer mandatory)
2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs ( #23354 )
2018-02-05 11:01:56 -08:00
Seth Westphal
2c84740341
Fix Auth0 createPasswordChangeTicket() parameters. ( #23147 )
2018-01-24 08:58:16 -08:00
Donald Pipowitch
4d594ddb55
fixed connection types in auth0 ( #22843 )
2018-01-17 10:05:28 -08:00
Donald Pipowitch
30a18caa99
added identifier prop to resource servers in auth0 ( #22842 )
...
* added identifier prop to resource servers in auth0
* require identifier for new resource servers
2018-01-12 16:21:46 -08:00
Paul van Brenk
d95893c76b
Merge pull request #22407 from donaldpipowitch/patch-16
...
fixed ResourceServer and ClientGrant typings to auth0
2017-12-28 13:10:54 -08:00
Donald Pipowitch
6e277252e7
added test for retry option in auth0
2017-12-28 07:03:06 +01:00
Donald Pipowitch
81890fa478
added/fixed client grant typings in auth0
2017-12-21 14:10:15 +01:00
Donald Pipowitch
32293959a9
added CreateResourceServer to auth0
2017-12-21 13:21:24 +01:00
Donald Pipowitch
71a09643cc
added ResourceServer to auth0
2017-12-21 09:56:30 +01:00
Donald Pipowitch
bd202bef48
added RetryOptions in auth0
2017-12-13 08:24:20 +01:00
Seth Westphal
0513c1e5e4
Add Auth0 getUsersByEmail. ( #21948 )
2017-12-06 08:49:04 -08:00
Yevhenii
fac99fed26
Fix auth0 updateEmailProvider arguments
2017-11-13 09:50:34 +01:00
Donald Pipowitch
212dadef88
fixed client api's in auth0
2017-11-06 09:33:10 +01:00
Andy
19f89399e4
Ensure every package has a tslint.json ( #21009 )
...
* Ensure every package has a tslint.json
* Fixes
2017-10-25 11:13:50 -07:00
Donald Pipowitch
4181075775
fixed rule api's in auth0 ( #20750 )
...
* fixed rule api's in auth0
* updated auth0 header
2017-10-24 11:03:28 -07:00
Daniel Glasgow
4e39a2f43d
@types/auth0 add full typedef for ManagementClientOptions Issue #20210 ( #20214 )
...
* Add full typedef for ManagementClientOptions
* add semi colons and remove '?'
2017-10-09 14:40:30 -07:00
Andy
947a8fb761
Enable strictFunctionTypes ( #20373 )
2017-10-06 14:03:03 -07:00
Andy
bdeaabff24
auth0: Allow to omit params to getUsers ( #19098 )
2017-08-17 13:32:23 -07:00
Paul van Brenk
2dfa1ee22c
Update index.d.ts
...
Fix version number
2017-06-29 12:48:45 -07:00
Daniel McKenzie
a9a6876e7b
Add optional provider on Auth0
2017-06-29 17:18:51 +01:00
Daniel McKenzie
f2be3686d3
Update Auth0 typings for client credentials
2017-06-29 12:15:59 +01:00
amiram
d7603c2fcd
Delete UpdateUserParameters
2017-06-21 22:21:37 +03:00
amiram
65182b2c0a
Make CreateUserData extend UserData
2017-06-21 22:13:56 +03:00
amiram
ae5fb295e1
Make UpdateUserData extend UserData
2017-06-21 22:13:56 +03:00
amiram
e349d7dccb
CreateUserData: add more properties.
...
UpdateUserData: added.
DeleteMultifactorParams: added type for provider.
UnlinkAccountsParams: added type for provider.
UnlinkAccountsResponse: added.
deleteUserMultifactor: removed returned value.
2017-06-21 22:13:56 +03:00
amiram
f4568de874
auth0
...
fix getUser returns only a single user
fix deleteUser returns void
fix getUser and deleteUser mandatory params
2017-06-21 22:13:56 +03:00
amiram
c6288cb4e2
auth0
...
fix getUser returns only a single user
fix deleteUser returns void
fix getUser and deleteUser mandatory params
2017-06-21 22:13:56 +03:00
amiram
de620dec87
auth0
...
fix getUser returns only a single user
fix deleteUser returns void
fix getUser and deleteUser mandatory params
2017-06-21 22:13:55 +03:00
Andy Hanson
c15e214e5a
bluebird: Make Thenable an alias to the builtin PromiseLike.
2017-06-16 09:02:18 -07:00