@feedmepos/mf-payment 1.0.4-beta.1 → 1.0.4
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-DBhxJpFQ.js → PayoutAccount-BnYhJ0R2.js} +5 -5
- package/dist/{PayoutAccount-Dy-eEx08.js → PayoutAccount-Cjkghc6L.js} +3 -3
- package/dist/{PayoutAccountSetting-BaRtIsKY.js → PayoutAccountSetting-C1yeSNv8.js} +4 -4
- package/dist/Restaurant-B02jty0J.js +262 -0
- package/dist/{RestaurantSetting-D-cBpybz.js → RestaurantSetting-CWZAKz1A.js} +4 -4
- package/dist/{Settlement-B3CKERls.js → Settlement-BKwie9R8.js} +3 -3
- package/dist/{Settlement-SSy8FZgq.js → Settlement-ByPXBNx1.js} +3 -3
- package/dist/{SettlementTransactions-BkH69jUI.js → SettlementTransactions-DVRoAUYv.js} +4 -4
- package/dist/{SettlementTransactions-hB3JKgE5.js → SettlementTransactions-rXQceUoG.js} +4 -4
- package/dist/Terminal-DX8v8WpM.js +386 -0
- package/dist/{TerminalSetting-BltsUaiq.js → TerminalSetting-qklmRz3H.js} +3 -3
- package/dist/{TerminalTransaction-EYjZZ_w_.js → TerminalTransaction-64Bn6vh0.js} +18 -19
- package/dist/{TerminalTransaction-DC0asF22.js → TerminalTransaction-YXcGJ2ne.js} +154 -184
- package/dist/{Transaction-DJo1HsrU.js → Transaction-BOc0NW9a.js} +27 -31
- package/dist/{Transaction-DBGFZ03y.js → Transaction-CqTKm8KP.js} +48 -81
- package/dist/{app-D0XKYcX9.js → app-JZYaBz1E.js} +215 -215
- package/dist/app.js +1 -1
- package/dist/{assets-CtxhVAqn.js → assets-DjRoCcqv.js} +1 -1
- package/dist/{index-D-6CKdYb.js → index-BEFlDEyV.js} +1 -1
- package/dist/{index-5sP9T4Lq.js → index-BWFqxSU3.js} +1 -1
- package/dist/{index-l8-xPUow.js → index-BerQZMQW.js} +1 -1
- package/dist/{index-TG70bysm.js → index-Bp_58SiC.js} +1 -1
- package/dist/{index-BSWqm4n5.js → index-CKyh0nlu.js} +1 -1
- package/dist/{index-6-EWa9pE.js → index-CWGSYCJG.js} +1 -1
- package/dist/{index-D2L_rQB_.js → index-DFePh4ct.js} +1 -1
- package/dist/{index-BO5zewDS.js → index-Dj_LwPBy.js} +8151 -8295
- package/dist/{index.vue_vue_type_script_setup_true_lang-CmDoWsi3.js → index.vue_vue_type_script_setup_true_lang-BgTr7KWF.js} +1 -1
- package/dist/model/payout-account.d.ts +1 -1
- package/dist/model/transaction.d.ts +0 -2
- package/dist/package.json +2 -2
- package/dist/{payout-account-DvLt0SFL.js → payout-account-DWXNiWdx.js} +2 -2
- package/dist/stores/payoutAccount.d.ts +6 -6
- package/dist/{transaction-DiuoGMjE.js → transaction-Bxl86wzh.js} +20 -25
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +6 -6
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +6 -6
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +6 -6
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/PaymentGateway.vue.d.ts +2 -2
- package/dist/views/admin/settlement/SettlementTable.vue.d.ts +12 -12
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +8 -8
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +8 -8
- package/dist/views/admin/terminal-transaction/cell/Actions.vue.d.ts +1 -3
- package/dist/views/admin/transaction/cell/Actions.vue.d.ts +1 -1
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +12 -12
- package/dist/views/settlement/SettlementTable.vue.d.ts +12 -12
- package/package.json +2 -2
- package/dist/Restaurant-CQsEnEZr.js +0 -305
- package/dist/Terminal-DaCXiq41.js +0 -404
- package/dist/grafana-CqkYm_ru.js +0 -46
- package/dist/helpers/grafana.d.ts +0 -7
- package/dist/views/admin/restaurant/cell/LogButton.vue.d.ts +0 -5
@@ -1,15 +1,15 @@
|
|
1
1
|
import { createRouter as Ln, createWebHistory as Un, useRouter as Bn } from "vue-router";
|
2
|
-
import { computed as Lt, watch as
|
3
|
-
import { useCoreStore as
|
4
|
-
import { defineStore as
|
5
|
-
const
|
2
|
+
import { computed as Lt, watch as Z, defineComponent as Ut, ref as Fn, resolveComponent as Bt, openBlock as Ft, createBlock as xt, onMounted as xn, onBeforeMount as jn } from "vue";
|
3
|
+
import { useCoreStore as We } from "@feedmepos/mf-common";
|
4
|
+
import { defineStore as Hn } from "pinia";
|
5
|
+
const Ve = [
|
6
6
|
{
|
7
7
|
path: "/admin/restaurants",
|
8
8
|
name: "mf-payment-admin.restaurant",
|
9
9
|
meta: {
|
10
10
|
sidebarDisplay: "Restaurants"
|
11
11
|
},
|
12
|
-
component: () => import("./Restaurant-
|
12
|
+
component: () => import("./Restaurant-B02jty0J.js")
|
13
13
|
},
|
14
14
|
{
|
15
15
|
path: "/admin/restaurants/:restaurantId",
|
@@ -18,7 +18,7 @@ const je = [
|
|
18
18
|
meta: {
|
19
19
|
parent: "mf-payment-admin.restaurant"
|
20
20
|
},
|
21
|
-
component: () => import("./RestaurantSetting-
|
21
|
+
component: () => import("./RestaurantSetting-CWZAKz1A.js")
|
22
22
|
},
|
23
23
|
{
|
24
24
|
path: "/admin/payout-accounts",
|
@@ -26,7 +26,7 @@ const je = [
|
|
26
26
|
meta: {
|
27
27
|
sidebarDisplay: "Payout Accounts"
|
28
28
|
},
|
29
|
-
component: () => import("./PayoutAccount-
|
29
|
+
component: () => import("./PayoutAccount-BnYhJ0R2.js")
|
30
30
|
},
|
31
31
|
{
|
32
32
|
path: "/admin/payout-accounts/:accountId",
|
@@ -35,7 +35,7 @@ const je = [
|
|
35
35
|
meta: {
|
36
36
|
parent: "mf-payment-admin.payout-account"
|
37
37
|
},
|
38
|
-
component: () => import("./PayoutAccountSetting-
|
38
|
+
component: () => import("./PayoutAccountSetting-C1yeSNv8.js")
|
39
39
|
},
|
40
40
|
{
|
41
41
|
path: "/admin/terminal",
|
@@ -43,7 +43,7 @@ const je = [
|
|
43
43
|
meta: {
|
44
44
|
sidebarDisplay: "Terminals"
|
45
45
|
},
|
46
|
-
component: () => import("./Terminal-
|
46
|
+
component: () => import("./Terminal-DX8v8WpM.js")
|
47
47
|
},
|
48
48
|
{
|
49
49
|
path: "/admin/terminal/:terminalId",
|
@@ -52,7 +52,7 @@ const je = [
|
|
52
52
|
meta: {
|
53
53
|
parent: "mf-payment-admin.terminal"
|
54
54
|
},
|
55
|
-
component: () => import("./TerminalSetting-
|
55
|
+
component: () => import("./TerminalSetting-qklmRz3H.js")
|
56
56
|
},
|
57
57
|
{
|
58
58
|
path: "/admin/terminal-transaction",
|
@@ -60,7 +60,7 @@ const je = [
|
|
60
60
|
meta: {
|
61
61
|
sidebarDisplay: "Terminal Transactions"
|
62
62
|
},
|
63
|
-
component: () => import("./TerminalTransaction-
|
63
|
+
component: () => import("./TerminalTransaction-YXcGJ2ne.js")
|
64
64
|
},
|
65
65
|
{
|
66
66
|
path: "/admin/transaction",
|
@@ -68,7 +68,7 @@ const je = [
|
|
68
68
|
meta: {
|
69
69
|
sidebarDisplay: "Online Transactions"
|
70
70
|
},
|
71
|
-
component: () => import("./Transaction-
|
71
|
+
component: () => import("./Transaction-CqTKm8KP.js")
|
72
72
|
},
|
73
73
|
{
|
74
74
|
path: "/admin/settlement",
|
@@ -76,7 +76,7 @@ const je = [
|
|
76
76
|
meta: {
|
77
77
|
sidebarDisplay: "Settlements"
|
78
78
|
},
|
79
|
-
component: () => import("./Settlement-
|
79
|
+
component: () => import("./Settlement-BKwie9R8.js")
|
80
80
|
},
|
81
81
|
{
|
82
82
|
path: "/admin/settlement/:settlementId",
|
@@ -85,9 +85,9 @@ const je = [
|
|
85
85
|
meta: {
|
86
86
|
parent: "mf-payment-admin.settlement"
|
87
87
|
},
|
88
|
-
component: () => import("./SettlementTransactions-
|
88
|
+
component: () => import("./SettlementTransactions-DVRoAUYv.js")
|
89
89
|
}
|
90
|
-
],
|
90
|
+
], Ge = [
|
91
91
|
{
|
92
92
|
path: "",
|
93
93
|
redirect: { name: "mf-payment-payout-account" }
|
@@ -95,7 +95,7 @@ const je = [
|
|
95
95
|
{
|
96
96
|
path: "/payout-account",
|
97
97
|
name: "mf-payment-payout-account",
|
98
|
-
component: () => import("./PayoutAccount-
|
98
|
+
component: () => import("./PayoutAccount-Cjkghc6L.js"),
|
99
99
|
meta: {
|
100
100
|
sidebarDisplay: "Payout Accounts"
|
101
101
|
}
|
@@ -106,12 +106,12 @@ const je = [
|
|
106
106
|
meta: {
|
107
107
|
sidebarDisplay: "Terminal Transactions"
|
108
108
|
},
|
109
|
-
component: () => import("./TerminalTransaction-
|
109
|
+
component: () => import("./TerminalTransaction-64Bn6vh0.js")
|
110
110
|
},
|
111
111
|
{
|
112
112
|
path: "/transaction",
|
113
113
|
name: "mf-payment-transaction",
|
114
|
-
component: () => import("./Transaction-
|
114
|
+
component: () => import("./Transaction-BOc0NW9a.js"),
|
115
115
|
meta: {
|
116
116
|
sidebarDisplay: "Online Transactions"
|
117
117
|
}
|
@@ -119,7 +119,7 @@ const je = [
|
|
119
119
|
{
|
120
120
|
path: "/settlement",
|
121
121
|
name: "mf-payment-settlement",
|
122
|
-
component: () => import("./Settlement-
|
122
|
+
component: () => import("./Settlement-ByPXBNx1.js"),
|
123
123
|
meta: {
|
124
124
|
sidebarDisplay: "Settlements"
|
125
125
|
}
|
@@ -128,12 +128,12 @@ const je = [
|
|
128
128
|
path: "/settlement/:settlementId",
|
129
129
|
name: "mf-payment-settlement-transaction",
|
130
130
|
props: !0,
|
131
|
-
component: () => import("./SettlementTransactions-
|
131
|
+
component: () => import("./SettlementTransactions-rXQceUoG.js"),
|
132
132
|
meta: {
|
133
133
|
parent: "mf-payment-settlement"
|
134
134
|
}
|
135
135
|
}
|
136
|
-
],
|
136
|
+
], Wn = Hn("mf-payment-iframe", () => {
|
137
137
|
const n = {
|
138
138
|
isIframe: !1
|
139
139
|
}, e = Lt(() => n);
|
@@ -145,7 +145,7 @@ const je = [
|
|
145
145
|
init: t
|
146
146
|
};
|
147
147
|
});
|
148
|
-
var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_81451988-19a8-490b-ad0d-19956d698447", 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.12.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_81451988-19a8-490b-ad0d-19956d698447", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.12.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_6kxfy2S35vPFYW2Cdx0WXB6jvoXEW1068dM7", 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.11.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", 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-ubuntu22", 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: "477", npm_package_dependencies_moment: "^2.29.4", npm_package_dependencies_dotenv: "^16.0.3", npm_package_dependencies__feedmepos_ui_library: "^1.2.61", 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: "20241211.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.10/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.4/x64", JOURNAL_STREAM: "8:18564", 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", 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: "12391426329", STATS_VMFE: "true", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "4f8bcb60e97e3a3545b508d56b6a00445ba476a3", GITHUB_BASE_REF: "", ImageOS: "ubuntu22", 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.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6ZGNmZmUyODUtZDdiYS00Y2QzLWI2NDctOWZhMGEwZTEzODZiOmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xMDA1IERpc3RyaWJ1dGVkVGFzay5HZW5lcmF0ZUlkVG9rZW46ZGNmZmUyODUtZDdiYS00Y2QzLWI2NDctOWZhMGEwZTEzODZiOmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBMb2NhdGlvblNlcnZpY2UuQ29ubmVjdCBSZWFkQW5kVXBkYXRlQnVpbGRCeVVyaTowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xMDA1IiwiSWRlbnRpdHlUeXBlQ2xhaW0iOiJTeXN0ZW06U2VydmljZUlkZW50aXR5IiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvc2lkIjoiREREREREREQtRERERC1ERERELUREREQtREREREREREREREREIiwiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9wcmltYXJ5c2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiYXVpIjoiM2Y3YzkyMWEtZGYyYi00MjViLTk5NzUtNTk0ZDM5Y2NhNTJiIiwic2lkIjoiYmU4ZjRkZDAtNmIzZi00NzA2LWE5NGItY2U5ZDViNTg4OTc3IiwiYWMiOiJbe1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvZGV2XCIsXCJQZXJtaXNzaW9uXCI6M30se1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwiUGVybWlzc2lvblwiOjF9XSIsImFjc2wiOiIxMCIsIm9pZGNfZXh0cmEiOiJ7XCJyZWZcIjpcInJlZnMvaGVhZHMvZGV2XCIsXCJzaGFcIjpcIjRmOGJjYjYwZTk3ZTNhMzU0NWI1MDhkNTZiNmEwMDQ0NWJhNDc2YTNcIixcInJlcG9zaXRvcnlcIjpcImZlZWRtZXBvcy9wYXltZW50LXNlcnZpY2VcIixcInJlcG9zaXRvcnlfb3duZXJcIjpcImZlZWRtZXBvc1wiLFwicmVwb3NpdG9yeV9vd25lcl9pZFwiOlwiNTQ4MzE1MTVcIixcInJ1bl9pZFwiOlwiMTIzOTE0MjYzMjlcIixcInJ1bl9udW1iZXJcIjpcIjEwMFwiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiNjkwOTc5MjYwXCIsXCJhY3Rvcl9pZFwiOlwiMTU2NzQxMDdcIixcImFjdG9yXCI6XCJPc2thbmcwOVwiLFwid29ya2Zsb3dcIjpcInBheW1lbnQtbWYtcG9ydGFsLWRldlwiLFwiaGVhZF9yZWZcIjpcIlwiLFwiYmFzZV9yZWZcIjpcIlwiLFwiZXZlbnRfbmFtZVwiOlwicHVzaFwiLFwicmVmX3Byb3RlY3RlZFwiOlwiZmFsc2VcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZS8uZ2l0aHViL3dvcmtmbG93cy9wYXltZW50LW1mLXBvcnRhbC1kZXYueWFtbEByZWZzL2hlYWRzL2RldlwiLFwid29ya2Zsb3dfc2hhXCI6XCI0ZjhiY2I2MGU5N2UzYTM1NDViNTA4ZDU2YjZhMDA0NDViYTQ3NmEzXCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3BheW1lbnQtbWYtcG9ydGFsLWRldi55YW1sQHJlZnMvaGVhZHMvZGV2XCIsXCJqb2Jfd29ya2Zsb3dfc2hhXCI6XCI0ZjhiY2I2MGU5N2UzYTM1NDViNTA4ZDU2YjZhMDA0NDViYTQ3NmEzXCIsXCJydW5uZXJfZW52aXJvbm1lbnRcIjpcImdpdGh1Yi1ob3N0ZWRcIn0iLCJvaWRjX3N1YiI6InJlcG86ZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZTpyZWY6cmVmcy9oZWFkcy9kZXYiLCJvcmNoaWQiOiJkY2ZmZTI4NS1kN2JhLTRjZDMtYjY0Ny05ZmEwYTBlMTM4NmIuZGVwbG95Ll9fZGVmYXVsdCIsImlzcyI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJhdWQiOiJ2c3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tfHZzbzo3ZTY0NTJjNS1mYzJlLTRhZDUtYjY3My0yOWU5MGNmNzNkZDgiLCJuYmYiOjE3MzQ1MTgzODksImV4cCI6MTczNDU0MTE4OX0.SvG82AimpyzwmdD6Z0xQbNVtZrP_0at2tu0qdU2-_PU3ngN6I-Da5DXdVBU-AppCQFA1MEZG1hOHDEmqa7Sn9QPPntVo-qVQ_LZx_J23CR34Jk7L6XA5L1dz570CtJVAS88QstMMlwHa_B1IFldfQVNy3cu6Cu1sTL6sGJHoVJCFhAdQcbZg07Ta4L0IO09DZv1BhTkd7i1GPiXVIPUyFv4VFs0FPlKhRFQ71Fik3ZMFEdwKFyJhIMDmx9hseayZX8y__UyiVg_sCqT_p46Culzpfn0iMvZXpMlW185URFwqsqZq3kfti-lQnydH5ZinjBc-XieNpKaP764nIc8YEg", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1734519023160-0.6348271494516391:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1734519022998-0.7690777840652852:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1734519022834-0.7873491326338378:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.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.12.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_d65918a4-94ad-4a88-9661-804614e81a94", INVOCATION_ID: "3212415afe564f1a9632004489911f4e", 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: "100", 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 296", 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.4-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: "4f8bcb60e97e3a3545b508d56b6a00445ba476a3", 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", LEIN_HOME: "/usr/local/lib/lein", npm_package_devDependencies_path: "^0.12.7", npm_package_dependencies_qrcode: "^1.5.1", 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_81451988-19a8-490b-ad0d-19956d698447", JAVA_HOME: "/usr/lib/jvm/temurin-11-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/dcffe285-d7ba-4cd3-b647-9fa0a0e1386b/jobs/e07742bd-189a-5079-918b-43f8b2f94b89/idtoken?api-version=2.0", LEIN_JAR: "/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_81451988-19a8-490b-ad0d-19956d698447", 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", 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_81451988-19a8-490b-ad0d-19956d698447", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.0.10", 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" };
|
148
|
+
var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_3df85fd4-d01d-4532-b172-681f373679ef", 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.12.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_3df85fd4-d01d-4532-b172-681f373679ef", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.12.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_8DRjTlGhKw4bsgPMAcU8jsSGzQlvxR3PwDRx", 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.11.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", 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-ubuntu22", 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: "478", npm_package_dependencies_moment: "^2.29.4", npm_package_dependencies_dotenv: "^16.0.3", npm_package_dependencies__feedmepos_ui_library: "^1.2.61", 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: "20241211.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.10/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.4/x64", JOURNAL_STREAM: "8:18470", GITHUB_WORKFLOW: "payment-mf-portal-prod", _: "/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", 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: "12391415061", STATS_VMFE: "true", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "ec50cb26f0eaf98ec77fd40a6e8238685d46ea49", GITHUB_BASE_REF: "", ImageOS: "ubuntu22", 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-prod.yaml@refs/heads/main", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikh5cTROQVRBanNucUM3bWRydEFoaHJDUjJfUSJ9.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6OTBhMGM5MmItZmY3Ni00NmFlLWEwYjEtMTU2ODI5Y2NmOWIwOmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xMDA0IERpc3RyaWJ1dGVkVGFzay5HZW5lcmF0ZUlkVG9rZW46OTBhMGM5MmItZmY3Ni00NmFlLWEwYjEtMTU2ODI5Y2NmOWIwOmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBMb2NhdGlvblNlcnZpY2UuQ29ubmVjdCBSZWFkQW5kVXBkYXRlQnVpbGRCeVVyaTowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xMDA0IiwiSWRlbnRpdHlUeXBlQ2xhaW0iOiJTeXN0ZW06U2VydmljZUlkZW50aXR5IiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvc2lkIjoiREREREREREQtRERERC1ERERELUREREQtREREREREREREREREIiwiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9wcmltYXJ5c2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiYXVpIjoiOWNhYjMzN2YtMzJjMi00M2U3LWJhN2QtYTQ1MGE4YTFiMTgzIiwic2lkIjoiYjgwODY4NjYtM2Y4OC00MTdhLThiOTAtOTZmN2JkMzkxOTI4IiwiYWMiOiJbe1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwiUGVybWlzc2lvblwiOjN9XSIsImFjc2wiOiIxMCIsIm9pZGNfZXh0cmEiOiJ7XCJyZWZcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwic2hhXCI6XCJlYzUwY2IyNmYwZWFmOThlYzc3ZmQ0MGE2ZTgyMzg2ODVkNDZlYTQ5XCIsXCJyZXBvc2l0b3J5XCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJydW5faWRcIjpcIjEyMzkxNDE1MDYxXCIsXCJydW5fbnVtYmVyXCI6XCI3XCIsXCJydW5fYXR0ZW1wdFwiOlwiMVwiLFwicmVwb3NpdG9yeV92aXNpYmlsaXR5XCI6XCJwcml2YXRlXCIsXCJyZXBvc2l0b3J5X2lkXCI6XCI2OTA5NzkyNjBcIixcImFjdG9yX2lkXCI6XCIxNTY3NDEwN1wiLFwiYWN0b3JcIjpcIk9za2FuZzA5XCIsXCJ3b3JrZmxvd1wiOlwicGF5bWVudC1tZi1wb3J0YWwtcHJvZFwiLFwiaGVhZF9yZWZcIjpcIlwiLFwiYmFzZV9yZWZcIjpcIlwiLFwiZXZlbnRfbmFtZVwiOlwicHVzaFwiLFwicmVmX3Byb3RlY3RlZFwiOlwiZmFsc2VcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZS8uZ2l0aHViL3dvcmtmbG93cy9wYXltZW50LW1mLXBvcnRhbC1wcm9kLnlhbWxAcmVmcy9oZWFkcy9tYWluXCIsXCJ3b3JrZmxvd19zaGFcIjpcImVjNTBjYjI2ZjBlYWY5OGVjNzdmZDQwYTZlODIzODY4NWQ0NmVhNDlcIixcImpvYl93b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9wYXltZW50LXNlcnZpY2UvLmdpdGh1Yi93b3JrZmxvd3MvcGF5bWVudC1tZi1wb3J0YWwtcHJvZC55YW1sQHJlZnMvaGVhZHMvbWFpblwiLFwiam9iX3dvcmtmbG93X3NoYVwiOlwiZWM1MGNiMjZmMGVhZjk4ZWM3N2ZkNDBhNmU4MjM4Njg1ZDQ2ZWE0OVwiLFwicnVubmVyX2Vudmlyb25tZW50XCI6XCJnaXRodWItaG9zdGVkXCJ9Iiwib2lkY19zdWIiOiJyZXBvOmZlZWRtZXBvcy9wYXltZW50LXNlcnZpY2U6cmVmOnJlZnMvaGVhZHMvbWFpbiIsIm9yY2hpZCI6IjkwYTBjOTJiLWZmNzYtNDZhZS1hMGIxLTE1NjgyOWNjZjliMC5kZXBsb3kuX19kZWZhdWx0IiwiaXNzIjoidnN0b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImF1ZCI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb218dnNvOjdlNjQ1MmM1LWZjMmUtNGFkNS1iNjczLTI5ZTkwY2Y3M2RkOCIsIm5iZiI6MTczNDUxODM0NywiZXhwIjoxNzM0NTQxMTQ3fQ.C0_ng1YqXb8aOz3cyx3mCvOm32y81qVE2kA2SbCwIjlvgKkLSNg1v7ku98I_w9hTmzA558sgF8x3m7JUcGntCpJlPIgJGNaDRRObbQxyZc8MEv_jgM8qCIwr7pjaw3krj5etPbaY78Y6Zr3Fjt4RJ65VcU4FOvieDAbwJeync_m2fzfkgFcYJSsTnjulRU66yi6KrphesYYPT2zUWHDSzkj0qamnW8Fvmh2i5BC5JkFvqbcCqMF4oI-PdhTjEGI2SXp2KsDKwz6Jpd3Q-Qd5qJHK3E239_kvvabV_A6XBvnklk48YmWTH-3jnQ9nPQZRSHDsYMpVL4Tsj37ysbhcMA", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1734518984702-0.16454645677750057:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1734518984533-0.738818580610128:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1734518984359-0.6974115886167338:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.12.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.12.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_dd0aed18-7617-4e00-a0a8-701a91784b99", INVOCATION_ID: "af3246589eb44abba1825f18e52b3ece", 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: "7", 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 110", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "main", GITHUB_REPOSITORY: "feedmepos/payment-service", STATS_D_D: "false", npm_lifecycle_script: "vite build --mode fmmf:prod", 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:prod", 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.4", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","deploy:prod"],"original":["deploy:prod"]}', 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: "ec50cb26f0eaf98ec77fd40a6e8238685d46ea49", 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/main", GITHUB_ACTOR: "Oskang09", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_config_strict_ssl: "true", LEIN_HOME: "/usr/local/lib/lein", npm_package_devDependencies_path: "^0.12.7", npm_package_dependencies_qrcode: "^1.5.1", 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_3df85fd4-d01d-4532-b172-681f373679ef", JAVA_HOME: "/usr/lib/jvm/temurin-11-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/90a0c92b-ff76-46ae-a0b1-156829ccf9b0/jobs/e07742bd-189a-5079-918b-43f8b2f94b89/idtoken?api-version=2.0", LEIN_JAR: "/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_3df85fd4-d01d-4532-b172-681f373679ef", 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", 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_3df85fd4-d01d-4532-b172-681f373679ef", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.0.6", NODE_ENV: "production", ENVIRONMENT: "production", FIREBASE_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", FIREBASE_AUTH_DOMAIN: "feedme-253402.firebaseapp.com", FIREBASE_DATABASE_URL: "https://feedme-253402.firebaseio.com", FIREBASE_PROJECT_ID: "feedme-253402", FIREBASE_STORAGE_BUCKET: "image.feedme.cc", FIREBASE_MESSAGING_SENDER_ID: "128512026847", FIREBASE_APP_ID: "1:128512026847:web:7c5c8ab7e8b90502dc616a", FIREBASE_MEASUREMENT_ID: "G-LTKS7N2HQS", ASSET_STORAGE_BUCKET: "static.feedme.cc", GOOGLE_MAP_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", AUTH_CLIENT_ID: "d5f8840d63dbb758b6c4ee2a5e8b013d15dd25e242c457481326062b83962476" };
|
149
149
|
/**
|
150
150
|
* @license
|
151
151
|
* Copyright 2017 Google LLC
|
@@ -162,7 +162,7 @@ var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_sta
|
|
162
162
|
* See the License for the specific language governing permissions and
|
163
163
|
* limitations under the License.
|
164
164
|
*/
|
165
|
-
const
|
165
|
+
const jt = function(n) {
|
166
166
|
const e = [];
|
167
167
|
let t = 0;
|
168
168
|
for (let r = 0; r < n.length; r++) {
|
@@ -170,7 +170,7 @@ const Ht = function(n) {
|
|
170
170
|
i < 128 ? e[t++] = i : i < 2048 ? (e[t++] = i >> 6 | 192, e[t++] = i & 63 | 128) : (i & 64512) === 55296 && r + 1 < n.length && (n.charCodeAt(r + 1) & 64512) === 56320 ? (i = 65536 + ((i & 1023) << 10) + (n.charCodeAt(++r) & 1023), e[t++] = i >> 18 | 240, e[t++] = i >> 12 & 63 | 128, e[t++] = i >> 6 & 63 | 128, e[t++] = i & 63 | 128) : (e[t++] = i >> 12 | 224, e[t++] = i >> 6 & 63 | 128, e[t++] = i & 63 | 128);
|
171
171
|
}
|
172
172
|
return e;
|
173
|
-
},
|
173
|
+
}, Vn = function(n) {
|
174
174
|
const e = [];
|
175
175
|
let t = 0, r = 0;
|
176
176
|
for (; t < n.length; ) {
|
@@ -189,7 +189,7 @@ const Ht = function(n) {
|
|
189
189
|
}
|
190
190
|
}
|
191
191
|
return e.join("");
|
192
|
-
},
|
192
|
+
}, Ht = {
|
193
193
|
/**
|
194
194
|
* Maps bytes to characters.
|
195
195
|
*/
|
@@ -263,7 +263,7 @@ const Ht = function(n) {
|
|
263
263
|
* @return The base64 encoded string.
|
264
264
|
*/
|
265
265
|
encodeString(n, e) {
|
266
|
-
return this.HAS_NATIVE_SUPPORT && !e ? btoa(n) : this.encodeByteArray(
|
266
|
+
return this.HAS_NATIVE_SUPPORT && !e ? btoa(n) : this.encodeByteArray(jt(n), e);
|
267
267
|
},
|
268
268
|
/**
|
269
269
|
* Base64-decode a string.
|
@@ -274,7 +274,7 @@ const Ht = function(n) {
|
|
274
274
|
* @return string representing the decoded value.
|
275
275
|
*/
|
276
276
|
decodeString(n, e) {
|
277
|
-
return this.HAS_NATIVE_SUPPORT && !e ? atob(n) :
|
277
|
+
return this.HAS_NATIVE_SUPPORT && !e ? atob(n) : Vn(this.decodeStringToByteArray(n, e));
|
278
278
|
},
|
279
279
|
/**
|
280
280
|
* Base64-decode a string.
|
@@ -301,7 +301,7 @@ const Ht = function(n) {
|
|
301
301
|
++i;
|
302
302
|
const p = i < n.length ? t[n.charAt(i)] : 64;
|
303
303
|
if (++i, s == null || a == null || l == null || p == null)
|
304
|
-
throw new
|
304
|
+
throw new Gn();
|
305
305
|
const m = s << 2 | a >> 4;
|
306
306
|
if (r.push(m), l !== 64) {
|
307
307
|
const v = a << 4 & 240 | l >> 2;
|
@@ -326,19 +326,19 @@ const Ht = function(n) {
|
|
326
326
|
}
|
327
327
|
}
|
328
328
|
};
|
329
|
-
class
|
329
|
+
class Gn extends Error {
|
330
330
|
constructor() {
|
331
331
|
super(...arguments), this.name = "DecodeBase64StringError";
|
332
332
|
}
|
333
333
|
}
|
334
334
|
const zn = function(n) {
|
335
|
-
const e =
|
336
|
-
return
|
335
|
+
const e = jt(n);
|
336
|
+
return Ht.encodeByteArray(e, !0);
|
337
337
|
}, le = function(n) {
|
338
338
|
return zn(n).replace(/\./g, "");
|
339
|
-
},
|
339
|
+
}, Wt = function(n) {
|
340
340
|
try {
|
341
|
-
return
|
341
|
+
return Ht.decodeString(n, !0);
|
342
342
|
} catch (e) {
|
343
343
|
console.error("base64Decode failed: ", e);
|
344
344
|
}
|
@@ -360,7 +360,7 @@ const zn = function(n) {
|
|
360
360
|
* See the License for the specific language governing permissions and
|
361
361
|
* limitations under the License.
|
362
362
|
*/
|
363
|
-
function
|
363
|
+
function $n() {
|
364
364
|
if (typeof self < "u")
|
365
365
|
return self;
|
366
366
|
if (typeof window < "u")
|
@@ -385,7 +385,7 @@ function Zn() {
|
|
385
385
|
* See the License for the specific language governing permissions and
|
386
386
|
* limitations under the License.
|
387
387
|
*/
|
388
|
-
const
|
388
|
+
const Zn = () => $n().__FIREBASE_DEFAULTS__, Jn = () => {
|
389
389
|
if (typeof process > "u" || typeof at > "u")
|
390
390
|
return;
|
391
391
|
const n = at.__FIREBASE_DEFAULTS__;
|
@@ -400,20 +400,20 @@ const $n = () => Zn().__FIREBASE_DEFAULTS__, Jn = () => {
|
|
400
400
|
} catch {
|
401
401
|
return;
|
402
402
|
}
|
403
|
-
const e = n &&
|
403
|
+
const e = n && Wt(n[1]);
|
404
404
|
return e && JSON.parse(e);
|
405
405
|
}, ze = () => {
|
406
406
|
try {
|
407
|
-
return
|
407
|
+
return Zn() || Jn() || Xn();
|
408
408
|
} catch (n) {
|
409
409
|
console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${n}`);
|
410
410
|
return;
|
411
411
|
}
|
412
|
-
},
|
412
|
+
}, Vt = (n) => {
|
413
413
|
var e, t;
|
414
414
|
return (t = (e = ze()) === null || e === void 0 ? void 0 : e.emulatorHosts) === null || t === void 0 ? void 0 : t[n];
|
415
|
-
},
|
416
|
-
const e =
|
415
|
+
}, So = (n) => {
|
416
|
+
const e = Vt(n);
|
417
417
|
if (!e)
|
418
418
|
return;
|
419
419
|
const t = e.lastIndexOf(":");
|
@@ -421,7 +421,7 @@ const $n = () => Zn().__FIREBASE_DEFAULTS__, Jn = () => {
|
|
421
421
|
throw new Error(`Invalid host ${e} with no separate hostname and port!`);
|
422
422
|
const r = parseInt(e.substring(t + 1), 10);
|
423
423
|
return e[0] === "[" ? [e.substring(1, t - 1), r] : [e.substring(0, t), r];
|
424
|
-
},
|
424
|
+
}, Gt = () => {
|
425
425
|
var n;
|
426
426
|
return (n = ze()) === null || n === void 0 ? void 0 : n.config;
|
427
427
|
}, zt = (n) => {
|
@@ -480,7 +480,7 @@ class Yn {
|
|
480
480
|
* See the License for the specific language governing permissions and
|
481
481
|
* limitations under the License.
|
482
482
|
*/
|
483
|
-
function
|
483
|
+
function Ao(n, e) {
|
484
484
|
if (n.uid)
|
485
485
|
throw new Error('The "uid" field is no longer supported by mockUserToken. Please use "sub" instead for Firebase Auth User ID.');
|
486
486
|
const t = {
|
@@ -779,7 +779,7 @@ function Re() {
|
|
779
779
|
function z(n) {
|
780
780
|
return n && n._delegate ? n._delegate : n;
|
781
781
|
}
|
782
|
-
class
|
782
|
+
class G {
|
783
783
|
/**
|
784
784
|
*
|
785
785
|
* @param name The public service name, e.g. app, auth, firestore, database
|
@@ -1092,7 +1092,7 @@ const mr = {
|
|
1092
1092
|
else
|
1093
1093
|
throw new Error(`Attempted to log a message with an invalid logType (value: ${e})`);
|
1094
1094
|
};
|
1095
|
-
class
|
1095
|
+
class $t {
|
1096
1096
|
/**
|
1097
1097
|
* Gives you an instance of a Logger to capture messages according to
|
1098
1098
|
* Firebase's logging scheme.
|
@@ -1165,7 +1165,7 @@ function yr() {
|
|
1165
1165
|
IDBCursor.prototype.continuePrimaryKey
|
1166
1166
|
]);
|
1167
1167
|
}
|
1168
|
-
const
|
1168
|
+
const Zt = /* @__PURE__ */ new WeakMap(), Me = /* @__PURE__ */ new WeakMap(), Jt = /* @__PURE__ */ new WeakMap(), ke = /* @__PURE__ */ new WeakMap(), $e = /* @__PURE__ */ new WeakMap();
|
1169
1169
|
function Er(n) {
|
1170
1170
|
const e = new Promise((t, r) => {
|
1171
1171
|
const i = () => {
|
@@ -1178,9 +1178,9 @@ function Er(n) {
|
|
1178
1178
|
n.addEventListener("success", s), n.addEventListener("error", o);
|
1179
1179
|
});
|
1180
1180
|
return e.then((t) => {
|
1181
|
-
t instanceof IDBCursor &&
|
1181
|
+
t instanceof IDBCursor && Zt.set(t, n);
|
1182
1182
|
}).catch(() => {
|
1183
|
-
}),
|
1183
|
+
}), $e.set(e, n), e;
|
1184
1184
|
}
|
1185
1185
|
function Tr(n) {
|
1186
1186
|
if (Me.has(n))
|
@@ -1221,12 +1221,12 @@ function wr(n) {
|
|
1221
1221
|
}
|
1222
1222
|
function Rr(n) {
|
1223
1223
|
return n === IDBDatabase.prototype.transaction && !("objectStoreNames" in IDBTransaction.prototype) ? function(e, ...t) {
|
1224
|
-
const r = n.call(
|
1224
|
+
const r = n.call(Se(this), e, ...t);
|
1225
1225
|
return Jt.set(r, e.sort ? e.sort() : [e]), N(r);
|
1226
1226
|
} : yr().includes(n) ? function(...e) {
|
1227
|
-
return n.apply(
|
1227
|
+
return n.apply(Se(this), e), N(Zt.get(this));
|
1228
1228
|
} : function(...e) {
|
1229
|
-
return N(n.apply(
|
1229
|
+
return N(n.apply(Se(this), e));
|
1230
1230
|
};
|
1231
1231
|
}
|
1232
1232
|
function kr(n) {
|
@@ -1238,10 +1238,10 @@ function N(n) {
|
|
1238
1238
|
if (ke.has(n))
|
1239
1239
|
return ke.get(n);
|
1240
1240
|
const e = kr(n);
|
1241
|
-
return e !== n && (ke.set(n, e),
|
1241
|
+
return e !== n && (ke.set(n, e), $e.set(e, n)), e;
|
1242
1242
|
}
|
1243
|
-
const
|
1244
|
-
function
|
1243
|
+
const Se = (n) => $e.get(n);
|
1244
|
+
function Sr(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
|
1245
1245
|
const o = indexedDB.open(n, e), a = N(o);
|
1246
1246
|
return r && o.addEventListener("upgradeneeded", (c) => {
|
1247
1247
|
r(N(o.result), c.oldVersion, c.newVersion, N(o.transaction), c);
|
@@ -1255,16 +1255,16 @@ function Ar(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
|
|
1255
1255
|
}).catch(() => {
|
1256
1256
|
}), a;
|
1257
1257
|
}
|
1258
|
-
const
|
1258
|
+
const Ar = ["get", "getKey", "getAll", "getAllKeys", "count"], Or = ["put", "add", "delete", "clear"], Ae = /* @__PURE__ */ new Map();
|
1259
1259
|
function ut(n, e) {
|
1260
1260
|
if (!(n instanceof IDBDatabase && !(e in n) && typeof e == "string"))
|
1261
1261
|
return;
|
1262
|
-
if (
|
1263
|
-
return
|
1262
|
+
if (Ae.get(e))
|
1263
|
+
return Ae.get(e);
|
1264
1264
|
const t = e.replace(/FromIndex$/, ""), r = e !== t, i = Or.includes(t);
|
1265
1265
|
if (
|
1266
1266
|
// Bail if the target doesn't exist on the target. Eg, getAll isn't in Edge.
|
1267
|
-
!(t in (r ? IDBIndex : IDBObjectStore).prototype) || !(i ||
|
1267
|
+
!(t in (r ? IDBIndex : IDBObjectStore).prototype) || !(i || Ar.includes(t))
|
1268
1268
|
)
|
1269
1269
|
return;
|
1270
1270
|
const s = async function(o, ...a) {
|
@@ -1275,7 +1275,7 @@ function ut(n, e) {
|
|
1275
1275
|
i && c.done
|
1276
1276
|
]))[0];
|
1277
1277
|
};
|
1278
|
-
return
|
1278
|
+
return Ae.set(e, s), s;
|
1279
1279
|
}
|
1280
1280
|
wr((n) => ({
|
1281
1281
|
...n,
|
@@ -1335,7 +1335,7 @@ const Ue = "@firebase/app", ht = "0.10.13";
|
|
1335
1335
|
* See the License for the specific language governing permissions and
|
1336
1336
|
* limitations under the License.
|
1337
1337
|
*/
|
1338
|
-
const T = new
|
1338
|
+
const T = new $t("@firebase/app"), Dr = "@firebase/app-compat", Pr = "@firebase/analytics-compat", Mr = "@firebase/analytics", Lr = "@firebase/app-check-compat", Ur = "@firebase/app-check", Br = "@firebase/auth", Fr = "@firebase/auth-compat", xr = "@firebase/database", jr = "@firebase/data-connect", Hr = "@firebase/database-compat", Wr = "@firebase/functions", Vr = "@firebase/functions-compat", Gr = "@firebase/installations", zr = "@firebase/installations-compat", $r = "@firebase/messaging", Zr = "@firebase/messaging-compat", Jr = "@firebase/performance", Xr = "@firebase/performance-compat", Yr = "@firebase/remote-config", Kr = "@firebase/remote-config-compat", qr = "@firebase/storage", Qr = "@firebase/storage-compat", ei = "@firebase/firestore", ti = "@firebase/vertexai-preview", ni = "@firebase/firestore-compat", ri = "firebase", ii = "10.14.1";
|
1339
1339
|
/**
|
1340
1340
|
* @license
|
1341
1341
|
* Copyright 2019 Google LLC
|
@@ -1361,15 +1361,15 @@ const Be = "[DEFAULT]", si = {
|
|
1361
1361
|
[Lr]: "fire-app-check-compat",
|
1362
1362
|
[Br]: "fire-auth",
|
1363
1363
|
[Fr]: "fire-auth-compat",
|
1364
|
-
[
|
1365
|
-
[
|
1366
|
-
[
|
1367
|
-
[
|
1368
|
-
[
|
1369
|
-
[
|
1364
|
+
[xr]: "fire-rtdb",
|
1365
|
+
[jr]: "fire-data-connect",
|
1366
|
+
[Hr]: "fire-rtdb-compat",
|
1367
|
+
[Wr]: "fire-fn",
|
1368
|
+
[Vr]: "fire-fn-compat",
|
1369
|
+
[Gr]: "fire-iid",
|
1370
1370
|
[zr]: "fire-iid-compat",
|
1371
|
-
[
|
1372
|
-
[
|
1371
|
+
[$r]: "fire-fcm",
|
1372
|
+
[Zr]: "fire-fcm-compat",
|
1373
1373
|
[Jr]: "fire-perf",
|
1374
1374
|
[Xr]: "fire-perf-compat",
|
1375
1375
|
[Yr]: "fire-rc",
|
@@ -1474,7 +1474,7 @@ const ai = {
|
|
1474
1474
|
*/
|
1475
1475
|
class ci {
|
1476
1476
|
constructor(e, t, r) {
|
1477
|
-
this._isDeleted = !1, this._options = Object.assign({}, e), this._config = Object.assign({}, t), this._name = t.name, this._automaticDataCollectionEnabled = t.automaticDataCollectionEnabled, this._container = r, this.container.addComponent(new
|
1477
|
+
this._isDeleted = !1, this._options = Object.assign({}, e), this._config = Object.assign({}, t), this._name = t.name, this._automaticDataCollectionEnabled = t.automaticDataCollectionEnabled, this._container = r, this.container.addComponent(new G(
|
1478
1478
|
"app",
|
1479
1479
|
() => this,
|
1480
1480
|
"PUBLIC"
|
@@ -1539,7 +1539,7 @@ function Yt(n, e = {}) {
|
|
1539
1539
|
throw D.create("bad-app-name", {
|
1540
1540
|
appName: String(i)
|
1541
1541
|
});
|
1542
|
-
if (t || (t =
|
1542
|
+
if (t || (t = Gt()), !t)
|
1543
1543
|
throw D.create(
|
1544
1544
|
"no-options"
|
1545
1545
|
/* AppError.NO_OPTIONS */
|
@@ -1558,13 +1558,13 @@ function Yt(n, e = {}) {
|
|
1558
1558
|
}
|
1559
1559
|
function li(n = Be) {
|
1560
1560
|
const e = ue.get(n);
|
1561
|
-
if (!e && n === Be &&
|
1561
|
+
if (!e && n === Be && Gt())
|
1562
1562
|
return Yt();
|
1563
1563
|
if (!e)
|
1564
1564
|
throw D.create("no-app", { appName: n });
|
1565
1565
|
return e;
|
1566
1566
|
}
|
1567
|
-
function
|
1567
|
+
function j(n, e, t) {
|
1568
1568
|
var r;
|
1569
1569
|
let i = (r = si[n]) !== null && r !== void 0 ? r : n;
|
1570
1570
|
t && (i += `-${t}`);
|
@@ -1576,7 +1576,7 @@ function H(n, e, t) {
|
|
1576
1576
|
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(" "));
|
1577
1577
|
return;
|
1578
1578
|
}
|
1579
|
-
X(new
|
1579
|
+
X(new G(
|
1580
1580
|
`${i}-version`,
|
1581
1581
|
() => ({ library: i, version: e }),
|
1582
1582
|
"VERSION"
|
@@ -1602,7 +1602,7 @@ function H(n, e, t) {
|
|
1602
1602
|
const di = "firebase-heartbeat-database", ui = 1, Y = "firebase-heartbeat-store";
|
1603
1603
|
let Oe = null;
|
1604
1604
|
function Kt() {
|
1605
|
-
return Oe || (Oe =
|
1605
|
+
return Oe || (Oe = Sr(di, ui, {
|
1606
1606
|
upgrade: (n, e) => {
|
1607
1607
|
switch (e) {
|
1608
1608
|
case 0:
|
@@ -1808,17 +1808,17 @@ function _t(n) {
|
|
1808
1808
|
* limitations under the License.
|
1809
1809
|
*/
|
1810
1810
|
function vi(n) {
|
1811
|
-
X(new
|
1811
|
+
X(new G(
|
1812
1812
|
"platform-logger",
|
1813
1813
|
(e) => new Cr(e),
|
1814
1814
|
"PRIVATE"
|
1815
1815
|
/* ComponentType.PRIVATE */
|
1816
|
-
)), X(new
|
1816
|
+
)), X(new G(
|
1817
1817
|
"heartbeat",
|
1818
1818
|
(e) => new mi(e),
|
1819
1819
|
"PRIVATE"
|
1820
1820
|
/* ComponentType.PRIVATE */
|
1821
|
-
)),
|
1821
|
+
)), j(Ue, ht, n), j(Ue, ht, "esm2017"), j("fire-js", "");
|
1822
1822
|
}
|
1823
1823
|
vi("");
|
1824
1824
|
var Ii = "firebase", bi = "10.14.1";
|
@@ -1838,7 +1838,7 @@ var Ii = "firebase", bi = "10.14.1";
|
|
1838
1838
|
* See the License for the specific language governing permissions and
|
1839
1839
|
* limitations under the License.
|
1840
1840
|
*/
|
1841
|
-
|
1841
|
+
j(Ii, bi, "app");
|
1842
1842
|
var gt = function() {
|
1843
1843
|
return gt = Object.assign || function(e) {
|
1844
1844
|
for (var t, r = 1, i = arguments.length; r < i; r++) {
|
@@ -1848,7 +1848,7 @@ var gt = function() {
|
|
1848
1848
|
return e;
|
1849
1849
|
}, gt.apply(this, arguments);
|
1850
1850
|
};
|
1851
|
-
function
|
1851
|
+
function Ze(n, e) {
|
1852
1852
|
var t = {};
|
1853
1853
|
for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && e.indexOf(r) < 0 && (t[r] = n[r]);
|
1854
1854
|
if (n != null && typeof Object.getOwnPropertySymbols == "function")
|
@@ -1878,7 +1878,7 @@ const yi = Qt, en = new q("auth", "Firebase", Qt());
|
|
1878
1878
|
* See the License for the specific language governing permissions and
|
1879
1879
|
* limitations under the License.
|
1880
1880
|
*/
|
1881
|
-
const he = new
|
1881
|
+
const he = new $t("@firebase/auth");
|
1882
1882
|
function Ei(n, ...e) {
|
1883
1883
|
he.logLevel <= h.WARN && he.warn(`Auth (${ee}): ${n}`, ...e);
|
1884
1884
|
}
|
@@ -1950,7 +1950,7 @@ function R(n, e) {
|
|
1950
1950
|
* See the License for the specific language governing permissions and
|
1951
1951
|
* limitations under the License.
|
1952
1952
|
*/
|
1953
|
-
function
|
1953
|
+
function xe() {
|
1954
1954
|
var n;
|
1955
1955
|
return typeof self < "u" && ((n = self.location) === null || n === void 0 ? void 0 : n.href) || "";
|
1956
1956
|
}
|
@@ -2203,11 +2203,11 @@ const ki = {
|
|
2203
2203
|
* See the License for the specific language governing permissions and
|
2204
2204
|
* limitations under the License.
|
2205
2205
|
*/
|
2206
|
-
const
|
2206
|
+
const Si = new te(3e4, 6e4);
|
2207
2207
|
function ge(n, e) {
|
2208
2208
|
return n.tenantId && !e.tenantId ? Object.assign(Object.assign({}, e), { tenantId: n.tenantId }) : e;
|
2209
2209
|
}
|
2210
|
-
async function
|
2210
|
+
async function $(n, e, t, r, i = {}) {
|
2211
2211
|
return rn(n, i, async () => {
|
2212
2212
|
let s = {}, o = {};
|
2213
2213
|
r && (e === "GET" ? o = r : s = {
|
@@ -2232,7 +2232,7 @@ async function rn(n, e, t) {
|
|
2232
2232
|
n._canInitEmulator = !1;
|
2233
2233
|
const r = Object.assign(Object.assign({}, ki), e);
|
2234
2234
|
try {
|
2235
|
-
const i = new
|
2235
|
+
const i = new Ai(n), s = await Promise.race([
|
2236
2236
|
t(),
|
2237
2237
|
i.promise
|
2238
2238
|
]);
|
@@ -2262,7 +2262,7 @@ async function rn(n, e, t) {
|
|
2262
2262
|
}
|
2263
2263
|
}
|
2264
2264
|
async function sn(n, e, t, r, i = {}) {
|
2265
|
-
const s = await
|
2265
|
+
const s = await $(n, e, t, r, i);
|
2266
2266
|
return "mfaPendingCredential" in s && w(n, "multi-factor-auth-required", {
|
2267
2267
|
_serverResponse: s
|
2268
2268
|
}), s;
|
@@ -2271,14 +2271,14 @@ function on(n, e, t, r) {
|
|
2271
2271
|
const i = `${e}${t}?${r}`;
|
2272
2272
|
return n.config.emulator ? Xe(n.config, i) : `${n.config.apiScheme}://${i}`;
|
2273
2273
|
}
|
2274
|
-
class
|
2274
|
+
class Ai {
|
2275
2275
|
constructor(e) {
|
2276
2276
|
this.auth = e, this.timer = null, this.promise = new Promise((t, r) => {
|
2277
2277
|
this.timer = setTimeout(() => r(_(
|
2278
2278
|
this.auth,
|
2279
2279
|
"network-request-failed"
|
2280
2280
|
/* AuthErrorCode.NETWORK_REQUEST_FAILED */
|
2281
|
-
)),
|
2281
|
+
)), Si.get());
|
2282
2282
|
});
|
2283
2283
|
}
|
2284
2284
|
clearNetworkTimeout() {
|
@@ -2310,10 +2310,10 @@ function ie(n, e, t) {
|
|
2310
2310
|
* limitations under the License.
|
2311
2311
|
*/
|
2312
2312
|
async function Oi(n, e) {
|
2313
|
-
return
|
2313
|
+
return $(n, "POST", "/v1/accounts:delete", e);
|
2314
2314
|
}
|
2315
2315
|
async function an(n, e) {
|
2316
|
-
return
|
2316
|
+
return $(n, "POST", "/v1/accounts:lookup", e);
|
2317
2317
|
}
|
2318
2318
|
/**
|
2319
2319
|
* @license
|
@@ -2367,7 +2367,7 @@ function Ye(n) {
|
|
2367
2367
|
if (e === void 0 || t === void 0 || r === void 0)
|
2368
2368
|
return se("JWT malformed, contained fewer than 3 sections"), null;
|
2369
2369
|
try {
|
2370
|
-
const i =
|
2370
|
+
const i = Wt(t);
|
2371
2371
|
return i ? JSON.parse(i) : (se("Failed to decode base64 JWT payload"), null);
|
2372
2372
|
} catch (i) {
|
2373
2373
|
return se("Caught error parsing JWT payload as JSON", i == null ? void 0 : i.toString()), null;
|
@@ -2495,7 +2495,7 @@ class Di {
|
|
2495
2495
|
* See the License for the specific language governing permissions and
|
2496
2496
|
* limitations under the License.
|
2497
2497
|
*/
|
2498
|
-
class
|
2498
|
+
class je {
|
2499
2499
|
constructor(e, t) {
|
2500
2500
|
this.createdAt = e, this.lastLoginAt = t, this._initializeTime();
|
2501
2501
|
}
|
@@ -2548,7 +2548,7 @@ async function pe(n) {
|
|
2548
2548
|
phoneNumber: s.phoneNumber || null,
|
2549
2549
|
tenantId: s.tenantId || null,
|
2550
2550
|
providerData: a,
|
2551
|
-
metadata: new
|
2551
|
+
metadata: new je(s.createdAt, s.lastLoginAt),
|
2552
2552
|
isAnonymous: u
|
2553
2553
|
};
|
2554
2554
|
Object.assign(n, p);
|
@@ -2562,7 +2562,7 @@ function Mi(n, e) {
|
|
2562
2562
|
}
|
2563
2563
|
function cn(n) {
|
2564
2564
|
return n.map((e) => {
|
2565
|
-
var { providerId: t } = e, r =
|
2565
|
+
var { providerId: t } = e, r = Ze(e, ["providerId"]);
|
2566
2566
|
return {
|
2567
2567
|
providerId: t,
|
2568
2568
|
uid: r.rawId || "",
|
@@ -2611,7 +2611,7 @@ async function Li(n, e) {
|
|
2611
2611
|
};
|
2612
2612
|
}
|
2613
2613
|
async function Ui(n, e) {
|
2614
|
-
return
|
2614
|
+
return $(n, "POST", "/v2/accounts:revokeToken", ge(n, e));
|
2615
2615
|
}
|
2616
2616
|
/**
|
2617
2617
|
* @license
|
@@ -2629,7 +2629,7 @@ async function Ui(n, e) {
|
|
2629
2629
|
* See the License for the specific language governing permissions and
|
2630
2630
|
* limitations under the License.
|
2631
2631
|
*/
|
2632
|
-
class
|
2632
|
+
class H {
|
2633
2633
|
constructor() {
|
2634
2634
|
this.refreshToken = null, this.accessToken = null, this.expirationTime = null;
|
2635
2635
|
}
|
@@ -2681,7 +2681,7 @@ class G {
|
|
2681
2681
|
this.refreshToken = t || null, this.accessToken = e || null, this.expirationTime = Date.now() + r * 1e3;
|
2682
2682
|
}
|
2683
2683
|
static fromJSON(e, t) {
|
2684
|
-
const { refreshToken: r, accessToken: i, expirationTime: s } = t, o = new
|
2684
|
+
const { refreshToken: r, accessToken: i, expirationTime: s } = t, o = new H();
|
2685
2685
|
return r && (d(typeof r == "string", "internal-error", {
|
2686
2686
|
appName: e
|
2687
2687
|
}), o.refreshToken = r), i && (d(typeof i == "string", "internal-error", {
|
@@ -2701,7 +2701,7 @@ class G {
|
|
2701
2701
|
this.accessToken = e.accessToken, this.refreshToken = e.refreshToken, this.expirationTime = e.expirationTime;
|
2702
2702
|
}
|
2703
2703
|
_clone() {
|
2704
|
-
return Object.assign(new
|
2704
|
+
return Object.assign(new H(), this.toJSON());
|
2705
2705
|
}
|
2706
2706
|
_performRefresh() {
|
2707
2707
|
return b("not implemented");
|
@@ -2728,8 +2728,8 @@ function k(n, e) {
|
|
2728
2728
|
}
|
2729
2729
|
class y {
|
2730
2730
|
constructor(e) {
|
2731
|
-
var { uid: t, auth: r, stsTokenManager: i } = e, s =
|
2732
|
-
this.providerId = "firebase", this.proactiveRefresh = new Di(this), this.reloadUserInfo = null, this.reloadListener = null, this.uid = t, this.auth = r, this.stsTokenManager = i, this.accessToken = i.accessToken, this.displayName = s.displayName || null, this.email = s.email || null, this.emailVerified = s.emailVerified || !1, this.phoneNumber = s.phoneNumber || null, this.photoURL = s.photoURL || null, this.isAnonymous = s.isAnonymous || !1, this.tenantId = s.tenantId || null, this.providerData = s.providerData ? [...s.providerData] : [], this.metadata = new
|
2731
|
+
var { uid: t, auth: r, stsTokenManager: i } = e, s = Ze(e, ["uid", "auth", "stsTokenManager"]);
|
2732
|
+
this.providerId = "firebase", this.proactiveRefresh = new Di(this), this.reloadUserInfo = null, this.reloadListener = null, this.uid = t, this.auth = r, this.stsTokenManager = i, this.accessToken = i.accessToken, this.displayName = s.displayName || null, this.email = s.email || null, this.emailVerified = s.emailVerified || !1, this.phoneNumber = s.phoneNumber || null, this.photoURL = s.photoURL || null, this.isAnonymous = s.isAnonymous || !1, this.tenantId = s.tenantId || null, this.providerData = s.providerData ? [...s.providerData] : [], this.metadata = new je(s.createdAt || void 0, s.lastLoginAt || void 0);
|
2733
2733
|
}
|
2734
2734
|
async getIdToken(e) {
|
2735
2735
|
const t = await K(this, this.stsTokenManager.getToken(this.auth, e));
|
@@ -2818,7 +2818,7 @@ class y {
|
|
2818
2818
|
"internal-error"
|
2819
2819
|
/* AuthErrorCode.INTERNAL_ERROR */
|
2820
2820
|
);
|
2821
|
-
const Pn =
|
2821
|
+
const Pn = H.fromJSON(this.name, ot);
|
2822
2822
|
d(
|
2823
2823
|
typeof Ee == "string",
|
2824
2824
|
e,
|
@@ -2857,7 +2857,7 @@ class y {
|
|
2857
2857
|
* @param idTokenResponse
|
2858
2858
|
*/
|
2859
2859
|
static async _fromIdTokenResponse(e, t, r = !1) {
|
2860
|
-
const i = new
|
2860
|
+
const i = new H();
|
2861
2861
|
i.updateFromServerResponse(t);
|
2862
2862
|
const s = new y({
|
2863
2863
|
uid: t.localId,
|
@@ -2879,7 +2879,7 @@ class y {
|
|
2879
2879
|
"internal-error"
|
2880
2880
|
/* AuthErrorCode.INTERNAL_ERROR */
|
2881
2881
|
);
|
2882
|
-
const s = i.providerUserInfo !== void 0 ? cn(i.providerUserInfo) : [], o = !(i.email && i.passwordHash) && !(s != null && s.length), a = new
|
2882
|
+
const s = i.providerUserInfo !== void 0 ? cn(i.providerUserInfo) : [], o = !(i.email && i.passwordHash) && !(s != null && s.length), a = new H();
|
2883
2883
|
a.updateFromIdToken(r);
|
2884
2884
|
const c = new y({
|
2885
2885
|
uid: i.localId,
|
@@ -2895,7 +2895,7 @@ class y {
|
|
2895
2895
|
phoneNumber: i.phoneNumber || null,
|
2896
2896
|
tenantId: i.tenantId || null,
|
2897
2897
|
providerData: s,
|
2898
|
-
metadata: new
|
2898
|
+
metadata: new je(i.createdAt, i.lastLoginAt),
|
2899
2899
|
isAnonymous: !(i.email && i.passwordHash) && !(s != null && s.length)
|
2900
2900
|
};
|
2901
2901
|
return Object.assign(c, l), c;
|
@@ -2982,7 +2982,7 @@ const yt = ln;
|
|
2982
2982
|
function oe(n, e, t) {
|
2983
2983
|
return `firebase:${n}:${e}:${t}`;
|
2984
2984
|
}
|
2985
|
-
class
|
2985
|
+
class W {
|
2986
2986
|
constructor(e, t, r) {
|
2987
2987
|
this.persistence = e, this.auth = t, this.userKey = r;
|
2988
2988
|
const { config: i, name: s } = this.auth;
|
@@ -3013,7 +3013,7 @@ class x {
|
|
3013
3013
|
}
|
3014
3014
|
static async create(e, t, r = "authUser") {
|
3015
3015
|
if (!t.length)
|
3016
|
-
return new
|
3016
|
+
return new W(E(yt), e, r);
|
3017
3017
|
const i = (await Promise.all(t.map(async (l) => {
|
3018
3018
|
if (await l._isAvailable())
|
3019
3019
|
return l;
|
@@ -3032,13 +3032,13 @@ class x {
|
|
3032
3032
|
} catch {
|
3033
3033
|
}
|
3034
3034
|
const c = i.filter((l) => l._shouldAllowMigration);
|
3035
|
-
return !s._shouldAllowMigration || !c.length ? new
|
3035
|
+
return !s._shouldAllowMigration || !c.length ? new W(s, e, r) : (s = c[0], a && await s._set(o, a.toJSON()), await Promise.all(t.map(async (l) => {
|
3036
3036
|
if (l !== s)
|
3037
3037
|
try {
|
3038
3038
|
await l._remove(o);
|
3039
3039
|
} catch {
|
3040
3040
|
}
|
3041
|
-
})), new
|
3041
|
+
})), new W(s, e, r));
|
3042
3042
|
}
|
3043
3043
|
}
|
3044
3044
|
/**
|
@@ -3170,7 +3170,7 @@ function vn(n, e = []) {
|
|
3170
3170
|
* See the License for the specific language governing permissions and
|
3171
3171
|
* limitations under the License.
|
3172
3172
|
*/
|
3173
|
-
class
|
3173
|
+
class xi {
|
3174
3174
|
constructor(e) {
|
3175
3175
|
this.auth = e, this.queue = [];
|
3176
3176
|
}
|
@@ -3225,8 +3225,8 @@ class Vi {
|
|
3225
3225
|
* See the License for the specific language governing permissions and
|
3226
3226
|
* limitations under the License.
|
3227
3227
|
*/
|
3228
|
-
async function
|
3229
|
-
return
|
3228
|
+
async function ji(n, e = {}) {
|
3229
|
+
return $(n, "GET", "/v2/passwordPolicy", ge(n, e));
|
3230
3230
|
}
|
3231
3231
|
/**
|
3232
3232
|
* @license
|
@@ -3244,12 +3244,12 @@ async function Hi(n, e = {}) {
|
|
3244
3244
|
* See the License for the specific language governing permissions and
|
3245
3245
|
* limitations under the License.
|
3246
3246
|
*/
|
3247
|
-
const
|
3248
|
-
class
|
3247
|
+
const Hi = 6;
|
3248
|
+
class Wi {
|
3249
3249
|
constructor(e) {
|
3250
3250
|
var t, r, i, s;
|
3251
3251
|
const o = e.customStrengthOptions;
|
3252
|
-
this.customStrengthOptions = {}, this.customStrengthOptions.minPasswordLength = (t = o.minPasswordLength) !== null && t !== void 0 ? t :
|
3252
|
+
this.customStrengthOptions = {}, this.customStrengthOptions.minPasswordLength = (t = o.minPasswordLength) !== null && t !== void 0 ? t : Hi, o.maxPasswordLength && (this.customStrengthOptions.maxPasswordLength = o.maxPasswordLength), o.containsLowercaseCharacter !== void 0 && (this.customStrengthOptions.containsLowercaseLetter = o.containsLowercaseCharacter), o.containsUppercaseCharacter !== void 0 && (this.customStrengthOptions.containsUppercaseLetter = o.containsUppercaseCharacter), o.containsNumericCharacter !== void 0 && (this.customStrengthOptions.containsNumericCharacter = o.containsNumericCharacter), o.containsNonAlphanumericCharacter !== void 0 && (this.customStrengthOptions.containsNonAlphanumericCharacter = o.containsNonAlphanumericCharacter), this.enforcementState = e.enforcementState, this.enforcementState === "ENFORCEMENT_STATE_UNSPECIFIED" && (this.enforcementState = "OFF"), this.allowedNonAlphanumericCharacters = (i = (r = e.allowedNonAlphanumericCharacters) === null || r === void 0 ? void 0 : r.join("")) !== null && i !== void 0 ? i : "", this.forceUpgradeOnSignin = (s = e.forceUpgradeOnSignin) !== null && s !== void 0 ? s : !1, this.schemaVersion = e.schemaVersion;
|
3253
3253
|
}
|
3254
3254
|
validatePassword(e) {
|
3255
3255
|
var t, r, i, s, o, a;
|
@@ -3332,14 +3332,14 @@ class xi {
|
|
3332
3332
|
* See the License for the specific language governing permissions and
|
3333
3333
|
* limitations under the License.
|
3334
3334
|
*/
|
3335
|
-
class
|
3335
|
+
class Vi {
|
3336
3336
|
constructor(e, t, r, i) {
|
3337
|
-
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
|
3337
|
+
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 xi(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;
|
3338
3338
|
}
|
3339
3339
|
_initializeWithPersistence(e, t) {
|
3340
3340
|
return t && (this._popupRedirectResolver = E(t)), this._initializationPromise = this.queue(async () => {
|
3341
3341
|
var r, i;
|
3342
|
-
if (!this._deleted && (this.persistenceManager = await
|
3342
|
+
if (!this._deleted && (this.persistenceManager = await W.create(this, e), !this._deleted)) {
|
3343
3343
|
if (!((r = this._popupRedirectResolver) === null || r === void 0) && r._shouldInitProactively)
|
3344
3344
|
try {
|
3345
3345
|
await this._popupRedirectResolver._initialize(this);
|
@@ -3479,7 +3479,7 @@ class ji {
|
|
3479
3479
|
return this.tenantId === null ? this._projectPasswordPolicy : this._tenantPasswordPolicies[this.tenantId];
|
3480
3480
|
}
|
3481
3481
|
async _updatePasswordPolicy() {
|
3482
|
-
const e = await
|
3482
|
+
const e = await ji(this), t = new Wi(e);
|
3483
3483
|
this.tenantId === null ? this._projectPasswordPolicy = t : this._tenantPasswordPolicies[this.tenantId] = t;
|
3484
3484
|
}
|
3485
3485
|
_getPersistence() {
|
@@ -3543,7 +3543,7 @@ class ji {
|
|
3543
3543
|
this,
|
3544
3544
|
"argument-error"
|
3545
3545
|
/* AuthErrorCode.ARGUMENT_ERROR */
|
3546
|
-
), this.redirectPersistenceManager = await
|
3546
|
+
), this.redirectPersistenceManager = await W.create(
|
3547
3547
|
this,
|
3548
3548
|
[E(t._redirectPersistence)],
|
3549
3549
|
"redirectUser"
|
@@ -3705,16 +3705,16 @@ let qe = {
|
|
3705
3705
|
recaptchaEnterpriseScript: "",
|
3706
3706
|
gapiScript: ""
|
3707
3707
|
};
|
3708
|
-
function
|
3708
|
+
function Gi(n) {
|
3709
3709
|
qe = n;
|
3710
3710
|
}
|
3711
3711
|
function zi(n) {
|
3712
3712
|
return qe.loadJS(n);
|
3713
3713
|
}
|
3714
|
-
function
|
3714
|
+
function $i() {
|
3715
3715
|
return qe.gapiScript;
|
3716
3716
|
}
|
3717
|
-
function
|
3717
|
+
function Zi(n) {
|
3718
3718
|
return `__${n}${Math.floor(Math.random() * 1e6)}`;
|
3719
3719
|
}
|
3720
3720
|
/**
|
@@ -3860,7 +3860,7 @@ class bn {
|
|
3860
3860
|
* See the License for the specific language governing permissions and
|
3861
3861
|
* limitations under the License.
|
3862
3862
|
*/
|
3863
|
-
async function
|
3863
|
+
async function V(n, e) {
|
3864
3864
|
return sn(n, "POST", "/v1/accounts:signInWithIdp", ge(n, e));
|
3865
3865
|
}
|
3866
3866
|
/**
|
@@ -3914,7 +3914,7 @@ class U extends bn {
|
|
3914
3914
|
* @returns If the JSON input does not represent an {@link AuthCredential}, null is returned.
|
3915
3915
|
*/
|
3916
3916
|
static fromJSON(e) {
|
3917
|
-
const t = typeof e == "string" ? JSON.parse(e) : e, { providerId: r, signInMethod: i } = t, s =
|
3917
|
+
const t = typeof e == "string" ? JSON.parse(e) : e, { providerId: r, signInMethod: i } = t, s = Ze(t, ["providerId", "signInMethod"]);
|
3918
3918
|
if (!r || !i)
|
3919
3919
|
return null;
|
3920
3920
|
const o = new U(r, i);
|
@@ -3923,17 +3923,17 @@ class U extends bn {
|
|
3923
3923
|
/** @internal */
|
3924
3924
|
_getIdTokenResponse(e) {
|
3925
3925
|
const t = this.buildRequest();
|
3926
|
-
return
|
3926
|
+
return V(e, t);
|
3927
3927
|
}
|
3928
3928
|
/** @internal */
|
3929
3929
|
_linkToIdToken(e, t) {
|
3930
3930
|
const r = this.buildRequest();
|
3931
|
-
return r.idToken = t,
|
3931
|
+
return r.idToken = t, V(e, r);
|
3932
3932
|
}
|
3933
3933
|
/** @internal */
|
3934
3934
|
_getReauthenticationResolver(e) {
|
3935
3935
|
const t = this.buildRequest();
|
3936
|
-
return t.autoCreate = !1,
|
3936
|
+
return t.autoCreate = !1, V(e, t);
|
3937
3937
|
}
|
3938
3938
|
buildRequest() {
|
3939
3939
|
const e = {
|
@@ -4053,7 +4053,7 @@ class ne extends yn {
|
|
4053
4053
|
* See the License for the specific language governing permissions and
|
4054
4054
|
* limitations under the License.
|
4055
4055
|
*/
|
4056
|
-
class
|
4056
|
+
class S extends ne {
|
4057
4057
|
constructor() {
|
4058
4058
|
super(
|
4059
4059
|
"facebook.com"
|
@@ -4074,8 +4074,8 @@ class A extends ne {
|
|
4074
4074
|
*/
|
4075
4075
|
static credential(e) {
|
4076
4076
|
return U._fromParams({
|
4077
|
-
providerId:
|
4078
|
-
signInMethod:
|
4077
|
+
providerId: S.PROVIDER_ID,
|
4078
|
+
signInMethod: S.FACEBOOK_SIGN_IN_METHOD,
|
4079
4079
|
accessToken: e
|
4080
4080
|
});
|
4081
4081
|
}
|
@@ -4085,7 +4085,7 @@ class A extends ne {
|
|
4085
4085
|
* @param userCredential - The user credential.
|
4086
4086
|
*/
|
4087
4087
|
static credentialFromResult(e) {
|
4088
|
-
return
|
4088
|
+
return S.credentialFromTaggedObject(e);
|
4089
4089
|
}
|
4090
4090
|
/**
|
4091
4091
|
* Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
|
@@ -4094,20 +4094,20 @@ class A extends ne {
|
|
4094
4094
|
* @param userCredential - The user credential.
|
4095
4095
|
*/
|
4096
4096
|
static credentialFromError(e) {
|
4097
|
-
return
|
4097
|
+
return S.credentialFromTaggedObject(e.customData || {});
|
4098
4098
|
}
|
4099
4099
|
static credentialFromTaggedObject({ _tokenResponse: e }) {
|
4100
4100
|
if (!e || !("oauthAccessToken" in e) || !e.oauthAccessToken)
|
4101
4101
|
return null;
|
4102
4102
|
try {
|
4103
|
-
return
|
4103
|
+
return S.credential(e.oauthAccessToken);
|
4104
4104
|
} catch {
|
4105
4105
|
return null;
|
4106
4106
|
}
|
4107
4107
|
}
|
4108
4108
|
}
|
4109
|
-
|
4110
|
-
|
4109
|
+
S.FACEBOOK_SIGN_IN_METHOD = "facebook.com";
|
4110
|
+
S.PROVIDER_ID = "facebook.com";
|
4111
4111
|
/**
|
4112
4112
|
* @license
|
4113
4113
|
* Copyright 2020 Google LLC
|
@@ -4124,7 +4124,7 @@ A.PROVIDER_ID = "facebook.com";
|
|
4124
4124
|
* See the License for the specific language governing permissions and
|
4125
4125
|
* limitations under the License.
|
4126
4126
|
*/
|
4127
|
-
class
|
4127
|
+
class A extends ne {
|
4128
4128
|
constructor() {
|
4129
4129
|
super(
|
4130
4130
|
"google.com"
|
@@ -4146,8 +4146,8 @@ class S extends ne {
|
|
4146
4146
|
*/
|
4147
4147
|
static credential(e, t) {
|
4148
4148
|
return U._fromParams({
|
4149
|
-
providerId:
|
4150
|
-
signInMethod:
|
4149
|
+
providerId: A.PROVIDER_ID,
|
4150
|
+
signInMethod: A.GOOGLE_SIGN_IN_METHOD,
|
4151
4151
|
idToken: e,
|
4152
4152
|
accessToken: t
|
4153
4153
|
});
|
@@ -4158,7 +4158,7 @@ class S extends ne {
|
|
4158
4158
|
* @param userCredential - The user credential.
|
4159
4159
|
*/
|
4160
4160
|
static credentialFromResult(e) {
|
4161
|
-
return
|
4161
|
+
return A.credentialFromTaggedObject(e);
|
4162
4162
|
}
|
4163
4163
|
/**
|
4164
4164
|
* Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
|
@@ -4167,7 +4167,7 @@ class S extends ne {
|
|
4167
4167
|
* @param userCredential - The user credential.
|
4168
4168
|
*/
|
4169
4169
|
static credentialFromError(e) {
|
4170
|
-
return
|
4170
|
+
return A.credentialFromTaggedObject(e.customData || {});
|
4171
4171
|
}
|
4172
4172
|
static credentialFromTaggedObject({ _tokenResponse: e }) {
|
4173
4173
|
if (!e)
|
@@ -4176,14 +4176,14 @@ class S extends ne {
|
|
4176
4176
|
if (!t && !r)
|
4177
4177
|
return null;
|
4178
4178
|
try {
|
4179
|
-
return
|
4179
|
+
return A.credential(t, r);
|
4180
4180
|
} catch {
|
4181
4181
|
return null;
|
4182
4182
|
}
|
4183
4183
|
}
|
4184
4184
|
}
|
4185
|
-
|
4186
|
-
|
4185
|
+
A.GOOGLE_SIGN_IN_METHOD = "google.com";
|
4186
|
+
A.PROVIDER_ID = "google.com";
|
4187
4187
|
/**
|
4188
4188
|
* @license
|
4189
4189
|
* Copyright 2020 Google LLC
|
@@ -4969,7 +4969,7 @@ function hs(n) {
|
|
4969
4969
|
* See the License for the specific language governing permissions and
|
4970
4970
|
* limitations under the License.
|
4971
4971
|
*/
|
4972
|
-
function
|
4972
|
+
function Sn() {
|
4973
4973
|
return typeof g().WorkerGlobalScope < "u" && typeof g().importScripts == "function";
|
4974
4974
|
}
|
4975
4975
|
async function ps() {
|
@@ -4986,7 +4986,7 @@ function fs() {
|
|
4986
4986
|
return ((n = navigator == null ? void 0 : navigator.serviceWorker) === null || n === void 0 ? void 0 : n.controller) || null;
|
4987
4987
|
}
|
4988
4988
|
function ms() {
|
4989
|
-
return
|
4989
|
+
return Sn() ? self : null;
|
4990
4990
|
}
|
4991
4991
|
/**
|
4992
4992
|
* @license
|
@@ -5004,7 +5004,7 @@ function ms() {
|
|
5004
5004
|
* See the License for the specific language governing permissions and
|
5005
5005
|
* limitations under the License.
|
5006
5006
|
*/
|
5007
|
-
const
|
5007
|
+
const An = "firebaseLocalStorageDb", _s = 1, _e = "firebaseLocalStorage", On = "fbase_key";
|
5008
5008
|
class re {
|
5009
5009
|
constructor(e) {
|
5010
5010
|
this.request = e;
|
@@ -5023,11 +5023,11 @@ function be(n, e) {
|
|
5023
5023
|
return n.transaction([_e], e ? "readwrite" : "readonly").objectStore(_e);
|
5024
5024
|
}
|
5025
5025
|
function gs() {
|
5026
|
-
const n = indexedDB.deleteDatabase(
|
5026
|
+
const n = indexedDB.deleteDatabase(An);
|
5027
5027
|
return new re(n).toPromise();
|
5028
5028
|
}
|
5029
|
-
function
|
5030
|
-
const n = indexedDB.open(
|
5029
|
+
function He() {
|
5030
|
+
const n = indexedDB.open(An, _s);
|
5031
5031
|
return new Promise((e, t) => {
|
5032
5032
|
n.addEventListener("error", () => {
|
5033
5033
|
t(n.error);
|
@@ -5040,7 +5040,7 @@ function Ge() {
|
|
5040
5040
|
}
|
5041
5041
|
}), n.addEventListener("success", async () => {
|
5042
5042
|
const r = n.result;
|
5043
|
-
r.objectStoreNames.contains(_e) ? e(r) : (r.close(), await gs(), e(await
|
5043
|
+
r.objectStoreNames.contains(_e) ? e(r) : (r.close(), await gs(), e(await He()));
|
5044
5044
|
});
|
5045
5045
|
});
|
5046
5046
|
}
|
@@ -5055,7 +5055,7 @@ async function vs(n, e) {
|
|
5055
5055
|
const t = be(n, !1).get(e), r = await new re(t).toPromise();
|
5056
5056
|
return r === void 0 ? null : r.value;
|
5057
5057
|
}
|
5058
|
-
function
|
5058
|
+
function St(n, e) {
|
5059
5059
|
const t = be(n, !0).delete(e);
|
5060
5060
|
return new re(t).toPromise();
|
5061
5061
|
}
|
@@ -5067,7 +5067,7 @@ class Cn {
|
|
5067
5067
|
});
|
5068
5068
|
}
|
5069
5069
|
async _openDb() {
|
5070
|
-
return this.db ? this.db : (this.db = await
|
5070
|
+
return this.db ? this.db : (this.db = await He(), this.db);
|
5071
5071
|
}
|
5072
5072
|
async _withRetries(e) {
|
5073
5073
|
let t = 0;
|
@@ -5086,7 +5086,7 @@ class Cn {
|
|
5086
5086
|
* postMessage interface to send these events to the worker ourselves.
|
5087
5087
|
*/
|
5088
5088
|
async initializeServiceWorkerMessaging() {
|
5089
|
-
return
|
5089
|
+
return Sn() ? this.initializeReceiver() : this.initializeSender();
|
5090
5090
|
}
|
5091
5091
|
/**
|
5092
5092
|
* As the worker we should listen to events from the main window.
|
@@ -5148,8 +5148,8 @@ class Cn {
|
|
5148
5148
|
try {
|
5149
5149
|
if (!indexedDB)
|
5150
5150
|
return !1;
|
5151
|
-
const e = await
|
5152
|
-
return await kt(e, me, "1"), await
|
5151
|
+
const e = await He();
|
5152
|
+
return await kt(e, me, "1"), await St(e, me), !0;
|
5153
5153
|
} catch {
|
5154
5154
|
}
|
5155
5155
|
return !1;
|
@@ -5170,7 +5170,7 @@ class Cn {
|
|
5170
5170
|
return this.localCache[e] = t, t;
|
5171
5171
|
}
|
5172
5172
|
async _remove(e) {
|
5173
|
-
return this._withPendingWrite(async () => (await this._withRetries((t) =>
|
5173
|
+
return this._withPendingWrite(async () => (await this._withRetries((t) => St(t, e)), delete this.localCache[e], this.notifyServiceWorker(e)));
|
5174
5174
|
}
|
5175
5175
|
async _poll() {
|
5176
5176
|
const e = await this._withRetries((i) => {
|
@@ -5261,13 +5261,13 @@ class et extends bn {
|
|
5261
5261
|
), this.params = e;
|
5262
5262
|
}
|
5263
5263
|
_getIdTokenResponse(e) {
|
5264
|
-
return
|
5264
|
+
return V(e, this._buildIdpRequest());
|
5265
5265
|
}
|
5266
5266
|
_linkToIdToken(e, t) {
|
5267
|
-
return
|
5267
|
+
return V(e, this._buildIdpRequest(t));
|
5268
5268
|
}
|
5269
5269
|
_getReauthenticationResolver(e) {
|
5270
|
-
return
|
5270
|
+
return V(e, this._buildIdpRequest());
|
5271
5271
|
}
|
5272
5272
|
_buildIdpRequest(e) {
|
5273
5273
|
const t = {
|
@@ -5403,9 +5403,9 @@ class Nn {
|
|
5403
5403
|
* limitations under the License.
|
5404
5404
|
*/
|
5405
5405
|
const ks = new te(2e3, 1e4);
|
5406
|
-
class
|
5406
|
+
class x extends Nn {
|
5407
5407
|
constructor(e, t, r, i, s) {
|
5408
|
-
super(e, t, i, s), this.provider = r, this.authWindow = null, this.pollId = null,
|
5408
|
+
super(e, t, i, s), this.provider = r, this.authWindow = null, this.pollId = null, x.currentPopupAction && x.currentPopupAction.cancel(), x.currentPopupAction = this;
|
5409
5409
|
}
|
5410
5410
|
async executeNotNull() {
|
5411
5411
|
const e = await this.execute();
|
@@ -5447,7 +5447,7 @@ class V extends Nn {
|
|
5447
5447
|
));
|
5448
5448
|
}
|
5449
5449
|
cleanUp() {
|
5450
|
-
this.authWindow && this.authWindow.close(), this.pollId && window.clearTimeout(this.pollId), this.authWindow = null, this.pollId = null,
|
5450
|
+
this.authWindow && this.authWindow.close(), this.pollId && window.clearTimeout(this.pollId), this.authWindow = null, this.pollId = null, x.currentPopupAction = null;
|
5451
5451
|
}
|
5452
5452
|
pollUserCancellation() {
|
5453
5453
|
const e = () => {
|
@@ -5471,7 +5471,7 @@ class V extends Nn {
|
|
5471
5471
|
e();
|
5472
5472
|
}
|
5473
5473
|
}
|
5474
|
-
|
5474
|
+
x.currentPopupAction = null;
|
5475
5475
|
/**
|
5476
5476
|
* @license
|
5477
5477
|
* Copyright 2020 Google LLC
|
@@ -5488,8 +5488,8 @@ V.currentPopupAction = null;
|
|
5488
5488
|
* See the License for the specific language governing permissions and
|
5489
5489
|
* limitations under the License.
|
5490
5490
|
*/
|
5491
|
-
const
|
5492
|
-
class
|
5491
|
+
const Ss = "pendingRedirect", ae = /* @__PURE__ */ new Map();
|
5492
|
+
class As extends Nn {
|
5493
5493
|
constructor(e, t, r = !1) {
|
5494
5494
|
super(e, [
|
5495
5495
|
"signInViaRedirect",
|
@@ -5549,12 +5549,12 @@ function Ns(n) {
|
|
5549
5549
|
return E(n._redirectPersistence);
|
5550
5550
|
}
|
5551
5551
|
function Ds(n) {
|
5552
|
-
return oe(
|
5552
|
+
return oe(Ss, n.config.apiKey, n.name);
|
5553
5553
|
}
|
5554
5554
|
async function Ps(n, e, t = !1) {
|
5555
5555
|
if (I(n.app))
|
5556
5556
|
return Promise.reject(P(n));
|
5557
|
-
const r = ve(n), i = Es(r, e), o = await new
|
5557
|
+
const r = ve(n), i = Es(r, e), o = await new As(r, i, t).execute();
|
5558
5558
|
return o && !t && (delete o.user._redirectEventId, await r._persistUserIfCurrent(o.user), await r._setRedirectUser(null, e)), o;
|
5559
5559
|
}
|
5560
5560
|
/**
|
@@ -5605,13 +5605,13 @@ class Ls {
|
|
5605
5605
|
return t.filter.includes(e.type) && r;
|
5606
5606
|
}
|
5607
5607
|
hasEventBeenHandled(e) {
|
5608
|
-
return Date.now() - this.lastProcessedEventTime >= Ms && this.cachedEventUids.clear(), this.cachedEventUids.has(
|
5608
|
+
return Date.now() - this.lastProcessedEventTime >= Ms && this.cachedEventUids.clear(), this.cachedEventUids.has(At(e));
|
5609
5609
|
}
|
5610
5610
|
saveEventToCache(e) {
|
5611
|
-
this.cachedEventUids.add(
|
5611
|
+
this.cachedEventUids.add(At(e)), this.lastProcessedEventTime = Date.now();
|
5612
5612
|
}
|
5613
5613
|
}
|
5614
|
-
function
|
5614
|
+
function At(n) {
|
5615
5615
|
return [n.type, n.eventId, n.sessionId, n.tenantId].filter((e) => e).join("-");
|
5616
5616
|
}
|
5617
5617
|
function Dn({ type: n, error: e }) {
|
@@ -5646,7 +5646,7 @@ function Us(n) {
|
|
5646
5646
|
* limitations under the License.
|
5647
5647
|
*/
|
5648
5648
|
async function Bs(n, e = {}) {
|
5649
|
-
return
|
5649
|
+
return $(n, "GET", "/v1/projects", e);
|
5650
5650
|
}
|
5651
5651
|
/**
|
5652
5652
|
* @license
|
@@ -5664,14 +5664,14 @@ async function Bs(n, e = {}) {
|
|
5664
5664
|
* See the License for the specific language governing permissions and
|
5665
5665
|
* limitations under the License.
|
5666
5666
|
*/
|
5667
|
-
const Fs = /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/,
|
5668
|
-
async function
|
5667
|
+
const Fs = /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/, xs = /^https?/;
|
5668
|
+
async function js(n) {
|
5669
5669
|
if (n.config.emulator)
|
5670
5670
|
return;
|
5671
5671
|
const { authorizedDomains: e } = await Bs(n);
|
5672
5672
|
for (const t of e)
|
5673
5673
|
try {
|
5674
|
-
if (
|
5674
|
+
if (Hs(t))
|
5675
5675
|
return;
|
5676
5676
|
} catch {
|
5677
5677
|
}
|
@@ -5681,13 +5681,13 @@ async function Hs(n) {
|
|
5681
5681
|
/* AuthErrorCode.INVALID_ORIGIN */
|
5682
5682
|
);
|
5683
5683
|
}
|
5684
|
-
function
|
5685
|
-
const e =
|
5684
|
+
function Hs(n) {
|
5685
|
+
const e = xe(), { protocol: t, hostname: r } = new URL(e);
|
5686
5686
|
if (n.startsWith("chrome-extension://")) {
|
5687
5687
|
const o = new URL(n);
|
5688
5688
|
return o.hostname === "" && r === "" ? t === "chrome-extension:" && n.replace("chrome-extension://", "") === e.replace("chrome-extension://", "") : t === "chrome-extension:" && o.hostname === r;
|
5689
5689
|
}
|
5690
|
-
if (!
|
5690
|
+
if (!xs.test(t))
|
5691
5691
|
return !1;
|
5692
5692
|
if (Fs.test(n))
|
5693
5693
|
return r === n;
|
@@ -5710,7 +5710,7 @@ function Gs(n) {
|
|
5710
5710
|
* See the License for the specific language governing permissions and
|
5711
5711
|
* limitations under the License.
|
5712
5712
|
*/
|
5713
|
-
const
|
5713
|
+
const Ws = new te(3e4, 6e4);
|
5714
5714
|
function Ot() {
|
5715
5715
|
const n = g().___jsl;
|
5716
5716
|
if (n != null && n.H) {
|
@@ -5720,7 +5720,7 @@ function Ot() {
|
|
5720
5720
|
n.CP[t] = null;
|
5721
5721
|
}
|
5722
5722
|
}
|
5723
|
-
function
|
5723
|
+
function Vs(n) {
|
5724
5724
|
return new Promise((e, t) => {
|
5725
5725
|
var r, i, s;
|
5726
5726
|
function o() {
|
@@ -5735,7 +5735,7 @@ function js(n) {
|
|
5735
5735
|
/* AuthErrorCode.NETWORK_REQUEST_FAILED */
|
5736
5736
|
));
|
5737
5737
|
},
|
5738
|
-
timeout:
|
5738
|
+
timeout: Ws.get()
|
5739
5739
|
});
|
5740
5740
|
}
|
5741
5741
|
if (!((i = (r = g().gapi) === null || r === void 0 ? void 0 : r.iframes) === null || i === void 0) && i.Iframe)
|
@@ -5743,22 +5743,22 @@ function js(n) {
|
|
5743
5743
|
else if (!((s = g().gapi) === null || s === void 0) && s.load)
|
5744
5744
|
o();
|
5745
5745
|
else {
|
5746
|
-
const a =
|
5746
|
+
const a = Zi("iframefcb");
|
5747
5747
|
return g()[a] = () => {
|
5748
5748
|
gapi.load ? o() : t(_(
|
5749
5749
|
n,
|
5750
5750
|
"network-request-failed"
|
5751
5751
|
/* AuthErrorCode.NETWORK_REQUEST_FAILED */
|
5752
5752
|
));
|
5753
|
-
}, zi(`${
|
5753
|
+
}, zi(`${$i()}?onload=${a}`).catch((c) => t(c));
|
5754
5754
|
}
|
5755
5755
|
}).catch((e) => {
|
5756
5756
|
throw ce = null, e;
|
5757
5757
|
});
|
5758
5758
|
}
|
5759
5759
|
let ce = null;
|
5760
|
-
function
|
5761
|
-
return ce = ce ||
|
5760
|
+
function Gs(n) {
|
5761
|
+
return ce = ce || Vs(n), ce;
|
5762
5762
|
}
|
5763
5763
|
/**
|
5764
5764
|
* @license
|
@@ -5776,7 +5776,7 @@ function Ws(n) {
|
|
5776
5776
|
* See the License for the specific language governing permissions and
|
5777
5777
|
* limitations under the License.
|
5778
5778
|
*/
|
5779
|
-
const zs = new te(5e3, 15e3),
|
5779
|
+
const zs = new te(5e3, 15e3), $s = "__/auth/iframe", Zs = "emulator/auth/iframe", Js = {
|
5780
5780
|
style: {
|
5781
5781
|
position: "absolute",
|
5782
5782
|
top: "-100px",
|
@@ -5799,7 +5799,7 @@ function Ys(n) {
|
|
5799
5799
|
"auth-domain-config-required"
|
5800
5800
|
/* AuthErrorCode.MISSING_AUTH_DOMAIN */
|
5801
5801
|
);
|
5802
|
-
const t = e.emulator ? Xe(e,
|
5802
|
+
const t = e.emulator ? Xe(e, Zs) : `https://${n.config.authDomain}/${$s}`, r = {
|
5803
5803
|
apiKey: e.apiKey,
|
5804
5804
|
appName: n.name,
|
5805
5805
|
v: ee
|
@@ -5809,7 +5809,7 @@ function Ys(n) {
|
|
5809
5809
|
return s.length && (r.fw = s.join(",")), `${t}?${Q(r).slice(1)}`;
|
5810
5810
|
}
|
5811
5811
|
async function Ks(n) {
|
5812
|
-
const e = await
|
5812
|
+
const e = await Gs(n), t = g().gapi;
|
5813
5813
|
return d(
|
5814
5814
|
t,
|
5815
5815
|
n,
|
@@ -5989,12 +5989,12 @@ class lo {
|
|
5989
5989
|
async _openPopup(e, t, r, i) {
|
5990
5990
|
var s;
|
5991
5991
|
R((s = this.eventManagers[e._key()]) === null || s === void 0 ? void 0 : s.manager, "_initialize() not called before _openPopup()");
|
5992
|
-
const o = await Nt(e, t, r,
|
5992
|
+
const o = await Nt(e, t, r, xe(), i);
|
5993
5993
|
return ro(e, o, Qe());
|
5994
5994
|
}
|
5995
5995
|
async _openRedirect(e, t, r, i) {
|
5996
5996
|
await this._originValidation(e);
|
5997
|
-
const s = await Nt(e, t, r,
|
5997
|
+
const s = await Nt(e, t, r, xe(), i);
|
5998
5998
|
return hs(s), new Promise(() => {
|
5999
5999
|
});
|
6000
6000
|
}
|
@@ -6034,7 +6034,7 @@ class lo {
|
|
6034
6034
|
}
|
6035
6035
|
_originValidation(e) {
|
6036
6036
|
const t = e._key();
|
6037
|
-
return this.originValidationPromises[t] || (this.originValidationPromises[t] =
|
6037
|
+
return this.originValidationPromises[t] || (this.originValidationPromises[t] = js(e)), this.originValidationPromises[t];
|
6038
6038
|
}
|
6039
6039
|
get _shouldInitProactively() {
|
6040
6040
|
return gn() || un() || Ke();
|
@@ -6126,7 +6126,7 @@ function po(n) {
|
|
6126
6126
|
}
|
6127
6127
|
}
|
6128
6128
|
function fo(n) {
|
6129
|
-
X(new
|
6129
|
+
X(new G(
|
6130
6130
|
"auth",
|
6131
6131
|
(e, { options: t }) => {
|
6132
6132
|
const r = e.getProvider("app").getImmediate(), i = e.getProvider("heartbeat"), s = e.getProvider("app-check-internal"), { apiKey: o, authDomain: a } = r.options;
|
@@ -6139,7 +6139,7 @@ function fo(n) {
|
|
6139
6139
|
tokenApiHost: "securetoken.googleapis.com",
|
6140
6140
|
apiScheme: "https",
|
6141
6141
|
sdkClientVersion: vn(n)
|
6142
|
-
}, l = new
|
6142
|
+
}, l = new Vi(r, i, s, c);
|
6143
6143
|
return Xi(l, t), l;
|
6144
6144
|
},
|
6145
6145
|
"PUBLIC"
|
@@ -6152,7 +6152,7 @@ function fo(n) {
|
|
6152
6152
|
"auth-internal"
|
6153
6153
|
/* _ComponentName.AUTH_INTERNAL */
|
6154
6154
|
).initialize();
|
6155
|
-
})), X(new
|
6155
|
+
})), X(new G(
|
6156
6156
|
"auth-internal",
|
6157
6157
|
(e) => {
|
6158
6158
|
const t = ve(e.getProvider(
|
@@ -6166,7 +6166,7 @@ function fo(n) {
|
|
6166
6166
|
).setInstantiationMode(
|
6167
6167
|
"EXPLICIT"
|
6168
6168
|
/* InstantiationMode.EXPLICIT */
|
6169
|
-
)),
|
6169
|
+
)), j(Dt, Pt, po(n)), j(Dt, Pt, "esm2017");
|
6170
6170
|
}
|
6171
6171
|
/**
|
6172
6172
|
* @license
|
@@ -6217,14 +6217,14 @@ function vo(n = li()) {
|
|
6217
6217
|
os(t, o, () => o(t.currentUser)), ss(t, (a) => o(a));
|
6218
6218
|
}
|
6219
6219
|
}
|
6220
|
-
const i =
|
6220
|
+
const i = Vt("auth");
|
6221
6221
|
return i && Yi(t, `http://${i}`), t;
|
6222
6222
|
}
|
6223
6223
|
function Io() {
|
6224
6224
|
var n, e;
|
6225
6225
|
return (e = (n = document.getElementsByTagName("head")) === null || n === void 0 ? void 0 : n[0]) !== null && e !== void 0 ? e : document;
|
6226
6226
|
}
|
6227
|
-
|
6227
|
+
Gi({
|
6228
6228
|
loadJS(n) {
|
6229
6229
|
return new Promise((e, t) => {
|
6230
6230
|
const r = document.createElement("script");
|
@@ -6247,7 +6247,7 @@ fo(
|
|
6247
6247
|
);
|
6248
6248
|
const bo = Ln({
|
6249
6249
|
history: Un(),
|
6250
|
-
routes: [...
|
6250
|
+
routes: [...Ge, ...Ve]
|
6251
6251
|
});
|
6252
6252
|
let De, Pe;
|
6253
6253
|
bo.beforeEach(async (n) => {
|
@@ -6257,20 +6257,20 @@ bo.beforeEach(async (n) => {
|
|
6257
6257
|
currentBusiness: r,
|
6258
6258
|
readRestaurants: i,
|
6259
6259
|
changeRestaurant: s
|
6260
|
-
} =
|
6260
|
+
} = We();
|
6261
6261
|
return n.name.startsWith("mf-payment-admin") ? e.value ? !0 : (De || (De = new Promise((o) => {
|
6262
|
-
const a =
|
6262
|
+
const a = Z(e, (c) => {
|
6263
6263
|
var l;
|
6264
6264
|
c && (a(), o(((l = e.value) == null ? void 0 : l.isInternal) ?? !1));
|
6265
6265
|
});
|
6266
6266
|
})), De) : !r.value || !t.value ? (Pe || (Pe = Promise.all([
|
6267
6267
|
new Promise(async (o) => {
|
6268
|
-
const a =
|
6268
|
+
const a = Z(r, (c) => {
|
6269
6269
|
c && (a(), o(!0));
|
6270
6270
|
});
|
6271
6271
|
}),
|
6272
6272
|
new Promise(async (o) => {
|
6273
|
-
const a =
|
6273
|
+
const a = Z(t, (l) => {
|
6274
6274
|
l && (a(), o(!0));
|
6275
6275
|
}), c = await i();
|
6276
6276
|
await s(c == null ? void 0 : c.at(0));
|
@@ -6280,12 +6280,12 @@ bo.beforeEach(async (n) => {
|
|
6280
6280
|
const yo = /* @__PURE__ */ Ut({
|
6281
6281
|
__name: "AppSidebar",
|
6282
6282
|
setup(n) {
|
6283
|
-
const e =
|
6284
|
-
|
6283
|
+
const e = We(), t = Bn(), r = Fn(t.currentRoute.value.name);
|
6284
|
+
Z(t.currentRoute, () => {
|
6285
6285
|
let a = t.currentRoute.value.name;
|
6286
6286
|
t.currentRoute.value.meta.parent && (a = t.currentRoute.value.meta.parent), r.value = a;
|
6287
6287
|
});
|
6288
|
-
const i =
|
6288
|
+
const i = Ge.map((a) => {
|
6289
6289
|
var c;
|
6290
6290
|
if ((c = a.meta) != null && c.sidebarDisplay)
|
6291
6291
|
return {
|
@@ -6296,7 +6296,7 @@ const yo = /* @__PURE__ */ Ut({
|
|
6296
6296
|
return t.push({ name: a.name });
|
6297
6297
|
}
|
6298
6298
|
};
|
6299
|
-
}).filter((a) => !!a), s =
|
6299
|
+
}).filter((a) => !!a), s = Ve.map((a) => {
|
6300
6300
|
var c;
|
6301
6301
|
if ((c = a.meta) != null && c.sidebarDisplay)
|
6302
6302
|
return {
|
@@ -6323,7 +6323,7 @@ const yo = /* @__PURE__ */ Ut({
|
|
6323
6323
|
});
|
6324
6324
|
return (a, c) => {
|
6325
6325
|
const l = Bt("FmCollapsibleTabs");
|
6326
|
-
return Ft(),
|
6326
|
+
return Ft(), xt(l, {
|
6327
6327
|
modelValue: r.value,
|
6328
6328
|
"onUpdate:modelValue": c[0] || (c[0] = (u) => r.value = u),
|
6329
6329
|
items: o.value,
|
@@ -6332,42 +6332,42 @@ const yo = /* @__PURE__ */ Ut({
|
|
6332
6332
|
};
|
6333
6333
|
}
|
6334
6334
|
});
|
6335
|
-
var Eo = { authClientId: "
|
6335
|
+
var Eo = { authClientId: "d5f8840d63dbb758b6c4ee2a5e8b013d15dd25e242c457481326062b83962476", googleMap: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", firebase: { apiKey: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", authDomain: "feedme-253402.firebaseapp.com", databaseURL: "https://feedme-253402.firebaseio.com", projectId: "feedme-253402", storageBucket: "image.feedme.cc", messagingSenderId: "128512026847", appId: "1:128512026847:web:7c5c8ab7e8b90502dc616a", measurementId: "G-LTKS7N2HQS" }, assetBucketUrl: "static.feedme.cc" };
|
6336
6336
|
const Oo = /* @__PURE__ */ Ut({
|
6337
6337
|
__name: "App",
|
6338
6338
|
setup(n) {
|
6339
|
-
const { state: e } =
|
6339
|
+
const { state: e } = Wn(), t = We(), r = Yt(Eo.firebase);
|
6340
6340
|
async function i() {
|
6341
6341
|
const s = t.sessionUser.value;
|
6342
6342
|
if (!s || !s.token) return;
|
6343
6343
|
const o = await s.getCustomToken(), a = vo(r);
|
6344
6344
|
await is(a, o);
|
6345
6345
|
}
|
6346
|
-
return i(),
|
6346
|
+
return i(), Z(t.sessionUser, i), xn(() => {
|
6347
6347
|
e.isIframe && parent.postMessage({ event: "ready" }, "*");
|
6348
|
-
}),
|
6348
|
+
}), jn(() => {
|
6349
6349
|
t.registerSidebarComponent(yo);
|
6350
6350
|
}), (s, o) => {
|
6351
6351
|
const a = Bt("RouterView");
|
6352
|
-
return Ft(),
|
6352
|
+
return Ft(), xt(a);
|
6353
6353
|
};
|
6354
6354
|
}
|
6355
6355
|
}), Co = [
|
6356
|
-
...
|
6357
|
-
...
|
6356
|
+
...Ve,
|
6357
|
+
...Ge
|
6358
6358
|
];
|
6359
6359
|
export {
|
6360
|
-
|
6360
|
+
G as C,
|
6361
6361
|
M as F,
|
6362
6362
|
ee as S,
|
6363
6363
|
X as _,
|
6364
6364
|
Xt as a,
|
6365
|
-
|
6365
|
+
So as b,
|
6366
6366
|
li as c,
|
6367
|
-
|
6367
|
+
Ao as d,
|
6368
6368
|
gt as e,
|
6369
6369
|
Co as f,
|
6370
6370
|
z as g,
|
6371
6371
|
Oo as h,
|
6372
|
-
|
6372
|
+
j as r
|
6373
6373
|
};
|