cbcore-ts
Version:
CBCore is a library to build web applications using pure Typescript.
37 lines (36 loc) • 1.73 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var CBDataInterfaces_exports = {};
__export(CBDataInterfaces_exports, {
CBAuthenticationSource: () => CBAuthenticationSource
});
module.exports = __toCommonJS(CBDataInterfaces_exports);
var CBAuthenticationSource = /* @__PURE__ */ ((CBAuthenticationSource2) => {
CBAuthenticationSource2[CBAuthenticationSource2["google"] = 10] = "google";
CBAuthenticationSource2[CBAuthenticationSource2["facebook"] = 11] = "facebook";
CBAuthenticationSource2[CBAuthenticationSource2["emailAccessLink"] = 200] = "emailAccessLink";
CBAuthenticationSource2[CBAuthenticationSource2["password"] = 220] = "password";
CBAuthenticationSource2[CBAuthenticationSource2["inquiryAccessLink"] = 500] = "inquiryAccessLink";
return CBAuthenticationSource2;
})(CBAuthenticationSource || {});
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
CBAuthenticationSource
});
//# sourceMappingURL=CBDataInterfaces.js.map