@feedmepos/mf-payment 1.1.20 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Forbidden-Dqw0MqyC.js +37 -0
- package/dist/{PayoutAccount-B50mbpXa.js → PayoutAccount-BvU23xuM.js} +126 -126
- package/dist/{PayoutAccount-ChnMSqoz.js → PayoutAccount-CLJp9Jyn.js} +6 -6
- package/dist/{PayoutAccountSetting-CYflBcUv.js → PayoutAccountSetting-DjrQRJDm.js} +3 -3
- package/dist/{Restaurant-Ddo7QfJv.js → Restaurant-C962cqyn.js} +4 -4
- package/dist/{RestaurantSetting-C_5OjEo4.js → RestaurantSetting-C2zHT9N3.js} +3 -3
- package/dist/{Settlement-DDZ6ll4r.js → Settlement-BHHc5YoF.js} +3 -3
- package/dist/{Settlement-DxMP0Iu2.js → Settlement-BZuKvRaG.js} +3 -3
- package/dist/{SettlementTransactions-4Z1eNypN.js → SettlementTransactions-T_NueCUi.js} +3 -3
- package/dist/{SettlementTransactions-VinJ6fUK.js → SettlementTransactions-zqQOlNmL.js} +3 -3
- package/dist/{Terminal-msh6w52E.js → Terminal-DEndcR6q.js} +94 -94
- package/dist/{TerminalSetting-B56NaLJG.js → TerminalSetting-Y11VutPg.js} +3 -3
- package/dist/{Transaction-BFEc8CE5.js → Transaction-BMh7HeF-.js} +143 -143
- package/dist/{Transaction-CJ6tkVm7.js → Transaction-CKHYz4EJ.js} +7 -7
- package/dist/{TransactionOld-CQCjIj-y.js → TransactionOld-CBu3JNau.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-Be5X-POy.js → TransactionTable.vue_vue_type_script_setup_true_lang-Bm6pV5Ps.js} +75 -71
- package/dist/{app-BMjpPKrE.js → app-BpdRZpkd.js} +213 -195
- package/dist/app.js +1 -1
- package/dist/{assets-uU5K-t3w.js → assets-CiNHrDU0.js} +25 -22
- package/dist/{grafana-jZIQEb-4.js → grafana-D4sIBgS0.js} +8 -8
- package/dist/{index-CeqaPQxS.js → index-B9Q6VJh7.js} +10 -7
- package/dist/{index-Ci5Z345g.js → index-C2ZxjTVN.js} +1 -1
- package/dist/{index-CWuISLUP.js → index-CJL2mrrn.js} +2 -2
- package/dist/{index-Db8vOED3.js → index-CtGB8IE0.js} +1 -1
- package/dist/{index-4jxBEYP_.js → index-CtH76apJ.js} +1 -1
- package/dist/{index-C2icSInW.js → index-CuBlZneL.js} +1 -1
- package/dist/{index-sQgEmNx9.js → index-D7YmrmZF.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-D8jBmVoN.js → index.vue_vue_type_script_setup_true_lang-C5YwGnbl.js} +19 -19
- package/dist/model/transaction.d.ts +2 -0
- package/dist/package.json +1 -1
- package/dist/{payout-account-CQou3k40.js → payout-account-DoiqVkOg.js} +3 -3
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/Forbidden.vue.d.ts +2 -0
- package/package.json +1 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
import { createRouter as Ln, createWebHistory as Un, useRouter as Bn, useRoute as xn } from "vue-router";
|
2
|
-
import { computed as Lt, watch as Z, defineComponent as Ut, ref as Fn, resolveComponent as Bt, openBlock as xt, createBlock as Ft, h as Hn, onMounted as Wn, onBeforeMount as
|
3
|
-
import { useCoreStore as
|
2
|
+
import { computed as Lt, watch as Z, defineComponent as Ut, ref as Fn, resolveComponent as Bt, openBlock as xt, createBlock as Ft, h as Hn, onMounted as Wn, onBeforeMount as Vn, unref as jn } from "vue";
|
3
|
+
import { useCoreStore as je, useI18n as Gn } from "@feedmepos/mf-common";
|
4
4
|
import { defineStore as zn } from "pinia";
|
5
5
|
import { components as $n } from "@feedmepos/ui-library";
|
6
6
|
const Zn = {
|
@@ -309,7 +309,7 @@ const Zn = {
|
|
309
309
|
sidebarDisplay: "Restaurants",
|
310
310
|
section: "payment-gateway"
|
311
311
|
},
|
312
|
-
component: () => import("./Restaurant-
|
312
|
+
component: () => import("./Restaurant-C962cqyn.js")
|
313
313
|
},
|
314
314
|
{
|
315
315
|
path: "/admin/restaurants/:restaurantId",
|
@@ -318,7 +318,7 @@ const Zn = {
|
|
318
318
|
meta: {
|
319
319
|
parent: "mf-payment-admin.restaurant"
|
320
320
|
},
|
321
|
-
component: () => import("./RestaurantSetting-
|
321
|
+
component: () => import("./RestaurantSetting-C2zHT9N3.js")
|
322
322
|
},
|
323
323
|
{
|
324
324
|
path: "/admin/payout-accounts",
|
@@ -327,7 +327,7 @@ const Zn = {
|
|
327
327
|
sidebarDisplay: "Payout Accounts",
|
328
328
|
section: "payment-gateway"
|
329
329
|
},
|
330
|
-
component: () => import("./PayoutAccount-
|
330
|
+
component: () => import("./PayoutAccount-CLJp9Jyn.js")
|
331
331
|
},
|
332
332
|
{
|
333
333
|
path: "/admin/payout-accounts/:accountId",
|
@@ -336,7 +336,7 @@ const Zn = {
|
|
336
336
|
meta: {
|
337
337
|
parent: "mf-payment-admin.payout-account"
|
338
338
|
},
|
339
|
-
component: () => import("./PayoutAccountSetting-
|
339
|
+
component: () => import("./PayoutAccountSetting-DjrQRJDm.js")
|
340
340
|
},
|
341
341
|
{
|
342
342
|
path: "/admin/terminal/pos",
|
@@ -345,7 +345,7 @@ const Zn = {
|
|
345
345
|
sidebarDisplay: "POS",
|
346
346
|
section: "device"
|
347
347
|
},
|
348
|
-
component: () => import("./Terminal-
|
348
|
+
component: () => import("./Terminal-DEndcR6q.js"),
|
349
349
|
props: {
|
350
350
|
type: "POS"
|
351
351
|
}
|
@@ -357,7 +357,7 @@ const Zn = {
|
|
357
357
|
sidebarDisplay: "Kiosks",
|
358
358
|
section: "device"
|
359
359
|
},
|
360
|
-
component: () => import("./Terminal-
|
360
|
+
component: () => import("./Terminal-DEndcR6q.js"),
|
361
361
|
props: {
|
362
362
|
type: "KIOSK"
|
363
363
|
}
|
@@ -369,7 +369,7 @@ const Zn = {
|
|
369
369
|
sidebarDisplay: "Terminals",
|
370
370
|
section: "device"
|
371
371
|
},
|
372
|
-
component: () => import("./Terminal-
|
372
|
+
component: () => import("./Terminal-DEndcR6q.js"),
|
373
373
|
props: {
|
374
374
|
type: "TERMINAL"
|
375
375
|
}
|
@@ -381,7 +381,7 @@ const Zn = {
|
|
381
381
|
meta: {
|
382
382
|
parent: "mf-payment-admin.pos"
|
383
383
|
},
|
384
|
-
component: () => import("./TerminalSetting-
|
384
|
+
component: () => import("./TerminalSetting-Y11VutPg.js")
|
385
385
|
},
|
386
386
|
{
|
387
387
|
path: "/admin/terminal/kiosk/:terminalId",
|
@@ -390,7 +390,7 @@ const Zn = {
|
|
390
390
|
meta: {
|
391
391
|
parent: "mf-payment-admin.kiosk"
|
392
392
|
},
|
393
|
-
component: () => import("./TerminalSetting-
|
393
|
+
component: () => import("./TerminalSetting-Y11VutPg.js")
|
394
394
|
},
|
395
395
|
{
|
396
396
|
path: "/admin/terminal/terminal/:terminalId",
|
@@ -399,7 +399,7 @@ const Zn = {
|
|
399
399
|
meta: {
|
400
400
|
parent: "mf-payment-admin.terminal"
|
401
401
|
},
|
402
|
-
component: () => import("./TerminalSetting-
|
402
|
+
component: () => import("./TerminalSetting-Y11VutPg.js")
|
403
403
|
},
|
404
404
|
{
|
405
405
|
path: "/admin/transaction",
|
@@ -407,7 +407,7 @@ const Zn = {
|
|
407
407
|
meta: {
|
408
408
|
sidebarDisplay: "Transactions"
|
409
409
|
},
|
410
|
-
component: () => import("./Transaction-
|
410
|
+
component: () => import("./Transaction-BMh7HeF-.js")
|
411
411
|
},
|
412
412
|
{
|
413
413
|
path: "/admin/settlement",
|
@@ -415,7 +415,7 @@ const Zn = {
|
|
415
415
|
meta: {
|
416
416
|
sidebarDisplay: "Settlements"
|
417
417
|
},
|
418
|
-
component: () => import("./Settlement-
|
418
|
+
component: () => import("./Settlement-BHHc5YoF.js")
|
419
419
|
},
|
420
420
|
{
|
421
421
|
path: "/admin/settlement/:settlementId",
|
@@ -424,7 +424,7 @@ const Zn = {
|
|
424
424
|
meta: {
|
425
425
|
parent: "mf-payment-admin.settlement"
|
426
426
|
},
|
427
|
-
component: () => import("./SettlementTransactions-
|
427
|
+
component: () => import("./SettlementTransactions-zqQOlNmL.js")
|
428
428
|
}
|
429
429
|
], Ge = [
|
430
430
|
{
|
@@ -434,7 +434,7 @@ const Zn = {
|
|
434
434
|
{
|
435
435
|
path: "/payout-account",
|
436
436
|
name: "mf-payment-payout-account",
|
437
|
-
component: () => import("./PayoutAccount-
|
437
|
+
component: () => import("./PayoutAccount-BvU23xuM.js"),
|
438
438
|
meta: {
|
439
439
|
sidebarDisplay: "i18n:payment.routes.payout_account"
|
440
440
|
}
|
@@ -442,7 +442,7 @@ const Zn = {
|
|
442
442
|
{
|
443
443
|
path: "/transaction-old",
|
444
444
|
name: "mf-payment-old-transaction",
|
445
|
-
component: () => import("./TransactionOld-
|
445
|
+
component: () => import("./TransactionOld-CBu3JNau.js"),
|
446
446
|
meta: {
|
447
447
|
sidebarDisplay: "i18n:payment.routes.transaction"
|
448
448
|
}
|
@@ -450,7 +450,7 @@ const Zn = {
|
|
450
450
|
{
|
451
451
|
path: "/transaction",
|
452
452
|
name: "mf-payment-transaction",
|
453
|
-
component: () => import("./Transaction-
|
453
|
+
component: () => import("./Transaction-CKHYz4EJ.js"),
|
454
454
|
meta: {
|
455
455
|
sidebarDisplay: "i18n:payment.routes.transaction-new",
|
456
456
|
sidebarNew: !0
|
@@ -459,7 +459,7 @@ const Zn = {
|
|
459
459
|
{
|
460
460
|
path: "/settlement",
|
461
461
|
name: "mf-payment-settlement",
|
462
|
-
component: () => import("./Settlement-
|
462
|
+
component: () => import("./Settlement-BZuKvRaG.js"),
|
463
463
|
meta: {
|
464
464
|
sidebarDisplay: "i18n:payment.routes.settlement"
|
465
465
|
}
|
@@ -468,7 +468,7 @@ const Zn = {
|
|
468
468
|
path: "/settlement/:settlementId",
|
469
469
|
name: "mf-payment-settlement-transaction",
|
470
470
|
props: !0,
|
471
|
-
component: () => import("./SettlementTransactions-
|
471
|
+
component: () => import("./SettlementTransactions-T_NueCUi.js"),
|
472
472
|
meta: {
|
473
473
|
parent: "mf-payment-settlement"
|
474
474
|
}
|
@@ -485,7 +485,7 @@ const Zn = {
|
|
485
485
|
init: t
|
486
486
|
};
|
487
487
|
});
|
488
|
-
var ot = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_d38c551e-1e02-48cd-b0b7-e02fe180f9fd", npm_package_devDependencies_ts_node: "^10.9.1", npm_package_dependencies_zod: "^3.23.8", npm_package_dependencies_dinero_js: "^1.9.1", 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.15.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_d38c551e-1e02-48cd-b0b7-e02fe180f9fd", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.15.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_vaGMUA3WlTG5BFcahNXzg31xQPFadm4erQZV", 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", NODE_OPTIONS: "--max-old-space-size=4096", GRADLE_HOME: "/usr/share/gradle-8.14", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/28.1.13356709", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_package_dependencies__feedmepos_mf_common: "^1.11.6", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_package_devDependencies__types_file_saver: "^2.0.5", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "1746", npm_package_dependencies_moment: "^2.29.4", npm_package_dependencies_dotenv: "^16.0.3", npm_package_dependencies__feedmepos_ui_library: "^1.3.9", npm_package_scripts_postinstall: "yarn --cwd .. && yarn --cwd ../package/common && yarn --cwd ../package/entity", npm_config_feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_description: 'Development always based on production and add "-beta.version" in behind. Every deployment from development to production will increment based on semantic versioninig.', npm_package_devDependencies_typescript: "~5.4.0", npm_package_devDependencies_tailwindcss: "^3.4.14", npm_package_dependencies_i18next: "^21.8.8", npm_package_dependencies__casl_ability: "^3.2.0", npm_package_scripts_build_only_dev: "yarn build:mf:dev && yarn build:dts && yarn build-types && cp package.json ./dist", NVM_DIR: "/home/runner/.nvm", npm_package_readmeFilename: "README.md", npm_package_devDependencies_vue_tsc: "^2.0.11", npm_package_devDependencies__babel_preset_env: "^7.22.10", npm_package_dependencies_xlsx: "^0.18.5", npm_package_dependencies_google_maps: "^4.3.3", npm_package_scripts_build_only_prod: "yarn build:mf:prod && yarn build:dts && yarn build-types && cp package.json ./dist", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20250511.1.0", npm_package_dependencies_i18next_vue: "^2.0.0-beta.0", npm_package_scripts_dev: "vite --mode dev", LOGNAME: "runner", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_scripts_prod: "vite --mode prod", npm_package_type: "module", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.9/x64", JOURNAL_STREAM: "9:11755", 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", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure", npm_package_devDependencies__types_uuid: "^8.3.4", npm_package_scripts_lint: "eslint --ext .ts,vue --ignore-path .gitignore . --fix", npm_config_registry: "https://registry.yarnpkg.com", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", GITHUB_RUN_ID: "15247309707", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "095172e35b9041db24bdabc3dc2ea78b5ae7c361", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", npm_package_exports___import: "./dist/app.js", npm_config_ignore_scripts: "", GITHUB_WORKFLOW_REF: "feedmepos/payment-service/.github/workflows/payment-mf-portal-prod.yaml@refs/heads/main", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikh5cTROQVRBanNucUM3bWRydEFoaHJDUjJfUSJ9.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6N2MwNDUzNjYtOTZkOC00ZDQyLWFjYjgtZmYzZjkzMThmOGI3OmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xNTcxIERpc3RyaWJ1dGVkVGFzay5HZW5lcmF0ZUlkVG9rZW46N2MwNDUzNjYtOTZkOC00ZDQyLWFjYjgtZmYzZjkzMThmOGI3OmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBMb2NhdGlvblNlcnZpY2UuQ29ubmVjdCBSZWFkQW5kVXBkYXRlQnVpbGRCeVVyaTowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xNTcxIiwiSWRlbnRpdHlUeXBlQ2xhaW0iOiJTeXN0ZW06U2VydmljZUlkZW50aXR5IiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvc2lkIjoiREREREREREQtRERERC1ERERELUREREQtREREREREREREREREIiwiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9wcmltYXJ5c2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiYXVpIjoiYzliZTNlNjMtZjljZi00YTU0LWI5MDgtZjU5YTM2ZjVhODI3Iiwic2lkIjoiYzUyNTQxNzctZmNmMS00ZGMyLTljZjYtNDJmNjgzNTY1ODRmIiwiYWMiOiJbe1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwiUGVybWlzc2lvblwiOjN9XSIsImFjc2wiOiIxMCIsIm9pZGNfZXh0cmEiOiJ7XCJyZWZcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwic2hhXCI6XCIwOTUxNzJlMzViOTA0MWRiMjRiZGFiYzNkYzJlYTc4YjVhZTdjMzYxXCIsXCJyZXBvc2l0b3J5XCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJydW5faWRcIjpcIjE1MjQ3MzA5NzA3XCIsXCJydW5fbnVtYmVyXCI6XCI2MFwiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiNjkwOTc5MjYwXCIsXCJhY3Rvcl9pZFwiOlwiMTU2NzQxMDdcIixcImFjdG9yXCI6XCJPc2thbmcwOVwiLFwid29ya2Zsb3dcIjpcInBheW1lbnQtbWYtcG9ydGFsLXByb2RcIixcImhlYWRfcmVmXCI6XCJcIixcImJhc2VfcmVmXCI6XCJcIixcImV2ZW50X25hbWVcIjpcInB1c2hcIixcInJlZl9wcm90ZWN0ZWRcIjpcImZhbHNlXCIsXCJyZWZfdHlwZVwiOlwiYnJhbmNoXCIsXCJ3b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9wYXltZW50LXNlcnZpY2UvLmdpdGh1Yi93b3JrZmxvd3MvcGF5bWVudC1tZi1wb3J0YWwtcHJvZC55YW1sQHJlZnMvaGVhZHMvbWFpblwiLFwid29ya2Zsb3dfc2hhXCI6XCIwOTUxNzJlMzViOTA0MWRiMjRiZGFiYzNkYzJlYTc4YjVhZTdjMzYxXCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3BheW1lbnQtbWYtcG9ydGFsLXByb2QueWFtbEByZWZzL2hlYWRzL21haW5cIixcImpvYl93b3JrZmxvd19zaGFcIjpcIjA5NTE3MmUzNWI5MDQxZGIyNGJkYWJjM2RjMmVhNzhiNWFlN2MzNjFcIixcInJ1bm5lcl9lbnZpcm9ubWVudFwiOlwiZ2l0aHViLWhvc3RlZFwifSIsIm9pZGNfc3ViIjoicmVwbzpmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlOnJlZjpyZWZzL2hlYWRzL21haW4iLCJvcmNoaWQiOiI3YzA0NTM2Ni05NmQ4LTRkNDItYWNiOC1mZjNmOTMxOGY4YjcuZGVwbG95Ll9fZGVmYXVsdCIsImlzcyI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJhdWQiOiJ2c3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tfHZzbzo3ZTY0NTJjNS1mYzJlLTRhZDUtYjY3My0yOWU5MGNmNzNkZDgiLCJuYmYiOjE3NDgyMzgzODksImV4cCI6MTc0ODI2MTE4OX0.iJERgLZUDmcWT69VP-ytLwZCkAX-YcZqBbTOfGpD76xRzmMSCP6-_PHpcnNNWGYf_-TjfgBxv05HegLpNEsKBhoyob0pZCYm8DRHAlzCrevuPWuM9-_sPN0EZS8UgANi_cUFTeOiFQyxI2sGOAon0-h-uowKxNu9ZufI0-3z5QAPlnghn_QCJwmgAK_VJ9d_TUqyyG0PpJa03gZy32MzDnP8Zh9uqVTNRWh3ohTINU4Om4Wpy4QtllgICKOf6wGcMSqffk-xfZ_OM2sElUoRlJocCIl5jItPt7beJ3-xFFngiYG3nx35onNlkFOTqdrWlndbAVkl5lsvD2-g8ZY0Kg", GITHUB_ACTION_REPOSITORY: "", ENABLE_RUNNER_TRACING: "true", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1748239044328-0.9524298137811882:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.15.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1748239044146-0.18213903661392616:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.15.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1748239043964-0.7670764440855786:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.15.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.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.15.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_bfe91889-5219-4d28-be09-2ed9163fe5f3", INVOCATION_ID: "2a8c3ef3acbb4fe7aac5068064afc4d9", 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: "60", 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 271", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "main", GITHUB_REPOSITORY: "feedmepos/payment-service", 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", 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", SHELL: "/bin/bash", GITHUB_REPOSITORY_ID: "690979260", GITHUB_ACTIONS: "true", 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.1.20", 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_package_dependencies_vue_i18n: "10.0.5", npm_config__feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_WORKSPACE: "/home/runner/work/payment-service/payment-service", ACCEPT_EULA: "Y", GITHUB_JOB: "deploy", GITHUB_SHA: "095172e35b9041db24bdabc3dc2ea78b5ae7c361", GITHUB_RUN_ATTEMPT: "1", 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", npm_package_devDependencies_path: "^0.12.7", npm_package_dependencies_jszip: "^3.10.1", npm_package_dependencies_jsurl: "^0.1.5", npm_package_dependencies_firebase: "^10.14.0", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_d38c551e-1e02-48cd-b0b7-e02fe180f9fd", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/payment-service/payment-service/mf-portal", GITHUB_ACTOR_ID: "15674107", RUNNER_WORKSPACE: "/home/runner/work/payment-service", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", 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/7c045366-96d8-4d42-acb8-ff3f9318f8b7/jobs/e07742bd-189a-5079-918b-43f8b2f94b89/idtoken?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_d38c551e-1e02-48cd-b0b7-e02fe180f9fd", npm_package_dependencies_qrcode_vue: "^3.6.0", npm_package_exports___types: "./dist/app.d.ts", EDGEWEBDRIVER: "/usr/local/share/edge_driver", 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_i18next_http_backend: "^1.4.1", npm_package_dependencies_rasterizehtml: "^1.3.1", npm_package_scripts_preview: "vite preview", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", 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_d38c551e-1e02-48cd-b0b7-e02fe180f9fd", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.1.2", 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" };
|
488
|
+
var ot = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_05d3b7c2-4b79-44d9-b23f-a11041625276", npm_package_devDependencies_ts_node: "^10.9.1", npm_package_dependencies_zod: "^3.23.8", npm_package_dependencies_dinero_js: "^1.9.1", 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.15.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_05d3b7c2-4b79-44d9-b23f-a11041625276", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.15.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_QH2Kxloi7ZH5TyCOyhqRtYmg6E3XpA1ocVDm", 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", NODE_OPTIONS: "--max-old-space-size=4096", GRADLE_HOME: "/usr/share/gradle-8.14", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/28.1.13356709", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_package_dependencies__feedmepos_mf_common: "^1.11.6", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu24", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_package_devDependencies__types_file_saver: "^2.0.5", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "1736", npm_package_dependencies_moment: "^2.29.4", npm_package_dependencies_dotenv: "^16.0.3", npm_package_dependencies__feedmepos_ui_library: "^1.3.9", npm_package_scripts_postinstall: "yarn --cwd .. && yarn --cwd ../package/common && yarn --cwd ../package/entity", npm_config_feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_description: 'Development always based on production and add "-beta.version" in behind. Every deployment from development to production will increment based on semantic versioninig.', npm_package_devDependencies_typescript: "~5.4.0", npm_package_devDependencies_tailwindcss: "^3.4.14", npm_package_dependencies_i18next: "^21.8.8", npm_package_dependencies__casl_ability: "^3.2.0", npm_package_scripts_build_only_dev: "yarn build:mf:dev && yarn build:dts && yarn build-types && cp package.json ./dist", NVM_DIR: "/home/runner/.nvm", npm_package_readmeFilename: "README.md", npm_package_devDependencies_vue_tsc: "^2.0.11", npm_package_devDependencies__babel_preset_env: "^7.22.10", npm_package_dependencies_xlsx: "^0.18.5", npm_package_dependencies_google_maps: "^4.3.3", npm_package_scripts_build_only_prod: "yarn build:mf:prod && yarn build:dts && yarn build-types && cp package.json ./dist", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20250511.1.0", npm_package_dependencies_i18next_vue: "^2.0.0-beta.0", npm_package_scripts_dev: "vite --mode dev", LOGNAME: "runner", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.12/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_scripts_prod: "vite --mode prod", npm_package_type: "module", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.9/x64", JOURNAL_STREAM: "9:10039", 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", MEMORY_PRESSURE_WATCH: "/sys/fs/cgroup/system.slice/hosted-compute-agent.service/memory.pressure", npm_package_devDependencies__types_uuid: "^8.3.4", npm_package_scripts_lint: "eslint --ext .ts,vue --ignore-path .gitignore . --fix", npm_config_registry: "https://registry.yarnpkg.com", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", GITHUB_RUN_ID: "15307308882", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "8000edba9f69bdd3fe787a0f27223bbfd2c0910e", GITHUB_BASE_REF: "", ImageOS: "ubuntu24", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", npm_package_exports___import: "./dist/app.js", npm_config_ignore_scripts: "", GITHUB_WORKFLOW_REF: "feedmepos/payment-service/.github/workflows/payment-mf-portal-prod.yaml@refs/heads/main", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikh5cTROQVRBanNucUM3bWRydEFoaHJDUjJfUSJ9.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6YWZjNTc5MTEtZjhiYS00OWVkLTg1YTAtZDQyODliNzUzOGY3OmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xNTkxIERpc3RyaWJ1dGVkVGFzay5HZW5lcmF0ZUlkVG9rZW46YWZjNTc5MTEtZjhiYS00OWVkLTg1YTAtZDQyODliNzUzOGY3OmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBMb2NhdGlvblNlcnZpY2UuQ29ubmVjdCBSZWFkQW5kVXBkYXRlQnVpbGRCeVVyaTowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC8xNTkxIiwiSWRlbnRpdHlUeXBlQ2xhaW0iOiJTeXN0ZW06U2VydmljZUlkZW50aXR5IiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvc2lkIjoiREREREREREQtRERERC1ERERELUREREQtREREREREREREREREIiwiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9wcmltYXJ5c2lkIjoiZGRkZGRkZGQtZGRkZC1kZGRkLWRkZGQtZGRkZGRkZGRkZGRkIiwiYXVpIjoiYTE1Nzg1MTUtMjk3OC00YTUxLTkwY2ItYTgzNjNiYjRjOWJiIiwic2lkIjoiYTI5YTIwMWItMTczNS00YjA1LTk0MzctZDkxZDQwMzgyNjU2IiwiYWMiOiJbe1wiU2NvcGVcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwiUGVybWlzc2lvblwiOjN9XSIsImFjc2wiOiIxMCIsIm9pZGNfZXh0cmEiOiJ7XCJyZWZcIjpcInJlZnMvaGVhZHMvbWFpblwiLFwic2hhXCI6XCI4MDAwZWRiYTlmNjliZGQzZmU3ODdhMGYyNzIyM2JiZmQyYzA5MTBlXCIsXCJyZXBvc2l0b3J5XCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJydW5faWRcIjpcIjE1MzA3MzA4ODgyXCIsXCJydW5fbnVtYmVyXCI6XCI2MlwiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiNjkwOTc5MjYwXCIsXCJhY3Rvcl9pZFwiOlwiMTU2NzQxMDdcIixcImFjdG9yXCI6XCJPc2thbmcwOVwiLFwid29ya2Zsb3dcIjpcInBheW1lbnQtbWYtcG9ydGFsLXByb2RcIixcImhlYWRfcmVmXCI6XCJcIixcImJhc2VfcmVmXCI6XCJcIixcImV2ZW50X25hbWVcIjpcInB1c2hcIixcInJlZl9wcm90ZWN0ZWRcIjpcImZhbHNlXCIsXCJyZWZfdHlwZVwiOlwiYnJhbmNoXCIsXCJ3b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9wYXltZW50LXNlcnZpY2UvLmdpdGh1Yi93b3JrZmxvd3MvcGF5bWVudC1tZi1wb3J0YWwtcHJvZC55YW1sQHJlZnMvaGVhZHMvbWFpblwiLFwid29ya2Zsb3dfc2hhXCI6XCI4MDAwZWRiYTlmNjliZGQzZmU3ODdhMGYyNzIyM2JiZmQyYzA5MTBlXCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3BheW1lbnQtbWYtcG9ydGFsLXByb2QueWFtbEByZWZzL2hlYWRzL21haW5cIixcImpvYl93b3JrZmxvd19zaGFcIjpcIjgwMDBlZGJhOWY2OWJkZDNmZTc4N2EwZjI3MjIzYmJmZDJjMDkxMGVcIixcInJ1bm5lcl9lbnZpcm9ubWVudFwiOlwiZ2l0aHViLWhvc3RlZFwifSIsIm9pZGNfc3ViIjoicmVwbzpmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlOnJlZjpyZWZzL2hlYWRzL21haW4iLCJvcmNoaWQiOiJhZmM1NzkxMS1mOGJhLTQ5ZWQtODVhMC1kNDI4OWI3NTM4ZjcuZGVwbG95Ll9fZGVmYXVsdCIsImlzcyI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJhdWQiOiJ2c3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tfHZzbzo3ZTY0NTJjNS1mYzJlLTRhZDUtYjY3My0yOWU5MGNmNzNkZDgiLCJuYmYiOjE3NDg0NTQ4NjMsImV4cCI6MTc0ODQ3NzY2M30.a_r6Hbd3eDAqvKxO5NkC7NSykaAIyRqP76VfVo7vYSjTFKCVhbQwhQDiTU3JZzVxHwVQimX1u9j8d_jBLj4d3RhN0cO92aHRPeutY0iMFA5QSbK7Iv-AuxbAO77lyzTbxMPt6Yd0SCsAi0ypWlB-jbCQHMLoSw3ldXuw5bLDvG-yabUbpbxK2rzMlC0EGKoin1Tu9d6mv2_8_qR6JZQVk7A1aSokM1BFhyBOEUh0UTKyFrpH9v1gAqGRpfn67FQocXy4TNPzjkwZE2QoF4snMUZFd3YBmW3in2tsg6pE8XrRD391Rqab7Z_bIE8s0L2EDVxko0AgyHQasFnqjYHRyQ", GITHUB_ACTION_REPOSITORY: "", ENABLE_RUNNER_TRACING: "true", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1748455514642-0.5195082771836868:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.15.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1748455514459-0.27793537346781716:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.15.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1748455514276-0.664548226060858:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.15.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.15.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.15.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_a6a53068-bf78-413e-bd3c-00091028602a", INVOCATION_ID: "32ec4b84782b4a50b30b60924dacfe6f", 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: "62", 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 78", XDG_CONFIG_HOME: "/home/runner/.config", GITHUB_REF_NAME: "main", GITHUB_REPOSITORY: "feedmepos/payment-service", 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", 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", SHELL: "/bin/bash", GITHUB_REPOSITORY_ID: "690979260", GITHUB_ACTIONS: "true", 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.2.0", 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_package_dependencies_vue_i18n: "10.0.5", npm_config__feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_WORKSPACE: "/home/runner/work/payment-service/payment-service", ACCEPT_EULA: "Y", GITHUB_JOB: "deploy", GITHUB_SHA: "8000edba9f69bdd3fe787a0f27223bbfd2c0910e", GITHUB_RUN_ATTEMPT: "1", 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", npm_package_devDependencies_path: "^0.12.7", npm_package_dependencies_jszip: "^3.10.1", npm_package_dependencies_jsurl: "^0.1.5", npm_package_dependencies_firebase: "^10.14.0", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_05d3b7c2-4b79-44d9-b23f-a11041625276", JAVA_HOME: "/usr/lib/jvm/temurin-17-jdk-amd64", PWD: "/home/runner/work/payment-service/payment-service/mf-portal", GITHUB_ACTOR_ID: "15674107", RUNNER_WORKSPACE: "/home/runner/work/payment-service", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", 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/afc57911-f8ba-49ed-85a0-d4289b7538f7/jobs/e07742bd-189a-5079-918b-43f8b2f94b89/idtoken?api-version=2.0", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_05d3b7c2-4b79-44d9-b23f-a11041625276", npm_package_dependencies_qrcode_vue: "^3.6.0", npm_package_exports___types: "./dist/app.d.ts", EDGEWEBDRIVER: "/usr/local/share/edge_driver", 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_i18next_http_backend: "^1.4.1", npm_package_dependencies_rasterizehtml: "^1.3.1", npm_package_scripts_preview: "vite preview", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", MEMORY_PRESSURE_WRITE: "c29tZSAyMDAwMDAgMjAwMDAwMAA=", 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_05d3b7c2-4b79-44d9-b23f-a11041625276", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.1.2", 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" };
|
489
489
|
/**
|
490
490
|
* @license
|
491
491
|
* Copyright 2017 Google LLC
|
@@ -589,8 +589,8 @@ const Ht = function(n) {
|
|
589
589
|
const t = e ? this.byteToCharMapWebSafe_ : this.byteToCharMap_, r = [];
|
590
590
|
for (let i = 0; i < n.length; i += 3) {
|
591
591
|
const s = n[i], a = i + 1 < n.length, c = a ? n[i + 1] : 0, o = i + 2 < n.length, l = o ? n[i + 2] : 0, d = s >> 2, h = (s & 3) << 4 | c >> 4;
|
592
|
-
let m = (c & 15) << 2 | l >> 6,
|
593
|
-
o || (
|
592
|
+
let m = (c & 15) << 2 | l >> 6, b = l & 63;
|
593
|
+
o || (b = 64, a || (m = 64)), r.push(t[d], t[h], t[m], t[b]);
|
594
594
|
}
|
595
595
|
return r.join("");
|
596
596
|
},
|
@@ -644,8 +644,8 @@ const Ht = function(n) {
|
|
644
644
|
throw new Qn();
|
645
645
|
const m = s << 2 | c >> 4;
|
646
646
|
if (r.push(m), l !== 64) {
|
647
|
-
const
|
648
|
-
if (r.push(
|
647
|
+
const b = c << 4 & 240 | l >> 2;
|
648
|
+
if (r.push(b), h !== 64) {
|
649
649
|
const x = l << 6 & 192 | h;
|
650
650
|
r.push(x);
|
651
651
|
}
|
@@ -676,7 +676,7 @@ const er = function(n) {
|
|
676
676
|
return Wt.encodeByteArray(e, !0);
|
677
677
|
}, de = function(n) {
|
678
678
|
return er(n).replace(/\./g, "");
|
679
|
-
},
|
679
|
+
}, Vt = function(n) {
|
680
680
|
try {
|
681
681
|
return Wt.decodeString(n, !0);
|
682
682
|
} catch (e) {
|
@@ -740,7 +740,7 @@ const nr = () => tr().__FIREBASE_DEFAULTS__, rr = () => {
|
|
740
740
|
} catch {
|
741
741
|
return;
|
742
742
|
}
|
743
|
-
const e = n &&
|
743
|
+
const e = n && Vt(n[1]);
|
744
744
|
return e && JSON.parse(e);
|
745
745
|
}, ze = () => {
|
746
746
|
try {
|
@@ -749,11 +749,11 @@ const nr = () => tr().__FIREBASE_DEFAULTS__, rr = () => {
|
|
749
749
|
console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${n}`);
|
750
750
|
return;
|
751
751
|
}
|
752
|
-
},
|
752
|
+
}, jt = (n) => {
|
753
753
|
var e, t;
|
754
754
|
return (t = (e = ze()) === null || e === void 0 ? void 0 : e.emulatorHosts) === null || t === void 0 ? void 0 : t[n];
|
755
755
|
}, Ua = (n) => {
|
756
|
-
const e =
|
756
|
+
const e = jt(n);
|
757
757
|
if (!e)
|
758
758
|
return;
|
759
759
|
const t = e.lastIndexOf(":");
|
@@ -1003,10 +1003,10 @@ function Q(n) {
|
|
1003
1003
|
return e.length ? "&" + e.join("&") : "";
|
1004
1004
|
}
|
1005
1005
|
function gr(n, e) {
|
1006
|
-
const t = new
|
1006
|
+
const t = new br(n, e);
|
1007
1007
|
return t.subscribe.bind(t);
|
1008
1008
|
}
|
1009
|
-
class
|
1009
|
+
class br {
|
1010
1010
|
/**
|
1011
1011
|
* @param executor Function which can make calls to a single Observer
|
1012
1012
|
* as a proxy.
|
@@ -1044,7 +1044,7 @@ class vr {
|
|
1044
1044
|
let i;
|
1045
1045
|
if (e === void 0 && t === void 0 && r === void 0)
|
1046
1046
|
throw new Error("Missing Observer.");
|
1047
|
-
|
1047
|
+
vr(e, [
|
1048
1048
|
"next",
|
1049
1049
|
"error",
|
1050
1050
|
"complete"
|
@@ -1090,7 +1090,7 @@ class vr {
|
|
1090
1090
|
}));
|
1091
1091
|
}
|
1092
1092
|
}
|
1093
|
-
function
|
1093
|
+
function vr(n, e) {
|
1094
1094
|
if (typeof n != "object" || n === null)
|
1095
1095
|
return !1;
|
1096
1096
|
for (const t of e)
|
@@ -1175,7 +1175,7 @@ const L = "[DEFAULT]";
|
|
1175
1175
|
* See the License for the specific language governing permissions and
|
1176
1176
|
* limitations under the License.
|
1177
1177
|
*/
|
1178
|
-
class
|
1178
|
+
class Ir {
|
1179
1179
|
constructor(e, t) {
|
1180
1180
|
this.name = e, this.container = t, this.component = null, this.instances = /* @__PURE__ */ new Map(), this.instancesDeferred = /* @__PURE__ */ new Map(), this.instancesOptions = /* @__PURE__ */ new Map(), this.onInitCallbacks = /* @__PURE__ */ new Map();
|
1181
1181
|
}
|
@@ -1383,7 +1383,7 @@ class wr {
|
|
1383
1383
|
getProvider(e) {
|
1384
1384
|
if (this.providers.has(e))
|
1385
1385
|
return this.providers.get(e);
|
1386
|
-
const t = new
|
1386
|
+
const t = new Ir(e, this);
|
1387
1387
|
return this.providers.set(e, t), t;
|
1388
1388
|
}
|
1389
1389
|
getProviders() {
|
@@ -1498,7 +1498,7 @@ function Or() {
|
|
1498
1498
|
IDBTransaction
|
1499
1499
|
]);
|
1500
1500
|
}
|
1501
|
-
function
|
1501
|
+
function Cr() {
|
1502
1502
|
return dt || (dt = [
|
1503
1503
|
IDBCursor.prototype.advance,
|
1504
1504
|
IDBCursor.prototype.continue,
|
@@ -1506,12 +1506,12 @@ function Nr() {
|
|
1506
1506
|
]);
|
1507
1507
|
}
|
1508
1508
|
const Zt = /* @__PURE__ */ new WeakMap(), Le = /* @__PURE__ */ new WeakMap(), Jt = /* @__PURE__ */ new WeakMap(), Ae = /* @__PURE__ */ new WeakMap(), $e = /* @__PURE__ */ new WeakMap();
|
1509
|
-
function
|
1509
|
+
function Nr(n) {
|
1510
1510
|
const e = new Promise((t, r) => {
|
1511
1511
|
const i = () => {
|
1512
1512
|
n.removeEventListener("success", s), n.removeEventListener("error", a);
|
1513
1513
|
}, s = () => {
|
1514
|
-
t(
|
1514
|
+
t(N(n.result)), i();
|
1515
1515
|
}, a = () => {
|
1516
1516
|
r(n.error), i();
|
1517
1517
|
};
|
@@ -1547,7 +1547,7 @@ let Ue = {
|
|
1547
1547
|
if (e === "store")
|
1548
1548
|
return t.objectStoreNames[1] ? void 0 : t.objectStore(t.objectStoreNames[0]);
|
1549
1549
|
}
|
1550
|
-
return
|
1550
|
+
return N(n[e]);
|
1551
1551
|
},
|
1552
1552
|
set(n, e, t) {
|
1553
1553
|
return n[e] = t, !0;
|
@@ -1562,19 +1562,19 @@ function Pr(n) {
|
|
1562
1562
|
function Mr(n) {
|
1563
1563
|
return n === IDBDatabase.prototype.transaction && !("objectStoreNames" in IDBTransaction.prototype) ? function(e, ...t) {
|
1564
1564
|
const r = n.call(Se(this), e, ...t);
|
1565
|
-
return Jt.set(r, e.sort ? e.sort() : [e]),
|
1566
|
-
} :
|
1567
|
-
return n.apply(Se(this), e),
|
1565
|
+
return Jt.set(r, e.sort ? e.sort() : [e]), N(r);
|
1566
|
+
} : Cr().includes(n) ? function(...e) {
|
1567
|
+
return n.apply(Se(this), e), N(Zt.get(this));
|
1568
1568
|
} : function(...e) {
|
1569
|
-
return
|
1569
|
+
return N(n.apply(Se(this), e));
|
1570
1570
|
};
|
1571
1571
|
}
|
1572
1572
|
function Lr(n) {
|
1573
1573
|
return typeof n == "function" ? Mr(n) : (n instanceof IDBTransaction && Dr(n), Sr(n, Or()) ? new Proxy(n, Ue) : n);
|
1574
1574
|
}
|
1575
|
-
function
|
1575
|
+
function N(n) {
|
1576
1576
|
if (n instanceof IDBRequest)
|
1577
|
-
return
|
1577
|
+
return Nr(n);
|
1578
1578
|
if (Ae.has(n))
|
1579
1579
|
return Ae.get(n);
|
1580
1580
|
const e = Lr(n);
|
@@ -1582,9 +1582,9 @@ function C(n) {
|
|
1582
1582
|
}
|
1583
1583
|
const Se = (n) => $e.get(n);
|
1584
1584
|
function Ur(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
|
1585
|
-
const a = indexedDB.open(n, e), c =
|
1585
|
+
const a = indexedDB.open(n, e), c = N(a);
|
1586
1586
|
return r && a.addEventListener("upgradeneeded", (o) => {
|
1587
|
-
r(
|
1587
|
+
r(N(a.result), o.oldVersion, o.newVersion, N(a.transaction), o);
|
1588
1588
|
}), t && a.addEventListener("blocked", (o) => t(
|
1589
1589
|
// Casting due to https://github.com/microsoft/TypeScript-DOM-lib-generator/pull/1405
|
1590
1590
|
o.oldVersion,
|
@@ -1675,7 +1675,7 @@ const Be = "@firebase/app", ht = "0.10.13";
|
|
1675
1675
|
* See the License for the specific language governing permissions and
|
1676
1676
|
* limitations under the License.
|
1677
1677
|
*/
|
1678
|
-
const w = new $t("@firebase/app"), Wr = "@firebase/app-compat",
|
1678
|
+
const w = new $t("@firebase/app"), Wr = "@firebase/app-compat", Vr = "@firebase/analytics-compat", jr = "@firebase/analytics", Gr = "@firebase/app-check-compat", zr = "@firebase/app-check", $r = "@firebase/auth", Zr = "@firebase/auth-compat", Jr = "@firebase/database", Xr = "@firebase/data-connect", Yr = "@firebase/database-compat", Kr = "@firebase/functions", qr = "@firebase/functions-compat", Qr = "@firebase/installations", ei = "@firebase/installations-compat", ti = "@firebase/messaging", ni = "@firebase/messaging-compat", ri = "@firebase/performance", ii = "@firebase/performance-compat", si = "@firebase/remote-config", ai = "@firebase/remote-config-compat", oi = "@firebase/storage", ci = "@firebase/storage-compat", li = "@firebase/firestore", di = "@firebase/vertexai-preview", ui = "@firebase/firestore-compat", hi = "firebase", pi = "10.14.1";
|
1679
1679
|
/**
|
1680
1680
|
* @license
|
1681
1681
|
* Copyright 2019 Google LLC
|
@@ -1695,8 +1695,8 @@ const w = new $t("@firebase/app"), Wr = "@firebase/app-compat", jr = "@firebase/
|
|
1695
1695
|
const xe = "[DEFAULT]", mi = {
|
1696
1696
|
[Be]: "fire-core",
|
1697
1697
|
[Wr]: "fire-core-compat",
|
1698
|
-
[
|
1699
|
-
[
|
1698
|
+
[jr]: "fire-analytics",
|
1699
|
+
[Vr]: "fire-analytics-compat",
|
1700
1700
|
[zr]: "fire-app-check",
|
1701
1701
|
[Gr]: "fire-app-check-compat",
|
1702
1702
|
[$r]: "fire-auth",
|
@@ -1761,7 +1761,7 @@ function Xt(n, e) {
|
|
1761
1761
|
const t = n.container.getProvider("heartbeat").getImmediate({ optional: !0 });
|
1762
1762
|
return t && t.triggerHeartbeat(), n.container.getProvider(e);
|
1763
1763
|
}
|
1764
|
-
function
|
1764
|
+
function v(n) {
|
1765
1765
|
return n.settings !== void 0;
|
1766
1766
|
}
|
1767
1767
|
/**
|
@@ -1896,7 +1896,7 @@ function Yt(n, e = {}) {
|
|
1896
1896
|
const c = new gi(t, r, a);
|
1897
1897
|
return he.set(i, c), c;
|
1898
1898
|
}
|
1899
|
-
function
|
1899
|
+
function bi(n = xe) {
|
1900
1900
|
const e = he.get(n);
|
1901
1901
|
if (!e && n === xe && Gt())
|
1902
1902
|
return Yt();
|
@@ -1939,10 +1939,10 @@ function H(n, e, t) {
|
|
1939
1939
|
* See the License for the specific language governing permissions and
|
1940
1940
|
* limitations under the License.
|
1941
1941
|
*/
|
1942
|
-
const
|
1943
|
-
let
|
1942
|
+
const vi = "firebase-heartbeat-database", Ii = 1, Y = "firebase-heartbeat-store";
|
1943
|
+
let Ce = null;
|
1944
1944
|
function Kt() {
|
1945
|
-
return
|
1945
|
+
return Ce || (Ce = Ur(vi, Ii, {
|
1946
1946
|
upgrade: (n, e) => {
|
1947
1947
|
switch (e) {
|
1948
1948
|
case 0:
|
@@ -1957,7 +1957,7 @@ function Kt() {
|
|
1957
1957
|
throw D.create("idb-open", {
|
1958
1958
|
originalErrorMessage: n.message
|
1959
1959
|
});
|
1960
|
-
})),
|
1960
|
+
})), Ce;
|
1961
1961
|
}
|
1962
1962
|
async function yi(n) {
|
1963
1963
|
try {
|
@@ -2201,7 +2201,7 @@ function Qt() {
|
|
2201
2201
|
"dependent-sdk-initialized-before-auth": "Another Firebase SDK was initialized and is trying to use Auth before Auth is initialized. Please be sure to call `initializeAuth` or `getAuth` before starting any other Firebase SDK."
|
2202
2202
|
};
|
2203
2203
|
}
|
2204
|
-
const
|
2204
|
+
const Ci = Qt, en = new q("auth", "Firebase", Qt());
|
2205
2205
|
/**
|
2206
2206
|
* @license
|
2207
2207
|
* Copyright 2020 Google LLC
|
@@ -2219,7 +2219,7 @@ const Ni = Qt, en = new q("auth", "Firebase", Qt());
|
|
2219
2219
|
* limitations under the License.
|
2220
2220
|
*/
|
2221
2221
|
const pe = new $t("@firebase/auth");
|
2222
|
-
function
|
2222
|
+
function Ni(n, ...e) {
|
2223
2223
|
pe.logLevel <= p.WARN && pe.warn(`Auth (${ee}): ${n}`, ...e);
|
2224
2224
|
}
|
2225
2225
|
function se(n, ...e) {
|
@@ -2248,7 +2248,7 @@ function _(n, ...e) {
|
|
2248
2248
|
return Je(n, ...e);
|
2249
2249
|
}
|
2250
2250
|
function tn(n, e, t) {
|
2251
|
-
const r = Object.assign(Object.assign({},
|
2251
|
+
const r = Object.assign(Object.assign({}, Ci()), { [e]: t });
|
2252
2252
|
return new q("auth", "Firebase", r).create(e, {
|
2253
2253
|
appName: n.name
|
2254
2254
|
});
|
@@ -2267,12 +2267,12 @@ function u(n, e, ...t) {
|
|
2267
2267
|
if (!n)
|
2268
2268
|
throw Je(e, ...t);
|
2269
2269
|
}
|
2270
|
-
function
|
2270
|
+
function I(n) {
|
2271
2271
|
const e = "INTERNAL ASSERTION FAILED: " + n;
|
2272
2272
|
throw se(e), new Error(e);
|
2273
2273
|
}
|
2274
2274
|
function k(n, e) {
|
2275
|
-
n ||
|
2275
|
+
n || I(e);
|
2276
2276
|
}
|
2277
2277
|
/**
|
2278
2278
|
* @license
|
@@ -2295,9 +2295,9 @@ function He() {
|
|
2295
2295
|
return typeof self < "u" && ((n = self.location) === null || n === void 0 ? void 0 : n.href) || "";
|
2296
2296
|
}
|
2297
2297
|
function Di() {
|
2298
|
-
return
|
2298
|
+
return bt() === "http:" || bt() === "https:";
|
2299
2299
|
}
|
2300
|
-
function
|
2300
|
+
function bt() {
|
2301
2301
|
var n;
|
2302
2302
|
return typeof self < "u" && ((n = self.location) === null || n === void 0 ? void 0 : n.protocol) || null;
|
2303
2303
|
}
|
@@ -2411,7 +2411,7 @@ class nn {
|
|
2411
2411
|
return globalThis.fetch;
|
2412
2412
|
if (typeof fetch < "u")
|
2413
2413
|
return fetch;
|
2414
|
-
|
2414
|
+
I("Could not find fetch implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill");
|
2415
2415
|
}
|
2416
2416
|
static headers() {
|
2417
2417
|
if (this.headersImpl)
|
@@ -2422,7 +2422,7 @@ class nn {
|
|
2422
2422
|
return globalThis.Headers;
|
2423
2423
|
if (typeof Headers < "u")
|
2424
2424
|
return Headers;
|
2425
|
-
|
2425
|
+
I("Could not find Headers implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill");
|
2426
2426
|
}
|
2427
2427
|
static response() {
|
2428
2428
|
if (this.responseImpl)
|
@@ -2433,7 +2433,7 @@ class nn {
|
|
2433
2433
|
return globalThis.Response;
|
2434
2434
|
if (typeof Response < "u")
|
2435
2435
|
return Response;
|
2436
|
-
|
2436
|
+
I("Could not find Response implementation, make sure you call FetchProvider.initialize() with an appropriate polyfill");
|
2437
2437
|
}
|
2438
2438
|
}
|
2439
2439
|
/**
|
@@ -2544,7 +2544,7 @@ const Li = {
|
|
2544
2544
|
* limitations under the License.
|
2545
2545
|
*/
|
2546
2546
|
const Ui = new te(3e4, 6e4);
|
2547
|
-
function
|
2547
|
+
function be(n, e) {
|
2548
2548
|
return n.tenantId && !e.tenantId ? Object.assign(Object.assign({}, e), { tenantId: n.tenantId }) : e;
|
2549
2549
|
}
|
2550
2550
|
async function $(n, e, t, r, i = {}) {
|
@@ -2692,14 +2692,14 @@ async function Fi(n, e = !1) {
|
|
2692
2692
|
return {
|
2693
2693
|
claims: i,
|
2694
2694
|
token: r,
|
2695
|
-
authTime: J(
|
2696
|
-
issuedAtTime: J(
|
2697
|
-
expirationTime: J(
|
2695
|
+
authTime: J(Ne(i.auth_time)),
|
2696
|
+
issuedAtTime: J(Ne(i.iat)),
|
2697
|
+
expirationTime: J(Ne(i.exp)),
|
2698
2698
|
signInProvider: a || null,
|
2699
2699
|
signInSecondFactor: (s == null ? void 0 : s.sign_in_second_factor) || null
|
2700
2700
|
};
|
2701
2701
|
}
|
2702
|
-
function
|
2702
|
+
function Ne(n) {
|
2703
2703
|
return Number(n) * 1e3;
|
2704
2704
|
}
|
2705
2705
|
function Ye(n) {
|
@@ -2707,13 +2707,13 @@ function Ye(n) {
|
|
2707
2707
|
if (e === void 0 || t === void 0 || r === void 0)
|
2708
2708
|
return se("JWT malformed, contained fewer than 3 sections"), null;
|
2709
2709
|
try {
|
2710
|
-
const i =
|
2710
|
+
const i = Vt(t);
|
2711
2711
|
return i ? JSON.parse(i) : (se("Failed to decode base64 JWT payload"), null);
|
2712
2712
|
} catch (i) {
|
2713
2713
|
return se("Caught error parsing JWT payload as JSON", i == null ? void 0 : i.toString()), null;
|
2714
2714
|
}
|
2715
2715
|
}
|
2716
|
-
function
|
2716
|
+
function vt(n) {
|
2717
2717
|
const e = Ye(n);
|
2718
2718
|
return u(
|
2719
2719
|
e,
|
@@ -2879,7 +2879,7 @@ async function me(n) {
|
|
2879
2879
|
);
|
2880
2880
|
const s = i.users[0];
|
2881
2881
|
n._notifyReloadListener(s);
|
2882
|
-
const a = !((e = s.providerUserInfo) === null || e === void 0) && e.length ? cn(s.providerUserInfo) : [], c =
|
2882
|
+
const a = !((e = s.providerUserInfo) === null || e === void 0) && e.length ? cn(s.providerUserInfo) : [], c = ji(n.providerData, a), o = n.isAnonymous, l = !(n.email && s.passwordHash) && !(c != null && c.length), d = o ? l : !1, h = {
|
2883
2883
|
uid: s.localId,
|
2884
2884
|
displayName: s.displayName || null,
|
2885
2885
|
photoURL: s.photoUrl || null,
|
@@ -2893,11 +2893,11 @@ async function me(n) {
|
|
2893
2893
|
};
|
2894
2894
|
Object.assign(n, h);
|
2895
2895
|
}
|
2896
|
-
async function
|
2896
|
+
async function Vi(n) {
|
2897
2897
|
const e = z(n);
|
2898
2898
|
await me(e), await e.auth._persistUserIfCurrent(e), e.auth._notifyListenersIfCurrent(e);
|
2899
2899
|
}
|
2900
|
-
function
|
2900
|
+
function ji(n, e) {
|
2901
2901
|
return [...n.filter((r) => !e.some((i) => i.providerId === r.providerId)), ...e];
|
2902
2902
|
}
|
2903
2903
|
function cn(n) {
|
@@ -2951,7 +2951,7 @@ async function Gi(n, e) {
|
|
2951
2951
|
};
|
2952
2952
|
}
|
2953
2953
|
async function zi(n, e) {
|
2954
|
-
return $(n, "POST", "/v2/accounts:revokeToken",
|
2954
|
+
return $(n, "POST", "/v2/accounts:revokeToken", be(n, e));
|
2955
2955
|
}
|
2956
2956
|
/**
|
2957
2957
|
* @license
|
@@ -2990,7 +2990,7 @@ class W {
|
|
2990
2990
|
"internal-error"
|
2991
2991
|
/* AuthErrorCode.INTERNAL_ERROR */
|
2992
2992
|
);
|
2993
|
-
const t = "expiresIn" in e && typeof e.expiresIn < "u" ? Number(e.expiresIn) :
|
2993
|
+
const t = "expiresIn" in e && typeof e.expiresIn < "u" ? Number(e.expiresIn) : vt(e.idToken);
|
2994
2994
|
this.updateTokensAndExpiration(e.idToken, e.refreshToken, t);
|
2995
2995
|
}
|
2996
2996
|
updateFromIdToken(e) {
|
@@ -2999,7 +2999,7 @@ class W {
|
|
2999
2999
|
"internal-error"
|
3000
3000
|
/* AuthErrorCode.INTERNAL_ERROR */
|
3001
3001
|
);
|
3002
|
-
const t =
|
3002
|
+
const t = vt(e);
|
3003
3003
|
this.updateTokensAndExpiration(e, null, t);
|
3004
3004
|
}
|
3005
3005
|
async getToken(e, t = !1) {
|
@@ -3044,7 +3044,7 @@ class W {
|
|
3044
3044
|
return Object.assign(new W(), this.toJSON());
|
3045
3045
|
}
|
3046
3046
|
_performRefresh() {
|
3047
|
-
return
|
3047
|
+
return I("not implemented");
|
3048
3048
|
}
|
3049
3049
|
}
|
3050
3050
|
/**
|
@@ -3084,7 +3084,7 @@ class y {
|
|
3084
3084
|
return Fi(this, e);
|
3085
3085
|
}
|
3086
3086
|
reload() {
|
3087
|
-
return
|
3087
|
+
return Vi(this);
|
3088
3088
|
}
|
3089
3089
|
_assign(e) {
|
3090
3090
|
this !== e && (u(
|
@@ -3120,7 +3120,7 @@ class y {
|
|
3120
3120
|
e.idToken && e.idToken !== this.stsTokenManager.accessToken && (this.stsTokenManager.updateFromServerResponse(e), r = !0), t && await me(this), await this.auth._persistUserIfCurrent(this), r && this.auth._notifyListenersIfCurrent(this);
|
3121
3121
|
}
|
3122
3122
|
async delete() {
|
3123
|
-
if (
|
3123
|
+
if (v(this.auth.app))
|
3124
3124
|
return Promise.reject(P(this.auth));
|
3125
3125
|
const e = await this.getIdToken();
|
3126
3126
|
return await K(this, xi(this.auth, { idToken: e })), this.stsTokenManager.clearRefreshToken(), this.auth.signOut();
|
@@ -3151,7 +3151,7 @@ class y {
|
|
3151
3151
|
}
|
3152
3152
|
static _fromJSON(e, t) {
|
3153
3153
|
var r, i, s, a, c, o, l, d;
|
3154
|
-
const h = (r = t.displayName) !== null && r !== void 0 ? r : void 0, m = (i = t.email) !== null && i !== void 0 ? i : void 0,
|
3154
|
+
const h = (r = t.displayName) !== null && r !== void 0 ? r : void 0, m = (i = t.email) !== null && i !== void 0 ? i : void 0, b = (s = t.phoneNumber) !== null && s !== void 0 ? s : void 0, x = (a = t.photoURL) !== null && a !== void 0 ? a : void 0, tt = (c = t.tenantId) !== null && c !== void 0 ? c : void 0, Ee = (o = t._redirectEventId) !== null && o !== void 0 ? o : void 0, nt = (l = t.createdAt) !== null && l !== void 0 ? l : void 0, rt = (d = t.lastLoginAt) !== null && d !== void 0 ? d : void 0, { uid: we, emailVerified: it, isAnonymous: st, providerData: Te, stsTokenManager: at } = t;
|
3155
3155
|
u(
|
3156
3156
|
we && at,
|
3157
3157
|
e,
|
@@ -3174,7 +3174,7 @@ class y {
|
|
3174
3174
|
e,
|
3175
3175
|
"internal-error"
|
3176
3176
|
/* AuthErrorCode.INTERNAL_ERROR */
|
3177
|
-
), R(
|
3177
|
+
), R(b, e.name), R(x, e.name), R(tt, e.name), R(Ee, e.name), R(nt, e.name), R(rt, e.name);
|
3178
3178
|
const ke = new y({
|
3179
3179
|
uid: we,
|
3180
3180
|
auth: e,
|
@@ -3183,7 +3183,7 @@ class y {
|
|
3183
3183
|
displayName: h,
|
3184
3184
|
isAnonymous: st,
|
3185
3185
|
photoURL: x,
|
3186
|
-
phoneNumber:
|
3186
|
+
phoneNumber: b,
|
3187
3187
|
tenantId: tt,
|
3188
3188
|
stsTokenManager: Pn,
|
3189
3189
|
createdAt: nt,
|
@@ -3257,11 +3257,11 @@ class y {
|
|
3257
3257
|
* See the License for the specific language governing permissions and
|
3258
3258
|
* limitations under the License.
|
3259
3259
|
*/
|
3260
|
-
const
|
3260
|
+
const It = /* @__PURE__ */ new Map();
|
3261
3261
|
function E(n) {
|
3262
3262
|
k(n instanceof Function, "Expected a class definition");
|
3263
|
-
let e =
|
3264
|
-
return e ? (k(e instanceof n, "Instance stored in cache mismatched with class"), e) : (e = new n(),
|
3263
|
+
let e = It.get(n);
|
3264
|
+
return e ? (k(e instanceof n, "Instance stored in cache mismatched with class"), e) : (e = new n(), It.set(n, e), e);
|
3265
3265
|
}
|
3266
3266
|
/**
|
3267
3267
|
* @license
|
@@ -3322,7 +3322,7 @@ const yt = ln;
|
|
3322
3322
|
function ae(n, e, t) {
|
3323
3323
|
return `firebase:${n}:${e}:${t}`;
|
3324
3324
|
}
|
3325
|
-
class
|
3325
|
+
class V {
|
3326
3326
|
constructor(e, t, r) {
|
3327
3327
|
this.persistence = e, this.auth = t, this.userKey = r;
|
3328
3328
|
const { config: i, name: s } = this.auth;
|
@@ -3353,7 +3353,7 @@ class j {
|
|
3353
3353
|
}
|
3354
3354
|
static async create(e, t, r = "authUser") {
|
3355
3355
|
if (!t.length)
|
3356
|
-
return new
|
3356
|
+
return new V(E(yt), e, r);
|
3357
3357
|
const i = (await Promise.all(t.map(async (l) => {
|
3358
3358
|
if (await l._isAvailable())
|
3359
3359
|
return l;
|
@@ -3372,13 +3372,13 @@ class j {
|
|
3372
3372
|
} catch {
|
3373
3373
|
}
|
3374
3374
|
const o = i.filter((l) => l._shouldAllowMigration);
|
3375
|
-
return !s._shouldAllowMigration || !o.length ? new
|
3375
|
+
return !s._shouldAllowMigration || !o.length ? new V(s, e, r) : (s = o[0], c && await s._set(a, c.toJSON()), await Promise.all(t.map(async (l) => {
|
3376
3376
|
if (l !== s)
|
3377
3377
|
try {
|
3378
3378
|
await l._remove(a);
|
3379
3379
|
} catch {
|
3380
3380
|
}
|
3381
|
-
})), new
|
3381
|
+
})), new V(s, e, r));
|
3382
3382
|
}
|
3383
3383
|
}
|
3384
3384
|
/**
|
@@ -3479,7 +3479,7 @@ function gn(n = f()) {
|
|
3479
3479
|
* See the License for the specific language governing permissions and
|
3480
3480
|
* limitations under the License.
|
3481
3481
|
*/
|
3482
|
-
function
|
3482
|
+
function bn(n, e = []) {
|
3483
3483
|
let t;
|
3484
3484
|
switch (n) {
|
3485
3485
|
case "Browser":
|
@@ -3566,7 +3566,7 @@ class Ji {
|
|
3566
3566
|
* limitations under the License.
|
3567
3567
|
*/
|
3568
3568
|
async function Xi(n, e = {}) {
|
3569
|
-
return $(n, "GET", "/v2/passwordPolicy",
|
3569
|
+
return $(n, "GET", "/v2/passwordPolicy", be(n, e));
|
3570
3570
|
}
|
3571
3571
|
/**
|
3572
3572
|
* @license
|
@@ -3679,7 +3679,7 @@ class qi {
|
|
3679
3679
|
_initializeWithPersistence(e, t) {
|
3680
3680
|
return t && (this._popupRedirectResolver = E(t)), this._initializationPromise = this.queue(async () => {
|
3681
3681
|
var r, i;
|
3682
|
-
if (!this._deleted && (this.persistenceManager = await
|
3682
|
+
if (!this._deleted && (this.persistenceManager = await V.create(this, e), !this._deleted)) {
|
3683
3683
|
if (!((r = this._popupRedirectResolver) === null || r === void 0) && r._shouldInitProactively)
|
3684
3684
|
try {
|
3685
3685
|
await this._popupRedirectResolver._initialize(this);
|
@@ -3718,7 +3718,7 @@ class qi {
|
|
3718
3718
|
}
|
3719
3719
|
async initializeCurrentUser(e) {
|
3720
3720
|
var t;
|
3721
|
-
if (
|
3721
|
+
if (v(this.app)) {
|
3722
3722
|
const a = this.app.settings.authIdToken;
|
3723
3723
|
return a ? new Promise((c) => {
|
3724
3724
|
setTimeout(() => this.initializeCurrentUserFromIdToken(a).then(c, c));
|
@@ -3774,7 +3774,7 @@ class qi {
|
|
3774
3774
|
this._deleted = !0;
|
3775
3775
|
}
|
3776
3776
|
async updateCurrentUser(e) {
|
3777
|
-
if (
|
3777
|
+
if (v(this.app))
|
3778
3778
|
return Promise.reject(P(this));
|
3779
3779
|
const t = e ? z(e) : null;
|
3780
3780
|
return t && u(
|
@@ -3796,14 +3796,14 @@ class qi {
|
|
3796
3796
|
});
|
3797
3797
|
}
|
3798
3798
|
async signOut() {
|
3799
|
-
return
|
3799
|
+
return v(this.app) ? Promise.reject(P(this)) : (await this.beforeStateQueue.runMiddleware(null), (this.redirectPersistenceManager || this._popupRedirectResolver) && await this._setRedirectUser(null), this._updateCurrentUser(
|
3800
3800
|
null,
|
3801
3801
|
/* skipBeforeStateCallbacks */
|
3802
3802
|
!0
|
3803
3803
|
));
|
3804
3804
|
}
|
3805
3805
|
setPersistence(e) {
|
3806
|
-
return
|
3806
|
+
return v(this.app) ? Promise.reject(P(this)) : this.queue(async () => {
|
3807
3807
|
await this.assertedPersistence.setPersistence(E(e));
|
3808
3808
|
});
|
3809
3809
|
}
|
@@ -3883,7 +3883,7 @@ class qi {
|
|
3883
3883
|
this,
|
3884
3884
|
"argument-error"
|
3885
3885
|
/* AuthErrorCode.ARGUMENT_ERROR */
|
3886
|
-
), this.redirectPersistenceManager = await
|
3886
|
+
), this.redirectPersistenceManager = await V.create(
|
3887
3887
|
this,
|
3888
3888
|
[E(t._redirectPersistence)],
|
3889
3889
|
"redirectUser"
|
@@ -3972,7 +3972,7 @@ class qi {
|
|
3972
3972
|
), this.persistenceManager;
|
3973
3973
|
}
|
3974
3974
|
_logFramework(e) {
|
3975
|
-
!e || this.frameworks.includes(e) || (this.frameworks.push(e), this.frameworks.sort(), this.clientVersion =
|
3975
|
+
!e || this.frameworks.includes(e) || (this.frameworks.push(e), this.frameworks.sort(), this.clientVersion = bn(this.config.clientPlatform, this._getFrameworks()));
|
3976
3976
|
}
|
3977
3977
|
_getFrameworks() {
|
3978
3978
|
return this.frameworks;
|
@@ -4002,10 +4002,10 @@ class qi {
|
|
4002
4002
|
async _getAppCheckToken() {
|
4003
4003
|
var e;
|
4004
4004
|
const t = await ((e = this.appCheckServiceProvider.getImmediate({ optional: !0 })) === null || e === void 0 ? void 0 : e.getToken());
|
4005
|
-
return t != null && t.error &&
|
4005
|
+
return t != null && t.error && Ni(`Error while retrieving App Check token: ${t.error}`), t == null ? void 0 : t.token;
|
4006
4006
|
}
|
4007
4007
|
}
|
4008
|
-
function
|
4008
|
+
function ve(n) {
|
4009
4009
|
return z(n);
|
4010
4010
|
}
|
4011
4011
|
class wt {
|
@@ -4092,7 +4092,7 @@ function is(n, e) {
|
|
4092
4092
|
e != null && e.errorMap && n._updateErrorMap(e.errorMap), n._initializeWithPersistence(r, e == null ? void 0 : e.popupRedirectResolver);
|
4093
4093
|
}
|
4094
4094
|
function ss(n, e, t) {
|
4095
|
-
const r =
|
4095
|
+
const r = ve(n);
|
4096
4096
|
u(
|
4097
4097
|
r._canInitEmulator,
|
4098
4098
|
r,
|
@@ -4104,7 +4104,7 @@ function ss(n, e, t) {
|
|
4104
4104
|
"invalid-emulator-scheme"
|
4105
4105
|
/* AuthErrorCode.INVALID_EMULATOR_SCHEME */
|
4106
4106
|
);
|
4107
|
-
const i = !1, s =
|
4107
|
+
const i = !1, s = vn(e), { host: a, port: c } = as(e), o = c === null ? "" : `:${c}`;
|
4108
4108
|
r.config.emulator = { url: `${s}//${a}${o}/` }, r.settings.appVerificationDisabledForTesting = !0, r.emulatorConfig = Object.freeze({
|
4109
4109
|
host: a,
|
4110
4110
|
port: c,
|
@@ -4112,12 +4112,12 @@ function ss(n, e, t) {
|
|
4112
4112
|
options: Object.freeze({ disableWarnings: i })
|
4113
4113
|
}), os();
|
4114
4114
|
}
|
4115
|
-
function
|
4115
|
+
function vn(n) {
|
4116
4116
|
const e = n.indexOf(":");
|
4117
4117
|
return e < 0 ? "" : n.substr(0, e + 1);
|
4118
4118
|
}
|
4119
4119
|
function as(n) {
|
4120
|
-
const e =
|
4120
|
+
const e = vn(n), t = /(\/\/)?([^?#/]+)/.exec(n.substr(e.length));
|
4121
4121
|
if (!t)
|
4122
4122
|
return { host: "", port: null };
|
4123
4123
|
const r = t[2].split("@").pop() || "", i = /^(\[[^\]]+\])(:|$)/.exec(r);
|
@@ -4158,7 +4158,7 @@ function os() {
|
|
4158
4158
|
* See the License for the specific language governing permissions and
|
4159
4159
|
* limitations under the License.
|
4160
4160
|
*/
|
4161
|
-
class
|
4161
|
+
class In {
|
4162
4162
|
/** @internal */
|
4163
4163
|
constructor(e, t) {
|
4164
4164
|
this.providerId = e, this.signInMethod = t;
|
@@ -4169,19 +4169,19 @@ class bn {
|
|
4169
4169
|
* @returns a JSON-serializable representation of this object.
|
4170
4170
|
*/
|
4171
4171
|
toJSON() {
|
4172
|
-
return
|
4172
|
+
return I("not implemented");
|
4173
4173
|
}
|
4174
4174
|
/** @internal */
|
4175
4175
|
_getIdTokenResponse(e) {
|
4176
|
-
return
|
4176
|
+
return I("not implemented");
|
4177
4177
|
}
|
4178
4178
|
/** @internal */
|
4179
4179
|
_linkToIdToken(e, t) {
|
4180
|
-
return
|
4180
|
+
return I("not implemented");
|
4181
4181
|
}
|
4182
4182
|
/** @internal */
|
4183
4183
|
_getReauthenticationResolver(e) {
|
4184
|
-
return
|
4184
|
+
return I("not implemented");
|
4185
4185
|
}
|
4186
4186
|
}
|
4187
4187
|
/**
|
@@ -4200,8 +4200,8 @@ class bn {
|
|
4200
4200
|
* See the License for the specific language governing permissions and
|
4201
4201
|
* limitations under the License.
|
4202
4202
|
*/
|
4203
|
-
async function
|
4204
|
-
return sn(n, "POST", "/v1/accounts:signInWithIdp",
|
4203
|
+
async function j(n, e) {
|
4204
|
+
return sn(n, "POST", "/v1/accounts:signInWithIdp", be(n, e));
|
4205
4205
|
}
|
4206
4206
|
/**
|
4207
4207
|
* @license
|
@@ -4220,7 +4220,7 @@ async function V(n, e) {
|
|
4220
4220
|
* limitations under the License.
|
4221
4221
|
*/
|
4222
4222
|
const cs = "http://localhost";
|
4223
|
-
class U extends
|
4223
|
+
class U extends In {
|
4224
4224
|
constructor() {
|
4225
4225
|
super(...arguments), this.pendingToken = null;
|
4226
4226
|
}
|
@@ -4263,17 +4263,17 @@ class U extends bn {
|
|
4263
4263
|
/** @internal */
|
4264
4264
|
_getIdTokenResponse(e) {
|
4265
4265
|
const t = this.buildRequest();
|
4266
|
-
return
|
4266
|
+
return j(e, t);
|
4267
4267
|
}
|
4268
4268
|
/** @internal */
|
4269
4269
|
_linkToIdToken(e, t) {
|
4270
4270
|
const r = this.buildRequest();
|
4271
|
-
return r.idToken = t,
|
4271
|
+
return r.idToken = t, j(e, r);
|
4272
4272
|
}
|
4273
4273
|
/** @internal */
|
4274
4274
|
_getReauthenticationResolver(e) {
|
4275
4275
|
const t = this.buildRequest();
|
4276
|
-
return t.autoCreate = !1,
|
4276
|
+
return t.autoCreate = !1, j(e, t);
|
4277
4277
|
}
|
4278
4278
|
buildRequest() {
|
4279
4279
|
const e = {
|
@@ -4604,7 +4604,7 @@ O.PROVIDER_ID = "github.com";
|
|
4604
4604
|
* See the License for the specific language governing permissions and
|
4605
4605
|
* limitations under the License.
|
4606
4606
|
*/
|
4607
|
-
class
|
4607
|
+
class C extends ne {
|
4608
4608
|
constructor() {
|
4609
4609
|
super(
|
4610
4610
|
"twitter.com"
|
@@ -4619,8 +4619,8 @@ class N extends ne {
|
|
4619
4619
|
*/
|
4620
4620
|
static credential(e, t) {
|
4621
4621
|
return U._fromParams({
|
4622
|
-
providerId:
|
4623
|
-
signInMethod:
|
4622
|
+
providerId: C.PROVIDER_ID,
|
4623
|
+
signInMethod: C.TWITTER_SIGN_IN_METHOD,
|
4624
4624
|
oauthToken: e,
|
4625
4625
|
oauthTokenSecret: t
|
4626
4626
|
});
|
@@ -4631,7 +4631,7 @@ class N extends ne {
|
|
4631
4631
|
* @param userCredential - The user credential.
|
4632
4632
|
*/
|
4633
4633
|
static credentialFromResult(e) {
|
4634
|
-
return
|
4634
|
+
return C.credentialFromTaggedObject(e);
|
4635
4635
|
}
|
4636
4636
|
/**
|
4637
4637
|
* Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
|
@@ -4640,7 +4640,7 @@ class N extends ne {
|
|
4640
4640
|
* @param userCredential - The user credential.
|
4641
4641
|
*/
|
4642
4642
|
static credentialFromError(e) {
|
4643
|
-
return
|
4643
|
+
return C.credentialFromTaggedObject(e.customData || {});
|
4644
4644
|
}
|
4645
4645
|
static credentialFromTaggedObject({ _tokenResponse: e }) {
|
4646
4646
|
if (!e)
|
@@ -4649,14 +4649,14 @@ class N extends ne {
|
|
4649
4649
|
if (!t || !r)
|
4650
4650
|
return null;
|
4651
4651
|
try {
|
4652
|
-
return
|
4652
|
+
return C.credential(t, r);
|
4653
4653
|
} catch {
|
4654
4654
|
return null;
|
4655
4655
|
}
|
4656
4656
|
}
|
4657
4657
|
}
|
4658
|
-
|
4659
|
-
|
4658
|
+
C.TWITTER_SIGN_IN_METHOD = "twitter.com";
|
4659
|
+
C.PROVIDER_ID = "twitter.com";
|
4660
4660
|
/**
|
4661
4661
|
* @license
|
4662
4662
|
* Copyright 2020 Google LLC
|
@@ -4761,7 +4761,7 @@ async function ls(n, e, t = !1) {
|
|
4761
4761
|
*/
|
4762
4762
|
async function ds(n, e, t = !1) {
|
4763
4763
|
const { auth: r } = n;
|
4764
|
-
if (
|
4764
|
+
if (v(r.app))
|
4765
4765
|
return Promise.reject(P(r));
|
4766
4766
|
const i = "reauthenticate";
|
4767
4767
|
try {
|
@@ -4811,7 +4811,7 @@ async function ds(n, e, t = !1) {
|
|
4811
4811
|
* limitations under the License.
|
4812
4812
|
*/
|
4813
4813
|
async function us(n, e, t = !1) {
|
4814
|
-
if (
|
4814
|
+
if (v(n.app))
|
4815
4815
|
return Promise.reject(P(n));
|
4816
4816
|
const r = "signIn", i = await En(n, r, e), s = await B._fromIdTokenResponse(n, r, i);
|
4817
4817
|
return t || await n._updateCurrentUser(s.user), s;
|
@@ -4833,7 +4833,7 @@ async function us(n, e, t = !1) {
|
|
4833
4833
|
* limitations under the License.
|
4834
4834
|
*/
|
4835
4835
|
async function hs(n, e) {
|
4836
|
-
return sn(n, "POST", "/v1/accounts:signInWithCustomToken",
|
4836
|
+
return sn(n, "POST", "/v1/accounts:signInWithCustomToken", be(n, e));
|
4837
4837
|
}
|
4838
4838
|
/**
|
4839
4839
|
* @license
|
@@ -4852,9 +4852,9 @@ async function hs(n, e) {
|
|
4852
4852
|
* limitations under the License.
|
4853
4853
|
*/
|
4854
4854
|
async function ps(n, e) {
|
4855
|
-
if (
|
4855
|
+
if (v(n.app))
|
4856
4856
|
return Promise.reject(P(n));
|
4857
|
-
const t =
|
4857
|
+
const t = ve(n), r = await hs(t, {
|
4858
4858
|
token: e,
|
4859
4859
|
returnSecureToken: !0
|
4860
4860
|
}), i = await B._fromIdTokenResponse(t, "signIn", r);
|
@@ -5004,7 +5004,7 @@ class Tn extends wn {
|
|
5004
5004
|
}
|
5005
5005
|
}
|
5006
5006
|
Tn.type = "LOCAL";
|
5007
|
-
const
|
5007
|
+
const bs = Tn;
|
5008
5008
|
/**
|
5009
5009
|
* @license
|
5010
5010
|
* Copyright 2020 Google LLC
|
@@ -5052,7 +5052,7 @@ const Rn = kn;
|
|
5052
5052
|
* See the License for the specific language governing permissions and
|
5053
5053
|
* limitations under the License.
|
5054
5054
|
*/
|
5055
|
-
function
|
5055
|
+
function vs(n) {
|
5056
5056
|
return Promise.all(n.map(async (e) => {
|
5057
5057
|
try {
|
5058
5058
|
return {
|
@@ -5083,7 +5083,7 @@ function Is(n) {
|
|
5083
5083
|
* See the License for the specific language governing permissions and
|
5084
5084
|
* limitations under the License.
|
5085
5085
|
*/
|
5086
|
-
class
|
5086
|
+
class Ie {
|
5087
5087
|
constructor(e) {
|
5088
5088
|
this.eventTarget = e, this.handlersMap = {}, this.boundEventHandler = this.handleEvent.bind(this);
|
5089
5089
|
}
|
@@ -5097,7 +5097,7 @@ class be {
|
|
5097
5097
|
const t = this.receivers.find((i) => i.isListeningto(e));
|
5098
5098
|
if (t)
|
5099
5099
|
return t;
|
5100
|
-
const r = new
|
5100
|
+
const r = new Ie(e);
|
5101
5101
|
return this.receivers.push(r), r;
|
5102
5102
|
}
|
5103
5103
|
isListeningto(e) {
|
@@ -5122,7 +5122,7 @@ class be {
|
|
5122
5122
|
eventId: r,
|
5123
5123
|
eventType: i
|
5124
5124
|
});
|
5125
|
-
const c = Array.from(a).map(async (l) => l(t.origin, s)), o = await
|
5125
|
+
const c = Array.from(a).map(async (l) => l(t.origin, s)), o = await vs(c);
|
5126
5126
|
t.ports[0].postMessage({
|
5127
5127
|
status: "done",
|
5128
5128
|
eventId: r,
|
@@ -5151,7 +5151,7 @@ class be {
|
|
5151
5151
|
this.handlersMap[e] && t && this.handlersMap[e].delete(t), (!t || this.handlersMap[e].size === 0) && delete this.handlersMap[e], Object.keys(this.handlersMap).length === 0 && this.eventTarget.removeEventListener("message", this.boundEventHandler);
|
5152
5152
|
}
|
5153
5153
|
}
|
5154
|
-
|
5154
|
+
Ie.receivers = [];
|
5155
5155
|
/**
|
5156
5156
|
* @license
|
5157
5157
|
* Copyright 2020 Google LLC
|
@@ -5190,7 +5190,7 @@ function Qe(n = "", e = 10) {
|
|
5190
5190
|
* See the License for the specific language governing permissions and
|
5191
5191
|
* limitations under the License.
|
5192
5192
|
*/
|
5193
|
-
class
|
5193
|
+
class Is {
|
5194
5194
|
constructor(e) {
|
5195
5195
|
this.target = e, this.handlers = /* @__PURE__ */ new Set();
|
5196
5196
|
}
|
@@ -5366,7 +5366,7 @@ function Rs() {
|
|
5366
5366
|
const n = indexedDB.deleteDatabase(Sn);
|
5367
5367
|
return new re(n).toPromise();
|
5368
5368
|
}
|
5369
|
-
function
|
5369
|
+
function Ve() {
|
5370
5370
|
const n = indexedDB.open(Sn, ks);
|
5371
5371
|
return new Promise((e, t) => {
|
5372
5372
|
n.addEventListener("error", () => {
|
@@ -5380,7 +5380,7 @@ function je() {
|
|
5380
5380
|
}
|
5381
5381
|
}), n.addEventListener("success", async () => {
|
5382
5382
|
const r = n.result;
|
5383
|
-
r.objectStoreNames.contains(ge) ? e(r) : (r.close(), await Rs(), e(await
|
5383
|
+
r.objectStoreNames.contains(ge) ? e(r) : (r.close(), await Rs(), e(await Ve()));
|
5384
5384
|
});
|
5385
5385
|
});
|
5386
5386
|
}
|
@@ -5400,14 +5400,14 @@ function At(n, e) {
|
|
5400
5400
|
return new re(t).toPromise();
|
5401
5401
|
}
|
5402
5402
|
const Ss = 800, Os = 3;
|
5403
|
-
class
|
5403
|
+
class Cn {
|
5404
5404
|
constructor() {
|
5405
5405
|
this.type = "LOCAL", this._shouldAllowMigration = !0, this.listeners = {}, this.localCache = {}, this.pollTimer = null, this.pendingWrites = 0, this.receiver = null, this.sender = null, this.serviceWorkerReceiverAvailable = !1, this.activeServiceWorker = null, this._workerInitializationPromise = this.initializeServiceWorkerMessaging().then(() => {
|
5406
5406
|
}, () => {
|
5407
5407
|
});
|
5408
5408
|
}
|
5409
5409
|
async _openDb() {
|
5410
|
-
return this.db ? this.db : (this.db = await
|
5410
|
+
return this.db ? this.db : (this.db = await Ve(), this.db);
|
5411
5411
|
}
|
5412
5412
|
async _withRetries(e) {
|
5413
5413
|
let t = 0;
|
@@ -5432,7 +5432,7 @@ class Nn {
|
|
5432
5432
|
* As the worker we should listen to events from the main window.
|
5433
5433
|
*/
|
5434
5434
|
async initializeReceiver() {
|
5435
|
-
this.receiver =
|
5435
|
+
this.receiver = Ie._getInstance(Ts()), this.receiver._subscribe("keyChanged", async (e, t) => ({
|
5436
5436
|
keyProcessed: (await this._poll()).includes(t.key)
|
5437
5437
|
})), this.receiver._subscribe("ping", async (e, t) => [
|
5438
5438
|
"keyChanged"
|
@@ -5450,7 +5450,7 @@ class Nn {
|
|
5450
5450
|
var e, t;
|
5451
5451
|
if (this.activeServiceWorker = await Es(), !this.activeServiceWorker)
|
5452
5452
|
return;
|
5453
|
-
this.sender = new
|
5453
|
+
this.sender = new Is(this.activeServiceWorker);
|
5454
5454
|
const r = await this.sender._send(
|
5455
5455
|
"ping",
|
5456
5456
|
{},
|
@@ -5488,7 +5488,7 @@ class Nn {
|
|
5488
5488
|
try {
|
5489
5489
|
if (!indexedDB)
|
5490
5490
|
return !1;
|
5491
|
-
const e = await
|
5491
|
+
const e = await Ve();
|
5492
5492
|
return await Rt(e, _e, "1"), await At(e, _e), !0;
|
5493
5493
|
} catch {
|
5494
5494
|
}
|
@@ -5549,8 +5549,8 @@ class Nn {
|
|
5549
5549
|
this.listeners[e] && (this.listeners[e].delete(t), this.listeners[e].size === 0 && delete this.listeners[e]), Object.keys(this.listeners).length === 0 && this.stopPolling();
|
5550
5550
|
}
|
5551
5551
|
}
|
5552
|
-
|
5553
|
-
const
|
5552
|
+
Cn.type = "LOCAL";
|
5553
|
+
const Cs = Cn;
|
5554
5554
|
new te(3e4, 6e4);
|
5555
5555
|
/**
|
5556
5556
|
* @license
|
@@ -5568,7 +5568,7 @@ new te(3e4, 6e4);
|
|
5568
5568
|
* See the License for the specific language governing permissions and
|
5569
5569
|
* limitations under the License.
|
5570
5570
|
*/
|
5571
|
-
function
|
5571
|
+
function Ns(n, e) {
|
5572
5572
|
return e ? E(e) : (u(
|
5573
5573
|
n._popupRedirectResolver,
|
5574
5574
|
n,
|
@@ -5592,7 +5592,7 @@ function Cs(n, e) {
|
|
5592
5592
|
* See the License for the specific language governing permissions and
|
5593
5593
|
* limitations under the License.
|
5594
5594
|
*/
|
5595
|
-
class et extends
|
5595
|
+
class et extends In {
|
5596
5596
|
constructor(e) {
|
5597
5597
|
super(
|
5598
5598
|
"custom",
|
@@ -5601,13 +5601,13 @@ class et extends bn {
|
|
5601
5601
|
), this.params = e;
|
5602
5602
|
}
|
5603
5603
|
_getIdTokenResponse(e) {
|
5604
|
-
return
|
5604
|
+
return j(e, this._buildIdpRequest());
|
5605
5605
|
}
|
5606
5606
|
_linkToIdToken(e, t) {
|
5607
|
-
return
|
5607
|
+
return j(e, this._buildIdpRequest(t));
|
5608
5608
|
}
|
5609
5609
|
_getReauthenticationResolver(e) {
|
5610
|
-
return
|
5610
|
+
return j(e, this._buildIdpRequest());
|
5611
5611
|
}
|
5612
5612
|
_buildIdpRequest(e) {
|
5613
5613
|
const t = {
|
@@ -5659,7 +5659,7 @@ async function Ms(n) {
|
|
5659
5659
|
* See the License for the specific language governing permissions and
|
5660
5660
|
* limitations under the License.
|
5661
5661
|
*/
|
5662
|
-
class
|
5662
|
+
class Nn {
|
5663
5663
|
constructor(e, t, r, i, s = !1) {
|
5664
5664
|
this.auth = e, this.resolver = r, this.user = i, this.bypassAuthState = s, this.pendingPromise = null, this.eventManager = null, this.filter = Array.isArray(t) ? t : [t];
|
5665
5665
|
}
|
@@ -5743,7 +5743,7 @@ class Cn {
|
|
5743
5743
|
* limitations under the License.
|
5744
5744
|
*/
|
5745
5745
|
const Ls = new te(2e3, 1e4);
|
5746
|
-
class F extends
|
5746
|
+
class F extends Nn {
|
5747
5747
|
constructor(e, t, r, i, s) {
|
5748
5748
|
super(e, t, i, s), this.provider = r, this.authWindow = null, this.pollId = null, F.currentPopupAction && F.currentPopupAction.cancel(), F.currentPopupAction = this;
|
5749
5749
|
}
|
@@ -5829,7 +5829,7 @@ F.currentPopupAction = null;
|
|
5829
5829
|
* limitations under the License.
|
5830
5830
|
*/
|
5831
5831
|
const Us = "pendingRedirect", oe = /* @__PURE__ */ new Map();
|
5832
|
-
class Bs extends
|
5832
|
+
class Bs extends Nn {
|
5833
5833
|
constructor(e, t, r = !1) {
|
5834
5834
|
super(e, [
|
5835
5835
|
"signInViaRedirect",
|
@@ -5891,10 +5891,10 @@ function Hs(n) {
|
|
5891
5891
|
function Ws(n) {
|
5892
5892
|
return ae(Us, n.config.apiKey, n.name);
|
5893
5893
|
}
|
5894
|
-
async function
|
5895
|
-
if (
|
5894
|
+
async function Vs(n, e, t = !1) {
|
5895
|
+
if (v(n.app))
|
5896
5896
|
return Promise.reject(P(n));
|
5897
|
-
const r =
|
5897
|
+
const r = ve(n), i = Ns(r, e), a = await new Bs(r, i, t).execute();
|
5898
5898
|
return a && !t && (delete a.user._redirectEventId, await r._persistUserIfCurrent(a.user), await r._setRedirectUser(null, e)), a;
|
5899
5899
|
}
|
5900
5900
|
/**
|
@@ -5913,7 +5913,7 @@ async function js(n, e, t = !1) {
|
|
5913
5913
|
* See the License for the specific language governing permissions and
|
5914
5914
|
* limitations under the License.
|
5915
5915
|
*/
|
5916
|
-
const
|
5916
|
+
const js = 10 * 60 * 1e3;
|
5917
5917
|
class Gs {
|
5918
5918
|
constructor(e) {
|
5919
5919
|
this.auth = e, this.cachedEventUids = /* @__PURE__ */ new Set(), this.consumers = /* @__PURE__ */ new Set(), this.queuedRedirectEvent = null, this.hasHandledPotentialRedirect = !1, this.lastProcessedEventTime = Date.now();
|
@@ -5945,7 +5945,7 @@ class Gs {
|
|
5945
5945
|
return t.filter.includes(e.type) && r;
|
5946
5946
|
}
|
5947
5947
|
hasEventBeenHandled(e) {
|
5948
|
-
return Date.now() - this.lastProcessedEventTime >=
|
5948
|
+
return Date.now() - this.lastProcessedEventTime >= js && this.cachedEventUids.clear(), this.cachedEventUids.has(St(e));
|
5949
5949
|
}
|
5950
5950
|
saveEventToCache(e) {
|
5951
5951
|
this.cachedEventUids.add(St(e)), this.lastProcessedEventTime = Date.now();
|
@@ -6203,7 +6203,7 @@ const oa = {
|
|
6203
6203
|
statusbar: "yes",
|
6204
6204
|
toolbar: "no"
|
6205
6205
|
}, ca = 500, la = 600, da = "_blank", ua = "http://localhost";
|
6206
|
-
class
|
6206
|
+
class Ct {
|
6207
6207
|
constructor(e) {
|
6208
6208
|
this.window = e, this.associatedEvent = null;
|
6209
6209
|
}
|
@@ -6225,9 +6225,9 @@ function ha(n, e, t, r = ca, i = la) {
|
|
6225
6225
|
left: a
|
6226
6226
|
}), l = f().toLowerCase();
|
6227
6227
|
t && (c = hn(l) ? da : t), dn(l) && (e = e || ua, o.scrollbars = "yes");
|
6228
|
-
const d = Object.entries(o).reduce((m, [
|
6228
|
+
const d = Object.entries(o).reduce((m, [b, x]) => `${m}${b}=${x},`, "");
|
6229
6229
|
if ($i(l) && c !== "_self")
|
6230
|
-
return pa(e || "", c), new
|
6230
|
+
return pa(e || "", c), new Ct(null);
|
6231
6231
|
const h = window.open(e || "", c, d);
|
6232
6232
|
u(
|
6233
6233
|
h,
|
@@ -6239,7 +6239,7 @@ function ha(n, e, t, r = ca, i = la) {
|
|
6239
6239
|
h.focus();
|
6240
6240
|
} catch {
|
6241
6241
|
}
|
6242
|
-
return new
|
6242
|
+
return new Ct(h);
|
6243
6243
|
}
|
6244
6244
|
function pa(n, e) {
|
6245
6245
|
const t = document.createElement("a");
|
@@ -6264,7 +6264,7 @@ function pa(n, e) {
|
|
6264
6264
|
* limitations under the License.
|
6265
6265
|
*/
|
6266
6266
|
const ma = "__/auth/handler", fa = "emulator/auth/handler", _a = encodeURIComponent("fac");
|
6267
|
-
async function
|
6267
|
+
async function Nt(n, e, t, r, i, s) {
|
6268
6268
|
u(
|
6269
6269
|
n.config.authDomain,
|
6270
6270
|
n,
|
@@ -6320,21 +6320,21 @@ function ga({ config: n }) {
|
|
6320
6320
|
* limitations under the License.
|
6321
6321
|
*/
|
6322
6322
|
const De = "webStorageSupport";
|
6323
|
-
class
|
6323
|
+
class ba {
|
6324
6324
|
constructor() {
|
6325
|
-
this.eventManagers = {}, this.iframes = {}, this.originValidationPromises = {}, this._redirectPersistence = Rn, this._completeRedirectFn =
|
6325
|
+
this.eventManagers = {}, this.iframes = {}, this.originValidationPromises = {}, this._redirectPersistence = Rn, this._completeRedirectFn = Vs, this._overrideRedirectResult = Fs;
|
6326
6326
|
}
|
6327
6327
|
// Wrapping in async even though we don't await anywhere in order
|
6328
6328
|
// to make sure errors are raised as promise rejections
|
6329
6329
|
async _openPopup(e, t, r, i) {
|
6330
6330
|
var s;
|
6331
6331
|
k((s = this.eventManagers[e._key()]) === null || s === void 0 ? void 0 : s.manager, "_initialize() not called before _openPopup()");
|
6332
|
-
const a = await
|
6332
|
+
const a = await Nt(e, t, r, He(), i);
|
6333
6333
|
return ha(e, a, Qe());
|
6334
6334
|
}
|
6335
6335
|
async _openRedirect(e, t, r, i) {
|
6336
6336
|
await this._originValidation(e);
|
6337
|
-
const s = await
|
6337
|
+
const s = await Nt(e, t, r, He(), i);
|
6338
6338
|
return ys(s), new Promise(() => {
|
6339
6339
|
});
|
6340
6340
|
}
|
@@ -6380,7 +6380,7 @@ class va {
|
|
6380
6380
|
return gn() || un() || Ke();
|
6381
6381
|
}
|
6382
6382
|
}
|
6383
|
-
const
|
6383
|
+
const va = ba;
|
6384
6384
|
var Dt = "@firebase/auth", Pt = "1.7.9";
|
6385
6385
|
/**
|
6386
6386
|
* @license
|
@@ -6398,7 +6398,7 @@ var Dt = "@firebase/auth", Pt = "1.7.9";
|
|
6398
6398
|
* See the License for the specific language governing permissions and
|
6399
6399
|
* limitations under the License.
|
6400
6400
|
*/
|
6401
|
-
class
|
6401
|
+
class Ia {
|
6402
6402
|
constructor(e) {
|
6403
6403
|
this.auth = e, this.internalListeners = /* @__PURE__ */ new Map();
|
6404
6404
|
}
|
@@ -6478,7 +6478,7 @@ function Ea(n) {
|
|
6478
6478
|
apiHost: "identitytoolkit.googleapis.com",
|
6479
6479
|
tokenApiHost: "securetoken.googleapis.com",
|
6480
6480
|
apiScheme: "https",
|
6481
|
-
sdkClientVersion:
|
6481
|
+
sdkClientVersion: bn(n)
|
6482
6482
|
}, l = new qi(r, i, s, o);
|
6483
6483
|
return is(l, t), l;
|
6484
6484
|
},
|
@@ -6495,11 +6495,11 @@ function Ea(n) {
|
|
6495
6495
|
})), X(new G(
|
6496
6496
|
"auth-internal",
|
6497
6497
|
(e) => {
|
6498
|
-
const t =
|
6498
|
+
const t = ve(e.getProvider(
|
6499
6499
|
"auth"
|
6500
6500
|
/* _ComponentName.AUTH */
|
6501
6501
|
).getImmediate());
|
6502
|
-
return ((r) => new
|
6502
|
+
return ((r) => new Ia(r))(t);
|
6503
6503
|
},
|
6504
6504
|
"PRIVATE"
|
6505
6505
|
/* ComponentType.PRIVATE */
|
@@ -6538,15 +6538,15 @@ const ka = (n) => async (e) => {
|
|
6538
6538
|
} : {}
|
6539
6539
|
}));
|
6540
6540
|
};
|
6541
|
-
function Ra(n =
|
6541
|
+
function Ra(n = bi()) {
|
6542
6542
|
const e = Xt(n, "auth");
|
6543
6543
|
if (e.isInitialized())
|
6544
6544
|
return e.getImmediate();
|
6545
6545
|
const t = rs(n, {
|
6546
|
-
popupRedirectResolver:
|
6546
|
+
popupRedirectResolver: va,
|
6547
6547
|
persistence: [
|
6548
|
-
|
6549
|
-
|
6548
|
+
Cs,
|
6549
|
+
bs,
|
6550
6550
|
Rn
|
6551
6551
|
]
|
6552
6552
|
}), r = zt("authTokenSyncURL");
|
@@ -6557,7 +6557,7 @@ function Ra(n = vi()) {
|
|
6557
6557
|
fs(t, a, () => a(t.currentUser)), ms(t, (c) => a(c));
|
6558
6558
|
}
|
6559
6559
|
}
|
6560
|
-
const i =
|
6560
|
+
const i = jt("auth");
|
6561
6561
|
return i && ss(t, `http://${i}`), t;
|
6562
6562
|
}
|
6563
6563
|
function Aa() {
|
@@ -6587,7 +6587,15 @@ Ea(
|
|
6587
6587
|
);
|
6588
6588
|
const Sa = Ln({
|
6589
6589
|
history: Un(),
|
6590
|
-
routes: [
|
6590
|
+
routes: [
|
6591
|
+
...Ge,
|
6592
|
+
...le,
|
6593
|
+
{
|
6594
|
+
path: "/forbidden",
|
6595
|
+
name: "mf-payment-forbidden",
|
6596
|
+
component: () => import("./Forbidden-Dqw0MqyC.js")
|
6597
|
+
}
|
6598
|
+
]
|
6591
6599
|
});
|
6592
6600
|
let Pe, Me;
|
6593
6601
|
Sa.beforeEach(async (n) => {
|
@@ -6597,13 +6605,23 @@ Sa.beforeEach(async (n) => {
|
|
6597
6605
|
currentBusiness: r,
|
6598
6606
|
readRestaurants: i,
|
6599
6607
|
changeRestaurant: s
|
6600
|
-
} =
|
6601
|
-
|
6602
|
-
|
6603
|
-
|
6604
|
-
|
6605
|
-
|
6606
|
-
|
6608
|
+
} = je();
|
6609
|
+
if (n.name.startsWith("mf-payment-admin")) {
|
6610
|
+
if (!e.value) {
|
6611
|
+
Pe || (Pe = new Promise((c) => {
|
6612
|
+
const o = Z(e, (l) => {
|
6613
|
+
var d, h;
|
6614
|
+
l && (o(), c(
|
6615
|
+
(((d = e.value) == null ? void 0 : d.role.isStaff) || ((h = e.value) == null ? void 0 : h.role.isAdmin)) ?? !1
|
6616
|
+
));
|
6617
|
+
});
|
6618
|
+
}));
|
6619
|
+
const a = await Pe;
|
6620
|
+
return a || { name: "mf-payment-forbidden" };
|
6621
|
+
}
|
6622
|
+
return !0;
|
6623
|
+
}
|
6624
|
+
return !r.value || !t.value ? (Me || (Me = Promise.all([
|
6607
6625
|
new Promise(async (a) => {
|
6608
6626
|
const c = Z(r, (o) => {
|
6609
6627
|
o && (c(), a(!0));
|
@@ -6620,7 +6638,7 @@ Sa.beforeEach(async (n) => {
|
|
6620
6638
|
const Oa = /* @__PURE__ */ Ut({
|
6621
6639
|
__name: "AppSidebar",
|
6622
6640
|
setup(n) {
|
6623
|
-
const e =
|
6641
|
+
const e = je(), t = Bn(), { t: r } = Gn(), i = Fn(t.currentRoute.value.name);
|
6624
6642
|
Z(t.currentRoute, () => {
|
6625
6643
|
let l = t.currentRoute.value.name;
|
6626
6644
|
t.currentRoute.value.meta.parent && (l = t.currentRoute.value.meta.parent), i.value = l;
|
@@ -6661,9 +6679,9 @@ const Oa = /* @__PURE__ */ Ut({
|
|
6661
6679
|
}
|
6662
6680
|
};
|
6663
6681
|
}).filter((d) => !!d), o = Lt(() => {
|
6664
|
-
var d;
|
6682
|
+
var d, h;
|
6665
6683
|
const l = [...s];
|
6666
|
-
return (d = e.sessionUser.value) != null && d.
|
6684
|
+
return ((d = e.sessionUser.value) != null && d.role.isStaff || (h = e.sessionUser.value) != null && h.role.isAdmin) && (l.push({
|
6667
6685
|
label: "",
|
6668
6686
|
value: "divider",
|
6669
6687
|
disabled: !0
|
@@ -6703,11 +6721,11 @@ const Oa = /* @__PURE__ */ Ut({
|
|
6703
6721
|
};
|
6704
6722
|
}
|
6705
6723
|
});
|
6706
|
-
var
|
6724
|
+
var Ca = { 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" };
|
6707
6725
|
const xa = /* @__PURE__ */ Ut({
|
6708
6726
|
__name: "App",
|
6709
6727
|
setup(n) {
|
6710
|
-
const { state: e } = Kn(), t =
|
6728
|
+
const { state: e } = Kn(), t = je(), r = xn(), i = Yt(Ca.firebase);
|
6711
6729
|
async function s() {
|
6712
6730
|
const a = t.sessionUser.value;
|
6713
6731
|
if (!a || !a.token) return;
|
@@ -6716,12 +6734,12 @@ const xa = /* @__PURE__ */ Ut({
|
|
6716
6734
|
}
|
6717
6735
|
return s(), Z(t.sessionUser, s), Wn(() => {
|
6718
6736
|
e.isIframe && parent.postMessage({ event: "ready" }, "*");
|
6719
|
-
}),
|
6737
|
+
}), Vn(() => {
|
6720
6738
|
t.registerSidebarComponent(Oa);
|
6721
6739
|
}), (a, c) => {
|
6722
6740
|
const o = Bt("RouterView");
|
6723
6741
|
return xt(), Ft(o, {
|
6724
|
-
key:
|
6742
|
+
key: jn(r).path
|
6725
6743
|
});
|
6726
6744
|
};
|
6727
6745
|
}
|
@@ -6736,7 +6754,7 @@ export {
|
|
6736
6754
|
X as _,
|
6737
6755
|
Xt as a,
|
6738
6756
|
Ua as b,
|
6739
|
-
|
6757
|
+
bi as c,
|
6740
6758
|
Ba as d,
|
6741
6759
|
gt as e,
|
6742
6760
|
Ha as f,
|