@ctx-core/auth0-management 10.0.77 → 10.0.80
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.
- package/auth0__v2_client__GET__fetch/index.d.ts +1 -1
- package/auth0__v2_client__GET__fetch/index.js +2 -2
- package/auth0__v2_client_grants__GET__fetch/index.d.ts +1 -1
- package/auth0__v2_client_grants__GET__fetch/index.js +2 -2
- package/auth0__v2_user__GET__fetch/index.d.ts +1 -1
- package/auth0__v2_user__GET__fetch/index.js +1 -1
- package/auth0__v2_user__PATCH__fetch/index.d.ts +1 -1
- package/auth0__v2_user__PATCH__fetch/index.js +1 -1
- package/auth0__v2_users_by_email__GET__fetch/index.d.ts +1 -1
- package/auth0__v2_users_by_email__GET__fetch/index.js +1 -1
- package/package.json +3 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { fetch__template_pair_T } from '@ctx-core/fetch'
|
|
2
1
|
import type { Client } from 'auth0'
|
|
3
2
|
import type { Auth0Error } from 'auth0-js'
|
|
4
3
|
import type { Ctx } from 'ctx-core/be'
|
|
4
|
+
import type { fetch__template_pair_T } from 'ctx-core/fetch'
|
|
5
5
|
export declare const [
|
|
6
6
|
auth0__v2_client__GET__fetch,
|
|
7
7
|
auth0__v2_client__GET__fetch2,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="ctx-core" />
|
|
2
2
|
/// <reference types="./index.d.ts" />
|
|
3
3
|
import { AUTH0_CLIENT_ID_, AUTH0_DOMAIN_, header__access_token__verify } from '@ctx-core/auth0'
|
|
4
|
-
import { fetch__template_pair__new } from '
|
|
4
|
+
import { fetch__template_pair__new } from 'ctx-core/fetch'
|
|
5
5
|
import { auth0_management__token__new } from '../auth0_management__token__new/index.js'
|
|
6
|
-
/** @typedef {import('
|
|
6
|
+
/** @typedef {import('ctx-core/fetch').response_pair_T} */
|
|
7
7
|
/** @typedef {Ctx} */
|
|
8
8
|
/** @typedef {import('auth0').Client} */
|
|
9
9
|
/** @typedef {auth0__v2_client__GET__fetch__params_T} */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { fetch__template_pair_T } from '@ctx-core/fetch'
|
|
2
1
|
import type { ClientGrant } from 'auth0'
|
|
3
2
|
import type { Auth0Error } from 'auth0-js'
|
|
4
3
|
import type { Ctx } from 'ctx-core/be'
|
|
4
|
+
import type { fetch__template_pair_T } from 'ctx-core/fetch'
|
|
5
5
|
export declare const [
|
|
6
6
|
auth0__v2_client_grants__GET__fetch,
|
|
7
7
|
auth0__v2_client_grants__GET__fetch2,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="ctx-core" />
|
|
2
2
|
/// <reference types="./index.d.ts" />
|
|
3
3
|
import { AUTH0_DOMAIN_, header__access_token__verify } from '@ctx-core/auth0'
|
|
4
|
-
import { fetch__template_pair__new } from '
|
|
4
|
+
import { fetch__template_pair__new } from 'ctx-core/fetch'
|
|
5
5
|
import { query_str_ } from 'ctx-core/uri'
|
|
6
6
|
import { auth0_management__token__new } from '../auth0_management__token__new/index.js'
|
|
7
|
-
/** @typedef {import('
|
|
7
|
+
/** @typedef {import('ctx-core/fetch').response_pair_T} */
|
|
8
8
|
/** @typedef {Ctx} */
|
|
9
9
|
/** @typedef {import('auth0').CreateClientGrant} */
|
|
10
10
|
/** @typedef {auth0__v2_client_grants__GET__fetch__params_T} */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { fetch__template_pair_T } from '@ctx-core/fetch'
|
|
2
1
|
import type { UserProfile } from 'auth0'
|
|
3
2
|
import type { Auth0Error } from 'auth0-js'
|
|
4
3
|
import type { Ctx } from 'ctx-core/be'
|
|
4
|
+
import type { fetch__template_pair_T } from 'ctx-core/fetch'
|
|
5
5
|
export declare const [
|
|
6
6
|
auth0__v2_user__GET__fetch,
|
|
7
7
|
auth0__v2_user__GET__fetch2,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="ctx-core" />
|
|
2
2
|
/// <reference types="./index.d.ts" />
|
|
3
3
|
import { AUTH0_DOMAIN_, header__access_token__verify } from '@ctx-core/auth0'
|
|
4
|
-
import { fetch__template_pair__new } from '
|
|
4
|
+
import { fetch__template_pair__new } from 'ctx-core/fetch'
|
|
5
5
|
import { auth0_management__token__new } from '../auth0_management__token__new/index.js'
|
|
6
6
|
/** @typedef {Ctx} */
|
|
7
7
|
/** @typedef {import('auth0').User} */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { fetch__template_pair_T } from '@ctx-core/fetch'
|
|
2
1
|
import type { UserProfile, UserUpdate } from 'auth0'
|
|
3
2
|
import type { Auth0Error } from 'auth0-js'
|
|
4
3
|
import type { Ctx } from 'ctx-core/be'
|
|
4
|
+
import type { fetch__template_pair_T } from 'ctx-core/fetch'
|
|
5
5
|
export declare const [
|
|
6
6
|
auth0__v2_user__PATCH__fetch,
|
|
7
7
|
auth0__v2_user__PATCH__fetch2,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="ctx-core" />
|
|
2
2
|
/// <reference types="./index.d.ts" />
|
|
3
3
|
import { AUTH0_DOMAIN_, header__access_token__verify } from '@ctx-core/auth0'
|
|
4
|
-
import { fetch__template_pair__new } from '
|
|
4
|
+
import { fetch__template_pair__new } from 'ctx-core/fetch'
|
|
5
5
|
import { auth0_management__token__new } from '../auth0_management__token__new/index.js'
|
|
6
6
|
/** @typedef {Ctx} */
|
|
7
7
|
/** @typedef {import('auth0').UpdateUserData} */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { fetch__template_pair_T } from '@ctx-core/fetch'
|
|
2
1
|
import type { Auth0Error, Auth0UserProfile } from 'auth0-js'
|
|
3
2
|
import type { Ctx } from 'ctx-core/be'
|
|
3
|
+
import type { fetch__template_pair_T } from 'ctx-core/fetch'
|
|
4
4
|
export declare const [
|
|
5
5
|
auth0__v2_users_by_email__GET__fetch,
|
|
6
6
|
auth0__v2_users_by_email__GET__fetch2,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="ctx-core" />
|
|
2
2
|
/// <reference types="./index.d.ts" />
|
|
3
3
|
import { AUTH0_DOMAIN_, header__access_token__verify } from '@ctx-core/auth0'
|
|
4
|
-
import { fetch__template_pair__new } from '
|
|
4
|
+
import { fetch__template_pair__new } from 'ctx-core/fetch'
|
|
5
5
|
import { auth0_management__token__new } from '../auth0_management__token__new/index.js'
|
|
6
6
|
/** @typedef {Ctx} */
|
|
7
7
|
/** @type {import('auth0-js').Auth0UserProfile} */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctx-core/auth0-management",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.80",
|
|
4
4
|
"description": "ctx-core auth0 management api",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -46,10 +46,9 @@
|
|
|
46
46
|
"getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@ctx-core/auth0": "^40.1.
|
|
50
|
-
"@ctx-core/fetch": "^13.1.140",
|
|
49
|
+
"@ctx-core/auth0": "^40.1.206",
|
|
51
50
|
"auth0": "^4.3.0",
|
|
52
|
-
"ctx-core": "^5.
|
|
51
|
+
"ctx-core": "^5.37.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
54
|
"@types/auth0": "^3.3.10",
|