@feedmepos/mf-payment 1.0.0 → 1.0.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/README.md +11 -1
  2. package/dist/{AutoCopyCell.vue_vue_type_script_setup_true_lang-GXPXBEf5.js → AutoCopyCell.vue_vue_type_script_setup_true_lang-CdmfrBoW.js} +8 -9
  3. package/dist/DateRangePicker.vue_vue_type_script_setup_true_lang-dP_5WjEJ.js +31 -0
  4. package/dist/PDFViewer-xrBtzrlR.js +22426 -0
  5. package/dist/{PayoutAccount-Dc1CYQ0W.js → PayoutAccount-CyVXI1Sx.js} +93 -83
  6. package/dist/{PayoutAccount-DZaKHWcy.js → PayoutAccount-DGUnImHC.js} +259 -258
  7. package/dist/{PayoutAccountSetting-BzmNuLFj.js → PayoutAccountSetting-BbtOFbsd.js} +161 -183
  8. package/dist/Restaurant-ewsvVw3P.js +262 -0
  9. package/dist/RestaurantSetting-BboKM1iG.js +389 -0
  10. package/dist/SelectAll.vue_vue_type_script_setup_true_lang-DA4rs3tk.js +42 -0
  11. package/dist/{Settlement-Bx3zAkIw.js → Settlement-DsJlFpCC.js} +41 -43
  12. package/dist/Settlement-Hr7jN3EL.js +145 -0
  13. package/dist/{SettlementTransactions-D_SVuKyR.js → SettlementTransactions-BncoGGQ3.js} +10 -10
  14. package/dist/{SettlementTransactions-AaYyTH96.js → SettlementTransactions-Bz9ZVYfq.js} +41 -41
  15. package/dist/{Terminal-68OQnhM3.js → Terminal-D-U0BVTe.js} +117 -103
  16. package/dist/TerminalSetting-JD3sbXOB.js +387 -0
  17. package/dist/TerminalTransaction-B5iY_F-3.js +261 -0
  18. package/dist/TerminalTransaction-DHmD5x8e.js +485 -0
  19. package/dist/{Transaction-a1VfiCP_.js → Transaction-BedQtv8p.js} +125 -127
  20. package/dist/Transaction-DA_TB9zD.js +238 -0
  21. package/dist/api/restaurant/index.d.ts +6 -0
  22. package/dist/{app-C9FRsUfb.js → app-CpyZU23J.js} +315 -285
  23. package/dist/app.js +1 -1
  24. package/dist/{assets-Bji7O2YD.js → assets-8c19wXSV.js} +22 -21
  25. package/dist/components/AdminLayout.vue.d.ts +8 -13
  26. package/dist/components/AutoCopyCell.vue.d.ts +3 -4
  27. package/dist/components/DateRangePicker.vue.d.ts +13 -0
  28. package/dist/components/Layout.vue.d.ts +8 -13
  29. package/dist/components/PDFViewer.vue.d.ts +1 -1
  30. package/dist/components/PagingTable/FmTableSelection.vue.d.ts +13 -0
  31. package/dist/components/PagingTable/index.vue.d.ts +48 -0
  32. package/dist/components/RouteCell.vue.d.ts +5 -6
  33. package/dist/components/SelectAll.vue.d.ts +57 -0
  34. package/dist/helpers/idToDate.d.ts +1 -1
  35. package/dist/{index-Bt_OgDYn.js → index-1fXAFo2E.js} +32176 -32166
  36. package/dist/index-BIXuzGa9.js +19 -0
  37. package/dist/{index-DBfZnaV1.js → index-Cb1zVhcH.js} +1 -1
  38. package/dist/{index-DSuZG0l6.js → index-DEpszFWF.js} +1 -1
  39. package/dist/{index-DjDGwRX8.js → index-DdJrUqkm.js} +1 -1
  40. package/dist/{index-CLYePgWW.js → index-DeU3Qyca.js} +1 -1
  41. package/dist/{index-_0TroOJr.js → index-DoAIw4wM.js} +1 -1
  42. package/dist/index-DsLFmVsY.js +28 -0
  43. package/dist/{index.vue_vue_type_script_setup_true_lang-Jlcg1hAB.js → index.vue_vue_type_script_setup_true_lang-GT2x04Bn.js} +64 -61
  44. package/dist/package.json +2 -2
  45. package/dist/{payout-account-BWcq7OJy.js → payout-account-BbheLTUt.js} +2 -2
  46. package/dist/router/index.d.ts +1 -0
  47. package/dist/stores/iframe.d.ts +1 -1
  48. package/dist/stores/payoutAccount.d.ts +1 -1
  49. package/dist/{transaction-DqrhM5jB.js → transaction-W49zE8RL.js} +26 -16
  50. package/dist/tsconfig.app.tsbuildinfo +1 -1
  51. package/dist/views/admin/payout-account/cell/Bank.vue.d.ts +3 -5
  52. package/dist/views/admin/payout-account/cell/IsActive.vue.d.ts +3 -5
  53. package/dist/views/admin/payout-account/cell/PersonInCharge.vue.d.ts +3 -5
  54. package/dist/views/admin/payout-account/cell/RateInput.vue.d.ts +3 -5
  55. package/dist/views/admin/payout-account/cell/Status.vue.d.ts +3 -5
  56. package/dist/views/admin/payout-account/cell/TPlusInput.vue.d.ts +3 -5
  57. package/dist/views/admin/restaurant/Restaurant.vue.d.ts +2 -0
  58. package/dist/views/admin/restaurant/RestaurantSetting.vue.d.ts +12 -0
  59. package/dist/views/admin/restaurant/cell/IsActive.vue.d.ts +7 -0
  60. package/dist/views/admin/restaurant/tabs/PaymentGateway.vue.d.ts +803 -0
  61. package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +56 -0
  62. package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +50 -0
  63. package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +52 -0
  64. package/dist/views/admin/settlement/cell/Actions.vue.d.ts +4 -6
  65. package/dist/views/admin/settlement/cell/Gateway.vue.d.ts +3 -5
  66. package/dist/views/admin/settlement/cell/Method.vue.d.ts +3 -5
  67. package/dist/views/admin/settlement/cell/Status.vue.d.ts +3 -5
  68. package/dist/views/admin/terminal/TerminalBindCodeDialog.vue.d.ts +1 -1
  69. package/dist/views/admin/terminal/cell/Actions.vue.d.ts +7 -79
  70. package/dist/views/admin/terminal/cell/ID.vue.d.ts +3 -5
  71. package/dist/views/admin/terminal-transaction/cell/Actions.vue.d.ts +3 -4
  72. package/dist/views/admin/terminal-transaction/cell/Gateway.vue.d.ts +3 -5
  73. package/dist/views/admin/terminal-transaction/cell/Status.vue.d.ts +3 -5
  74. package/dist/views/admin/terminal-transaction/cell/Timestamp.vue.d.ts +7 -0
  75. package/dist/views/admin/transaction/cell/Actions.vue.d.ts +3 -4
  76. package/dist/views/admin/transaction/cell/Gateway.vue.d.ts +3 -5
  77. package/dist/views/admin/transaction/cell/Method.vue.d.ts +3 -5
  78. package/dist/views/admin/transaction/cell/Status.vue.d.ts +3 -5
  79. package/dist/views/payout-account/cell/Bank.vue.d.ts +3 -5
  80. package/dist/views/payout-account/cell/IsActive.vue.d.ts +3 -5
  81. package/dist/views/payout-account/cell/PersonInCharge.vue.d.ts +3 -5
  82. package/dist/views/payout-account/cell/Status.vue.d.ts +3 -5
  83. package/dist/views/settlement/cell/Actions.vue.d.ts +4 -6
  84. package/dist/views/settlement/cell/Gateway.vue.d.ts +3 -5
  85. package/dist/views/settlement/cell/Method.vue.d.ts +3 -5
  86. package/dist/views/settlement/cell/Status.vue.d.ts +3 -5
  87. package/dist/views/terminal-transaction/cell/Gateway.vue.d.ts +3 -5
  88. package/dist/views/terminal-transaction/cell/Status.vue.d.ts +3 -5
  89. package/dist/views/transaction/cell/Gateway.vue.d.ts +3 -5
  90. package/dist/views/transaction/cell/Method.vue.d.ts +3 -5
  91. package/dist/views/transaction/cell/Status.vue.d.ts +3 -5
  92. package/package.json +2 -2
  93. package/dist/PDFViewer-CjH_C1uT.js +0 -21792
  94. package/dist/Settlement-mwnO-iYH.js +0 -150
  95. package/dist/TerminalSetting-DEFim0xg.js +0 -379
  96. package/dist/TerminalTransaction-CQjNdffr.js +0 -426
  97. package/dist/TerminalTransaction-ClihmWOJ.js +0 -250
  98. package/dist/Transaction-68L7JzIk.js +0 -242
@@ -1,21 +1,41 @@
1
1
  import { createRouter as Ln, createWebHistory as Un, useRouter as Bn } from "vue-router";
2
- import { computed as Lt, watch as J, defineComponent as Ut, ref as Fn, resolveComponent as Bt, openBlock as Ft, createBlock as xt, onMounted as xn, onBeforeMount as Hn } from "vue";
3
- import { useCoreStore as We } from "@feedmepos/mf-common";
4
- import { defineStore as jn } from "pinia";
2
+ import { computed as Lt, watch as J, defineComponent as Ut, ref as Hn, resolveComponent as Bt, openBlock as Ht, createBlock as Wt, onMounted as Wn, onBeforeMount as xn } from "vue";
3
+ import { useCoreStore as je } from "@feedmepos/mf-common";
4
+ import { defineStore as Fn } from "pinia";
5
5
  const Ve = [
6
+ {
7
+ path: "/admin/restaurants",
8
+ name: "mf-payment-admin.restaurant",
9
+ meta: {
10
+ sidebarDisplay: "Restaurants"
11
+ },
12
+ component: () => import("./Restaurant-ewsvVw3P.js")
13
+ },
14
+ {
15
+ path: "/admin/restaurants/:restaurantId",
16
+ name: "mf-payment-admin.restaurant-settings",
17
+ props: !0,
18
+ meta: {
19
+ parent: "mf-payment-admin.restaurant"
20
+ },
21
+ component: () => import("./RestaurantSetting-BboKM1iG.js")
22
+ },
6
23
  {
7
24
  path: "/admin/payout-accounts",
8
25
  name: "mf-payment-admin.payout-account",
9
26
  meta: {
10
27
  sidebarDisplay: "Payout Accounts"
11
28
  },
12
- component: () => import("./PayoutAccount-Dc1CYQ0W.js")
29
+ component: () => import("./PayoutAccount-CyVXI1Sx.js")
13
30
  },
14
31
  {
15
32
  path: "/admin/payout-accounts/:accountId",
16
33
  name: "mf-payment-admin.payout-account-settings",
17
34
  props: !0,
18
- component: () => import("./PayoutAccountSetting-BzmNuLFj.js")
35
+ meta: {
36
+ parent: "mf-payment-admin.payout-account"
37
+ },
38
+ component: () => import("./PayoutAccountSetting-BbtOFbsd.js")
19
39
  },
20
40
  {
21
41
  path: "/admin/terminal",
@@ -23,21 +43,24 @@ const Ve = [
23
43
  meta: {
24
44
  sidebarDisplay: "Terminals"
25
45
  },
26
- component: () => import("./Terminal-68OQnhM3.js")
46
+ component: () => import("./Terminal-D-U0BVTe.js")
27
47
  },
28
48
  {
29
49
  path: "/admin/terminal/:terminalId",
30
50
  name: "mf-payment-admin.terminal-setting",
31
51
  props: !0,
32
- component: () => import("./TerminalSetting-DEFim0xg.js")
52
+ meta: {
53
+ parent: "mf-payment-admin.terminal"
54
+ },
55
+ component: () => import("./TerminalSetting-JD3sbXOB.js")
33
56
  },
34
57
  {
35
58
  path: "/admin/terminal-transaction",
36
59
  name: "mf-payment-admin.terminal-transaction",
37
60
  meta: {
38
- sidebarDisplay: "Offline Transactions"
61
+ sidebarDisplay: "Terminal Transactions"
39
62
  },
40
- component: () => import("./TerminalTransaction-CQjNdffr.js")
63
+ component: () => import("./TerminalTransaction-DHmD5x8e.js")
41
64
  },
42
65
  {
43
66
  path: "/admin/transaction",
@@ -45,7 +68,7 @@ const Ve = [
45
68
  meta: {
46
69
  sidebarDisplay: "Online Transactions"
47
70
  },
48
- component: () => import("./Transaction-a1VfiCP_.js")
71
+ component: () => import("./Transaction-BedQtv8p.js")
49
72
  },
50
73
  {
51
74
  path: "/admin/settlement",
@@ -53,13 +76,16 @@ const Ve = [
53
76
  meta: {
54
77
  sidebarDisplay: "Settlements"
55
78
  },
56
- component: () => import("./Settlement-Bx3zAkIw.js")
79
+ component: () => import("./Settlement-DsJlFpCC.js")
57
80
  },
58
81
  {
59
82
  path: "/admin/settlement/:settlementId",
60
83
  name: "mf-payment-admin.settlement-transaction",
61
84
  props: !0,
62
- component: () => import("./SettlementTransactions-D_SVuKyR.js")
85
+ meta: {
86
+ parent: "mf-payment-admin.settlement"
87
+ },
88
+ component: () => import("./SettlementTransactions-BncoGGQ3.js")
63
89
  }
64
90
  ], Ge = [
65
91
  {
@@ -69,7 +95,7 @@ const Ve = [
69
95
  {
70
96
  path: "/payout-account",
71
97
  name: "mf-payment-payout-account",
72
- component: () => import("./PayoutAccount-DZaKHWcy.js"),
98
+ component: () => import("./PayoutAccount-DGUnImHC.js"),
73
99
  meta: {
74
100
  sidebarDisplay: "Payout Accounts"
75
101
  }
@@ -78,14 +104,14 @@ const Ve = [
78
104
  path: "/terminal-tranasction",
79
105
  name: "mf-payment-terminal-transaction",
80
106
  meta: {
81
- sidebarDisplay: "Offline Transactions"
107
+ sidebarDisplay: "Terminal Transactions"
82
108
  },
83
- component: () => import("./TerminalTransaction-ClihmWOJ.js")
109
+ component: () => import("./TerminalTransaction-B5iY_F-3.js")
84
110
  },
85
111
  {
86
112
  path: "/transaction",
87
113
  name: "mf-payment-transaction",
88
- component: () => import("./Transaction-68L7JzIk.js"),
114
+ component: () => import("./Transaction-DA_TB9zD.js"),
89
115
  meta: {
90
116
  sidebarDisplay: "Online Transactions"
91
117
  }
@@ -93,7 +119,7 @@ const Ve = [
93
119
  {
94
120
  path: "/settlement",
95
121
  name: "mf-payment-settlement",
96
- component: () => import("./Settlement-mwnO-iYH.js"),
122
+ component: () => import("./Settlement-Hr7jN3EL.js"),
97
123
  meta: {
98
124
  sidebarDisplay: "Settlements"
99
125
  }
@@ -102,9 +128,12 @@ const Ve = [
102
128
  path: "/settlement/:settlementId",
103
129
  name: "mf-payment-settlement-transaction",
104
130
  props: !0,
105
- component: () => import("./SettlementTransactions-AaYyTH96.js")
131
+ component: () => import("./SettlementTransactions-Bz9ZVYfq.js"),
132
+ meta: {
133
+ parent: "mf-payment-settlement"
134
+ }
106
135
  }
107
- ], Wn = jn("iframe", () => {
136
+ ], jn = Fn("mf-payment-iframe", () => {
108
137
  const n = {
109
138
  isIframe: !1
110
139
  }, e = Lt(() => n);
@@ -116,7 +145,7 @@ const Ve = [
116
145
  init: t
117
146
  };
118
147
  });
119
- var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_523eaf23-1ad7-48e4-8951-a53379bafb73", npm_package_devDependencies_ts_node: "^10.9.1", npm_package_dependencies_zod: "^3.23.8", npm_package_dependencies_dinero_js: "^1.9.1", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_dependencies_pinia: "^2.1.7", USER: "runner", npm_package_devDependencies_jest: "^29.6.3", npm_package_dependencies_vue_pdf_embed: "^2.1.0", npm_config_version_commit_hooks: "true", npm_config_user_agent: "yarn/1.22.22 npm/? node/v22.11.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_523eaf23-1ad7-48e4-8951-a53379bafb73", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.11.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_4qceNGMutvk0uMWSCgsK74W8OZMsyl1njR7j", SHLVL: "1", npm_package_files_0: "dist", HOME: "/home/runner", npm_package_devDependencies_sass: "1.32.12", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_dependencies_jspdf: "^2.5.1", npm_package_scripts_build_mf_dev: "vite build --mode fmmf:dev", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_dependencies_change_case: "^4.1.2", npm_package_scripts_build_mf_prod: "vite build --mode fmmf:prod", npm_config_init_license: "MIT", GRADLE_HOME: "/usr/share/gradle-8.11", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_package_dependencies__feedmepos_mf_common: "^1.8.21", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu22", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_package_devDependencies__types_file_saver: "^2.0.5", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "484", npm_package_dependencies_moment: "^2.29.4", npm_package_dependencies_dotenv: "^16.0.3", npm_package_dependencies__feedmepos_ui_library: "^1.2.44", 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_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: "20241112.1.0", npm_package_dependencies_i18next_vue: "^2.0.0-beta.0", npm_package_scripts_dev: "vite --mode dev", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.9/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_scripts_prod: "vite --mode prod", npm_package_type: "module", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.3/x64", JOURNAL_STREAM: "8:18220", GITHUB_WORKFLOW: "payment-mf-portal-prod", _: "/usr/local/bin/yarn", npm_package_devDependencies_ts_jest: "^29.1.1", npm_package_devDependencies_autoprefixer: "^10.4.20", npm_package_devDependencies__types_jest: "^29.5.4", npm_package_dependencies_i18next_browser_languagedetector: "^6.1.4", npm_package_module: "./dist/app.js", npm_package_devDependencies__types_uuid: "^8.3.4", npm_package_scripts_lint: "eslint --ext .ts,vue --ignore-path .gitignore . --fix", npm_config_registry: "https://registry.yarnpkg.com", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "11898115104", STATS_VMFE: "true", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "9f668880a1c490e8669bc71db9501fea0565fb58", GITHUB_BASE_REF: "", ImageOS: "ubuntu22", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", npm_package_exports___import: "./dist/app.js", npm_config_ignore_scripts: "", GITHUB_WORKFLOW_REF: "feedmepos/payment-service/.github/workflows/payment-mf-portal-prod.yaml@refs/heads/main", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikh5cTROQVRBanNucUM3bWRydEFoaHJDUjJfUSJ9.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6MjMwY2FkNGItMWVhYy00NDI4LThjN2MtZTY0NGQ1OTJkNDBhOmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC84OTYgRGlzdHJpYnV0ZWRUYXNrLkdlbmVyYXRlSWRUb2tlbjoyMzBjYWQ0Yi0xZWFjLTQ0MjgtOGM3Yy1lNjQ0ZDU5MmQ0MGE6ZTA3NzQyYmQtMTg5YS01MDc5LTkxOGItNDNmOGIyZjk0Yjg5IExvY2F0aW9uU2VydmljZS5Db25uZWN0IFJlYWRBbmRVcGRhdGVCdWlsZEJ5VXJpOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC8xOkJ1aWxkL0J1aWxkLzg5NiIsIklkZW50aXR5VHlwZUNsYWltIjoiU3lzdGVtOlNlcnZpY2VJZGVudGl0eSIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL3NpZCI6IkRERERERERELUREREQtRERERC1ERERELURERERERERERERERCIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvcHJpbWFyeXNpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImF1aSI6IjQ3Mjk4NDhlLTNmM2UtNDlmMS04NTFkLWVhMzg2NDYyMzQ4NyIsInNpZCI6IjFiMzMxZDI0LTg4ZGQtNGViZS1iZjRjLTMxMjM4OTc2NTg3YiIsImFjIjoiW3tcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL21haW5cIixcIlBlcm1pc3Npb25cIjozfV0iLCJhY3NsIjoiMTAiLCJvaWRjX2V4dHJhIjoie1wicmVmXCI6XCJyZWZzL2hlYWRzL21haW5cIixcInNoYVwiOlwiOWY2Njg4ODBhMWM0OTBlODY2OWJjNzFkYjk1MDFmZWEwNTY1ZmI1OFwiLFwicmVwb3NpdG9yeVwiOlwiZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZVwiLFwicmVwb3NpdG9yeV9vd25lclwiOlwiZmVlZG1lcG9zXCIsXCJyZXBvc2l0b3J5X293bmVyX2lkXCI6XCI1NDgzMTUxNVwiLFwicnVuX2lkXCI6XCIxMTg5ODExNTEwNFwiLFwicnVuX251bWJlclwiOlwiMlwiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiNjkwOTc5MjYwXCIsXCJhY3Rvcl9pZFwiOlwiMTU2NzQxMDdcIixcImFjdG9yXCI6XCJPc2thbmcwOVwiLFwid29ya2Zsb3dcIjpcInBheW1lbnQtbWYtcG9ydGFsLXByb2RcIixcImhlYWRfcmVmXCI6XCJcIixcImJhc2VfcmVmXCI6XCJcIixcImV2ZW50X25hbWVcIjpcInB1c2hcIixcInJlZl9wcm90ZWN0ZWRcIjpcImZhbHNlXCIsXCJyZWZfdHlwZVwiOlwiYnJhbmNoXCIsXCJ3b3JrZmxvd19yZWZcIjpcImZlZWRtZXBvcy9wYXltZW50LXNlcnZpY2UvLmdpdGh1Yi93b3JrZmxvd3MvcGF5bWVudC1tZi1wb3J0YWwtcHJvZC55YW1sQHJlZnMvaGVhZHMvbWFpblwiLFwid29ya2Zsb3dfc2hhXCI6XCI5ZjY2ODg4MGExYzQ5MGU4NjY5YmM3MWRiOTUwMWZlYTA1NjVmYjU4XCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3BheW1lbnQtbWYtcG9ydGFsLXByb2QueWFtbEByZWZzL2hlYWRzL21haW5cIixcImpvYl93b3JrZmxvd19zaGFcIjpcIjlmNjY4ODgwYTFjNDkwZTg2NjliYzcxZGI5NTAxZmVhMDU2NWZiNThcIixcInJ1bm5lcl9lbnZpcm9ubWVudFwiOlwiZ2l0aHViLWhvc3RlZFwifSIsIm9pZGNfc3ViIjoicmVwbzpmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlOnJlZjpyZWZzL2hlYWRzL21haW4iLCJvcmNoaWQiOiIyMzBjYWQ0Yi0xZWFjLTQ0MjgtOGM3Yy1lNjQ0ZDU5MmQ0MGEuZGVwbG95Ll9fZGVmYXVsdCIsImlzcyI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJhdWQiOiJ2c3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tfHZzbzo3ZTY0NTJjNS1mYzJlLTRhZDUtYjY3My0yOWU5MGNmNzNkZDgiLCJuYmYiOjE3MzE5NTE1NjcsImV4cCI6MTczMTk3NDM2N30.mT7rLXE7D3nTJ6naHRwppdNJMhgzJe5Jn7HxUreGmmV-PfYGSVFEel5RjGI8bKqeUvzryc9le1CzmOHrx1XL1JvGz4D9bITpMac3hHqfvvoXK8bnmHcCK1o_QhzcMrxuDd1X-lBm_lK5W2JFUJ7Oya9XsHr4bqFXglzkEA8rdKN-EUitRk0QiwE0k7mYtWEE4WM1wiCFzgsCIlTi8fXiqFeEboDKFKY5IrMg4dWdhLosmPP74o_g3mPBo4Y_m2MH7IKQ6h90DDU317gGW6MK_XMM2aO7hPgBICU9OEO949TFiKyIic810xldheKhERYNoORu0AOyjPhXPi8dhFKjig", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1731952224461-0.6761099310748557:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1731952224301-0.2054349176385668:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1731952224140-0.15522216595491645:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.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.11.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_0d01c7fa-4575-415e-b6a4-ab667486161a", INVOCATION_ID: "02b71e82b58d4f58af306aeab0c98537", 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: "2", 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 456", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "main", GITHUB_REPOSITORY: "feedmepos/payment-service", STATS_D_D: "false", npm_lifecycle_script: "vite build --mode fmmf:prod", npm_package_dependencies__feedmepos_core: "^2.6.0", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_dependencies_vue3_lottie: "^2.2.3", npm_package_scripts_test: "jest", npm_config_version_git_message: "v%s", GITHUB_REPOSITORY_ID: "690979260", GITHUB_ACTIONS: "true", STATS_PIP: "false", npm_lifecycle_event: "build:mf:prod", npm_package_devDependencies_jest_transform_stub: "^2.0.0", npm_package_devDependencies_jest_environment_jsdom: "^29.4.1", npm_package_devDependencies__rushstack_eslint_patch: "^1.1.3", npm_package_dependencies_vuedraggable: "^4.1.0", npm_package_version: "1.0.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_config__feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_WORKSPACE: "/home/runner/work/payment-service/payment-service", ACCEPT_EULA: "Y", GITHUB_JOB: "deploy", RUNNER_PERFLOG: "/home/runner/perflog", GITHUB_SHA: "9f668880a1c490e8669bc71db9501fea0565fb58", 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", LEIN_HOME: "/usr/local/lib/lein", npm_package_devDependencies_path: "^0.12.7", npm_package_dependencies_qrcode: "^1.5.1", npm_package_dependencies_jszip: "^3.10.1", npm_package_dependencies_jsurl: "^0.1.5", npm_package_dependencies_firebase: "^10.14.0", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_523eaf23-1ad7-48e4-8951-a53379bafb73", JAVA_HOME: "/usr/lib/jvm/temurin-11-jdk-amd64", PWD: "/home/runner/work/payment-service/payment-service/mf-portal", GITHUB_ACTOR_ID: "15674107", RUNNER_WORKSPACE: "/home/runner/work/payment-service", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://pipelinesghubeus11.actions.githubusercontent.com/uhMzCspeMtZD05BczWutTDpLRkQb1I4q0fwG0tss4R7H4Wpw9s/00000000-0000-0000-0000-000000000000/_apis/distributedtask/hubs/Actions/plans/230cad4b-1eac-4428-8c7c-e644d592d40a/jobs/e07742bd-189a-5079-918b-43f8b2f94b89/idtoken?api-version=2.0", LEIN_JAR: "/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_523eaf23-1ad7-48e4-8951-a53379bafb73", npm_package_exports___types: "./dist/app.d.ts", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", npm_package_devDependencies_postcss: "^8.4.47", npm_package_devDependencies_eslint_plugin_vue: "^9.1.0", npm_package_devDependencies__vue_vue3_jest: "^29.2.5", npm_package_devDependencies__pinia_testing: "^0.1.3", npm_config_save_prefix: "^", npm_config_ignore_optional: "", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_devDependencies_cd: "^0.3.3", npm_package_dependencies_rasterizehtml: "^1.3.1", npm_package_dependencies_i18next_http_backend: "^1.4.1", npm_package_scripts_preview: "vite preview", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", INIT_CWD: "/home/runner/work/payment-service/payment-service/mf-portal", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_523eaf23-1ad7-48e4-8951-a53379bafb73", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.0.6", NODE_ENV: "production", ENVIRONMENT: "production", FIREBASE_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", FIREBASE_AUTH_DOMAIN: "feedme-253402.firebaseapp.com", FIREBASE_DATABASE_URL: "https://feedme-253402.firebaseio.com", FIREBASE_PROJECT_ID: "feedme-253402", FIREBASE_STORAGE_BUCKET: "image.feedme.cc", FIREBASE_MESSAGING_SENDER_ID: "128512026847", FIREBASE_APP_ID: "1:128512026847:web:7c5c8ab7e8b90502dc616a", FIREBASE_MEASUREMENT_ID: "G-LTKS7N2HQS", ASSET_STORAGE_BUCKET: "static.feedme.cc", GOOGLE_MAP_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", AUTH_CLIENT_ID: "d5f8840d63dbb758b6c4ee2a5e8b013d15dd25e242c457481326062b83962476" };
148
+ var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_state_21d50b32-b6ee-44e3-a886-28d69e461768", npm_package_devDependencies_ts_node: "^10.9.1", npm_package_dependencies_zod: "^3.23.8", npm_package_dependencies_dinero_js: "^1.9.1", STATS_TRP: "true", DEPLOYMENT_BASEPATH: "/opt/runner", DOTNET_NOLOGO: "1", npm_package_dependencies_pinia: "^2.1.7", USER: "runner", npm_package_devDependencies_jest: "^29.6.3", npm_package_dependencies_vue_pdf_embed: "^2.1.0", npm_config_version_commit_hooks: "true", npm_config_user_agent: "yarn/1.22.22 npm/? node/v22.11.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_21d50b32-b6ee-44e3-a886-28d69e461768", PIPX_HOME: "/opt/pipx", npm_node_execpath: "/opt/hostedtoolcache/node/22.11.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_V0MD3akvUbn5a8DcnJSdGez8AISHOl2q7nQs", SHLVL: "1", npm_package_files_0: "dist", HOME: "/home/runner", npm_package_devDependencies_sass: "1.32.12", RUNNER_TEMP: "/home/runner/work/_temp", GITHUB_EVENT_PATH: "/home/runner/work/_temp/_github_workflow/event.json", npm_package_dependencies_jspdf: "^2.5.1", npm_package_scripts_build_mf_dev: "vite build --mode fmmf:dev", JAVA_HOME_11_X64: "/usr/lib/jvm/temurin-11-jdk-amd64", PIPX_BIN_DIR: "/opt/pipx_bin", GITHUB_REPOSITORY_OWNER: "feedmepos", npm_package_dependencies_change_case: "^4.1.2", npm_package_scripts_build_mf_prod: "vite build --mode fmmf:prod", npm_config_init_license: "MIT", GRADLE_HOME: "/usr/share/gradle-8.11.1", ANDROID_NDK_LATEST_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", JAVA_HOME_21_X64: "/usr/lib/jvm/temurin-21-jdk-amd64", STATS_RDCL: "true", GITHUB_RETENTION_DAYS: "90", YARN_WRAP_OUTPUT: "false", npm_package_dependencies__feedmepos_mf_common: "^1.8.21", npm_config_version_tag_prefix: "v", GITHUB_REPOSITORY_OWNER_ID: "54831515", POWERSHELL_DISTRIBUTION_CHANNEL: "GitHub-Actions-ubuntu22", AZURE_EXTENSION_DIR: "/opt/az/azcliextensions", GITHUB_HEAD_REF: "", npm_package_devDependencies__types_file_saver: "^2.0.5", npm_config_userconfig: "/home/runner/work/_temp/.npmrc", SYSTEMD_EXEC_PID: "485", npm_package_dependencies_moment: "^2.29.4", npm_package_dependencies_dotenv: "^16.0.3", npm_package_dependencies__feedmepos_ui_library: "^1.2.61", npm_package_scripts_postinstall: "yarn --cwd .. && yarn --cwd ../package/common && yarn --cwd ../package/entity", npm_config_feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_GRAPHQL_URL: "https://api.github.com/graphql", npm_package_description: 'Development always based on production and add "-beta.version" in behind. Every deployment from development to production will increment based on semantic versioninig.', npm_package_devDependencies_typescript: "~5.4.0", npm_package_devDependencies_tailwindcss: "^3.4.14", npm_package_dependencies_i18next: "^21.8.8", npm_package_dependencies__casl_ability: "^3.2.0", npm_package_scripts_build_only_dev: "yarn build:mf:dev && yarn build:dts && yarn build-types && cp package.json ./dist", NVM_DIR: "/home/runner/.nvm", npm_package_readmeFilename: "README.md", npm_package_devDependencies_vue_tsc: "^2.0.11", npm_package_devDependencies__babel_preset_env: "^7.22.10", npm_package_dependencies_xlsx: "^0.18.5", npm_package_dependencies_google_maps: "^4.3.3", npm_package_scripts_build_only_prod: "yarn build:mf:prod && yarn build:dts && yarn build-types && cp package.json ./dist", DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "1", GOROOT_1_21_X64: "/opt/hostedtoolcache/go/1.21.13/x64", JAVA_HOME_17_X64: "/usr/lib/jvm/temurin-17-jdk-amd64", ImageVersion: "20241201.1.0", npm_package_dependencies_i18next_vue: "^2.0.0-beta.0", npm_package_scripts_dev: "vite --mode dev", RUNNER_OS: "Linux", GITHUB_API_URL: "https://api.github.com", GOROOT_1_22_X64: "/opt/hostedtoolcache/go/1.22.9/x64", SWIFT_PATH: "/usr/share/swift/usr/bin", npm_package_scripts_prod: "vite --mode prod", npm_package_type: "module", RUNNER_USER: "runner", STATS_V3PS: "true", CHROMEWEBDRIVER: "/usr/local/share/chromedriver-linux64", GOROOT_1_23_X64: "/opt/hostedtoolcache/go/1.23.3/x64", JOURNAL_STREAM: "8:18185", GITHUB_WORKFLOW: "payment-mf-portal-dev", _: "/usr/local/bin/yarn", npm_package_devDependencies_ts_jest: "^29.1.1", npm_package_devDependencies_autoprefixer: "^10.4.20", npm_package_devDependencies__types_jest: "^29.5.4", npm_package_dependencies_i18next_browser_languagedetector: "^6.1.4", npm_package_module: "./dist/app.js", npm_package_devDependencies__types_uuid: "^8.3.4", npm_package_scripts_lint: "eslint --ext .ts,vue --ignore-path .gitignore . --fix", npm_config_registry: "https://registry.yarnpkg.com", ACTIONS_RUNNER_ACTION_ARCHIVE_CACHE: "/opt/actionarchivecache", STATS_D: "false", GITHUB_RUN_ID: "12176991035", STATS_VMFE: "true", GITHUB_REF_TYPE: "branch", BOOTSTRAP_HASKELL_NONINTERACTIVE: "1", GITHUB_WORKFLOW_SHA: "1469992a3effdf26c66d06d15ac5c6db0b0c22ce", GITHUB_BASE_REF: "", ImageOS: "ubuntu22", npm_package_devDependencies__vitejs_plugin_vue: "^5.0.4", npm_package_exports___import: "./dist/app.js", npm_config_ignore_scripts: "", GITHUB_WORKFLOW_REF: "feedmepos/payment-service/.github/workflows/payment-mf-portal-dev.yaml@refs/heads/dev", ACTIONS_ID_TOKEN_REQUEST_TOKEN: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ikh5cTROQVRBanNucUM3bWRydEFoaHJDUjJfUSJ9.eyJuYW1laWQiOiJkZGRkZGRkZC1kZGRkLWRkZGQtZGRkZC1kZGRkZGRkZGRkZGQiLCJzY3AiOiJBY3Rpb25zLkdlbmVyaWNSZWFkOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCBBY3Rpb25zLlJlc3VsdHM6NmFjMTk3YmItZWMyOS00M2EyLWEzOGQtZTNmOWJkNDM5NDljOmUwNzc0MmJkLTE4OWEtNTA3OS05MThiLTQzZjhiMmY5NGI4OSBBY3Rpb25zLlVwbG9hZEFydGlmYWN0czowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAvMTpCdWlsZC9CdWlsZC85NjggRGlzdHJpYnV0ZWRUYXNrLkdlbmVyYXRlSWRUb2tlbjo2YWMxOTdiYi1lYzI5LTQzYTItYTM4ZC1lM2Y5YmQ0Mzk0OWM6ZTA3NzQyYmQtMTg5YS01MDc5LTkxOGItNDNmOGIyZjk0Yjg5IExvY2F0aW9uU2VydmljZS5Db25uZWN0IFJlYWRBbmRVcGRhdGVCdWlsZEJ5VXJpOjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMC8xOkJ1aWxkL0J1aWxkLzk2OCIsIklkZW50aXR5VHlwZUNsYWltIjoiU3lzdGVtOlNlcnZpY2VJZGVudGl0eSIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL3NpZCI6IkRERERERERELUREREQtRERERC1ERERELURERERERERERERERCIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvcHJpbWFyeXNpZCI6ImRkZGRkZGRkLWRkZGQtZGRkZC1kZGRkLWRkZGRkZGRkZGRkZCIsImF1aSI6ImMwN2NmODliLTIzNTQtNDk3Yi1iNTNhLWQxMjVhOWJmN2RjNCIsInNpZCI6IjI0OGE1NDJlLTkwNTEtNDg0Yi1hMTA1LWRlZTU5MDdmM2E1YyIsImFjIjoiW3tcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL2RldlwiLFwiUGVybWlzc2lvblwiOjN9LHtcIlNjb3BlXCI6XCJyZWZzL2hlYWRzL21haW5cIixcIlBlcm1pc3Npb25cIjoxfV0iLCJhY3NsIjoiMTAiLCJvaWRjX2V4dHJhIjoie1wicmVmXCI6XCJyZWZzL2hlYWRzL2RldlwiLFwic2hhXCI6XCIxNDY5OTkyYTNlZmZkZjI2YzY2ZDA2ZDE1YWM1YzZkYjBiMGMyMmNlXCIsXCJyZXBvc2l0b3J5XCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlXCIsXCJyZXBvc2l0b3J5X293bmVyXCI6XCJmZWVkbWVwb3NcIixcInJlcG9zaXRvcnlfb3duZXJfaWRcIjpcIjU0ODMxNTE1XCIsXCJydW5faWRcIjpcIjEyMTc2OTkxMDM1XCIsXCJydW5fbnVtYmVyXCI6XCI5M1wiLFwicnVuX2F0dGVtcHRcIjpcIjFcIixcInJlcG9zaXRvcnlfdmlzaWJpbGl0eVwiOlwicHJpdmF0ZVwiLFwicmVwb3NpdG9yeV9pZFwiOlwiNjkwOTc5MjYwXCIsXCJhY3Rvcl9pZFwiOlwiMTU2NzQxMDdcIixcImFjdG9yXCI6XCJPc2thbmcwOVwiLFwid29ya2Zsb3dcIjpcInBheW1lbnQtbWYtcG9ydGFsLWRldlwiLFwiaGVhZF9yZWZcIjpcIlwiLFwiYmFzZV9yZWZcIjpcIlwiLFwiZXZlbnRfbmFtZVwiOlwicHVzaFwiLFwicmVmX3Byb3RlY3RlZFwiOlwiZmFsc2VcIixcInJlZl90eXBlXCI6XCJicmFuY2hcIixcIndvcmtmbG93X3JlZlwiOlwiZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZS8uZ2l0aHViL3dvcmtmbG93cy9wYXltZW50LW1mLXBvcnRhbC1kZXYueWFtbEByZWZzL2hlYWRzL2RldlwiLFwid29ya2Zsb3dfc2hhXCI6XCIxNDY5OTkyYTNlZmZkZjI2YzY2ZDA2ZDE1YWM1YzZkYjBiMGMyMmNlXCIsXCJqb2Jfd29ya2Zsb3dfcmVmXCI6XCJmZWVkbWVwb3MvcGF5bWVudC1zZXJ2aWNlLy5naXRodWIvd29ya2Zsb3dzL3BheW1lbnQtbWYtcG9ydGFsLWRldi55YW1sQHJlZnMvaGVhZHMvZGV2XCIsXCJqb2Jfd29ya2Zsb3dfc2hhXCI6XCIxNDY5OTkyYTNlZmZkZjI2YzY2ZDA2ZDE1YWM1YzZkYjBiMGMyMmNlXCIsXCJydW5uZXJfZW52aXJvbm1lbnRcIjpcImdpdGh1Yi1ob3N0ZWRcIn0iLCJvaWRjX3N1YiI6InJlcG86ZmVlZG1lcG9zL3BheW1lbnQtc2VydmljZTpyZWY6cmVmcy9oZWFkcy9kZXYiLCJvcmNoaWQiOiI2YWMxOTdiYi1lYzI5LTQzYTItYTM4ZC1lM2Y5YmQ0Mzk0OWMuZGVwbG95Ll9fZGVmYXVsdCIsImlzcyI6InZzdG9rZW4uYWN0aW9ucy5naXRodWJ1c2VyY29udGVudC5jb20iLCJhdWQiOiJ2c3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tfHZzbzo3ZTY0NTJjNS1mYzJlLTRhZDUtYjY3My0yOWU5MGNmNzNkZDgiLCJuYmYiOjE3MzMzOTA2NzksImV4cCI6MTczMzQxMzQ3OX0.jAbIEj5f9GB0FsBYpX3fz0U2RJkWTuHNRtFtd1h31FqNNQQxkJJA0gcwRHen3Rrvx3EHuXEFOIxCy8BRVqv22aENhA_HpyUID1Xvdvr-WnVui_6LIChjPK-7DD1PHq3Q8xbuBeGQGhzc6TQnz6SIfI_D_WXEjINYMDcB5cyAAHc7LV4dGilI6XHiK9GWgJPSno2KBlKI1eBqB-BVIO02aOnH425HT93lU7HYzqL01YxYo-HvS723nsOve2Wj5vco1jC7Whp1bB0NftY2R3kTNm0Rv-0tTwpM2NhPWattmnfm5ryCpTa-b3YPrXROXLlWcOMH8_EdHW7IY6SiJoqplg", PERFLOG_LOCATION_SETTING: "RUNNER_PERFLOG", GITHUB_ACTION_REPOSITORY: "", npm_package_dependencies_axios: "^0.27.2", PATH: "/tmp/yarn--1733391327549-0.049127682318160115:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1733391327387-0.8654820358245969:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/tmp/yarn--1733391327224-0.6138848641416594:/home/runner/work/payment-service/payment-service/mf-portal/node_modules/.bin:/home/runner/.config/yarn/link/node_modules/.bin:/opt/hostedtoolcache/node/22.11.0/x64/libexec/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/lib/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.0/x64/bin/node_modules/npm/bin/node-gyp-bin:/opt/hostedtoolcache/node/22.11.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.11.0/x64/bin/node", ANT_HOME: "/usr/share/ant", DOTNET_MULTILEVEL_LOOKUP: "0", RUNNER_TRACKING_ID: "github_1426677e-0c0d-4118-9431-4090a08422d9", INVOCATION_ID: "e7288dd7b332436e963831180ca68d16", 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: "93", 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 208", XDG_CONFIG_HOME: "/home/runner/.config", STATS_VMD: "true", GITHUB_REF_NAME: "dev", GITHUB_REPOSITORY: "feedmepos/payment-service", STATS_D_D: "false", npm_lifecycle_script: "vite build --mode fmmf:dev", npm_package_dependencies__feedmepos_core: "^2.6.0", npm_package_scripts_build_types: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir dist --composite false", npm_package_scripts_build_dts: "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist && mv ./dist/src/* dist", STATS_UE: "true", ANDROID_NDK_ROOT: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_ACTION_REF: "", DEBIAN_FRONTEND: "noninteractive", npm_package_dependencies_vue3_lottie: "^2.2.3", npm_package_scripts_test: "jest", npm_config_version_git_message: "v%s", GITHUB_REPOSITORY_ID: "690979260", GITHUB_ACTIONS: "true", STATS_PIP: "false", npm_lifecycle_event: "build:mf:dev", npm_package_devDependencies_jest_transform_stub: "^2.0.0", npm_package_devDependencies_jest_environment_jsdom: "^29.4.1", npm_package_devDependencies__rushstack_eslint_patch: "^1.1.3", npm_package_dependencies_vuedraggable: "^4.1.0", npm_package_version: "1.0.1-beta.1", GITHUB_REF_PROTECTED: "false", npm_config_argv: '{"remain":[],"cooked":["run","deploy:dev"],"original":["deploy:dev"]}', npm_package_devDependencies__types_dinero_js: "^1.9.0", npm_package_dependencies_uuid: "^9.0.0", npm_package_dependencies_buffer: "^6.0.3", npm_config__feedmepos_registry: "https://npm.pkg.github.com/", GITHUB_WORKSPACE: "/home/runner/work/payment-service/payment-service", ACCEPT_EULA: "Y", GITHUB_JOB: "deploy", RUNNER_PERFLOG: "/home/runner/perflog", GITHUB_SHA: "1469992a3effdf26c66d06d15ac5c6db0b0c22ce", GITHUB_RUN_ATTEMPT: "1", STATS_D_TC: "true", npm_package_dependencies_vue_router: "^4.2.5", npm_package_exports___style: "./dist/style.css", npm_config_version_git_tag: "true", npm_config_version_git_sign: "", GITHUB_REF: "refs/heads/dev", GITHUB_ACTOR: "Oskang09", ANDROID_SDK_ROOT: "/usr/local/lib/android/sdk", npm_config_strict_ssl: "true", LEIN_HOME: "/usr/local/lib/lein", npm_package_devDependencies_path: "^0.12.7", npm_package_dependencies_qrcode: "^1.5.1", npm_package_dependencies_jszip: "^3.10.1", npm_package_dependencies_jsurl: "^0.1.5", npm_package_dependencies_firebase: "^10.14.0", GITHUB_PATH: "/home/runner/work/_temp/_runner_file_commands/add_path_21d50b32-b6ee-44e3-a886-28d69e461768", JAVA_HOME: "/usr/lib/jvm/temurin-11-jdk-amd64", PWD: "/home/runner/work/payment-service/payment-service/mf-portal", GITHUB_ACTOR_ID: "15674107", RUNNER_WORKSPACE: "/home/runner/work/payment-service", npm_execpath: "/usr/local/lib/node_modules/yarn/bin/yarn.js", HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: "3650", STATS_TIS: "mining", GITHUB_EVENT_NAME: "push", HOMEBREW_NO_AUTO_UPDATE: "1", ANDROID_HOME: "/usr/local/lib/android/sdk", GITHUB_SERVER_URL: "https://github.com", GECKOWEBDRIVER: "/usr/local/share/gecko_driver", ACTIONS_ID_TOKEN_REQUEST_URL: "https://pipelinesghubeus11.actions.githubusercontent.com/uhMzCspeMtZD05BczWutTDpLRkQb1I4q0fwG0tss4R7H4Wpw9s/00000000-0000-0000-0000-000000000000/_apis/distributedtask/hubs/Actions/plans/6ac197bb-ec29-43a2-a38d-e3f9bd43949c/jobs/e07742bd-189a-5079-918b-43f8b2f94b89/idtoken?api-version=2.0", LEIN_JAR: "/usr/local/lib/lein/self-installs/leiningen-2.11.2-standalone.jar", GHCUP_INSTALL_BASE_PREFIX: "/usr/local", GITHUB_OUTPUT: "/home/runner/work/_temp/_runner_file_commands/set_output_21d50b32-b6ee-44e3-a886-28d69e461768", npm_package_exports___types: "./dist/app.d.ts", EDGEWEBDRIVER: "/usr/local/share/edge_driver", STATS_EXT: "true", npm_package_devDependencies_postcss: "^8.4.47", npm_package_devDependencies_eslint_plugin_vue: "^9.1.0", npm_package_devDependencies__vue_vue3_jest: "^29.2.5", npm_package_devDependencies__pinia_testing: "^0.1.3", npm_config_save_prefix: "^", npm_config_ignore_optional: "", ANDROID_NDK: "/usr/local/lib/android/sdk/ndk/27.2.12479018", SGX_AESM_ADDR: "1", CHROME_BIN: "/usr/bin/google-chrome", npm_package_devDependencies_cd: "^0.3.3", npm_package_dependencies_rasterizehtml: "^1.3.1", npm_package_dependencies_i18next_http_backend: "^1.4.1", npm_package_scripts_preview: "vite preview", SELENIUM_JAR_PATH: "/usr/share/java/selenium-server.jar", STATS_EXTP: "https://provjobdprod.z13.web.core.windows.net/settings/provjobdsettings-latest/provjobd.data", INIT_CWD: "/home/runner/work/payment-service/payment-service/mf-portal", ANDROID_NDK_HOME: "/usr/local/lib/android/sdk/ndk/27.2.12479018", GITHUB_STEP_SUMMARY: "/home/runner/work/_temp/_runner_file_commands/step_summary_21d50b32-b6ee-44e3-a886-28d69e461768", npm_package_dependencies_libphonenumber_js: "^1.10.6", npm_package_dependencies__feedmepos_payment_entity: "^0.0.6", NODE_ENV: "production", ENVIRONMENT: "development", FIREBASE_API_KEY: "AIzaSyAj8JdCHtP0Vc5vZobCfgoLzWxPIn0WUG4", FIREBASE_AUTH_DOMAIN: "feedme-dev-4c3ef.firebaseapp.com", FIREBASE_DATABASE_URL: "https://feedme-dev-4c3ef.firebaseio.com", FIREBASE_PROJECT_ID: "feedme-dev-4c3ef", FIREBASE_STORAGE_BUCKET: "feedme-dev-4c3ef.appspot.com", FIREBASE_MESSAGING_SENDER_ID: "458797803788", FIREBASE_APP_ID: "1:458797803788:web:37f2af2926a84288f0c129", FIREBASE_MEASUREMENT_ID: "G-J2QG09D2Q7", ASSET_STORAGE_BUCKET: "feedme-dev-4c3ef.appspot.com", GOOGLE_MAP_API_KEY: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", AUTH_CLIENT_ID: "1a362d621873497b277ea55258cc82594ba148d235257f7bd44ea2acc132d8a4" };
120
149
  /**
121
150
  * @license
122
151
  * Copyright 2017 Google LLC
@@ -133,7 +162,7 @@ var at = { GITHUB_STATE: "/home/runner/work/_temp/_runner_file_commands/save_sta
133
162
  * See the License for the specific language governing permissions and
134
163
  * limitations under the License.
135
164
  */
136
- const Ht = function(n) {
165
+ const xt = function(n) {
137
166
  const e = [];
138
167
  let t = 0;
139
168
  for (let r = 0; r < n.length; r++) {
@@ -160,7 +189,7 @@ const Ht = function(n) {
160
189
  }
161
190
  }
162
191
  return e.join("");
163
- }, jt = {
192
+ }, Ft = {
164
193
  /**
165
194
  * Maps bytes to characters.
166
195
  */
@@ -220,8 +249,8 @@ const Ht = function(n) {
220
249
  const t = e ? this.byteToCharMapWebSafe_ : this.byteToCharMap_, r = [];
221
250
  for (let i = 0; i < n.length; i += 3) {
222
251
  const s = n[i], o = i + 1 < n.length, a = o ? n[i + 1] : 0, c = i + 2 < n.length, l = c ? n[i + 2] : 0, u = s >> 2, p = (s & 3) << 4 | a >> 4;
223
- let m = (a & 15) << 2 | l >> 6, I = l & 63;
224
- c || (I = 64, o || (m = 64)), r.push(t[u], t[p], t[m], t[I]);
252
+ let m = (a & 15) << 2 | l >> 6, v = l & 63;
253
+ c || (v = 64, o || (m = 64)), r.push(t[u], t[p], t[m], t[v]);
225
254
  }
226
255
  return r.join("");
227
256
  },
@@ -234,7 +263,7 @@ const Ht = function(n) {
234
263
  * @return The base64 encoded string.
235
264
  */
236
265
  encodeString(n, e) {
237
- return this.HAS_NATIVE_SUPPORT && !e ? btoa(n) : this.encodeByteArray(Ht(n), e);
266
+ return this.HAS_NATIVE_SUPPORT && !e ? btoa(n) : this.encodeByteArray(xt(n), e);
238
267
  },
239
268
  /**
240
269
  * Base64-decode a string.
@@ -275,10 +304,10 @@ const Ht = function(n) {
275
304
  throw new Gn();
276
305
  const m = s << 2 | a >> 4;
277
306
  if (r.push(m), l !== 64) {
278
- const I = a << 4 & 240 | l >> 2;
279
- if (r.push(I), p !== 64) {
280
- const F = l << 6 & 192 | p;
281
- r.push(F);
307
+ const v = a << 4 & 240 | l >> 2;
308
+ if (r.push(v), p !== 64) {
309
+ const H = l << 6 & 192 | p;
310
+ r.push(H);
282
311
  }
283
312
  }
284
313
  }
@@ -303,13 +332,13 @@ class Gn extends Error {
303
332
  }
304
333
  }
305
334
  const zn = function(n) {
306
- const e = Ht(n);
307
- return jt.encodeByteArray(e, !0);
335
+ const e = xt(n);
336
+ return Ft.encodeByteArray(e, !0);
308
337
  }, le = function(n) {
309
338
  return zn(n).replace(/\./g, "");
310
- }, Wt = function(n) {
339
+ }, jt = function(n) {
311
340
  try {
312
- return jt.decodeString(n, !0);
341
+ return Ft.decodeString(n, !0);
313
342
  } catch (e) {
314
343
  console.error("base64Decode failed: ", e);
315
344
  }
@@ -356,13 +385,13 @@ function $n() {
356
385
  * See the License for the specific language governing permissions and
357
386
  * limitations under the License.
358
387
  */
359
- const Jn = () => $n().__FIREBASE_DEFAULTS__, Zn = () => {
388
+ const Jn = () => $n().__FIREBASE_DEFAULTS__, Yn = () => {
360
389
  if (typeof process > "u" || typeof at > "u")
361
390
  return;
362
391
  const n = at.__FIREBASE_DEFAULTS__;
363
392
  if (n)
364
393
  return JSON.parse(n);
365
- }, Yn = () => {
394
+ }, Zn = () => {
366
395
  if (typeof document > "u")
367
396
  return;
368
397
  let n;
@@ -371,11 +400,11 @@ const Jn = () => $n().__FIREBASE_DEFAULTS__, Zn = () => {
371
400
  } catch {
372
401
  return;
373
402
  }
374
- const e = n && Wt(n[1]);
403
+ const e = n && jt(n[1]);
375
404
  return e && JSON.parse(e);
376
405
  }, ze = () => {
377
406
  try {
378
- return Jn() || Zn() || Yn();
407
+ return Jn() || Yn() || Zn();
379
408
  } catch (n) {
380
409
  console.info(`Unable to get __FIREBASE_DEFAULTS__ due to: ${n}`);
381
410
  return;
@@ -383,7 +412,7 @@ const Jn = () => $n().__FIREBASE_DEFAULTS__, Zn = () => {
383
412
  }, Vt = (n) => {
384
413
  var e, t;
385
414
  return (t = (e = ze()) === null || e === void 0 ? void 0 : e.emulatorHosts) === null || t === void 0 ? void 0 : t[n];
386
- }, So = (n) => {
415
+ }, Ao = (n) => {
387
416
  const e = Vt(n);
388
417
  if (!e)
389
418
  return;
@@ -451,7 +480,7 @@ class Xn {
451
480
  * See the License for the specific language governing permissions and
452
481
  * limitations under the License.
453
482
  */
454
- function Ao(n, e) {
483
+ function So(n, e) {
455
484
  if (n.uid)
456
485
  throw new Error('The "uid" field is no longer supported by mockUserToken. Please use "sub" instead for Firebase Auth User ID.');
457
486
  const t = {
@@ -1054,7 +1083,7 @@ const mr = {
1054
1083
  [h.INFO]: "info",
1055
1084
  [h.WARN]: "warn",
1056
1085
  [h.ERROR]: "error"
1057
- }, Ir = (n, e, ...t) => {
1086
+ }, vr = (n, e, ...t) => {
1058
1087
  if (e < n.logLevel)
1059
1088
  return;
1060
1089
  const r = (/* @__PURE__ */ new Date()).toISOString(), i = gr[e];
@@ -1071,7 +1100,7 @@ class $t {
1071
1100
  * @param name The name that the logs will be associated with
1072
1101
  */
1073
1102
  constructor(e) {
1074
- this.name = e, this._logLevel = _r, this._logHandler = Ir, this._userLogHandler = null;
1103
+ this.name = e, this._logLevel = _r, this._logHandler = vr, this._userLogHandler = null;
1075
1104
  }
1076
1105
  get logLevel() {
1077
1106
  return this._logLevel;
@@ -1118,7 +1147,7 @@ class $t {
1118
1147
  this._userLogHandler && this._userLogHandler(this, h.ERROR, ...e), this._logHandler(this, h.ERROR, ...e);
1119
1148
  }
1120
1149
  }
1121
- const vr = (n, e) => e.some((t) => n instanceof t);
1150
+ const Ir = (n, e) => e.some((t) => n instanceof t);
1122
1151
  let lt, dt;
1123
1152
  function br() {
1124
1153
  return lt || (lt = [
@@ -1136,13 +1165,13 @@ function yr() {
1136
1165
  IDBCursor.prototype.continuePrimaryKey
1137
1166
  ]);
1138
1167
  }
1139
- const Jt = /* @__PURE__ */ new WeakMap(), Me = /* @__PURE__ */ new WeakMap(), Zt = /* @__PURE__ */ new WeakMap(), ke = /* @__PURE__ */ new WeakMap(), $e = /* @__PURE__ */ new WeakMap();
1168
+ const Jt = /* @__PURE__ */ new WeakMap(), Me = /* @__PURE__ */ new WeakMap(), Yt = /* @__PURE__ */ new WeakMap(), ke = /* @__PURE__ */ new WeakMap(), $e = /* @__PURE__ */ new WeakMap();
1140
1169
  function Er(n) {
1141
1170
  const e = new Promise((t, r) => {
1142
1171
  const i = () => {
1143
1172
  n.removeEventListener("success", s), n.removeEventListener("error", o);
1144
1173
  }, s = () => {
1145
- t(C(n.result)), i();
1174
+ t(N(n.result)), i();
1146
1175
  }, o = () => {
1147
1176
  r(n.error), i();
1148
1177
  };
@@ -1174,11 +1203,11 @@ let Le = {
1174
1203
  if (e === "done")
1175
1204
  return Me.get(n);
1176
1205
  if (e === "objectStoreNames")
1177
- return n.objectStoreNames || Zt.get(n);
1206
+ return n.objectStoreNames || Yt.get(n);
1178
1207
  if (e === "store")
1179
1208
  return t.objectStoreNames[1] ? void 0 : t.objectStore(t.objectStoreNames[0]);
1180
1209
  }
1181
- return C(n[e]);
1210
+ return N(n[e]);
1182
1211
  },
1183
1212
  set(n, e, t) {
1184
1213
  return n[e] = t, !0;
@@ -1192,18 +1221,18 @@ function wr(n) {
1192
1221
  }
1193
1222
  function Rr(n) {
1194
1223
  return n === IDBDatabase.prototype.transaction && !("objectStoreNames" in IDBTransaction.prototype) ? function(e, ...t) {
1195
- const r = n.call(Se(this), e, ...t);
1196
- return Zt.set(r, e.sort ? e.sort() : [e]), C(r);
1224
+ const r = n.call(Ae(this), e, ...t);
1225
+ return Yt.set(r, e.sort ? e.sort() : [e]), N(r);
1197
1226
  } : yr().includes(n) ? function(...e) {
1198
- return n.apply(Se(this), e), C(Jt.get(this));
1227
+ return n.apply(Ae(this), e), N(Jt.get(this));
1199
1228
  } : function(...e) {
1200
- return C(n.apply(Se(this), e));
1229
+ return N(n.apply(Ae(this), e));
1201
1230
  };
1202
1231
  }
1203
1232
  function kr(n) {
1204
- return typeof n == "function" ? Rr(n) : (n instanceof IDBTransaction && Tr(n), vr(n, br()) ? new Proxy(n, Le) : n);
1233
+ return typeof n == "function" ? Rr(n) : (n instanceof IDBTransaction && Tr(n), Ir(n, br()) ? new Proxy(n, Le) : n);
1205
1234
  }
1206
- function C(n) {
1235
+ function N(n) {
1207
1236
  if (n instanceof IDBRequest)
1208
1237
  return Er(n);
1209
1238
  if (ke.has(n))
@@ -1211,11 +1240,11 @@ function C(n) {
1211
1240
  const e = kr(n);
1212
1241
  return e !== n && (ke.set(n, e), $e.set(e, n)), e;
1213
1242
  }
1214
- const Se = (n) => $e.get(n);
1215
- function Sr(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
1216
- const o = indexedDB.open(n, e), a = C(o);
1243
+ const Ae = (n) => $e.get(n);
1244
+ function Ar(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
1245
+ const o = indexedDB.open(n, e), a = N(o);
1217
1246
  return r && o.addEventListener("upgradeneeded", (c) => {
1218
- r(C(o.result), c.oldVersion, c.newVersion, C(o.transaction), c);
1247
+ r(N(o.result), c.oldVersion, c.newVersion, N(o.transaction), c);
1219
1248
  }), t && o.addEventListener("blocked", (c) => t(
1220
1249
  // Casting due to https://github.com/microsoft/TypeScript-DOM-lib-generator/pull/1405
1221
1250
  c.oldVersion,
@@ -1226,16 +1255,16 @@ function Sr(n, e, { blocked: t, upgrade: r, blocking: i, terminated: s } = {}) {
1226
1255
  }).catch(() => {
1227
1256
  }), a;
1228
1257
  }
1229
- const Ar = ["get", "getKey", "getAll", "getAllKeys", "count"], Or = ["put", "add", "delete", "clear"], Ae = /* @__PURE__ */ new Map();
1258
+ const Sr = ["get", "getKey", "getAll", "getAllKeys", "count"], Or = ["put", "add", "delete", "clear"], Se = /* @__PURE__ */ new Map();
1230
1259
  function ut(n, e) {
1231
1260
  if (!(n instanceof IDBDatabase && !(e in n) && typeof e == "string"))
1232
1261
  return;
1233
- if (Ae.get(e))
1234
- return Ae.get(e);
1262
+ if (Se.get(e))
1263
+ return Se.get(e);
1235
1264
  const t = e.replace(/FromIndex$/, ""), r = e !== t, i = Or.includes(t);
1236
1265
  if (
1237
1266
  // Bail if the target doesn't exist on the target. Eg, getAll isn't in Edge.
1238
- !(t in (r ? IDBIndex : IDBObjectStore).prototype) || !(i || Ar.includes(t))
1267
+ !(t in (r ? IDBIndex : IDBObjectStore).prototype) || !(i || Sr.includes(t))
1239
1268
  )
1240
1269
  return;
1241
1270
  const s = async function(o, ...a) {
@@ -1246,7 +1275,7 @@ function ut(n, e) {
1246
1275
  i && c.done
1247
1276
  ]))[0];
1248
1277
  };
1249
- return Ae.set(e, s), s;
1278
+ return Se.set(e, s), s;
1250
1279
  }
1251
1280
  wr((n) => ({
1252
1281
  ...n,
@@ -1269,7 +1298,7 @@ wr((n) => ({
1269
1298
  * See the License for the specific language governing permissions and
1270
1299
  * limitations under the License.
1271
1300
  */
1272
- class Nr {
1301
+ class Cr {
1273
1302
  constructor(e) {
1274
1303
  this.container = e;
1275
1304
  }
@@ -1277,7 +1306,7 @@ class Nr {
1277
1306
  // auth token refresh, and installations will send this string.
1278
1307
  getPlatformInfoString() {
1279
1308
  return this.container.getProviders().map((t) => {
1280
- if (Cr(t)) {
1309
+ if (Nr(t)) {
1281
1310
  const r = t.getImmediate();
1282
1311
  return `${r.library}/${r.version}`;
1283
1312
  } else
@@ -1285,11 +1314,11 @@ class Nr {
1285
1314
  }).filter((t) => t).join(" ");
1286
1315
  }
1287
1316
  }
1288
- function Cr(n) {
1317
+ function Nr(n) {
1289
1318
  const e = n.getComponent();
1290
1319
  return (e == null ? void 0 : e.type) === "VERSION";
1291
1320
  }
1292
- const Ue = "@firebase/app", ht = "0.10.12";
1321
+ const Ue = "@firebase/app", ht = "0.10.13";
1293
1322
  /**
1294
1323
  * @license
1295
1324
  * Copyright 2019 Google LLC
@@ -1306,7 +1335,7 @@ const Ue = "@firebase/app", ht = "0.10.12";
1306
1335
  * See the License for the specific language governing permissions and
1307
1336
  * limitations under the License.
1308
1337
  */
1309
- const T = new $t("@firebase/app"), Dr = "@firebase/app-compat", Pr = "@firebase/analytics-compat", Mr = "@firebase/analytics", Lr = "@firebase/app-check-compat", Ur = "@firebase/app-check", Br = "@firebase/auth", Fr = "@firebase/auth-compat", xr = "@firebase/database", Hr = "@firebase/data-connect", jr = "@firebase/database-compat", Wr = "@firebase/functions", Vr = "@firebase/functions-compat", Gr = "@firebase/installations", zr = "@firebase/installations-compat", $r = "@firebase/messaging", Jr = "@firebase/messaging-compat", Zr = "@firebase/performance", Yr = "@firebase/performance-compat", Xr = "@firebase/remote-config", Kr = "@firebase/remote-config-compat", qr = "@firebase/storage", Qr = "@firebase/storage-compat", ei = "@firebase/firestore", ti = "@firebase/vertexai-preview", ni = "@firebase/firestore-compat", ri = "firebase", ii = "10.14.0";
1338
+ const T = new $t("@firebase/app"), Dr = "@firebase/app-compat", Pr = "@firebase/analytics-compat", Mr = "@firebase/analytics", Lr = "@firebase/app-check-compat", Ur = "@firebase/app-check", Br = "@firebase/auth", Hr = "@firebase/auth-compat", Wr = "@firebase/database", xr = "@firebase/data-connect", Fr = "@firebase/database-compat", jr = "@firebase/functions", Vr = "@firebase/functions-compat", Gr = "@firebase/installations", zr = "@firebase/installations-compat", $r = "@firebase/messaging", Jr = "@firebase/messaging-compat", Yr = "@firebase/performance", Zr = "@firebase/performance-compat", Xr = "@firebase/remote-config", Kr = "@firebase/remote-config-compat", qr = "@firebase/storage", Qr = "@firebase/storage-compat", ei = "@firebase/firestore", ti = "@firebase/vertexai-preview", ni = "@firebase/firestore-compat", ri = "firebase", ii = "10.14.1";
1310
1339
  /**
1311
1340
  * @license
1312
1341
  * Copyright 2019 Google LLC
@@ -1331,18 +1360,18 @@ const Be = "[DEFAULT]", si = {
1331
1360
  [Ur]: "fire-app-check",
1332
1361
  [Lr]: "fire-app-check-compat",
1333
1362
  [Br]: "fire-auth",
1334
- [Fr]: "fire-auth-compat",
1335
- [xr]: "fire-rtdb",
1336
- [Hr]: "fire-data-connect",
1337
- [jr]: "fire-rtdb-compat",
1338
- [Wr]: "fire-fn",
1363
+ [Hr]: "fire-auth-compat",
1364
+ [Wr]: "fire-rtdb",
1365
+ [xr]: "fire-data-connect",
1366
+ [Fr]: "fire-rtdb-compat",
1367
+ [jr]: "fire-fn",
1339
1368
  [Vr]: "fire-fn-compat",
1340
1369
  [Gr]: "fire-iid",
1341
1370
  [zr]: "fire-iid-compat",
1342
1371
  [$r]: "fire-fcm",
1343
1372
  [Jr]: "fire-fcm-compat",
1344
- [Zr]: "fire-perf",
1345
- [Yr]: "fire-perf-compat",
1373
+ [Yr]: "fire-perf",
1374
+ [Zr]: "fire-perf-compat",
1346
1375
  [Xr]: "fire-rc",
1347
1376
  [Kr]: "fire-rc-compat",
1348
1377
  [qr]: "fire-gcs",
@@ -1369,7 +1398,7 @@ const Be = "[DEFAULT]", si = {
1369
1398
  * See the License for the specific language governing permissions and
1370
1399
  * limitations under the License.
1371
1400
  */
1372
- const ue = /* @__PURE__ */ new Map(), oi = /* @__PURE__ */ new Map(), Fe = /* @__PURE__ */ new Map();
1401
+ const ue = /* @__PURE__ */ new Map(), oi = /* @__PURE__ */ new Map(), He = /* @__PURE__ */ new Map();
1373
1402
  function pt(n, e) {
1374
1403
  try {
1375
1404
  n.container.addComponent(e);
@@ -1377,22 +1406,22 @@ function pt(n, e) {
1377
1406
  T.debug(`Component ${e.name} failed to register with FirebaseApp ${n.name}`, t);
1378
1407
  }
1379
1408
  }
1380
- function Y(n) {
1409
+ function Z(n) {
1381
1410
  const e = n.name;
1382
- if (Fe.has(e))
1411
+ if (He.has(e))
1383
1412
  return T.debug(`There were multiple attempts to register component ${e}.`), !1;
1384
- Fe.set(e, n);
1413
+ He.set(e, n);
1385
1414
  for (const t of ue.values())
1386
1415
  pt(t, n);
1387
1416
  for (const t of oi.values())
1388
1417
  pt(t, n);
1389
1418
  return !0;
1390
1419
  }
1391
- function Yt(n, e) {
1420
+ function Zt(n, e) {
1392
1421
  const t = n.container.getProvider("heartbeat").getImmediate({ optional: !0 });
1393
1422
  return t && t.triggerHeartbeat(), n.container.getProvider(e);
1394
1423
  }
1395
- function v(n) {
1424
+ function I(n) {
1396
1425
  return n.settings !== void 0;
1397
1426
  }
1398
1427
  /**
@@ -1522,7 +1551,7 @@ function Xt(n, e = {}) {
1522
1551
  throw D.create("duplicate-app", { appName: i });
1523
1552
  }
1524
1553
  const o = new fr(i);
1525
- for (const c of Fe.values())
1554
+ for (const c of He.values())
1526
1555
  o.addComponent(c);
1527
1556
  const a = new ci(t, r, o);
1528
1557
  return ue.set(i, a), a;
@@ -1535,7 +1564,7 @@ function li(n = Be) {
1535
1564
  throw D.create("no-app", { appName: n });
1536
1565
  return e;
1537
1566
  }
1538
- function H(n, e, t) {
1567
+ function x(n, e, t) {
1539
1568
  var r;
1540
1569
  let i = (r = si[n]) !== null && r !== void 0 ? r : n;
1541
1570
  t && (i += `-${t}`);
@@ -1547,7 +1576,7 @@ function H(n, e, t) {
1547
1576
  s && a.push(`library name "${i}" contains illegal characters (whitespace or "/")`), s && o && a.push("and"), o && a.push(`version name "${e}" contains illegal characters (whitespace or "/")`), T.warn(a.join(" "));
1548
1577
  return;
1549
1578
  }
1550
- Y(new G(
1579
+ Z(new G(
1551
1580
  `${i}-version`,
1552
1581
  () => ({ library: i, version: e }),
1553
1582
  "VERSION"
@@ -1573,7 +1602,7 @@ function H(n, e, t) {
1573
1602
  const di = "firebase-heartbeat-database", ui = 1, X = "firebase-heartbeat-store";
1574
1603
  let Oe = null;
1575
1604
  function Kt() {
1576
- return Oe || (Oe = Sr(di, ui, {
1605
+ return Oe || (Oe = Ar(di, ui, {
1577
1606
  upgrade: (n, e) => {
1578
1607
  switch (e) {
1579
1608
  case 0:
@@ -1778,21 +1807,21 @@ function _t(n) {
1778
1807
  * See the License for the specific language governing permissions and
1779
1808
  * limitations under the License.
1780
1809
  */
1781
- function Ii(n) {
1782
- Y(new G(
1810
+ function vi(n) {
1811
+ Z(new G(
1783
1812
  "platform-logger",
1784
- (e) => new Nr(e),
1813
+ (e) => new Cr(e),
1785
1814
  "PRIVATE"
1786
1815
  /* ComponentType.PRIVATE */
1787
- )), Y(new G(
1816
+ )), Z(new G(
1788
1817
  "heartbeat",
1789
1818
  (e) => new mi(e),
1790
1819
  "PRIVATE"
1791
1820
  /* ComponentType.PRIVATE */
1792
- )), H(Ue, ht, n), H(Ue, ht, "esm2017"), H("fire-js", "");
1821
+ )), x(Ue, ht, n), x(Ue, ht, "esm2017"), x("fire-js", "");
1793
1822
  }
1794
- Ii("");
1795
- var vi = "firebase", bi = "10.14.0";
1823
+ vi("");
1824
+ var Ii = "firebase", bi = "10.14.1";
1796
1825
  /**
1797
1826
  * @license
1798
1827
  * Copyright 2020 Google LLC
@@ -1809,7 +1838,7 @@ var vi = "firebase", bi = "10.14.0";
1809
1838
  * See the License for the specific language governing permissions and
1810
1839
  * limitations under the License.
1811
1840
  */
1812
- H(vi, bi, "app");
1841
+ x(Ii, bi, "app");
1813
1842
  var gt = function() {
1814
1843
  return gt = Object.assign || function(e) {
1815
1844
  for (var t, r = 1, i = arguments.length; r < i; r++) {
@@ -1873,10 +1902,10 @@ function se(n, ...e) {
1873
1902
  * limitations under the License.
1874
1903
  */
1875
1904
  function w(n, ...e) {
1876
- throw Ze(n, ...e);
1905
+ throw Ye(n, ...e);
1877
1906
  }
1878
1907
  function _(n, ...e) {
1879
- return Ze(n, ...e);
1908
+ return Ye(n, ...e);
1880
1909
  }
1881
1910
  function tn(n, e, t) {
1882
1911
  const r = Object.assign(Object.assign({}, yi()), { [e]: t });
@@ -1887,7 +1916,7 @@ function tn(n, e, t) {
1887
1916
  function P(n) {
1888
1917
  return tn(n, "operation-not-supported-in-this-environment", "Operations that alter the current user are not supported in conjunction with FirebaseServerApp");
1889
1918
  }
1890
- function Ze(n, ...e) {
1919
+ function Ye(n, ...e) {
1891
1920
  if (typeof n != "string") {
1892
1921
  const t = e[0], r = [...e.slice(1)];
1893
1922
  return r[0] && (r[0].appName = n.name), n._errorFactory.create(t, ...r);
@@ -1896,7 +1925,7 @@ function Ze(n, ...e) {
1896
1925
  }
1897
1926
  function d(n, e, ...t) {
1898
1927
  if (!n)
1899
- throw Ze(e, ...t);
1928
+ throw Ye(e, ...t);
1900
1929
  }
1901
1930
  function b(n) {
1902
1931
  const e = "INTERNAL ASSERTION FAILED: " + n;
@@ -1921,14 +1950,14 @@ function R(n, e) {
1921
1950
  * See the License for the specific language governing permissions and
1922
1951
  * limitations under the License.
1923
1952
  */
1924
- function xe() {
1953
+ function We() {
1925
1954
  var n;
1926
1955
  return typeof self < "u" && ((n = self.location) === null || n === void 0 ? void 0 : n.href) || "";
1927
1956
  }
1928
1957
  function Ti() {
1929
- return It() === "http:" || It() === "https:";
1958
+ return vt() === "http:" || vt() === "https:";
1930
1959
  }
1931
- function It() {
1960
+ function vt() {
1932
1961
  var n;
1933
1962
  return typeof self < "u" && ((n = self.location) === null || n === void 0 ? void 0 : n.protocol) || null;
1934
1963
  }
@@ -2008,7 +2037,7 @@ class te {
2008
2037
  * See the License for the specific language governing permissions and
2009
2038
  * limitations under the License.
2010
2039
  */
2011
- function Ye(n, e) {
2040
+ function Ze(n, e) {
2012
2041
  R(n.emulator, "Emulator should always be set here");
2013
2042
  const { url: t } = n.emulator;
2014
2043
  return e ? `${t}${e.startsWith("/") ? e.slice(1) : e}` : t;
@@ -2174,7 +2203,7 @@ const ki = {
2174
2203
  * See the License for the specific language governing permissions and
2175
2204
  * limitations under the License.
2176
2205
  */
2177
- const Si = new te(3e4, 6e4);
2206
+ const Ai = new te(3e4, 6e4);
2178
2207
  function ge(n, e) {
2179
2208
  return n.tenantId && !e.tenantId ? Object.assign(Object.assign({}, e), { tenantId: n.tenantId }) : e;
2180
2209
  }
@@ -2203,7 +2232,7 @@ async function rn(n, e, t) {
2203
2232
  n._canInitEmulator = !1;
2204
2233
  const r = Object.assign(Object.assign({}, ki), e);
2205
2234
  try {
2206
- const i = new Ai(n), s = await Promise.race([
2235
+ const i = new Si(n), s = await Promise.race([
2207
2236
  t(),
2208
2237
  i.promise
2209
2238
  ]);
@@ -2240,16 +2269,16 @@ async function sn(n, e, t, r, i = {}) {
2240
2269
  }
2241
2270
  function on(n, e, t, r) {
2242
2271
  const i = `${e}${t}?${r}`;
2243
- return n.config.emulator ? Ye(n.config, i) : `${n.config.apiScheme}://${i}`;
2272
+ return n.config.emulator ? Ze(n.config, i) : `${n.config.apiScheme}://${i}`;
2244
2273
  }
2245
- class Ai {
2274
+ class Si {
2246
2275
  constructor(e) {
2247
2276
  this.auth = e, this.timer = null, this.promise = new Promise((t, r) => {
2248
2277
  this.timer = setTimeout(() => r(_(
2249
2278
  this.auth,
2250
2279
  "network-request-failed"
2251
2280
  /* AuthErrorCode.NETWORK_REQUEST_FAILED */
2252
- )), Si.get());
2281
+ )), Ai.get());
2253
2282
  });
2254
2283
  }
2255
2284
  clearNetworkTimeout() {
@@ -2302,7 +2331,7 @@ async function an(n, e) {
2302
2331
  * See the License for the specific language governing permissions and
2303
2332
  * limitations under the License.
2304
2333
  */
2305
- function Z(n) {
2334
+ function Y(n) {
2306
2335
  if (n)
2307
2336
  try {
2308
2337
  const e = new Date(Number(n));
@@ -2311,7 +2340,7 @@ function Z(n) {
2311
2340
  } catch {
2312
2341
  }
2313
2342
  }
2314
- async function Ni(n, e = !1) {
2343
+ async function Ci(n, e = !1) {
2315
2344
  const t = z(n), r = await t.getIdToken(e), i = Xe(r);
2316
2345
  d(
2317
2346
  i && i.exp && i.auth_time && i.iat,
@@ -2323,14 +2352,14 @@ async function Ni(n, e = !1) {
2323
2352
  return {
2324
2353
  claims: i,
2325
2354
  token: r,
2326
- authTime: Z(Ne(i.auth_time)),
2327
- issuedAtTime: Z(Ne(i.iat)),
2328
- expirationTime: Z(Ne(i.exp)),
2355
+ authTime: Y(Ce(i.auth_time)),
2356
+ issuedAtTime: Y(Ce(i.iat)),
2357
+ expirationTime: Y(Ce(i.exp)),
2329
2358
  signInProvider: o || null,
2330
2359
  signInSecondFactor: (s == null ? void 0 : s.sign_in_second_factor) || null
2331
2360
  };
2332
2361
  }
2333
- function Ne(n) {
2362
+ function Ce(n) {
2334
2363
  return Number(n) * 1e3;
2335
2364
  }
2336
2365
  function Xe(n) {
@@ -2338,13 +2367,13 @@ function Xe(n) {
2338
2367
  if (e === void 0 || t === void 0 || r === void 0)
2339
2368
  return se("JWT malformed, contained fewer than 3 sections"), null;
2340
2369
  try {
2341
- const i = Wt(t);
2370
+ const i = jt(t);
2342
2371
  return i ? JSON.parse(i) : (se("Failed to decode base64 JWT payload"), null);
2343
2372
  } catch (i) {
2344
2373
  return se("Caught error parsing JWT payload as JSON", i == null ? void 0 : i.toString()), null;
2345
2374
  }
2346
2375
  }
2347
- function vt(n) {
2376
+ function It(n) {
2348
2377
  const e = Xe(n);
2349
2378
  return d(
2350
2379
  e,
@@ -2382,10 +2411,10 @@ async function K(n, e, t = !1) {
2382
2411
  try {
2383
2412
  return await e;
2384
2413
  } catch (r) {
2385
- throw r instanceof M && Ci(r) && n.auth.currentUser === n && await n.auth.signOut(), r;
2414
+ throw r instanceof M && Ni(r) && n.auth.currentUser === n && await n.auth.signOut(), r;
2386
2415
  }
2387
2416
  }
2388
- function Ci({ code: n }) {
2417
+ function Ni({ code: n }) {
2389
2418
  return n === "auth/user-disabled" || n === "auth/user-token-expired";
2390
2419
  }
2391
2420
  /**
@@ -2466,12 +2495,12 @@ class Di {
2466
2495
  * See the License for the specific language governing permissions and
2467
2496
  * limitations under the License.
2468
2497
  */
2469
- class He {
2498
+ class xe {
2470
2499
  constructor(e, t) {
2471
2500
  this.createdAt = e, this.lastLoginAt = t, this._initializeTime();
2472
2501
  }
2473
2502
  _initializeTime() {
2474
- this.lastSignInTime = Z(this.lastLoginAt), this.creationTime = Z(this.createdAt);
2503
+ this.lastSignInTime = Y(this.lastLoginAt), this.creationTime = Y(this.createdAt);
2475
2504
  }
2476
2505
  _copy(e) {
2477
2506
  this.createdAt = e.createdAt, this.lastLoginAt = e.lastLoginAt, this._initializeTime();
@@ -2519,7 +2548,7 @@ async function pe(n) {
2519
2548
  phoneNumber: s.phoneNumber || null,
2520
2549
  tenantId: s.tenantId || null,
2521
2550
  providerData: a,
2522
- metadata: new He(s.createdAt, s.lastLoginAt),
2551
+ metadata: new xe(s.createdAt, s.lastLoginAt),
2523
2552
  isAnonymous: u
2524
2553
  };
2525
2554
  Object.assign(n, p);
@@ -2600,7 +2629,7 @@ async function Ui(n, e) {
2600
2629
  * See the License for the specific language governing permissions and
2601
2630
  * limitations under the License.
2602
2631
  */
2603
- class j {
2632
+ class F {
2604
2633
  constructor() {
2605
2634
  this.refreshToken = null, this.accessToken = null, this.expirationTime = null;
2606
2635
  }
@@ -2621,7 +2650,7 @@ class j {
2621
2650
  "internal-error"
2622
2651
  /* AuthErrorCode.INTERNAL_ERROR */
2623
2652
  );
2624
- const t = "expiresIn" in e && typeof e.expiresIn < "u" ? Number(e.expiresIn) : vt(e.idToken);
2653
+ const t = "expiresIn" in e && typeof e.expiresIn < "u" ? Number(e.expiresIn) : It(e.idToken);
2625
2654
  this.updateTokensAndExpiration(e.idToken, e.refreshToken, t);
2626
2655
  }
2627
2656
  updateFromIdToken(e) {
@@ -2630,7 +2659,7 @@ class j {
2630
2659
  "internal-error"
2631
2660
  /* AuthErrorCode.INTERNAL_ERROR */
2632
2661
  );
2633
- const t = vt(e);
2662
+ const t = It(e);
2634
2663
  this.updateTokensAndExpiration(e, null, t);
2635
2664
  }
2636
2665
  async getToken(e, t = !1) {
@@ -2652,7 +2681,7 @@ class j {
2652
2681
  this.refreshToken = t || null, this.accessToken = e || null, this.expirationTime = Date.now() + r * 1e3;
2653
2682
  }
2654
2683
  static fromJSON(e, t) {
2655
- const { refreshToken: r, accessToken: i, expirationTime: s } = t, o = new j();
2684
+ const { refreshToken: r, accessToken: i, expirationTime: s } = t, o = new F();
2656
2685
  return r && (d(typeof r == "string", "internal-error", {
2657
2686
  appName: e
2658
2687
  }), o.refreshToken = r), i && (d(typeof i == "string", "internal-error", {
@@ -2672,7 +2701,7 @@ class j {
2672
2701
  this.accessToken = e.accessToken, this.refreshToken = e.refreshToken, this.expirationTime = e.expirationTime;
2673
2702
  }
2674
2703
  _clone() {
2675
- return Object.assign(new j(), this.toJSON());
2704
+ return Object.assign(new F(), this.toJSON());
2676
2705
  }
2677
2706
  _performRefresh() {
2678
2707
  return b("not implemented");
@@ -2700,7 +2729,7 @@ function k(n, e) {
2700
2729
  class y {
2701
2730
  constructor(e) {
2702
2731
  var { uid: t, auth: r, stsTokenManager: i } = e, s = Je(e, ["uid", "auth", "stsTokenManager"]);
2703
- this.providerId = "firebase", this.proactiveRefresh = new Di(this), this.reloadUserInfo = null, this.reloadListener = null, this.uid = t, this.auth = r, this.stsTokenManager = i, this.accessToken = i.accessToken, this.displayName = s.displayName || null, this.email = s.email || null, this.emailVerified = s.emailVerified || !1, this.phoneNumber = s.phoneNumber || null, this.photoURL = s.photoURL || null, this.isAnonymous = s.isAnonymous || !1, this.tenantId = s.tenantId || null, this.providerData = s.providerData ? [...s.providerData] : [], this.metadata = new He(s.createdAt || void 0, s.lastLoginAt || void 0);
2732
+ this.providerId = "firebase", this.proactiveRefresh = new Di(this), this.reloadUserInfo = null, this.reloadListener = null, this.uid = t, this.auth = r, this.stsTokenManager = i, this.accessToken = i.accessToken, this.displayName = s.displayName || null, this.email = s.email || null, this.emailVerified = s.emailVerified || !1, this.phoneNumber = s.phoneNumber || null, this.photoURL = s.photoURL || null, this.isAnonymous = s.isAnonymous || !1, this.tenantId = s.tenantId || null, this.providerData = s.providerData ? [...s.providerData] : [], this.metadata = new xe(s.createdAt || void 0, s.lastLoginAt || void 0);
2704
2733
  }
2705
2734
  async getIdToken(e) {
2706
2735
  const t = await K(this, this.stsTokenManager.getToken(this.auth, e));
@@ -2712,7 +2741,7 @@ class y {
2712
2741
  ), this.accessToken !== t && (this.accessToken = t, await this.auth._persistUserIfCurrent(this), this.auth._notifyListenersIfCurrent(this)), t;
2713
2742
  }
2714
2743
  getIdTokenResult(e) {
2715
- return Ni(this, e);
2744
+ return Ci(this, e);
2716
2745
  }
2717
2746
  reload() {
2718
2747
  return Pi(this);
@@ -2751,7 +2780,7 @@ class y {
2751
2780
  e.idToken && e.idToken !== this.stsTokenManager.accessToken && (this.stsTokenManager.updateFromServerResponse(e), r = !0), t && await pe(this), await this.auth._persistUserIfCurrent(this), r && this.auth._notifyListenersIfCurrent(this);
2752
2781
  }
2753
2782
  async delete() {
2754
- if (v(this.auth.app))
2783
+ if (I(this.auth.app))
2755
2784
  return Promise.reject(P(this.auth));
2756
2785
  const e = await this.getIdToken();
2757
2786
  return await K(this, Oi(this.auth, { idToken: e })), this.stsTokenManager.clearRefreshToken(), this.auth.signOut();
@@ -2782,14 +2811,14 @@ class y {
2782
2811
  }
2783
2812
  static _fromJSON(e, t) {
2784
2813
  var r, i, s, o, a, c, l, u;
2785
- const p = (r = t.displayName) !== null && r !== void 0 ? r : void 0, m = (i = t.email) !== null && i !== void 0 ? i : void 0, I = (s = t.phoneNumber) !== null && s !== void 0 ? s : void 0, F = (o = t.photoURL) !== null && o !== void 0 ? o : void 0, tt = (a = t.tenantId) !== null && a !== void 0 ? a : void 0, ye = (c = t._redirectEventId) !== null && c !== void 0 ? c : void 0, nt = (l = t.createdAt) !== null && l !== void 0 ? l : void 0, rt = (u = t.lastLoginAt) !== null && u !== void 0 ? u : void 0, { uid: Ee, emailVerified: it, isAnonymous: st, providerData: Te, stsTokenManager: ot } = t;
2814
+ const p = (r = t.displayName) !== null && r !== void 0 ? r : void 0, m = (i = t.email) !== null && i !== void 0 ? i : void 0, v = (s = t.phoneNumber) !== null && s !== void 0 ? s : void 0, H = (o = t.photoURL) !== null && o !== void 0 ? o : void 0, tt = (a = t.tenantId) !== null && a !== void 0 ? a : void 0, ye = (c = t._redirectEventId) !== null && c !== void 0 ? c : void 0, nt = (l = t.createdAt) !== null && l !== void 0 ? l : void 0, rt = (u = t.lastLoginAt) !== null && u !== void 0 ? u : void 0, { uid: Ee, emailVerified: it, isAnonymous: st, providerData: Te, stsTokenManager: ot } = t;
2786
2815
  d(
2787
2816
  Ee && ot,
2788
2817
  e,
2789
2818
  "internal-error"
2790
2819
  /* AuthErrorCode.INTERNAL_ERROR */
2791
2820
  );
2792
- const Pn = j.fromJSON(this.name, ot);
2821
+ const Pn = F.fromJSON(this.name, ot);
2793
2822
  d(
2794
2823
  typeof Ee == "string",
2795
2824
  e,
@@ -2805,7 +2834,7 @@ class y {
2805
2834
  e,
2806
2835
  "internal-error"
2807
2836
  /* AuthErrorCode.INTERNAL_ERROR */
2808
- ), k(I, e.name), k(F, e.name), k(tt, e.name), k(ye, e.name), k(nt, e.name), k(rt, e.name);
2837
+ ), k(v, e.name), k(H, e.name), k(tt, e.name), k(ye, e.name), k(nt, e.name), k(rt, e.name);
2809
2838
  const we = new y({
2810
2839
  uid: Ee,
2811
2840
  auth: e,
@@ -2813,8 +2842,8 @@ class y {
2813
2842
  emailVerified: it,
2814
2843
  displayName: p,
2815
2844
  isAnonymous: st,
2816
- photoURL: F,
2817
- phoneNumber: I,
2845
+ photoURL: H,
2846
+ phoneNumber: v,
2818
2847
  tenantId: tt,
2819
2848
  stsTokenManager: Pn,
2820
2849
  createdAt: nt,
@@ -2828,7 +2857,7 @@ class y {
2828
2857
  * @param idTokenResponse
2829
2858
  */
2830
2859
  static async _fromIdTokenResponse(e, t, r = !1) {
2831
- const i = new j();
2860
+ const i = new F();
2832
2861
  i.updateFromServerResponse(t);
2833
2862
  const s = new y({
2834
2863
  uid: t.localId,
@@ -2850,7 +2879,7 @@ class y {
2850
2879
  "internal-error"
2851
2880
  /* AuthErrorCode.INTERNAL_ERROR */
2852
2881
  );
2853
- const s = i.providerUserInfo !== void 0 ? cn(i.providerUserInfo) : [], o = !(i.email && i.passwordHash) && !(s != null && s.length), a = new j();
2882
+ const s = i.providerUserInfo !== void 0 ? cn(i.providerUserInfo) : [], o = !(i.email && i.passwordHash) && !(s != null && s.length), a = new F();
2854
2883
  a.updateFromIdToken(r);
2855
2884
  const c = new y({
2856
2885
  uid: i.localId,
@@ -2866,7 +2895,7 @@ class y {
2866
2895
  phoneNumber: i.phoneNumber || null,
2867
2896
  tenantId: i.tenantId || null,
2868
2897
  providerData: s,
2869
- metadata: new He(i.createdAt, i.lastLoginAt),
2898
+ metadata: new xe(i.createdAt, i.lastLoginAt),
2870
2899
  isAnonymous: !(i.email && i.passwordHash) && !(s != null && s.length)
2871
2900
  };
2872
2901
  return Object.assign(c, l), c;
@@ -2953,7 +2982,7 @@ const yt = ln;
2953
2982
  function oe(n, e, t) {
2954
2983
  return `firebase:${n}:${e}:${t}`;
2955
2984
  }
2956
- class W {
2985
+ class j {
2957
2986
  constructor(e, t, r) {
2958
2987
  this.persistence = e, this.auth = t, this.userKey = r;
2959
2988
  const { config: i, name: s } = this.auth;
@@ -2984,7 +3013,7 @@ class W {
2984
3013
  }
2985
3014
  static async create(e, t, r = "authUser") {
2986
3015
  if (!t.length)
2987
- return new W(E(yt), e, r);
3016
+ return new j(E(yt), e, r);
2988
3017
  const i = (await Promise.all(t.map(async (l) => {
2989
3018
  if (await l._isAvailable())
2990
3019
  return l;
@@ -3003,13 +3032,13 @@ class W {
3003
3032
  } catch {
3004
3033
  }
3005
3034
  const c = i.filter((l) => l._shouldAllowMigration);
3006
- return !s._shouldAllowMigration || !c.length ? new W(s, e, r) : (s = c[0], a && await s._set(o, a.toJSON()), await Promise.all(t.map(async (l) => {
3035
+ return !s._shouldAllowMigration || !c.length ? new j(s, e, r) : (s = c[0], a && await s._set(o, a.toJSON()), await Promise.all(t.map(async (l) => {
3007
3036
  if (l !== s)
3008
3037
  try {
3009
3038
  await l._remove(o);
3010
3039
  } catch {
3011
3040
  }
3012
- })), new W(s, e, r));
3041
+ })), new j(s, e, r));
3013
3042
  }
3014
3043
  }
3015
3044
  /**
@@ -3088,7 +3117,7 @@ function Bi(n = f()) {
3088
3117
  var e;
3089
3118
  return Ke(n) && !!(!((e = window.navigator) === null || e === void 0) && e.standalone);
3090
3119
  }
3091
- function Fi() {
3120
+ function Hi() {
3092
3121
  return tr() && document.documentMode === 10;
3093
3122
  }
3094
3123
  function gn(n = f()) {
@@ -3110,7 +3139,7 @@ function gn(n = f()) {
3110
3139
  * See the License for the specific language governing permissions and
3111
3140
  * limitations under the License.
3112
3141
  */
3113
- function In(n, e = []) {
3142
+ function vn(n, e = []) {
3114
3143
  let t;
3115
3144
  switch (n) {
3116
3145
  case "Browser":
@@ -3141,7 +3170,7 @@ function In(n, e = []) {
3141
3170
  * See the License for the specific language governing permissions and
3142
3171
  * limitations under the License.
3143
3172
  */
3144
- class xi {
3173
+ class Wi {
3145
3174
  constructor(e) {
3146
3175
  this.auth = e, this.queue = [];
3147
3176
  }
@@ -3196,7 +3225,7 @@ class xi {
3196
3225
  * See the License for the specific language governing permissions and
3197
3226
  * limitations under the License.
3198
3227
  */
3199
- async function Hi(n, e = {}) {
3228
+ async function xi(n, e = {}) {
3200
3229
  return $(n, "GET", "/v2/passwordPolicy", ge(n, e));
3201
3230
  }
3202
3231
  /**
@@ -3215,12 +3244,12 @@ async function Hi(n, e = {}) {
3215
3244
  * See the License for the specific language governing permissions and
3216
3245
  * limitations under the License.
3217
3246
  */
3218
- const ji = 6;
3219
- class Wi {
3247
+ const Fi = 6;
3248
+ class ji {
3220
3249
  constructor(e) {
3221
3250
  var t, r, i, s;
3222
3251
  const o = e.customStrengthOptions;
3223
- this.customStrengthOptions = {}, this.customStrengthOptions.minPasswordLength = (t = o.minPasswordLength) !== null && t !== void 0 ? t : ji, o.maxPasswordLength && (this.customStrengthOptions.maxPasswordLength = o.maxPasswordLength), o.containsLowercaseCharacter !== void 0 && (this.customStrengthOptions.containsLowercaseLetter = o.containsLowercaseCharacter), o.containsUppercaseCharacter !== void 0 && (this.customStrengthOptions.containsUppercaseLetter = o.containsUppercaseCharacter), o.containsNumericCharacter !== void 0 && (this.customStrengthOptions.containsNumericCharacter = o.containsNumericCharacter), o.containsNonAlphanumericCharacter !== void 0 && (this.customStrengthOptions.containsNonAlphanumericCharacter = o.containsNonAlphanumericCharacter), this.enforcementState = e.enforcementState, this.enforcementState === "ENFORCEMENT_STATE_UNSPECIFIED" && (this.enforcementState = "OFF"), this.allowedNonAlphanumericCharacters = (i = (r = e.allowedNonAlphanumericCharacters) === null || r === void 0 ? void 0 : r.join("")) !== null && i !== void 0 ? i : "", this.forceUpgradeOnSignin = (s = e.forceUpgradeOnSignin) !== null && s !== void 0 ? s : !1, this.schemaVersion = e.schemaVersion;
3252
+ this.customStrengthOptions = {}, this.customStrengthOptions.minPasswordLength = (t = o.minPasswordLength) !== null && t !== void 0 ? t : Fi, o.maxPasswordLength && (this.customStrengthOptions.maxPasswordLength = o.maxPasswordLength), o.containsLowercaseCharacter !== void 0 && (this.customStrengthOptions.containsLowercaseLetter = o.containsLowercaseCharacter), o.containsUppercaseCharacter !== void 0 && (this.customStrengthOptions.containsUppercaseLetter = o.containsUppercaseCharacter), o.containsNumericCharacter !== void 0 && (this.customStrengthOptions.containsNumericCharacter = o.containsNumericCharacter), o.containsNonAlphanumericCharacter !== void 0 && (this.customStrengthOptions.containsNonAlphanumericCharacter = o.containsNonAlphanumericCharacter), this.enforcementState = e.enforcementState, this.enforcementState === "ENFORCEMENT_STATE_UNSPECIFIED" && (this.enforcementState = "OFF"), this.allowedNonAlphanumericCharacters = (i = (r = e.allowedNonAlphanumericCharacters) === null || r === void 0 ? void 0 : r.join("")) !== null && i !== void 0 ? i : "", this.forceUpgradeOnSignin = (s = e.forceUpgradeOnSignin) !== null && s !== void 0 ? s : !1, this.schemaVersion = e.schemaVersion;
3224
3253
  }
3225
3254
  validatePassword(e) {
3226
3255
  var t, r, i, s, o, a;
@@ -3305,12 +3334,12 @@ class Wi {
3305
3334
  */
3306
3335
  class Vi {
3307
3336
  constructor(e, t, r, i) {
3308
- this.app = e, this.heartbeatServiceProvider = t, this.appCheckServiceProvider = r, this.config = i, this.currentUser = null, this.emulatorConfig = null, this.operations = Promise.resolve(), this.authStateSubscription = new Tt(this), this.idTokenSubscription = new Tt(this), this.beforeStateQueue = new xi(this), this.redirectUser = null, this.isProactiveRefreshEnabled = !1, this.EXPECTED_PASSWORD_POLICY_SCHEMA_VERSION = 1, this._canInitEmulator = !0, this._isInitialized = !1, this._deleted = !1, this._initializationPromise = null, this._popupRedirectResolver = null, this._errorFactory = en, this._agentRecaptchaConfig = null, this._tenantRecaptchaConfigs = {}, this._projectPasswordPolicy = null, this._tenantPasswordPolicies = {}, this.lastNotifiedUid = void 0, this.languageCode = null, this.tenantId = null, this.settings = { appVerificationDisabledForTesting: !1 }, this.frameworks = [], this.name = e.name, this.clientVersion = i.sdkClientVersion;
3337
+ this.app = e, this.heartbeatServiceProvider = t, this.appCheckServiceProvider = r, this.config = i, this.currentUser = null, this.emulatorConfig = null, this.operations = Promise.resolve(), this.authStateSubscription = new Tt(this), this.idTokenSubscription = new Tt(this), this.beforeStateQueue = new Wi(this), this.redirectUser = null, this.isProactiveRefreshEnabled = !1, this.EXPECTED_PASSWORD_POLICY_SCHEMA_VERSION = 1, this._canInitEmulator = !0, this._isInitialized = !1, this._deleted = !1, this._initializationPromise = null, this._popupRedirectResolver = null, this._errorFactory = en, this._agentRecaptchaConfig = null, this._tenantRecaptchaConfigs = {}, this._projectPasswordPolicy = null, this._tenantPasswordPolicies = {}, this.lastNotifiedUid = void 0, this.languageCode = null, this.tenantId = null, this.settings = { appVerificationDisabledForTesting: !1 }, this.frameworks = [], this.name = e.name, this.clientVersion = i.sdkClientVersion;
3309
3338
  }
3310
3339
  _initializeWithPersistence(e, t) {
3311
3340
  return t && (this._popupRedirectResolver = E(t)), this._initializationPromise = this.queue(async () => {
3312
3341
  var r, i;
3313
- if (!this._deleted && (this.persistenceManager = await W.create(this, e), !this._deleted)) {
3342
+ if (!this._deleted && (this.persistenceManager = await j.create(this, e), !this._deleted)) {
3314
3343
  if (!((r = this._popupRedirectResolver) === null || r === void 0) && r._shouldInitProactively)
3315
3344
  try {
3316
3345
  await this._popupRedirectResolver._initialize(this);
@@ -3349,7 +3378,7 @@ class Vi {
3349
3378
  }
3350
3379
  async initializeCurrentUser(e) {
3351
3380
  var t;
3352
- if (v(this.app)) {
3381
+ if (I(this.app)) {
3353
3382
  const o = this.app.settings.authIdToken;
3354
3383
  return o ? new Promise((a) => {
3355
3384
  setTimeout(() => this.initializeCurrentUserFromIdToken(o).then(a, a));
@@ -3405,7 +3434,7 @@ class Vi {
3405
3434
  this._deleted = !0;
3406
3435
  }
3407
3436
  async updateCurrentUser(e) {
3408
- if (v(this.app))
3437
+ if (I(this.app))
3409
3438
  return Promise.reject(P(this));
3410
3439
  const t = e ? z(e) : null;
3411
3440
  return t && d(
@@ -3427,14 +3456,14 @@ class Vi {
3427
3456
  });
3428
3457
  }
3429
3458
  async signOut() {
3430
- return v(this.app) ? Promise.reject(P(this)) : (await this.beforeStateQueue.runMiddleware(null), (this.redirectPersistenceManager || this._popupRedirectResolver) && await this._setRedirectUser(null), this._updateCurrentUser(
3459
+ return I(this.app) ? Promise.reject(P(this)) : (await this.beforeStateQueue.runMiddleware(null), (this.redirectPersistenceManager || this._popupRedirectResolver) && await this._setRedirectUser(null), this._updateCurrentUser(
3431
3460
  null,
3432
3461
  /* skipBeforeStateCallbacks */
3433
3462
  !0
3434
3463
  ));
3435
3464
  }
3436
3465
  setPersistence(e) {
3437
- return v(this.app) ? Promise.reject(P(this)) : this.queue(async () => {
3466
+ return I(this.app) ? Promise.reject(P(this)) : this.queue(async () => {
3438
3467
  await this.assertedPersistence.setPersistence(E(e));
3439
3468
  });
3440
3469
  }
@@ -3450,7 +3479,7 @@ class Vi {
3450
3479
  return this.tenantId === null ? this._projectPasswordPolicy : this._tenantPasswordPolicies[this.tenantId];
3451
3480
  }
3452
3481
  async _updatePasswordPolicy() {
3453
- const e = await Hi(this), t = new Wi(e);
3482
+ const e = await xi(this), t = new ji(e);
3454
3483
  this.tenantId === null ? this._projectPasswordPolicy = t : this._tenantPasswordPolicies[this.tenantId] = t;
3455
3484
  }
3456
3485
  _getPersistence() {
@@ -3514,7 +3543,7 @@ class Vi {
3514
3543
  this,
3515
3544
  "argument-error"
3516
3545
  /* AuthErrorCode.ARGUMENT_ERROR */
3517
- ), this.redirectPersistenceManager = await W.create(
3546
+ ), this.redirectPersistenceManager = await j.create(
3518
3547
  this,
3519
3548
  [E(t._redirectPersistence)],
3520
3549
  "redirectUser"
@@ -3603,7 +3632,7 @@ class Vi {
3603
3632
  ), this.persistenceManager;
3604
3633
  }
3605
3634
  _logFramework(e) {
3606
- !e || this.frameworks.includes(e) || (this.frameworks.push(e), this.frameworks.sort(), this.clientVersion = In(this.config.clientPlatform, this._getFrameworks()));
3635
+ !e || this.frameworks.includes(e) || (this.frameworks.push(e), this.frameworks.sort(), this.clientVersion = vn(this.config.clientPlatform, this._getFrameworks()));
3607
3636
  }
3608
3637
  _getFrameworks() {
3609
3638
  return this.frameworks;
@@ -3636,7 +3665,7 @@ class Vi {
3636
3665
  return t != null && t.error && Ei(`Error while retrieving App Check token: ${t.error}`), t == null ? void 0 : t.token;
3637
3666
  }
3638
3667
  }
3639
- function Ie(n) {
3668
+ function ve(n) {
3640
3669
  return z(n);
3641
3670
  }
3642
3671
  class Tt {
@@ -3704,8 +3733,8 @@ function Ji(n) {
3704
3733
  * See the License for the specific language governing permissions and
3705
3734
  * limitations under the License.
3706
3735
  */
3707
- function Zi(n, e) {
3708
- const t = Yt(n, "auth");
3736
+ function Yi(n, e) {
3737
+ const t = Zt(n, "auth");
3709
3738
  if (t.isInitialized()) {
3710
3739
  const i = t.getImmediate(), s = t.getOptions();
3711
3740
  if (de(s, e ?? {}))
@@ -3718,12 +3747,12 @@ function Zi(n, e) {
3718
3747
  }
3719
3748
  return t.initialize({ options: e });
3720
3749
  }
3721
- function Yi(n, e) {
3750
+ function Zi(n, e) {
3722
3751
  const t = (e == null ? void 0 : e.persistence) || [], r = (Array.isArray(t) ? t : [t]).map(E);
3723
3752
  e != null && e.errorMap && n._updateErrorMap(e.errorMap), n._initializeWithPersistence(r, e == null ? void 0 : e.popupRedirectResolver);
3724
3753
  }
3725
3754
  function Xi(n, e, t) {
3726
- const r = Ie(n);
3755
+ const r = ve(n);
3727
3756
  d(
3728
3757
  r._canInitEmulator,
3729
3758
  r,
@@ -3735,7 +3764,7 @@ function Xi(n, e, t) {
3735
3764
  "invalid-emulator-scheme"
3736
3765
  /* AuthErrorCode.INVALID_EMULATOR_SCHEME */
3737
3766
  );
3738
- const i = !1, s = vn(e), { host: o, port: a } = Ki(e), c = a === null ? "" : `:${a}`;
3767
+ const i = !1, s = In(e), { host: o, port: a } = Ki(e), c = a === null ? "" : `:${a}`;
3739
3768
  r.config.emulator = { url: `${s}//${o}${c}/` }, r.settings.appVerificationDisabledForTesting = !0, r.emulatorConfig = Object.freeze({
3740
3769
  host: o,
3741
3770
  port: a,
@@ -3743,12 +3772,12 @@ function Xi(n, e, t) {
3743
3772
  options: Object.freeze({ disableWarnings: i })
3744
3773
  }), qi();
3745
3774
  }
3746
- function vn(n) {
3775
+ function In(n) {
3747
3776
  const e = n.indexOf(":");
3748
3777
  return e < 0 ? "" : n.substr(0, e + 1);
3749
3778
  }
3750
3779
  function Ki(n) {
3751
- const e = vn(n), t = /(\/\/)?([^?#/]+)/.exec(n.substr(e.length));
3780
+ const e = In(n), t = /(\/\/)?([^?#/]+)/.exec(n.substr(e.length));
3752
3781
  if (!t)
3753
3782
  return { host: "", port: null };
3754
3783
  const r = t[2].split("@").pop() || "", i = /^(\[[^\]]+\])(:|$)/.exec(r);
@@ -4024,7 +4053,7 @@ class ne extends yn {
4024
4053
  * See the License for the specific language governing permissions and
4025
4054
  * limitations under the License.
4026
4055
  */
4027
- class S extends ne {
4056
+ class A extends ne {
4028
4057
  constructor() {
4029
4058
  super(
4030
4059
  "facebook.com"
@@ -4045,8 +4074,8 @@ class S extends ne {
4045
4074
  */
4046
4075
  static credential(e) {
4047
4076
  return U._fromParams({
4048
- providerId: S.PROVIDER_ID,
4049
- signInMethod: S.FACEBOOK_SIGN_IN_METHOD,
4077
+ providerId: A.PROVIDER_ID,
4078
+ signInMethod: A.FACEBOOK_SIGN_IN_METHOD,
4050
4079
  accessToken: e
4051
4080
  });
4052
4081
  }
@@ -4056,7 +4085,7 @@ class S extends ne {
4056
4085
  * @param userCredential - The user credential.
4057
4086
  */
4058
4087
  static credentialFromResult(e) {
4059
- return S.credentialFromTaggedObject(e);
4088
+ return A.credentialFromTaggedObject(e);
4060
4089
  }
4061
4090
  /**
4062
4091
  * Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
@@ -4065,20 +4094,20 @@ class S extends ne {
4065
4094
  * @param userCredential - The user credential.
4066
4095
  */
4067
4096
  static credentialFromError(e) {
4068
- return S.credentialFromTaggedObject(e.customData || {});
4097
+ return A.credentialFromTaggedObject(e.customData || {});
4069
4098
  }
4070
4099
  static credentialFromTaggedObject({ _tokenResponse: e }) {
4071
4100
  if (!e || !("oauthAccessToken" in e) || !e.oauthAccessToken)
4072
4101
  return null;
4073
4102
  try {
4074
- return S.credential(e.oauthAccessToken);
4103
+ return A.credential(e.oauthAccessToken);
4075
4104
  } catch {
4076
4105
  return null;
4077
4106
  }
4078
4107
  }
4079
4108
  }
4080
- S.FACEBOOK_SIGN_IN_METHOD = "facebook.com";
4081
- S.PROVIDER_ID = "facebook.com";
4109
+ A.FACEBOOK_SIGN_IN_METHOD = "facebook.com";
4110
+ A.PROVIDER_ID = "facebook.com";
4082
4111
  /**
4083
4112
  * @license
4084
4113
  * Copyright 2020 Google LLC
@@ -4095,7 +4124,7 @@ S.PROVIDER_ID = "facebook.com";
4095
4124
  * See the License for the specific language governing permissions and
4096
4125
  * limitations under the License.
4097
4126
  */
4098
- class A extends ne {
4127
+ class S extends ne {
4099
4128
  constructor() {
4100
4129
  super(
4101
4130
  "google.com"
@@ -4117,8 +4146,8 @@ class A extends ne {
4117
4146
  */
4118
4147
  static credential(e, t) {
4119
4148
  return U._fromParams({
4120
- providerId: A.PROVIDER_ID,
4121
- signInMethod: A.GOOGLE_SIGN_IN_METHOD,
4149
+ providerId: S.PROVIDER_ID,
4150
+ signInMethod: S.GOOGLE_SIGN_IN_METHOD,
4122
4151
  idToken: e,
4123
4152
  accessToken: t
4124
4153
  });
@@ -4129,7 +4158,7 @@ class A extends ne {
4129
4158
  * @param userCredential - The user credential.
4130
4159
  */
4131
4160
  static credentialFromResult(e) {
4132
- return A.credentialFromTaggedObject(e);
4161
+ return S.credentialFromTaggedObject(e);
4133
4162
  }
4134
4163
  /**
4135
4164
  * Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
@@ -4138,7 +4167,7 @@ class A extends ne {
4138
4167
  * @param userCredential - The user credential.
4139
4168
  */
4140
4169
  static credentialFromError(e) {
4141
- return A.credentialFromTaggedObject(e.customData || {});
4170
+ return S.credentialFromTaggedObject(e.customData || {});
4142
4171
  }
4143
4172
  static credentialFromTaggedObject({ _tokenResponse: e }) {
4144
4173
  if (!e)
@@ -4147,14 +4176,14 @@ class A extends ne {
4147
4176
  if (!t && !r)
4148
4177
  return null;
4149
4178
  try {
4150
- return A.credential(t, r);
4179
+ return S.credential(t, r);
4151
4180
  } catch {
4152
4181
  return null;
4153
4182
  }
4154
4183
  }
4155
4184
  }
4156
- A.GOOGLE_SIGN_IN_METHOD = "google.com";
4157
- A.PROVIDER_ID = "google.com";
4185
+ S.GOOGLE_SIGN_IN_METHOD = "google.com";
4186
+ S.PROVIDER_ID = "google.com";
4158
4187
  /**
4159
4188
  * @license
4160
4189
  * Copyright 2020 Google LLC
@@ -4235,7 +4264,7 @@ O.PROVIDER_ID = "github.com";
4235
4264
  * See the License for the specific language governing permissions and
4236
4265
  * limitations under the License.
4237
4266
  */
4238
- class N extends ne {
4267
+ class C extends ne {
4239
4268
  constructor() {
4240
4269
  super(
4241
4270
  "twitter.com"
@@ -4250,8 +4279,8 @@ class N extends ne {
4250
4279
  */
4251
4280
  static credential(e, t) {
4252
4281
  return U._fromParams({
4253
- providerId: N.PROVIDER_ID,
4254
- signInMethod: N.TWITTER_SIGN_IN_METHOD,
4282
+ providerId: C.PROVIDER_ID,
4283
+ signInMethod: C.TWITTER_SIGN_IN_METHOD,
4255
4284
  oauthToken: e,
4256
4285
  oauthTokenSecret: t
4257
4286
  });
@@ -4262,7 +4291,7 @@ class N extends ne {
4262
4291
  * @param userCredential - The user credential.
4263
4292
  */
4264
4293
  static credentialFromResult(e) {
4265
- return N.credentialFromTaggedObject(e);
4294
+ return C.credentialFromTaggedObject(e);
4266
4295
  }
4267
4296
  /**
4268
4297
  * Used to extract the underlying {@link OAuthCredential} from a {@link AuthError} which was
@@ -4271,7 +4300,7 @@ class N extends ne {
4271
4300
  * @param userCredential - The user credential.
4272
4301
  */
4273
4302
  static credentialFromError(e) {
4274
- return N.credentialFromTaggedObject(e.customData || {});
4303
+ return C.credentialFromTaggedObject(e.customData || {});
4275
4304
  }
4276
4305
  static credentialFromTaggedObject({ _tokenResponse: e }) {
4277
4306
  if (!e)
@@ -4280,14 +4309,14 @@ class N extends ne {
4280
4309
  if (!t || !r)
4281
4310
  return null;
4282
4311
  try {
4283
- return N.credential(t, r);
4312
+ return C.credential(t, r);
4284
4313
  } catch {
4285
4314
  return null;
4286
4315
  }
4287
4316
  }
4288
4317
  }
4289
- N.TWITTER_SIGN_IN_METHOD = "twitter.com";
4290
- N.PROVIDER_ID = "twitter.com";
4318
+ C.TWITTER_SIGN_IN_METHOD = "twitter.com";
4319
+ C.PROVIDER_ID = "twitter.com";
4291
4320
  /**
4292
4321
  * @license
4293
4322
  * Copyright 2020 Google LLC
@@ -4392,7 +4421,7 @@ async function es(n, e, t = !1) {
4392
4421
  */
4393
4422
  async function ts(n, e, t = !1) {
4394
4423
  const { auth: r } = n;
4395
- if (v(r.app))
4424
+ if (I(r.app))
4396
4425
  return Promise.reject(P(r));
4397
4426
  const i = "reauthenticate";
4398
4427
  try {
@@ -4442,7 +4471,7 @@ async function ts(n, e, t = !1) {
4442
4471
  * limitations under the License.
4443
4472
  */
4444
4473
  async function ns(n, e, t = !1) {
4445
- if (v(n.app))
4474
+ if (I(n.app))
4446
4475
  return Promise.reject(P(n));
4447
4476
  const r = "signIn", i = await En(n, r, e), s = await B._fromIdTokenResponse(n, r, i);
4448
4477
  return t || await n._updateCurrentUser(s.user), s;
@@ -4483,9 +4512,9 @@ async function rs(n, e) {
4483
4512
  * limitations under the License.
4484
4513
  */
4485
4514
  async function is(n, e) {
4486
- if (v(n.app))
4515
+ if (I(n.app))
4487
4516
  return Promise.reject(P(n));
4488
- const t = Ie(n), r = await rs(t, {
4517
+ const t = ve(n), r = await rs(t, {
4489
4518
  token: e,
4490
4519
  returnSecureToken: !0
4491
4520
  }), i = await B._fromIdTokenResponse(t, "signIn", r);
@@ -4583,7 +4612,7 @@ class wn extends Tn {
4583
4612
  const o = this.storage.getItem(r);
4584
4613
  !t && this.localCache[r] === o || this.notifyListeners(r, o);
4585
4614
  }, s = this.storage.getItem(r);
4586
- Fi() && s !== e.newValue && e.newValue !== e.oldValue ? setTimeout(i, cs) : i();
4615
+ Hi() && s !== e.newValue && e.newValue !== e.oldValue ? setTimeout(i, cs) : i();
4587
4616
  }
4588
4617
  notifyListeners(e, t) {
4589
4618
  this.localCache[e] = t;
@@ -4714,7 +4743,7 @@ function ds(n) {
4714
4743
  * See the License for the specific language governing permissions and
4715
4744
  * limitations under the License.
4716
4745
  */
4717
- class ve {
4746
+ class Ie {
4718
4747
  constructor(e) {
4719
4748
  this.eventTarget = e, this.handlersMap = {}, this.boundEventHandler = this.handleEvent.bind(this);
4720
4749
  }
@@ -4728,7 +4757,7 @@ class ve {
4728
4757
  const t = this.receivers.find((i) => i.isListeningto(e));
4729
4758
  if (t)
4730
4759
  return t;
4731
- const r = new ve(e);
4760
+ const r = new Ie(e);
4732
4761
  return this.receivers.push(r), r;
4733
4762
  }
4734
4763
  isListeningto(e) {
@@ -4782,7 +4811,7 @@ class ve {
4782
4811
  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);
4783
4812
  }
4784
4813
  }
4785
- ve.receivers = [];
4814
+ Ie.receivers = [];
4786
4815
  /**
4787
4816
  * @license
4788
4817
  * Copyright 2020 Google LLC
@@ -4940,7 +4969,7 @@ function hs(n) {
4940
4969
  * See the License for the specific language governing permissions and
4941
4970
  * limitations under the License.
4942
4971
  */
4943
- function Sn() {
4972
+ function An() {
4944
4973
  return typeof g().WorkerGlobalScope < "u" && typeof g().importScripts == "function";
4945
4974
  }
4946
4975
  async function ps() {
@@ -4957,7 +4986,7 @@ function fs() {
4957
4986
  return ((n = navigator == null ? void 0 : navigator.serviceWorker) === null || n === void 0 ? void 0 : n.controller) || null;
4958
4987
  }
4959
4988
  function ms() {
4960
- return Sn() ? self : null;
4989
+ return An() ? self : null;
4961
4990
  }
4962
4991
  /**
4963
4992
  * @license
@@ -4975,7 +5004,7 @@ function ms() {
4975
5004
  * See the License for the specific language governing permissions and
4976
5005
  * limitations under the License.
4977
5006
  */
4978
- const An = "firebaseLocalStorageDb", _s = 1, _e = "firebaseLocalStorage", On = "fbase_key";
5007
+ const Sn = "firebaseLocalStorageDb", _s = 1, _e = "firebaseLocalStorage", On = "fbase_key";
4979
5008
  class re {
4980
5009
  constructor(e) {
4981
5010
  this.request = e;
@@ -4994,11 +5023,11 @@ function be(n, e) {
4994
5023
  return n.transaction([_e], e ? "readwrite" : "readonly").objectStore(_e);
4995
5024
  }
4996
5025
  function gs() {
4997
- const n = indexedDB.deleteDatabase(An);
5026
+ const n = indexedDB.deleteDatabase(Sn);
4998
5027
  return new re(n).toPromise();
4999
5028
  }
5000
- function je() {
5001
- const n = indexedDB.open(An, _s);
5029
+ function Fe() {
5030
+ const n = indexedDB.open(Sn, _s);
5002
5031
  return new Promise((e, t) => {
5003
5032
  n.addEventListener("error", () => {
5004
5033
  t(n.error);
@@ -5011,7 +5040,7 @@ function je() {
5011
5040
  }
5012
5041
  }), n.addEventListener("success", async () => {
5013
5042
  const r = n.result;
5014
- r.objectStoreNames.contains(_e) ? e(r) : (r.close(), await gs(), e(await je()));
5043
+ r.objectStoreNames.contains(_e) ? e(r) : (r.close(), await gs(), e(await Fe()));
5015
5044
  });
5016
5045
  });
5017
5046
  }
@@ -5022,23 +5051,23 @@ async function kt(n, e, t) {
5022
5051
  });
5023
5052
  return new re(r).toPromise();
5024
5053
  }
5025
- async function Is(n, e) {
5054
+ async function vs(n, e) {
5026
5055
  const t = be(n, !1).get(e), r = await new re(t).toPromise();
5027
5056
  return r === void 0 ? null : r.value;
5028
5057
  }
5029
- function St(n, e) {
5058
+ function At(n, e) {
5030
5059
  const t = be(n, !0).delete(e);
5031
5060
  return new re(t).toPromise();
5032
5061
  }
5033
- const vs = 800, bs = 3;
5034
- class Nn {
5062
+ const Is = 800, bs = 3;
5063
+ class Cn {
5035
5064
  constructor() {
5036
5065
  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(() => {
5037
5066
  }, () => {
5038
5067
  });
5039
5068
  }
5040
5069
  async _openDb() {
5041
- return this.db ? this.db : (this.db = await je(), this.db);
5070
+ return this.db ? this.db : (this.db = await Fe(), this.db);
5042
5071
  }
5043
5072
  async _withRetries(e) {
5044
5073
  let t = 0;
@@ -5057,13 +5086,13 @@ class Nn {
5057
5086
  * postMessage interface to send these events to the worker ourselves.
5058
5087
  */
5059
5088
  async initializeServiceWorkerMessaging() {
5060
- return Sn() ? this.initializeReceiver() : this.initializeSender();
5089
+ return An() ? this.initializeReceiver() : this.initializeSender();
5061
5090
  }
5062
5091
  /**
5063
5092
  * As the worker we should listen to events from the main window.
5064
5093
  */
5065
5094
  async initializeReceiver() {
5066
- this.receiver = ve._getInstance(ms()), this.receiver._subscribe("keyChanged", async (e, t) => ({
5095
+ this.receiver = Ie._getInstance(ms()), this.receiver._subscribe("keyChanged", async (e, t) => ({
5067
5096
  keyProcessed: (await this._poll()).includes(t.key)
5068
5097
  })), this.receiver._subscribe("ping", async (e, t) => [
5069
5098
  "keyChanged"
@@ -5119,8 +5148,8 @@ class Nn {
5119
5148
  try {
5120
5149
  if (!indexedDB)
5121
5150
  return !1;
5122
- const e = await je();
5123
- return await kt(e, me, "1"), await St(e, me), !0;
5151
+ const e = await Fe();
5152
+ return await kt(e, me, "1"), await At(e, me), !0;
5124
5153
  } catch {
5125
5154
  }
5126
5155
  return !1;
@@ -5137,11 +5166,11 @@ class Nn {
5137
5166
  return this._withPendingWrite(async () => (await this._withRetries((r) => kt(r, e, t)), this.localCache[e] = t, this.notifyServiceWorker(e)));
5138
5167
  }
5139
5168
  async _get(e) {
5140
- const t = await this._withRetries((r) => Is(r, e));
5169
+ const t = await this._withRetries((r) => vs(r, e));
5141
5170
  return this.localCache[e] = t, t;
5142
5171
  }
5143
5172
  async _remove(e) {
5144
- return this._withPendingWrite(async () => (await this._withRetries((t) => St(t, e)), delete this.localCache[e], this.notifyServiceWorker(e)));
5173
+ return this._withPendingWrite(async () => (await this._withRetries((t) => At(t, e)), delete this.localCache[e], this.notifyServiceWorker(e)));
5145
5174
  }
5146
5175
  async _poll() {
5147
5176
  const e = await this._withRetries((i) => {
@@ -5168,7 +5197,7 @@ class Nn {
5168
5197
  i(t);
5169
5198
  }
5170
5199
  startPolling() {
5171
- this.stopPolling(), this.pollTimer = setInterval(async () => this._poll(), vs);
5200
+ this.stopPolling(), this.pollTimer = setInterval(async () => this._poll(), Is);
5172
5201
  }
5173
5202
  stopPolling() {
5174
5203
  this.pollTimer && (clearInterval(this.pollTimer), this.pollTimer = null);
@@ -5180,8 +5209,8 @@ class Nn {
5180
5209
  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();
5181
5210
  }
5182
5211
  }
5183
- Nn.type = "LOCAL";
5184
- const ys = Nn;
5212
+ Cn.type = "LOCAL";
5213
+ const ys = Cn;
5185
5214
  new te(3e4, 6e4);
5186
5215
  /**
5187
5216
  * @license
@@ -5290,7 +5319,7 @@ async function Rs(n) {
5290
5319
  * See the License for the specific language governing permissions and
5291
5320
  * limitations under the License.
5292
5321
  */
5293
- class Cn {
5322
+ class Nn {
5294
5323
  constructor(e, t, r, i, s = !1) {
5295
5324
  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];
5296
5325
  }
@@ -5374,9 +5403,9 @@ class Cn {
5374
5403
  * limitations under the License.
5375
5404
  */
5376
5405
  const ks = new te(2e3, 1e4);
5377
- class x extends Cn {
5406
+ class W extends Nn {
5378
5407
  constructor(e, t, r, i, s) {
5379
- super(e, t, i, s), this.provider = r, this.authWindow = null, this.pollId = null, x.currentPopupAction && x.currentPopupAction.cancel(), x.currentPopupAction = this;
5408
+ super(e, t, i, s), this.provider = r, this.authWindow = null, this.pollId = null, W.currentPopupAction && W.currentPopupAction.cancel(), W.currentPopupAction = this;
5380
5409
  }
5381
5410
  async executeNotNull() {
5382
5411
  const e = await this.execute();
@@ -5418,7 +5447,7 @@ class x extends Cn {
5418
5447
  ));
5419
5448
  }
5420
5449
  cleanUp() {
5421
- this.authWindow && this.authWindow.close(), this.pollId && window.clearTimeout(this.pollId), this.authWindow = null, this.pollId = null, x.currentPopupAction = null;
5450
+ this.authWindow && this.authWindow.close(), this.pollId && window.clearTimeout(this.pollId), this.authWindow = null, this.pollId = null, W.currentPopupAction = null;
5422
5451
  }
5423
5452
  pollUserCancellation() {
5424
5453
  const e = () => {
@@ -5442,7 +5471,7 @@ class x extends Cn {
5442
5471
  e();
5443
5472
  }
5444
5473
  }
5445
- x.currentPopupAction = null;
5474
+ W.currentPopupAction = null;
5446
5475
  /**
5447
5476
  * @license
5448
5477
  * Copyright 2020 Google LLC
@@ -5459,8 +5488,8 @@ x.currentPopupAction = null;
5459
5488
  * See the License for the specific language governing permissions and
5460
5489
  * limitations under the License.
5461
5490
  */
5462
- const Ss = "pendingRedirect", ae = /* @__PURE__ */ new Map();
5463
- class As extends Cn {
5491
+ const As = "pendingRedirect", ae = /* @__PURE__ */ new Map();
5492
+ class Ss extends Nn {
5464
5493
  constructor(e, t, r = !1) {
5465
5494
  super(e, [
5466
5495
  "signInViaRedirect",
@@ -5507,25 +5536,25 @@ class As extends Cn {
5507
5536
  }
5508
5537
  }
5509
5538
  async function Os(n, e) {
5510
- const t = Ds(e), r = Cs(n);
5539
+ const t = Ds(e), r = Ns(n);
5511
5540
  if (!await r._isAvailable())
5512
5541
  return !1;
5513
5542
  const i = await r._get(t) === "true";
5514
5543
  return await r._remove(t), i;
5515
5544
  }
5516
- function Ns(n, e) {
5545
+ function Cs(n, e) {
5517
5546
  ae.set(n._key(), e);
5518
5547
  }
5519
- function Cs(n) {
5548
+ function Ns(n) {
5520
5549
  return E(n._redirectPersistence);
5521
5550
  }
5522
5551
  function Ds(n) {
5523
- return oe(Ss, n.config.apiKey, n.name);
5552
+ return oe(As, n.config.apiKey, n.name);
5524
5553
  }
5525
5554
  async function Ps(n, e, t = !1) {
5526
- if (v(n.app))
5555
+ if (I(n.app))
5527
5556
  return Promise.reject(P(n));
5528
- const r = Ie(n), i = Es(r, e), o = await new As(r, i, t).execute();
5557
+ const r = ve(n), i = Es(r, e), o = await new Ss(r, i, t).execute();
5529
5558
  return o && !t && (delete o.user._redirectEventId, await r._persistUserIfCurrent(o.user), await r._setRedirectUser(null, e)), o;
5530
5559
  }
5531
5560
  /**
@@ -5576,13 +5605,13 @@ class Ls {
5576
5605
  return t.filter.includes(e.type) && r;
5577
5606
  }
5578
5607
  hasEventBeenHandled(e) {
5579
- return Date.now() - this.lastProcessedEventTime >= Ms && this.cachedEventUids.clear(), this.cachedEventUids.has(At(e));
5608
+ return Date.now() - this.lastProcessedEventTime >= Ms && this.cachedEventUids.clear(), this.cachedEventUids.has(St(e));
5580
5609
  }
5581
5610
  saveEventToCache(e) {
5582
- this.cachedEventUids.add(At(e)), this.lastProcessedEventTime = Date.now();
5611
+ this.cachedEventUids.add(St(e)), this.lastProcessedEventTime = Date.now();
5583
5612
  }
5584
5613
  }
5585
- function At(n) {
5614
+ function St(n) {
5586
5615
  return [n.type, n.eventId, n.sessionId, n.tenantId].filter((e) => e).join("-");
5587
5616
  }
5588
5617
  function Dn({ type: n, error: e }) {
@@ -5635,14 +5664,14 @@ async function Bs(n, e = {}) {
5635
5664
  * See the License for the specific language governing permissions and
5636
5665
  * limitations under the License.
5637
5666
  */
5638
- const Fs = /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/, xs = /^https?/;
5639
- async function Hs(n) {
5667
+ const Hs = /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/, Ws = /^https?/;
5668
+ async function xs(n) {
5640
5669
  if (n.config.emulator)
5641
5670
  return;
5642
5671
  const { authorizedDomains: e } = await Bs(n);
5643
5672
  for (const t of e)
5644
5673
  try {
5645
- if (js(t))
5674
+ if (Fs(t))
5646
5675
  return;
5647
5676
  } catch {
5648
5677
  }
@@ -5652,15 +5681,15 @@ async function Hs(n) {
5652
5681
  /* AuthErrorCode.INVALID_ORIGIN */
5653
5682
  );
5654
5683
  }
5655
- function js(n) {
5656
- const e = xe(), { protocol: t, hostname: r } = new URL(e);
5684
+ function Fs(n) {
5685
+ const e = We(), { protocol: t, hostname: r } = new URL(e);
5657
5686
  if (n.startsWith("chrome-extension://")) {
5658
5687
  const o = new URL(n);
5659
5688
  return o.hostname === "" && r === "" ? t === "chrome-extension:" && n.replace("chrome-extension://", "") === e.replace("chrome-extension://", "") : t === "chrome-extension:" && o.hostname === r;
5660
5689
  }
5661
- if (!xs.test(t))
5690
+ if (!Ws.test(t))
5662
5691
  return !1;
5663
- if (Fs.test(n))
5692
+ if (Hs.test(n))
5664
5693
  return r === n;
5665
5694
  const i = n.replace(/\./g, "\\.");
5666
5695
  return new RegExp("^(.+\\." + i + "|" + i + ")$", "i").test(r);
@@ -5681,7 +5710,7 @@ function js(n) {
5681
5710
  * See the License for the specific language governing permissions and
5682
5711
  * limitations under the License.
5683
5712
  */
5684
- const Ws = new te(3e4, 6e4);
5713
+ const js = new te(3e4, 6e4);
5685
5714
  function Ot() {
5686
5715
  const n = g().___jsl;
5687
5716
  if (n != null && n.H) {
@@ -5706,7 +5735,7 @@ function Vs(n) {
5706
5735
  /* AuthErrorCode.NETWORK_REQUEST_FAILED */
5707
5736
  ));
5708
5737
  },
5709
- timeout: Ws.get()
5738
+ timeout: js.get()
5710
5739
  });
5711
5740
  }
5712
5741
  if (!((i = (r = g().gapi) === null || r === void 0 ? void 0 : r.iframes) === null || i === void 0) && i.Iframe)
@@ -5747,7 +5776,7 @@ function Gs(n) {
5747
5776
  * See the License for the specific language governing permissions and
5748
5777
  * limitations under the License.
5749
5778
  */
5750
- const zs = new te(5e3, 15e3), $s = "__/auth/iframe", Js = "emulator/auth/iframe", Zs = {
5779
+ const zs = new te(5e3, 15e3), $s = "__/auth/iframe", Js = "emulator/auth/iframe", Ys = {
5751
5780
  style: {
5752
5781
  position: "absolute",
5753
5782
  top: "-100px",
@@ -5756,7 +5785,7 @@ const zs = new te(5e3, 15e3), $s = "__/auth/iframe", Js = "emulator/auth/iframe"
5756
5785
  },
5757
5786
  "aria-hidden": "true",
5758
5787
  tabindex: "-1"
5759
- }, Ys = /* @__PURE__ */ new Map([
5788
+ }, Zs = /* @__PURE__ */ new Map([
5760
5789
  ["identitytoolkit.googleapis.com", "p"],
5761
5790
  ["staging-identitytoolkit.sandbox.googleapis.com", "s"],
5762
5791
  ["test-identitytoolkit.sandbox.googleapis.com", "t"]
@@ -5770,11 +5799,11 @@ function Xs(n) {
5770
5799
  "auth-domain-config-required"
5771
5800
  /* AuthErrorCode.MISSING_AUTH_DOMAIN */
5772
5801
  );
5773
- const t = e.emulator ? Ye(e, Js) : `https://${n.config.authDomain}/${$s}`, r = {
5802
+ const t = e.emulator ? Ze(e, Js) : `https://${n.config.authDomain}/${$s}`, r = {
5774
5803
  apiKey: e.apiKey,
5775
5804
  appName: n.name,
5776
5805
  v: ee
5777
- }, i = Ys.get(n.config.apiHost);
5806
+ }, i = Zs.get(n.config.apiHost);
5778
5807
  i && (r.eid = i);
5779
5808
  const s = n._getFrameworks();
5780
5809
  return s.length && (r.fw = s.join(",")), `${t}?${Q(r).slice(1)}`;
@@ -5790,7 +5819,7 @@ async function Ks(n) {
5790
5819
  where: document.body,
5791
5820
  url: Xs(n),
5792
5821
  messageHandlersFilter: t.iframes.CROSS_ORIGIN_IFRAMES_FILTER,
5793
- attributes: Zs,
5822
+ attributes: Ys,
5794
5823
  dontclear: !0
5795
5824
  }, (r) => new Promise(async (i, s) => {
5796
5825
  await r.restyle({
@@ -5834,7 +5863,7 @@ const qs = {
5834
5863
  statusbar: "yes",
5835
5864
  toolbar: "no"
5836
5865
  }, Qs = 500, eo = 600, to = "_blank", no = "http://localhost";
5837
- class Nt {
5866
+ class Ct {
5838
5867
  constructor(e) {
5839
5868
  this.window = e, this.associatedEvent = null;
5840
5869
  }
@@ -5856,9 +5885,9 @@ function ro(n, e, t, r = Qs, i = eo) {
5856
5885
  left: o
5857
5886
  }), l = f().toLowerCase();
5858
5887
  t && (a = hn(l) ? to : t), dn(l) && (e = e || no, c.scrollbars = "yes");
5859
- const u = Object.entries(c).reduce((m, [I, F]) => `${m}${I}=${F},`, "");
5888
+ const u = Object.entries(c).reduce((m, [v, H]) => `${m}${v}=${H},`, "");
5860
5889
  if (Bi(l) && a !== "_self")
5861
- return io(e || "", a), new Nt(null);
5890
+ return io(e || "", a), new Ct(null);
5862
5891
  const p = window.open(e || "", a, u);
5863
5892
  d(
5864
5893
  p,
@@ -5870,7 +5899,7 @@ function ro(n, e, t, r = Qs, i = eo) {
5870
5899
  p.focus();
5871
5900
  } catch {
5872
5901
  }
5873
- return new Nt(p);
5902
+ return new Ct(p);
5874
5903
  }
5875
5904
  function io(n, e) {
5876
5905
  const t = document.createElement("a");
@@ -5895,7 +5924,7 @@ function io(n, e) {
5895
5924
  * limitations under the License.
5896
5925
  */
5897
5926
  const so = "__/auth/handler", oo = "emulator/auth/handler", ao = encodeURIComponent("fac");
5898
- async function Ct(n, e, t, r, i, s) {
5927
+ async function Nt(n, e, t, r, i, s) {
5899
5928
  d(
5900
5929
  n.config.authDomain,
5901
5930
  n,
@@ -5932,7 +5961,7 @@ async function Ct(n, e, t, r, i, s) {
5932
5961
  return `${co(n)}?${Q(a).slice(1)}${l}`;
5933
5962
  }
5934
5963
  function co({ config: n }) {
5935
- return n.emulator ? Ye(n, oo) : `https://${n.authDomain}/${so}`;
5964
+ return n.emulator ? Ze(n, oo) : `https://${n.authDomain}/${so}`;
5936
5965
  }
5937
5966
  /**
5938
5967
  * @license
@@ -5950,22 +5979,22 @@ function co({ config: n }) {
5950
5979
  * See the License for the specific language governing permissions and
5951
5980
  * limitations under the License.
5952
5981
  */
5953
- const Ce = "webStorageSupport";
5982
+ const Ne = "webStorageSupport";
5954
5983
  class lo {
5955
5984
  constructor() {
5956
- this.eventManagers = {}, this.iframes = {}, this.originValidationPromises = {}, this._redirectPersistence = kn, this._completeRedirectFn = Ps, this._overrideRedirectResult = Ns;
5985
+ this.eventManagers = {}, this.iframes = {}, this.originValidationPromises = {}, this._redirectPersistence = kn, this._completeRedirectFn = Ps, this._overrideRedirectResult = Cs;
5957
5986
  }
5958
5987
  // Wrapping in async even though we don't await anywhere in order
5959
5988
  // to make sure errors are raised as promise rejections
5960
5989
  async _openPopup(e, t, r, i) {
5961
5990
  var s;
5962
5991
  R((s = this.eventManagers[e._key()]) === null || s === void 0 ? void 0 : s.manager, "_initialize() not called before _openPopup()");
5963
- const o = await Ct(e, t, r, xe(), i);
5992
+ const o = await Nt(e, t, r, We(), i);
5964
5993
  return ro(e, o, Qe());
5965
5994
  }
5966
5995
  async _openRedirect(e, t, r, i) {
5967
5996
  await this._originValidation(e);
5968
- const s = await Ct(e, t, r, xe(), i);
5997
+ const s = await Nt(e, t, r, We(), i);
5969
5998
  return hs(s), new Promise(() => {
5970
5999
  });
5971
6000
  }
@@ -5993,9 +6022,9 @@ class lo {
5993
6022
  }), gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER), this.eventManagers[e._key()] = { manager: r }, this.iframes[e._key()] = t, r;
5994
6023
  }
5995
6024
  _isIframeWebStorageSupported(e, t) {
5996
- this.iframes[e._key()].send(Ce, { type: Ce }, (i) => {
6025
+ this.iframes[e._key()].send(Ne, { type: Ne }, (i) => {
5997
6026
  var s;
5998
- const o = (s = i == null ? void 0 : i[0]) === null || s === void 0 ? void 0 : s[Ce];
6027
+ const o = (s = i == null ? void 0 : i[0]) === null || s === void 0 ? void 0 : s[Ne];
5999
6028
  o !== void 0 && t(!!o), w(
6000
6029
  e,
6001
6030
  "internal-error"
@@ -6005,7 +6034,7 @@ class lo {
6005
6034
  }
6006
6035
  _originValidation(e) {
6007
6036
  const t = e._key();
6008
- return this.originValidationPromises[t] || (this.originValidationPromises[t] = Hs(e)), this.originValidationPromises[t];
6037
+ return this.originValidationPromises[t] || (this.originValidationPromises[t] = xs(e)), this.originValidationPromises[t];
6009
6038
  }
6010
6039
  get _shouldInitProactively() {
6011
6040
  return gn() || un() || Ke();
@@ -6097,7 +6126,7 @@ function po(n) {
6097
6126
  }
6098
6127
  }
6099
6128
  function fo(n) {
6100
- Y(new G(
6129
+ Z(new G(
6101
6130
  "auth",
6102
6131
  (e, { options: t }) => {
6103
6132
  const r = e.getProvider("app").getImmediate(), i = e.getProvider("heartbeat"), s = e.getProvider("app-check-internal"), { apiKey: o, authDomain: a } = r.options;
@@ -6109,9 +6138,9 @@ function fo(n) {
6109
6138
  apiHost: "identitytoolkit.googleapis.com",
6110
6139
  tokenApiHost: "securetoken.googleapis.com",
6111
6140
  apiScheme: "https",
6112
- sdkClientVersion: In(n)
6141
+ sdkClientVersion: vn(n)
6113
6142
  }, l = new Vi(r, i, s, c);
6114
- return Yi(l, t), l;
6143
+ return Zi(l, t), l;
6115
6144
  },
6116
6145
  "PUBLIC"
6117
6146
  /* ComponentType.PUBLIC */
@@ -6123,10 +6152,10 @@ function fo(n) {
6123
6152
  "auth-internal"
6124
6153
  /* _ComponentName.AUTH_INTERNAL */
6125
6154
  ).initialize();
6126
- })), Y(new G(
6155
+ })), Z(new G(
6127
6156
  "auth-internal",
6128
6157
  (e) => {
6129
- const t = Ie(e.getProvider(
6158
+ const t = ve(e.getProvider(
6130
6159
  "auth"
6131
6160
  /* _ComponentName.AUTH */
6132
6161
  ).getImmediate());
@@ -6137,7 +6166,7 @@ function fo(n) {
6137
6166
  ).setInstantiationMode(
6138
6167
  "EXPLICIT"
6139
6168
  /* InstantiationMode.EXPLICIT */
6140
- )), H(Dt, Pt, po(n)), H(Dt, Pt, "esm2017");
6169
+ )), x(Dt, Pt, po(n)), x(Dt, Pt, "esm2017");
6141
6170
  }
6142
6171
  /**
6143
6172
  * @license
@@ -6169,11 +6198,11 @@ const go = (n) => async (e) => {
6169
6198
  } : {}
6170
6199
  }));
6171
6200
  };
6172
- function Io(n = li()) {
6173
- const e = Yt(n, "auth");
6201
+ function vo(n = li()) {
6202
+ const e = Zt(n, "auth");
6174
6203
  if (e.isInitialized())
6175
6204
  return e.getImmediate();
6176
- const t = Zi(n, {
6205
+ const t = Yi(n, {
6177
6206
  popupRedirectResolver: uo,
6178
6207
  persistence: [
6179
6208
  ys,
@@ -6191,7 +6220,7 @@ function Io(n = li()) {
6191
6220
  const i = Vt("auth");
6192
6221
  return i && Xi(t, `http://${i}`), t;
6193
6222
  }
6194
- function vo() {
6223
+ function Io() {
6195
6224
  var n, e;
6196
6225
  return (e = (n = document.getElementsByTagName("head")) === null || n === void 0 ? void 0 : n[0]) !== null && e !== void 0 ? e : document;
6197
6226
  }
@@ -6205,7 +6234,7 @@ Gi({
6205
6234
  /* AuthErrorCode.INTERNAL_ERROR */
6206
6235
  );
6207
6236
  s.customData = i, t(s);
6208
- }, r.type = "text/javascript", r.charset = "UTF-8", vo().appendChild(r);
6237
+ }, r.type = "text/javascript", r.charset = "UTF-8", Io().appendChild(r);
6209
6238
  });
6210
6239
  },
6211
6240
  gapiScript: "https://apis.google.com/js/api.js",
@@ -6228,7 +6257,7 @@ bo.beforeEach(async (n) => {
6228
6257
  currentBusiness: r,
6229
6258
  readRestaurants: i,
6230
6259
  changeRestaurant: s
6231
- } = We();
6260
+ } = je();
6232
6261
  return n.name.startsWith("mf-payment-admin") ? e.value ? !0 : (De || (De = new Promise((o) => {
6233
6262
  const a = J(e, (c) => {
6234
6263
  var l;
@@ -6251,9 +6280,10 @@ bo.beforeEach(async (n) => {
6251
6280
  const yo = /* @__PURE__ */ Ut({
6252
6281
  __name: "AppSidebar",
6253
6282
  setup(n) {
6254
- const e = We(), t = Bn(), r = Fn(t.currentRoute.value.name);
6283
+ const e = je(), t = Bn(), r = Hn(t.currentRoute.value.name);
6255
6284
  J(t.currentRoute, () => {
6256
- r.value = t.currentRoute.value.name;
6285
+ let a = t.currentRoute.value.name;
6286
+ t.currentRoute.value.meta.parent && (a = t.currentRoute.value.meta.parent), r.value = a;
6257
6287
  });
6258
6288
  const i = Ge.map((a) => {
6259
6289
  var c;
@@ -6293,7 +6323,7 @@ const yo = /* @__PURE__ */ Ut({
6293
6323
  });
6294
6324
  return (a, c) => {
6295
6325
  const l = Bt("FmCollapsibleTabs");
6296
- return Ft(), xt(l, {
6326
+ return Ht(), Wt(l, {
6297
6327
  modelValue: r.value,
6298
6328
  "onUpdate:modelValue": c[0] || (c[0] = (u) => r.value = u),
6299
6329
  items: o.value,
@@ -6302,27 +6332,27 @@ const yo = /* @__PURE__ */ Ut({
6302
6332
  };
6303
6333
  }
6304
6334
  });
6305
- var Eo = { authClientId: "d5f8840d63dbb758b6c4ee2a5e8b013d15dd25e242c457481326062b83962476", googleMap: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", firebase: { apiKey: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", authDomain: "feedme-253402.firebaseapp.com", databaseURL: "https://feedme-253402.firebaseio.com", projectId: "feedme-253402", storageBucket: "image.feedme.cc", messagingSenderId: "128512026847", appId: "1:128512026847:web:7c5c8ab7e8b90502dc616a", measurementId: "G-LTKS7N2HQS" }, assetBucketUrl: "static.feedme.cc" };
6335
+ var Eo = { authClientId: "1a362d621873497b277ea55258cc82594ba148d235257f7bd44ea2acc132d8a4", googleMap: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", firebase: { apiKey: "AIzaSyAj8JdCHtP0Vc5vZobCfgoLzWxPIn0WUG4", authDomain: "feedme-dev-4c3ef.firebaseapp.com", databaseURL: "https://feedme-dev-4c3ef.firebaseio.com", projectId: "feedme-dev-4c3ef", storageBucket: "feedme-dev-4c3ef.appspot.com", messagingSenderId: "458797803788", appId: "1:458797803788:web:37f2af2926a84288f0c129", measurementId: "G-J2QG09D2Q7" }, assetBucketUrl: "feedme-dev-4c3ef.appspot.com" };
6306
6336
  const Oo = /* @__PURE__ */ Ut({
6307
6337
  __name: "App",
6308
6338
  setup(n) {
6309
- const { state: e } = Wn(), t = We(), r = Xt(Eo.firebase);
6339
+ const { state: e } = jn(), t = je(), r = Xt(Eo.firebase);
6310
6340
  async function i() {
6311
6341
  const s = t.sessionUser.value;
6312
6342
  if (!s || !s.token) return;
6313
- const o = await s.getCustomToken(), a = Io(r);
6343
+ const o = await s.getCustomToken(), a = vo(r);
6314
6344
  await is(a, o);
6315
6345
  }
6316
- return i(), J(t.sessionUser, i), xn(() => {
6346
+ return i(), J(t.sessionUser, i), Wn(() => {
6317
6347
  e.isIframe && parent.postMessage({ event: "ready" }, "*");
6318
- }), Hn(() => {
6348
+ }), xn(() => {
6319
6349
  t.registerSidebarComponent(yo);
6320
6350
  }), (s, o) => {
6321
6351
  const a = Bt("RouterView");
6322
- return Ft(), xt(a);
6352
+ return Ht(), Wt(a);
6323
6353
  };
6324
6354
  }
6325
- }), No = [
6355
+ }), Co = [
6326
6356
  ...Ve,
6327
6357
  ...Ge
6328
6358
  ];
@@ -6330,14 +6360,14 @@ export {
6330
6360
  G as C,
6331
6361
  M as F,
6332
6362
  ee as S,
6333
- Y as _,
6334
- Yt as a,
6335
- So as b,
6363
+ Z as _,
6364
+ Zt as a,
6365
+ Ao as b,
6336
6366
  li as c,
6337
- Ao as d,
6367
+ So as d,
6338
6368
  gt as e,
6339
- No as f,
6369
+ Co as f,
6340
6370
  z as g,
6341
6371
  Oo as h,
6342
- H as r
6372
+ x as r
6343
6373
  };