@wix/identity 1.0.131 → 1.0.132
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/build/index.d.mts +12 -0
- package/build/index.d.ts +12 -0
- package/build/index.js +50 -0
- package/build/index.js.map +1 -0
- package/build/index.mjs +12 -0
- package/build/index.mjs.map +1 -0
- package/build/internal/index.d.mts +12 -0
- package/build/internal/index.d.ts +12 -0
- package/build/internal/index.js +50 -0
- package/build/internal/index.js.map +1 -0
- package/build/internal/index.mjs +12 -0
- package/build/internal/index.mjs.map +1 -0
- package/build/internal/meta.d.mts +8 -0
- package/build/internal/meta.d.ts +8 -0
- package/build/internal/meta.js +50 -0
- package/build/internal/meta.js.map +1 -0
- package/build/internal/meta.mjs +12 -0
- package/build/internal/meta.mjs.map +1 -0
- package/build/meta.d.mts +8 -0
- package/build/meta.d.ts +8 -0
- package/build/meta.js +50 -0
- package/build/meta.js.map +1 -0
- package/build/meta.mjs +12 -0
- package/build/meta.mjs.map +1 -0
- package/package.json +16 -15
- package/build/cjs/index.d.ts +0 -5
- package/build/cjs/index.js +0 -35
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.d.ts +0 -4
- package/build/cjs/meta.js +0 -31
- package/build/cjs/meta.js.map +0 -1
- package/build/es/index.d.ts +0 -5
- package/build/es/index.js +0 -6
- package/build/es/index.js.map +0 -1
- package/build/es/meta.d.ts +0 -4
- package/build/es/meta.js +0 -5
- package/build/es/meta.js.map +0 -1
- package/build/es/package.json +0 -3
- package/build/internal/cjs/index.d.ts +0 -5
- package/build/internal/cjs/index.js +0 -35
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/meta.d.ts +0 -4
- package/build/internal/cjs/meta.js +0 -31
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/es/index.d.ts +0 -5
- package/build/internal/es/index.js +0 -6
- package/build/internal/es/index.js.map +0 -1
- package/build/internal/es/meta.d.ts +0 -4
- package/build/internal/es/meta.js +0 -5
- package/build/internal/es/meta.js.map +0 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as auto_sdk_identity_authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
+
export { auto_sdk_identity_authentication as authentication };
|
|
3
|
+
import * as auto_sdk_identity_recovery from '@wix/auto_sdk_identity_recovery';
|
|
4
|
+
export { auto_sdk_identity_recovery as recovery };
|
|
5
|
+
import * as auto_sdk_identity_verification from '@wix/auto_sdk_identity_verification';
|
|
6
|
+
export { auto_sdk_identity_verification as verification };
|
|
7
|
+
import * as auto_sdk_identity_oauth from '@wix/auto_sdk_identity_oauth';
|
|
8
|
+
export { auto_sdk_identity_oauth as oauth };
|
|
9
|
+
import '@wix/auto_sdk_identity_authentication/meta';
|
|
10
|
+
import '@wix/auto_sdk_identity_recovery/meta';
|
|
11
|
+
import '@wix/auto_sdk_identity_verification/meta';
|
|
12
|
+
import '@wix/auto_sdk_identity_oauth/meta';
|
package/build/index.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as auto_sdk_identity_authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
+
export { auto_sdk_identity_authentication as authentication };
|
|
3
|
+
import * as auto_sdk_identity_recovery from '@wix/auto_sdk_identity_recovery';
|
|
4
|
+
export { auto_sdk_identity_recovery as recovery };
|
|
5
|
+
import * as auto_sdk_identity_verification from '@wix/auto_sdk_identity_verification';
|
|
6
|
+
export { auto_sdk_identity_verification as verification };
|
|
7
|
+
import * as auto_sdk_identity_oauth from '@wix/auto_sdk_identity_oauth';
|
|
8
|
+
export { auto_sdk_identity_oauth as oauth };
|
|
9
|
+
import '@wix/auto_sdk_identity_authentication/meta';
|
|
10
|
+
import '@wix/auto_sdk_identity_recovery/meta';
|
|
11
|
+
import '@wix/auto_sdk_identity_verification/meta';
|
|
12
|
+
import '@wix/auto_sdk_identity_oauth/meta';
|
package/build/index.js
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// index.ts
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
|
+
authentication: () => authentication,
|
|
34
|
+
oauth: () => oauth,
|
|
35
|
+
recovery: () => recovery,
|
|
36
|
+
verification: () => verification
|
|
37
|
+
});
|
|
38
|
+
module.exports = __toCommonJS(index_exports);
|
|
39
|
+
var authentication = __toESM(require("@wix/auto_sdk_identity_authentication"));
|
|
40
|
+
var recovery = __toESM(require("@wix/auto_sdk_identity_recovery"));
|
|
41
|
+
var verification = __toESM(require("@wix/auto_sdk_identity_verification"));
|
|
42
|
+
var oauth = __toESM(require("@wix/auto_sdk_identity_oauth"));
|
|
43
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
+
0 && (module.exports = {
|
|
45
|
+
authentication,
|
|
46
|
+
oauth,
|
|
47
|
+
recovery,
|
|
48
|
+
verification
|
|
49
|
+
});
|
|
50
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as authentication from '@wix/auto_sdk_identity_authentication';\nimport * as recovery from '@wix/auto_sdk_identity_recovery';\nimport * as verification from '@wix/auto_sdk_identity_verification';\nimport * as oauth from '@wix/auto_sdk_identity_oauth';\n\nexport { authentication, recovery, verification, oauth };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;AAChC,eAA0B;AAC1B,mBAA8B;AAC9B,YAAuB;","names":[]}
|
package/build/index.mjs
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as authentication from "@wix/auto_sdk_identity_authentication";
|
|
3
|
+
import * as recovery from "@wix/auto_sdk_identity_recovery";
|
|
4
|
+
import * as verification from "@wix/auto_sdk_identity_verification";
|
|
5
|
+
import * as oauth from "@wix/auto_sdk_identity_oauth";
|
|
6
|
+
export {
|
|
7
|
+
authentication,
|
|
8
|
+
oauth,
|
|
9
|
+
recovery,
|
|
10
|
+
verification
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as authentication from '@wix/auto_sdk_identity_authentication';\nimport * as recovery from '@wix/auto_sdk_identity_recovery';\nimport * as verification from '@wix/auto_sdk_identity_verification';\nimport * as oauth from '@wix/auto_sdk_identity_oauth';\n\nexport { authentication, recovery, verification, oauth };\n"],"mappings":";AAAA,YAAY,oBAAoB;AAChC,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,WAAW;","names":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as auto_sdk_identity_authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
+
export { auto_sdk_identity_authentication as authentication };
|
|
3
|
+
import * as auto_sdk_identity_recovery from '@wix/auto_sdk_identity_recovery';
|
|
4
|
+
export { auto_sdk_identity_recovery as recovery };
|
|
5
|
+
import * as auto_sdk_identity_verification from '@wix/auto_sdk_identity_verification';
|
|
6
|
+
export { auto_sdk_identity_verification as verification };
|
|
7
|
+
import * as auto_sdk_identity_oauth from '@wix/auto_sdk_identity_oauth';
|
|
8
|
+
export { auto_sdk_identity_oauth as oauth };
|
|
9
|
+
import '@wix/auto_sdk_identity_authentication/meta';
|
|
10
|
+
import '@wix/auto_sdk_identity_recovery/meta';
|
|
11
|
+
import '@wix/auto_sdk_identity_verification/meta';
|
|
12
|
+
import '@wix/auto_sdk_identity_oauth/meta';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as auto_sdk_identity_authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
+
export { auto_sdk_identity_authentication as authentication };
|
|
3
|
+
import * as auto_sdk_identity_recovery from '@wix/auto_sdk_identity_recovery';
|
|
4
|
+
export { auto_sdk_identity_recovery as recovery };
|
|
5
|
+
import * as auto_sdk_identity_verification from '@wix/auto_sdk_identity_verification';
|
|
6
|
+
export { auto_sdk_identity_verification as verification };
|
|
7
|
+
import * as auto_sdk_identity_oauth from '@wix/auto_sdk_identity_oauth';
|
|
8
|
+
export { auto_sdk_identity_oauth as oauth };
|
|
9
|
+
import '@wix/auto_sdk_identity_authentication/meta';
|
|
10
|
+
import '@wix/auto_sdk_identity_recovery/meta';
|
|
11
|
+
import '@wix/auto_sdk_identity_verification/meta';
|
|
12
|
+
import '@wix/auto_sdk_identity_oauth/meta';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// index.ts
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
|
+
authentication: () => authentication,
|
|
34
|
+
oauth: () => oauth,
|
|
35
|
+
recovery: () => recovery,
|
|
36
|
+
verification: () => verification
|
|
37
|
+
});
|
|
38
|
+
module.exports = __toCommonJS(index_exports);
|
|
39
|
+
var authentication = __toESM(require("@wix/auto_sdk_identity_authentication"));
|
|
40
|
+
var recovery = __toESM(require("@wix/auto_sdk_identity_recovery"));
|
|
41
|
+
var verification = __toESM(require("@wix/auto_sdk_identity_verification"));
|
|
42
|
+
var oauth = __toESM(require("@wix/auto_sdk_identity_oauth"));
|
|
43
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
+
0 && (module.exports = {
|
|
45
|
+
authentication,
|
|
46
|
+
oauth,
|
|
47
|
+
recovery,
|
|
48
|
+
verification
|
|
49
|
+
});
|
|
50
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as authentication from '@wix/auto_sdk_identity_authentication';\nimport * as recovery from '@wix/auto_sdk_identity_recovery';\nimport * as verification from '@wix/auto_sdk_identity_verification';\nimport * as oauth from '@wix/auto_sdk_identity_oauth';\n\nexport { authentication, recovery, verification, oauth };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;AAChC,eAA0B;AAC1B,mBAA8B;AAC9B,YAAuB;","names":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as authentication from "@wix/auto_sdk_identity_authentication";
|
|
3
|
+
import * as recovery from "@wix/auto_sdk_identity_recovery";
|
|
4
|
+
import * as verification from "@wix/auto_sdk_identity_verification";
|
|
5
|
+
import * as oauth from "@wix/auto_sdk_identity_oauth";
|
|
6
|
+
export {
|
|
7
|
+
authentication,
|
|
8
|
+
oauth,
|
|
9
|
+
recovery,
|
|
10
|
+
verification
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as authentication from '@wix/auto_sdk_identity_authentication';\nimport * as recovery from '@wix/auto_sdk_identity_recovery';\nimport * as verification from '@wix/auto_sdk_identity_verification';\nimport * as oauth from '@wix/auto_sdk_identity_oauth';\n\nexport { authentication, recovery, verification, oauth };\n"],"mappings":";AAAA,YAAY,oBAAoB;AAChC,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,WAAW;","names":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
+
export { meta as authentication };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_identity_recovery/meta';
|
|
4
|
+
export { meta$1 as recovery };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_identity_verification/meta';
|
|
6
|
+
export { meta$2 as verification };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_identity_oauth/meta';
|
|
8
|
+
export { meta$3 as oauth };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
+
export { meta as authentication };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_identity_recovery/meta';
|
|
4
|
+
export { meta$1 as recovery };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_identity_verification/meta';
|
|
6
|
+
export { meta$2 as verification };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_identity_oauth/meta';
|
|
8
|
+
export { meta$3 as oauth };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// meta.ts
|
|
31
|
+
var meta_exports = {};
|
|
32
|
+
__export(meta_exports, {
|
|
33
|
+
authentication: () => authentication,
|
|
34
|
+
oauth: () => oauth,
|
|
35
|
+
recovery: () => recovery,
|
|
36
|
+
verification: () => verification
|
|
37
|
+
});
|
|
38
|
+
module.exports = __toCommonJS(meta_exports);
|
|
39
|
+
var authentication = __toESM(require("@wix/auto_sdk_identity_authentication/meta"));
|
|
40
|
+
var recovery = __toESM(require("@wix/auto_sdk_identity_recovery/meta"));
|
|
41
|
+
var verification = __toESM(require("@wix/auto_sdk_identity_verification/meta"));
|
|
42
|
+
var oauth = __toESM(require("@wix/auto_sdk_identity_oauth/meta"));
|
|
43
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
+
0 && (module.exports = {
|
|
45
|
+
authentication,
|
|
46
|
+
oauth,
|
|
47
|
+
recovery,
|
|
48
|
+
verification
|
|
49
|
+
});
|
|
50
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as authentication from '@wix/auto_sdk_identity_authentication/meta';\nexport * as recovery from '@wix/auto_sdk_identity_recovery/meta';\nexport * as verification from '@wix/auto_sdk_identity_verification/meta';\nexport * as oauth from '@wix/auto_sdk_identity_oauth/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;AAChC,eAA0B;AAC1B,mBAA8B;AAC9B,YAAuB;","names":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as authentication from "@wix/auto_sdk_identity_authentication/meta";
|
|
3
|
+
import * as recovery from "@wix/auto_sdk_identity_recovery/meta";
|
|
4
|
+
import * as verification from "@wix/auto_sdk_identity_verification/meta";
|
|
5
|
+
import * as oauth from "@wix/auto_sdk_identity_oauth/meta";
|
|
6
|
+
export {
|
|
7
|
+
authentication,
|
|
8
|
+
oauth,
|
|
9
|
+
recovery,
|
|
10
|
+
verification
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as authentication from '@wix/auto_sdk_identity_authentication/meta';\nexport * as recovery from '@wix/auto_sdk_identity_recovery/meta';\nexport * as verification from '@wix/auto_sdk_identity_verification/meta';\nexport * as oauth from '@wix/auto_sdk_identity_oauth/meta';\n"],"mappings":";AAAA,YAAY,oBAAoB;AAChC,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,WAAW;","names":[]}
|
package/build/meta.d.mts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
+
export { meta as authentication };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_identity_recovery/meta';
|
|
4
|
+
export { meta$1 as recovery };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_identity_verification/meta';
|
|
6
|
+
export { meta$2 as verification };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_identity_oauth/meta';
|
|
8
|
+
export { meta$3 as oauth };
|
package/build/meta.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
+
export { meta as authentication };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_identity_recovery/meta';
|
|
4
|
+
export { meta$1 as recovery };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_identity_verification/meta';
|
|
6
|
+
export { meta$2 as verification };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_identity_oauth/meta';
|
|
8
|
+
export { meta$3 as oauth };
|
package/build/meta.js
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// meta.ts
|
|
31
|
+
var meta_exports = {};
|
|
32
|
+
__export(meta_exports, {
|
|
33
|
+
authentication: () => authentication,
|
|
34
|
+
oauth: () => oauth,
|
|
35
|
+
recovery: () => recovery,
|
|
36
|
+
verification: () => verification
|
|
37
|
+
});
|
|
38
|
+
module.exports = __toCommonJS(meta_exports);
|
|
39
|
+
var authentication = __toESM(require("@wix/auto_sdk_identity_authentication/meta"));
|
|
40
|
+
var recovery = __toESM(require("@wix/auto_sdk_identity_recovery/meta"));
|
|
41
|
+
var verification = __toESM(require("@wix/auto_sdk_identity_verification/meta"));
|
|
42
|
+
var oauth = __toESM(require("@wix/auto_sdk_identity_oauth/meta"));
|
|
43
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
+
0 && (module.exports = {
|
|
45
|
+
authentication,
|
|
46
|
+
oauth,
|
|
47
|
+
recovery,
|
|
48
|
+
verification
|
|
49
|
+
});
|
|
50
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as authentication from '@wix/auto_sdk_identity_authentication/meta';\nexport * as recovery from '@wix/auto_sdk_identity_recovery/meta';\nexport * as verification from '@wix/auto_sdk_identity_verification/meta';\nexport * as oauth from '@wix/auto_sdk_identity_oauth/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;AAChC,eAA0B;AAC1B,mBAA8B;AAC9B,YAAuB;","names":[]}
|
package/build/meta.mjs
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as authentication from "@wix/auto_sdk_identity_authentication/meta";
|
|
3
|
+
import * as recovery from "@wix/auto_sdk_identity_recovery/meta";
|
|
4
|
+
import * as verification from "@wix/auto_sdk_identity_verification/meta";
|
|
5
|
+
import * as oauth from "@wix/auto_sdk_identity_oauth/meta";
|
|
6
|
+
export {
|
|
7
|
+
authentication,
|
|
8
|
+
oauth,
|
|
9
|
+
recovery,
|
|
10
|
+
verification
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as authentication from '@wix/auto_sdk_identity_authentication/meta';\nexport * as recovery from '@wix/auto_sdk_identity_recovery/meta';\nexport * as verification from '@wix/auto_sdk_identity_verification/meta';\nexport * as oauth from '@wix/auto_sdk_identity_oauth/meta';\n"],"mappings":";AAAA,YAAY,oBAAoB;AAChC,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,WAAW;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/identity",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.132",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
"wixSdkPublicModule"
|
|
12
12
|
],
|
|
13
13
|
"sideEffects": false,
|
|
14
|
-
"main": "
|
|
15
|
-
"types": "./build/
|
|
14
|
+
"main": "/build/index.js",
|
|
15
|
+
"types": "./build/index.d.mts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
-
"import": "./build/
|
|
19
|
-
"require": "./build/
|
|
20
|
-
"types": "./build/
|
|
18
|
+
"import": "./build/index.mjs",
|
|
19
|
+
"require": "./build/index.js",
|
|
20
|
+
"types": "./build/index.d.mts"
|
|
21
21
|
},
|
|
22
22
|
"./package.json": "./package.json",
|
|
23
23
|
"./meta": {
|
|
24
|
-
"import": "./build/
|
|
25
|
-
"require": "./build/
|
|
26
|
-
"types": "./build/
|
|
24
|
+
"import": "./build/meta.mjs",
|
|
25
|
+
"require": "./build/meta.js",
|
|
26
|
+
"types": "./build/meta.d.mts"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
@@ -32,16 +32,17 @@
|
|
|
32
32
|
"service-plugins"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@wix/auto_sdk_identity_authentication": "1.0.
|
|
36
|
-
"@wix/auto_sdk_identity_oauth": "1.0.
|
|
37
|
-
"@wix/auto_sdk_identity_recovery": "1.0.
|
|
38
|
-
"@wix/auto_sdk_identity_verification": "1.0.
|
|
35
|
+
"@wix/auto_sdk_identity_authentication": "1.0.6",
|
|
36
|
+
"@wix/auto_sdk_identity_oauth": "1.0.4",
|
|
37
|
+
"@wix/auto_sdk_identity_recovery": "1.0.6",
|
|
38
|
+
"@wix/auto_sdk_identity_verification": "1.0.7"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
+
"tsup": "^8.4.0",
|
|
41
42
|
"typescript": "^5.3.2"
|
|
42
43
|
},
|
|
43
44
|
"scripts": {
|
|
44
|
-
"build": "
|
|
45
|
+
"build": "tsup",
|
|
45
46
|
"test": ":"
|
|
46
47
|
},
|
|
47
48
|
"wix": {
|
|
@@ -55,5 +56,5 @@
|
|
|
55
56
|
"fqdn": ""
|
|
56
57
|
}
|
|
57
58
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
59
|
+
"falconPackageHash": "06754af8d702135b8419a8ccee1f69cf594328017dad3787f9b1531a"
|
|
59
60
|
}
|
package/build/cjs/index.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
-
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
-
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
-
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
|
-
export { authentication, recovery, verification, oauth };
|
package/build/cjs/index.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.oauth = exports.verification = exports.recovery = exports.authentication = void 0;
|
|
27
|
-
const authentication = __importStar(require("@wix/auto_sdk_identity_authentication"));
|
|
28
|
-
exports.authentication = authentication;
|
|
29
|
-
const recovery = __importStar(require("@wix/auto_sdk_identity_recovery"));
|
|
30
|
-
exports.recovery = recovery;
|
|
31
|
-
const verification = __importStar(require("@wix/auto_sdk_identity_verification"));
|
|
32
|
-
exports.verification = verification;
|
|
33
|
-
const oauth = __importStar(require("@wix/auto_sdk_identity_oauth"));
|
|
34
|
-
exports.oauth = oauth;
|
|
35
|
-
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sFAAwE;AAK/D,wCAAc;AAJvB,0EAA4D;AAInC,4BAAQ;AAHjC,kFAAoE;AAGjC,oCAAY;AAF/C,oEAAsD;AAEL,sBAAK"}
|
package/build/cjs/meta.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
-
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
-
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
-
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
package/build/cjs/meta.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.oauth = exports.verification = exports.recovery = exports.authentication = void 0;
|
|
27
|
-
exports.authentication = __importStar(require("@wix/auto_sdk_identity_authentication/meta"));
|
|
28
|
-
exports.recovery = __importStar(require("@wix/auto_sdk_identity_recovery/meta"));
|
|
29
|
-
exports.verification = __importStar(require("@wix/auto_sdk_identity_verification/meta"));
|
|
30
|
-
exports.oauth = __importStar(require("@wix/auto_sdk_identity_oauth/meta"));
|
|
31
|
-
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6FAA6E;AAC7E,iFAAiE;AACjE,yFAAyE;AACzE,2EAA2D"}
|
package/build/es/index.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
-
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
-
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
-
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
|
-
export { authentication, recovery, verification, oauth };
|
package/build/es/index.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
-
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
-
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
-
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
|
-
export { authentication, recovery, verification, oauth };
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,uCAAuC,CAAC;AACxE,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,YAAY,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,KAAK,MAAM,8BAA8B,CAAC;AAEtD,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC"}
|
package/build/es/meta.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
-
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
-
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
-
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
package/build/es/meta.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
-
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
-
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
-
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
|
5
|
-
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,4CAA4C,CAAC;AAC7E,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,YAAY,MAAM,0CAA0C,CAAC;AACzE,OAAO,KAAK,KAAK,MAAM,mCAAmC,CAAC"}
|
package/build/es/package.json
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
-
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
-
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
-
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
|
-
export { authentication, recovery, verification, oauth };
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.oauth = exports.verification = exports.recovery = exports.authentication = void 0;
|
|
27
|
-
const authentication = __importStar(require("@wix/auto_sdk_identity_authentication"));
|
|
28
|
-
exports.authentication = authentication;
|
|
29
|
-
const recovery = __importStar(require("@wix/auto_sdk_identity_recovery"));
|
|
30
|
-
exports.recovery = recovery;
|
|
31
|
-
const verification = __importStar(require("@wix/auto_sdk_identity_verification"));
|
|
32
|
-
exports.verification = verification;
|
|
33
|
-
const oauth = __importStar(require("@wix/auto_sdk_identity_oauth"));
|
|
34
|
-
exports.oauth = oauth;
|
|
35
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sFAAwE;AAK/D,wCAAc;AAJvB,0EAA4D;AAInC,4BAAQ;AAHjC,kFAAoE;AAGjC,oCAAY;AAF/C,oEAAsD;AAEL,sBAAK"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
-
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
-
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
-
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.oauth = exports.verification = exports.recovery = exports.authentication = void 0;
|
|
27
|
-
exports.authentication = __importStar(require("@wix/auto_sdk_identity_authentication/meta"));
|
|
28
|
-
exports.recovery = __importStar(require("@wix/auto_sdk_identity_recovery/meta"));
|
|
29
|
-
exports.verification = __importStar(require("@wix/auto_sdk_identity_verification/meta"));
|
|
30
|
-
exports.oauth = __importStar(require("@wix/auto_sdk_identity_oauth/meta"));
|
|
31
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6FAA6E;AAC7E,iFAAiE;AACjE,yFAAyE;AACzE,2EAA2D"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
-
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
-
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
-
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
|
-
export { authentication, recovery, verification, oauth };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as authentication from '@wix/auto_sdk_identity_authentication';
|
|
2
|
-
import * as recovery from '@wix/auto_sdk_identity_recovery';
|
|
3
|
-
import * as verification from '@wix/auto_sdk_identity_verification';
|
|
4
|
-
import * as oauth from '@wix/auto_sdk_identity_oauth';
|
|
5
|
-
export { authentication, recovery, verification, oauth };
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,uCAAuC,CAAC;AACxE,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,YAAY,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,KAAK,MAAM,8BAA8B,CAAC;AAEtD,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
-
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
-
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
-
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export * as authentication from '@wix/auto_sdk_identity_authentication/meta';
|
|
2
|
-
export * as recovery from '@wix/auto_sdk_identity_recovery/meta';
|
|
3
|
-
export * as verification from '@wix/auto_sdk_identity_verification/meta';
|
|
4
|
-
export * as oauth from '@wix/auto_sdk_identity_oauth/meta';
|
|
5
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,4CAA4C,CAAC;AAC7E,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,YAAY,MAAM,0CAA0C,CAAC;AACzE,OAAO,KAAK,KAAK,MAAM,mCAAmC,CAAC"}
|