@feedmepos/mf-payment 1.0.26-beta.2 → 1.0.27-beta.1
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/dist/{PayoutAccount-CQEFelK7.js → PayoutAccount-CEoxfS9u.js} +5 -5
- package/dist/{PayoutAccount-5amGn0Ee.js → PayoutAccount-Cmkumwtg.js} +3 -3
- package/dist/{PayoutAccountSetting-WwelXxtt.js → PayoutAccountSetting-BT2fvR2N.js} +3 -3
- package/dist/{Restaurant-Df3dgTkj.js → Restaurant-DVlzilC9.js} +4 -4
- package/dist/{RestaurantSetting-DvuzR8av.js → RestaurantSetting-Dl2WipSm.js} +3 -3
- package/dist/{Settlement-Bs_GzIEW.js → Settlement-B94TnC9t.js} +3 -3
- package/dist/{Settlement-c8VplWfW.js → Settlement-qO6oJg8P.js} +3 -3
- package/dist/{SettlementTransactions-DYl4cMzO.js → SettlementTransactions-BD1q6GYB.js} +4 -4
- package/dist/{SettlementTransactions-ChPnPJtr.js → SettlementTransactions-DhMLlJAo.js} +4 -4
- package/dist/{Terminal-msDV2-aa.js → Terminal-CJRm0HjA.js} +5 -5
- package/dist/{TerminalSetting-B944jr41.js → TerminalSetting-BvPifxVM.js} +3 -3
- package/dist/{TerminalTransaction-C886bq5S.js → TerminalTransaction-BU90RgAB.js} +6 -6
- package/dist/{TerminalTransaction-CHZQyF9m.js → TerminalTransaction-DDOoxg3t.js} +5 -5
- package/dist/{Transaction-DiynzJT2.js → Transaction-ChLw5VWO.js} +6 -6
- package/dist/{Transaction-DXqOBbXd.js → Transaction-Dn_CL7kd.js} +5 -5
- package/dist/{TransactionOld-B-PD6E7Z.js → TransactionOld-CQqWWG9S.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-DHWRvbu6.js → TransactionTable.vue_vue_type_script_setup_true_lang-xIPkeUe-.js} +2 -2
- package/dist/{app-DsAvqftR.js → app--k-wvKPw.js} +189 -189
- package/dist/app.js +1 -1
- package/dist/{assets-DfpOzzHq.js → assets-BgLDukS4.js} +1 -1
- package/dist/{grafana-BofQpB4I.js → grafana-TLPvlnyo.js} +1 -1
- package/dist/{index-ZcobbycV.js → index-B0Lq0TRL.js} +1 -1
- package/dist/{index-DwpTxhJf.js → index-Cm8NJ9Bb.js} +11 -8
- package/dist/{index-BvLL1-de.js → index-CrXAiLu4.js} +1 -1
- package/dist/{index-BtEP16xr.js → index-CsnyKRBr.js} +1 -1
- package/dist/{index-BSlWIAcd.js → index-DfJEZNcy.js} +1 -1
- package/dist/{index-CYIqzy-t.js → index-Dv6qrRaa.js} +1 -1
- package/dist/{index-CjdaFg5f.js → index-xvmn8osr.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-BBfmdFdn.js → index.vue_vue_type_script_setup_true_lang-BAQR6VZ3.js} +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-Dp_9u8MO.js → payout-account-D-YToyuP.js} +2 -2
- package/dist/{transaction-C_kpkOZe.js → transaction-DFWOTQZX.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
import { createRouter as Ln, createWebHistory as Un, useRouter as Bn } from "vue-router";
|
2
|
-
import { computed as Lt, watch as $, defineComponent as Ut, ref as Fn, resolveComponent as Bt, openBlock as Ft, createBlock as Ht, h as Hn, onMounted as xn, onBeforeMount as
|
3
|
-
import { useCoreStore as
|
4
|
-
import { defineStore as
|
2
|
+
import { computed as Lt, watch as $, defineComponent as Ut, ref as Fn, resolveComponent as Bt, openBlock as Ft, createBlock as Ht, h as Hn, onMounted as xn, onBeforeMount as Vn } from "vue";
|
3
|
+
import { useCoreStore as je } from "@feedmepos/mf-common";
|
4
|
+
import { defineStore as jn } from "pinia";
|
5
5
|
import { components as Gn } from "@feedmepos/ui-library";
|
6
6
|
const Ge = [
|
7
7
|
{
|
@@ -10,7 +10,7 @@ const Ge = [
|
|
10
10
|
meta: {
|
11
11
|
sidebarDisplay: "Restaurants"
|
12
12
|
},
|
13
|
-
component: () => import("./Restaurant-
|
13
|
+
component: () => import("./Restaurant-DVlzilC9.js")
|
14
14
|
},
|
15
15
|
{
|
16
16
|
path: "/admin/restaurants/:restaurantId",
|
@@ -19,7 +19,7 @@ const Ge = [
|
|
19
19
|
meta: {
|
20
20
|
parent: "mf-payment-admin.restaurant"
|
21
21
|
},
|
22
|
-
component: () => import("./RestaurantSetting-
|
22
|
+
component: () => import("./RestaurantSetting-Dl2WipSm.js")
|
23
23
|
},
|
24
24
|
{
|
25
25
|
path: "/admin/payout-accounts",
|
@@ -27,7 +27,7 @@ const Ge = [
|
|
27
27
|
meta: {
|
28
28
|
sidebarDisplay: "Payout Accounts"
|
29
29
|
},
|
30
|
-
component: () => import("./PayoutAccount-
|
30
|
+
component: () => import("./PayoutAccount-CEoxfS9u.js")
|
31
31
|
},
|
32
32
|
{
|
33
33
|
path: "/admin/payout-accounts/:accountId",
|
@@ -36,7 +36,7 @@ const Ge = [
|
|
36
36
|
meta: {
|
37
37
|
parent: "mf-payment-admin.payout-account"
|
38
38
|
},
|
39
|
-
component: () => import("./PayoutAccountSetting-
|
39
|
+
component: () => import("./PayoutAccountSetting-BT2fvR2N.js")
|
40
40
|
},
|
41
41
|
{
|
42
42
|
path: "/admin/terminal",
|
@@ -44,7 +44,7 @@ const Ge = [
|
|
44
44
|
meta: {
|
45
45
|
sidebarDisplay: "Terminals"
|
46
46
|
},
|
47
|
-
component: () => import("./Terminal-
|
47
|
+
component: () => import("./Terminal-CJRm0HjA.js")
|
48
48
|
},
|
49
49
|
{
|
50
50
|
path: "/admin/terminal/:terminalId",
|
@@ -53,7 +53,7 @@ const Ge = [
|
|
53
53
|
meta: {
|
54
54
|
parent: "mf-payment-admin.terminal"
|
55
55
|
},
|
56
|
-
component: () => import("./TerminalSetting-
|
56
|
+
component: () => import("./TerminalSetting-BvPifxVM.js")
|
57
57
|
},
|
58
58
|
{
|
59
59
|
path: "/admin/terminal-transaction",
|
@@ -61,7 +61,7 @@ const Ge = [
|
|
61
61
|
meta: {
|
62
62
|
sidebarDisplay: "Terminal Transactions"
|
63
63
|
},
|
64
|
-
component: () => import("./TerminalTransaction-
|
64
|
+
component: () => import("./TerminalTransaction-BU90RgAB.js")
|
65
65
|
},
|
66
66
|
{
|
67
67
|
path: "/admin/transaction",
|
@@ -69,7 +69,7 @@ const Ge = [
|
|
69
69
|
meta: {
|
70
70
|
sidebarDisplay: "Online Transactions"
|
71
71
|
},
|
72
|
-
component: () => import("./Transaction-
|
72
|
+
component: () => import("./Transaction-ChLw5VWO.js")
|
73
73
|
},
|
74
74
|
{
|
75
75
|
path: "/admin/settlement",
|
@@ -77,7 +77,7 @@ const Ge = [
|
|
77
77
|
meta: {
|
78
78
|
sidebarDisplay: "Settlements"
|
79
79
|
},
|
80
|
-
component: () => import("./Settlement-
|
80
|
+
component: () => import("./Settlement-B94TnC9t.js")
|
81
81
|
},
|
82
82
|
{
|
83
83
|
path: "/admin/settlement/:settlementId",
|
@@ -86,7 +86,7 @@ const Ge = [
|
|
86
86
|
meta: {
|
87
87
|
parent: "mf-payment-admin.settlement"
|
88
88
|
},
|
89
|
-
component: () => import("./SettlementTransactions-
|
89
|
+
component: () => import("./SettlementTransactions-BD1q6GYB.js")
|
90
90
|
}
|
91
91
|
], We = [
|
92
92
|
{
|
@@ -96,7 +96,7 @@ const Ge = [
|
|
96
96
|
{
|
97
97
|
path: "/payout-account",
|
98
98
|
name: "mf-payment-payout-account",
|
99
|
-
component: () => import("./PayoutAccount-
|
99
|
+
component: () => import("./PayoutAccount-Cmkumwtg.js"),
|
100
100
|
meta: {
|
101
101
|
sidebarDisplay: "Payout Accounts"
|
102
102
|
}
|
@@ -104,7 +104,7 @@ const Ge = [
|
|
104
104
|
{
|
105
105
|
path: "/transaction-old",
|
106
106
|
name: "mf-payment-old-transaction",
|
107
|
-
component: () => import("./TransactionOld-
|
107
|
+
component: () => import("./TransactionOld-CQqWWG9S.js"),
|
108
108
|
meta: {
|
109
109
|
sidebarDisplay: "Transactions"
|
110
110
|
}
|
@@ -116,12 +116,12 @@ const Ge = [
|
|
116
116
|
sidebarDisplay: "Terminal Transactions",
|
117
117
|
sidebarNew: !0
|
118
118
|
},
|
119
|
-
component: () => import("./TerminalTransaction-
|
119
|
+
component: () => import("./TerminalTransaction-DDOoxg3t.js")
|
120
120
|
},
|
121
121
|
{
|
122
122
|
path: "/transaction",
|
123
123
|
name: "mf-payment-transaction",
|
124
|
-
component: () => import("./Transaction-
|
124
|
+
component: () => import("./Transaction-Dn_CL7kd.js"),
|
125
125
|
meta: {
|
126
126
|
sidebarDisplay: "Online Transactions",
|
127
127
|
sidebarNew: !0
|
@@ -130,7 +130,7 @@ const Ge = [
|
|
130
130
|
{
|
131
131
|
path: "/settlement",
|
132
132
|
name: "mf-payment-settlement",
|
133
|
-
component: () => import("./Settlement-
|
133
|
+
component: () => import("./Settlement-qO6oJg8P.js"),
|
134
134
|
meta: {
|
135
135
|
sidebarDisplay: "Settlements"
|
136
136
|
}
|
@@ -139,12 +139,12 @@ const Ge = [
|
|
139
139
|
path: "/settlement/:settlementId",
|
140
140
|
name: "mf-payment-settlement-transaction",
|
141
141
|
props: !0,
|
142
|
-
component: () => import("./SettlementTransactions-
|
142
|
+
component: () => import("./SettlementTransactions-DhMLlJAo.js"),
|
143
143
|
meta: {
|
144
144
|
parent: "mf-payment-settlement"
|
145
145
|
}
|
146
146
|
}
|
147
|
-
], Wn =
|
147
|
+
], Wn = jn("mf-payment-iframe", () => {
|
148
148
|
const n = {
|
149
149
|
isIframe: !1
|
150
150
|
}, e = Lt(() => n);
|
@@ -156,7 +156,7 @@ const Ge = [
|
|
156
156
|
init: t
|
157
157
|
};
|
158
158
|
});
|
159
|
-
var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_33c333eb-ba49-4918-a51b-60e5403b5e93", npm_package_devDependencies_ts_node: "^10.9.1", npm_package_dependencies_zod: "^3.23.8", npm_package_dependencies_dinero_js: "^1.9.1", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_dependencies_pinia: "^2.1.7", USER: "runner", npm_package_devDependencies_jest: "^29.6.3", npm_package_dependencies_vue_pdf_embed: "^2.1.0", npm_config_version_commit_hooks: "true", npm_config_user_agent: "yarn/1.22.22 npm/? node/v22.14.0 linux x64", npm_config_always_auth: "", CI: "true", npm_package_dependencies_vue: "^3.2.25", npm_config_bin_links: "true", npm_config_wrap_output: "", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_33c333eb-ba49-4918-a51b-60e5403b5e93", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.14.0/x64/bin/node", npm_package_devDependencies_vite: "^5.2.11", npm_package_devDependencies__tsconfig_node20: "^20.1.4", npm_config_init_version: "1.0.0", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "ghs_0AbZT0af2uC7NQb4WUlHHYuN79GuIS2KKMWp", SHLVL: "1", npm_package_files_0: "dist", HOME: "/home/runner", npm_package_devDependencies_sass: "1.32.12", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_dependencies_jspdf: "^2.5.1", npm_package_scripts_build_mf_dev: "vite build --mode fmmf:dev", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_dependencies_change_case: "^4.1.2", npm_package_scripts_build_mf_prod: "vite build --mode fmmf:prod", npm_config_init_license: "MIT", GRADLE_HOME: "/usr/share/gradle-8.12.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/28.0.13004108", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_package_dependencies__feedmepos_mf_common: "^1.8.21", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_package_devDependencies__types_file_saver: "^2.0.5", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "708", npm_package_dependencies_moment: "^2.29.4", npm_package_dependencies_dotenv: "^16.0.3", npm_package_dependencies__feedmepos_ui_library: "^1.3.9", npm_package_scripts_postinstall: "yarn --cwd .. && yarn --cwd ../package/common && yarn --cwd ../package/entity", npm_config_feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_description: 'Development always based on production and add "-beta.version" in behind. Every deployment from development to production will increment based on semantic versioninig.', npm_package_devDependencies_typescript: "~5.4.0", npm_package_devDependencies_tailwindcss: "^3.4.14", npm_package_dependencies_i18next: "^21.8.8", npm_package_dependencies__casl_ability: "^3.2.0", npm_package_scripts_build_only_dev: "yarn build:mf:dev && yarn build:dts && yarn build-types && cp package.json ./dist", NVM_DIR: "/home/runner/.nvm", npm_package_readmeFilename: "README.md", npm_package_devDependencies_vue_tsc: "^2.0.11", npm_package_devDependencies__babel_preset_env: "^7.22.10", npm_package_dependencies_xlsx: "^0.18.5", npm_package_dependencies_google_maps: "^4.3.3", npm_package_scripts_build_only_prod: "yarn build:mf:prod && yarn build:dts && yarn build-types && cp package.json ./dist", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20250223.1.0", npm_package_dependencies_i18next_vue: "^2.0.0-beta.0", npm_package_scripts_dev: "vite --mode dev", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_scripts_prod: "vite --mode prod", npm_package_type: "module", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.6/x64", JOURNAL_STREAM: "8:6391", GITHUB_WORKFLOW: "payment-mf-portal-dev", _: "/usr/local/bin/yarn", npm_package_devDependencies_ts_jest: "^29.1.1", npm_package_devDependencies_autoprefixer: "^10.4.20", npm_package_devDependencies__types_jest: "^29.5.4", npm_package_dependencies_i18next_browser_languagedetector: "^6.1.4", npm_package_module: "./dist/app.js", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/runner-provisioner.service/memory.pressure", npm_package_devDependencies__types_uuid: "^8.3.4", npm_package_scripts_lint: "eslint --ext .ts,vue --ignore-path .gitignore . --fix", npm_config_registry: "https://registry.yarnpkg.com", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "13674969461", STATS_VMFE: "true", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "30ac5c4a1ecd52bb7fea5e16e434b346c60dffee", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", npm_package_exports___import: "./dist/app.js", npm_config_ignore_scripts: "", GITHUB_WORKFLOW_REF: "feedmepos/payment-service/.github/workflows/payment-mf-portal-dev.yaml@refs/heads/dev", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikh5cTROQVRBanNucUM3bWRydEFoaHJDUjJfUSJ9.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6Y2EzNjRkMmQtYzM3NC00ZmYxLTk1M2QtNzdlNGE3ZmExMmY0OmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xMjU4IERpc3RyaWJ1dGVkVGFzay5HZW5lcmF0ZUlkVG9rZW46Y2EzNjRkMmQtYzM3NC00ZmYxLTk1M2QtNzdlNGE3ZmExMmY0OmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBMb2NhdGlvblNlcnZpY2UuQ29ubmVjdCBSZWFkQW5kVXBkYXRlQnVpbGRCeVVyaTowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xMjU4IiwiSWRlbnRpdHlUeXBlQ2xhaW0iOiJTeXN0ZW06U2VydmljZUlkZW50aXR5IiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvc2lkIjoiREREREREREQtRERERC1ERERELUREREQtREREREREREREREREIiwiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9wcmltYXJ5c2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiYXVpIjoiZDA1MzhmN2UtNzdiNy00MGRjLTgxOWYtMDBkNzNhNDA2ZmZlIiwic2lkIjoiNGVmOWI2MjktNWZkYi00YWI0LTlhYWEtOTUwODk1YWNmYjE4IiwiYWMiOiJbe1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvZGV2XCIsXCJQZXJtaXNzaW9uXCI6M30se1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwiUGVybWlzc2lvblwiOjF9XSIsImFjc2wiOiIxMCIsIm9pZGNfZXh0cmEiOiJ7XCJyZWZcIjpcInJlZnMvaGVhZHMvZGV2XCIsXCJzaGFcIjpcIjMwYWM1YzRhMWVjZDUyYmI3ZmVhNWUxNmU0MzRiMzQ2YzYwZGZmZWVcIixcInJlcG9zaXRvcnlcIjpcImZlZWRtZXBvcy9wYXltZW50LXNlcnZpY2VcIixcInJlcG9zaXRvcnlfb3duZXJcIjpcImZlZWRtZXBvc1wiLFwicmVwb3NpdG9yeV9vd25lcl9pZFwiOlwiNTQ4MzE1MTVcIixcInJ1bl9pZFwiOlwiMTM2NzQ5Njk0NjFcIixcInJ1bl9udW1iZXJcIjpcIjEzOVwiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiNjkwOTc5MjYwXCIsXCJhY3Rvcl9pZFwiOlwiMTU2NzQxMDdcIixcImFjdG9yXCI6XCJPc2thbmcwOVwiLFwid29ya2Zsb3dcIjpcInBheW1lbnQtbWYtcG9ydGFsLWRldlwiLFwiaGVhZF9yZWZcIjpcIlwiLFwiYmFzZV9yZWZcIjpcIlwiLFwiZXZlbnRfbmFtZVwiOlwicHVzaFwiLFwicmVmX3Byb3RlY3RlZFwiOlwiZmFsc2VcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZS8uZ2l0aHViL3dvcmtmbG93cy9wYXltZW50LW1mLXBvcnRhbC1kZXYueWFtbEByZWZzL2hlYWRzL2RldlwiLFwid29ya2Zsb3dfc2hhXCI6XCIzMGFjNWM0YTFlY2Q1MmJiN2ZlYTVlMTZlNDM0YjM0NmM2MGRmZmVlXCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3BheW1lbnQtbWYtcG9ydGFsLWRldi55YW1sQHJlZnMvaGVhZHMvZGV2XCIsXCJqb2Jfd29ya2Zsb3dfc2hhXCI6XCIzMGFjNWM0YTFlY2Q1MmJiN2ZlYTVlMTZlNDM0YjM0NmM2MGRmZmVlXCIsXCJydW5uZXJfZW52aXJvbm1lbnRcIjpcImdpdGh1Yi1ob3N0ZWRcIn0iLCJvaWRjX3N1YiI6InJlcG86ZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZTpyZWY6cmVmcy9oZWFkcy9kZXYiLCJvcmNoaWQiOiJjYTM2NGQyZC1jMzc0LTRmZjEtOTUzZC03N2U0YTdmYTEyZjQuZGVwbG95Ll9fZGVmYXVsdCIsImlzcyI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJhdWQiOiJ2c3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tfHZzbzo3ZTY0NTJjNS1mYzJlLTRhZDUtYjY3My0yOWU5MGNmNzNkZDgiLCJuYmYiOjE3NDExNzM1OTUsImV4cCI6MTc0MTE5NjM5NX0.OpExxCwA7ccoURnDOydEjrA2gEUKW9nJr3CBJ9mm_TcQTZmJrjUU0PYHTV14Vy3RkE5CTtlDhz6_lWswYQq0olmg8L4qiyHJtOM4WI9NEdQuUUN11YkyWrjEWb4UhQE2FqkCTk6OPC_mq3rQ-CqiLir4GHpo82OvTb17MbdZdyEaUCkk1wgXmXb7v12aj0kzB_7N3Lw59On1H0GxdBxnLbvJid0cYf0NK2hwYNQZHgI3W7NcXjKBJnJuWG7TVfJ1l3_hklrt56zSCEd6TaPhE2y5oITCHFq2sPgWsEluodjvETfomI8qLRm98rFAdxlK1VBZiEqlM91286pSXCmz0g", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1741174247633-0.3783687609011299:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.14.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1741174247473-0.35005792414638615:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.14.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1741174247314-0.17468386114141676:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.14.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", NODE: "/opt/hostedtoolcache/node/22.14.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_bdfc897a-5207-44b8-866d-a4da460cfb5b", INVOCATION_ID: "e79e2ca3a16d40edbb5431a27fb9938b", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", npm_package_devDependencies__types_qrcode: "^1.5.0", npm_package_devDependencies__types_jsurl: "^0.1.2", npm_package_dependencies_file_saver: "^2.0.5", npm_package_scripts_deploy_dev: "yarn build-only:dev && npm publish --@feedmepos:registry=https://registry.npmjs.org/ --access public --tag beta --no-git-checks .", npm_package_name: "@feedmepos/mf-payment", GITHUB_ACTION: "__run", GITHUB_RUN_NUMBER: "139", GITHUB_TRIGGERING_ACTOR: "Oskang09", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_dependencies_vue_country_flag_next: "^2.3.2", npm_package_scripts_deploy_prod: "yarn build-only:prod && npm publish --@feedmepos:registry=https://registry.npmjs.org/ --access public --tag beta --no-git-checks .", npm_package_dependencies_vue_advanced_cropper: "^2.8.6", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_devDependencies_eslint: "^8.17.0", npm_package_devDependencies__vue_test_utils: "^2.4.1", npm_package_devDependencies__vue_eslint_config_typescript: "^10.0.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 93", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "dev", GITHUB_REPOSITORY: "feedmepos/payment-service", STATS_D_D: "false", npm_lifecycle_script: "vite build --mode fmmf:dev", npm_package_dependencies__feedmepos_core: "^2.6.0", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_dependencies_vue3_lottie: "^2.2.3", npm_package_scripts_test: "jest", npm_config_version_git_message: "v%s", GITHUB_REPOSITORY_ID: "690979260", GITHUB_ACTIONS: "true", STATS_PIP: "false", npm_lifecycle_event: "build:mf:dev", npm_package_devDependencies_jest_transform_stub: "^2.0.0", npm_package_devDependencies_jest_environment_jsdom: "^29.4.1", npm_package_devDependencies__rushstack_eslint_patch: "^1.1.3", npm_package_dependencies_vuedraggable: "^4.1.0", npm_package_version: "1.0.26-beta.2", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","deploy:dev"],"original":["deploy:dev"]}', npm_package_devDependencies__types_dinero_js: "^1.9.0", npm_package_dependencies_uuid: "^9.0.0", npm_package_dependencies_buffer: "^6.0.3", npm_config__feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_WORKSPACE: "/home/runner/work/payment-service/payment-service", ACCEPT_EULA: "Y", GITHUB_JOB: "deploy", RUNNER_PERFLOG: "/home/runner/perflog", GITHUB_SHA: "30ac5c4a1ecd52bb7fea5e16e434b346c60dffee", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", npm_package_dependencies_vue_router: "^4.2.5", npm_package_exports___style: "./dist/style.css", npm_config_version_git_tag: "true", npm_config_version_git_sign: "", GITHUB_REF: "refs/heads/dev", GITHUB_ACTOR: "Oskang09", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_config_strict_ssl: "true", npm_package_devDependencies_path: "^0.12.7", npm_package_dependencies_jszip: "^3.10.1", npm_package_dependencies_jsurl: "^0.1.5", npm_package_dependencies_firebase: "^10.14.0", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_33c333eb-ba49-4918-a51b-60e5403b5e93", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/payment-service/payment-service/mf-portal", GITHUB_ACTOR_ID: "15674107", RUNNER_WORKSPACE: "/home/runner/work/payment-service", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://pipelinesghubeus11.actions.githubusercontent.com/uhMzCspeMtZD05BczWutTDpLRkQb1I4q0fwG0tss4R7H4Wpw9s/00000000-0000-0000-0000-000000000000/_apis/distributedtask/hubs/Actions/plans/ca364d2d-c374-4ff1-953d-77e4a7fa12f4/jobs/e07742bd-189a-5079-918b-43f8b2f94b89/idtoken?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_33c333eb-ba49-4918-a51b-60e5403b5e93", npm_package_dependencies_qrcode_vue: "^3.6.0", npm_package_exports___types: "./dist/app.d.ts", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", npm_package_devDependencies_postcss: "^8.4.47", npm_package_devDependencies_eslint_plugin_vue: "^9.1.0", npm_package_devDependencies__vue_vue3_jest: "^29.2.5", npm_package_devDependencies__pinia_testing: "^0.1.3", npm_config_save_prefix: "^", npm_config_ignore_optional: "", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_devDependencies_cd: "^0.3.3", npm_package_dependencies_rasterizehtml: "^1.3.1", npm_package_dependencies_i18next_http_backend: "^1.4.1", npm_package_scripts_preview: "vite preview", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", INIT_CWD: "/home/runner/work/payment-service/payment-service/mf-portal", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_33c333eb-ba49-4918-a51b-60e5403b5e93", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.0.16", NODE_ENV: "production", ENVIRONMENT: "development", FIREBASE_API_KEY: "AIzaSyAj8JdCHtP0Vc5vZobCfgoLzWxPIn0WUG4", FIREBASE_AUTH_DOMAIN: "feedme-dev-4c3ef.firebaseapp.com", FIREBASE_DATABASE_URL: "https://feedme-dev-4c3ef.firebaseio.com", FIREBASE_PROJECT_ID: "feedme-dev-4c3ef", FIREBASE_STORAGE_BUCKET: "feedme-dev-4c3ef.appspot.com", FIREBASE_MESSAGING_SENDER_ID: "458797803788", FIREBASE_APP_ID: "1:458797803788:web:37f2af2926a84288f0c129", FIREBASE_MEASUREMENT_ID: "G-J2QG09D2Q7", ASSET_STORAGE_BUCKET: "feedme-dev-4c3ef.appspot.com", GOOGLE_MAP_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", AUTH_CLIENT_ID: "1a362d621873497b277ea55258cc82594ba148d235257f7bd44ea2acc132d8a4" };
|
159
|
+
var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_c1c4bbfb-f07f-47d5-a0b3-6d6d87326abe", npm_package_devDependencies_ts_node: "^10.9.1", npm_package_dependencies_zod: "^3.23.8", npm_package_dependencies_dinero_js: "^1.9.1", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_dependencies_pinia: "^2.1.7", USER: "runner", npm_package_devDependencies_jest: "^29.6.3", npm_package_dependencies_vue_pdf_embed: "^2.1.0", npm_config_version_commit_hooks: "true", npm_config_user_agent: "yarn/1.22.22 npm/? node/v22.14.0 linux x64", npm_config_always_auth: "", CI: "true", npm_package_dependencies_vue: "^3.2.25", npm_config_bin_links: "true", npm_config_wrap_output: "", RUNNER_ENVIRONMENT: "github-hosted", GITHUB_ENV: "/home/runner/work/_temp/_runner_file_commands/set_env_c1c4bbfb-f07f-47d5-a0b3-6d6d87326abe", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.14.0/x64/bin/node", npm_package_devDependencies_vite: "^5.2.11", npm_package_devDependencies__tsconfig_node20: "^20.1.4", npm_config_init_version: "1.0.0", JAVA_HOME_8_X64: "/usr/lib/jvm/temurin-8-jdk-amd64", NODE_AUTH_TOKEN: "ghs_k8FdsaFVWvubG9AXuMt0Hq24fmnHQE2pegPs", SHLVL: "1", npm_package_files_0: "dist", HOME: "/home/runner", npm_package_devDependencies_sass: "1.32.12", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_dependencies_jspdf: "^2.5.1", npm_package_scripts_build_mf_dev: "vite build --mode fmmf:dev", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_dependencies_change_case: "^4.1.2", npm_package_scripts_build_mf_prod: "vite build --mode fmmf:prod", npm_config_init_license: "MIT", GRADLE_HOME: "/usr/share/gradle-8.13", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/28.0.13004108", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_package_dependencies__feedmepos_mf_common: "^1.8.21", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_package_devDependencies__types_file_saver: "^2.0.5", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "708", npm_package_dependencies_moment: "^2.29.4", npm_package_dependencies_dotenv: "^16.0.3", npm_package_dependencies__feedmepos_ui_library: "^1.3.9", npm_package_scripts_postinstall: "yarn --cwd .. && yarn --cwd ../package/common && yarn --cwd ../package/entity", npm_config_feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_description: 'Development always based on production and add "-beta.version" in behind. Every deployment from development to production will increment based on semantic versioninig.', npm_package_devDependencies_typescript: "~5.4.0", npm_package_devDependencies_tailwindcss: "^3.4.14", npm_package_dependencies_i18next: "^21.8.8", npm_package_dependencies__casl_ability: "^3.2.0", npm_package_scripts_build_only_dev: "yarn build:mf:dev && yarn build:dts && yarn build-types && cp package.json ./dist", NVM_DIR: "/home/runner/.nvm", npm_package_readmeFilename: "README.md", npm_package_devDependencies_vue_tsc: "^2.0.11", npm_package_devDependencies__babel_preset_env: "^7.22.10", npm_package_dependencies_xlsx: "^0.18.5", npm_package_dependencies_google_maps: "^4.3.3", npm_package_scripts_build_only_prod: "yarn build:mf:prod && yarn build:dts && yarn build-types && cp package.json ./dist", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20250302.1.0", npm_package_dependencies_i18next_vue: "^2.0.0-beta.0", npm_package_scripts_dev: "vite --mode dev", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_scripts_prod: "vite --mode prod", npm_package_type: "module", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.6/x64", JOURNAL_STREAM: "8:6278", GITHUB_WORKFLOW: "payment-mf-portal-dev", _: "/usr/local/bin/yarn", npm_package_devDependencies_ts_jest: "^29.1.1", npm_package_devDependencies_autoprefixer: "^10.4.20", npm_package_devDependencies__types_jest: "^29.5.4", npm_package_dependencies_i18next_browser_languagedetector: "^6.1.4", npm_package_module: "./dist/app.js", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/runner-provisioner.service/memory.pressure", npm_package_devDependencies__types_uuid: "^8.3.4", npm_package_scripts_lint: "eslint --ext .ts,vue --ignore-path .gitignore . --fix", npm_config_registry: "https://registry.yarnpkg.com", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "13716304627", STATS_VMFE: "true", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "5347c075aa097bee069d41c470e909df35a30845", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", npm_package_exports___import: "./dist/app.js", npm_config_ignore_scripts: "", GITHUB_WORKFLOW_REF: "feedmepos/payment-service/.github/workflows/payment-mf-portal-dev.yaml@refs/heads/dev", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikh5cTROQVRBanNucUM3bWRydEFoaHJDUjJfUSJ9.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6MzQ0MzJjMzAtMTA5Zi00M2M5LTgwNTMtYzUzMDhlNDQ5YjgzOmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xMjY3IERpc3RyaWJ1dGVkVGFzay5HZW5lcmF0ZUlkVG9rZW46MzQ0MzJjMzAtMTA5Zi00M2M5LTgwNTMtYzUzMDhlNDQ5YjgzOmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBMb2NhdGlvblNlcnZpY2UuQ29ubmVjdCBSZWFkQW5kVXBkYXRlQnVpbGRCeVVyaTowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xMjY3IiwiSWRlbnRpdHlUeXBlQ2xhaW0iOiJTeXN0ZW06U2VydmljZUlkZW50aXR5IiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvc2lkIjoiREREREREREQtRERERC1ERERELUREREQtREREREREREREREREIiwiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9wcmltYXJ5c2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiYXVpIjoiZmYwNWJiYjEtMDc3NS00YWZkLWI5ZDQtYmE1Y2RkMzBiNWI1Iiwic2lkIjoiYjU0ZDY4YTMtOTk2Mi00YWQ0LWI1ZTMtOGZkNTE0OGZkMWEwIiwiYWMiOiJbe1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvZGV2XCIsXCJQZXJtaXNzaW9uXCI6M30se1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwiUGVybWlzc2lvblwiOjF9XSIsImFjc2wiOiIxMCIsIm9pZGNfZXh0cmEiOiJ7XCJyZWZcIjpcInJlZnMvaGVhZHMvZGV2XCIsXCJzaGFcIjpcIjUzNDdjMDc1YWEwOTdiZWUwNjlkNDFjNDcwZTkwOWRmMzVhMzA4NDVcIixcInJlcG9zaXRvcnlcIjpcImZlZWRtZXBvcy9wYXltZW50LXNlcnZpY2VcIixcInJlcG9zaXRvcnlfb3duZXJcIjpcImZlZWRtZXBvc1wiLFwicmVwb3NpdG9yeV9vd25lcl9pZFwiOlwiNTQ4MzE1MTVcIixcInJ1bl9pZFwiOlwiMTM3MTYzMDQ2MjdcIixcInJ1bl9udW1iZXJcIjpcIjE0MFwiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiNjkwOTc5MjYwXCIsXCJhY3Rvcl9pZFwiOlwiMTU2NzQxMDdcIixcImFjdG9yXCI6XCJPc2thbmcwOVwiLFwid29ya2Zsb3dcIjpcInBheW1lbnQtbWYtcG9ydGFsLWRldlwiLFwiaGVhZF9yZWZcIjpcIlwiLFwiYmFzZV9yZWZcIjpcIlwiLFwiZXZlbnRfbmFtZVwiOlwicHVzaFwiLFwicmVmX3Byb3RlY3RlZFwiOlwiZmFsc2VcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZS8uZ2l0aHViL3dvcmtmbG93cy9wYXltZW50LW1mLXBvcnRhbC1kZXYueWFtbEByZWZzL2hlYWRzL2RldlwiLFwid29ya2Zsb3dfc2hhXCI6XCI1MzQ3YzA3NWFhMDk3YmVlMDY5ZDQxYzQ3MGU5MDlkZjM1YTMwODQ1XCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3BheW1lbnQtbWYtcG9ydGFsLWRldi55YW1sQHJlZnMvaGVhZHMvZGV2XCIsXCJqb2Jfd29ya2Zsb3dfc2hhXCI6XCI1MzQ3YzA3NWFhMDk3YmVlMDY5ZDQxYzQ3MGU5MDlkZjM1YTMwODQ1XCIsXCJydW5uZXJfZW52aXJvbm1lbnRcIjpcImdpdGh1Yi1ob3N0ZWRcIn0iLCJvaWRjX3N1YiI6InJlcG86ZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZTpyZWY6cmVmcy9oZWFkcy9kZXYiLCJvcmNoaWQiOiIzNDQzMmMzMC0xMDlmLTQzYzktODA1My1jNTMwOGU0NDliODMuZGVwbG95Ll9fZGVmYXVsdCIsImlzcyI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJhdWQiOiJ2c3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tfHZzbzo3ZTY0NTJjNS1mYzJlLTRhZDUtYjY3My0yOWU5MGNmNzNkZDgiLCJuYmYiOjE3NDEzMzM4NjQsImV4cCI6MTc0MTM1NjY2NH0.f0pXLvfhJFgeCGd_KSzEJZXwTdgVjfArym3F4oLoOexMyIfvTQ4USD0w_pkaxTPCKGlUxbspmGXQpxROZ5ZXG5D0DZCni_OneC6ItulaxMLNPZP5_iRBhOpCvbz7AaHqkaZnLjQI7jxZ-18bSTyrJnHeMz8zpm4izrtHyaHmXCsu7TvsGrcaRhcq0Aa-ujq0WXqaJMzKAyiI_rpVb-1gWcN4P1Jr4C7i_9i4Cy0OSj1v-tuKf_0aKKiBt9HKcry1bNsJioV3h9vFeCKWfZbsTWeANJE_Q0G3V3TgG8I_Ec13CHrQ859iJ8u50IrO0SVSQL5kQdT3bRD5HUX0AOAxVQ", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1741334521947-0.6815315147693104:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.14.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1741334521787-0.9722567383043763:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.14.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1741334521631-0.05083882425181696:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.14.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.14.0/x64/bin:/snap/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", NODE: "/opt/hostedtoolcache/node/22.14.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_0e817af7-7004-41ed-bde9-1d5bcab625a0", INVOCATION_ID: "d8a96e39c14846ef8d900e6e8fa1560c", NPM_CONFIG_USERCONFIG: "/home/runner/work/_temp/.npmrc", RUNNER_TOOL_CACHE: "/opt/hostedtoolcache", npm_package_devDependencies__types_qrcode: "^1.5.0", npm_package_devDependencies__types_jsurl: "^0.1.2", npm_package_dependencies_file_saver: "^2.0.5", npm_package_scripts_deploy_dev: "yarn build-only:dev && npm publish --@feedmepos:registry=https://registry.npmjs.org/ --access public --tag beta --no-git-checks .", npm_package_name: "@feedmepos/mf-payment", GITHUB_ACTION: "__run", GITHUB_RUN_NUMBER: "140", GITHUB_TRIGGERING_ACTOR: "Oskang09", RUNNER_ARCH: "X64", XDG_RUNTIME_DIR: "/run/user/1001", AGENT_TOOLSDIRECTORY: "/opt/hostedtoolcache", npm_package_dependencies_vue_country_flag_next: "^2.3.2", npm_package_scripts_deploy_prod: "yarn build-only:prod && npm publish --@feedmepos:registry=https://registry.npmjs.org/ --access public --tag beta --no-git-checks .", npm_package_dependencies_vue_advanced_cropper: "^2.8.6", LANG: "C.UTF-8", VCPKG_INSTALLATION_ROOT: "/usr/local/share/vcpkg", npm_package_devDependencies_eslint: "^8.17.0", npm_package_devDependencies__vue_test_utils: "^2.4.1", npm_package_devDependencies__vue_eslint_config_typescript: "^10.0.0", CONDA: "/usr/share/miniconda", RUNNER_NAME: "GitHub Actions 223", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "dev", GITHUB_REPOSITORY: "feedmepos/payment-service", STATS_D_D: "false", npm_lifecycle_script: "vite build --mode fmmf:dev", npm_package_dependencies__feedmepos_core: "^2.6.0", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_dependencies_vue3_lottie: "^2.2.3", npm_package_scripts_test: "jest", npm_config_version_git_message: "v%s", GITHUB_REPOSITORY_ID: "690979260", GITHUB_ACTIONS: "true", STATS_PIP: "false", npm_lifecycle_event: "build:mf:dev", npm_package_devDependencies_jest_transform_stub: "^2.0.0", npm_package_devDependencies_jest_environment_jsdom: "^29.4.1", npm_package_devDependencies__rushstack_eslint_patch: "^1.1.3", npm_package_dependencies_vuedraggable: "^4.1.0", npm_package_version: "1.0.27-beta.1", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","deploy:dev"],"original":["deploy:dev"]}', npm_package_devDependencies__types_dinero_js: "^1.9.0", npm_package_dependencies_uuid: "^9.0.0", npm_package_dependencies_buffer: "^6.0.3", npm_config__feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_WORKSPACE: "/home/runner/work/payment-service/payment-service", ACCEPT_EULA: "Y", GITHUB_JOB: "deploy", RUNNER_PERFLOG: "/home/runner/perflog", GITHUB_SHA: "5347c075aa097bee069d41c470e909df35a30845", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", npm_package_dependencies_vue_router: "^4.2.5", npm_package_exports___style: "./dist/style.css", npm_config_version_git_tag: "true", npm_config_version_git_sign: "", GITHUB_REF: "refs/heads/dev", GITHUB_ACTOR: "Oskang09", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_config_strict_ssl: "true", npm_package_devDependencies_path: "^0.12.7", npm_package_dependencies_jszip: "^3.10.1", npm_package_dependencies_jsurl: "^0.1.5", npm_package_dependencies_firebase: "^10.14.0", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_c1c4bbfb-f07f-47d5-a0b3-6d6d87326abe", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/payment-service/payment-service/mf-portal", GITHUB_ACTOR_ID: "15674107", RUNNER_WORKSPACE: "/home/runner/work/payment-service", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://pipelinesghubeus11.actions.githubusercontent.com/uhMzCspeMtZD05BczWutTDpLRkQb1I4q0fwG0tss4R7H4Wpw9s/00000000-0000-0000-0000-000000000000/_apis/distributedtask/hubs/Actions/plans/34432c30-109f-43c9-8053-c5308e449b83/jobs/e07742bd-189a-5079-918b-43f8b2f94b89/idtoken?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_c1c4bbfb-f07f-47d5-a0b3-6d6d87326abe", npm_package_dependencies_qrcode_vue: "^3.6.0", npm_package_exports___types: "./dist/app.d.ts", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", npm_package_devDependencies_postcss: "^8.4.47", npm_package_devDependencies_eslint_plugin_vue: "^9.1.0", npm_package_devDependencies__vue_vue3_jest: "^29.2.5", npm_package_devDependencies__pinia_testing: "^0.1.3", npm_config_save_prefix: "^", npm_config_ignore_optional: "", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_devDependencies_cd: "^0.3.3", npm_package_dependencies_rasterizehtml: "^1.3.1", npm_package_dependencies_i18next_http_backend: "^1.4.1", npm_package_scripts_preview: "vite preview", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", INIT_CWD: "/home/runner/work/payment-service/payment-service/mf-portal", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_c1c4bbfb-f07f-47d5-a0b3-6d6d87326abe", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.0.16", NODE_ENV: "production", ENVIRONMENT: "development", FIREBASE_API_KEY: "AIzaSyAj8JdCHtP0Vc5vZobCfgoLzWxPIn0WUG4", FIREBASE_AUTH_DOMAIN: "feedme-dev-4c3ef.firebaseapp.com", FIREBASE_DATABASE_URL: "https://feedme-dev-4c3ef.firebaseio.com", FIREBASE_PROJECT_ID: "feedme-dev-4c3ef", FIREBASE_STORAGE_BUCKET: "feedme-dev-4c3ef.appspot.com", FIREBASE_MESSAGING_SENDER_ID: "458797803788", FIREBASE_APP_ID: "1:458797803788:web:37f2af2926a84288f0c129", FIREBASE_MEASUREMENT_ID: "G-J2QG09D2Q7", ASSET_STORAGE_BUCKET: "feedme-dev-4c3ef.appspot.com", GOOGLE_MAP_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", AUTH_CLIENT_ID: "1a362d621873497b277ea55258cc82594ba148d235257f7bd44ea2acc132d8a4" };
|
160
160
|
/**
|
161
161
|
* @license
|
162
162
|
* Copyright 2017 Google LLC
|
@@ -200,7 +200,7 @@ const xt = function(n) {
|
|
200
200
|
}
|
201
201
|
}
|
202
202
|
return e.join("");
|
203
|
-
},
|
203
|
+
}, Vt = {
|
204
204
|
/**
|
205
205
|
* Maps bytes to characters.
|
206
206
|
*/
|
@@ -344,12 +344,12 @@ class Zn extends Error {
|
|
344
344
|
}
|
345
345
|
const $n = function(n) {
|
346
346
|
const e = xt(n);
|
347
|
-
return
|
347
|
+
return Vt.encodeByteArray(e, !0);
|
348
348
|
}, le = function(n) {
|
349
349
|
return $n(n).replace(/\./g, "");
|
350
|
-
},
|
350
|
+
}, jt = function(n) {
|
351
351
|
try {
|
352
|
-
return
|
352
|
+
return Vt.decodeString(n, !0);
|
353
353
|
} catch (e) {
|
354
354
|
console.error("base64Decode failed: ", e);
|
355
355
|
}
|
@@ -396,7 +396,7 @@ function Jn() {
|
|
396
396
|
* See the License for the specific language governing permissions and
|
397
397
|
* limitations under the License.
|
398
398
|
*/
|
399
|
-
const
|
399
|
+
const Xn = () => Jn().__FIREBASE_DEFAULTS__, Yn = () => {
|
400
400
|
if (typeof process > "u" || typeof at > "u")
|
401
401
|
return;
|
402
402
|
const n = at.__FIREBASE_DEFAULTS__;
|
@@ -411,11 +411,11 @@ const Yn = () => Jn().__FIREBASE_DEFAULTS__, Xn = () => {
|
|
411
411
|
} catch {
|
412
412
|
return;
|
413
413
|
}
|
414
|
-
const e = n &&
|
414
|
+
const e = n && jt(n[1]);
|
415
415
|
return e && JSON.parse(e);
|
416
416
|
}, ze = () => {
|
417
417
|
try {
|
418
|
-
return
|
418
|
+
return Xn() || Yn() || Kn();
|
419
419
|
} catch (n) {
|
420
420
|
console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${n}`);
|
421
421
|
return;
|
@@ -491,7 +491,7 @@ class qn {
|
|
491
491
|
* See the License for the specific language governing permissions and
|
492
492
|
* limitations under the License.
|
493
493
|
*/
|
494
|
-
function
|
494
|
+
function Do(n, e) {
|
495
495
|
if (n.uid)
|
496
496
|
throw new Error('The "uid" field is no longer supported by mockUserToken. Please use "sub" instead for Firebase Auth User ID.');
|
497
497
|
const t = {
|
@@ -1182,7 +1182,7 @@ function wr(n) {
|
|
1182
1182
|
const i = () => {
|
1183
1183
|
n.removeEventListener("success", s), n.removeEventListener("error", o);
|
1184
1184
|
}, s = () => {
|
1185
|
-
t(
|
1185
|
+
t(D(n.result)), i();
|
1186
1186
|
}, o = () => {
|
1187
1187
|
r(n.error), i();
|
1188
1188
|
};
|
@@ -1218,7 +1218,7 @@ let Le = {
|
|
1218
1218
|
if (e === "store")
|
1219
1219
|
return t.objectStoreNames[1] ? void 0 : t.objectStore(t.objectStoreNames[0]);
|
1220
1220
|
}
|
1221
|
-
return
|
1221
|
+
return D(n[e]);
|
1222
1222
|
},
|
1223
1223
|
set(n, e, t) {
|
1224
1224
|
return n[e] = t, !0;
|
@@ -1230,32 +1230,32 @@ let Le = {
|
|
1230
1230
|
function kr(n) {
|
1231
1231
|
Le = n(Le);
|
1232
1232
|
}
|
1233
|
-
function
|
1233
|
+
function Ar(n) {
|
1234
1234
|
return n === IDBDatabase.prototype.transaction && !("objectStoreNames" in IDBTransaction.prototype) ? function(e, ...t) {
|
1235
|
-
const r = n.call(
|
1236
|
-
return Jt.set(r, e.sort ? e.sort() : [e]),
|
1235
|
+
const r = n.call(Ae(this), e, ...t);
|
1236
|
+
return Jt.set(r, e.sort ? e.sort() : [e]), D(r);
|
1237
1237
|
} : Tr().includes(n) ? function(...e) {
|
1238
|
-
return n.apply(
|
1238
|
+
return n.apply(Ae(this), e), D($t.get(this));
|
1239
1239
|
} : function(...e) {
|
1240
|
-
return
|
1240
|
+
return D(n.apply(Ae(this), e));
|
1241
1241
|
};
|
1242
1242
|
}
|
1243
|
-
function
|
1244
|
-
return typeof n == "function" ?
|
1243
|
+
function Sr(n) {
|
1244
|
+
return typeof n == "function" ? Ar(n) : (n instanceof IDBTransaction && Rr(n), yr(n, Er()) ? new Proxy(n, Le) : n);
|
1245
1245
|
}
|
1246
|
-
function
|
1246
|
+
function D(n) {
|
1247
1247
|
if (n instanceof IDBRequest)
|
1248
1248
|
return wr(n);
|
1249
1249
|
if (ke.has(n))
|
1250
1250
|
return ke.get(n);
|
1251
|
-
const e =
|
1251
|
+
const e = Sr(n);
|
1252
1252
|
return e !== n && (ke.set(n, e), Ze.set(e, n)), e;
|
1253
1253
|
}
|
1254
|
-
const
|
1254
|
+
const Ae = (n) => Ze.get(n);
|
1255
1255
|
function Or(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
|
1256
|
-
const o = indexedDB.open(n, e), a =
|
1256
|
+
const o = indexedDB.open(n, e), a = D(o);
|
1257
1257
|
return r && o.addEventListener("upgradeneeded", (c) => {
|
1258
|
-
r(
|
1258
|
+
r(D(o.result), c.oldVersion, c.newVersion, D(o.transaction), c);
|
1259
1259
|
}), t && o.addEventListener("blocked", (c) => t(
|
1260
1260
|
// Casting due to https://github.com/microsoft/TypeScript-DOM-lib-generator/pull/1405
|
1261
1261
|
c.oldVersion,
|
@@ -1266,13 +1266,13 @@ function Or(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
|
|
1266
1266
|
}).catch(() => {
|
1267
1267
|
}), a;
|
1268
1268
|
}
|
1269
|
-
const Cr = ["get", "getKey", "getAll", "getAllKeys", "count"],
|
1269
|
+
const Cr = ["get", "getKey", "getAll", "getAllKeys", "count"], Dr = ["put", "add", "delete", "clear"], Se = /* @__PURE__ */ new Map();
|
1270
1270
|
function ut(n, e) {
|
1271
1271
|
if (!(n instanceof IDBDatabase && !(e in n) && typeof e == "string"))
|
1272
1272
|
return;
|
1273
|
-
if (
|
1274
|
-
return
|
1275
|
-
const t = e.replace(/FromIndex$/, ""), r = e !== t, i =
|
1273
|
+
if (Se.get(e))
|
1274
|
+
return Se.get(e);
|
1275
|
+
const t = e.replace(/FromIndex$/, ""), r = e !== t, i = Dr.includes(t);
|
1276
1276
|
if (
|
1277
1277
|
// Bail if the target doesn't exist on the target. Eg, getAll isn't in Edge.
|
1278
1278
|
!(t in (r ? IDBIndex : IDBObjectStore).prototype) || !(i || Cr.includes(t))
|
@@ -1286,7 +1286,7 @@ function ut(n, e) {
|
|
1286
1286
|
i && c.done
|
1287
1287
|
]))[0];
|
1288
1288
|
};
|
1289
|
-
return
|
1289
|
+
return Se.set(e, s), s;
|
1290
1290
|
}
|
1291
1291
|
kr((n) => ({
|
1292
1292
|
...n,
|
@@ -1309,7 +1309,7 @@ kr((n) => ({
|
|
1309
1309
|
* See the License for the specific language governing permissions and
|
1310
1310
|
* limitations under the License.
|
1311
1311
|
*/
|
1312
|
-
class
|
1312
|
+
class Nr {
|
1313
1313
|
constructor(e) {
|
1314
1314
|
this.container = e;
|
1315
1315
|
}
|
@@ -1346,7 +1346,7 @@ const Ue = "@firebase/app", ht = "0.10.13";
|
|
1346
1346
|
* See the License for the specific language governing permissions and
|
1347
1347
|
* limitations under the License.
|
1348
1348
|
*/
|
1349
|
-
const T = new Zt("@firebase/app"), Mr = "@firebase/app-compat", Lr = "@firebase/analytics-compat", Ur = "@firebase/analytics", Br = "@firebase/app-check-compat", Fr = "@firebase/app-check", Hr = "@firebase/auth", xr = "@firebase/auth-compat",
|
1349
|
+
const T = new Zt("@firebase/app"), Mr = "@firebase/app-compat", Lr = "@firebase/analytics-compat", Ur = "@firebase/analytics", Br = "@firebase/app-check-compat", Fr = "@firebase/app-check", Hr = "@firebase/auth", xr = "@firebase/auth-compat", Vr = "@firebase/database", jr = "@firebase/data-connect", Gr = "@firebase/database-compat", Wr = "@firebase/functions", zr = "@firebase/functions-compat", Zr = "@firebase/installations", $r = "@firebase/installations-compat", Jr = "@firebase/messaging", Xr = "@firebase/messaging-compat", Yr = "@firebase/performance", Kr = "@firebase/performance-compat", qr = "@firebase/remote-config", Qr = "@firebase/remote-config-compat", ei = "@firebase/storage", ti = "@firebase/storage-compat", ni = "@firebase/firestore", ri = "@firebase/vertexai-preview", ii = "@firebase/firestore-compat", si = "firebase", oi = "10.14.1";
|
1350
1350
|
/**
|
1351
1351
|
* @license
|
1352
1352
|
* Copyright 2019 Google LLC
|
@@ -1372,16 +1372,16 @@ const Be = "[DEFAULT]", ai = {
|
|
1372
1372
|
[Br]: "fire-app-check-compat",
|
1373
1373
|
[Hr]: "fire-auth",
|
1374
1374
|
[xr]: "fire-auth-compat",
|
1375
|
-
[
|
1376
|
-
[
|
1375
|
+
[Vr]: "fire-rtdb",
|
1376
|
+
[jr]: "fire-data-connect",
|
1377
1377
|
[Gr]: "fire-rtdb-compat",
|
1378
1378
|
[Wr]: "fire-fn",
|
1379
1379
|
[zr]: "fire-fn-compat",
|
1380
1380
|
[Zr]: "fire-iid",
|
1381
1381
|
[$r]: "fire-iid-compat",
|
1382
1382
|
[Jr]: "fire-fcm",
|
1383
|
-
[
|
1384
|
-
[
|
1383
|
+
[Xr]: "fire-fcm-compat",
|
1384
|
+
[Yr]: "fire-perf",
|
1385
1385
|
[Kr]: "fire-perf-compat",
|
1386
1386
|
[qr]: "fire-rc",
|
1387
1387
|
[Qr]: "fire-rc-compat",
|
@@ -1417,7 +1417,7 @@ function pt(n, e) {
|
|
1417
1417
|
T.debug(`Component ${e.name} failed to register with FirebaseApp ${n.name}`, t);
|
1418
1418
|
}
|
1419
1419
|
}
|
1420
|
-
function
|
1420
|
+
function X(n) {
|
1421
1421
|
const e = n.name;
|
1422
1422
|
if (Fe.has(e))
|
1423
1423
|
return T.debug(`There were multiple attempts to register component ${e}.`), !1;
|
@@ -1428,7 +1428,7 @@ function Y(n) {
|
|
1428
1428
|
pt(t, n);
|
1429
1429
|
return !0;
|
1430
1430
|
}
|
1431
|
-
function
|
1431
|
+
function Xt(n, e) {
|
1432
1432
|
const t = n.container.getProvider("heartbeat").getImmediate({ optional: !0 });
|
1433
1433
|
return t && t.triggerHeartbeat(), n.container.getProvider(e);
|
1434
1434
|
}
|
@@ -1466,7 +1466,7 @@ const li = {
|
|
1466
1466
|
"idb-delete": "Error thrown when deleting from IndexedDB. Original error: {$originalErrorMessage}.",
|
1467
1467
|
"finalization-registry-not-supported": "FirebaseServerApp deleteOnDeref field defined but the JS runtime does not support FinalizationRegistry.",
|
1468
1468
|
"invalid-server-app-environment": "FirebaseServerApp is not for use in browser environments."
|
1469
|
-
},
|
1469
|
+
}, N = new q("app", "Firebase", li);
|
1470
1470
|
/**
|
1471
1471
|
* @license
|
1472
1472
|
* Copyright 2019 Google LLC
|
@@ -1522,7 +1522,7 @@ class di {
|
|
1522
1522
|
*/
|
1523
1523
|
checkDestroyed() {
|
1524
1524
|
if (this.isDeleted)
|
1525
|
-
throw
|
1525
|
+
throw N.create("app-deleted", { appName: this._name });
|
1526
1526
|
}
|
1527
1527
|
}
|
1528
1528
|
/**
|
@@ -1542,16 +1542,16 @@ class di {
|
|
1542
1542
|
* limitations under the License.
|
1543
1543
|
*/
|
1544
1544
|
const ee = oi;
|
1545
|
-
function
|
1545
|
+
function Yt(n, e = {}) {
|
1546
1546
|
let t = n;
|
1547
1547
|
typeof e != "object" && (e = { name: e });
|
1548
1548
|
const r = Object.assign({ name: Be, automaticDataCollectionEnabled: !1 }, e), i = r.name;
|
1549
1549
|
if (typeof i != "string" || !i)
|
1550
|
-
throw
|
1550
|
+
throw N.create("bad-app-name", {
|
1551
1551
|
appName: String(i)
|
1552
1552
|
});
|
1553
1553
|
if (t || (t = Wt()), !t)
|
1554
|
-
throw
|
1554
|
+
throw N.create(
|
1555
1555
|
"no-options"
|
1556
1556
|
/* AppError.NO_OPTIONS */
|
1557
1557
|
);
|
@@ -1559,7 +1559,7 @@ function Xt(n, e = {}) {
|
|
1559
1559
|
if (s) {
|
1560
1560
|
if (de(t, s.options) && de(r, s.config))
|
1561
1561
|
return s;
|
1562
|
-
throw
|
1562
|
+
throw N.create("duplicate-app", { appName: i });
|
1563
1563
|
}
|
1564
1564
|
const o = new _r(i);
|
1565
1565
|
for (const c of Fe.values())
|
@@ -1570,9 +1570,9 @@ function Xt(n, e = {}) {
|
|
1570
1570
|
function ui(n = Be) {
|
1571
1571
|
const e = ue.get(n);
|
1572
1572
|
if (!e && n === Be && Wt())
|
1573
|
-
return
|
1573
|
+
return Yt();
|
1574
1574
|
if (!e)
|
1575
|
-
throw
|
1575
|
+
throw N.create("no-app", { appName: n });
|
1576
1576
|
return e;
|
1577
1577
|
}
|
1578
1578
|
function x(n, e, t) {
|
@@ -1587,7 +1587,7 @@ function x(n, e, t) {
|
|
1587
1587
|
s && a.push(`library name "${i}" contains illegal characters (whitespace or "/")`), s && o && a.push("and"), o && a.push(`version name "${e}" contains illegal characters (whitespace or "/")`), T.warn(a.join(" "));
|
1588
1588
|
return;
|
1589
1589
|
}
|
1590
|
-
|
1590
|
+
X(new W(
|
1591
1591
|
`${i}-version`,
|
1592
1592
|
() => ({ library: i, version: e }),
|
1593
1593
|
"VERSION"
|
@@ -1610,7 +1610,7 @@ function x(n, e, t) {
|
|
1610
1610
|
* See the License for the specific language governing permissions and
|
1611
1611
|
* limitations under the License.
|
1612
1612
|
*/
|
1613
|
-
const hi = "firebase-heartbeat-database", pi = 1,
|
1613
|
+
const hi = "firebase-heartbeat-database", pi = 1, Y = "firebase-heartbeat-store";
|
1614
1614
|
let Oe = null;
|
1615
1615
|
function Kt() {
|
1616
1616
|
return Oe || (Oe = Or(hi, pi, {
|
@@ -1618,27 +1618,27 @@ function Kt() {
|
|
1618
1618
|
switch (e) {
|
1619
1619
|
case 0:
|
1620
1620
|
try {
|
1621
|
-
n.createObjectStore(
|
1621
|
+
n.createObjectStore(Y);
|
1622
1622
|
} catch (t) {
|
1623
1623
|
console.warn(t);
|
1624
1624
|
}
|
1625
1625
|
}
|
1626
1626
|
}
|
1627
1627
|
}).catch((n) => {
|
1628
|
-
throw
|
1628
|
+
throw N.create("idb-open", {
|
1629
1629
|
originalErrorMessage: n.message
|
1630
1630
|
});
|
1631
1631
|
})), Oe;
|
1632
1632
|
}
|
1633
1633
|
async function fi(n) {
|
1634
1634
|
try {
|
1635
|
-
const t = (await Kt()).transaction(
|
1635
|
+
const t = (await Kt()).transaction(Y), r = await t.objectStore(Y).get(qt(n));
|
1636
1636
|
return await t.done, r;
|
1637
1637
|
} catch (e) {
|
1638
1638
|
if (e instanceof M)
|
1639
1639
|
T.warn(e.message);
|
1640
1640
|
else {
|
1641
|
-
const t =
|
1641
|
+
const t = N.create("idb-get", {
|
1642
1642
|
originalErrorMessage: e == null ? void 0 : e.message
|
1643
1643
|
});
|
1644
1644
|
T.warn(t.message);
|
@@ -1647,13 +1647,13 @@ async function fi(n) {
|
|
1647
1647
|
}
|
1648
1648
|
async function ft(n, e) {
|
1649
1649
|
try {
|
1650
|
-
const r = (await Kt()).transaction(
|
1651
|
-
await r.objectStore(
|
1650
|
+
const r = (await Kt()).transaction(Y, "readwrite");
|
1651
|
+
await r.objectStore(Y).put(e, qt(n)), await r.done;
|
1652
1652
|
} catch (t) {
|
1653
1653
|
if (t instanceof M)
|
1654
1654
|
T.warn(t.message);
|
1655
1655
|
else {
|
1656
|
-
const r =
|
1656
|
+
const r = N.create("idb-set", {
|
1657
1657
|
originalErrorMessage: t == null ? void 0 : t.message
|
1658
1658
|
});
|
1659
1659
|
T.warn(r.message);
|
@@ -1819,12 +1819,12 @@ function _t(n) {
|
|
1819
1819
|
* limitations under the License.
|
1820
1820
|
*/
|
1821
1821
|
function bi(n) {
|
1822
|
-
|
1822
|
+
X(new W(
|
1823
1823
|
"platform-logger",
|
1824
|
-
(e) => new
|
1824
|
+
(e) => new Nr(e),
|
1825
1825
|
"PRIVATE"
|
1826
1826
|
/* ComponentType.PRIVATE */
|
1827
|
-
)),
|
1827
|
+
)), X(new W(
|
1828
1828
|
"heartbeat",
|
1829
1829
|
(e) => new gi(e),
|
1830
1830
|
"PRIVATE"
|
@@ -1996,7 +1996,7 @@ function ki() {
|
|
1996
1996
|
// defines navigator.connection.
|
1997
1997
|
(Ri() || tr() || "connection" in navigator) ? navigator.onLine : !0;
|
1998
1998
|
}
|
1999
|
-
function
|
1999
|
+
function Ai() {
|
2000
2000
|
if (typeof navigator > "u")
|
2001
2001
|
return null;
|
2002
2002
|
const n = navigator;
|
@@ -2048,7 +2048,7 @@ class te {
|
|
2048
2048
|
* See the License for the specific language governing permissions and
|
2049
2049
|
* limitations under the License.
|
2050
2050
|
*/
|
2051
|
-
function
|
2051
|
+
function Xe(n, e) {
|
2052
2052
|
R(n.emulator, "Emulator should always be set here");
|
2053
2053
|
const { url: t } = n.emulator;
|
2054
2054
|
return e ? `${t}${e.startsWith("/") ? e.slice(1) : e}` : t;
|
@@ -2123,7 +2123,7 @@ class nn {
|
|
2123
2123
|
* See the License for the specific language governing permissions and
|
2124
2124
|
* limitations under the License.
|
2125
2125
|
*/
|
2126
|
-
const
|
2126
|
+
const Si = {
|
2127
2127
|
// Custom token errors.
|
2128
2128
|
CREDENTIAL_MISMATCH: "custom-token-mismatch",
|
2129
2129
|
// This can only happen if the SDK sends a bad request.
|
@@ -2241,7 +2241,7 @@ async function Z(n, e, t, r, i = {}) {
|
|
2241
2241
|
}
|
2242
2242
|
async function rn(n, e, t) {
|
2243
2243
|
n._canInitEmulator = !1;
|
2244
|
-
const r = Object.assign(Object.assign({},
|
2244
|
+
const r = Object.assign(Object.assign({}, Si), e);
|
2245
2245
|
try {
|
2246
2246
|
const i = new Ci(n), s = await Promise.race([
|
2247
2247
|
t(),
|
@@ -2280,7 +2280,7 @@ async function sn(n, e, t, r, i = {}) {
|
|
2280
2280
|
}
|
2281
2281
|
function on(n, e, t, r) {
|
2282
2282
|
const i = `${e}${t}?${r}`;
|
2283
|
-
return n.config.emulator ?
|
2283
|
+
return n.config.emulator ? Xe(n.config, i) : `${n.config.apiScheme}://${i}`;
|
2284
2284
|
}
|
2285
2285
|
class Ci {
|
2286
2286
|
constructor(e) {
|
@@ -2320,7 +2320,7 @@ function ie(n, e, t) {
|
|
2320
2320
|
* See the License for the specific language governing permissions and
|
2321
2321
|
* limitations under the License.
|
2322
2322
|
*/
|
2323
|
-
async function
|
2323
|
+
async function Di(n, e) {
|
2324
2324
|
return Z(n, "POST", "/v1/accounts:delete", e);
|
2325
2325
|
}
|
2326
2326
|
async function an(n, e) {
|
@@ -2351,8 +2351,8 @@ function J(n) {
|
|
2351
2351
|
} catch {
|
2352
2352
|
}
|
2353
2353
|
}
|
2354
|
-
async function
|
2355
|
-
const t = z(n), r = await t.getIdToken(e), i =
|
2354
|
+
async function Ni(n, e = !1) {
|
2355
|
+
const t = z(n), r = await t.getIdToken(e), i = Ye(r);
|
2356
2356
|
d(
|
2357
2357
|
i && i.exp && i.auth_time && i.iat,
|
2358
2358
|
t.auth,
|
@@ -2373,19 +2373,19 @@ async function Di(n, e = !1) {
|
|
2373
2373
|
function Ce(n) {
|
2374
2374
|
return Number(n) * 1e3;
|
2375
2375
|
}
|
2376
|
-
function
|
2376
|
+
function Ye(n) {
|
2377
2377
|
const [e, t, r] = n.split(".");
|
2378
2378
|
if (e === void 0 || t === void 0 || r === void 0)
|
2379
2379
|
return se("JWT malformed, contained fewer than 3 sections"), null;
|
2380
2380
|
try {
|
2381
|
-
const i =
|
2381
|
+
const i = jt(t);
|
2382
2382
|
return i ? JSON.parse(i) : (se("Failed to decode base64 JWT payload"), null);
|
2383
2383
|
} catch (i) {
|
2384
2384
|
return se("Caught error parsing JWT payload as JSON", i == null ? void 0 : i.toString()), null;
|
2385
2385
|
}
|
2386
2386
|
}
|
2387
2387
|
function It(n) {
|
2388
|
-
const e =
|
2388
|
+
const e = Ye(n);
|
2389
2389
|
return d(
|
2390
2390
|
e,
|
2391
2391
|
"internal-error"
|
@@ -2640,7 +2640,7 @@ async function Fi(n, e) {
|
|
2640
2640
|
* See the License for the specific language governing permissions and
|
2641
2641
|
* limitations under the License.
|
2642
2642
|
*/
|
2643
|
-
class
|
2643
|
+
class V {
|
2644
2644
|
constructor() {
|
2645
2645
|
this.refreshToken = null, this.accessToken = null, this.expirationTime = null;
|
2646
2646
|
}
|
@@ -2692,7 +2692,7 @@ class j {
|
|
2692
2692
|
this.refreshToken = t || null, this.accessToken = e || null, this.expirationTime = Date.now() + r * 1e3;
|
2693
2693
|
}
|
2694
2694
|
static fromJSON(e, t) {
|
2695
|
-
const { refreshToken: r, accessToken: i, expirationTime: s } = t, o = new
|
2695
|
+
const { refreshToken: r, accessToken: i, expirationTime: s } = t, o = new V();
|
2696
2696
|
return r && (d(typeof r == "string", "internal-error", {
|
2697
2697
|
appName: e
|
2698
2698
|
}), o.refreshToken = r), i && (d(typeof i == "string", "internal-error", {
|
@@ -2712,7 +2712,7 @@ class j {
|
|
2712
2712
|
this.accessToken = e.accessToken, this.refreshToken = e.refreshToken, this.expirationTime = e.expirationTime;
|
2713
2713
|
}
|
2714
2714
|
_clone() {
|
2715
|
-
return Object.assign(new
|
2715
|
+
return Object.assign(new V(), this.toJSON());
|
2716
2716
|
}
|
2717
2717
|
_performRefresh() {
|
2718
2718
|
return b("not implemented");
|
@@ -2752,7 +2752,7 @@ class y {
|
|
2752
2752
|
), this.accessToken !== t && (this.accessToken = t, await this.auth._persistUserIfCurrent(this), this.auth._notifyListenersIfCurrent(this)), t;
|
2753
2753
|
}
|
2754
2754
|
getIdTokenResult(e) {
|
2755
|
-
return
|
2755
|
+
return Ni(this, e);
|
2756
2756
|
}
|
2757
2757
|
reload() {
|
2758
2758
|
return Li(this);
|
@@ -2794,7 +2794,7 @@ class y {
|
|
2794
2794
|
if (I(this.auth.app))
|
2795
2795
|
return Promise.reject(P(this.auth));
|
2796
2796
|
const e = await this.getIdToken();
|
2797
|
-
return await K(this,
|
2797
|
+
return await K(this, Di(this.auth, { idToken: e })), this.stsTokenManager.clearRefreshToken(), this.auth.signOut();
|
2798
2798
|
}
|
2799
2799
|
toJSON() {
|
2800
2800
|
return Object.assign(Object.assign({
|
@@ -2829,7 +2829,7 @@ class y {
|
|
2829
2829
|
"internal-error"
|
2830
2830
|
/* AuthErrorCode.INTERNAL_ERROR */
|
2831
2831
|
);
|
2832
|
-
const Pn =
|
2832
|
+
const Pn = V.fromJSON(this.name, ot);
|
2833
2833
|
d(
|
2834
2834
|
typeof Ee == "string",
|
2835
2835
|
e,
|
@@ -2868,7 +2868,7 @@ class y {
|
|
2868
2868
|
* @param idTokenResponse
|
2869
2869
|
*/
|
2870
2870
|
static async _fromIdTokenResponse(e, t, r = !1) {
|
2871
|
-
const i = new
|
2871
|
+
const i = new V();
|
2872
2872
|
i.updateFromServerResponse(t);
|
2873
2873
|
const s = new y({
|
2874
2874
|
uid: t.localId,
|
@@ -2890,7 +2890,7 @@ class y {
|
|
2890
2890
|
"internal-error"
|
2891
2891
|
/* AuthErrorCode.INTERNAL_ERROR */
|
2892
2892
|
);
|
2893
|
-
const s = i.providerUserInfo !== void 0 ? cn(i.providerUserInfo) : [], o = !(i.email && i.passwordHash) && !(s != null && s.length), a = new
|
2893
|
+
const s = i.providerUserInfo !== void 0 ? cn(i.providerUserInfo) : [], o = !(i.email && i.passwordHash) && !(s != null && s.length), a = new V();
|
2894
2894
|
a.updateFromIdToken(r);
|
2895
2895
|
const c = new y({
|
2896
2896
|
uid: i.localId,
|
@@ -2993,7 +2993,7 @@ const yt = ln;
|
|
2993
2993
|
function oe(n, e, t) {
|
2994
2994
|
return `firebase:${n}:${e}:${t}`;
|
2995
2995
|
}
|
2996
|
-
class
|
2996
|
+
class j {
|
2997
2997
|
constructor(e, t, r) {
|
2998
2998
|
this.persistence = e, this.auth = t, this.userKey = r;
|
2999
2999
|
const { config: i, name: s } = this.auth;
|
@@ -3024,7 +3024,7 @@ class V {
|
|
3024
3024
|
}
|
3025
3025
|
static async create(e, t, r = "authUser") {
|
3026
3026
|
if (!t.length)
|
3027
|
-
return new
|
3027
|
+
return new j(E(yt), e, r);
|
3028
3028
|
const i = (await Promise.all(t.map(async (l) => {
|
3029
3029
|
if (await l._isAvailable())
|
3030
3030
|
return l;
|
@@ -3043,13 +3043,13 @@ class V {
|
|
3043
3043
|
} catch {
|
3044
3044
|
}
|
3045
3045
|
const c = i.filter((l) => l._shouldAllowMigration);
|
3046
|
-
return !s._shouldAllowMigration || !c.length ? new
|
3046
|
+
return !s._shouldAllowMigration || !c.length ? new j(s, e, r) : (s = c[0], a && await s._set(o, a.toJSON()), await Promise.all(t.map(async (l) => {
|
3047
3047
|
if (l !== s)
|
3048
3048
|
try {
|
3049
3049
|
await l._remove(o);
|
3050
3050
|
} catch {
|
3051
3051
|
}
|
3052
|
-
})), new
|
3052
|
+
})), new j(s, e, r));
|
3053
3053
|
}
|
3054
3054
|
}
|
3055
3055
|
/**
|
@@ -3181,7 +3181,7 @@ function vn(n, e = []) {
|
|
3181
3181
|
* See the License for the specific language governing permissions and
|
3182
3182
|
* limitations under the License.
|
3183
3183
|
*/
|
3184
|
-
class
|
3184
|
+
class Vi {
|
3185
3185
|
constructor(e) {
|
3186
3186
|
this.auth = e, this.queue = [];
|
3187
3187
|
}
|
@@ -3236,7 +3236,7 @@ class ji {
|
|
3236
3236
|
* See the License for the specific language governing permissions and
|
3237
3237
|
* limitations under the License.
|
3238
3238
|
*/
|
3239
|
-
async function
|
3239
|
+
async function ji(n, e = {}) {
|
3240
3240
|
return Z(n, "GET", "/v2/passwordPolicy", ge(n, e));
|
3241
3241
|
}
|
3242
3242
|
/**
|
@@ -3345,12 +3345,12 @@ class Wi {
|
|
3345
3345
|
*/
|
3346
3346
|
class zi {
|
3347
3347
|
constructor(e, t, r, i) {
|
3348
|
-
this.app = e, this.heartbeatServiceProvider = t, this.appCheckServiceProvider = r, this.config = i, this.currentUser = null, this.emulatorConfig = null, this.operations = Promise.resolve(), this.authStateSubscription = new Tt(this), this.idTokenSubscription = new Tt(this), this.beforeStateQueue = new
|
3348
|
+
this.app = e, this.heartbeatServiceProvider = t, this.appCheckServiceProvider = r, this.config = i, this.currentUser = null, this.emulatorConfig = null, this.operations = Promise.resolve(), this.authStateSubscription = new Tt(this), this.idTokenSubscription = new Tt(this), this.beforeStateQueue = new Vi(this), this.redirectUser = null, this.isProactiveRefreshEnabled = !1, this.EXPECTED_PASSWORD_POLICY_SCHEMA_VERSION = 1, this._canInitEmulator = !0, this._isInitialized = !1, this._deleted = !1, this._initializationPromise = null, this._popupRedirectResolver = null, this._errorFactory = en, this._agentRecaptchaConfig = null, this._tenantRecaptchaConfigs = {}, this._projectPasswordPolicy = null, this._tenantPasswordPolicies = {}, this.lastNotifiedUid = void 0, this.languageCode = null, this.tenantId = null, this.settings = { appVerificationDisabledForTesting: !1 }, this.frameworks = [], this.name = e.name, this.clientVersion = i.sdkClientVersion;
|
3349
3349
|
}
|
3350
3350
|
_initializeWithPersistence(e, t) {
|
3351
3351
|
return t && (this._popupRedirectResolver = E(t)), this._initializationPromise = this.queue(async () => {
|
3352
3352
|
var r, i;
|
3353
|
-
if (!this._deleted && (this.persistenceManager = await
|
3353
|
+
if (!this._deleted && (this.persistenceManager = await j.create(this, e), !this._deleted)) {
|
3354
3354
|
if (!((r = this._popupRedirectResolver) === null || r === void 0) && r._shouldInitProactively)
|
3355
3355
|
try {
|
3356
3356
|
await this._popupRedirectResolver._initialize(this);
|
@@ -3439,7 +3439,7 @@ class zi {
|
|
3439
3439
|
return this.directlySetCurrentUser(e);
|
3440
3440
|
}
|
3441
3441
|
useDeviceLanguage() {
|
3442
|
-
this.languageCode =
|
3442
|
+
this.languageCode = Ai();
|
3443
3443
|
}
|
3444
3444
|
async _delete() {
|
3445
3445
|
this._deleted = !0;
|
@@ -3490,7 +3490,7 @@ class zi {
|
|
3490
3490
|
return this.tenantId === null ? this._projectPasswordPolicy : this._tenantPasswordPolicies[this.tenantId];
|
3491
3491
|
}
|
3492
3492
|
async _updatePasswordPolicy() {
|
3493
|
-
const e = await
|
3493
|
+
const e = await ji(this), t = new Wi(e);
|
3494
3494
|
this.tenantId === null ? this._projectPasswordPolicy = t : this._tenantPasswordPolicies[this.tenantId] = t;
|
3495
3495
|
}
|
3496
3496
|
_getPersistence() {
|
@@ -3554,7 +3554,7 @@ class zi {
|
|
3554
3554
|
this,
|
3555
3555
|
"argument-error"
|
3556
3556
|
/* AuthErrorCode.ARGUMENT_ERROR */
|
3557
|
-
), this.redirectPersistenceManager = await
|
3557
|
+
), this.redirectPersistenceManager = await j.create(
|
3558
3558
|
this,
|
3559
3559
|
[E(t._redirectPersistence)],
|
3560
3560
|
"redirectUser"
|
@@ -3725,7 +3725,7 @@ function $i(n) {
|
|
3725
3725
|
function Ji() {
|
3726
3726
|
return qe.gapiScript;
|
3727
3727
|
}
|
3728
|
-
function
|
3728
|
+
function Xi(n) {
|
3729
3729
|
return `__${n}${Math.floor(Math.random() * 1e6)}`;
|
3730
3730
|
}
|
3731
3731
|
/**
|
@@ -3744,8 +3744,8 @@ function Yi(n) {
|
|
3744
3744
|
* See the License for the specific language governing permissions and
|
3745
3745
|
* limitations under the License.
|
3746
3746
|
*/
|
3747
|
-
function
|
3748
|
-
const t =
|
3747
|
+
function Yi(n, e) {
|
3748
|
+
const t = Xt(n, "auth");
|
3749
3749
|
if (t.isInitialized()) {
|
3750
3750
|
const i = t.getImmediate(), s = t.getOptions();
|
3751
3751
|
if (de(s, e ?? {}))
|
@@ -4064,7 +4064,7 @@ class ne extends yn {
|
|
4064
4064
|
* See the License for the specific language governing permissions and
|
4065
4065
|
* limitations under the License.
|
4066
4066
|
*/
|
4067
|
-
class
|
4067
|
+
class A extends ne {
|
4068
4068
|
constructor() {
|
4069
4069
|
super(
|
4070
4070
|
"facebook.com"
|
@@ -4085,8 +4085,8 @@ class S extends ne {
|
|
4085
4085
|
*/
|
4086
4086
|
static credential(e) {
|
4087
4087
|
return U._fromParams({
|
4088
|
-
providerId:
|
4089
|
-
signInMethod:
|
4088
|
+
providerId: A.PROVIDER_ID,
|
4089
|
+
signInMethod: A.FACEBOOK_SIGN_IN_METHOD,
|
4090
4090
|
accessToken: e
|
4091
4091
|
});
|
4092
4092
|
}
|
@@ -4096,7 +4096,7 @@ class S extends ne {
|
|
4096
4096
|
* @param userCredential - The user credential.
|
4097
4097
|
*/
|
4098
4098
|
static credentialFromResult(e) {
|
4099
|
-
return
|
4099
|
+
return A.credentialFromTaggedObject(e);
|
4100
4100
|
}
|
4101
4101
|
/**
|
4102
4102
|
* Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
|
@@ -4105,20 +4105,20 @@ class S extends ne {
|
|
4105
4105
|
* @param userCredential - The user credential.
|
4106
4106
|
*/
|
4107
4107
|
static credentialFromError(e) {
|
4108
|
-
return
|
4108
|
+
return A.credentialFromTaggedObject(e.customData || {});
|
4109
4109
|
}
|
4110
4110
|
static credentialFromTaggedObject({ _tokenResponse: e }) {
|
4111
4111
|
if (!e || !("oauthAccessToken" in e) || !e.oauthAccessToken)
|
4112
4112
|
return null;
|
4113
4113
|
try {
|
4114
|
-
return
|
4114
|
+
return A.credential(e.oauthAccessToken);
|
4115
4115
|
} catch {
|
4116
4116
|
return null;
|
4117
4117
|
}
|
4118
4118
|
}
|
4119
4119
|
}
|
4120
|
-
|
4121
|
-
|
4120
|
+
A.FACEBOOK_SIGN_IN_METHOD = "facebook.com";
|
4121
|
+
A.PROVIDER_ID = "facebook.com";
|
4122
4122
|
/**
|
4123
4123
|
* @license
|
4124
4124
|
* Copyright 2020 Google LLC
|
@@ -4135,7 +4135,7 @@ S.PROVIDER_ID = "facebook.com";
|
|
4135
4135
|
* See the License for the specific language governing permissions and
|
4136
4136
|
* limitations under the License.
|
4137
4137
|
*/
|
4138
|
-
class
|
4138
|
+
class S extends ne {
|
4139
4139
|
constructor() {
|
4140
4140
|
super(
|
4141
4141
|
"google.com"
|
@@ -4157,8 +4157,8 @@ class A extends ne {
|
|
4157
4157
|
*/
|
4158
4158
|
static credential(e, t) {
|
4159
4159
|
return U._fromParams({
|
4160
|
-
providerId:
|
4161
|
-
signInMethod:
|
4160
|
+
providerId: S.PROVIDER_ID,
|
4161
|
+
signInMethod: S.GOOGLE_SIGN_IN_METHOD,
|
4162
4162
|
idToken: e,
|
4163
4163
|
accessToken: t
|
4164
4164
|
});
|
@@ -4169,7 +4169,7 @@ class A extends ne {
|
|
4169
4169
|
* @param userCredential - The user credential.
|
4170
4170
|
*/
|
4171
4171
|
static credentialFromResult(e) {
|
4172
|
-
return
|
4172
|
+
return S.credentialFromTaggedObject(e);
|
4173
4173
|
}
|
4174
4174
|
/**
|
4175
4175
|
* Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
|
@@ -4178,7 +4178,7 @@ class A extends ne {
|
|
4178
4178
|
* @param userCredential - The user credential.
|
4179
4179
|
*/
|
4180
4180
|
static credentialFromError(e) {
|
4181
|
-
return
|
4181
|
+
return S.credentialFromTaggedObject(e.customData || {});
|
4182
4182
|
}
|
4183
4183
|
static credentialFromTaggedObject({ _tokenResponse: e }) {
|
4184
4184
|
if (!e)
|
@@ -4187,14 +4187,14 @@ class A extends ne {
|
|
4187
4187
|
if (!t && !r)
|
4188
4188
|
return null;
|
4189
4189
|
try {
|
4190
|
-
return
|
4190
|
+
return S.credential(t, r);
|
4191
4191
|
} catch {
|
4192
4192
|
return null;
|
4193
4193
|
}
|
4194
4194
|
}
|
4195
4195
|
}
|
4196
|
-
|
4197
|
-
|
4196
|
+
S.GOOGLE_SIGN_IN_METHOD = "google.com";
|
4197
|
+
S.PROVIDER_ID = "google.com";
|
4198
4198
|
/**
|
4199
4199
|
* @license
|
4200
4200
|
* Copyright 2020 Google LLC
|
@@ -4443,7 +4443,7 @@ async function rs(n, e, t = !1) {
|
|
4443
4443
|
"internal-error"
|
4444
4444
|
/* AuthErrorCode.INTERNAL_ERROR */
|
4445
4445
|
);
|
4446
|
-
const o =
|
4446
|
+
const o = Ye(s.idToken);
|
4447
4447
|
d(
|
4448
4448
|
o,
|
4449
4449
|
r,
|
@@ -4980,7 +4980,7 @@ function fs(n) {
|
|
4980
4980
|
* See the License for the specific language governing permissions and
|
4981
4981
|
* limitations under the License.
|
4982
4982
|
*/
|
4983
|
-
function
|
4983
|
+
function An() {
|
4984
4984
|
return typeof g().WorkerGlobalScope < "u" && typeof g().importScripts == "function";
|
4985
4985
|
}
|
4986
4986
|
async function ms() {
|
@@ -4997,7 +4997,7 @@ function _s() {
|
|
4997
4997
|
return ((n = navigator == null ? void 0 : navigator.serviceWorker) === null || n === void 0 ? void 0 : n.controller) || null;
|
4998
4998
|
}
|
4999
4999
|
function gs() {
|
5000
|
-
return
|
5000
|
+
return An() ? self : null;
|
5001
5001
|
}
|
5002
5002
|
/**
|
5003
5003
|
* @license
|
@@ -5015,7 +5015,7 @@ function gs() {
|
|
5015
5015
|
* See the License for the specific language governing permissions and
|
5016
5016
|
* limitations under the License.
|
5017
5017
|
*/
|
5018
|
-
const
|
5018
|
+
const Sn = "firebaseLocalStorageDb", vs = 1, _e = "firebaseLocalStorage", On = "fbase_key";
|
5019
5019
|
class re {
|
5020
5020
|
constructor(e) {
|
5021
5021
|
this.request = e;
|
@@ -5034,11 +5034,11 @@ function be(n, e) {
|
|
5034
5034
|
return n.transaction([_e], e ? "readwrite" : "readonly").objectStore(_e);
|
5035
5035
|
}
|
5036
5036
|
function Is() {
|
5037
|
-
const n = indexedDB.deleteDatabase(
|
5037
|
+
const n = indexedDB.deleteDatabase(Sn);
|
5038
5038
|
return new re(n).toPromise();
|
5039
5039
|
}
|
5040
|
-
function
|
5041
|
-
const n = indexedDB.open(
|
5040
|
+
function Ve() {
|
5041
|
+
const n = indexedDB.open(Sn, vs);
|
5042
5042
|
return new Promise((e, t) => {
|
5043
5043
|
n.addEventListener("error", () => {
|
5044
5044
|
t(n.error);
|
@@ -5051,7 +5051,7 @@ function je() {
|
|
5051
5051
|
}
|
5052
5052
|
}), n.addEventListener("success", async () => {
|
5053
5053
|
const r = n.result;
|
5054
|
-
r.objectStoreNames.contains(_e) ? e(r) : (r.close(), await Is(), e(await
|
5054
|
+
r.objectStoreNames.contains(_e) ? e(r) : (r.close(), await Is(), e(await Ve()));
|
5055
5055
|
});
|
5056
5056
|
});
|
5057
5057
|
}
|
@@ -5066,7 +5066,7 @@ async function bs(n, e) {
|
|
5066
5066
|
const t = be(n, !1).get(e), r = await new re(t).toPromise();
|
5067
5067
|
return r === void 0 ? null : r.value;
|
5068
5068
|
}
|
5069
|
-
function
|
5069
|
+
function At(n, e) {
|
5070
5070
|
const t = be(n, !0).delete(e);
|
5071
5071
|
return new re(t).toPromise();
|
5072
5072
|
}
|
@@ -5078,7 +5078,7 @@ class Cn {
|
|
5078
5078
|
});
|
5079
5079
|
}
|
5080
5080
|
async _openDb() {
|
5081
|
-
return this.db ? this.db : (this.db = await
|
5081
|
+
return this.db ? this.db : (this.db = await Ve(), this.db);
|
5082
5082
|
}
|
5083
5083
|
async _withRetries(e) {
|
5084
5084
|
let t = 0;
|
@@ -5097,7 +5097,7 @@ class Cn {
|
|
5097
5097
|
* postMessage interface to send these events to the worker ourselves.
|
5098
5098
|
*/
|
5099
5099
|
async initializeServiceWorkerMessaging() {
|
5100
|
-
return
|
5100
|
+
return An() ? this.initializeReceiver() : this.initializeSender();
|
5101
5101
|
}
|
5102
5102
|
/**
|
5103
5103
|
* As the worker we should listen to events from the main window.
|
@@ -5159,8 +5159,8 @@ class Cn {
|
|
5159
5159
|
try {
|
5160
5160
|
if (!indexedDB)
|
5161
5161
|
return !1;
|
5162
|
-
const e = await
|
5163
|
-
return await kt(e, me, "1"), await
|
5162
|
+
const e = await Ve();
|
5163
|
+
return await kt(e, me, "1"), await At(e, me), !0;
|
5164
5164
|
} catch {
|
5165
5165
|
}
|
5166
5166
|
return !1;
|
@@ -5181,7 +5181,7 @@ class Cn {
|
|
5181
5181
|
return this.localCache[e] = t, t;
|
5182
5182
|
}
|
5183
5183
|
async _remove(e) {
|
5184
|
-
return this._withPendingWrite(async () => (await this._withRetries((t) =>
|
5184
|
+
return this._withPendingWrite(async () => (await this._withRetries((t) => At(t, e)), delete this.localCache[e], this.notifyServiceWorker(e)));
|
5185
5185
|
}
|
5186
5186
|
async _poll() {
|
5187
5187
|
const e = await this._withRetries((i) => {
|
@@ -5305,7 +5305,7 @@ function ks(n) {
|
|
5305
5305
|
/* AuthErrorCode.INTERNAL_ERROR */
|
5306
5306
|
), rs(t, new et(n), n.bypassAuthState);
|
5307
5307
|
}
|
5308
|
-
async function
|
5308
|
+
async function As(n) {
|
5309
5309
|
const { auth: e, user: t } = n;
|
5310
5310
|
return d(
|
5311
5311
|
t,
|
@@ -5330,7 +5330,7 @@ async function Ss(n) {
|
|
5330
5330
|
* See the License for the specific language governing permissions and
|
5331
5331
|
* limitations under the License.
|
5332
5332
|
*/
|
5333
|
-
class
|
5333
|
+
class Dn {
|
5334
5334
|
constructor(e, t, r, i, s = !1) {
|
5335
5335
|
this.auth = e, this.resolver = r, this.user = i, this.bypassAuthState = s, this.pendingPromise = null, this.eventManager = null, this.filter = Array.isArray(t) ? t : [t];
|
5336
5336
|
}
|
@@ -5375,7 +5375,7 @@ class Nn {
|
|
5375
5375
|
return Rs;
|
5376
5376
|
case "linkViaPopup":
|
5377
5377
|
case "linkViaRedirect":
|
5378
|
-
return
|
5378
|
+
return As;
|
5379
5379
|
case "reauthViaPopup":
|
5380
5380
|
case "reauthViaRedirect":
|
5381
5381
|
return ks;
|
@@ -5413,8 +5413,8 @@ class Nn {
|
|
5413
5413
|
* See the License for the specific language governing permissions and
|
5414
5414
|
* limitations under the License.
|
5415
5415
|
*/
|
5416
|
-
const
|
5417
|
-
class H extends
|
5416
|
+
const Ss = new te(2e3, 1e4);
|
5417
|
+
class H extends Dn {
|
5418
5418
|
constructor(e, t, r, i, s) {
|
5419
5419
|
super(e, t, i, s), this.provider = r, this.authWindow = null, this.pollId = null, H.currentPopupAction && H.currentPopupAction.cancel(), H.currentPopupAction = this;
|
5420
5420
|
}
|
@@ -5477,7 +5477,7 @@ class H extends Nn {
|
|
5477
5477
|
);
|
5478
5478
|
return;
|
5479
5479
|
}
|
5480
|
-
this.pollId = window.setTimeout(e,
|
5480
|
+
this.pollId = window.setTimeout(e, Ss.get());
|
5481
5481
|
};
|
5482
5482
|
e();
|
5483
5483
|
}
|
@@ -5500,7 +5500,7 @@ H.currentPopupAction = null;
|
|
5500
5500
|
* limitations under the License.
|
5501
5501
|
*/
|
5502
5502
|
const Os = "pendingRedirect", ae = /* @__PURE__ */ new Map();
|
5503
|
-
class Cs extends
|
5503
|
+
class Cs extends Dn {
|
5504
5504
|
constructor(e, t, r = !1) {
|
5505
5505
|
super(e, [
|
5506
5506
|
"signInViaRedirect",
|
@@ -5518,7 +5518,7 @@ class Cs extends Nn {
|
|
5518
5518
|
let e = ae.get(this.auth._key());
|
5519
5519
|
if (!e) {
|
5520
5520
|
try {
|
5521
|
-
const r = await
|
5521
|
+
const r = await Ds(this.resolver, this.auth) ? await super.execute() : null;
|
5522
5522
|
e = () => Promise.resolve(r);
|
5523
5523
|
} catch (t) {
|
5524
5524
|
e = () => Promise.reject(t);
|
@@ -5546,14 +5546,14 @@ class Cs extends Nn {
|
|
5546
5546
|
cleanUp() {
|
5547
5547
|
}
|
5548
5548
|
}
|
5549
|
-
async function
|
5549
|
+
async function Ds(n, e) {
|
5550
5550
|
const t = Ms(e), r = Ps(n);
|
5551
5551
|
if (!await r._isAvailable())
|
5552
5552
|
return !1;
|
5553
5553
|
const i = await r._get(t) === "true";
|
5554
5554
|
return await r._remove(t), i;
|
5555
5555
|
}
|
5556
|
-
function
|
5556
|
+
function Ns(n, e) {
|
5557
5557
|
ae.set(n._key(), e);
|
5558
5558
|
}
|
5559
5559
|
function Ps(n) {
|
@@ -5605,7 +5605,7 @@ class Bs {
|
|
5605
5605
|
}
|
5606
5606
|
sendToConsumer(e, t) {
|
5607
5607
|
var r;
|
5608
|
-
if (e.error && !
|
5608
|
+
if (e.error && !Nn(e)) {
|
5609
5609
|
const i = ((r = e.error.code) === null || r === void 0 ? void 0 : r.split("auth/")[1]) || "internal-error";
|
5610
5610
|
t.onError(_(this.auth, i));
|
5611
5611
|
} else
|
@@ -5616,16 +5616,16 @@ class Bs {
|
|
5616
5616
|
return t.filter.includes(e.type) && r;
|
5617
5617
|
}
|
5618
5618
|
hasEventBeenHandled(e) {
|
5619
|
-
return Date.now() - this.lastProcessedEventTime >= Us && this.cachedEventUids.clear(), this.cachedEventUids.has(
|
5619
|
+
return Date.now() - this.lastProcessedEventTime >= Us && this.cachedEventUids.clear(), this.cachedEventUids.has(St(e));
|
5620
5620
|
}
|
5621
5621
|
saveEventToCache(e) {
|
5622
|
-
this.cachedEventUids.add(
|
5622
|
+
this.cachedEventUids.add(St(e)), this.lastProcessedEventTime = Date.now();
|
5623
5623
|
}
|
5624
5624
|
}
|
5625
|
-
function
|
5625
|
+
function St(n) {
|
5626
5626
|
return [n.type, n.eventId, n.sessionId, n.tenantId].filter((e) => e).join("-");
|
5627
5627
|
}
|
5628
|
-
function
|
5628
|
+
function Nn({ type: n, error: e }) {
|
5629
5629
|
return n === "unknown" && (e == null ? void 0 : e.code) === "auth/no-auth-event";
|
5630
5630
|
}
|
5631
5631
|
function Fs(n) {
|
@@ -5635,7 +5635,7 @@ function Fs(n) {
|
|
5635
5635
|
case "reauthViaRedirect":
|
5636
5636
|
return !0;
|
5637
5637
|
case "unknown":
|
5638
|
-
return
|
5638
|
+
return Nn(n);
|
5639
5639
|
default:
|
5640
5640
|
return !1;
|
5641
5641
|
}
|
@@ -5675,8 +5675,8 @@ async function Hs(n, e = {}) {
|
|
5675
5675
|
* See the License for the specific language governing permissions and
|
5676
5676
|
* limitations under the License.
|
5677
5677
|
*/
|
5678
|
-
const xs = /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/,
|
5679
|
-
async function
|
5678
|
+
const xs = /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/, Vs = /^https?/;
|
5679
|
+
async function js(n) {
|
5680
5680
|
if (n.config.emulator)
|
5681
5681
|
return;
|
5682
5682
|
const { authorizedDomains: e } = await Hs(n);
|
@@ -5698,7 +5698,7 @@ function Gs(n) {
|
|
5698
5698
|
const o = new URL(n);
|
5699
5699
|
return o.hostname === "" && r === "" ? t === "chrome-extension:" && n.replace("chrome-extension://", "") === e.replace("chrome-extension://", "") : t === "chrome-extension:" && o.hostname === r;
|
5700
5700
|
}
|
5701
|
-
if (!
|
5701
|
+
if (!Vs.test(t))
|
5702
5702
|
return !1;
|
5703
5703
|
if (xs.test(n))
|
5704
5704
|
return r === n;
|
@@ -5754,7 +5754,7 @@ function zs(n) {
|
|
5754
5754
|
else if (!((s = g().gapi) === null || s === void 0) && s.load)
|
5755
5755
|
o();
|
5756
5756
|
else {
|
5757
|
-
const a =
|
5757
|
+
const a = Xi("iframefcb");
|
5758
5758
|
return g()[a] = () => {
|
5759
5759
|
gapi.load ? o() : t(_(
|
5760
5760
|
n,
|
@@ -5787,7 +5787,7 @@ function Zs(n) {
|
|
5787
5787
|
* See the License for the specific language governing permissions and
|
5788
5788
|
* limitations under the License.
|
5789
5789
|
*/
|
5790
|
-
const $s = new te(5e3, 15e3), Js = "__/auth/iframe",
|
5790
|
+
const $s = new te(5e3, 15e3), Js = "__/auth/iframe", Xs = "emulator/auth/iframe", Ys = {
|
5791
5791
|
style: {
|
5792
5792
|
position: "absolute",
|
5793
5793
|
top: "-100px",
|
@@ -5810,7 +5810,7 @@ function qs(n) {
|
|
5810
5810
|
"auth-domain-config-required"
|
5811
5811
|
/* AuthErrorCode.MISSING_AUTH_DOMAIN */
|
5812
5812
|
);
|
5813
|
-
const t = e.emulator ?
|
5813
|
+
const t = e.emulator ? Xe(e, Xs) : `https://${n.config.authDomain}/${Js}`, r = {
|
5814
5814
|
apiKey: e.apiKey,
|
5815
5815
|
appName: n.name,
|
5816
5816
|
v: ee
|
@@ -5830,7 +5830,7 @@ async function Qs(n) {
|
|
5830
5830
|
where: document.body,
|
5831
5831
|
url: qs(n),
|
5832
5832
|
messageHandlersFilter: t.iframes.CROSS_ORIGIN_IFRAMES_FILTER,
|
5833
|
-
attributes:
|
5833
|
+
attributes: Ys,
|
5834
5834
|
dontclear: !0
|
5835
5835
|
}, (r) => new Promise(async (i, s) => {
|
5836
5836
|
await r.restyle({
|
@@ -5935,7 +5935,7 @@ function oo(n, e) {
|
|
5935
5935
|
* limitations under the License.
|
5936
5936
|
*/
|
5937
5937
|
const ao = "__/auth/handler", co = "emulator/auth/handler", lo = encodeURIComponent("fac");
|
5938
|
-
async function
|
5938
|
+
async function Dt(n, e, t, r, i, s) {
|
5939
5939
|
d(
|
5940
5940
|
n.config.authDomain,
|
5941
5941
|
n,
|
@@ -5972,7 +5972,7 @@ async function Nt(n, e, t, r, i, s) {
|
|
5972
5972
|
return `${uo(n)}?${Q(a).slice(1)}${l}`;
|
5973
5973
|
}
|
5974
5974
|
function uo({ config: n }) {
|
5975
|
-
return n.emulator ?
|
5975
|
+
return n.emulator ? Xe(n, co) : `https://${n.authDomain}/${ao}`;
|
5976
5976
|
}
|
5977
5977
|
/**
|
5978
5978
|
* @license
|
@@ -5990,22 +5990,22 @@ function uo({ config: n }) {
|
|
5990
5990
|
* See the License for the specific language governing permissions and
|
5991
5991
|
* limitations under the License.
|
5992
5992
|
*/
|
5993
|
-
const
|
5993
|
+
const De = "webStorageSupport";
|
5994
5994
|
class ho {
|
5995
5995
|
constructor() {
|
5996
|
-
this.eventManagers = {}, this.iframes = {}, this.originValidationPromises = {}, this._redirectPersistence = kn, this._completeRedirectFn = Ls, this._overrideRedirectResult =
|
5996
|
+
this.eventManagers = {}, this.iframes = {}, this.originValidationPromises = {}, this._redirectPersistence = kn, this._completeRedirectFn = Ls, this._overrideRedirectResult = Ns;
|
5997
5997
|
}
|
5998
5998
|
// Wrapping in async even though we don't await anywhere in order
|
5999
5999
|
// to make sure errors are raised as promise rejections
|
6000
6000
|
async _openPopup(e, t, r, i) {
|
6001
6001
|
var s;
|
6002
6002
|
R((s = this.eventManagers[e._key()]) === null || s === void 0 ? void 0 : s.manager, "_initialize() not called before _openPopup()");
|
6003
|
-
const o = await
|
6003
|
+
const o = await Dt(e, t, r, He(), i);
|
6004
6004
|
return so(e, o, Qe());
|
6005
6005
|
}
|
6006
6006
|
async _openRedirect(e, t, r, i) {
|
6007
6007
|
await this._originValidation(e);
|
6008
|
-
const s = await
|
6008
|
+
const s = await Dt(e, t, r, He(), i);
|
6009
6009
|
return fs(s), new Promise(() => {
|
6010
6010
|
});
|
6011
6011
|
}
|
@@ -6033,9 +6033,9 @@ class ho {
|
|
6033
6033
|
}), gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER), this.eventManagers[e._key()] = { manager: r }, this.iframes[e._key()] = t, r;
|
6034
6034
|
}
|
6035
6035
|
_isIframeWebStorageSupported(e, t) {
|
6036
|
-
this.iframes[e._key()].send(
|
6036
|
+
this.iframes[e._key()].send(De, { type: De }, (i) => {
|
6037
6037
|
var s;
|
6038
|
-
const o = (s = i == null ? void 0 : i[0]) === null || s === void 0 ? void 0 : s[
|
6038
|
+
const o = (s = i == null ? void 0 : i[0]) === null || s === void 0 ? void 0 : s[De];
|
6039
6039
|
o !== void 0 && t(!!o), w(
|
6040
6040
|
e,
|
6041
6041
|
"internal-error"
|
@@ -6045,14 +6045,14 @@ class ho {
|
|
6045
6045
|
}
|
6046
6046
|
_originValidation(e) {
|
6047
6047
|
const t = e._key();
|
6048
|
-
return this.originValidationPromises[t] || (this.originValidationPromises[t] =
|
6048
|
+
return this.originValidationPromises[t] || (this.originValidationPromises[t] = js(e)), this.originValidationPromises[t];
|
6049
6049
|
}
|
6050
6050
|
get _shouldInitProactively() {
|
6051
6051
|
return gn() || un() || Ke();
|
6052
6052
|
}
|
6053
6053
|
}
|
6054
6054
|
const po = ho;
|
6055
|
-
var
|
6055
|
+
var Nt = "@firebase/auth", Pt = "1.7.9";
|
6056
6056
|
/**
|
6057
6057
|
* @license
|
6058
6058
|
* Copyright 2020 Google LLC
|
@@ -6137,7 +6137,7 @@ function mo(n) {
|
|
6137
6137
|
}
|
6138
6138
|
}
|
6139
6139
|
function _o(n) {
|
6140
|
-
|
6140
|
+
X(new W(
|
6141
6141
|
"auth",
|
6142
6142
|
(e, { options: t }) => {
|
6143
6143
|
const r = e.getProvider("app").getImmediate(), i = e.getProvider("heartbeat"), s = e.getProvider("app-check-internal"), { apiKey: o, authDomain: a } = r.options;
|
@@ -6163,7 +6163,7 @@ function _o(n) {
|
|
6163
6163
|
"auth-internal"
|
6164
6164
|
/* _ComponentName.AUTH_INTERNAL */
|
6165
6165
|
).initialize();
|
6166
|
-
})),
|
6166
|
+
})), X(new W(
|
6167
6167
|
"auth-internal",
|
6168
6168
|
(e) => {
|
6169
6169
|
const t = ve(e.getProvider(
|
@@ -6177,7 +6177,7 @@ function _o(n) {
|
|
6177
6177
|
).setInstantiationMode(
|
6178
6178
|
"EXPLICIT"
|
6179
6179
|
/* InstantiationMode.EXPLICIT */
|
6180
|
-
)), x(
|
6180
|
+
)), x(Nt, Pt, mo(n)), x(Nt, Pt, "esm2017");
|
6181
6181
|
}
|
6182
6182
|
/**
|
6183
6183
|
* @license
|
@@ -6210,10 +6210,10 @@ const Io = (n) => async (e) => {
|
|
6210
6210
|
}));
|
6211
6211
|
};
|
6212
6212
|
function bo(n = ui()) {
|
6213
|
-
const e =
|
6213
|
+
const e = Xt(n, "auth");
|
6214
6214
|
if (e.isInitialized())
|
6215
6215
|
return e.getImmediate();
|
6216
|
-
const t =
|
6216
|
+
const t = Yi(n, {
|
6217
6217
|
popupRedirectResolver: po,
|
6218
6218
|
persistence: [
|
6219
6219
|
Ts,
|
@@ -6260,7 +6260,7 @@ const Eo = Ln({
|
|
6260
6260
|
history: Un(),
|
6261
6261
|
routes: [...We, ...Ge]
|
6262
6262
|
});
|
6263
|
-
let
|
6263
|
+
let Ne, Pe;
|
6264
6264
|
Eo.beforeEach(async (n) => {
|
6265
6265
|
const {
|
6266
6266
|
sessionUser: e,
|
@@ -6268,13 +6268,13 @@ Eo.beforeEach(async (n) => {
|
|
6268
6268
|
currentBusiness: r,
|
6269
6269
|
readRestaurants: i,
|
6270
6270
|
changeRestaurant: s
|
6271
|
-
} =
|
6272
|
-
return n.name.startsWith("mf-payment-admin") ? e.value ? !0 : (
|
6271
|
+
} = je();
|
6272
|
+
return n.name.startsWith("mf-payment-admin") ? e.value ? !0 : (Ne || (Ne = new Promise((o) => {
|
6273
6273
|
const a = $(e, (c) => {
|
6274
6274
|
var l;
|
6275
6275
|
c && (a(), o(((l = e.value) == null ? void 0 : l.isInternal) ?? !1));
|
6276
6276
|
});
|
6277
|
-
})),
|
6277
|
+
})), Ne) : !r.value || !t.value ? (Pe || (Pe = Promise.all([
|
6278
6278
|
new Promise(async (o) => {
|
6279
6279
|
const a = $(r, (c) => {
|
6280
6280
|
c && (a(), o(!0));
|
@@ -6291,7 +6291,7 @@ Eo.beforeEach(async (n) => {
|
|
6291
6291
|
const To = /* @__PURE__ */ Ut({
|
6292
6292
|
__name: "AppSidebar",
|
6293
6293
|
setup(n) {
|
6294
|
-
const e =
|
6294
|
+
const e = je(), t = Bn(), r = Fn(t.currentRoute.value.name);
|
6295
6295
|
$(t.currentRoute, () => {
|
6296
6296
|
let a = t.currentRoute.value.name;
|
6297
6297
|
t.currentRoute.value.meta.parent && (a = t.currentRoute.value.meta.parent), r.value = a;
|
@@ -6346,10 +6346,10 @@ const To = /* @__PURE__ */ Ut({
|
|
6346
6346
|
}
|
6347
6347
|
});
|
6348
6348
|
var wo = { authClientId: "1a362d621873497b277ea55258cc82594ba148d235257f7bd44ea2acc132d8a4", googleMap: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", firebase: { apiKey: "AIzaSyAj8JdCHtP0Vc5vZobCfgoLzWxPIn0WUG4", authDomain: "feedme-dev-4c3ef.firebaseapp.com", databaseURL: "https://feedme-dev-4c3ef.firebaseio.com", projectId: "feedme-dev-4c3ef", storageBucket: "feedme-dev-4c3ef.appspot.com", messagingSenderId: "458797803788", appId: "1:458797803788:web:37f2af2926a84288f0c129", measurementId: "G-J2QG09D2Q7" }, assetBucketUrl: "feedme-dev-4c3ef.appspot.com" };
|
6349
|
-
const
|
6349
|
+
const No = /* @__PURE__ */ Ut({
|
6350
6350
|
__name: "App",
|
6351
6351
|
setup(n) {
|
6352
|
-
const { state: e } = Wn(), t =
|
6352
|
+
const { state: e } = Wn(), t = je(), r = Yt(wo.firebase);
|
6353
6353
|
async function i() {
|
6354
6354
|
const s = t.sessionUser.value;
|
6355
6355
|
if (!s || !s.token) return;
|
@@ -6358,7 +6358,7 @@ const Do = /* @__PURE__ */ Ut({
|
|
6358
6358
|
}
|
6359
6359
|
return i(), $(t.sessionUser, i), xn(() => {
|
6360
6360
|
e.isIframe && parent.postMessage({ event: "ready" }, "*");
|
6361
|
-
}),
|
6361
|
+
}), Vn(() => {
|
6362
6362
|
t.registerSidebarComponent(To);
|
6363
6363
|
}), (s, o) => {
|
6364
6364
|
const a = Bt("RouterView");
|
@@ -6373,14 +6373,14 @@ export {
|
|
6373
6373
|
W as C,
|
6374
6374
|
M as F,
|
6375
6375
|
ee as S,
|
6376
|
-
|
6377
|
-
|
6376
|
+
X as _,
|
6377
|
+
Xt as a,
|
6378
6378
|
Co as b,
|
6379
6379
|
ui as c,
|
6380
|
-
|
6380
|
+
Do as d,
|
6381
6381
|
gt as e,
|
6382
6382
|
Po as f,
|
6383
6383
|
z as g,
|
6384
|
-
|
6384
|
+
No as h,
|
6385
6385
|
x as r
|
6386
6386
|
};
|