authvital-sdk 0.1.1-dev.3.cefb119.0
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/README.md +657 -0
- package/dist/chunk-ETJ5ICJ7.mjs +412 -0
- package/dist/chunk-FXVD4Y5G.js +412 -0
- package/dist/chunk-JNEJMHGA.mjs +235 -0
- package/dist/chunk-JPODZIZT.mjs +95 -0
- package/dist/chunk-QPYBK2J4.js +235 -0
- package/dist/chunk-R4OHZZQP.js +95 -0
- package/dist/index.d.mts +615 -0
- package/dist/index.d.ts +615 -0
- package/dist/index.js +1299 -0
- package/dist/index.mjs +1299 -0
- package/dist/invitations-EFJA5C6L.mjs +22 -0
- package/dist/invitations-LZHJ3AZY.js +22 -0
- package/dist/oauth-K7E7OCWI.js +34 -0
- package/dist/oauth-UAFXEKZ7.mjs +34 -0
- package/dist/server.d.mts +2656 -0
- package/dist/server.d.ts +2656 -0
- package/dist/server.js +2915 -0
- package/dist/server.mjs +2915 -0
- package/dist/webhook-router-DdfXLtHa.d.mts +461 -0
- package/dist/webhook-router-DdfXLtHa.d.ts +461 -0
- package/package.json +71 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {
|
|
2
|
+
captureInviteTokenFromUrl,
|
|
3
|
+
clearStoredInviteToken,
|
|
4
|
+
consumeInvitation,
|
|
5
|
+
createInvitation,
|
|
6
|
+
getInvitation,
|
|
7
|
+
getStoredInviteToken,
|
|
8
|
+
listTenantInvitations,
|
|
9
|
+
revokeInvitation,
|
|
10
|
+
storeInviteToken
|
|
11
|
+
} from "./chunk-JPODZIZT.mjs";
|
|
12
|
+
export {
|
|
13
|
+
captureInviteTokenFromUrl,
|
|
14
|
+
clearStoredInviteToken,
|
|
15
|
+
consumeInvitation,
|
|
16
|
+
createInvitation,
|
|
17
|
+
getInvitation,
|
|
18
|
+
getStoredInviteToken,
|
|
19
|
+
listTenantInvitations,
|
|
20
|
+
revokeInvitation,
|
|
21
|
+
storeInviteToken
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
var _chunkR4OHZZQPjs = require('./chunk-R4OHZZQP.js');
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
exports.captureInviteTokenFromUrl = _chunkR4OHZZQPjs.captureInviteTokenFromUrl; exports.clearStoredInviteToken = _chunkR4OHZZQPjs.clearStoredInviteToken; exports.consumeInvitation = _chunkR4OHZZQPjs.consumeInvitation; exports.createInvitation = _chunkR4OHZZQPjs.createInvitation; exports.getInvitation = _chunkR4OHZZQPjs.getInvitation; exports.getStoredInviteToken = _chunkR4OHZZQPjs.getStoredInviteToken; exports.listTenantInvitations = _chunkR4OHZZQPjs.listTenantInvitations; exports.revokeInvitation = _chunkR4OHZZQPjs.revokeInvitation; exports.storeInviteToken = _chunkR4OHZZQPjs.storeInviteToken;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
var _chunkQPYBK2J4js = require('./chunk-QPYBK2J4.js');
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
exports.checkAuthStatus = _chunkQPYBK2J4js.checkAuthStatus; exports.decodeJwt = _chunkQPYBK2J4js.decodeJwt; exports.decodeState = _chunkQPYBK2J4js.decodeState; exports.encodeState = _chunkQPYBK2J4js.encodeState; exports.exchangeCodeForTokens = _chunkQPYBK2J4js.exchangeCodeForTokens; exports.extractCallbackParams = _chunkQPYBK2J4js.extractCallbackParams; exports.generateCodeChallenge = _chunkQPYBK2J4js.generateCodeChallenge; exports.generateCodeVerifier = _chunkQPYBK2J4js.generateCodeVerifier; exports.handleCallback = _chunkQPYBK2J4js.handleCallback; exports.loginToAuthVital = _chunkQPYBK2J4js.loginToAuthVital; exports.logout = _chunkQPYBK2J4js.logout; exports.signupAtAuthVital = _chunkQPYBK2J4js.signupAtAuthVital; exports.startAuthorizationFlow = _chunkQPYBK2J4js.startAuthorizationFlow; exports.startLogin = _chunkQPYBK2J4js.startLogin; exports.startSignup = _chunkQPYBK2J4js.startSignup;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import {
|
|
2
|
+
checkAuthStatus,
|
|
3
|
+
decodeJwt,
|
|
4
|
+
decodeState,
|
|
5
|
+
encodeState,
|
|
6
|
+
exchangeCodeForTokens,
|
|
7
|
+
extractCallbackParams,
|
|
8
|
+
generateCodeChallenge,
|
|
9
|
+
generateCodeVerifier,
|
|
10
|
+
handleCallback,
|
|
11
|
+
loginToAuthVital,
|
|
12
|
+
logout,
|
|
13
|
+
signupAtAuthVital,
|
|
14
|
+
startAuthorizationFlow,
|
|
15
|
+
startLogin,
|
|
16
|
+
startSignup
|
|
17
|
+
} from "./chunk-JNEJMHGA.mjs";
|
|
18
|
+
export {
|
|
19
|
+
checkAuthStatus,
|
|
20
|
+
decodeJwt,
|
|
21
|
+
decodeState,
|
|
22
|
+
encodeState,
|
|
23
|
+
exchangeCodeForTokens,
|
|
24
|
+
extractCallbackParams,
|
|
25
|
+
generateCodeChallenge,
|
|
26
|
+
generateCodeVerifier,
|
|
27
|
+
handleCallback,
|
|
28
|
+
loginToAuthVital,
|
|
29
|
+
logout,
|
|
30
|
+
signupAtAuthVital,
|
|
31
|
+
startAuthorizationFlow,
|
|
32
|
+
startLogin,
|
|
33
|
+
startSignup
|
|
34
|
+
};
|