@saasquatch/mint-components 1.13.3-0 → 1.13.3-2

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 (301) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/mint-components.cjs.js +1 -1
  3. package/dist/cjs/sqm-qr-code-view-7b26582e.js +87 -0
  4. package/dist/cjs/sqm-qr-code.cjs.entry.js +88 -33
  5. package/dist/cjs/sqm-stencilbook.cjs.entry.js +37 -2
  6. package/dist/collection/components/sqm-qr-code/QRCode.stories.js +27 -0
  7. package/dist/collection/components/sqm-qr-code/sqm-qr-code-view.js +82 -0
  8. package/dist/collection/components/sqm-qr-code/sqm-qr-code.js +168 -56
  9. package/dist/collection/components/sqm-qr-code/useQRCode.js +59 -0
  10. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -0
  11. package/dist/esm/{ShadowViewAddon-d3c11480.js → ShadowViewAddon-499b1f86.js} +7 -7
  12. package/dist/esm/{global-19d115b9.js → global-be1f9992.js} +2 -2
  13. package/dist/esm/{index.module-8553586f.js → index.module-89a79f66.js} +1 -1
  14. package/dist/esm/loader.js +4 -4
  15. package/dist/esm/{luxon-94dbc741.js → luxon-8d51c92b.js} +1 -1
  16. package/dist/esm/mint-components.js +4 -4
  17. package/dist/esm/{mockRewardData-cc9b3ada.js → mockRewardData-8bd1b356.js} +1 -1
  18. package/dist/esm/{re-render-bc2b60fe.js → re-render-cc945f38.js} +2 -2
  19. package/dist/esm/sqm-asset-card.entry.js +2 -2
  20. package/dist/esm/sqm-banking-info-form_17.entry.js +10 -10
  21. package/dist/esm/sqm-big-stat_39.entry.js +12 -12
  22. package/dist/esm/sqm-close-button.entry.js +2 -2
  23. package/dist/esm/sqm-context-router.entry.js +2 -2
  24. package/dist/esm/sqm-email-verification.entry.js +4 -4
  25. package/dist/esm/sqm-empty_4.entry.js +3 -3
  26. package/dist/esm/sqm-form-message.entry.js +1 -1
  27. package/dist/esm/sqm-google-sign-in.entry.js +2 -2
  28. package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
  29. package/dist/esm/sqm-header-logo.entry.js +1 -1
  30. package/dist/esm/sqm-instant-access-registration.entry.js +4 -4
  31. package/dist/esm/{sqm-invoice-table-view-eb07d994.js → sqm-invoice-table-view-af69cd33.js} +1 -1
  32. package/dist/esm/sqm-leaderboard-rank.entry.js +3 -3
  33. package/dist/esm/sqm-logout-current-user.entry.js +2 -2
  34. package/dist/esm/{sqm-navigation-sidebar-item-view-70b65660.js → sqm-navigation-sidebar-item-view-8f1c72bc.js} +1 -1
  35. package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
  36. package/dist/esm/sqm-navigation-sidebar.entry.js +2 -2
  37. package/dist/esm/sqm-pagination_3.entry.js +4 -4
  38. package/dist/esm/sqm-password-field.entry.js +3 -3
  39. package/dist/esm/sqm-popup-container.entry.js +2 -2
  40. package/dist/esm/{sqm-portal-email-verification-view-84867a42.js → sqm-portal-email-verification-view-35b4353b.js} +1 -1
  41. package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
  42. package/dist/esm/sqm-portal-forgot-password.entry.js +2 -2
  43. package/dist/esm/sqm-portal-google-login.entry.js +3 -3
  44. package/dist/esm/sqm-portal-google-registration-form.entry.js +4 -4
  45. package/dist/esm/sqm-portal-logout.entry.js +2 -2
  46. package/dist/esm/{sqm-portal-profile-view-32088a59.js → sqm-portal-profile-view-93003974.js} +1 -1
  47. package/dist/esm/sqm-portal-profile.entry.js +5 -5
  48. package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
  49. package/dist/esm/sqm-portal-registration-form.entry.js +4 -4
  50. package/dist/esm/sqm-portal-reset-password.entry.js +2 -2
  51. package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
  52. package/dist/esm/sqm-qr-code-view-814b2929.js +85 -0
  53. package/dist/esm/sqm-qr-code.entry.js +91 -36
  54. package/dist/esm/sqm-referral-table_11.entry.js +8 -8
  55. package/dist/esm/sqm-referred-registration.entry.js +4 -4
  56. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  57. package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
  58. package/dist/esm/sqm-rewards-table_9.entry.js +8 -8
  59. package/dist/esm/sqm-scroll.entry.js +1 -1
  60. package/dist/esm/sqm-stencilbook.entry.js +49 -14
  61. package/dist/esm/sqm-tab.entry.js +3 -3
  62. package/dist/esm/sqm-tabs.entry.js +4 -4
  63. package/dist/esm/sqm-text-span.entry.js +1 -1
  64. package/dist/esm/sqm-widget-verification-controller.entry.js +2 -2
  65. package/dist/esm/sqm-widget-verification.entry.js +2 -2
  66. package/dist/esm/{stencil-hooks.module-c643ef4a.js → stencil-hooks.module-4bc38af4.js} +1 -1
  67. package/dist/esm/{useChildElements-cbd0fedf.js → useChildElements-7945ae56.js} +2 -2
  68. package/dist/esm/{useInstantAccessRegistration-06e94ce3.js → useInstantAccessRegistration-dc4ad9f2.js} +3 -3
  69. package/dist/esm/{usePayoutStatus-6701d491.js → usePayoutStatus-58aa56b4.js} +2 -2
  70. package/dist/esm/{usePortalLogin-e6f1ebd1.js → usePortalLogin-ef647a50.js} +2 -2
  71. package/dist/esm/{usePortalRegistrationForm-6f22d7d7.js → usePortalRegistrationForm-4b35a357.js} +3 -3
  72. package/dist/esm/{useReferralCodes-1fdb0d92.js → useReferralCodes-8f75921a.js} +2 -2
  73. package/dist/esm/{useReferralTable-055a8849.js → useReferralTable-b3876ed6.js} +4 -4
  74. package/dist/esm/{useRegistrationFormState-7229b088.js → useRegistrationFormState-d6f33135.js} +2 -2
  75. package/dist/esm/{useVerificationEmail-a142db0c.js → useVerificationEmail-edc318cb.js} +2 -2
  76. package/dist/esm/{utilities-559f8273.js → utilities-5b0ca040.js} +2 -2
  77. package/dist/esm-es5/{ShadowViewAddon-d3c11480.js → ShadowViewAddon-499b1f86.js} +1 -1
  78. package/dist/esm-es5/{global-19d115b9.js → global-be1f9992.js} +1 -1
  79. package/dist/esm-es5/{index.module-8553586f.js → index.module-89a79f66.js} +1 -1
  80. package/dist/esm-es5/loader.js +1 -1
  81. package/dist/esm-es5/{luxon-94dbc741.js → luxon-8d51c92b.js} +1 -1
  82. package/dist/esm-es5/mint-components.js +1 -1
  83. package/dist/esm-es5/{mockRewardData-cc9b3ada.js → mockRewardData-8bd1b356.js} +1 -1
  84. package/dist/esm-es5/{re-render-bc2b60fe.js → re-render-cc945f38.js} +1 -1
  85. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  86. package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
  87. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
  88. package/dist/esm-es5/sqm-close-button.entry.js +1 -1
  89. package/dist/esm-es5/sqm-context-router.entry.js +1 -1
  90. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  91. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  92. package/dist/esm-es5/sqm-form-message.entry.js +1 -1
  93. package/dist/esm-es5/sqm-google-sign-in.entry.js +1 -1
  94. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  95. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  96. package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
  97. package/dist/esm-es5/{sqm-invoice-table-view-eb07d994.js → sqm-invoice-table-view-af69cd33.js} +1 -1
  98. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  99. package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
  100. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-70b65660.js → sqm-navigation-sidebar-item-view-8f1c72bc.js} +1 -1
  101. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  102. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  103. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  104. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  105. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  106. package/dist/esm-es5/{sqm-portal-email-verification-view-84867a42.js → sqm-portal-email-verification-view-35b4353b.js} +1 -1
  107. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  108. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  109. package/dist/esm-es5/sqm-portal-google-login.entry.js +1 -1
  110. package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
  111. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  112. package/dist/esm-es5/{sqm-portal-profile-view-32088a59.js → sqm-portal-profile-view-93003974.js} +1 -1
  113. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  114. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  115. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  116. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  117. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  118. package/dist/esm-es5/sqm-qr-code-view-814b2929.js +1 -0
  119. package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
  120. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  121. package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
  122. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  123. package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
  124. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  125. package/dist/esm-es5/sqm-scroll.entry.js +1 -1
  126. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  127. package/dist/esm-es5/sqm-tab.entry.js +1 -1
  128. package/dist/esm-es5/sqm-tabs.entry.js +1 -1
  129. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  130. package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -1
  131. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
  132. package/dist/esm-es5/{stencil-hooks.module-c643ef4a.js → stencil-hooks.module-4bc38af4.js} +1 -1
  133. package/dist/esm-es5/useChildElements-7945ae56.js +1 -0
  134. package/dist/esm-es5/{useInstantAccessRegistration-06e94ce3.js → useInstantAccessRegistration-dc4ad9f2.js} +1 -1
  135. package/dist/esm-es5/{usePayoutStatus-6701d491.js → usePayoutStatus-58aa56b4.js} +1 -1
  136. package/dist/esm-es5/{usePortalLogin-e6f1ebd1.js → usePortalLogin-ef647a50.js} +1 -1
  137. package/dist/esm-es5/{usePortalRegistrationForm-6f22d7d7.js → usePortalRegistrationForm-4b35a357.js} +1 -1
  138. package/dist/esm-es5/{useReferralCodes-1fdb0d92.js → useReferralCodes-8f75921a.js} +1 -1
  139. package/dist/esm-es5/{useReferralTable-055a8849.js → useReferralTable-b3876ed6.js} +1 -1
  140. package/dist/esm-es5/{useRegistrationFormState-7229b088.js → useRegistrationFormState-d6f33135.js} +1 -1
  141. package/dist/esm-es5/{useVerificationEmail-a142db0c.js → useVerificationEmail-edc318cb.js} +1 -1
  142. package/dist/esm-es5/{utilities-559f8273.js → utilities-5b0ca040.js} +1 -1
  143. package/dist/mint-components/mint-components.esm.js +1 -1
  144. package/dist/mint-components/mint-components.js +1 -1
  145. package/dist/mint-components/{p-afbe1fab.entry.js → p-00ed4c2e.entry.js} +1 -1
  146. package/dist/mint-components/{p-4d4c3fda.entry.js → p-04a6e457.entry.js} +1 -1
  147. package/dist/mint-components/{p-46361336.js → p-05f29f64.js} +1 -1
  148. package/dist/mint-components/{p-d270c7a9.entry.js → p-079405ff.entry.js} +1 -1
  149. package/dist/mint-components/{p-b509682c.system.js → p-0d182dc1.system.js} +1 -1
  150. package/dist/mint-components/{p-13ed46c5.entry.js → p-10cc43c9.entry.js} +2 -2
  151. package/dist/mint-components/{p-ff45a502.entry.js → p-10d17989.entry.js} +1 -1
  152. package/dist/mint-components/{p-05910568.system.js → p-13ed8586.system.js} +1 -1
  153. package/dist/mint-components/p-141bf5c1.system.entry.js +1 -0
  154. package/dist/mint-components/p-1513309d.entry.js +1 -0
  155. package/dist/mint-components/{p-4a332d4a.system.entry.js → p-164a9103.system.entry.js} +1 -1
  156. package/dist/mint-components/{p-7edd349f.system.entry.js → p-18425f38.system.entry.js} +1 -1
  157. package/dist/mint-components/{p-dd5380e7.system.entry.js → p-19bc3406.system.entry.js} +1 -1
  158. package/dist/mint-components/p-19ccb4ce.js +1 -0
  159. package/dist/mint-components/{p-b8c8a7a2.entry.js → p-1a6b7d2a.entry.js} +1 -1
  160. package/dist/mint-components/{p-019a9a23.system.entry.js → p-1b3ab15a.system.entry.js} +1 -1
  161. package/dist/mint-components/p-1fa9ed0d.system.entry.js +1 -0
  162. package/dist/mint-components/{p-b8c2452e.system.entry.js → p-21620f81.system.entry.js} +1 -1
  163. package/dist/mint-components/p-275b4767.entry.js +1 -0
  164. package/dist/mint-components/{p-f4b9d88e.entry.js → p-284e4ed5.entry.js} +1 -1
  165. package/dist/mint-components/{p-3107ff75.entry.js → p-2ae0e06a.entry.js} +1 -1
  166. package/dist/mint-components/{p-fea93ffb.entry.js → p-2bbff88f.entry.js} +1 -1
  167. package/dist/mint-components/{p-e0b16d7d.system.js → p-2d52e2d7.system.js} +1 -1
  168. package/dist/mint-components/{p-6b2b1f57.entry.js → p-2da21ba4.entry.js} +1 -1
  169. package/dist/mint-components/{p-35a1395e.entry.js → p-2f101bae.entry.js} +1 -1
  170. package/dist/mint-components/p-301ddcaa.system.entry.js +1 -0
  171. package/dist/mint-components/p-30362262.system.entry.js +1 -0
  172. package/dist/mint-components/p-313feb4a.system.entry.js +1 -0
  173. package/dist/mint-components/{p-206d5653.entry.js → p-33c96e14.entry.js} +1 -1
  174. package/dist/mint-components/{p-793d3aa3.system.entry.js → p-36ffebd8.system.entry.js} +1 -1
  175. package/dist/mint-components/p-37996351.system.js +1 -0
  176. package/dist/mint-components/{p-a8e635c8.entry.js → p-380bfde1.entry.js} +1 -1
  177. package/dist/mint-components/p-38fc919b.entry.js +1 -0
  178. package/dist/mint-components/{p-5b65ad93.js → p-3db34d68.js} +1 -1
  179. package/dist/mint-components/{p-113a3397.system.entry.js → p-3f6e0197.system.entry.js} +1 -1
  180. package/dist/mint-components/{p-30efd193.js → p-3f7b81b8.js} +2 -2
  181. package/dist/mint-components/{p-24168eeb.system.entry.js → p-420554af.system.entry.js} +1 -1
  182. package/dist/mint-components/{p-76734619.system.entry.js → p-42187319.system.entry.js} +1 -1
  183. package/dist/mint-components/{p-ebdf4e46.entry.js → p-4428294b.entry.js} +1 -1
  184. package/dist/mint-components/{p-568239eb.entry.js → p-44891949.entry.js} +1 -1
  185. package/dist/mint-components/{p-78a1029d.js → p-480e08e9.js} +1 -1
  186. package/dist/mint-components/{p-c9246591.system.js → p-48135f99.system.js} +1 -1
  187. package/dist/mint-components/p-49670357.entry.js +13 -0
  188. package/dist/mint-components/{p-32e46793.js → p-4e451f75.js} +1 -1
  189. package/dist/mint-components/{p-3197b1e1.js → p-4e526a94.js} +1 -1
  190. package/dist/mint-components/{p-bebdae4a.system.entry.js → p-50c902ca.system.entry.js} +1 -1
  191. package/dist/mint-components/{p-1f6203f6.system.entry.js → p-51d3cde7.system.entry.js} +1 -1
  192. package/dist/mint-components/{p-84ebf29b.system.js → p-527216de.system.js} +1 -1
  193. package/dist/mint-components/{p-073cc02e.system.js → p-5488fdd9.system.js} +1 -1
  194. package/dist/mint-components/{p-153fe35e.system.entry.js → p-54adee71.system.entry.js} +1 -1
  195. package/dist/mint-components/{p-00af0a40.system.js → p-59274a91.system.js} +1 -1
  196. package/dist/mint-components/p-5aae2d61.system.js +1 -0
  197. package/dist/mint-components/{p-8b5a132d.js → p-5bedb58c.js} +1 -1
  198. package/dist/mint-components/{p-b885bf6a.system.entry.js → p-5c28406d.system.entry.js} +1 -1
  199. package/dist/mint-components/{p-e9a14ca4.system.entry.js → p-5cb7f9fc.system.entry.js} +1 -1
  200. package/dist/mint-components/{p-c123040c.system.entry.js → p-5d7e308c.system.entry.js} +1 -1
  201. package/dist/mint-components/{p-2147f338.system.js → p-635d5ef2.system.js} +1 -1
  202. package/dist/mint-components/{p-f831af31.js → p-63a75798.js} +1 -1
  203. package/dist/mint-components/{p-2c521ce3.entry.js → p-6427e963.entry.js} +1 -1
  204. package/dist/mint-components/{p-a1ace139.js → p-65069b66.js} +1 -1
  205. package/dist/mint-components/{p-a1d63380.entry.js → p-653f963f.entry.js} +2 -2
  206. package/dist/mint-components/{p-b017802f.entry.js → p-693942df.entry.js} +2 -2
  207. package/dist/mint-components/{p-1d761b72.system.js → p-6b7a595f.system.js} +1 -1
  208. package/dist/mint-components/{p-9b01c219.system.js → p-6cd4f2b1.system.js} +1 -1
  209. package/dist/mint-components/{p-4831eb49.js → p-6d2f5a1d.js} +2 -2
  210. package/dist/mint-components/{p-2bcc52ff.system.js → p-6d9e52c7.system.js} +1 -1
  211. package/dist/mint-components/p-6eaf9c57.entry.js +1 -0
  212. package/dist/mint-components/{p-f4125c66.js → p-726a9924.js} +1 -1
  213. package/dist/mint-components/{p-fb1f75dc.entry.js → p-775f3ded.entry.js} +1 -1
  214. package/dist/mint-components/{p-adbde540.entry.js → p-7846937e.entry.js} +3 -3
  215. package/dist/mint-components/{p-84a0679b.entry.js → p-7ab21e4d.entry.js} +1 -1
  216. package/dist/mint-components/{p-8d60f98e.system.js → p-7c2b9fe4.system.js} +1 -1
  217. package/dist/mint-components/{p-bfe3fc89.system.entry.js → p-7dabdca6.system.entry.js} +1 -1
  218. package/dist/mint-components/{p-1881b80d.system.js → p-8175e85f.system.js} +1 -1
  219. package/dist/mint-components/{p-f78ecf4d.system.entry.js → p-8362cb4c.system.entry.js} +1 -1
  220. package/dist/mint-components/{p-feaa7733.system.js → p-8413ade9.system.js} +1 -1
  221. package/dist/mint-components/{p-f59a57a9.system.entry.js → p-85671c3d.system.entry.js} +1 -1
  222. package/dist/mint-components/p-8abfeff8.entry.js +1 -0
  223. package/dist/mint-components/p-8c23d1b8.js +1 -0
  224. package/dist/mint-components/{p-0cb94e55.system.entry.js → p-8d9d04b7.system.entry.js} +1 -1
  225. package/dist/mint-components/{p-7875a307.system.entry.js → p-90fc6774.system.entry.js} +1 -1
  226. package/dist/mint-components/{p-4a9f4710.system.js → p-9320582e.system.js} +1 -1
  227. package/dist/mint-components/{p-134884eb.js → p-94a876b9.js} +1 -1
  228. package/dist/mint-components/{p-8e7dbf3d.js → p-962f3200.js} +1 -1
  229. package/dist/mint-components/{p-27f35214.system.entry.js → p-97038074.system.entry.js} +1 -1
  230. package/dist/mint-components/p-98698131.js +1 -0
  231. package/dist/mint-components/{p-de97f736.system.entry.js → p-9b6a0152.system.entry.js} +1 -1
  232. package/dist/mint-components/{p-a4bed343.system.entry.js → p-9cf80e85.system.entry.js} +1 -1
  233. package/dist/mint-components/{p-4d62fce5.entry.js → p-a2fde301.entry.js} +1 -1
  234. package/dist/mint-components/{p-9bbe1a0a.system.js → p-a71b9154.system.js} +1 -1
  235. package/dist/mint-components/p-b207beeb.entry.js +1 -0
  236. package/dist/mint-components/{p-889ac146.system.entry.js → p-b287833c.system.entry.js} +1 -1
  237. package/dist/mint-components/{p-3af19e46.system.entry.js → p-b7d1469d.system.entry.js} +1 -1
  238. package/dist/mint-components/{p-a0f61b8d.system.entry.js → p-b82e1935.system.entry.js} +1 -1
  239. package/dist/mint-components/{p-9b37f5cb.system.entry.js → p-b93fd99c.system.entry.js} +1 -1
  240. package/dist/mint-components/{p-283588d9.js → p-bbcd824a.js} +1 -1
  241. package/dist/mint-components/p-bcac3ecf.js +1 -0
  242. package/dist/mint-components/{p-4edcc7dd.system.js → p-bdb7d451.system.js} +1 -1
  243. package/dist/mint-components/{p-f33a2774.system.entry.js → p-c060f770.system.entry.js} +1 -1
  244. package/dist/mint-components/{p-bc12e9a4.js → p-c0f19490.js} +2 -2
  245. package/dist/mint-components/{p-949c8454.system.entry.js → p-c2fdd608.system.entry.js} +1 -1
  246. package/dist/mint-components/{p-86685076.system.entry.js → p-c36506f6.system.entry.js} +1 -1
  247. package/dist/mint-components/{p-2858d87a.entry.js → p-cb7bdbe4.entry.js} +1 -1
  248. package/dist/mint-components/{p-03b8a4b6.entry.js → p-cbbfac66.entry.js} +1 -1
  249. package/dist/mint-components/{p-e868baa2.system.js → p-cc7af682.system.js} +1 -1
  250. package/dist/mint-components/{p-033f460e.system.js → p-cd569259.system.js} +1 -1
  251. package/dist/mint-components/{p-f561fbbe.js → p-cd651f81.js} +1 -1
  252. package/dist/mint-components/{p-65ab288b.entry.js → p-d07f3090.entry.js} +1 -1
  253. package/dist/mint-components/{p-e75be0ce.js → p-d6831af5.js} +2 -2
  254. package/dist/mint-components/{p-3b0d6e3d.system.js → p-da4ff3b4.system.js} +1 -1
  255. package/dist/mint-components/{p-c876e133.entry.js → p-da7708a7.entry.js} +1 -1
  256. package/dist/mint-components/{p-2c16f513.system.js → p-dbc0e4f8.system.js} +1 -1
  257. package/dist/mint-components/{p-1e5685b1.entry.js → p-dcc81e90.entry.js} +1 -1
  258. package/dist/mint-components/{p-45df37c4.system.entry.js → p-de8e9981.system.entry.js} +1 -1
  259. package/dist/mint-components/{p-5fc6c6eb.js → p-e2d5cd22.js} +1 -1
  260. package/dist/mint-components/{p-e1e8ce01.system.entry.js → p-e5a5ae7f.system.entry.js} +1 -1
  261. package/dist/mint-components/{p-9966e72f.entry.js → p-e6045498.entry.js} +1 -1
  262. package/dist/mint-components/{p-5bd1129c.entry.js → p-e6f50ffd.entry.js} +1 -1
  263. package/dist/mint-components/{p-917daa81.entry.js → p-e8ffcc68.entry.js} +2 -2
  264. package/dist/mint-components/{p-6bc6b98a.system.entry.js → p-f0772618.system.entry.js} +1 -1
  265. package/dist/mint-components/p-f15c1a53.entry.js +241 -0
  266. package/dist/mint-components/{p-9ba03826.entry.js → p-f29eda2f.entry.js} +1 -1
  267. package/dist/mint-components/{p-1a9efc82.system.entry.js → p-f2d8d3d3.system.entry.js} +1 -1
  268. package/dist/mint-components/{p-945fc728.system.entry.js → p-f4a72903.system.entry.js} +1 -1
  269. package/dist/mint-components/{p-4d744c56.system.entry.js → p-f4a8ee29.system.entry.js} +1 -1
  270. package/dist/mint-components/{p-46411968.system.entry.js → p-fa37513e.system.entry.js} +1 -1
  271. package/dist/mint-components/{p-6c962bcd.entry.js → p-faba3198.entry.js} +1 -1
  272. package/dist/mint-components/{p-acb16e2d.entry.js → p-fe2e2f4a.entry.js} +1 -1
  273. package/dist/mint-components/p-ff8b8067.entry.js +33 -0
  274. package/dist/types/components/sqm-qr-code/QRCode.stories.d.ts +6 -0
  275. package/dist/types/components/sqm-qr-code/sqm-qr-code-view.d.ts +13 -0
  276. package/dist/types/components/sqm-qr-code/sqm-qr-code.d.ts +28 -0
  277. package/dist/types/components/sqm-qr-code/useQRCode.d.ts +14 -0
  278. package/dist/types/components.d.ts +43 -0
  279. package/docs/docs.docx +0 -0
  280. package/docs/raisins.json +1 -1
  281. package/grapesjs/grapesjs.js +1 -1
  282. package/package.json +1 -1
  283. package/dist/esm-es5/useChildElements-cbd0fedf.js +0 -1
  284. package/dist/mint-components/p-04eda48e.entry.js +0 -1
  285. package/dist/mint-components/p-0b00b770.system.entry.js +0 -1
  286. package/dist/mint-components/p-2175e4c3.js +0 -1
  287. package/dist/mint-components/p-2cae23f1.system.js +0 -1
  288. package/dist/mint-components/p-5800426e.system.entry.js +0 -1
  289. package/dist/mint-components/p-621092ee.js +0 -1
  290. package/dist/mint-components/p-786d3e9a.entry.js +0 -1
  291. package/dist/mint-components/p-8052a165.entry.js +0 -241
  292. package/dist/mint-components/p-95e8f60d.entry.js +0 -1
  293. package/dist/mint-components/p-9b0c175c.entry.js +0 -1
  294. package/dist/mint-components/p-a18b8466.entry.js +0 -33
  295. package/dist/mint-components/p-a6d84577.system.entry.js +0 -1
  296. package/dist/mint-components/p-b7991001.entry.js +0 -1
  297. package/dist/mint-components/p-bdbf5f74.entry.js +0 -13
  298. package/dist/mint-components/p-d5cceea8.entry.js +0 -1
  299. package/dist/mint-components/p-d9b93305.system.entry.js +0 -1
  300. package/dist/mint-components/p-e847a6f5.system.entry.js +0 -1
  301. package/dist/mint-components/p-fe268f9d.js +0 -1
@@ -1 +1 @@
1
- var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var __awaiter=this&&this.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,a){function o(e){try{u(r.next(e))}catch(e){a(e)}}function s(e){try{u(r["throw"](e))}catch(e){a(e)}}function u(e){e.done?n(e.value):i(e.value).then(o,s)}u((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return u([e,t])}}function u(o){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,i&&(a=o[0]&2?i["return"]:o[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,o[1])).done)return a;if(i=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;i=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){n.label=o[1];break}if(o[0]===6&&n.label<a[1]){n.label=a[1];a=o;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(o);break}if(a[2])n.ops.pop();n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e];i=0}finally{r=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};var __spreadArrays=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};System.register(["./p-c9246591.system.js"],(function(e){"use strict";var t,n,r,i,a,o,s,u,c,l,f,d,p;return{setters:[function(e){t=e.u;n=e.d;r=e.s;i=e.c;a=e.a;o=e.e;s=e.f;u=e.h;c=e.i;l=e.y;f=e.j;d=e.k;p=e.m}],execute:function(){var h=this;e({$:Ci,F:Ta,G:Hr,H:Kr,I:Sa,J:Wr,L:Jr,M:xa,O:Vi,Q:Yi,R:ja,S:Na,T:Ki,U:Gr,V:Mi,X:ea,_:$r,b:Te,c:ca,e:Fi,f:Wi,g:H,h:ma,i:W,k:Ca,l:da,n:ra,o:oa,p:De,q:Oa,r:$i,t:Ia,v:va,w:_a,x:Da,y:ga});var v=e("u",(function(e,n){return t((function(){return e}),n)}));function y(e){this.message=e}y.prototype=new Error,y.prototype.name="InvalidCharacterError";var m="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new y("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,r,i=0,a=0,o="";r=t.charAt(a++);~r&&(n=i%4?64*n+r:r,i++%4)?o+=String.fromCharCode(255&n>>(-2*i&6)):0)r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(r);return o};function b(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(m(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return m(t)}}function g(e){this.message=e}function E(e,t){if("string"!=typeof e)throw new g("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(b(e.split(".")[n]))}catch(e){throw new g("Invalid token specified: "+e.message)}}g.prototype=new Error,g.prototype.name="InvalidTokenError";var w=Object.prototype,_=w.toString,S=w.hasOwnProperty;var I=Function.prototype.toString;var O=new Map;function T(e,t){try{return x(e,t)}finally{O.clear()}}function x(e,t){if(e===t){return true}var n=_.call(e);var r=_.call(t);if(n!==r){return false}switch(n){case"[object Array]":if(e.length!==t.length)return false;case"[object Object]":{if(k(e,t))return true;var i=A(e);var a=A(t);var o=i.length;if(o!==a.length)return false;for(var s=0;s<o;++s){if(!S.call(t,i[s])){return false}}for(var s=0;s<o;++s){var u=i[s];if(!x(e[u],t[u])){return false}}return true}case"[object Error]":return e.name===t.name&&e.message===t.message;case"[object Number]":if(e!==e)return t!==t;case"[object Boolean]":case"[object Date]":return+e===+t;case"[object RegExp]":case"[object String]":return e==""+t;case"[object Map]":case"[object Set]":{if(e.size!==t.size)return false;if(k(e,t))return true;var c=e.entries();var l=n==="[object Map]";while(true){var f=c.next();if(f.done)break;var d=f.value,p=d[0],h=d[1];if(!t.has(p)){return false}if(l&&!x(h,t.get(p))){return false}}return true}case"[object Uint16Array]":case"[object Uint8Array]":case"[object Uint32Array]":case"[object Int32Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object ArrayBuffer]":e=new Uint8Array(e);t=new Uint8Array(t);case"[object DataView]":{var v=e.byteLength;if(v===t.byteLength){while(v--&&e[v]===t[v]){}}return v===-1}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":{var y=I.call(e);if(y!==I.call(t)){return false}return!C(y,D)}}return false}function A(e){return Object.keys(e).filter(N,e)}function N(e){return this[e]!==void 0}var D="{ [native code] }";function C(e,t){var n=e.length-t.length;return n>=0&&e.indexOf(t,n)===n}function k(e,t){var n=O.get(e);if(n){if(n.has(t))return true}else{O.set(e,n=new Set)}n.add(t);return false}var P=Object.defineProperty;var F=Object.defineProperties;var j=Object.getOwnPropertyDescriptors;var R=Object.getOwnPropertySymbols;var M=Object.prototype.hasOwnProperty;var L=Object.prototype.propertyIsEnumerable;var q=function(e,t,n){return t in e?P(e,t,{enumerable:true,configurable:true,writable:true,value:n}):e[t]=n};var V=function(e,t){for(var n in t||(t={}))if(M.call(t,n))q(e,n,t[n]);if(R)for(var r=0,i=R(t);r<i.length;r++){var n=i[r];if(L.call(t,n))q(e,n,t[n])}return e};var B=function(e,t){return F(e,j(t))};var U="sq:user-identity";var $="sq:locale";var G="sq:program-id";var J="EMBED";function K(){return H().type}function H(){var e,t,n;if(window["SquatchAndroid"]){return{type:"SquatchAndroid",android:window["SquatchAndroid"],widgetIdent:window["widgetIdent"]}}if(window["SquatchPortal"]){return{type:"SquatchPortal",env:window["SquatchPortal"]}}if(window["SquatchAdmin"]){return{type:"SquatchAdmin",adminSDK:window["SquatchAdmin"]}}if((window["widgetIdent"]||((e=window.frameElement)==null?void 0:e["squatchJsApi"]))&&((t=window["widgetIdent"])==null?void 0:t.env)!=="demo"){return{type:"SquatchJS2",api:(n=window.frameElement)==null?void 0:n["squatchJsApi"],widgetIdent:window["widgetIdent"]}}return{type:"None"}}function W(){var e=H();return e.type==="None"||e.type==="SquatchAdmin"}var Y="demo";function z(){var e;var t=H();switch(t.type){case"SquatchAndroid":case"SquatchIOS":case"SquatchJS2":return(e=t.widgetIdent)==null?void 0:e.tenantAlias;case"SquatchAdmin":case"None":return Y;case"SquatchPortal":return t.env.tenantAlias}}var Q="https://app.referralsaasquatch.com";function X(){var e,t;var n=H();switch(n.type){case"SquatchAndroid":case"SquatchIOS":case"SquatchJS2":return((e=n.widgetIdent)==null?void 0:e.appDomain)||Q;case"SquatchPortal":return((t=n.env)==null?void 0:t.appDomain)||Q;case"SquatchAdmin":case"None":return Q}}function Z(){var e;var t=H();switch(t.type){case"SquatchJS2":return((e=t.widgetIdent)==null?void 0:e.engagementMedium)||J;case"SquatchAndroid":case"SquatchIOS":case"SquatchPortal":case"SquatchAdmin":case"None":return J}}var ee=function(){var e;try{return(e=window==null?void 0:window.localStorage)==null?void 0:e.getItem("debug")}catch(e){return false}}();function te(e){var t=[];for(var n=1;n<arguments.length;n++){t[n-1]=arguments[n]}if(ee){console.debug.apply(console,__spreadArrays(["sq:environment:"+e],t))}}var ne=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays(["history"],e))};function re(e){if(typeof e==="string")return e;var t=new URL(e.pathname,window.origin);if(e.search)t.search=e.search;if(e.hash)t.hash=e.hash;return t}var ie=function(){function e(){this.listeners=new Set;window.addEventListener("popstate",this.notify.bind(this));window.addEventListener("pushState",this.notify.bind(this));window.addEventListener("replaceState",this.notify.bind(this))}e.prototype.listen=function(e){var t=this;this.listeners.add(e);return function(){t.listeners.delete(e)}};e.prototype.notify=function(){ne("notifying listeners of route change",this.location);if(this.listeners){this.listeners.forEach((function(e){return e()}))}};Object.defineProperty(e.prototype,"location",{get:function(){return{pathname:window.location.pathname,search:window.location.search,hash:window.location.hash,state:window.history.state}},enumerable:false,configurable:true});e.prototype.back=function(){this.go(-1)};e.prototype.forward=function(){this.go(1)};e.prototype.go=function(e){window.history.go(e)};e.prototype.push=function(e,t){var n=re(e);window.history.pushState(t,"",n)};e.prototype.replace=function(e,t){var n=re(e);window.history.replaceState(t,"",n)};return e}();var ae=function(){function e(){this.history=[{pathname:"/",search:"",hash:""}];this.index=0;this.listeners=new Set}e.prototype.listen=function(e){var t=this;this.listeners.add(e);return function(){t.listeners.delete(e)}};e.prototype.current=function(){return this.history[this.index]};Object.defineProperty(e.prototype,"state",{get:function(){return this.current().state},enumerable:false,configurable:true});e.prototype.notify=function(){ne("notifying listeners of route change",this.location);this.listeners.forEach((function(e){return e()}))};Object.defineProperty(e.prototype,"location",{get:function(){return this.history[this.index]},enumerable:false,configurable:true});e.prototype.back=function(){this.go(-1)};e.prototype.forward=function(){this.go(1)};e.prototype.go=function(e){this.index+=e;if(this.index<0)this.index=0;if(this.index>=this.history.length)this.index=this.history.length-1;this.notify()};e.prototype.push=function(e,t){var n;if(typeof e==="string"){n={pathname:e,search:this.history[this.index].search,hash:this.history[this.index].hash,state:t}}else{n=B(V({},e),{state:t})}this.index++;this.history.splice(this.index,this.history.length,n);this.notify()};e.prototype.replace=function(e,t){if(typeof e==="string"){this.history[this.index]={pathname:e,search:"",hash:"",state:t}}else{this.history[this.index]=B(V({},e),{state:t})}this.notify()};return e}();function oe(){if(K()==="SquatchPortal"){var e=function(e){var t=window.history[e];return function(){var n=[];for(var r=0;r<arguments.length;r++){n[r]=arguments[r]}var i=t.apply(window.history,n);var a=new Event(e);window.dispatchEvent(a);return i}};window.history.pushState=e("pushState");window.history.replaceState=e("replaceState");return new ie}else{return new ae}}function se(){window.squatchHistory=window.squatchHistory||oe();return window.squatchHistory}var ue=function(){function e(){}Object.defineProperty(e.prototype,"location",{get:function(){return se().location},enumerable:false,configurable:true});e.prototype.listen=function(e){return se().listen(e)};e.prototype.back=function(){se().back()};e.prototype.forward=function(){se().forward()};e.prototype.go=function(e){se().go(e)};e.prototype.push=function(e,t){se().push(e,t)};e.prototype.replace=function(e,t){se().replace(e,t)};return e}();var ce=new ue;var le=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays([$],e))};function fe(e){if(e&&/^[a-z]{2}(_(?:[A-Z]{2}|[0-9]{3}))?$/.test(e)){return e}}function de(){var e;var t;var r=window.squatchLocale;if(!r){le("Creating locale context provider");var i=(e=(t=window.widgetIdent)==null?void 0:t.locale)!==null&&e!==void 0?e:fe(navigator.language.replaceAll("-","_"));le("initializing with locale:",i);r=new n({element:document.documentElement,initialState:i,contextName:$}).start();window.squatchLocale=r}return r}var pe=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays([$],e))};var he="\n query {\n viewer {\n ... on User {\n locale\n }\n }\n }\n";function ve(){return __awaiter(this,void 0,void 0,(function(){var e,t,n,r;return __generator(this,(function(i){switch(i.label){case 0:pe("Fetching locale from GraphQL for current user");i.label=1;case 1:i.trys.push([1,4,,5]);return[4,fetch(X()+"/api/v1/"+z()+"/graphql",{method:"POST",headers:{"Content-Type":"application/json",Authorization:"Bearer "+((e=xe())==null?void 0:e.jwt)},body:JSON.stringify({query:he})})];case 2:t=i.sent();if(!t.ok){throw new Error("Failed to fetch locale")}return[4,t.json()];case 3:n=i.sent();if(n.errors){throw new Error(JSON.stringify(n.errors,null,2))}return[2,n.data.viewer.locale||void 0];case 4:r=i.sent();pe("Failed to fetch locale for current user",r.message);return[2,void 0];case 5:return[2]}}))}))}var ye=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays([$],e))};var me=function(){var e="__environment_context_listener";var t=document.getElementById(e);if(!t){t=document.createElement("div");t.id=e;document.documentElement.appendChild(t)}return t}();var be=new r({contextName:U,element:me,onChange:function(e){return __awaiter(h,void 0,void 0,(function(){var t,n,r,i,a;var o;return __generator(this,(function(s){switch(s.label){case 0:n=de();r=(o=(t=window.widgetIdent)==null?void 0:t.locale)!==null&&o!==void 0?o:fe(navigator.language.replaceAll("-","_"));if(!e)return[3,2];ye("User context changed, refetching locale");return[4,ve()];case 1:a=s.sent();ye("New value fetched from GraphQL ["+a+"]");i=a||r;return[3,3];case 2:i=r;s.label=3;case 3:ye("Setting locale context to ["+i+"]");n.context=i;return[2]}}))}))}});function ge(){ye("Starting user context listener for locale updates");be.start()}var Ee=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays([U],e))};function we(){var e=window.squatchUserIdentity;if(!e){Ee("Creating user context provider");e=new n({element:document.documentElement,initialState:Oe(),contextName:U}).start();window.squatchUserIdentity=e;ge()}return e}function _e(e){return e.user&&e.user.id&&e.user.accountId}function Se(e){return e.sub&&/.*:.*@.*:users/.test(e.sub)}function Ie(e){if(!e)return void 0;try{var t=E(e);var n=t.exp;var r=void 0;var i=void 0;var a=void 0;if(Se(t)){var o=t.sub.match(/(.*):(.*)@(.*):users/);if(o==null?void 0:o[1])i=atob(o[1]);if(o==null?void 0:o[2])r=atob(o[2])}else if(_e(t)){i=t.user.accountId;r=t.user.id;a=t.user.email}if(!r||!i){Ee("No user information");return void 0}if(n&&Date.now()>=n*1e3){Ee("JWT has expired");return void 0}return{id:r,accountId:i,email:a,jwt:e}}catch(e){Ee("Invalid JWT");return void 0}}function Oe(){var e=H();switch(e.type){case"SquatchIOS":case"SquatchAndroid":case"SquatchJS2":if(!e.widgetIdent)return void 0;var t=e.widgetIdent,n=t.userId,r=t.accountId,i=t.token;if(!n||!r||!i)return void 0;return{id:e.widgetIdent.userId,accountId:e.widgetIdent.accountId,email:e.widgetIdent.email,jwt:e.widgetIdent.token};case"SquatchPortal":var a=new URLSearchParams(document.location.search);if(a.has("jwt")){return Ie(a.get("jwt"))}var o=localStorage.getItem(U);if(!o)return void 0;try{var s=JSON.parse(o);var u=Ie(s.jwt);if(u){return V(V({},s),u)}return void 0}catch(e){return void 0}case"SquatchAdmin":case"None":return void 0}}function Te(e){var t=we();if(!T(t.context,e)){Ee("Setting user context value ["+JSON.stringify(e)+"]");t.context=e}if(e&&H().type==="SquatchPortal"){localStorage.setItem(U,JSON.stringify(e))}else if(!e){localStorage.removeItem(U)}}function xe(){var e;return(e=window.squatchUserIdentity)==null?void 0:e.context}var Ae=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays([G],e))};function Ne(){var e;var t=window.squatchProgramId;if(!t){Ae("Creating program context provider");t=new n({element:document.documentElement,initialState:((e=window.widgetIdent)==null?void 0:e.programId)||void 0,contextName:G}).start();window.squatchProgramId=t}return t}function De(e){var t=Ne();if(t.context!==e){Ae("Setting program context value ["+e+"]");t.context=e}}function Ce(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){Ce=function e(t){return typeof t}}else{Ce=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return Ce(e)}function ke(e){return Ce(e)=="object"&&e!==null}var Pe=typeof Symbol==="function"&&Symbol.toStringTag!=null?Symbol.toStringTag:"@@toStringTag";function Fe(e,t){var n=/\r\n|[\n\r]/g;var r=1;var i=t+1;var a;while((a=n.exec(e.body))&&a.index<t){r+=1;i=t+1-(a.index+a[0].length)}return{line:r,column:i}}function je(e){return Re(e.source,Fe(e.source,e.start))}function Re(e,t){var n=e.locationOffset.column-1;var r=Le(n)+e.body;var i=t.line-1;var a=e.locationOffset.line-1;var o=t.line+a;var s=t.line===1?n:0;var u=t.column+s;var c="".concat(e.name,":").concat(o,":").concat(u,"\n");var l=r.split(/\r\n|[\n\r]/g);var f=l[i];if(f.length>120){var d=Math.floor(u/80);var p=u%80;var h=[];for(var v=0;v<f.length;v+=80){h.push(f.slice(v,v+80))}return c+Me([["".concat(o),h[0]]].concat(h.slice(1,d+1).map((function(e){return["",e]})),[[" ",Le(p-1)+"^"],["",h[d+1]]]))}return c+Me([["".concat(o-1),l[i-1]],["".concat(o),f],["",Le(u-1)+"^"],["".concat(o+1),l[i+1]]])}function Me(e){var t=e.filter((function(e){var t=e[1];return t!==undefined}));var n=Math.max.apply(Math,t.map((function(e){var t=e[0];return t.length})));return t.map((function(e){var t=e[0],r=e[1];return qe(n,t)+(r?" | "+r:" |")})).join("\n")}function Le(e){return Array(e+1).join(" ")}function qe(e,t){return Le(e-t.length)+t}function Ve(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){Ve=function e(t){return typeof t}}else{Ve=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return Ve(e)}function Be(e,t){if(!(e instanceof t)){throw new TypeError("Cannot call a class as a function")}}function Ue(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}function $e(e,t,n){if(t)Ue(e.prototype,t);if(n)Ue(e,n);return e}function Ge(e,t){if(typeof t!=="function"&&t!==null){throw new TypeError("Super expression must either be null or a function")}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:true,configurable:true}});if(t)Xe(e,t)}function Je(e){var t=ze();return function n(){var r=Ze(e),i;if(t){var a=Ze(this).constructor;i=Reflect.construct(r,arguments,a)}else{i=r.apply(this,arguments)}return Ke(this,i)}}function Ke(e,t){if(t&&(Ve(t)==="object"||typeof t==="function")){return t}return He(e)}function He(e){if(e===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return e}function We(e){var t=typeof Map==="function"?new Map:undefined;We=function e(n){if(n===null||!Qe(n))return n;if(typeof n!=="function"){throw new TypeError("Super expression must either be null or a function")}if(typeof t!=="undefined"){if(t.has(n))return t.get(n);t.set(n,r)}function r(){return Ye(n,arguments,Ze(this).constructor)}r.prototype=Object.create(n.prototype,{constructor:{value:r,enumerable:false,writable:true,configurable:true}});return Xe(r,n)};return We(e)}function Ye(e,t,n){if(ze()){Ye=Reflect.construct}else{Ye=function e(t,n,r){var i=[null];i.push.apply(i,n);var a=Function.bind.apply(t,i);var o=new a;if(r)Xe(o,r.prototype);return o}}return Ye.apply(null,arguments)}function ze(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Date.prototype.toString.call(Reflect.construct(Date,[],(function(){})));return true}catch(e){return false}}function Qe(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Xe(e,t){Xe=Object.setPrototypeOf||function e(t,n){t.__proto__=n;return t};return Xe(e,t)}function Ze(e){Ze=Object.setPrototypeOf?Object.getPrototypeOf:function e(t){return t.__proto__||Object.getPrototypeOf(t)};return Ze(e)}var et=function(e){Ge(n,e);var t=Je(n);function n(e,r,i,a,o,s,u){var c,l,f,d;var p;Be(this,n);p=t.call(this,e);var h=Array.isArray(r)?r.length!==0?r:undefined:r?[r]:undefined;var v=i;if(!v&&h){var y;v=(y=h[0].loc)===null||y===void 0?void 0:y.source}var m=a;if(!m&&h){m=h.reduce((function(e,t){if(t.loc){e.push(t.loc.start)}return e}),[])}if(m&&m.length===0){m=undefined}var b;if(a&&i){b=a.map((function(e){return Fe(i,e)}))}else if(h){b=h.reduce((function(e,t){if(t.loc){e.push(Fe(t.loc.source,t.loc.start))}return e}),[])}var g=u;if(g==null&&s!=null){var E=s.extensions;if(ke(E)){g=E}}Object.defineProperties(He(p),{name:{value:"GraphQLError"},message:{value:e,enumerable:true,writable:true},locations:{value:(c=b)!==null&&c!==void 0?c:undefined,enumerable:b!=null},path:{value:o!==null&&o!==void 0?o:undefined,enumerable:o!=null},nodes:{value:h!==null&&h!==void 0?h:undefined},source:{value:(l=v)!==null&&l!==void 0?l:undefined},positions:{value:(f=m)!==null&&f!==void 0?f:undefined},originalError:{value:s},extensions:{value:(d=g)!==null&&d!==void 0?d:undefined,enumerable:g!=null}});if(s!==null&&s!==void 0&&s.stack){Object.defineProperty(He(p),"stack",{value:s.stack,writable:true,configurable:true});return Ke(p)}if(Error.captureStackTrace){Error.captureStackTrace(He(p),n)}else{Object.defineProperty(He(p),"stack",{value:Error().stack,writable:true,configurable:true})}return p}$e(n,[{key:"toString",value:function e(){return tt(this)}},{key:Pe,get:function e(){return"Object"}}]);return n}(We(Error));function tt(e){var t=e.message;if(e.nodes){for(var n=0,r=e.nodes;n<r.length;n++){var i=r[n];if(i.loc){t+="\n\n"+je(i.loc)}}}else if(e.source&&e.locations){for(var a=0,o=e.locations;a<o.length;a++){var s=o[a];t+="\n\n"+Re(e.source,s)}}return t}function nt(e,t,n){return new et("Syntax Error: ".concat(n),undefined,e,[t])}var rt=Object.freeze({NAME:"Name",DOCUMENT:"Document",OPERATION_DEFINITION:"OperationDefinition",VARIABLE_DEFINITION:"VariableDefinition",SELECTION_SET:"SelectionSet",FIELD:"Field",ARGUMENT:"Argument",FRAGMENT_SPREAD:"FragmentSpread",INLINE_FRAGMENT:"InlineFragment",FRAGMENT_DEFINITION:"FragmentDefinition",VARIABLE:"Variable",INT:"IntValue",FLOAT:"FloatValue",STRING:"StringValue",BOOLEAN:"BooleanValue",NULL:"NullValue",ENUM:"EnumValue",LIST:"ListValue",OBJECT:"ObjectValue",OBJECT_FIELD:"ObjectField",DIRECTIVE:"Directive",NAMED_TYPE:"NamedType",LIST_TYPE:"ListType",NON_NULL_TYPE:"NonNullType",SCHEMA_DEFINITION:"SchemaDefinition",OPERATION_TYPE_DEFINITION:"OperationTypeDefinition",SCALAR_TYPE_DEFINITION:"ScalarTypeDefinition",OBJECT_TYPE_DEFINITION:"ObjectTypeDefinition",FIELD_DEFINITION:"FieldDefinition",INPUT_VALUE_DEFINITION:"InputValueDefinition",INTERFACE_TYPE_DEFINITION:"InterfaceTypeDefinition",UNION_TYPE_DEFINITION:"UnionTypeDefinition",ENUM_TYPE_DEFINITION:"EnumTypeDefinition",ENUM_VALUE_DEFINITION:"EnumValueDefinition",INPUT_OBJECT_TYPE_DEFINITION:"InputObjectTypeDefinition",DIRECTIVE_DEFINITION:"DirectiveDefinition",SCHEMA_EXTENSION:"SchemaExtension",SCALAR_TYPE_EXTENSION:"ScalarTypeExtension",OBJECT_TYPE_EXTENSION:"ObjectTypeExtension",INTERFACE_TYPE_EXTENSION:"InterfaceTypeExtension",UNION_TYPE_EXTENSION:"UnionTypeExtension",ENUM_TYPE_EXTENSION:"EnumTypeExtension",INPUT_OBJECT_TYPE_EXTENSION:"InputObjectTypeExtension"});function it(e,t){var n=Boolean(e);if(!n){throw new Error(t!=null?t:"Unexpected invariant triggered.")}}var at=typeof Symbol==="function"&&typeof Symbol.for==="function"?Symbol.for("nodejs.util.inspect.custom"):undefined;function ot(e){var t=e.prototype.toJSON;typeof t==="function"||it(0);e.prototype.inspect=t;if(at){e.prototype[at]=t}}var st=function(){function e(e,t,n){this.start=e.start;this.end=t.end;this.startToken=e;this.endToken=t;this.source=n}var t=e.prototype;t.toJSON=function e(){return{start:this.start,end:this.end}};return e}();ot(st);var ut=function(){function e(e,t,n,r,i,a,o){this.kind=e;this.start=t;this.end=n;this.line=r;this.column=i;this.value=o;this.prev=a;this.next=null}var t=e.prototype;t.toJSON=function e(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}};return e}();ot(ut);function ct(e){return e!=null&&typeof e.kind==="string"}var lt=Object.freeze({SOF:"<SOF>",EOF:"<EOF>",BANG:"!",DOLLAR:"$",AMP:"&",PAREN_L:"(",PAREN_R:")",SPREAD:"...",COLON:":",EQUALS:"=",AT:"@",BRACKET_L:"[",BRACKET_R:"]",BRACE_L:"{",PIPE:"|",BRACE_R:"}",NAME:"Name",INT:"Int",FLOAT:"Float",STRING:"String",BLOCK_STRING:"BlockString",COMMENT:"Comment"});function ft(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){ft=function e(t){return typeof t}}else{ft=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return ft(e)}var dt=10;var pt=2;function ht(e){return vt(e,[])}function vt(e,t){switch(ft(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":if(e===null){return"null"}return yt(e,t);default:return String(e)}}function yt(e,t){if(t.indexOf(e)!==-1){return"[Circular]"}var n=[].concat(t,[e]);var r=gt(e);if(r!==undefined){var i=r.call(e);if(i!==e){return typeof i==="string"?i:vt(i,n)}}else if(Array.isArray(e)){return bt(e,n)}return mt(e,n)}function mt(e,t){var n=Object.keys(e);if(n.length===0){return"{}"}if(t.length>pt){return"["+Et(e)+"]"}var r=n.map((function(n){var r=vt(e[n],t);return n+": "+r}));return"{ "+r.join(", ")+" }"}function bt(e,t){if(e.length===0){return"[]"}if(t.length>pt){return"[Array]"}var n=Math.min(dt,e.length);var r=e.length-n;var i=[];for(var a=0;a<n;++a){i.push(vt(e[a],t))}if(r===1){i.push("... 1 more item")}else if(r>1){i.push("... ".concat(r," more items"))}return"["+i.join(", ")+"]"}function gt(e){var t=e[String(at)];if(typeof t==="function"){return t}if(typeof e.inspect==="function"){return e.inspect}}function Et(e){var t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if(t==="Object"&&typeof e.constructor==="function"){var n=e.constructor.name;if(typeof n==="string"&&n!==""){return n}}return t}function wt(e,t){var n=Boolean(e);if(!n){throw new Error(t)}}var _t=function e(t,n){return t instanceof n};function St(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}function It(e,t,n){if(t)St(e.prototype,t);if(n)St(e,n);return e}var Ot=function(){function e(e){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"GraphQL request";var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{line:1,column:1};typeof e==="string"||wt(0,"Body must be a string. Received: ".concat(ht(e),"."));this.body=e;this.name=t;this.locationOffset=n;this.locationOffset.line>0||wt(0,"line in locationOffset is 1-indexed and must be positive.");this.locationOffset.column>0||wt(0,"column in locationOffset is 1-indexed and must be positive.")}It(e,[{key:Pe,get:function e(){return"Source"}}]);return e}();function Tt(e){return _t(e,Ot)}var xt=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"});function At(e){var t=e.split(/\r\n|[\n\r]/g);var n=Dt(e);if(n!==0){for(var r=1;r<t.length;r++){t[r]=t[r].slice(n)}}var i=0;while(i<t.length&&Nt(t[i])){++i}var a=t.length;while(a>i&&Nt(t[a-1])){--a}return t.slice(i,a).join("\n")}function Nt(e){for(var t=0;t<e.length;++t){if(e[t]!==" "&&e[t]!=="\t"){return false}}return true}function Dt(e){var t;var n=true;var r=true;var i=0;var a=null;for(var o=0;o<e.length;++o){switch(e.charCodeAt(o)){case 13:if(e.charCodeAt(o+1)===10){++o}case 10:n=false;r=true;i=0;break;case 9:case 32:++i;break;default:if(r&&!n&&(a===null||i<a)){a=i}r=false}}return(t=a)!==null&&t!==void 0?t:0}function Ct(e){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var r=e.indexOf("\n")===-1;var i=e[0]===" "||e[0]==="\t";var a=e[e.length-1]==='"';var o=e[e.length-1]==="\\";var s=!r||a||o||n;var u="";if(s&&!(r&&i)){u+="\n"+t}u+=t?e.replace(/\n/g,"\n"+t):e;if(s){u+="\n"}return'"""'+u.replace(/"""/g,'\\"""')+'"""'}var kt=function(){function e(e){var t=new ut(lt.SOF,0,0,0,0,null);this.source=e;this.lastToken=t;this.token=t;this.line=1;this.lineStart=0}var t=e.prototype;t.advance=function e(){this.lastToken=this.token;var t=this.token=this.lookahead();return t};t.lookahead=function e(){var t=this.token;if(t.kind!==lt.EOF){do{var n;t=(n=t.next)!==null&&n!==void 0?n:t.next=jt(this,t)}while(t.kind===lt.COMMENT)}return t};return e}();function Pt(e){return e===lt.BANG||e===lt.DOLLAR||e===lt.AMP||e===lt.PAREN_L||e===lt.PAREN_R||e===lt.SPREAD||e===lt.COLON||e===lt.EQUALS||e===lt.AT||e===lt.BRACKET_L||e===lt.BRACKET_R||e===lt.BRACE_L||e===lt.PIPE||e===lt.BRACE_R}function Ft(e){return isNaN(e)?lt.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}function jt(e,t){var n=e.source;var r=n.body;var i=r.length;var a=t.end;while(a<i){var o=r.charCodeAt(a);var s=e.line;var u=1+a-e.lineStart;switch(o){case 65279:case 9:case 32:case 44:++a;continue;case 10:++a;++e.line;e.lineStart=a;continue;case 13:if(r.charCodeAt(a+1)===10){a+=2}else{++a}++e.line;e.lineStart=a;continue;case 33:return new ut(lt.BANG,a,a+1,s,u,t);case 35:return Mt(n,a,s,u,t);case 36:return new ut(lt.DOLLAR,a,a+1,s,u,t);case 38:return new ut(lt.AMP,a,a+1,s,u,t);case 40:return new ut(lt.PAREN_L,a,a+1,s,u,t);case 41:return new ut(lt.PAREN_R,a,a+1,s,u,t);case 46:if(r.charCodeAt(a+1)===46&&r.charCodeAt(a+2)===46){return new ut(lt.SPREAD,a,a+3,s,u,t)}break;case 58:return new ut(lt.COLON,a,a+1,s,u,t);case 61:return new ut(lt.EQUALS,a,a+1,s,u,t);case 64:return new ut(lt.AT,a,a+1,s,u,t);case 91:return new ut(lt.BRACKET_L,a,a+1,s,u,t);case 93:return new ut(lt.BRACKET_R,a,a+1,s,u,t);case 123:return new ut(lt.BRACE_L,a,a+1,s,u,t);case 124:return new ut(lt.PIPE,a,a+1,s,u,t);case 125:return new ut(lt.BRACE_R,a,a+1,s,u,t);case 34:if(r.charCodeAt(a+1)===34&&r.charCodeAt(a+2)===34){return Bt(n,a,s,u,t,e)}return Vt(n,a,s,u,t);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return Lt(n,a,o,s,u,t);case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 95:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:return Gt(n,a,s,u,t)}throw nt(n,a,Rt(o))}var c=e.line;var l=1+a-e.lineStart;return new ut(lt.EOF,i,i,c,l,t)}function Rt(e){if(e<32&&e!==9&&e!==10&&e!==13){return"Cannot contain the invalid character ".concat(Ft(e),".")}if(e===39){return"Unexpected single quote character ('), did you mean to use a double quote (\")?"}return"Cannot parse the unexpected character ".concat(Ft(e),".")}function Mt(e,t,n,r,i){var a=e.body;var o;var s=t;do{o=a.charCodeAt(++s)}while(!isNaN(o)&&(o>31||o===9));return new ut(lt.COMMENT,t,s,n,r,i,a.slice(t+1,s))}function Lt(e,t,n,r,i,a){var o=e.body;var s=n;var u=t;var c=false;if(s===45){s=o.charCodeAt(++u)}if(s===48){s=o.charCodeAt(++u);if(s>=48&&s<=57){throw nt(e,u,"Invalid number, unexpected digit after 0: ".concat(Ft(s),"."))}}else{u=qt(e,u,s);s=o.charCodeAt(u)}if(s===46){c=true;s=o.charCodeAt(++u);u=qt(e,u,s);s=o.charCodeAt(u)}if(s===69||s===101){c=true;s=o.charCodeAt(++u);if(s===43||s===45){s=o.charCodeAt(++u)}u=qt(e,u,s);s=o.charCodeAt(u)}if(s===46||Jt(s)){throw nt(e,u,"Invalid number, expected digit but got: ".concat(Ft(s),"."))}return new ut(c?lt.FLOAT:lt.INT,t,u,r,i,a,o.slice(t,u))}function qt(e,t,n){var r=e.body;var i=t;var a=n;if(a>=48&&a<=57){do{a=r.charCodeAt(++i)}while(a>=48&&a<=57);return i}throw nt(e,i,"Invalid number, expected digit but got: ".concat(Ft(a),"."))}function Vt(e,t,n,r,i){var a=e.body;var o=t+1;var s=o;var u=0;var c="";while(o<a.length&&!isNaN(u=a.charCodeAt(o))&&u!==10&&u!==13){if(u===34){c+=a.slice(s,o);return new ut(lt.STRING,t,o+1,n,r,i,c)}if(u<32&&u!==9){throw nt(e,o,"Invalid character within String: ".concat(Ft(u),"."))}++o;if(u===92){c+=a.slice(s,o-1);u=a.charCodeAt(o);switch(u){case 34:c+='"';break;case 47:c+="/";break;case 92:c+="\\";break;case 98:c+="\b";break;case 102:c+="\f";break;case 110:c+="\n";break;case 114:c+="\r";break;case 116:c+="\t";break;case 117:{var l=Ut(a.charCodeAt(o+1),a.charCodeAt(o+2),a.charCodeAt(o+3),a.charCodeAt(o+4));if(l<0){var f=a.slice(o+1,o+5);throw nt(e,o,"Invalid character escape sequence: \\u".concat(f,"."))}c+=String.fromCharCode(l);o+=4;break}default:throw nt(e,o,"Invalid character escape sequence: \\".concat(String.fromCharCode(u),"."))}++o;s=o}}throw nt(e,o,"Unterminated string.")}function Bt(e,t,n,r,i,a){var o=e.body;var s=t+3;var u=s;var c=0;var l="";while(s<o.length&&!isNaN(c=o.charCodeAt(s))){if(c===34&&o.charCodeAt(s+1)===34&&o.charCodeAt(s+2)===34){l+=o.slice(u,s);return new ut(lt.BLOCK_STRING,t,s+3,n,r,i,At(l))}if(c<32&&c!==9&&c!==10&&c!==13){throw nt(e,s,"Invalid character within String: ".concat(Ft(c),"."))}if(c===10){++s;++a.line;a.lineStart=s}else if(c===13){if(o.charCodeAt(s+1)===10){s+=2}else{++s}++a.line;a.lineStart=s}else if(c===92&&o.charCodeAt(s+1)===34&&o.charCodeAt(s+2)===34&&o.charCodeAt(s+3)===34){l+=o.slice(u,s)+'"""';s+=4;u=s}else{++s}}throw nt(e,s,"Unterminated string.")}function Ut(e,t,n,r){return $t(e)<<12|$t(t)<<8|$t(n)<<4|$t(r)}function $t(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function Gt(e,t,n,r,i){var a=e.body;var o=a.length;var s=t+1;var u=0;while(s!==o&&!isNaN(u=a.charCodeAt(s))&&(u===95||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122)){++s}return new ut(lt.NAME,t,s,n,r,i,a.slice(t,s))}function Jt(e){return e===95||e>=65&&e<=90||e>=97&&e<=122}function Kt(e,t){var n=new Ht(e,t);return n.parseDocument()}var Ht=function(){function e(e,t){var n=Tt(e)?e:new Ot(e);this._lexer=new kt(n);this._options=t}var t=e.prototype;t.parseName=function e(){var t=this.expectToken(lt.NAME);return{kind:rt.NAME,value:t.value,loc:this.loc(t)}};t.parseDocument=function e(){var t=this._lexer.token;return{kind:rt.DOCUMENT,definitions:this.many(lt.SOF,this.parseDefinition,lt.EOF),loc:this.loc(t)}};t.parseDefinition=function e(){if(this.peek(lt.NAME)){switch(this._lexer.token.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"schema":case"scalar":case"type":case"interface":case"union":case"enum":case"input":case"directive":return this.parseTypeSystemDefinition();case"extend":return this.parseTypeSystemExtension()}}else if(this.peek(lt.BRACE_L)){return this.parseOperationDefinition()}else if(this.peekDescription()){return this.parseTypeSystemDefinition()}throw this.unexpected()};t.parseOperationDefinition=function e(){var t=this._lexer.token;if(this.peek(lt.BRACE_L)){return{kind:rt.OPERATION_DEFINITION,operation:"query",name:undefined,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(t)}}var n=this.parseOperationType();var r;if(this.peek(lt.NAME)){r=this.parseName()}return{kind:rt.OPERATION_DEFINITION,operation:n,name:r,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}};t.parseOperationType=function e(){var t=this.expectToken(lt.NAME);switch(t.value){case"query":return"query";case"mutation":return"mutation";case"subscription":return"subscription"}throw this.unexpected(t)};t.parseVariableDefinitions=function e(){return this.optionalMany(lt.PAREN_L,this.parseVariableDefinition,lt.PAREN_R)};t.parseVariableDefinition=function e(){var t=this._lexer.token;return{kind:rt.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(lt.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(lt.EQUALS)?this.parseValueLiteral(true):undefined,directives:this.parseDirectives(true),loc:this.loc(t)}};t.parseVariable=function e(){var t=this._lexer.token;this.expectToken(lt.DOLLAR);return{kind:rt.VARIABLE,name:this.parseName(),loc:this.loc(t)}};t.parseSelectionSet=function e(){var t=this._lexer.token;return{kind:rt.SELECTION_SET,selections:this.many(lt.BRACE_L,this.parseSelection,lt.BRACE_R),loc:this.loc(t)}};t.parseSelection=function e(){return this.peek(lt.SPREAD)?this.parseFragment():this.parseField()};t.parseField=function e(){var t=this._lexer.token;var n=this.parseName();var r;var i;if(this.expectOptionalToken(lt.COLON)){r=n;i=this.parseName()}else{i=n}return{kind:rt.FIELD,alias:r,name:i,arguments:this.parseArguments(false),directives:this.parseDirectives(false),selectionSet:this.peek(lt.BRACE_L)?this.parseSelectionSet():undefined,loc:this.loc(t)}};t.parseArguments=function e(t){var n=t?this.parseConstArgument:this.parseArgument;return this.optionalMany(lt.PAREN_L,n,lt.PAREN_R)};t.parseArgument=function e(){var t=this._lexer.token;var n=this.parseName();this.expectToken(lt.COLON);return{kind:rt.ARGUMENT,name:n,value:this.parseValueLiteral(false),loc:this.loc(t)}};t.parseConstArgument=function e(){var t=this._lexer.token;return{kind:rt.ARGUMENT,name:this.parseName(),value:(this.expectToken(lt.COLON),this.parseValueLiteral(true)),loc:this.loc(t)}};t.parseFragment=function e(){var t=this._lexer.token;this.expectToken(lt.SPREAD);var n=this.expectOptionalKeyword("on");if(!n&&this.peek(lt.NAME)){return{kind:rt.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(false),loc:this.loc(t)}}return{kind:rt.INLINE_FRAGMENT,typeCondition:n?this.parseNamedType():undefined,directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}};t.parseFragmentDefinition=function e(){var t;var n=this._lexer.token;this.expectKeyword("fragment");if(((t=this._options)===null||t===void 0?void 0:t.experimentalFragmentVariables)===true){return{kind:rt.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(n)}}return{kind:rt.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(n)}};t.parseFragmentName=function e(){if(this._lexer.token.value==="on"){throw this.unexpected()}return this.parseName()};t.parseValueLiteral=function e(t){var n=this._lexer.token;switch(n.kind){case lt.BRACKET_L:return this.parseList(t);case lt.BRACE_L:return this.parseObject(t);case lt.INT:this._lexer.advance();return{kind:rt.INT,value:n.value,loc:this.loc(n)};case lt.FLOAT:this._lexer.advance();return{kind:rt.FLOAT,value:n.value,loc:this.loc(n)};case lt.STRING:case lt.BLOCK_STRING:return this.parseStringLiteral();case lt.NAME:this._lexer.advance();switch(n.value){case"true":return{kind:rt.BOOLEAN,value:true,loc:this.loc(n)};case"false":return{kind:rt.BOOLEAN,value:false,loc:this.loc(n)};case"null":return{kind:rt.NULL,loc:this.loc(n)};default:return{kind:rt.ENUM,value:n.value,loc:this.loc(n)}}case lt.DOLLAR:if(!t){return this.parseVariable()}break}throw this.unexpected()};t.parseStringLiteral=function e(){var t=this._lexer.token;this._lexer.advance();return{kind:rt.STRING,value:t.value,block:t.kind===lt.BLOCK_STRING,loc:this.loc(t)}};t.parseList=function e(t){var n=this;var r=this._lexer.token;var i=function e(){return n.parseValueLiteral(t)};return{kind:rt.LIST,values:this.any(lt.BRACKET_L,i,lt.BRACKET_R),loc:this.loc(r)}};t.parseObject=function e(t){var n=this;var r=this._lexer.token;var i=function e(){return n.parseObjectField(t)};return{kind:rt.OBJECT,fields:this.any(lt.BRACE_L,i,lt.BRACE_R),loc:this.loc(r)}};t.parseObjectField=function e(t){var n=this._lexer.token;var r=this.parseName();this.expectToken(lt.COLON);return{kind:rt.OBJECT_FIELD,name:r,value:this.parseValueLiteral(t),loc:this.loc(n)}};t.parseDirectives=function e(t){var n=[];while(this.peek(lt.AT)){n.push(this.parseDirective(t))}return n};t.parseDirective=function e(t){var n=this._lexer.token;this.expectToken(lt.AT);return{kind:rt.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(t),loc:this.loc(n)}};t.parseTypeReference=function e(){var t=this._lexer.token;var n;if(this.expectOptionalToken(lt.BRACKET_L)){n=this.parseTypeReference();this.expectToken(lt.BRACKET_R);n={kind:rt.LIST_TYPE,type:n,loc:this.loc(t)}}else{n=this.parseNamedType()}if(this.expectOptionalToken(lt.BANG)){return{kind:rt.NON_NULL_TYPE,type:n,loc:this.loc(t)}}return n};t.parseNamedType=function e(){var t=this._lexer.token;return{kind:rt.NAMED_TYPE,name:this.parseName(),loc:this.loc(t)}};t.parseTypeSystemDefinition=function e(){var t=this.peekDescription()?this._lexer.lookahead():this._lexer.token;if(t.kind===lt.NAME){switch(t.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}}throw this.unexpected(t)};t.peekDescription=function e(){return this.peek(lt.STRING)||this.peek(lt.BLOCK_STRING)};t.parseDescription=function e(){if(this.peekDescription()){return this.parseStringLiteral()}};t.parseSchemaDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("schema");var r=this.parseDirectives(true);var i=this.many(lt.BRACE_L,this.parseOperationTypeDefinition,lt.BRACE_R);return{kind:rt.SCHEMA_DEFINITION,description:n,directives:r,operationTypes:i,loc:this.loc(t)}};t.parseOperationTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseOperationType();this.expectToken(lt.COLON);var r=this.parseNamedType();return{kind:rt.OPERATION_TYPE_DEFINITION,operation:n,type:r,loc:this.loc(t)}};t.parseScalarTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("scalar");var r=this.parseName();var i=this.parseDirectives(true);return{kind:rt.SCALAR_TYPE_DEFINITION,description:n,name:r,directives:i,loc:this.loc(t)}};t.parseObjectTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("type");var r=this.parseName();var i=this.parseImplementsInterfaces();var a=this.parseDirectives(true);var o=this.parseFieldsDefinition();return{kind:rt.OBJECT_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:a,fields:o,loc:this.loc(t)}};t.parseImplementsInterfaces=function e(){var t;if(!this.expectOptionalKeyword("implements")){return[]}if(((t=this._options)===null||t===void 0?void 0:t.allowLegacySDLImplementsInterfaces)===true){var n=[];this.expectOptionalToken(lt.AMP);do{n.push(this.parseNamedType())}while(this.expectOptionalToken(lt.AMP)||this.peek(lt.NAME));return n}return this.delimitedMany(lt.AMP,this.parseNamedType)};t.parseFieldsDefinition=function e(){var t;if(((t=this._options)===null||t===void 0?void 0:t.allowLegacySDLEmptyFields)===true&&this.peek(lt.BRACE_L)&&this._lexer.lookahead().kind===lt.BRACE_R){this._lexer.advance();this._lexer.advance();return[]}return this.optionalMany(lt.BRACE_L,this.parseFieldDefinition,lt.BRACE_R)};t.parseFieldDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();var r=this.parseName();var i=this.parseArgumentDefs();this.expectToken(lt.COLON);var a=this.parseTypeReference();var o=this.parseDirectives(true);return{kind:rt.FIELD_DEFINITION,description:n,name:r,arguments:i,type:a,directives:o,loc:this.loc(t)}};t.parseArgumentDefs=function e(){return this.optionalMany(lt.PAREN_L,this.parseInputValueDef,lt.PAREN_R)};t.parseInputValueDef=function e(){var t=this._lexer.token;var n=this.parseDescription();var r=this.parseName();this.expectToken(lt.COLON);var i=this.parseTypeReference();var a;if(this.expectOptionalToken(lt.EQUALS)){a=this.parseValueLiteral(true)}var o=this.parseDirectives(true);return{kind:rt.INPUT_VALUE_DEFINITION,description:n,name:r,type:i,defaultValue:a,directives:o,loc:this.loc(t)}};t.parseInterfaceTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("interface");var r=this.parseName();var i=this.parseImplementsInterfaces();var a=this.parseDirectives(true);var o=this.parseFieldsDefinition();return{kind:rt.INTERFACE_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:a,fields:o,loc:this.loc(t)}};t.parseUnionTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("union");var r=this.parseName();var i=this.parseDirectives(true);var a=this.parseUnionMemberTypes();return{kind:rt.UNION_TYPE_DEFINITION,description:n,name:r,directives:i,types:a,loc:this.loc(t)}};t.parseUnionMemberTypes=function e(){return this.expectOptionalToken(lt.EQUALS)?this.delimitedMany(lt.PIPE,this.parseNamedType):[]};t.parseEnumTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("enum");var r=this.parseName();var i=this.parseDirectives(true);var a=this.parseEnumValuesDefinition();return{kind:rt.ENUM_TYPE_DEFINITION,description:n,name:r,directives:i,values:a,loc:this.loc(t)}};t.parseEnumValuesDefinition=function e(){return this.optionalMany(lt.BRACE_L,this.parseEnumValueDefinition,lt.BRACE_R)};t.parseEnumValueDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();var r=this.parseName();var i=this.parseDirectives(true);return{kind:rt.ENUM_VALUE_DEFINITION,description:n,name:r,directives:i,loc:this.loc(t)}};t.parseInputObjectTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("input");var r=this.parseName();var i=this.parseDirectives(true);var a=this.parseInputFieldsDefinition();return{kind:rt.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:r,directives:i,fields:a,loc:this.loc(t)}};t.parseInputFieldsDefinition=function e(){return this.optionalMany(lt.BRACE_L,this.parseInputValueDef,lt.BRACE_R)};t.parseTypeSystemExtension=function e(){var t=this._lexer.lookahead();if(t.kind===lt.NAME){switch(t.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}}throw this.unexpected(t)};t.parseSchemaExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("schema");var n=this.parseDirectives(true);var r=this.optionalMany(lt.BRACE_L,this.parseOperationTypeDefinition,lt.BRACE_R);if(n.length===0&&r.length===0){throw this.unexpected()}return{kind:rt.SCHEMA_EXTENSION,directives:n,operationTypes:r,loc:this.loc(t)}};t.parseScalarTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("scalar");var n=this.parseName();var r=this.parseDirectives(true);if(r.length===0){throw this.unexpected()}return{kind:rt.SCALAR_TYPE_EXTENSION,name:n,directives:r,loc:this.loc(t)}};t.parseObjectTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("type");var n=this.parseName();var r=this.parseImplementsInterfaces();var i=this.parseDirectives(true);var a=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&a.length===0){throw this.unexpected()}return{kind:rt.OBJECT_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:a,loc:this.loc(t)}};t.parseInterfaceTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("interface");var n=this.parseName();var r=this.parseImplementsInterfaces();var i=this.parseDirectives(true);var a=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&a.length===0){throw this.unexpected()}return{kind:rt.INTERFACE_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:a,loc:this.loc(t)}};t.parseUnionTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("union");var n=this.parseName();var r=this.parseDirectives(true);var i=this.parseUnionMemberTypes();if(r.length===0&&i.length===0){throw this.unexpected()}return{kind:rt.UNION_TYPE_EXTENSION,name:n,directives:r,types:i,loc:this.loc(t)}};t.parseEnumTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("enum");var n=this.parseName();var r=this.parseDirectives(true);var i=this.parseEnumValuesDefinition();if(r.length===0&&i.length===0){throw this.unexpected()}return{kind:rt.ENUM_TYPE_EXTENSION,name:n,directives:r,values:i,loc:this.loc(t)}};t.parseInputObjectTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("input");var n=this.parseName();var r=this.parseDirectives(true);var i=this.parseInputFieldsDefinition();if(r.length===0&&i.length===0){throw this.unexpected()}return{kind:rt.INPUT_OBJECT_TYPE_EXTENSION,name:n,directives:r,fields:i,loc:this.loc(t)}};t.parseDirectiveDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("directive");this.expectToken(lt.AT);var r=this.parseName();var i=this.parseArgumentDefs();var a=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var o=this.parseDirectiveLocations();return{kind:rt.DIRECTIVE_DEFINITION,description:n,name:r,arguments:i,repeatable:a,locations:o,loc:this.loc(t)}};t.parseDirectiveLocations=function e(){return this.delimitedMany(lt.PIPE,this.parseDirectiveLocation)};t.parseDirectiveLocation=function e(){var t=this._lexer.token;var n=this.parseName();if(xt[n.value]!==undefined){return n}throw this.unexpected(t)};t.loc=function e(t){var n;if(((n=this._options)===null||n===void 0?void 0:n.noLocation)!==true){return new st(t,this._lexer.lastToken,this._lexer.source)}};t.peek=function e(t){return this._lexer.token.kind===t};t.expectToken=function e(t){var n=this._lexer.token;if(n.kind===t){this._lexer.advance();return n}throw nt(this._lexer.source,n.start,"Expected ".concat(Yt(t),", found ").concat(Wt(n),"."))};t.expectOptionalToken=function e(t){var n=this._lexer.token;if(n.kind===t){this._lexer.advance();return n}return undefined};t.expectKeyword=function e(t){var n=this._lexer.token;if(n.kind===lt.NAME&&n.value===t){this._lexer.advance()}else{throw nt(this._lexer.source,n.start,'Expected "'.concat(t,'", found ').concat(Wt(n),"."))}};t.expectOptionalKeyword=function e(t){var n=this._lexer.token;if(n.kind===lt.NAME&&n.value===t){this._lexer.advance();return true}return false};t.unexpected=function e(t){var n=t!==null&&t!==void 0?t:this._lexer.token;return nt(this._lexer.source,n.start,"Unexpected ".concat(Wt(n),"."))};t.any=function e(t,n,r){this.expectToken(t);var i=[];while(!this.expectOptionalToken(r)){i.push(n.call(this))}return i};t.optionalMany=function e(t,n,r){if(this.expectOptionalToken(t)){var i=[];do{i.push(n.call(this))}while(!this.expectOptionalToken(r));return i}return[]};t.many=function e(t,n,r){this.expectToken(t);var i=[];do{i.push(n.call(this))}while(!this.expectOptionalToken(r));return i};t.delimitedMany=function e(t,n){this.expectOptionalToken(t);var r=[];do{r.push(n.call(this))}while(this.expectOptionalToken(t));return r};return e}();function Wt(e){var t=e.value;return Yt(e.kind)+(t!=null?' "'.concat(t,'"'):"")}function Yt(e){return Pt(e)?'"'.concat(e,'"'):e}var zt={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]};var Qt=Object.freeze({});function Xt(e,t){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:zt;var r=undefined;var i=Array.isArray(e);var a=[e];var o=-1;var s=[];var u=undefined;var c=undefined;var l=undefined;var f=[];var d=[];var p=e;do{o++;var h=o===a.length;var v=h&&s.length!==0;if(h){c=d.length===0?undefined:f[f.length-1];u=l;l=d.pop();if(v){if(i){u=u.slice()}else{var y={};for(var m=0,b=Object.keys(u);m<b.length;m++){var g=b[m];y[g]=u[g]}u=y}var E=0;for(var w=0;w<s.length;w++){var _=s[w][0];var S=s[w][1];if(i){_-=E}if(i&&S===null){u.splice(_,1);E++}else{u[_]=S}}}o=r.index;a=r.keys;s=r.edits;i=r.inArray;r=r.prev}else{c=l?i?o:a[o]:undefined;u=l?l[c]:p;if(u===null||u===undefined){continue}if(l){f.push(c)}}var I=void 0;if(!Array.isArray(u)){if(!ct(u)){throw new Error("Invalid AST Node: ".concat(ht(u),"."))}var O=Zt(t,u.kind,h);if(O){I=O.call(t,u,c,l,f,d);if(I===Qt){break}if(I===false){if(!h){f.pop();continue}}else if(I!==undefined){s.push([c,I]);if(!h){if(ct(I)){u=I}else{f.pop();continue}}}}}if(I===undefined&&v){s.push([c,u])}if(h){f.pop()}else{var T;r={inArray:i,index:o,keys:a,edits:s,prev:r};i=Array.isArray(u);a=i?u:(T=n[u.kind])!==null&&T!==void 0?T:[];o=-1;s=[];if(l){d.push(l)}l=u}}while(r!==undefined);if(s.length!==0){p=s[s.length-1][1]}return p}function Zt(e,t,n){var r=e[t];if(r){if(!n&&typeof r==="function"){return r}var i=n?r.leave:r.enter;if(typeof i==="function"){return i}}else{var a=n?e.leave:e.enter;if(a){if(typeof a==="function"){return a}var o=a[t];if(typeof o==="function"){return o}}}}function en(e){return Xt(e,{leave:nn})}var tn=80;var nn={Name:function e(t){return t.value},Variable:function e(t){return"$"+t.name},Document:function e(t){return an(t.definitions,"\n\n")+"\n"},OperationDefinition:function e(t){var n=t.operation;var r=t.name;var i=sn("(",an(t.variableDefinitions,", "),")");var a=an(t.directives," ");var o=t.selectionSet;return!r&&!a&&!i&&n==="query"?o:an([n,an([r,i]),a,o]," ")},VariableDefinition:function e(t){var n=t.variable,r=t.type,i=t.defaultValue,a=t.directives;return n+": "+r+sn(" = ",i)+sn(" ",an(a," "))},SelectionSet:function e(t){var n=t.selections;return on(n)},Field:function e(t){var n=t.alias,r=t.name,i=t.arguments,a=t.directives,o=t.selectionSet;var s=sn("",n,": ")+r;var u=s+sn("(",an(i,", "),")");if(u.length>tn){u=s+sn("(\n",un(an(i,"\n")),"\n)")}return an([u,an(a," "),o]," ")},Argument:function e(t){var n=t.name,r=t.value;return n+": "+r},FragmentSpread:function e(t){var n=t.name,r=t.directives;return"..."+n+sn(" ",an(r," "))},InlineFragment:function e(t){var n=t.typeCondition,r=t.directives,i=t.selectionSet;return an(["...",sn("on ",n),an(r," "),i]," ")},FragmentDefinition:function e(t){var n=t.name,r=t.typeCondition,i=t.variableDefinitions,a=t.directives,o=t.selectionSet;return"fragment ".concat(n).concat(sn("(",an(i,", "),")")," ")+"on ".concat(r," ").concat(sn("",an(a," ")," "))+o},IntValue:function e(t){var n=t.value;return n},FloatValue:function e(t){var n=t.value;return n},StringValue:function e(t,n){var r=t.value,i=t.block;return i?Ct(r,n==="description"?"":" "):JSON.stringify(r)},BooleanValue:function e(t){var n=t.value;return n?"true":"false"},NullValue:function e(){return"null"},EnumValue:function e(t){var n=t.value;return n},ListValue:function e(t){var n=t.values;return"["+an(n,", ")+"]"},ObjectValue:function e(t){var n=t.fields;return"{"+an(n,", ")+"}"},ObjectField:function e(t){var n=t.name,r=t.value;return n+": "+r},Directive:function e(t){var n=t.name,r=t.arguments;return"@"+n+sn("(",an(r,", "),")")},NamedType:function e(t){var n=t.name;return n},ListType:function e(t){var n=t.type;return"["+n+"]"},NonNullType:function e(t){var n=t.type;return n+"!"},SchemaDefinition:rn((function(e){var t=e.directives,n=e.operationTypes;return an(["schema",an(t," "),on(n)]," ")})),OperationTypeDefinition:function e(t){var n=t.operation,r=t.type;return n+": "+r},ScalarTypeDefinition:rn((function(e){var t=e.name,n=e.directives;return an(["scalar",t,an(n," ")]," ")})),ObjectTypeDefinition:rn((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return an(["type",t,sn("implements ",an(n," & ")),an(r," "),on(i)]," ")})),FieldDefinition:rn((function(e){var t=e.name,n=e.arguments,r=e.type,i=e.directives;return t+(ln(n)?sn("(\n",un(an(n,"\n")),"\n)"):sn("(",an(n,", "),")"))+": "+r+sn(" ",an(i," "))})),InputValueDefinition:rn((function(e){var t=e.name,n=e.type,r=e.defaultValue,i=e.directives;return an([t+": "+n,sn("= ",r),an(i," ")]," ")})),InterfaceTypeDefinition:rn((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return an(["interface",t,sn("implements ",an(n," & ")),an(r," "),on(i)]," ")})),UnionTypeDefinition:rn((function(e){var t=e.name,n=e.directives,r=e.types;return an(["union",t,an(n," "),r&&r.length!==0?"= "+an(r," | "):""]," ")})),EnumTypeDefinition:rn((function(e){var t=e.name,n=e.directives,r=e.values;return an(["enum",t,an(n," "),on(r)]," ")})),EnumValueDefinition:rn((function(e){var t=e.name,n=e.directives;return an([t,an(n," ")]," ")})),InputObjectTypeDefinition:rn((function(e){var t=e.name,n=e.directives,r=e.fields;return an(["input",t,an(n," "),on(r)]," ")})),DirectiveDefinition:rn((function(e){var t=e.name,n=e.arguments,r=e.repeatable,i=e.locations;return"directive @"+t+(ln(n)?sn("(\n",un(an(n,"\n")),"\n)"):sn("(",an(n,", "),")"))+(r?" repeatable":"")+" on "+an(i," | ")})),SchemaExtension:function e(t){var n=t.directives,r=t.operationTypes;return an(["extend schema",an(n," "),on(r)]," ")},ScalarTypeExtension:function e(t){var n=t.name,r=t.directives;return an(["extend scalar",n,an(r," ")]," ")},ObjectTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return an(["extend type",n,sn("implements ",an(r," & ")),an(i," "),on(a)]," ")},InterfaceTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return an(["extend interface",n,sn("implements ",an(r," & ")),an(i," "),on(a)]," ")},UnionTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.types;return an(["extend union",n,an(r," "),i&&i.length!==0?"= "+an(i," | "):""]," ")},EnumTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.values;return an(["extend enum",n,an(r," "),on(i)]," ")},InputObjectTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.fields;return an(["extend input",n,an(r," "),on(i)]," ")}};function rn(e){return function(t){return an([t.description,e(t)],"\n")}}function an(e){var t;var n=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";return(t=e===null||e===void 0?void 0:e.filter((function(e){return e})).join(n))!==null&&t!==void 0?t:""}function on(e){return sn("{\n",un(an(e,"\n")),"\n}")}function sn(e,t){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:"";return t!=null&&t!==""?e+t+n:""}function un(e){return sn(" ",e.replace(/\n/g,"\n "))}function cn(e){return e.indexOf("\n")!==-1}function ln(e){return e!=null&&e.some(cn)}function fn(e){this.message=e}fn.prototype=new Error,fn.prototype.name="InvalidCharacterError";var dn="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new fn("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,r,i=0,a=0,o="";r=t.charAt(a++);~r&&(n=i%4?64*n+r:r,i++%4)?o+=String.fromCharCode(255&n>>(-2*i&6)):0)r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(r);return o};function pn(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(dn(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return dn(t)}}function hn(e){this.message=e}function vn(e,t){if("string"!=typeof e)throw new hn("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(pn(e.split(".")[n]))}catch(e){throw new hn("Invalid token specified: "+e.message)}}hn.prototype=new Error,hn.prototype.name="InvalidTokenError";function yn(e,t){var n=t&&t.cache?t.cache:Tn;var r=t&&t.serializer?t.serializer:In;var i=t&&t.strategy?t.strategy:wn;return i(e,{cache:n,serializer:r})}function mn(e){return e==null||typeof e==="number"||typeof e==="boolean"}function bn(e,t,n,r){var i=mn(r)?r:n(r);var a=t.get(i);if(typeof a==="undefined"){a=e.call(this,r);t.set(i,a)}return a}function gn(e,t,n){var r=Array.prototype.slice.call(arguments,3);var i=n(r);var a=t.get(i);if(typeof a==="undefined"){a=e.apply(this,r);t.set(i,a)}return a}function En(e,t,n,r,i){return n.bind(t,e,r,i)}function wn(e,t){var n=e.length===1?bn:gn;return En(e,this,n,t.cache.create(),t.serializer)}function _n(e,t){var n=gn;return En(e,this,n,t.cache.create(),t.serializer)}function Sn(e,t){var n=bn;return En(e,this,n,t.cache.create(),t.serializer)}function In(){return JSON.stringify(arguments)}function On(){this.cache=Object.create(null)}On.prototype.has=function(e){return e in this.cache};On.prototype.get=function(e){return this.cache[e]};On.prototype.set=function(e,t){this.cache[e]=t};var Tn={create:function e(){return new On}};var xn=e("s",yn);var An={variadic:_n,monadic:Sn};xn.strategies=An;var Nn=Object.freeze(Object.assign(Object.create(null),xn,{default:xn,strategies:An}));e("m",Nn);var Dn=i((function(e,t){var n=a&&a.__assign||function(){n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return n.apply(this,arguments)};var r=a&&a.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};Object.defineProperty(t,"__esModule",{value:true});t.renameVariables=t.renameVariablesAndTopLevelFields=t.renameVariablesAndTopLevelFieldsOnOpDef=t.renameSelectionSetArguments=t.renameVariableDefinition=t.renameDirectiveArguments=t.renameArgument=t.renameValue=t.defaultRenameFn=void 0;t.defaultRenameFn=function(e,t){return e+"_"+t};function i(e,t){if(e.kind==="Variable"){return n(n({},e),{name:n(n({},e.name),{value:t(e.name.value)})})}else if(e.kind==="ObjectValue"){return n(n({},e),{fields:e.fields.map((function(e){return n(n({},e),{value:i(e.value,t)})}))})}else if(e.kind==="ListValue"){return n(n({},e),{values:e.values.map((function(e){return i(e,t)}))})}return e}t.renameValue=i;function o(e,t){return n(n({},e),{value:i(e.value,t)})}t.renameArgument=o;function s(e,t){var r;return n(n({},e),{arguments:(r=e.arguments)===null||r===void 0?void 0:r.map((function(e){return o(e,t)}))})}t.renameDirectiveArguments=s;function u(e,t){var r;return n(n({},e),{variable:n(n({},e.variable),{name:n(n({},e.variable.name),{value:t(e.variable.name.value)})}),directives:(r=e.directives)===null||r===void 0?void 0:r.map((function(e){return s(e,t)}))})}t.renameVariableDefinition=u;function c(e,t){return n(n({},e),{selections:e.selections.map((function(e){var r,i,a;switch(e.kind){case"Field":return n(n({},e),{arguments:(r=e.arguments)===null||r===void 0?void 0:r.map((function(e){return o(e,t)})),selectionSet:e.selectionSet?c(e.selectionSet,t):undefined});case"FragmentSpread":return n(n({},e),{directives:(i=e.directives)===null||i===void 0?void 0:i.map((function(e){return s(e,t)}))});case"InlineFragment":return n(n({},e),{directives:(a=e.directives)===null||a===void 0?void 0:a.map((function(e){return s(e,t)})),selectionSet:c(e.selectionSet,t)})}}))})}t.renameSelectionSetArguments=c;function l(e,t,r){var i,a;return n(n({},e),{variableDefinitions:(i=e.variableDefinitions)===null||i===void 0?void 0:i.map((function(e){return u(e,t)})),directives:(a=e.directives)===null||a===void 0?void 0:a.map((function(e){return s(e,t)})),selectionSet:c(n(n({},e.selectionSet),{selections:e.selectionSet.selections.map((function(e){var t,i;switch(e.kind){case"Field":return n(n({},e),{alias:n(n({},e.name),{value:r((i=(t=e.alias)===null||t===void 0?void 0:t.value)!==null&&i!==void 0?i:e.name.value)})});default:return e}}))}),t)})}t.renameVariablesAndTopLevelFieldsOnOpDef=l;function f(e,t,i){return n(n({},e),{definitions:r(e.definitions.filter((function(e){return e.kind!=="OperationDefinition"})),e.definitions.filter((function(e){return e.kind==="OperationDefinition"})).map((function(e){return l(e,t,i)})))})}t.renameVariablesAndTopLevelFields=f;function d(e,t){return Object.keys(e).reduce((function(r,i){var a;return n(n({},r),(a={},a[t(i)]=e[i],a))}),{})}t.renameVariables=d}));var Cn=i((function(e,t){var n=a&&a.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(t.hasOwnProperty(n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var r=a&&a.__assign||function(){r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return r.apply(this,arguments)};var i=a&&a.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};Object.defineProperty(t,"__esModule",{value:true});var o={kind:"Document",definitions:[]};var s=function(e){n(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Error);var u=function(){function e(e,t,n){this.operationName=e;this.document=t;this.variables=n}e.prototype.add=function(t,n){var a=this;var o=this.document.definitions.concat(t.definitions).filter((function(e){return e.kind==="OperationDefinition"}));if(!o.length){throw new s("Expected at least one OperationDefinition, but found none.")}o.forEach((function(e){var t,n;var r=o.filter((function(t){return t!==e}));r.forEach((function(t){var n,r;if(t.operation!==e.operation){throw new s("expected all operations to be of the smae type, but "+((n=t.name)===null||n===void 0?void 0:n.value)+" is "+t.operation+" and "+((r=e.name)===null||r===void 0?void 0:r.value)+" is "+e.operation)}}));(t=e.selectionSet.selections)===null||t===void 0?void 0:t.filter((function(e){return e.kind==="Field"})).forEach((function(t){r.forEach((function(n){var r;return(r=n.selectionSet.selections)===null||r===void 0?void 0:r.filter((function(e){return e.kind==="Field"})).forEach((function(r){var i,a,o,u;if((((i=t.alias)===null||i===void 0?void 0:i.value)||t.name.value)===(((a=r.alias)===null||a===void 0?void 0:a.value)||r.name.value)){throw new s("duplicate field definition "+r.name.value+" for oprations "+((o=e.name)===null||o===void 0?void 0:o.value)+" and "+((u=n.name)===null||u===void 0?void 0:u.value))}}))}))}));(n=e.variableDefinitions)===null||n===void 0?void 0:n.forEach((function(t){r.forEach((function(n){var r;return(r=n.variableDefinitions)===null||r===void 0?void 0:r.forEach((function(r){var i,a;if(t.variable.name.value===r.variable.name.value){throw new s("duplicate variable definition "+r.variable.name.value+" for oprations "+((i=e.name)===null||i===void 0?void 0:i.value)+" and "+((a=n.name)===null||a===void 0?void 0:a.value))}}))}))}))}));var u=function(){if(a.variables&&n){return r(r({},a.variables),n)}return n||a.variables}();var c=[{kind:"OperationDefinition",directives:o.flatMap((function(e){return e.directives||[]})),name:{kind:"Name",value:this.operationName},operation:o[0].operation,selectionSet:{kind:"SelectionSet",selections:o.flatMap((function(e){return e.selectionSet.selections}))},variableDefinitions:o.flatMap((function(e){return e.variableDefinitions||[]}))}];var l=new Set;var f=this.document.definitions.concat(t.definitions);for(var d=0,p=f;d<p.length;d++){var h=p[d];if(h.kind==="OperationDefinition"){continue}if(h.kind==="FragmentDefinition"){if(l.has(h.name.value)){continue}l.add(h.name.value)}c=i([h],c)}var v={kind:"Document",definitions:c};return new e(this.operationName,v,u)};e.prototype.addN=function(e,t,n,r){if(n===void 0){n=Dn.defaultRenameFn}if(r===void 0){r=Dn.defaultRenameFn}if(!t.length){return this}return t.reduce((function(t,i,a){var o=Dn.renameVariablesAndTopLevelFields(e,(function(e){return n(e,a)}),(function(e){return r(e,a)}));var s=Dn.renameVariables(i,(function(e){return n(e,a)}));return t.add(o,s)}),this)};return e}();function c(e){return{operationName:e,add:function(e,t){return new u(this.operationName,e,t)},addN:function(e,t,n,r){return new u(this.operationName,o).addN(e,t,n,r)}}}t.default=c}));var kn=o(Cn);var Pn=i((function(e,t){var n=typeof self!=="undefined"?self:a;var r=function(){function e(){this.fetch=false;this.DOMException=n.DOMException}e.prototype=n;return new e}();(function(e){var t=function(t){var n={searchParams:"URLSearchParams"in e,iterable:"Symbol"in e&&"iterator"in Symbol,blob:"FileReader"in e&&"Blob"in e&&function(){try{new Blob;return true}catch(e){return false}}(),formData:"FormData"in e,arrayBuffer:"ArrayBuffer"in e};function r(e){return e&&DataView.prototype.isPrototypeOf(e)}if(n.arrayBuffer){var i=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"];var a=ArrayBuffer.isView||function(e){return e&&i.indexOf(Object.prototype.toString.call(e))>-1}}function o(e){if(typeof e!=="string"){e=String(e)}if(/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(e)){throw new TypeError("Invalid character in header field name")}return e.toLowerCase()}function s(e){if(typeof e!=="string"){e=String(e)}return e}function u(e){var t={next:function(){var t=e.shift();return{done:t===undefined,value:t}}};if(n.iterable){t[Symbol.iterator]=function(){return t}}return t}function c(e){this.map={};if(e instanceof c){e.forEach((function(e,t){this.append(t,e)}),this)}else if(Array.isArray(e)){e.forEach((function(e){this.append(e[0],e[1])}),this)}else if(e){Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}}c.prototype.append=function(e,t){e=o(e);t=s(t);var n=this.map[e];this.map[e]=n?n+", "+t:t};c.prototype["delete"]=function(e){delete this.map[o(e)]};c.prototype.get=function(e){e=o(e);return this.has(e)?this.map[e]:null};c.prototype.has=function(e){return this.map.hasOwnProperty(o(e))};c.prototype.set=function(e,t){this.map[o(e)]=s(t)};c.prototype.forEach=function(e,t){for(var n in this.map){if(this.map.hasOwnProperty(n)){e.call(t,this.map[n],n,this)}}};c.prototype.keys=function(){var e=[];this.forEach((function(t,n){e.push(n)}));return u(e)};c.prototype.values=function(){var e=[];this.forEach((function(t){e.push(t)}));return u(e)};c.prototype.entries=function(){var e=[];this.forEach((function(t,n){e.push([n,t])}));return u(e)};if(n.iterable){c.prototype[Symbol.iterator]=c.prototype.entries}function l(e){if(e.bodyUsed){return Promise.reject(new TypeError("Already read"))}e.bodyUsed=true}function f(e){return new Promise((function(t,n){e.onload=function(){t(e.result)};e.onerror=function(){n(e.error)}}))}function d(e){var t=new FileReader;var n=f(t);t.readAsArrayBuffer(e);return n}function p(e){var t=new FileReader;var n=f(t);t.readAsText(e);return n}function h(e){var t=new Uint8Array(e);var n=new Array(t.length);for(var r=0;r<t.length;r++){n[r]=String.fromCharCode(t[r])}return n.join("")}function v(e){if(e.slice){return e.slice(0)}else{var t=new Uint8Array(e.byteLength);t.set(new Uint8Array(e));return t.buffer}}function y(){this.bodyUsed=false;this._initBody=function(e){this._bodyInit=e;if(!e){this._bodyText=""}else if(typeof e==="string"){this._bodyText=e}else if(n.blob&&Blob.prototype.isPrototypeOf(e)){this._bodyBlob=e}else if(n.formData&&FormData.prototype.isPrototypeOf(e)){this._bodyFormData=e}else if(n.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)){this._bodyText=e.toString()}else if(n.arrayBuffer&&n.blob&&r(e)){this._bodyArrayBuffer=v(e.buffer);this._bodyInit=new Blob([this._bodyArrayBuffer])}else if(n.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(e)||a(e))){this._bodyArrayBuffer=v(e)}else{this._bodyText=e=Object.prototype.toString.call(e)}if(!this.headers.get("content-type")){if(typeof e==="string"){this.headers.set("content-type","text/plain;charset=UTF-8")}else if(this._bodyBlob&&this._bodyBlob.type){this.headers.set("content-type",this._bodyBlob.type)}else if(n.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)){this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8")}}};if(n.blob){this.blob=function(){var e=l(this);if(e){return e}if(this._bodyBlob){return Promise.resolve(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(new Blob([this._bodyArrayBuffer]))}else if(this._bodyFormData){throw new Error("could not read FormData body as blob")}else{return Promise.resolve(new Blob([this._bodyText]))}};this.arrayBuffer=function(){if(this._bodyArrayBuffer){return l(this)||Promise.resolve(this._bodyArrayBuffer)}else{return this.blob().then(d)}}}this.text=function(){var e=l(this);if(e){return e}if(this._bodyBlob){return p(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(h(this._bodyArrayBuffer))}else if(this._bodyFormData){throw new Error("could not read FormData body as text")}else{return Promise.resolve(this._bodyText)}};if(n.formData){this.formData=function(){return this.text().then(E)}}this.json=function(){return this.text().then(JSON.parse)};return this}var m=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function b(e){var t=e.toUpperCase();return m.indexOf(t)>-1?t:e}function g(e,t){t=t||{};var n=t.body;if(e instanceof g){if(e.bodyUsed){throw new TypeError("Already read")}this.url=e.url;this.credentials=e.credentials;if(!t.headers){this.headers=new c(e.headers)}this.method=e.method;this.mode=e.mode;this.signal=e.signal;if(!n&&e._bodyInit!=null){n=e._bodyInit;e.bodyUsed=true}}else{this.url=String(e)}this.credentials=t.credentials||this.credentials||"same-origin";if(t.headers||!this.headers){this.headers=new c(t.headers)}this.method=b(t.method||this.method||"GET");this.mode=t.mode||this.mode||null;this.signal=t.signal||this.signal;this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&n){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(n)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})};function E(e){var t=new FormData;e.trim().split("&").forEach((function(e){if(e){var n=e.split("=");var r=n.shift().replace(/\+/g," ");var i=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(i))}}));return t}function w(e){var t=new c;var n=e.replace(/\r?\n[\t ]+/g," ");n.split(/\r?\n/).forEach((function(e){var n=e.split(":");var r=n.shift().trim();if(r){var i=n.join(":").trim();t.append(r,i)}}));return t}y.call(g.prototype);function _(e,t){if(!t){t={}}this.type="default";this.status=t.status===undefined?200:t.status;this.ok=this.status>=200&&this.status<300;this.statusText="statusText"in t?t.statusText:"OK";this.headers=new c(t.headers);this.url=t.url||"";this._initBody(e)}y.call(_.prototype);_.prototype.clone=function(){return new _(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})};_.error=function(){var e=new _(null,{status:0,statusText:""});e.type="error";return e};var S=[301,302,303,307,308];_.redirect=function(e,t){if(S.indexOf(t)===-1){throw new RangeError("Invalid status code")}return new _(null,{status:t,headers:{location:e}})};t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e;this.name=t;var n=Error(e);this.stack=n.stack};t.DOMException.prototype=Object.create(Error.prototype);t.DOMException.prototype.constructor=t.DOMException}function I(e,r){return new Promise((function(i,a){var o=new g(e,r);if(o.signal&&o.signal.aborted){return a(new t.DOMException("Aborted","AbortError"))}var s=new XMLHttpRequest;function u(){s.abort()}s.onload=function(){var e={status:s.status,statusText:s.statusText,headers:w(s.getAllResponseHeaders()||"")};e.url="responseURL"in s?s.responseURL:e.headers.get("X-Request-URL");var t="response"in s?s.response:s.responseText;i(new _(t,e))};s.onerror=function(){a(new TypeError("Network request failed"))};s.ontimeout=function(){a(new TypeError("Network request failed"))};s.onabort=function(){a(new t.DOMException("Aborted","AbortError"))};s.open(o.method,o.url,true);if(o.credentials==="include"){s.withCredentials=true}else if(o.credentials==="omit"){s.withCredentials=false}if("responseType"in s&&n.blob){s.responseType="blob"}o.headers.forEach((function(e,t){s.setRequestHeader(t,e)}));if(o.signal){o.signal.addEventListener("abort",u);s.onreadystatechange=function(){if(s.readyState===4){o.signal.removeEventListener("abort",u)}}}s.send(typeof o._bodyInit==="undefined"?null:o._bodyInit)}))}I.polyfill=true;if(!e.fetch){e.fetch=I;e.Headers=c;e.Request=g;e.Response=_}t.Headers=c;t.Request=g;t.Response=_;t.fetch=I;Object.defineProperty(t,"__esModule",{value:true});return t}({})})(r);r.fetch.ponyfill=true;delete r.fetch.polyfill;var i=r;t=i.fetch;t.default=i.fetch;t.fetch=i.fetch;t.Headers=i.Headers;t.Request=i.Request;t.Response=i.Response;e.exports=t}));var Fn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=void 0;var n=typeof Symbol==="function"&&typeof Symbol.for==="function"?Symbol.for("nodejs.util.inspect.custom"):undefined;var r=n;t.default=r}));var jn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=s;var n=r(Fn);function r(e){return e&&e.__esModule?e:{default:e}}function i(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){i=function e(t){return typeof t}}else{i=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return i(e)}var a=10;var o=2;function s(e){return u(e,[])}function u(e,t){switch(i(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":if(e===null){return"null"}return c(e,t);default:return String(e)}}function c(e,t){if(t.indexOf(e)!==-1){return"[Circular]"}var n=[].concat(t,[e]);var r=d(e);if(r!==undefined){var i=r.call(e);if(i!==e){return typeof i==="string"?i:u(i,n)}}else if(Array.isArray(e)){return f(e,n)}return l(e,n)}function l(e,t){var n=Object.keys(e);if(n.length===0){return"{}"}if(t.length>o){return"["+p(e)+"]"}var r=n.map((function(n){var r=u(e[n],t);return n+": "+r}));return"{ "+r.join(", ")+" }"}function f(e,t){if(e.length===0){return"[]"}if(t.length>o){return"[Array]"}var n=Math.min(a,e.length);var r=e.length-n;var i=[];for(var s=0;s<n;++s){i.push(u(e[s],t))}if(r===1){i.push("... 1 more item")}else if(r>1){i.push("... ".concat(r," more items"))}return"["+i.join(", ")+"]"}function d(e){var t=e[String(n.default)];if(typeof t==="function"){return t}if(typeof e.inspect==="function"){return e.inspect}}function p(e){var t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if(t==="Object"&&typeof e.constructor==="function"){var n=e.constructor.name;if(typeof n==="string"&&n!==""){return n}}return t}}));var Rn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=n;function n(e,t){var n=Boolean(e);if(!n){throw new Error(t!=null?t:"Unexpected invariant triggered.")}}}));var Mn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=a;var n=i(Rn);var r=i(Fn);function i(e){return e&&e.__esModule?e:{default:e}}function a(e){var t=e.prototype.toJSON;typeof t==="function"||(0,n.default)(0);e.prototype.inspect=t;if(r.default){e.prototype[r.default]=t}}}));var Ln=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.isNode=o;t.Token=t.Location=void 0;var n=r(Mn);function r(e){return e&&e.__esModule?e:{default:e}}var i=function(){function e(e,t,n){this.start=e.start;this.end=t.end;this.startToken=e;this.endToken=t;this.source=n}var t=e.prototype;t.toJSON=function e(){return{start:this.start,end:this.end}};return e}();t.Location=i;(0,n.default)(i);var a=function(){function e(e,t,n,r,i,a,o){this.kind=e;this.start=t;this.end=n;this.line=r;this.column=i;this.value=o;this.prev=a;this.next=null}var t=e.prototype;t.toJSON=function e(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}};return e}();t.Token=a;(0,n.default)(a);function o(e){return e!=null&&typeof e.kind==="string"}}));var qn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.visit=o;t.visitInParallel=s;t.getVisitFn=u;t.BREAK=t.QueryDocumentKeys=void 0;var n=r(jn);function r(e){return e&&e.__esModule?e:{default:e}}var i={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]};t.QueryDocumentKeys=i;var a=Object.freeze({});t.BREAK=a;function o(e,t){var r=arguments.length>2&&arguments[2]!==undefined?arguments[2]:i;var o=undefined;var s=Array.isArray(e);var c=[e];var l=-1;var f=[];var d=undefined;var p=undefined;var h=undefined;var v=[];var y=[];var m=e;do{l++;var b=l===c.length;var g=b&&f.length!==0;if(b){p=y.length===0?undefined:v[v.length-1];d=h;h=y.pop();if(g){if(s){d=d.slice()}else{var E={};for(var w=0,_=Object.keys(d);w<_.length;w++){var S=_[w];E[S]=d[S]}d=E}var I=0;for(var O=0;O<f.length;O++){var T=f[O][0];var x=f[O][1];if(s){T-=I}if(s&&x===null){d.splice(T,1);I++}else{d[T]=x}}}l=o.index;c=o.keys;f=o.edits;s=o.inArray;o=o.prev}else{p=h?s?l:c[l]:undefined;d=h?h[p]:m;if(d===null||d===undefined){continue}if(h){v.push(p)}}var A=void 0;if(!Array.isArray(d)){if(!(0,Ln.isNode)(d)){throw new Error("Invalid AST Node: ".concat((0,n.default)(d),"."))}var N=u(t,d.kind,b);if(N){A=N.call(t,d,p,h,v,y);if(A===a){break}if(A===false){if(!b){v.pop();continue}}else if(A!==undefined){f.push([p,A]);if(!b){if((0,Ln.isNode)(A)){d=A}else{v.pop();continue}}}}}if(A===undefined&&g){f.push([p,d])}if(b){v.pop()}else{var D;o={inArray:s,index:l,keys:c,edits:f,prev:o};s=Array.isArray(d);c=s?d:(D=r[d.kind])!==null&&D!==void 0?D:[];l=-1;f=[];if(h){y.push(h)}h=d}}while(o!==undefined);if(f.length!==0){m=f[f.length-1][1]}return m}function s(e){var t=new Array(e.length);return{enter:function n(r){for(var i=0;i<e.length;i++){if(t[i]==null){var o=u(e[i],r.kind,false);if(o){var s=o.apply(e[i],arguments);if(s===false){t[i]=r}else if(s===a){t[i]=a}else if(s!==undefined){return s}}}}},leave:function n(r){for(var i=0;i<e.length;i++){if(t[i]==null){var o=u(e[i],r.kind,true);if(o){var s=o.apply(e[i],arguments);if(s===a){t[i]=a}else if(s!==undefined&&s!==false){return s}}}else if(t[i]===r){t[i]=null}}}}}function u(e,t,n){var r=e[t];if(r){if(!n&&typeof r==="function"){return r}var i=n?r.leave:r.enter;if(typeof i==="function"){return i}}else{var a=n?e.leave:e.enter;if(a){if(typeof a==="function"){return a}var o=a[t];if(typeof o==="function"){return o}}}}}));var Vn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.dedentBlockStringValue=n;t.getBlockStringIndentation=i;t.printBlockString=a;function n(e){var t=e.split(/\r\n|[\n\r]/g);var n=i(e);if(n!==0){for(var a=1;a<t.length;a++){t[a]=t[a].slice(n)}}var o=0;while(o<t.length&&r(t[o])){++o}var s=t.length;while(s>o&&r(t[s-1])){--s}return t.slice(o,s).join("\n")}function r(e){for(var t=0;t<e.length;++t){if(e[t]!==" "&&e[t]!=="\t"){return false}}return true}function i(e){var t;var n=true;var r=true;var i=0;var a=null;for(var o=0;o<e.length;++o){switch(e.charCodeAt(o)){case 13:if(e.charCodeAt(o+1)===10){++o}case 10:n=false;r=true;i=0;break;case 9:case 32:++i;break;default:if(r&&!n&&(a===null||i<a)){a=i}r=false}}return(t=a)!==null&&t!==void 0?t:0}function a(e){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var r=e.indexOf("\n")===-1;var i=e[0]===" "||e[0]==="\t";var a=e[e.length-1]==='"';var o=e[e.length-1]==="\\";var s=!r||a||o||n;var u="";if(s&&!(r&&i)){u+="\n"+t}u+=t?e.replace(/\n/g,"\n"+t):e;if(s){u+="\n"}return'"""'+u.replace(/"""/g,'\\"""')+'"""'}}));var Bn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.print=n;function n(e){return(0,qn.visit)(e,{leave:i})}var r=80;var i={Name:function e(t){return t.value},Variable:function e(t){return"$"+t.name},Document:function e(t){return o(t.definitions,"\n\n")+"\n"},OperationDefinition:function e(t){var n=t.operation;var r=t.name;var i=u("(",o(t.variableDefinitions,", "),")");var a=o(t.directives," ");var s=t.selectionSet;return!r&&!a&&!i&&n==="query"?s:o([n,o([r,i]),a,s]," ")},VariableDefinition:function e(t){var n=t.variable,r=t.type,i=t.defaultValue,a=t.directives;return n+": "+r+u(" = ",i)+u(" ",o(a," "))},SelectionSet:function e(t){var n=t.selections;return s(n)},Field:function e(t){var n=t.alias,i=t.name,a=t.arguments,s=t.directives,l=t.selectionSet;var f=u("",n,": ")+i;var d=f+u("(",o(a,", "),")");if(d.length>r){d=f+u("(\n",c(o(a,"\n")),"\n)")}return o([d,o(s," "),l]," ")},Argument:function e(t){var n=t.name,r=t.value;return n+": "+r},FragmentSpread:function e(t){var n=t.name,r=t.directives;return"..."+n+u(" ",o(r," "))},InlineFragment:function e(t){var n=t.typeCondition,r=t.directives,i=t.selectionSet;return o(["...",u("on ",n),o(r," "),i]," ")},FragmentDefinition:function e(t){var n=t.name,r=t.typeCondition,i=t.variableDefinitions,a=t.directives,s=t.selectionSet;return"fragment ".concat(n).concat(u("(",o(i,", "),")")," ")+"on ".concat(r," ").concat(u("",o(a," ")," "))+s},IntValue:function e(t){var n=t.value;return n},FloatValue:function e(t){var n=t.value;return n},StringValue:function e(t,n){var r=t.value,i=t.block;return i?(0,Vn.printBlockString)(r,n==="description"?"":" "):JSON.stringify(r)},BooleanValue:function e(t){var n=t.value;return n?"true":"false"},NullValue:function e(){return"null"},EnumValue:function e(t){var n=t.value;return n},ListValue:function e(t){var n=t.values;return"["+o(n,", ")+"]"},ObjectValue:function e(t){var n=t.fields;return"{"+o(n,", ")+"}"},ObjectField:function e(t){var n=t.name,r=t.value;return n+": "+r},Directive:function e(t){var n=t.name,r=t.arguments;return"@"+n+u("(",o(r,", "),")")},NamedType:function e(t){var n=t.name;return n},ListType:function e(t){var n=t.type;return"["+n+"]"},NonNullType:function e(t){var n=t.type;return n+"!"},SchemaDefinition:a((function(e){var t=e.directives,n=e.operationTypes;return o(["schema",o(t," "),s(n)]," ")})),OperationTypeDefinition:function e(t){var n=t.operation,r=t.type;return n+": "+r},ScalarTypeDefinition:a((function(e){var t=e.name,n=e.directives;return o(["scalar",t,o(n," ")]," ")})),ObjectTypeDefinition:a((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return o(["type",t,u("implements ",o(n," & ")),o(r," "),s(i)]," ")})),FieldDefinition:a((function(e){var t=e.name,n=e.arguments,r=e.type,i=e.directives;return t+(f(n)?u("(\n",c(o(n,"\n")),"\n)"):u("(",o(n,", "),")"))+": "+r+u(" ",o(i," "))})),InputValueDefinition:a((function(e){var t=e.name,n=e.type,r=e.defaultValue,i=e.directives;return o([t+": "+n,u("= ",r),o(i," ")]," ")})),InterfaceTypeDefinition:a((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return o(["interface",t,u("implements ",o(n," & ")),o(r," "),s(i)]," ")})),UnionTypeDefinition:a((function(e){var t=e.name,n=e.directives,r=e.types;return o(["union",t,o(n," "),r&&r.length!==0?"= "+o(r," | "):""]," ")})),EnumTypeDefinition:a((function(e){var t=e.name,n=e.directives,r=e.values;return o(["enum",t,o(n," "),s(r)]," ")})),EnumValueDefinition:a((function(e){var t=e.name,n=e.directives;return o([t,o(n," ")]," ")})),InputObjectTypeDefinition:a((function(e){var t=e.name,n=e.directives,r=e.fields;return o(["input",t,o(n," "),s(r)]," ")})),DirectiveDefinition:a((function(e){var t=e.name,n=e.arguments,r=e.repeatable,i=e.locations;return"directive @"+t+(f(n)?u("(\n",c(o(n,"\n")),"\n)"):u("(",o(n,", "),")"))+(r?" repeatable":"")+" on "+o(i," | ")})),SchemaExtension:function e(t){var n=t.directives,r=t.operationTypes;return o(["extend schema",o(n," "),s(r)]," ")},ScalarTypeExtension:function e(t){var n=t.name,r=t.directives;return o(["extend scalar",n,o(r," ")]," ")},ObjectTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return o(["extend type",n,u("implements ",o(r," & ")),o(i," "),s(a)]," ")},InterfaceTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return o(["extend interface",n,u("implements ",o(r," & ")),o(i," "),s(a)]," ")},UnionTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.types;return o(["extend union",n,o(r," "),i&&i.length!==0?"= "+o(i," | "):""]," ")},EnumTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.values;return o(["extend enum",n,o(r," "),s(i)]," ")},InputObjectTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.fields;return o(["extend input",n,o(r," "),s(i)]," ")}};function a(e){return function(t){return o([t.description,e(t)],"\n")}}function o(e){var t;var n=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";return(t=e===null||e===void 0?void 0:e.filter((function(e){return e})).join(n))!==null&&t!==void 0?t:""}function s(e){return u("{\n",c(o(e,"\n")),"\n}")}function u(e,t){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:"";return t!=null&&t!==""?e+t+n:""}function c(e){return u(" ",e.replace(/\n/g,"\n "))}function l(e){return e.indexOf("\n")!==-1}function f(e){return e!=null&&e.some(l)}}));var Un=function e(t){var n=t.uri,r=t.name,i=t.type;this.uri=n;this.name=r;this.type=i};var $n=function e(t){return typeof File!=="undefined"&&t instanceof File||typeof Blob!=="undefined"&&t instanceof Blob||t instanceof Un};var Gn=function e(t,n,r){if(n===void 0){n=""}if(r===void 0){r=$n}var i;var a=new Map;function o(e,t){var n=a.get(t);if(n)n.push.apply(n,e);else a.set(t,e)}if(r(t)){i=null;o([n],t)}else{var s=n?n+".":"";if(typeof FileList!=="undefined"&&t instanceof FileList)i=Array.prototype.map.call(t,(function(e,t){o([""+s+t],e);return null}));else if(Array.isArray(t))i=t.map((function(t,n){var i=e(t,""+s+n,r);i.files.forEach(o);return i.clone}));else if(t&&t.constructor===Object){i={};for(var u in t){var c=e(t[u],""+s+u,r);c.files.forEach(o);i[u]=c.clone}}else i=t}return{clone:i,files:a}};var Jn=Un;var Kn=Gn;var Hn=$n;var Wn={ReactNativeFile:Jn,extractFiles:Kn,isExtractableFile:Hn};var Yn=typeof self=="object"?self.FormData:window.FormData;var zn=i((function(e,t){var n=a&&a.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});var r=n(Yn);var i=function(e){return Wn.isExtractableFile(e)||e!==null&&typeof e==="object"&&typeof e.pipe==="function"};function o(e,t){var n=Wn.extractFiles({query:e,variables:t},"",i),a=n.clone,o=n.files;if(o.size===0){return JSON.stringify(a)}var s=typeof FormData==="undefined"?r.default:FormData;var u=new s;u.append("operations",JSON.stringify(a));var c={};var l=0;o.forEach((function(e){c[++l]=e}));u.append("map",JSON.stringify(c));l=0;o.forEach((function(e,t){u.append(""+ ++l,t)}));return u}t.default=o}));var Qn=i((function(e,t){var n=a&&a.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(t,"__esModule",{value:true});t.ClientError=void 0;var r=function(e){n(t,e);function t(n,r){var i=this;var a=t.extractMessage(n)+": "+JSON.stringify({response:n,request:r});i=e.call(this,a)||this;Object.setPrototypeOf(i,t.prototype);i.response=n;i.request=r;if(typeof Error.captureStackTrace==="function"){Error.captureStackTrace(i,t)}return i}t.extractMessage=function(e){try{return e.errors[0].message}catch(t){return"GraphQL Error (Code: "+e.status+")"}};return t}(Error);t.ClientError=r}));var Xn=e("d",i((function(e,t){var n=a&&a.__assign||function(){n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return n.apply(this,arguments)};var r=a&&a.__createBinding||(Object.create?function(e,t,n,r){if(r===undefined)r=n;Object.defineProperty(e,r,{enumerable:true,get:function(){return t[n]}})}:function(e,t,n,r){if(r===undefined)r=n;e[r]=t[n]});var i=a&&a.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:true,value:t})}:function(e,t){e["default"]=t});var o=a&&a.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n))r(t,e,n);i(t,e);return t};var s=a&&a.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,a){function o(e){try{u(r.next(e))}catch(e){a(e)}}function s(e){try{u(r["throw"](e))}catch(e){a(e)}}function u(e){e.done?n(e.value):i(e.value).then(o,s)}u((r=r.apply(e,t||[])).next())}))};var u=a&&a.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return u([e,t])}}function u(o){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,i&&(a=o[0]&2?i["return"]:o[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,o[1])).done)return a;if(i=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;i=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){n.label=o[1];break}if(o[0]===6&&n.label<a[1]){n.label=a[1];a=o;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(o);break}if(a[2])n.ops.pop();n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e];i=0}finally{r=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};var c=a&&a.__rest||function(e,t){var n={};for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0)n[r]=e[r];if(e!=null&&typeof Object.getOwnPropertySymbols==="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++){if(t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i]))n[r[i]]=e[r[i]]}return n};var l=a&&a.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.gql=t.request=t.rawRequest=t.GraphQLClient=t.ClientError=void 0;var f=o(Pn),d=f;var p=l(zn);var h=Qn;Object.defineProperty(t,"ClientError",{enumerable:true,get:function(){return h.ClientError}});var v=function(e){var t={};if(e){if(typeof Headers!=="undefined"&&e instanceof Headers||e instanceof d.Headers){t=_(e)}else if(Array.isArray(e)){e.forEach((function(e){var n=e[0],r=e[1];t[n]=r}))}else{t=e}}return t};var y=function(){function e(e,t){this.url=e;this.options=t||{}}e.prototype.rawRequest=function(e,t,r){return s(this,void 0,void 0,(function(){var i,a,o,s,l,d,h,y,m,b,E;return u(this,(function(u){switch(u.label){case 0:i=this.options,a=i.headers,o=i.fetch,s=o===void 0?f.default:o,l=c(i,["headers","fetch"]);d=p.default(e,t);return[4,s(this.url,n({method:"POST",headers:n(n(n({},typeof d==="string"?{"Content-Type":"application/json"}:{}),v(a)),v(r)),body:d},l))];case 1:h=u.sent();return[4,g(h)];case 2:y=u.sent();if(h.ok&&!y.errors&&y.data){m=h.headers,b=h.status;return[2,n(n({},y),{headers:m,status:b})]}else{E=typeof y==="string"?{error:y}:y;throw new Qn.ClientError(n(n({},E),{status:h.status,headers:h.headers}),{query:e,variables:t})}}}))}))};e.prototype.request=function(e,t,r){return s(this,void 0,void 0,(function(){var i,a,o,s,l,d,h,y,m,b;return u(this,(function(u){switch(u.label){case 0:i=this.options,a=i.headers,o=i.fetch,s=o===void 0?f.default:o,l=c(i,["headers","fetch"]);d=E(e);h=p.default(d,t);return[4,s(this.url,n({method:"POST",headers:n(n(n({},typeof h==="string"?{"Content-Type":"application/json"}:{}),v(a)),v(r)),body:h},l))];case 1:y=u.sent();return[4,g(y)];case 2:m=u.sent();if(y.ok&&!m.errors&&m.data){return[2,m.data]}else{b=typeof m==="string"?{error:m}:m;throw new Qn.ClientError(n(n({},b),{status:y.status}),{query:d,variables:t})}}}))}))};e.prototype.setHeaders=function(e){this.options.headers=e;return this};e.prototype.setHeader=function(e,t){var n;var r=this.options.headers;if(r){r[e]=t}else{this.options.headers=(n={},n[e]=t,n)}return this};return e}();t.GraphQLClient=y;function m(e,t,n){return s(this,void 0,void 0,(function(){var r;return u(this,(function(i){r=new y(e);return[2,r.rawRequest(t,n)]}))}))}t.rawRequest=m;function b(e,t,n){return s(this,void 0,void 0,(function(){var r;return u(this,(function(i){r=new y(e);return[2,r.request(t,n)]}))}))}t.request=b;t.default=b;function g(e){var t=e.headers.get("Content-Type");if(t&&t.startsWith("application/json")){return e.json()}else{return e.text()}}function E(e){if(typeof e==="string")return e;return Bn.print(e)}function w(e){var t=[];for(var n=1;n<arguments.length;n++){t[n-1]=arguments[n]}return e.reduce((function(e,n,r){return""+e+n+(r in t?t[r]:"")}),"")}t.gql=w;function _(e){var t={};e.forEach((function(e,n){t[n]=e}));return t}})));var Zn=function(e){if(e===void 0){e=21}var t="";var n=crypto.getRandomValues(new Uint8Array(e));while(e--){var r=n[e]&63;if(r<36){t+=r.toString(36)}else if(r<62){t+=(r-26).toString(36).toUpperCase()}else if(r<63){t+="_"}else{t+="-"}}return t};function er(e){return typeof e==="function"}var tr=false;var nr={Promise:undefined,set useDeprecatedSynchronousErrorHandling(e){if(e){var t=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+t.stack)}else if(tr){console.log("RxJS: Back to a better error behavior. Thank you. <3")}tr=e},get useDeprecatedSynchronousErrorHandling(){return tr}};function rr(e){setTimeout((function(){throw e}),0)}var ir={closed:true,next:function(e){},error:function(e){if(nr.useDeprecatedSynchronousErrorHandling){throw e}else{rr(e)}},complete:function(){}};var ar=function(){return Array.isArray||function(e){return e&&typeof e.length==="number"}}();function or(e){return e!==null&&typeof e==="object"}var sr=function(){function e(e){Error.call(this);this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"";this.name="UnsubscriptionError";this.errors=e;return this}e.prototype=Object.create(Error.prototype);return e}();var ur=sr;var cr=function(){function e(e){this.closed=false;this._parentOrParents=null;this._subscriptions=null;if(e){this._ctorUnsubscribe=true;this._unsubscribe=e}}e.prototype.unsubscribe=function(){var t;if(this.closed){return}var n=this,r=n._parentOrParents,i=n._ctorUnsubscribe,a=n._unsubscribe,o=n._subscriptions;this.closed=true;this._parentOrParents=null;this._subscriptions=null;if(r instanceof e){r.remove(this)}else if(r!==null){for(var s=0;s<r.length;++s){var u=r[s];u.remove(this)}}if(er(a)){if(i){this._unsubscribe=undefined}try{a.call(this)}catch(e){t=e instanceof ur?lr(e.errors):[e]}}if(ar(o)){var s=-1;var c=o.length;while(++s<c){var l=o[s];if(or(l)){try{l.unsubscribe()}catch(e){t=t||[];if(e instanceof ur){t=t.concat(lr(e.errors))}else{t.push(e)}}}}}if(t){throw new ur(t)}};e.prototype.add=function(t){var n=t;if(!t){return e.EMPTY}switch(typeof t){case"function":n=new e(t);case"object":if(n===this||n.closed||typeof n.unsubscribe!=="function"){return n}else if(this.closed){n.unsubscribe();return n}else if(!(n instanceof e)){var r=n;n=new e;n._subscriptions=[r]}break;default:{throw new Error("unrecognized teardown "+t+" added to Subscription.")}}var i=n._parentOrParents;if(i===null){n._parentOrParents=this}else if(i instanceof e){if(i===this){return n}n._parentOrParents=[i,this]}else if(i.indexOf(this)===-1){i.push(this)}else{return n}var a=this._subscriptions;if(a===null){this._subscriptions=[n]}else{a.push(n)}return n};e.prototype.remove=function(e){var t=this._subscriptions;if(t){var n=t.indexOf(e);if(n!==-1){t.splice(n,1)}}};return e}();cr.EMPTY=function(e){e.closed=true;return e}(new cr);function lr(e){return e.reduce((function(e,t){return e.concat(t instanceof ur?t.errors:t)}),[])}var fr=function(){return typeof Symbol==="function"?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random()}();var dr=function(e){__extends(t,e);function t(n,r,i){var a=e.call(this)||this;a.syncErrorValue=null;a.syncErrorThrown=false;a.syncErrorThrowable=false;a.isStopped=false;switch(arguments.length){case 0:a.destination=ir;break;case 1:if(!n){a.destination=ir;break}if(typeof n==="object"){if(n instanceof t){a.syncErrorThrowable=n.syncErrorThrowable;a.destination=n;n.add(a)}else{a.syncErrorThrowable=true;a.destination=new pr(a,n)}break}default:a.syncErrorThrowable=true;a.destination=new pr(a,n,r,i);break}return a}t.prototype[fr]=function(){return this};t.create=function(e,n,r){var i=new t(e,n,r);i.syncErrorThrowable=false;return i};t.prototype.next=function(e){if(!this.isStopped){this._next(e)}};t.prototype.error=function(e){if(!this.isStopped){this.isStopped=true;this._error(e)}};t.prototype.complete=function(){if(!this.isStopped){this.isStopped=true;this._complete()}};t.prototype.unsubscribe=function(){if(this.closed){return}this.isStopped=true;e.prototype.unsubscribe.call(this)};t.prototype._next=function(e){this.destination.next(e)};t.prototype._error=function(e){this.destination.error(e);this.unsubscribe()};t.prototype._complete=function(){this.destination.complete();this.unsubscribe()};t.prototype._unsubscribeAndRecycle=function(){var e=this._parentOrParents;this._parentOrParents=null;this.unsubscribe();this.closed=false;this.isStopped=false;this._parentOrParents=e;return this};return t}(cr);var pr=function(e){__extends(t,e);function t(t,n,r,i){var a=e.call(this)||this;a._parentSubscriber=t;var o;var s=a;if(er(n)){o=n}else if(n){o=n.next;r=n.error;i=n.complete;if(n!==ir){s=Object.create(n);if(er(s.unsubscribe)){a.add(s.unsubscribe.bind(s))}s.unsubscribe=a.unsubscribe.bind(a)}}a._context=s;a._next=o;a._error=r;a._complete=i;return a}t.prototype.next=function(e){if(!this.isStopped&&this._next){var t=this._parentSubscriber;if(!nr.useDeprecatedSynchronousErrorHandling||!t.syncErrorThrowable){this.__tryOrUnsub(this._next,e)}else if(this.__tryOrSetError(t,this._next,e)){this.unsubscribe()}}};t.prototype.error=function(e){if(!this.isStopped){var t=this._parentSubscriber;var n=nr.useDeprecatedSynchronousErrorHandling;if(this._error){if(!n||!t.syncErrorThrowable){this.__tryOrUnsub(this._error,e);this.unsubscribe()}else{this.__tryOrSetError(t,this._error,e);this.unsubscribe()}}else if(!t.syncErrorThrowable){this.unsubscribe();if(n){throw e}rr(e)}else{if(n){t.syncErrorValue=e;t.syncErrorThrown=true}else{rr(e)}this.unsubscribe()}}};t.prototype.complete=function(){var e=this;if(!this.isStopped){var t=this._parentSubscriber;if(this._complete){var n=function(){return e._complete.call(e._context)};if(!nr.useDeprecatedSynchronousErrorHandling||!t.syncErrorThrowable){this.__tryOrUnsub(n);this.unsubscribe()}else{this.__tryOrSetError(t,n);this.unsubscribe()}}else{this.unsubscribe()}}};t.prototype.__tryOrUnsub=function(e,t){try{e.call(this._context,t)}catch(e){this.unsubscribe();if(nr.useDeprecatedSynchronousErrorHandling){throw e}else{rr(e)}}};t.prototype.__tryOrSetError=function(e,t,n){if(!nr.useDeprecatedSynchronousErrorHandling){throw new Error("bad call")}try{t.call(this._context,n)}catch(t){if(nr.useDeprecatedSynchronousErrorHandling){e.syncErrorValue=t;e.syncErrorThrown=true;return true}else{rr(t);return true}}return false};t.prototype._unsubscribe=function(){var e=this._parentSubscriber;this._context=null;this._parentSubscriber=null;e.unsubscribe()};return t}(dr);function hr(e){while(e){var t=e.closed,n=e.destination,r=e.isStopped;if(t||r){return false}else if(n&&n instanceof dr){e=n}else{e=null}}return true}function vr(e,t,n){if(e){if(e instanceof dr){return e}if(e[fr]){return e[fr]()}}if(!e&&!t&&!n){return new dr(ir)}return new dr(e,t,n)}var yr=function(){return typeof Symbol==="function"&&Symbol.observable||"@@observable"}();function mr(e){return e}function br(e){if(e.length===0){return mr}if(e.length===1){return e[0]}return function t(n){return e.reduce((function(e,t){return t(e)}),n)}}var gr=function(){function e(e){this._isScalar=false;if(e){this._subscribe=e}}e.prototype.lift=function(t){var n=new e;n.source=this;n.operator=t;return n};e.prototype.subscribe=function(e,t,n){var r=this.operator;var i=vr(e,t,n);if(r){i.add(r.call(i,this.source))}else{i.add(this.source||nr.useDeprecatedSynchronousErrorHandling&&!i.syncErrorThrowable?this._subscribe(i):this._trySubscribe(i))}if(nr.useDeprecatedSynchronousErrorHandling){if(i.syncErrorThrowable){i.syncErrorThrowable=false;if(i.syncErrorThrown){throw i.syncErrorValue}}}return i};e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){if(nr.useDeprecatedSynchronousErrorHandling){e.syncErrorThrown=true;e.syncErrorValue=t}if(hr(e)){e.error(t)}else{console.warn(t)}}};e.prototype.forEach=function(e,t){var n=this;t=Er(t);return new t((function(t,r){var i;i=n.subscribe((function(t){try{e(t)}catch(e){r(e);if(i){i.unsubscribe()}}}),r,t)}))};e.prototype._subscribe=function(e){var t=this.source;return t&&t.subscribe(e)};e.prototype[yr]=function(){return this};e.prototype.pipe=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}if(e.length===0){return this}return br(e)(this)};e.prototype.toPromise=function(e){var t=this;e=Er(e);return new e((function(e,n){var r;t.subscribe((function(e){return r=e}),(function(e){return n(e)}),(function(){return e(r)}))}))};return e}();gr.create=function(e){return new gr(e)};function Er(e){if(!e){e=Promise}if(!e){throw new Error("no Promise impl found")}return e}var wr=function(){function e(){Error.call(this);this.message="object unsubscribed";this.name="ObjectUnsubscribedError";return this}e.prototype=Object.create(Error.prototype);return e}();var _r=wr;var Sr=function(e){__extends(t,e);function t(t,n){var r=e.call(this)||this;r.subject=t;r.subscriber=n;r.closed=false;return r}t.prototype.unsubscribe=function(){if(this.closed){return}this.closed=true;var e=this.subject;var t=e.observers;this.subject=null;if(!t||t.length===0||e.isStopped||e.closed){return}var n=t.indexOf(this.subscriber);if(n!==-1){t.splice(n,1)}};return t}(cr);var Ir=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.destination=t;return n}return t}(dr);var Or=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.observers=[];t.closed=false;t.isStopped=false;t.hasError=false;t.thrownError=null;return t}t.prototype[fr]=function(){return new Ir(this)};t.prototype.lift=function(e){var t=new Tr(this,this);t.operator=e;return t};t.prototype.next=function(e){if(this.closed){throw new _r}if(!this.isStopped){var t=this.observers;var n=t.length;var r=t.slice();for(var i=0;i<n;i++){r[i].next(e)}}};t.prototype.error=function(e){if(this.closed){throw new _r}this.hasError=true;this.thrownError=e;this.isStopped=true;var t=this.observers;var n=t.length;var r=t.slice();for(var i=0;i<n;i++){r[i].error(e)}this.observers.length=0};t.prototype.complete=function(){if(this.closed){throw new _r}this.isStopped=true;var e=this.observers;var t=e.length;var n=e.slice();for(var r=0;r<t;r++){n[r].complete()}this.observers.length=0};t.prototype.unsubscribe=function(){this.isStopped=true;this.closed=true;this.observers=null};t.prototype._trySubscribe=function(t){if(this.closed){throw new _r}else{return e.prototype._trySubscribe.call(this,t)}};t.prototype._subscribe=function(e){if(this.closed){throw new _r}else if(this.hasError){e.error(this.thrownError);return cr.EMPTY}else if(this.isStopped){e.complete();return cr.EMPTY}else{this.observers.push(e);return new Sr(this,e)}};t.prototype.asObservable=function(){var e=new gr;e.source=this;return e};return t}(gr);Or.create=function(e,t){return new Tr(e,t)};var Tr=function(e){__extends(t,e);function t(t,n){var r=e.call(this)||this;r.destination=t;r.source=n;return r}t.prototype.next=function(e){var t=this.destination;if(t&&t.next){t.next(e)}};t.prototype.error=function(e){var t=this.destination;if(t&&t.error){this.destination.error(e)}};t.prototype.complete=function(){var e=this.destination;if(e&&e.complete){this.destination.complete()}};t.prototype._subscribe=function(e){var t=this.source;if(t){return this.source.subscribe(e)}else{return cr.EMPTY}};return t}(Or);var xr=function(e){__extends(t,e);function t(t,n){return e.call(this)||this}t.prototype.schedule=function(e,t){if(t===void 0){t=0}return this};return t}(cr);var Ar=function(e){__extends(t,e);function t(t,n){var r=e.call(this,t,n)||this;r.scheduler=t;r.work=n;r.pending=false;return r}t.prototype.schedule=function(e,t){if(t===void 0){t=0}if(this.closed){return this}this.state=e;var n=this.id;var r=this.scheduler;if(n!=null){this.id=this.recycleAsyncId(r,n,t)}this.pending=true;this.delay=t;this.id=this.id||this.requestAsyncId(r,this.id,t);return this};t.prototype.requestAsyncId=function(e,t,n){if(n===void 0){n=0}return setInterval(e.flush.bind(e,this),n)};t.prototype.recycleAsyncId=function(e,t,n){if(n===void 0){n=0}if(n!==null&&this.delay===n&&this.pending===false){return t}clearInterval(t);return undefined};t.prototype.execute=function(e,t){if(this.closed){return new Error("executing a cancelled action")}this.pending=false;var n=this._execute(e,t);if(n){return n}else if(this.pending===false&&this.id!=null){this.id=this.recycleAsyncId(this.scheduler,this.id,null)}};t.prototype._execute=function(e,t){var n=false;var r=undefined;try{this.work(e)}catch(e){n=true;r=!!e&&e||new Error(e)}if(n){this.unsubscribe();return r}};t.prototype._unsubscribe=function(){var e=this.id;var t=this.scheduler;var n=t.actions;var r=n.indexOf(this);this.work=null;this.state=null;this.pending=false;this.scheduler=null;if(r!==-1){n.splice(r,1)}if(e!=null){this.id=this.recycleAsyncId(t,e,null)}this.delay=null};return t}(xr);var Nr=function(){function e(t,n){if(n===void 0){n=e.now}this.SchedulerAction=t;this.now=n}e.prototype.schedule=function(e,t,n){if(t===void 0){t=0}return new this.SchedulerAction(this,e).schedule(n,t)};return e}();Nr.now=function(){return Date.now()};var Dr=function(e){__extends(t,e);function t(n,r){if(r===void 0){r=Nr.now}var i=e.call(this,n,(function(){if(t.delegate&&t.delegate!==i){return t.delegate.now()}else{return r()}}))||this;i.actions=[];i.active=false;i.scheduled=undefined;return i}t.prototype.schedule=function(n,r,i){if(r===void 0){r=0}if(t.delegate&&t.delegate!==this){return t.delegate.schedule(n,r,i)}else{return e.prototype.schedule.call(this,n,r,i)}};t.prototype.flush=function(e){var t=this.actions;if(this.active){t.push(e);return}var n;this.active=true;do{if(n=e.execute(e.state,e.delay)){break}}while(e=t.shift());this.active=false;if(n){while(e=t.shift()){e.unsubscribe()}throw n}};return t}(Nr);function Cr(e){return e&&typeof e.schedule==="function"}var kr=new Dr(Ar);var Pr=kr;function Fr(e){var t=arguments.length;var n=Pr;if(Cr(arguments[arguments.length-1])){n=arguments[arguments.length-1];t--}var r=null;if(t>=2){r=arguments[1]}var i=Number.POSITIVE_INFINITY;if(t>=3){i=arguments[2]}return function t(a){return a.lift(new jr(e,r,i,n))}}var jr=function(){function e(e,t,n,r){this.bufferTimeSpan=e;this.bufferCreationInterval=t;this.maxBufferSize=n;this.scheduler=r}e.prototype.call=function(e,t){return t.subscribe(new Mr(e,this.bufferTimeSpan,this.bufferCreationInterval,this.maxBufferSize,this.scheduler))};return e}();var Rr=function(){function e(){this.buffer=[]}return e}();var Mr=function(e){__extends(t,e);function t(t,n,r,i,a){var o=e.call(this,t)||this;o.bufferTimeSpan=n;o.bufferCreationInterval=r;o.maxBufferSize=i;o.scheduler=a;o.contexts=[];var s=o.openContext();o.timespanOnly=r==null||r<0;if(o.timespanOnly){var u={subscriber:o,context:s,bufferTimeSpan:n};o.add(s.closeAction=a.schedule(Lr,n,u))}else{var c={subscriber:o,context:s};var l={bufferTimeSpan:n,bufferCreationInterval:r,subscriber:o,scheduler:a};o.add(s.closeAction=a.schedule(Vr,n,c));o.add(a.schedule(qr,r,l))}return o}t.prototype._next=function(e){var t=this.contexts;var n=t.length;var r;for(var i=0;i<n;i++){var a=t[i];var o=a.buffer;o.push(e);if(o.length==this.maxBufferSize){r=a}}if(r){this.onBufferFull(r)}};t.prototype._error=function(t){this.contexts.length=0;e.prototype._error.call(this,t)};t.prototype._complete=function(){var t=this,n=t.contexts,r=t.destination;while(n.length>0){var i=n.shift();r.next(i.buffer)}e.prototype._complete.call(this)};t.prototype._unsubscribe=function(){this.contexts=null};t.prototype.onBufferFull=function(e){this.closeContext(e);var t=e.closeAction;t.unsubscribe();this.remove(t);if(!this.closed&&this.timespanOnly){e=this.openContext();var n=this.bufferTimeSpan;var r={subscriber:this,context:e,bufferTimeSpan:n};this.add(e.closeAction=this.scheduler.schedule(Lr,n,r))}};t.prototype.openContext=function(){var e=new Rr;this.contexts.push(e);return e};t.prototype.closeContext=function(e){this.destination.next(e.buffer);var t=this.contexts;var n=t?t.indexOf(e):-1;if(n>=0){t.splice(t.indexOf(e),1)}};return t}(dr);function Lr(e){var t=e.subscriber;var n=e.context;if(n){t.closeContext(n)}if(!t.closed){e.context=t.openContext();e.context.closeAction=this.schedule(e,e.bufferTimeSpan)}}function qr(e){var t=e.bufferCreationInterval,n=e.bufferTimeSpan,r=e.subscriber,i=e.scheduler;var a=r.openContext();var o=this;if(!r.closed){r.add(a.closeAction=i.schedule(Vr,n,{subscriber:r,context:a}));o.schedule(e,t)}}function Vr(e){var t=e.subscriber,n=e.context;t.closeContext(n)}var Br=i((function(e,t){(function(e,n){n(t)})(a,(function(e){var t=Object.getOwnPropertyNames,n=Object.getOwnPropertySymbols;var r=Object.prototype.hasOwnProperty;function i(e,t){return function n(r,i,a){return e(r,i,a)&&t(r,i,a)}}function a(e){return function t(n,r,i){if(!n||!r||typeof n!=="object"||typeof r!=="object"){return e(n,r,i)}var a=i.cache;var o=a.get(n);var s=a.get(r);if(o&&s){return o===r&&s===n}a.set(n,r);a.set(r,n);var u=e(n,r,i);a.delete(n);a.delete(r);return u}}function o(e){return t(e).concat(n(e))}var s=Object.hasOwn||function(e,t){return r.call(e,t)};function u(e,t){return e||t?e===t:e===t||e!==e&&t!==t}var c="_owner";var l=Object.getOwnPropertyDescriptor,f=Object.keys;function d(e,t,n){var r=e.length;if(t.length!==r){return false}while(r-- >0){if(!n.equals(e[r],t[r],r,r,e,t,n)){return false}}return true}function p(e,t){return u(e.getTime(),t.getTime())}function h(e,t,n){if(e.size!==t.size){return false}var r={};var i=e.entries();var a=0;var o;var s;while(o=i.next()){if(o.done){break}var u=t.entries();var c=false;var l=0;while(s=u.next()){if(s.done){break}var f=o.value,d=f[0],p=f[1];var h=s.value,v=h[0],y=h[1];if(!c&&!r[l]&&(c=n.equals(d,v,a,l,e,t,n)&&n.equals(p,y,d,v,e,t,n))){r[l]=true}l++}if(!c){return false}a++}return true}function v(e,t,n){var r=f(e);var i=r.length;if(f(t).length!==i){return false}var a;while(i-- >0){a=r[i];if(a===c&&(e.$$typeof||t.$$typeof)&&e.$$typeof!==t.$$typeof){return false}if(!s(t,a)||!n.equals(e[a],t[a],a,a,e,t,n)){return false}}return true}function y(e,t,n){var r=o(e);var i=r.length;if(o(t).length!==i){return false}var a;var u;var f;while(i-- >0){a=r[i];if(a===c&&(e.$$typeof||t.$$typeof)&&e.$$typeof!==t.$$typeof){return false}if(!s(t,a)){return false}if(!n.equals(e[a],t[a],a,a,e,t,n)){return false}u=l(e,a);f=l(t,a);if((u||f)&&(!u||!f||u.configurable!==f.configurable||u.enumerable!==f.enumerable||u.writable!==f.writable)){return false}}return true}function m(e,t){return u(e.valueOf(),t.valueOf())}function b(e,t){return e.source===t.source&&e.flags===t.flags}function g(e,t,n){if(e.size!==t.size){return false}var r={};var i=e.values();var a;var o;while(a=i.next()){if(a.done){break}var s=t.values();var u=false;var c=0;while(o=s.next()){if(o.done){break}if(!u&&!r[c]&&(u=n.equals(a.value,o.value,a.value,o.value,e,t,n))){r[c]=true}c++}if(!u){return false}}return true}function E(e,t){var n=e.length;if(t.length!==n){return false}while(n-- >0){if(e[n]!==t[n]){return false}}return true}var w="[object Arguments]";var _="[object Boolean]";var S="[object Date]";var I="[object Map]";var O="[object Number]";var T="[object Object]";var x="[object RegExp]";var A="[object Set]";var N="[object String]";var D=Array.isArray;var C=typeof ArrayBuffer==="function"&&ArrayBuffer.isView?ArrayBuffer.isView:null;var k=Object.assign;var P=Object.prototype.toString.call.bind(Object.prototype.toString);function F(e){var t=e.areArraysEqual,n=e.areDatesEqual,r=e.areMapsEqual,i=e.areObjectsEqual,a=e.arePrimitiveWrappersEqual,o=e.areRegExpsEqual,s=e.areSetsEqual,u=e.areTypedArraysEqual;return function e(c,l,f){if(c===l){return true}if(c==null||l==null||typeof c!=="object"||typeof l!=="object"){return c!==c&&l!==l}var d=c.constructor;if(d!==l.constructor){return false}if(d===Object){return i(c,l,f)}if(D(c)){return t(c,l,f)}if(C!=null&&C(c)){return u(c,l,f)}if(d===Date){return n(c,l,f)}if(d===RegExp){return o(c,l,f)}if(d===Map){return r(c,l,f)}if(d===Set){return s(c,l,f)}var p=P(c);if(p===S){return n(c,l,f)}if(p===x){return o(c,l,f)}if(p===I){return r(c,l,f)}if(p===A){return s(c,l,f)}if(p===T){return typeof c.then!=="function"&&typeof l.then!=="function"&&i(c,l,f)}if(p===w){return i(c,l,f)}if(p===_||p===O||p===N){return a(c,l,f)}return false}}function j(e){var t=e.circular,n=e.createCustomConfig,r=e.strict;var o={areArraysEqual:r?y:d,areDatesEqual:p,areMapsEqual:r?i(h,y):h,areObjectsEqual:r?y:v,arePrimitiveWrappersEqual:m,areRegExpsEqual:b,areSetsEqual:r?i(g,y):g,areTypedArraysEqual:r?y:E};if(n){o=k({},o,n(o))}if(t){var s=a(o.areArraysEqual);var u=a(o.areMapsEqual);var c=a(o.areObjectsEqual);var l=a(o.areSetsEqual);o=k({},o,{areArraysEqual:s,areMapsEqual:u,areObjectsEqual:c,areSetsEqual:l})}return o}function R(e){return function(t,n,r,i,a,o,s){return e(t,n,s)}}function M(e){var t=e.circular,n=e.comparator,r=e.createState,i=e.equals,a=e.strict;if(r){return function e(o,s){var u=r(),c=u.cache,l=c===void 0?t?new WeakMap:undefined:c,f=u.meta;return n(o,s,{cache:l,equals:i,meta:f,strict:a})}}if(t){return function e(t,r){return n(t,r,{cache:new WeakMap,equals:i,meta:undefined,strict:a})}}var o={cache:undefined,equals:i,meta:undefined,strict:a};return function e(t,r){return n(t,r,o)}}var L=K();var q=K({strict:true});var V=K({circular:true});var B=K({circular:true,strict:true});var U=K({createInternalComparator:function(){return u}});var $=K({strict:true,createInternalComparator:function(){return u}});var G=K({circular:true,createInternalComparator:function(){return u}});var J=K({circular:true,createInternalComparator:function(){return u},strict:true});function K(e){if(e===void 0){e={}}var t=e.circular,n=t===void 0?false:t,r=e.createInternalComparator,i=e.createState,a=e.strict,o=a===void 0?false:a;var s=j(e);var u=F(s);var c=r?r(u):R(u);return M({circular:n,comparator:u,createState:i,equals:c,strict:o})}e.circularDeepEqual=V;e.circularShallowEqual=G;e.createCustomEqual=K;e.deepEqual=L;e.sameValueZeroEqual=u;e.shallowEqual=U;e.strictCircularDeepEqual=B;e.strictCircularShallowEqual=J;e.strictDeepEqual=q;e.strictShallowEqual=$}))}));var Ur={current:void 0};function $r(){if(void 0===Ur.current)throw new Error("no implementation of useHost provided");return Ur.current()}function Gr(e){if(!e)throw new Error("Must supply an implementation");if("function"!=typeof e)throw new Error("implementation must be a function");Ur.current=e}function Jr(){de();var e=$r();return u(e,$)}function Kr(){Ne();var e=$r();return u(e,G)}function Hr(){var e;return null==(e=Wr())?void 0:e.jwt}function Wr(){we();var e=$r(),t=u(e,U),n=Ie(null==t?void 0:t.jwt);if(W()||!t||n)return t;Te(void 0)}var Yr=e("a",z),zr=X,Qr=e("B",Z);function Xr(){return(Xr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Zr(e,t){return(Zr=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ei(e,t){return t||(t=e.slice(0)),e.raw=t,e}function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ni(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return ti(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ti(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}var ri=function(){return(ri=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},ii=new Map,ai=new Map,oi=!0,si=!1;function ui(e){return e.replace(/[\s,]+/g," ").trim()}function ci(e){var t,n,r,i=ui(e);if(!ii.has(i)){var a=Kt(e,{experimentalFragmentVariables:si});if(!a||"Document"!==a.kind)throw new Error("Not a valid GraphQL document.");ii.set(i,function(e){var t=new Set(e.definitions);t.forEach((function(e){e.loc&&delete e.loc,Object.keys(e).forEach((function(n){var r=e[n];r&&"object"==typeof r&&t.add(r)}))}));var n=e.loc;return n&&(delete n.startToken,delete n.endToken),e}((t=a,n=new Set,r=[],t.definitions.forEach((function(e){if("FragmentDefinition"===e.kind){var t=e.name.value,i=ui((o=e.loc).source.body.substring(o.start,o.end)),a=ai.get(t);a&&!a.has(i)?oi&&console.warn("Warning: fragment with name "+t+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):a||ai.set(t,a=new Set),a.add(i),n.has(i)||(n.add(i),r.push(e))}else r.push(e);var o})),ri(ri({},t),{definitions:r}))))}return ii.get(i)}function li(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];"string"==typeof e&&(e=[e]);var r=e[0];return t.forEach((function(t,n){r+=t&&"Document"===t.kind?t.loc.source.body:t,r+=e[n+1]})),ci(r)}var fi,di=li;(fi=li||(li={})).gql=di,fi.resetCaches=function(){ii.clear(),ai.clear()},fi.disableFragmentWarnings=function(){oi=!1},fi.enableExperimentalFragmentVariables=function(){si=!0},fi.disableExperimentalFragmentVariables=function(){si=!1},li.default=li;var pi=li;function hi(e,t){try{var n=e()}catch(e){return t(e)}return n&&n.then?n.then(void 0,t):n}var vi=function(e){var t,n;function r(t,n){var r;(r=e.call(this,t,n)||this).subject=new Or;var i=new Or;return r.subject.pipe(Fr(200,void 0,10)).subscribe((function(e){try{if(!e.length)return Promise.resolve();for(var t,n=gi(e),a=n.mergedQuery,o=n.mergedVariables,s=n.mergedQueryAddedEvents,u=ni(n.unmergedQueryAddedEvents);!(t=u()).done;)i.next(t.value);return s.length?Promise.resolve(hi((function(){return Promise.resolve(r.superRequest(a,o)).then((function(e){_i(e,s)}))}),(function(e){if(e instanceof Qn.ClientError){var t=function(){var t=e.response,n=t.data,r=t.errors;if(!n)return{v:Ii(s,e)};for(var i,a=Object.keys(n),o=[].concat(s),u=function(){var t=i.value,n=void 0;t.path.find((function(r,i,s){if(a.includes(r)){var u=bi(r),c=o.findIndex((function(e){return e.id===u}));if(-1===c)return!1;a.splice(i,1),n=o.splice(c,1)[0];var l=Ei(e.response.data,n);s[i]=mi(s[i],u);var f=n.query,d=n.variables,p=Xr({},e.response,{errors:[t],data:l,path:s}),h=new Qn.ClientError(p,{query:"string"!=typeof f?en(f):f,variables:d});return Si(n,h),!0}return!1}))},c=ni(r);!(i=c()).done;)u();_i(n,o)}();if("object"==typeof t)return t.v}else Ii(s,e)}))):Promise.resolve()}catch(e){return Promise.reject(e)}})),i.subscribe((function(e){try{var t=hi((function(){return Promise.resolve(r.superRequest(e.query,e.variables)).then((function(t){wi(t,e)}))}),(function(t){Si(e,t)}));return Promise.resolve(t&&t.then?t.then((function(){})):void 0)}catch(e){return Promise.reject(e)}})),r}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,Zr(t,n);var i=r.prototype;return i.superRequest=function(t,n){return e.prototype.request.call(this,t,n)},i.request=function(e,t,n){var r=this;return new Promise((function(i,a){var o={query:e,variables:t,id:yi(),options:n,resolve:i,reject:a};r.subject.next(o)}))},r}(Xn.GraphQLClient),yi=function(){return Zn().replace(/[-_]/g,"")},mi=function(e,t){return e.replace("_"+t,"")},bi=function(e){var t=e.split("_");return t[t.length-1]},gi=function(e){var t=[],n=[],r=e.reduce((function(e,r){var i=r.query,a=r.variables,o=r.id,s=r.options;if(null==s||!s.batch)return n.push(r),e;try{var u="string"==typeof i?Kt(i):i,c=u.definitions.find((function(e){return"FragmentDefinition"===e.kind})),l="string"==typeof i?i:en(i),f=/@/.test(l);if(c||f)return n.push(r),e;var d=function(e){return function(e,t){return e+"_"+t}(e,o)};return e=e.addN(u,[a],d,d),t.push(r),e}catch(t){return n.push(r),e}}),kn("BatchedQuery")),i=r.document,a=r.variables;return{mergedQuery:i&&en(i),mergedVariables:a,mergedQueryAddedEvents:t,unmergedQueryAddedEvents:n}},Ei=function(e,t){if(!e)return e;var n=Object.keys(e),r=t.id;return n.reduce((function(t,n){var i;return n.endsWith(r)&&(t=Xr({},t,((i={})[mi(n,r)]=e[n],i))),t}),{})},wi=function(e,t){(0,t.resolve)(e)},_i=function(e,t){for(var n,r=ni(t);!(n=r()).done;){var i=n.value,a=Ei(e,i);i.resolve(a)}},Si=function(e,t){(0,e.reject)(t)},Ii=function(e,t){for(var n,r=ni(e);!(n=r()).done;)(0,n.value.reject)(t)},Oi=e("P","sq:graphql-client"),Ti=e("E",xn((function(e,t,n){return new vi(e+"/api/v1/"+t+"/graphql",{headers:{Authorization:"Bearer "+(n||"")}})})));function xi(e,t){switch(t.type){case"loading":return{data:void 0,errors:void 0,loading:!0};case"data":return{data:t.payload,errors:void 0,loading:!1};case"errors":return{data:void 0,errors:t.payload,loading:!1}}}function Ai(e,t,n){void 0===n&&(n={batch:!0});var r,i,a,o,s,c,l=(r=Hr(),i=zr(),a=Yr(),o=Ti(i,a,r),s=$r(),null!=(c=u(s,"sq:graphql-client",{attempts:0}))?c:o),f=d(xi,t),p=f[1];return[f[0],v((function(t,r){void 0===r&&(r=!1);try{if(!l){var i=new Error("No GraphQL client found");return p({type:"errors",payload:i}),Promise.resolve(i)}return Promise.resolve(function(i,a){try{var o=(r||p({type:"loading"}),Promise.resolve(l.request(e,t,n)).then((function(e){return p({type:"data",payload:e}),e})))}catch(e){return a(e)}return o&&o.then?o.then(void 0,a):o}(0,(function(e){return p({type:"errors",payload:e}),e})))}catch(e){return Promise.reject(e)}}),[l,e,p])]}var Ni,Di={loading:!1,data:void 0,errors:void 0};function Ci(e){var t=Ai(e,Di);return[t[1],t[0]]}var ki,Pi=pi(Ni||(Ni=ei(["\n mutation AuthenticateWithEmailAndPassword(\n $email: String!\n $password: String!\n ) {\n authenticateManagedIdentityWithEmailAndPassword(\n authenticateManagedIdentityWithEmailAndPasswordInput: {\n email: $email\n password: $password\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function Fi(){var e=Ci(Pi),t=e[0],n=e[1];return[function(e){try{return Promise.resolve(t(e)).then((function(e){if(!(e instanceof Error)&&e.authenticateManagedIdentityWithEmailAndPassword){var t=e.authenticateManagedIdentityWithEmailAndPassword.token,n=vn(t).user;Te({jwt:t,id:n.id,accountId:n.accountId,managedIdentity:{email:e.authenticateManagedIdentityWithEmailAndPassword.email,emailVerified:e.authenticateManagedIdentityWithEmailAndPassword.emailVerified,sessionData:e.authenticateManagedIdentityWithEmailAndPassword.sessionData}})}return e}))}catch(e){return Promise.reject(e)}},{loading:n.loading,data:n.data,errors:n.errors}]}var ji,Ri=pi(ki||(ki=ei(["\n mutation RegisterWithEmailAndPassword(\n $email: String!\n $password: String!\n $formData: RSJsonNode\n $redirectPath: String\n ) {\n registerManagedIdentityWithEmailAndPassword(\n registerManagedIdentityWithEmailAndPasswordInput: {\n email: $email\n password: $password\n formData: $formData\n redirectPath: $redirectPath\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function Mi(){var e=Ci(Ri),t=e[0],n=e[1];return[function(e){try{return Promise.resolve(t(e)).then((function(e){if(!(e instanceof Error)&&e.registerManagedIdentityWithEmailAndPassword){var t=e.registerManagedIdentityWithEmailAndPassword.token,n=vn(t).user;Te({jwt:t,id:n.id,accountId:n.accountId,managedIdentity:{email:e.registerManagedIdentityWithEmailAndPassword.email,emailVerified:e.registerManagedIdentityWithEmailAndPassword.emailVerified,sessionData:e.registerManagedIdentityWithEmailAndPassword.sessionData}})}return e}))}catch(e){return Promise.reject(e)}},{loading:n.loading,data:n.data,errors:n.errors}]}var Li,qi=pi(ji||(ji=ei(["\n mutation RegisterViaRegistrationForm($key: String!, $formData: RSJsonNode!) {\n submitForm(formSubmissionInput: { key: $key, formData: $formData }) {\n results {\n ... on FormHandlerSubmissionResult {\n result\n formHandler {\n namespace\n }\n }\n ... on FormHandlerError {\n errorCode\n error\n errorType\n formHandler {\n name\n endpointUrl\n }\n }\n }\n }\n }\n"])));function Vi(){var e=Ci(qi),t=e[0],n=e[1],r=n.loading,i=n.data,a=n.errors,o=p(null),s=o[1];return[function(e){try{return s(null),Promise.resolve(t(e)).then((function(e){var t,n,r,i;if(e instanceof Error)return e;var a=null==(t=e.submitForm)||null==(n=t.results)?void 0:n.find((function(e){var t;return"identity"===(null==e||null==(t=e.formHandler)?void 0:t.namespace)}));if(a&&null!=(r=a.result)&&null!=(i=r.results)&&i.length){var o=a.result.results[0];if(o.success){var u=o.data.token,c=vn(u).user;Te({jwt:u,id:c.id,accountId:c.accountId,managedIdentity:{email:o.data.email,emailVerified:o.data.emailVerified,sessionData:o.data.sessionData}})}else s(o.message)}return e}))}catch(e){return Promise.reject(e)}},{loading:r,data:i,errors:a,formError:o[0]}]}var Bi,Ui=pi(Li||(Li=ei(["\n mutation ChangePassword($password: String!) {\n changeManagedIdentityPassword(\n changeManagedIdentityPasswordInput: { password: $password }\n ) {\n success\n }\n }\n"])));function $i(){var e=Ci(Ui),t=e[1];return[e[0],{loading:t.loading,data:t.data,errors:t.errors}]}var Gi,Ji=pi(Bi||(Bi=ei(["\n mutation ResetPassword($oobCode: String!, $password: String!) {\n resetManagedIdentityPassword(\n resetManagedIdentityPasswordInput: {\n password: $password\n oobCode: $oobCode\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function Ki(){var e=Ci(Ji),t=e[0],n=e[1];return[function(e){try{return Promise.resolve(t(e)).then((function(e){if(!(e instanceof Error)&&e.resetManagedIdentityPassword){var t=e.resetManagedIdentityPassword.token,n=vn(t).user;Te({jwt:t,id:n.id,accountId:n.accountId,managedIdentity:{email:e.resetManagedIdentityPassword.email,emailVerified:e.resetManagedIdentityPassword.emailVerified,sessionData:e.resetManagedIdentityPassword.sessionData}})}return e}))}catch(e){return Promise.reject(e)}},{loading:n.loading,data:n.data,errors:n.errors}]}var Hi=pi(Gi||(Gi=ei(["\n mutation VerifyPasswordResetCode($oobCode: String!) {\n verifyManagedIdentityPasswordResetCode(\n verifyManagedIdentityPasswordResetCodeInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function Wi(){return Ci(Hi)}function Yi(){var e=$r();return{refresh:v((function(){e.dispatchEvent(new CustomEvent("sq:refresh",{bubbles:!0,composed:!0,cancelable:!0,detail:{}}))}),[e])}}function zi(e){var n=e.skip,r=void 0!==n&&n,i=e.update,a=e.variables;s((function(){var e=function(e){!r&&i(a,!0)};return document.addEventListener("sq:refresh",e),function(){return document.removeEventListener("sq:refresh",e)}}),function(e){var n=f(e),r=f(0);return T(e,n.current)||(n.current=e,r.current+=1),t((function(){return n.current}),[r.current])}([a,i,r]))}var Qi,Xi={loading:!1,data:void 0,errors:void 0},Zi=Symbol();function ea(e){var t=Ai(e,Xi),n=t[0],r=t[1],i=f(Zi);zi({skip:i.current===Zi,update:r,variables:i.current});var a=v((function(e){return i.current=e,r(e)}),[r]);return[r,Xr({},n,{refetch:a})]}var ta,na=pi(Qi||(Qi=ei(["\n query ManagedIdentitySession {\n managedIdentitySession {\n email\n emailVerified\n sessionData\n }\n }\n"])));function ra(){var e=Wr(),t=ea(na),n=t[0],r=t[1],i=r.refetch,a=function(t){t instanceof Error||!t.managedIdentitySession||Te(Xr({},e,{managedIdentity:t.managedIdentitySession}))};return[function(){try{return Promise.resolve(n({})).then((function(e){return a(e),e}))}catch(e){return Promise.reject(e)}},{loading:r.loading,data:r.data,errors:r.errors,refetch:function(){try{return Promise.resolve(i()).then((function(e){return a(e),e}))}catch(e){return Promise.reject(e)}}}]}var ia,aa=pi(ta||(ta=ei(["\n mutation VerifyEmail($oobCode: String!) {\n verifyManagedIdentityEmail(\n verifyManagedIdentityEmailInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function oa(){var e=ra()[0],t=Ci(aa),n=t[0],r=t[1];return[function(t){try{return Promise.resolve(n(t)).then((function(t){var n=function(){if(!(t instanceof Error)&&t.verifyManagedIdentityEmail.success)return Promise.resolve(e()).then((function(){}))}();return n&&n.then?n.then((function(){return t})):t}))}catch(t){return Promise.reject(t)}},{loading:r.loading,data:r.data,errors:r.errors}]}var sa,ua=pi(ia||(ia=ei(["\n mutation RequestPasswordResetEmail(\n $email: String!\n $urlParams: RSJsonNode\n $redirectPath: String\n ) {\n requestManagedIdentityPasswordResetEmail(\n requestManagedIdentityPasswordResetEmailInput: {\n email: $email\n urlParams: $urlParams\n redirectPath: $redirectPath\n }\n ) {\n success\n }\n }\n"])));function ca(){return Ci(ua)}var la,fa=pi(sa||(sa=ei(["\n mutation RequestVerificationEmail(\n $email: String!\n $urlParams: RSJsonNode\n $redirectPath: String\n ) {\n requestManagedIdentityVerificationEmail(\n requestManagedIdentityVerificationEmailInput: {\n email: $email\n urlParams: $urlParams\n redirectPath: $redirectPath\n }\n ) {\n success\n }\n }\n"])));function da(){return Ci(fa)}var pa,ha=pi(la||(la=ei(["\n mutation authenticateManagedIdentityWithInstantAccess(\n $email: String!\n $firstName: String\n $lastName: String\n $locale: RSLocale\n $countryCode: RSCountryCode\n $cookies: String\n ) {\n authenticateManagedIdentityWithInstantAccess(\n authenticateManagedIdentityWithInstantAccessInput: {\n email: $email\n firstName: $firstName\n lastName: $lastName\n locale: $locale\n countryCode: $countryCode\n cookies: $cookies\n }\n ) {\n email\n emailVerified\n sessionData\n token\n }\n }\n"])));function va(){var e=Kr(),t=K(),n=Ci(ha),r=n[0],i=n[1];return[function(n){try{return Promise.resolve(r(n)).then((function(n){var r=function(){if(!(n instanceof Error)&&n.authenticateManagedIdentityWithInstantAccess)return Promise.resolve(function(e,t){try{return Promise.resolve(function(n,r){try{var i=Promise.resolve(fetch(X()+"/api/v1/"+z()+"/graphql",{method:"POST",headers:{"Content-Type":"application/json",Authorization:"Bearer "+t},body:JSON.stringify({query:"\n query checkReferralFraudStatus($programId: ID) {\n viewer {\n ... on User {\n id\n instantAccessRewards(filter: { programId_eq: $programId }) {\n data {\n id\n pendingReasons\n cancelledReason\n }\n }\n }\n }\n }\n",variables:{programId:e}})})).then((function(e){if(!e.ok)throw new Error("Failed to fetch locale");return Promise.resolve(e.json()).then((function(e){var t;if(e.errors)throw new Error(JSON.stringify(e.errors,null,2));var n=(null==(t=e.data.viewer.instantAccessRewards)?void 0:t.data)||[];return n.some((function(e){return"SUSPECTED_FRAUD"===e.cancelledReason}))?"DENIED":n.some((function(e){var t;return null==(t=e.pendingReasons)?void 0:t.includes("SUSPECTED_FRAUD")}))?"PENDING_REVIEW":"APPROVED"}))}))}catch(e){return r(e)}return i&&i.then?i.then(void 0,r):i}(0,(function(e){console.error(e)})))}catch(e){return Promise.reject(e)}}(e,n.authenticateManagedIdentityWithInstantAccess.token)).then((function(e){if("APPROVED"!==e)throw{name:"fraud_error",message:"Referral flagged as fraud."};var r=n.authenticateManagedIdentityWithInstantAccess.email;if(Te({jwt:n.authenticateManagedIdentityWithInstantAccess.token,id:r,accountId:r}),"SquatchJS2"===t){var i=new CustomEvent("sq:user-registration",{bubbles:!0,detail:{userId:r,accountId:r}});document.dispatchEvent(i)}}))}();return r&&r.then?r.then((function(e){return n})):n}))}catch(e){return Promise.reject(e)}},{loading:i.loading,data:i.data,errors:i.errors}]}var ya=Xn.gql(pa||(pa=ei(["\n mutation authenticateManagedIdentityWithGoogle($idToken: String!) {\n authenticateManagedIdentityWithGoogle(\n authenticateManagedIdentityWithGoogleInput: { idToken: $idToken }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function ma(){var e=Ci(ya),t=e[0],n=e[1];return[function(e){try{return Promise.resolve(t(e)).then((function(e){if(!(e instanceof Error)&&e.authenticateManagedIdentityWithGoogle){var t=e.authenticateManagedIdentityWithGoogle.token,n=vn(t).user;Te({jwt:t,id:n.id,accountId:n.accountId,managedIdentity:{email:e.authenticateManagedIdentityWithGoogle.email,emailVerified:e.authenticateManagedIdentityWithGoogle.emailVerified,sessionData:e.authenticateManagedIdentityWithGoogle.sessionData}})}return e}))}catch(e){return Promise.reject(e)}},{loading:n.loading,data:n.data,errors:n.errors}]}function ba(e,t){var n=f();return n.current&&T(t,n.current.key)||(n.current={key:t,value:e()}),n.current.value}function ga(){return d((function(e){return e+1}),0)}function Ea(e){for(var t,n=ni(Object.getOwnPropertyNames(e));!(t=n()).done;){var r=e[t.value];r&&"object"==typeof r&&Ea(r)}return Object.freeze(e)}var wa={loading:!0,data:void 0,errors:void 0};function _a(e,t,n,r){var i=Ai(e,wa,Xr({batch:!0},r||{})),a=i[0],o=i[1],s=ga(),u=s[1];return ba((function(){!n&&o(t)}),[e,t,o,s[0],n]),zi({skip:n,update:o,variables:t}),Ea(Xr({},a,{refetch:u}))}function Sa(e){var t=$r(),n=l(t,xa(e.namespace),e.initialValue),r=n[0],i=n[1];return l(t,Aa(e.namespace),[r,i]),[r,i]}function Ia(e){var t=c(Aa(e)),n=c(xa(e));return t?[n,t[1]]:[void 0,void 0]}function Oa(e){var t=c(Aa(e));if(t)return t[1]}function Ta(e){return c(xa(e))}function xa(e){return e+"-value"}function Aa(e){return e+"-state"}function Na(e){var t=$r(),n=_a(e.query,e.variables||{},e.skip,Xr({batch:!0},e.options||{})),r=l(t,xa(e.namespace),n),i=r[0],a=r[1];return s((function(){Br.deepEqual(n,i)||a(n)}),[n,i]),n}function Da(e){return c(xa(e))||{data:null,loading:!0,refetch:function(){return console.warn("component still loading")}}}function Ca(){var e=ga()[1];return s((function(){return ce.listen((function(){e()}))}),[]),ce.location}var ka,Pa=e("j",ce);function Fa(e){var t=p({limit:e.limit,offset:e.offset}),n=t[0],r=t[1],i=n.offset,a=n.limit,o=function(e,t){return e*t},s=function(e,t){return Math.ceil(e/t)||0};return{limit:a,setLimit:function(e){var t=s(i,e),a=o(e,t);r(Xr({},n,{limit:e,offset:a}))},offset:i,setCurrentPage:function(e){var t=o(e,a);r((function(e){return Xr({},e,{offset:t})}))},calculatePagination:function(e,t){var n=s(i,a),r=function(e,t){return Math.ceil(e/t)||0}(t,a),o=0===e?"0":e>1?i+1+"-"+(i+e):""+(i+1);return{currentPage:n,pageCount:r,rangeOnPage:o,pageProgress:o+" of "+t}}}}function ja(e,t,n,r,i){var a;void 0===r&&(r={}),void 0===i&&(i=!1);var o=Fa(n),s=o.limit,u=o.setLimit,c=o.setCurrentPage,l=o.calculatePagination,f=_a(e,Xr({limit:s,offset:o.offset},r),i),d=f.loading,p=f.errors,h=f.refetch,v=t(f.data),y=l((null==v||null==(a=v.data)?void 0:a.length)||0,(null==v?void 0:v.totalCount)||0);return{envelope:v,states:{errors:p,loading:d,limit:s,currentPage:y.currentPage,pageCount:y.pageCount,pageProgress:y.pageProgress},callbacks:{refetch:h,setLimit:u,setCurrentPage:c}}}var Ra=Xn.gql(ka||(ka=ei(["\n mutation ($eventMeta: UserAnalyticsEvent!) {\n createUserAnalyticsEvent(eventMeta: $eventMeta)\n }\n"])));var Ma=1e3,La=60*Ma,qa=60*La,Va=24*qa,Ba=function(e,t){t=t||{};var n=typeof e;if("string"===n&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var n=parseFloat(t[1]);switch((t[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*n;case"weeks":case"week":case"w":return 6048e5*n;case"days":case"day":case"d":return n*Va;case"hours":case"hour":case"hrs":case"hr":case"h":return n*qa;case"minutes":case"minute":case"mins":case"min":case"m":return n*La;case"seconds":case"second":case"secs":case"sec":case"s":return n*Ma;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}(e);if("number"===n&&isFinite(e))return t.long?function(e){var t=Math.abs(e);return t>=Va?Ua(e,t,Va,"day"):t>=qa?Ua(e,t,qa,"hour"):t>=La?Ua(e,t,La,"minute"):t>=Ma?Ua(e,t,Ma,"second"):e+" ms"}(e):function(e){var t=Math.abs(e);return t>=Va?Math.round(e/Va)+"d":t>=qa?Math.round(e/qa)+"h":t>=La?Math.round(e/La)+"m":t>=Ma?Math.round(e/Ma)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Ua(e,t,n,r){var i=t>=1.5*n;return Math.round(e/n)+" "+r+(i?"s":"")}var $a,Ga,Ja,Ka,Ha,Wa=(function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0,i=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(r++,"%c"===e&&(i=r))})),t.splice(i,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=function(){var e=!1;return function(){e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||function(){},e.exports=function(e){function t(e){var r,i=null;function a(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}if(!a.enabled)return;var i=a,o=Number(new Date);i.diff=o-(r||o),i.prev=r,i.curr=o,r=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");var s=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(function(n,r){if("%%"===n)return"%";s++;var a=t.formatters[r];return"function"==typeof a&&(n=a.call(i,e[s]),e.splice(s,1),s--),n})),t.formatArgs.call(i,e),(i.log||t.log).apply(i,e)}return a.namespace=e,a.useColors=t.useColors(),a.color=t.selectColor(e),a.extend=n,a.destroy=t.destroy,Object.defineProperty(a,"enabled",{enumerable:!0,configurable:!1,get:function(){return null===i?t.enabled(e):i},set:function(e){i=e}}),"function"==typeof t.init&&t.init(a),a}function n(e,n){var r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){var e=__spreadArrays(t.names.map(r),t.skips.map(r).map((function(e){return"-"+e}))).join(",");return t.enable(""),e},t.enable=function(e){var n;t.save(e),t.names=[],t.skips=[];var r=("string"==typeof e?e:"").split(/[\s,]+/),i=r.length;for(n=0;n<i;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;var n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=Ba,t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((function(n){t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){var n=0;for(var r=0;r<e.length;r++)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}(t);var n=e.exports.formatters;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}($a={exports:{}},$a.exports),$a.exports),Ya=Wa("sq:load-event"),za=Xn.gql(Ga||(Ga=ei(["\n mutation loadEvent($eventMeta: UserAnalyticsEvent!) {\n createUserAnalyticsEvent(eventMeta: $eventMeta)\n }\n"])));var Qa=Wa("sq:useForm"),Xa=Xn.gql(Ja||(Ja=ei(["\n query ($key: String!) {\n form(key: $key) {\n schema\n initialData {\n initialData\n isEnabled\n isEnabledErrorMessage\n }\n }\n }\n"]))),Za=Xn.gql(Ka||(Ka=ei(["\n mutation ($formSubmissionInput: FormSubmissionInput!) {\n submitForm(formSubmissionInput: $formSubmissionInput) {\n success\n results {\n ... on FormHandlerSubmissionResult {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n result\n }\n ... on FormHandlerError {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n errorType\n error\n errorCode\n }\n }\n }\n }\n"]))),eo=Xn.gql(Ha||(Ha=ei(["\n query ($formValidationInput: FormValidationInput!) {\n validateForm(formValidationInput: $formValidationInput) {\n valid\n results {\n ... on FormHandlerValidationResult {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n result\n }\n ... on FormHandlerError {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n errorType\n error\n errorCode\n }\n }\n }\n }\n"])))}}}));
1
+ var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var __awaiter=this&&this.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,a){function o(e){try{u(r.next(e))}catch(e){a(e)}}function s(e){try{u(r["throw"](e))}catch(e){a(e)}}function u(e){e.done?n(e.value):i(e.value).then(o,s)}u((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return u([e,t])}}function u(o){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,i&&(a=o[0]&2?i["return"]:o[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,o[1])).done)return a;if(i=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;i=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){n.label=o[1];break}if(o[0]===6&&n.label<a[1]){n.label=a[1];a=o;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(o);break}if(a[2])n.ops.pop();n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e];i=0}finally{r=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};var __spreadArrays=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};System.register(["./p-48135f99.system.js"],(function(e){"use strict";var t,n,r,i,a,o,s,u,c,l,f,d,p;return{setters:[function(e){t=e.u;n=e.d;r=e.s;i=e.c;a=e.a;o=e.e;s=e.f;u=e.h;c=e.y;l=e.i;f=e.j;d=e.k;p=e.m}],execute:function(){var h=this;e({$:Ci,F:Ta,G:Hr,H:Kr,I:Sa,J:Wr,L:Jr,M:xa,O:Vi,Q:Yi,R:ja,S:Na,T:Ki,U:Gr,V:Mi,X:ea,_:$r,b:Te,c:ca,e:Fi,f:Wi,g:H,h:ma,i:W,k:Ca,l:da,n:ra,o:oa,p:De,q:Oa,r:$i,t:Ia,v:va,w:_a,x:Da,y:ga});var v=e("u",(function(e,n){return t((function(){return e}),n)}));function y(e){this.message=e}y.prototype=new Error,y.prototype.name="InvalidCharacterError";var m="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new y("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,r,i=0,a=0,o="";r=t.charAt(a++);~r&&(n=i%4?64*n+r:r,i++%4)?o+=String.fromCharCode(255&n>>(-2*i&6)):0)r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(r);return o};function b(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(m(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return m(t)}}function g(e){this.message=e}function E(e,t){if("string"!=typeof e)throw new g("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(b(e.split(".")[n]))}catch(e){throw new g("Invalid token specified: "+e.message)}}g.prototype=new Error,g.prototype.name="InvalidTokenError";var w=Object.prototype,_=w.toString,S=w.hasOwnProperty;var I=Function.prototype.toString;var O=new Map;function T(e,t){try{return x(e,t)}finally{O.clear()}}function x(e,t){if(e===t){return true}var n=_.call(e);var r=_.call(t);if(n!==r){return false}switch(n){case"[object Array]":if(e.length!==t.length)return false;case"[object Object]":{if(k(e,t))return true;var i=A(e);var a=A(t);var o=i.length;if(o!==a.length)return false;for(var s=0;s<o;++s){if(!S.call(t,i[s])){return false}}for(var s=0;s<o;++s){var u=i[s];if(!x(e[u],t[u])){return false}}return true}case"[object Error]":return e.name===t.name&&e.message===t.message;case"[object Number]":if(e!==e)return t!==t;case"[object Boolean]":case"[object Date]":return+e===+t;case"[object RegExp]":case"[object String]":return e==""+t;case"[object Map]":case"[object Set]":{if(e.size!==t.size)return false;if(k(e,t))return true;var c=e.entries();var l=n==="[object Map]";while(true){var f=c.next();if(f.done)break;var d=f.value,p=d[0],h=d[1];if(!t.has(p)){return false}if(l&&!x(h,t.get(p))){return false}}return true}case"[object Uint16Array]":case"[object Uint8Array]":case"[object Uint32Array]":case"[object Int32Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object ArrayBuffer]":e=new Uint8Array(e);t=new Uint8Array(t);case"[object DataView]":{var v=e.byteLength;if(v===t.byteLength){while(v--&&e[v]===t[v]){}}return v===-1}case"[object AsyncFunction]":case"[object GeneratorFunction]":case"[object AsyncGeneratorFunction]":case"[object Function]":{var y=I.call(e);if(y!==I.call(t)){return false}return!C(y,D)}}return false}function A(e){return Object.keys(e).filter(N,e)}function N(e){return this[e]!==void 0}var D="{ [native code] }";function C(e,t){var n=e.length-t.length;return n>=0&&e.indexOf(t,n)===n}function k(e,t){var n=O.get(e);if(n){if(n.has(t))return true}else{O.set(e,n=new Set)}n.add(t);return false}var P=Object.defineProperty;var F=Object.defineProperties;var j=Object.getOwnPropertyDescriptors;var R=Object.getOwnPropertySymbols;var M=Object.prototype.hasOwnProperty;var L=Object.prototype.propertyIsEnumerable;var q=function(e,t,n){return t in e?P(e,t,{enumerable:true,configurable:true,writable:true,value:n}):e[t]=n};var V=function(e,t){for(var n in t||(t={}))if(M.call(t,n))q(e,n,t[n]);if(R)for(var r=0,i=R(t);r<i.length;r++){var n=i[r];if(L.call(t,n))q(e,n,t[n])}return e};var B=function(e,t){return F(e,j(t))};var U="sq:user-identity";var $="sq:locale";var G="sq:program-id";var J="EMBED";function K(){return H().type}function H(){var e,t,n;if(window["SquatchAndroid"]){return{type:"SquatchAndroid",android:window["SquatchAndroid"],widgetIdent:window["widgetIdent"]}}if(window["SquatchPortal"]){return{type:"SquatchPortal",env:window["SquatchPortal"]}}if(window["SquatchAdmin"]){return{type:"SquatchAdmin",adminSDK:window["SquatchAdmin"]}}if((window["widgetIdent"]||((e=window.frameElement)==null?void 0:e["squatchJsApi"]))&&((t=window["widgetIdent"])==null?void 0:t.env)!=="demo"){return{type:"SquatchJS2",api:(n=window.frameElement)==null?void 0:n["squatchJsApi"],widgetIdent:window["widgetIdent"]}}return{type:"None"}}function W(){var e=H();return e.type==="None"||e.type==="SquatchAdmin"}var Y="demo";function z(){var e;var t=H();switch(t.type){case"SquatchAndroid":case"SquatchIOS":case"SquatchJS2":return(e=t.widgetIdent)==null?void 0:e.tenantAlias;case"SquatchAdmin":case"None":return Y;case"SquatchPortal":return t.env.tenantAlias}}var Q="https://app.referralsaasquatch.com";function X(){var e,t;var n=H();switch(n.type){case"SquatchAndroid":case"SquatchIOS":case"SquatchJS2":return((e=n.widgetIdent)==null?void 0:e.appDomain)||Q;case"SquatchPortal":return((t=n.env)==null?void 0:t.appDomain)||Q;case"SquatchAdmin":case"None":return Q}}function Z(){var e;var t=H();switch(t.type){case"SquatchJS2":return((e=t.widgetIdent)==null?void 0:e.engagementMedium)||J;case"SquatchAndroid":case"SquatchIOS":case"SquatchPortal":case"SquatchAdmin":case"None":return J}}var ee=function(){var e;try{return(e=window==null?void 0:window.localStorage)==null?void 0:e.getItem("debug")}catch(e){return false}}();function te(e){var t=[];for(var n=1;n<arguments.length;n++){t[n-1]=arguments[n]}if(ee){console.debug.apply(console,__spreadArrays(["sq:environment:"+e],t))}}var ne=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays(["history"],e))};function re(e){if(typeof e==="string")return e;var t=new URL(e.pathname,window.origin);if(e.search)t.search=e.search;if(e.hash)t.hash=e.hash;return t}var ie=function(){function e(){this.listeners=new Set;window.addEventListener("popstate",this.notify.bind(this));window.addEventListener("pushState",this.notify.bind(this));window.addEventListener("replaceState",this.notify.bind(this))}e.prototype.listen=function(e){var t=this;this.listeners.add(e);return function(){t.listeners.delete(e)}};e.prototype.notify=function(){ne("notifying listeners of route change",this.location);if(this.listeners){this.listeners.forEach((function(e){return e()}))}};Object.defineProperty(e.prototype,"location",{get:function(){return{pathname:window.location.pathname,search:window.location.search,hash:window.location.hash,state:window.history.state}},enumerable:false,configurable:true});e.prototype.back=function(){this.go(-1)};e.prototype.forward=function(){this.go(1)};e.prototype.go=function(e){window.history.go(e)};e.prototype.push=function(e,t){var n=re(e);window.history.pushState(t,"",n)};e.prototype.replace=function(e,t){var n=re(e);window.history.replaceState(t,"",n)};return e}();var ae=function(){function e(){this.history=[{pathname:"/",search:"",hash:""}];this.index=0;this.listeners=new Set}e.prototype.listen=function(e){var t=this;this.listeners.add(e);return function(){t.listeners.delete(e)}};e.prototype.current=function(){return this.history[this.index]};Object.defineProperty(e.prototype,"state",{get:function(){return this.current().state},enumerable:false,configurable:true});e.prototype.notify=function(){ne("notifying listeners of route change",this.location);this.listeners.forEach((function(e){return e()}))};Object.defineProperty(e.prototype,"location",{get:function(){return this.history[this.index]},enumerable:false,configurable:true});e.prototype.back=function(){this.go(-1)};e.prototype.forward=function(){this.go(1)};e.prototype.go=function(e){this.index+=e;if(this.index<0)this.index=0;if(this.index>=this.history.length)this.index=this.history.length-1;this.notify()};e.prototype.push=function(e,t){var n;if(typeof e==="string"){n={pathname:e,search:this.history[this.index].search,hash:this.history[this.index].hash,state:t}}else{n=B(V({},e),{state:t})}this.index++;this.history.splice(this.index,this.history.length,n);this.notify()};e.prototype.replace=function(e,t){if(typeof e==="string"){this.history[this.index]={pathname:e,search:"",hash:"",state:t}}else{this.history[this.index]=B(V({},e),{state:t})}this.notify()};return e}();function oe(){if(K()==="SquatchPortal"){var e=function(e){var t=window.history[e];return function(){var n=[];for(var r=0;r<arguments.length;r++){n[r]=arguments[r]}var i=t.apply(window.history,n);var a=new Event(e);window.dispatchEvent(a);return i}};window.history.pushState=e("pushState");window.history.replaceState=e("replaceState");return new ie}else{return new ae}}function se(){window.squatchHistory=window.squatchHistory||oe();return window.squatchHistory}var ue=function(){function e(){}Object.defineProperty(e.prototype,"location",{get:function(){return se().location},enumerable:false,configurable:true});e.prototype.listen=function(e){return se().listen(e)};e.prototype.back=function(){se().back()};e.prototype.forward=function(){se().forward()};e.prototype.go=function(e){se().go(e)};e.prototype.push=function(e,t){se().push(e,t)};e.prototype.replace=function(e,t){se().replace(e,t)};return e}();var ce=new ue;var le=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays([$],e))};function fe(e){if(e&&/^[a-z]{2}(_(?:[A-Z]{2}|[0-9]{3}))?$/.test(e)){return e}}function de(){var e;var t;var r=window.squatchLocale;if(!r){le("Creating locale context provider");var i=(e=(t=window.widgetIdent)==null?void 0:t.locale)!==null&&e!==void 0?e:fe(navigator.language.replaceAll("-","_"));le("initializing with locale:",i);r=new n({element:document.documentElement,initialState:i,contextName:$}).start();window.squatchLocale=r}return r}var pe=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays([$],e))};var he="\n query {\n viewer {\n ... on User {\n locale\n }\n }\n }\n";function ve(){return __awaiter(this,void 0,void 0,(function(){var e,t,n,r;return __generator(this,(function(i){switch(i.label){case 0:pe("Fetching locale from GraphQL for current user");i.label=1;case 1:i.trys.push([1,4,,5]);return[4,fetch(X()+"/api/v1/"+z()+"/graphql",{method:"POST",headers:{"Content-Type":"application/json",Authorization:"Bearer "+((e=xe())==null?void 0:e.jwt)},body:JSON.stringify({query:he})})];case 2:t=i.sent();if(!t.ok){throw new Error("Failed to fetch locale")}return[4,t.json()];case 3:n=i.sent();if(n.errors){throw new Error(JSON.stringify(n.errors,null,2))}return[2,n.data.viewer.locale||void 0];case 4:r=i.sent();pe("Failed to fetch locale for current user",r.message);return[2,void 0];case 5:return[2]}}))}))}var ye=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays([$],e))};var me=function(){var e="__environment_context_listener";var t=document.getElementById(e);if(!t){t=document.createElement("div");t.id=e;document.documentElement.appendChild(t)}return t}();var be=new r({contextName:U,element:me,onChange:function(e){return __awaiter(h,void 0,void 0,(function(){var t,n,r,i,a;var o;return __generator(this,(function(s){switch(s.label){case 0:n=de();r=(o=(t=window.widgetIdent)==null?void 0:t.locale)!==null&&o!==void 0?o:fe(navigator.language.replaceAll("-","_"));if(!e)return[3,2];ye("User context changed, refetching locale");return[4,ve()];case 1:a=s.sent();ye("New value fetched from GraphQL ["+a+"]");i=a||r;return[3,3];case 2:i=r;s.label=3;case 3:ye("Setting locale context to ["+i+"]");n.context=i;return[2]}}))}))}});function ge(){ye("Starting user context listener for locale updates");be.start()}var Ee=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays([U],e))};function we(){var e=window.squatchUserIdentity;if(!e){Ee("Creating user context provider");e=new n({element:document.documentElement,initialState:Oe(),contextName:U}).start();window.squatchUserIdentity=e;ge()}return e}function _e(e){return e.user&&e.user.id&&e.user.accountId}function Se(e){return e.sub&&/.*:.*@.*:users/.test(e.sub)}function Ie(e){if(!e)return void 0;try{var t=E(e);var n=t.exp;var r=void 0;var i=void 0;var a=void 0;if(Se(t)){var o=t.sub.match(/(.*):(.*)@(.*):users/);if(o==null?void 0:o[1])i=atob(o[1]);if(o==null?void 0:o[2])r=atob(o[2])}else if(_e(t)){i=t.user.accountId;r=t.user.id;a=t.user.email}if(!r||!i){Ee("No user information");return void 0}if(n&&Date.now()>=n*1e3){Ee("JWT has expired");return void 0}return{id:r,accountId:i,email:a,jwt:e}}catch(e){Ee("Invalid JWT");return void 0}}function Oe(){var e=H();switch(e.type){case"SquatchIOS":case"SquatchAndroid":case"SquatchJS2":if(!e.widgetIdent)return void 0;var t=e.widgetIdent,n=t.userId,r=t.accountId,i=t.token;if(!n||!r||!i)return void 0;return{id:e.widgetIdent.userId,accountId:e.widgetIdent.accountId,email:e.widgetIdent.email,jwt:e.widgetIdent.token};case"SquatchPortal":var a=new URLSearchParams(document.location.search);if(a.has("jwt")){return Ie(a.get("jwt"))}var o=localStorage.getItem(U);if(!o)return void 0;try{var s=JSON.parse(o);var u=Ie(s.jwt);if(u){return V(V({},s),u)}return void 0}catch(e){return void 0}case"SquatchAdmin":case"None":return void 0}}function Te(e){var t=we();if(!T(t.context,e)){Ee("Setting user context value ["+JSON.stringify(e)+"]");t.context=e}if(e&&H().type==="SquatchPortal"){localStorage.setItem(U,JSON.stringify(e))}else if(!e){localStorage.removeItem(U)}}function xe(){var e;return(e=window.squatchUserIdentity)==null?void 0:e.context}var Ae=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return te.apply(void 0,__spreadArrays([G],e))};function Ne(){var e;var t=window.squatchProgramId;if(!t){Ae("Creating program context provider");t=new n({element:document.documentElement,initialState:((e=window.widgetIdent)==null?void 0:e.programId)||void 0,contextName:G}).start();window.squatchProgramId=t}return t}function De(e){var t=Ne();if(t.context!==e){Ae("Setting program context value ["+e+"]");t.context=e}}function Ce(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){Ce=function e(t){return typeof t}}else{Ce=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return Ce(e)}function ke(e){return Ce(e)=="object"&&e!==null}var Pe=typeof Symbol==="function"&&Symbol.toStringTag!=null?Symbol.toStringTag:"@@toStringTag";function Fe(e,t){var n=/\r\n|[\n\r]/g;var r=1;var i=t+1;var a;while((a=n.exec(e.body))&&a.index<t){r+=1;i=t+1-(a.index+a[0].length)}return{line:r,column:i}}function je(e){return Re(e.source,Fe(e.source,e.start))}function Re(e,t){var n=e.locationOffset.column-1;var r=Le(n)+e.body;var i=t.line-1;var a=e.locationOffset.line-1;var o=t.line+a;var s=t.line===1?n:0;var u=t.column+s;var c="".concat(e.name,":").concat(o,":").concat(u,"\n");var l=r.split(/\r\n|[\n\r]/g);var f=l[i];if(f.length>120){var d=Math.floor(u/80);var p=u%80;var h=[];for(var v=0;v<f.length;v+=80){h.push(f.slice(v,v+80))}return c+Me([["".concat(o),h[0]]].concat(h.slice(1,d+1).map((function(e){return["",e]})),[[" ",Le(p-1)+"^"],["",h[d+1]]]))}return c+Me([["".concat(o-1),l[i-1]],["".concat(o),f],["",Le(u-1)+"^"],["".concat(o+1),l[i+1]]])}function Me(e){var t=e.filter((function(e){var t=e[1];return t!==undefined}));var n=Math.max.apply(Math,t.map((function(e){var t=e[0];return t.length})));return t.map((function(e){var t=e[0],r=e[1];return qe(n,t)+(r?" | "+r:" |")})).join("\n")}function Le(e){return Array(e+1).join(" ")}function qe(e,t){return Le(e-t.length)+t}function Ve(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){Ve=function e(t){return typeof t}}else{Ve=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return Ve(e)}function Be(e,t){if(!(e instanceof t)){throw new TypeError("Cannot call a class as a function")}}function Ue(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}function $e(e,t,n){if(t)Ue(e.prototype,t);if(n)Ue(e,n);return e}function Ge(e,t){if(typeof t!=="function"&&t!==null){throw new TypeError("Super expression must either be null or a function")}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:true,configurable:true}});if(t)Xe(e,t)}function Je(e){var t=ze();return function n(){var r=Ze(e),i;if(t){var a=Ze(this).constructor;i=Reflect.construct(r,arguments,a)}else{i=r.apply(this,arguments)}return Ke(this,i)}}function Ke(e,t){if(t&&(Ve(t)==="object"||typeof t==="function")){return t}return He(e)}function He(e){if(e===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return e}function We(e){var t=typeof Map==="function"?new Map:undefined;We=function e(n){if(n===null||!Qe(n))return n;if(typeof n!=="function"){throw new TypeError("Super expression must either be null or a function")}if(typeof t!=="undefined"){if(t.has(n))return t.get(n);t.set(n,r)}function r(){return Ye(n,arguments,Ze(this).constructor)}r.prototype=Object.create(n.prototype,{constructor:{value:r,enumerable:false,writable:true,configurable:true}});return Xe(r,n)};return We(e)}function Ye(e,t,n){if(ze()){Ye=Reflect.construct}else{Ye=function e(t,n,r){var i=[null];i.push.apply(i,n);var a=Function.bind.apply(t,i);var o=new a;if(r)Xe(o,r.prototype);return o}}return Ye.apply(null,arguments)}function ze(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Date.prototype.toString.call(Reflect.construct(Date,[],(function(){})));return true}catch(e){return false}}function Qe(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Xe(e,t){Xe=Object.setPrototypeOf||function e(t,n){t.__proto__=n;return t};return Xe(e,t)}function Ze(e){Ze=Object.setPrototypeOf?Object.getPrototypeOf:function e(t){return t.__proto__||Object.getPrototypeOf(t)};return Ze(e)}var et=function(e){Ge(n,e);var t=Je(n);function n(e,r,i,a,o,s,u){var c,l,f,d;var p;Be(this,n);p=t.call(this,e);var h=Array.isArray(r)?r.length!==0?r:undefined:r?[r]:undefined;var v=i;if(!v&&h){var y;v=(y=h[0].loc)===null||y===void 0?void 0:y.source}var m=a;if(!m&&h){m=h.reduce((function(e,t){if(t.loc){e.push(t.loc.start)}return e}),[])}if(m&&m.length===0){m=undefined}var b;if(a&&i){b=a.map((function(e){return Fe(i,e)}))}else if(h){b=h.reduce((function(e,t){if(t.loc){e.push(Fe(t.loc.source,t.loc.start))}return e}),[])}var g=u;if(g==null&&s!=null){var E=s.extensions;if(ke(E)){g=E}}Object.defineProperties(He(p),{name:{value:"GraphQLError"},message:{value:e,enumerable:true,writable:true},locations:{value:(c=b)!==null&&c!==void 0?c:undefined,enumerable:b!=null},path:{value:o!==null&&o!==void 0?o:undefined,enumerable:o!=null},nodes:{value:h!==null&&h!==void 0?h:undefined},source:{value:(l=v)!==null&&l!==void 0?l:undefined},positions:{value:(f=m)!==null&&f!==void 0?f:undefined},originalError:{value:s},extensions:{value:(d=g)!==null&&d!==void 0?d:undefined,enumerable:g!=null}});if(s!==null&&s!==void 0&&s.stack){Object.defineProperty(He(p),"stack",{value:s.stack,writable:true,configurable:true});return Ke(p)}if(Error.captureStackTrace){Error.captureStackTrace(He(p),n)}else{Object.defineProperty(He(p),"stack",{value:Error().stack,writable:true,configurable:true})}return p}$e(n,[{key:"toString",value:function e(){return tt(this)}},{key:Pe,get:function e(){return"Object"}}]);return n}(We(Error));function tt(e){var t=e.message;if(e.nodes){for(var n=0,r=e.nodes;n<r.length;n++){var i=r[n];if(i.loc){t+="\n\n"+je(i.loc)}}}else if(e.source&&e.locations){for(var a=0,o=e.locations;a<o.length;a++){var s=o[a];t+="\n\n"+Re(e.source,s)}}return t}function nt(e,t,n){return new et("Syntax Error: ".concat(n),undefined,e,[t])}var rt=Object.freeze({NAME:"Name",DOCUMENT:"Document",OPERATION_DEFINITION:"OperationDefinition",VARIABLE_DEFINITION:"VariableDefinition",SELECTION_SET:"SelectionSet",FIELD:"Field",ARGUMENT:"Argument",FRAGMENT_SPREAD:"FragmentSpread",INLINE_FRAGMENT:"InlineFragment",FRAGMENT_DEFINITION:"FragmentDefinition",VARIABLE:"Variable",INT:"IntValue",FLOAT:"FloatValue",STRING:"StringValue",BOOLEAN:"BooleanValue",NULL:"NullValue",ENUM:"EnumValue",LIST:"ListValue",OBJECT:"ObjectValue",OBJECT_FIELD:"ObjectField",DIRECTIVE:"Directive",NAMED_TYPE:"NamedType",LIST_TYPE:"ListType",NON_NULL_TYPE:"NonNullType",SCHEMA_DEFINITION:"SchemaDefinition",OPERATION_TYPE_DEFINITION:"OperationTypeDefinition",SCALAR_TYPE_DEFINITION:"ScalarTypeDefinition",OBJECT_TYPE_DEFINITION:"ObjectTypeDefinition",FIELD_DEFINITION:"FieldDefinition",INPUT_VALUE_DEFINITION:"InputValueDefinition",INTERFACE_TYPE_DEFINITION:"InterfaceTypeDefinition",UNION_TYPE_DEFINITION:"UnionTypeDefinition",ENUM_TYPE_DEFINITION:"EnumTypeDefinition",ENUM_VALUE_DEFINITION:"EnumValueDefinition",INPUT_OBJECT_TYPE_DEFINITION:"InputObjectTypeDefinition",DIRECTIVE_DEFINITION:"DirectiveDefinition",SCHEMA_EXTENSION:"SchemaExtension",SCALAR_TYPE_EXTENSION:"ScalarTypeExtension",OBJECT_TYPE_EXTENSION:"ObjectTypeExtension",INTERFACE_TYPE_EXTENSION:"InterfaceTypeExtension",UNION_TYPE_EXTENSION:"UnionTypeExtension",ENUM_TYPE_EXTENSION:"EnumTypeExtension",INPUT_OBJECT_TYPE_EXTENSION:"InputObjectTypeExtension"});function it(e,t){var n=Boolean(e);if(!n){throw new Error(t!=null?t:"Unexpected invariant triggered.")}}var at=typeof Symbol==="function"&&typeof Symbol.for==="function"?Symbol.for("nodejs.util.inspect.custom"):undefined;function ot(e){var t=e.prototype.toJSON;typeof t==="function"||it(0);e.prototype.inspect=t;if(at){e.prototype[at]=t}}var st=function(){function e(e,t,n){this.start=e.start;this.end=t.end;this.startToken=e;this.endToken=t;this.source=n}var t=e.prototype;t.toJSON=function e(){return{start:this.start,end:this.end}};return e}();ot(st);var ut=function(){function e(e,t,n,r,i,a,o){this.kind=e;this.start=t;this.end=n;this.line=r;this.column=i;this.value=o;this.prev=a;this.next=null}var t=e.prototype;t.toJSON=function e(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}};return e}();ot(ut);function ct(e){return e!=null&&typeof e.kind==="string"}var lt=Object.freeze({SOF:"<SOF>",EOF:"<EOF>",BANG:"!",DOLLAR:"$",AMP:"&",PAREN_L:"(",PAREN_R:")",SPREAD:"...",COLON:":",EQUALS:"=",AT:"@",BRACKET_L:"[",BRACKET_R:"]",BRACE_L:"{",PIPE:"|",BRACE_R:"}",NAME:"Name",INT:"Int",FLOAT:"Float",STRING:"String",BLOCK_STRING:"BlockString",COMMENT:"Comment"});function ft(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){ft=function e(t){return typeof t}}else{ft=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return ft(e)}var dt=10;var pt=2;function ht(e){return vt(e,[])}function vt(e,t){switch(ft(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":if(e===null){return"null"}return yt(e,t);default:return String(e)}}function yt(e,t){if(t.indexOf(e)!==-1){return"[Circular]"}var n=[].concat(t,[e]);var r=gt(e);if(r!==undefined){var i=r.call(e);if(i!==e){return typeof i==="string"?i:vt(i,n)}}else if(Array.isArray(e)){return bt(e,n)}return mt(e,n)}function mt(e,t){var n=Object.keys(e);if(n.length===0){return"{}"}if(t.length>pt){return"["+Et(e)+"]"}var r=n.map((function(n){var r=vt(e[n],t);return n+": "+r}));return"{ "+r.join(", ")+" }"}function bt(e,t){if(e.length===0){return"[]"}if(t.length>pt){return"[Array]"}var n=Math.min(dt,e.length);var r=e.length-n;var i=[];for(var a=0;a<n;++a){i.push(vt(e[a],t))}if(r===1){i.push("... 1 more item")}else if(r>1){i.push("... ".concat(r," more items"))}return"["+i.join(", ")+"]"}function gt(e){var t=e[String(at)];if(typeof t==="function"){return t}if(typeof e.inspect==="function"){return e.inspect}}function Et(e){var t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if(t==="Object"&&typeof e.constructor==="function"){var n=e.constructor.name;if(typeof n==="string"&&n!==""){return n}}return t}function wt(e,t){var n=Boolean(e);if(!n){throw new Error(t)}}var _t=function e(t,n){return t instanceof n};function St(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(e,r.key,r)}}function It(e,t,n){if(t)St(e.prototype,t);if(n)St(e,n);return e}var Ot=function(){function e(e){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"GraphQL request";var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{line:1,column:1};typeof e==="string"||wt(0,"Body must be a string. Received: ".concat(ht(e),"."));this.body=e;this.name=t;this.locationOffset=n;this.locationOffset.line>0||wt(0,"line in locationOffset is 1-indexed and must be positive.");this.locationOffset.column>0||wt(0,"column in locationOffset is 1-indexed and must be positive.")}It(e,[{key:Pe,get:function e(){return"Source"}}]);return e}();function Tt(e){return _t(e,Ot)}var xt=Object.freeze({QUERY:"QUERY",MUTATION:"MUTATION",SUBSCRIPTION:"SUBSCRIPTION",FIELD:"FIELD",FRAGMENT_DEFINITION:"FRAGMENT_DEFINITION",FRAGMENT_SPREAD:"FRAGMENT_SPREAD",INLINE_FRAGMENT:"INLINE_FRAGMENT",VARIABLE_DEFINITION:"VARIABLE_DEFINITION",SCHEMA:"SCHEMA",SCALAR:"SCALAR",OBJECT:"OBJECT",FIELD_DEFINITION:"FIELD_DEFINITION",ARGUMENT_DEFINITION:"ARGUMENT_DEFINITION",INTERFACE:"INTERFACE",UNION:"UNION",ENUM:"ENUM",ENUM_VALUE:"ENUM_VALUE",INPUT_OBJECT:"INPUT_OBJECT",INPUT_FIELD_DEFINITION:"INPUT_FIELD_DEFINITION"});function At(e){var t=e.split(/\r\n|[\n\r]/g);var n=Dt(e);if(n!==0){for(var r=1;r<t.length;r++){t[r]=t[r].slice(n)}}var i=0;while(i<t.length&&Nt(t[i])){++i}var a=t.length;while(a>i&&Nt(t[a-1])){--a}return t.slice(i,a).join("\n")}function Nt(e){for(var t=0;t<e.length;++t){if(e[t]!==" "&&e[t]!=="\t"){return false}}return true}function Dt(e){var t;var n=true;var r=true;var i=0;var a=null;for(var o=0;o<e.length;++o){switch(e.charCodeAt(o)){case 13:if(e.charCodeAt(o+1)===10){++o}case 10:n=false;r=true;i=0;break;case 9:case 32:++i;break;default:if(r&&!n&&(a===null||i<a)){a=i}r=false}}return(t=a)!==null&&t!==void 0?t:0}function Ct(e){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var r=e.indexOf("\n")===-1;var i=e[0]===" "||e[0]==="\t";var a=e[e.length-1]==='"';var o=e[e.length-1]==="\\";var s=!r||a||o||n;var u="";if(s&&!(r&&i)){u+="\n"+t}u+=t?e.replace(/\n/g,"\n"+t):e;if(s){u+="\n"}return'"""'+u.replace(/"""/g,'\\"""')+'"""'}var kt=function(){function e(e){var t=new ut(lt.SOF,0,0,0,0,null);this.source=e;this.lastToken=t;this.token=t;this.line=1;this.lineStart=0}var t=e.prototype;t.advance=function e(){this.lastToken=this.token;var t=this.token=this.lookahead();return t};t.lookahead=function e(){var t=this.token;if(t.kind!==lt.EOF){do{var n;t=(n=t.next)!==null&&n!==void 0?n:t.next=jt(this,t)}while(t.kind===lt.COMMENT)}return t};return e}();function Pt(e){return e===lt.BANG||e===lt.DOLLAR||e===lt.AMP||e===lt.PAREN_L||e===lt.PAREN_R||e===lt.SPREAD||e===lt.COLON||e===lt.EQUALS||e===lt.AT||e===lt.BRACKET_L||e===lt.BRACKET_R||e===lt.BRACE_L||e===lt.PIPE||e===lt.BRACE_R}function Ft(e){return isNaN(e)?lt.EOF:e<127?JSON.stringify(String.fromCharCode(e)):'"\\u'.concat(("00"+e.toString(16).toUpperCase()).slice(-4),'"')}function jt(e,t){var n=e.source;var r=n.body;var i=r.length;var a=t.end;while(a<i){var o=r.charCodeAt(a);var s=e.line;var u=1+a-e.lineStart;switch(o){case 65279:case 9:case 32:case 44:++a;continue;case 10:++a;++e.line;e.lineStart=a;continue;case 13:if(r.charCodeAt(a+1)===10){a+=2}else{++a}++e.line;e.lineStart=a;continue;case 33:return new ut(lt.BANG,a,a+1,s,u,t);case 35:return Mt(n,a,s,u,t);case 36:return new ut(lt.DOLLAR,a,a+1,s,u,t);case 38:return new ut(lt.AMP,a,a+1,s,u,t);case 40:return new ut(lt.PAREN_L,a,a+1,s,u,t);case 41:return new ut(lt.PAREN_R,a,a+1,s,u,t);case 46:if(r.charCodeAt(a+1)===46&&r.charCodeAt(a+2)===46){return new ut(lt.SPREAD,a,a+3,s,u,t)}break;case 58:return new ut(lt.COLON,a,a+1,s,u,t);case 61:return new ut(lt.EQUALS,a,a+1,s,u,t);case 64:return new ut(lt.AT,a,a+1,s,u,t);case 91:return new ut(lt.BRACKET_L,a,a+1,s,u,t);case 93:return new ut(lt.BRACKET_R,a,a+1,s,u,t);case 123:return new ut(lt.BRACE_L,a,a+1,s,u,t);case 124:return new ut(lt.PIPE,a,a+1,s,u,t);case 125:return new ut(lt.BRACE_R,a,a+1,s,u,t);case 34:if(r.charCodeAt(a+1)===34&&r.charCodeAt(a+2)===34){return Bt(n,a,s,u,t,e)}return Vt(n,a,s,u,t);case 45:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return Lt(n,a,o,s,u,t);case 65:case 66:case 67:case 68:case 69:case 70:case 71:case 72:case 73:case 74:case 75:case 76:case 77:case 78:case 79:case 80:case 81:case 82:case 83:case 84:case 85:case 86:case 87:case 88:case 89:case 90:case 95:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 106:case 107:case 108:case 109:case 110:case 111:case 112:case 113:case 114:case 115:case 116:case 117:case 118:case 119:case 120:case 121:case 122:return Gt(n,a,s,u,t)}throw nt(n,a,Rt(o))}var c=e.line;var l=1+a-e.lineStart;return new ut(lt.EOF,i,i,c,l,t)}function Rt(e){if(e<32&&e!==9&&e!==10&&e!==13){return"Cannot contain the invalid character ".concat(Ft(e),".")}if(e===39){return"Unexpected single quote character ('), did you mean to use a double quote (\")?"}return"Cannot parse the unexpected character ".concat(Ft(e),".")}function Mt(e,t,n,r,i){var a=e.body;var o;var s=t;do{o=a.charCodeAt(++s)}while(!isNaN(o)&&(o>31||o===9));return new ut(lt.COMMENT,t,s,n,r,i,a.slice(t+1,s))}function Lt(e,t,n,r,i,a){var o=e.body;var s=n;var u=t;var c=false;if(s===45){s=o.charCodeAt(++u)}if(s===48){s=o.charCodeAt(++u);if(s>=48&&s<=57){throw nt(e,u,"Invalid number, unexpected digit after 0: ".concat(Ft(s),"."))}}else{u=qt(e,u,s);s=o.charCodeAt(u)}if(s===46){c=true;s=o.charCodeAt(++u);u=qt(e,u,s);s=o.charCodeAt(u)}if(s===69||s===101){c=true;s=o.charCodeAt(++u);if(s===43||s===45){s=o.charCodeAt(++u)}u=qt(e,u,s);s=o.charCodeAt(u)}if(s===46||Jt(s)){throw nt(e,u,"Invalid number, expected digit but got: ".concat(Ft(s),"."))}return new ut(c?lt.FLOAT:lt.INT,t,u,r,i,a,o.slice(t,u))}function qt(e,t,n){var r=e.body;var i=t;var a=n;if(a>=48&&a<=57){do{a=r.charCodeAt(++i)}while(a>=48&&a<=57);return i}throw nt(e,i,"Invalid number, expected digit but got: ".concat(Ft(a),"."))}function Vt(e,t,n,r,i){var a=e.body;var o=t+1;var s=o;var u=0;var c="";while(o<a.length&&!isNaN(u=a.charCodeAt(o))&&u!==10&&u!==13){if(u===34){c+=a.slice(s,o);return new ut(lt.STRING,t,o+1,n,r,i,c)}if(u<32&&u!==9){throw nt(e,o,"Invalid character within String: ".concat(Ft(u),"."))}++o;if(u===92){c+=a.slice(s,o-1);u=a.charCodeAt(o);switch(u){case 34:c+='"';break;case 47:c+="/";break;case 92:c+="\\";break;case 98:c+="\b";break;case 102:c+="\f";break;case 110:c+="\n";break;case 114:c+="\r";break;case 116:c+="\t";break;case 117:{var l=Ut(a.charCodeAt(o+1),a.charCodeAt(o+2),a.charCodeAt(o+3),a.charCodeAt(o+4));if(l<0){var f=a.slice(o+1,o+5);throw nt(e,o,"Invalid character escape sequence: \\u".concat(f,"."))}c+=String.fromCharCode(l);o+=4;break}default:throw nt(e,o,"Invalid character escape sequence: \\".concat(String.fromCharCode(u),"."))}++o;s=o}}throw nt(e,o,"Unterminated string.")}function Bt(e,t,n,r,i,a){var o=e.body;var s=t+3;var u=s;var c=0;var l="";while(s<o.length&&!isNaN(c=o.charCodeAt(s))){if(c===34&&o.charCodeAt(s+1)===34&&o.charCodeAt(s+2)===34){l+=o.slice(u,s);return new ut(lt.BLOCK_STRING,t,s+3,n,r,i,At(l))}if(c<32&&c!==9&&c!==10&&c!==13){throw nt(e,s,"Invalid character within String: ".concat(Ft(c),"."))}if(c===10){++s;++a.line;a.lineStart=s}else if(c===13){if(o.charCodeAt(s+1)===10){s+=2}else{++s}++a.line;a.lineStart=s}else if(c===92&&o.charCodeAt(s+1)===34&&o.charCodeAt(s+2)===34&&o.charCodeAt(s+3)===34){l+=o.slice(u,s)+'"""';s+=4;u=s}else{++s}}throw nt(e,s,"Unterminated string.")}function Ut(e,t,n,r){return $t(e)<<12|$t(t)<<8|$t(n)<<4|$t(r)}function $t(e){return e>=48&&e<=57?e-48:e>=65&&e<=70?e-55:e>=97&&e<=102?e-87:-1}function Gt(e,t,n,r,i){var a=e.body;var o=a.length;var s=t+1;var u=0;while(s!==o&&!isNaN(u=a.charCodeAt(s))&&(u===95||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122)){++s}return new ut(lt.NAME,t,s,n,r,i,a.slice(t,s))}function Jt(e){return e===95||e>=65&&e<=90||e>=97&&e<=122}function Kt(e,t){var n=new Ht(e,t);return n.parseDocument()}var Ht=function(){function e(e,t){var n=Tt(e)?e:new Ot(e);this._lexer=new kt(n);this._options=t}var t=e.prototype;t.parseName=function e(){var t=this.expectToken(lt.NAME);return{kind:rt.NAME,value:t.value,loc:this.loc(t)}};t.parseDocument=function e(){var t=this._lexer.token;return{kind:rt.DOCUMENT,definitions:this.many(lt.SOF,this.parseDefinition,lt.EOF),loc:this.loc(t)}};t.parseDefinition=function e(){if(this.peek(lt.NAME)){switch(this._lexer.token.value){case"query":case"mutation":case"subscription":return this.parseOperationDefinition();case"fragment":return this.parseFragmentDefinition();case"schema":case"scalar":case"type":case"interface":case"union":case"enum":case"input":case"directive":return this.parseTypeSystemDefinition();case"extend":return this.parseTypeSystemExtension()}}else if(this.peek(lt.BRACE_L)){return this.parseOperationDefinition()}else if(this.peekDescription()){return this.parseTypeSystemDefinition()}throw this.unexpected()};t.parseOperationDefinition=function e(){var t=this._lexer.token;if(this.peek(lt.BRACE_L)){return{kind:rt.OPERATION_DEFINITION,operation:"query",name:undefined,variableDefinitions:[],directives:[],selectionSet:this.parseSelectionSet(),loc:this.loc(t)}}var n=this.parseOperationType();var r;if(this.peek(lt.NAME)){r=this.parseName()}return{kind:rt.OPERATION_DEFINITION,operation:n,name:r,variableDefinitions:this.parseVariableDefinitions(),directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}};t.parseOperationType=function e(){var t=this.expectToken(lt.NAME);switch(t.value){case"query":return"query";case"mutation":return"mutation";case"subscription":return"subscription"}throw this.unexpected(t)};t.parseVariableDefinitions=function e(){return this.optionalMany(lt.PAREN_L,this.parseVariableDefinition,lt.PAREN_R)};t.parseVariableDefinition=function e(){var t=this._lexer.token;return{kind:rt.VARIABLE_DEFINITION,variable:this.parseVariable(),type:(this.expectToken(lt.COLON),this.parseTypeReference()),defaultValue:this.expectOptionalToken(lt.EQUALS)?this.parseValueLiteral(true):undefined,directives:this.parseDirectives(true),loc:this.loc(t)}};t.parseVariable=function e(){var t=this._lexer.token;this.expectToken(lt.DOLLAR);return{kind:rt.VARIABLE,name:this.parseName(),loc:this.loc(t)}};t.parseSelectionSet=function e(){var t=this._lexer.token;return{kind:rt.SELECTION_SET,selections:this.many(lt.BRACE_L,this.parseSelection,lt.BRACE_R),loc:this.loc(t)}};t.parseSelection=function e(){return this.peek(lt.SPREAD)?this.parseFragment():this.parseField()};t.parseField=function e(){var t=this._lexer.token;var n=this.parseName();var r;var i;if(this.expectOptionalToken(lt.COLON)){r=n;i=this.parseName()}else{i=n}return{kind:rt.FIELD,alias:r,name:i,arguments:this.parseArguments(false),directives:this.parseDirectives(false),selectionSet:this.peek(lt.BRACE_L)?this.parseSelectionSet():undefined,loc:this.loc(t)}};t.parseArguments=function e(t){var n=t?this.parseConstArgument:this.parseArgument;return this.optionalMany(lt.PAREN_L,n,lt.PAREN_R)};t.parseArgument=function e(){var t=this._lexer.token;var n=this.parseName();this.expectToken(lt.COLON);return{kind:rt.ARGUMENT,name:n,value:this.parseValueLiteral(false),loc:this.loc(t)}};t.parseConstArgument=function e(){var t=this._lexer.token;return{kind:rt.ARGUMENT,name:this.parseName(),value:(this.expectToken(lt.COLON),this.parseValueLiteral(true)),loc:this.loc(t)}};t.parseFragment=function e(){var t=this._lexer.token;this.expectToken(lt.SPREAD);var n=this.expectOptionalKeyword("on");if(!n&&this.peek(lt.NAME)){return{kind:rt.FRAGMENT_SPREAD,name:this.parseFragmentName(),directives:this.parseDirectives(false),loc:this.loc(t)}}return{kind:rt.INLINE_FRAGMENT,typeCondition:n?this.parseNamedType():undefined,directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(t)}};t.parseFragmentDefinition=function e(){var t;var n=this._lexer.token;this.expectKeyword("fragment");if(((t=this._options)===null||t===void 0?void 0:t.experimentalFragmentVariables)===true){return{kind:rt.FRAGMENT_DEFINITION,name:this.parseFragmentName(),variableDefinitions:this.parseVariableDefinitions(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(n)}}return{kind:rt.FRAGMENT_DEFINITION,name:this.parseFragmentName(),typeCondition:(this.expectKeyword("on"),this.parseNamedType()),directives:this.parseDirectives(false),selectionSet:this.parseSelectionSet(),loc:this.loc(n)}};t.parseFragmentName=function e(){if(this._lexer.token.value==="on"){throw this.unexpected()}return this.parseName()};t.parseValueLiteral=function e(t){var n=this._lexer.token;switch(n.kind){case lt.BRACKET_L:return this.parseList(t);case lt.BRACE_L:return this.parseObject(t);case lt.INT:this._lexer.advance();return{kind:rt.INT,value:n.value,loc:this.loc(n)};case lt.FLOAT:this._lexer.advance();return{kind:rt.FLOAT,value:n.value,loc:this.loc(n)};case lt.STRING:case lt.BLOCK_STRING:return this.parseStringLiteral();case lt.NAME:this._lexer.advance();switch(n.value){case"true":return{kind:rt.BOOLEAN,value:true,loc:this.loc(n)};case"false":return{kind:rt.BOOLEAN,value:false,loc:this.loc(n)};case"null":return{kind:rt.NULL,loc:this.loc(n)};default:return{kind:rt.ENUM,value:n.value,loc:this.loc(n)}}case lt.DOLLAR:if(!t){return this.parseVariable()}break}throw this.unexpected()};t.parseStringLiteral=function e(){var t=this._lexer.token;this._lexer.advance();return{kind:rt.STRING,value:t.value,block:t.kind===lt.BLOCK_STRING,loc:this.loc(t)}};t.parseList=function e(t){var n=this;var r=this._lexer.token;var i=function e(){return n.parseValueLiteral(t)};return{kind:rt.LIST,values:this.any(lt.BRACKET_L,i,lt.BRACKET_R),loc:this.loc(r)}};t.parseObject=function e(t){var n=this;var r=this._lexer.token;var i=function e(){return n.parseObjectField(t)};return{kind:rt.OBJECT,fields:this.any(lt.BRACE_L,i,lt.BRACE_R),loc:this.loc(r)}};t.parseObjectField=function e(t){var n=this._lexer.token;var r=this.parseName();this.expectToken(lt.COLON);return{kind:rt.OBJECT_FIELD,name:r,value:this.parseValueLiteral(t),loc:this.loc(n)}};t.parseDirectives=function e(t){var n=[];while(this.peek(lt.AT)){n.push(this.parseDirective(t))}return n};t.parseDirective=function e(t){var n=this._lexer.token;this.expectToken(lt.AT);return{kind:rt.DIRECTIVE,name:this.parseName(),arguments:this.parseArguments(t),loc:this.loc(n)}};t.parseTypeReference=function e(){var t=this._lexer.token;var n;if(this.expectOptionalToken(lt.BRACKET_L)){n=this.parseTypeReference();this.expectToken(lt.BRACKET_R);n={kind:rt.LIST_TYPE,type:n,loc:this.loc(t)}}else{n=this.parseNamedType()}if(this.expectOptionalToken(lt.BANG)){return{kind:rt.NON_NULL_TYPE,type:n,loc:this.loc(t)}}return n};t.parseNamedType=function e(){var t=this._lexer.token;return{kind:rt.NAMED_TYPE,name:this.parseName(),loc:this.loc(t)}};t.parseTypeSystemDefinition=function e(){var t=this.peekDescription()?this._lexer.lookahead():this._lexer.token;if(t.kind===lt.NAME){switch(t.value){case"schema":return this.parseSchemaDefinition();case"scalar":return this.parseScalarTypeDefinition();case"type":return this.parseObjectTypeDefinition();case"interface":return this.parseInterfaceTypeDefinition();case"union":return this.parseUnionTypeDefinition();case"enum":return this.parseEnumTypeDefinition();case"input":return this.parseInputObjectTypeDefinition();case"directive":return this.parseDirectiveDefinition()}}throw this.unexpected(t)};t.peekDescription=function e(){return this.peek(lt.STRING)||this.peek(lt.BLOCK_STRING)};t.parseDescription=function e(){if(this.peekDescription()){return this.parseStringLiteral()}};t.parseSchemaDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("schema");var r=this.parseDirectives(true);var i=this.many(lt.BRACE_L,this.parseOperationTypeDefinition,lt.BRACE_R);return{kind:rt.SCHEMA_DEFINITION,description:n,directives:r,operationTypes:i,loc:this.loc(t)}};t.parseOperationTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseOperationType();this.expectToken(lt.COLON);var r=this.parseNamedType();return{kind:rt.OPERATION_TYPE_DEFINITION,operation:n,type:r,loc:this.loc(t)}};t.parseScalarTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("scalar");var r=this.parseName();var i=this.parseDirectives(true);return{kind:rt.SCALAR_TYPE_DEFINITION,description:n,name:r,directives:i,loc:this.loc(t)}};t.parseObjectTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("type");var r=this.parseName();var i=this.parseImplementsInterfaces();var a=this.parseDirectives(true);var o=this.parseFieldsDefinition();return{kind:rt.OBJECT_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:a,fields:o,loc:this.loc(t)}};t.parseImplementsInterfaces=function e(){var t;if(!this.expectOptionalKeyword("implements")){return[]}if(((t=this._options)===null||t===void 0?void 0:t.allowLegacySDLImplementsInterfaces)===true){var n=[];this.expectOptionalToken(lt.AMP);do{n.push(this.parseNamedType())}while(this.expectOptionalToken(lt.AMP)||this.peek(lt.NAME));return n}return this.delimitedMany(lt.AMP,this.parseNamedType)};t.parseFieldsDefinition=function e(){var t;if(((t=this._options)===null||t===void 0?void 0:t.allowLegacySDLEmptyFields)===true&&this.peek(lt.BRACE_L)&&this._lexer.lookahead().kind===lt.BRACE_R){this._lexer.advance();this._lexer.advance();return[]}return this.optionalMany(lt.BRACE_L,this.parseFieldDefinition,lt.BRACE_R)};t.parseFieldDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();var r=this.parseName();var i=this.parseArgumentDefs();this.expectToken(lt.COLON);var a=this.parseTypeReference();var o=this.parseDirectives(true);return{kind:rt.FIELD_DEFINITION,description:n,name:r,arguments:i,type:a,directives:o,loc:this.loc(t)}};t.parseArgumentDefs=function e(){return this.optionalMany(lt.PAREN_L,this.parseInputValueDef,lt.PAREN_R)};t.parseInputValueDef=function e(){var t=this._lexer.token;var n=this.parseDescription();var r=this.parseName();this.expectToken(lt.COLON);var i=this.parseTypeReference();var a;if(this.expectOptionalToken(lt.EQUALS)){a=this.parseValueLiteral(true)}var o=this.parseDirectives(true);return{kind:rt.INPUT_VALUE_DEFINITION,description:n,name:r,type:i,defaultValue:a,directives:o,loc:this.loc(t)}};t.parseInterfaceTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("interface");var r=this.parseName();var i=this.parseImplementsInterfaces();var a=this.parseDirectives(true);var o=this.parseFieldsDefinition();return{kind:rt.INTERFACE_TYPE_DEFINITION,description:n,name:r,interfaces:i,directives:a,fields:o,loc:this.loc(t)}};t.parseUnionTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("union");var r=this.parseName();var i=this.parseDirectives(true);var a=this.parseUnionMemberTypes();return{kind:rt.UNION_TYPE_DEFINITION,description:n,name:r,directives:i,types:a,loc:this.loc(t)}};t.parseUnionMemberTypes=function e(){return this.expectOptionalToken(lt.EQUALS)?this.delimitedMany(lt.PIPE,this.parseNamedType):[]};t.parseEnumTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("enum");var r=this.parseName();var i=this.parseDirectives(true);var a=this.parseEnumValuesDefinition();return{kind:rt.ENUM_TYPE_DEFINITION,description:n,name:r,directives:i,values:a,loc:this.loc(t)}};t.parseEnumValuesDefinition=function e(){return this.optionalMany(lt.BRACE_L,this.parseEnumValueDefinition,lt.BRACE_R)};t.parseEnumValueDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();var r=this.parseName();var i=this.parseDirectives(true);return{kind:rt.ENUM_VALUE_DEFINITION,description:n,name:r,directives:i,loc:this.loc(t)}};t.parseInputObjectTypeDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("input");var r=this.parseName();var i=this.parseDirectives(true);var a=this.parseInputFieldsDefinition();return{kind:rt.INPUT_OBJECT_TYPE_DEFINITION,description:n,name:r,directives:i,fields:a,loc:this.loc(t)}};t.parseInputFieldsDefinition=function e(){return this.optionalMany(lt.BRACE_L,this.parseInputValueDef,lt.BRACE_R)};t.parseTypeSystemExtension=function e(){var t=this._lexer.lookahead();if(t.kind===lt.NAME){switch(t.value){case"schema":return this.parseSchemaExtension();case"scalar":return this.parseScalarTypeExtension();case"type":return this.parseObjectTypeExtension();case"interface":return this.parseInterfaceTypeExtension();case"union":return this.parseUnionTypeExtension();case"enum":return this.parseEnumTypeExtension();case"input":return this.parseInputObjectTypeExtension()}}throw this.unexpected(t)};t.parseSchemaExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("schema");var n=this.parseDirectives(true);var r=this.optionalMany(lt.BRACE_L,this.parseOperationTypeDefinition,lt.BRACE_R);if(n.length===0&&r.length===0){throw this.unexpected()}return{kind:rt.SCHEMA_EXTENSION,directives:n,operationTypes:r,loc:this.loc(t)}};t.parseScalarTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("scalar");var n=this.parseName();var r=this.parseDirectives(true);if(r.length===0){throw this.unexpected()}return{kind:rt.SCALAR_TYPE_EXTENSION,name:n,directives:r,loc:this.loc(t)}};t.parseObjectTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("type");var n=this.parseName();var r=this.parseImplementsInterfaces();var i=this.parseDirectives(true);var a=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&a.length===0){throw this.unexpected()}return{kind:rt.OBJECT_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:a,loc:this.loc(t)}};t.parseInterfaceTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("interface");var n=this.parseName();var r=this.parseImplementsInterfaces();var i=this.parseDirectives(true);var a=this.parseFieldsDefinition();if(r.length===0&&i.length===0&&a.length===0){throw this.unexpected()}return{kind:rt.INTERFACE_TYPE_EXTENSION,name:n,interfaces:r,directives:i,fields:a,loc:this.loc(t)}};t.parseUnionTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("union");var n=this.parseName();var r=this.parseDirectives(true);var i=this.parseUnionMemberTypes();if(r.length===0&&i.length===0){throw this.unexpected()}return{kind:rt.UNION_TYPE_EXTENSION,name:n,directives:r,types:i,loc:this.loc(t)}};t.parseEnumTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("enum");var n=this.parseName();var r=this.parseDirectives(true);var i=this.parseEnumValuesDefinition();if(r.length===0&&i.length===0){throw this.unexpected()}return{kind:rt.ENUM_TYPE_EXTENSION,name:n,directives:r,values:i,loc:this.loc(t)}};t.parseInputObjectTypeExtension=function e(){var t=this._lexer.token;this.expectKeyword("extend");this.expectKeyword("input");var n=this.parseName();var r=this.parseDirectives(true);var i=this.parseInputFieldsDefinition();if(r.length===0&&i.length===0){throw this.unexpected()}return{kind:rt.INPUT_OBJECT_TYPE_EXTENSION,name:n,directives:r,fields:i,loc:this.loc(t)}};t.parseDirectiveDefinition=function e(){var t=this._lexer.token;var n=this.parseDescription();this.expectKeyword("directive");this.expectToken(lt.AT);var r=this.parseName();var i=this.parseArgumentDefs();var a=this.expectOptionalKeyword("repeatable");this.expectKeyword("on");var o=this.parseDirectiveLocations();return{kind:rt.DIRECTIVE_DEFINITION,description:n,name:r,arguments:i,repeatable:a,locations:o,loc:this.loc(t)}};t.parseDirectiveLocations=function e(){return this.delimitedMany(lt.PIPE,this.parseDirectiveLocation)};t.parseDirectiveLocation=function e(){var t=this._lexer.token;var n=this.parseName();if(xt[n.value]!==undefined){return n}throw this.unexpected(t)};t.loc=function e(t){var n;if(((n=this._options)===null||n===void 0?void 0:n.noLocation)!==true){return new st(t,this._lexer.lastToken,this._lexer.source)}};t.peek=function e(t){return this._lexer.token.kind===t};t.expectToken=function e(t){var n=this._lexer.token;if(n.kind===t){this._lexer.advance();return n}throw nt(this._lexer.source,n.start,"Expected ".concat(Yt(t),", found ").concat(Wt(n),"."))};t.expectOptionalToken=function e(t){var n=this._lexer.token;if(n.kind===t){this._lexer.advance();return n}return undefined};t.expectKeyword=function e(t){var n=this._lexer.token;if(n.kind===lt.NAME&&n.value===t){this._lexer.advance()}else{throw nt(this._lexer.source,n.start,'Expected "'.concat(t,'", found ').concat(Wt(n),"."))}};t.expectOptionalKeyword=function e(t){var n=this._lexer.token;if(n.kind===lt.NAME&&n.value===t){this._lexer.advance();return true}return false};t.unexpected=function e(t){var n=t!==null&&t!==void 0?t:this._lexer.token;return nt(this._lexer.source,n.start,"Unexpected ".concat(Wt(n),"."))};t.any=function e(t,n,r){this.expectToken(t);var i=[];while(!this.expectOptionalToken(r)){i.push(n.call(this))}return i};t.optionalMany=function e(t,n,r){if(this.expectOptionalToken(t)){var i=[];do{i.push(n.call(this))}while(!this.expectOptionalToken(r));return i}return[]};t.many=function e(t,n,r){this.expectToken(t);var i=[];do{i.push(n.call(this))}while(!this.expectOptionalToken(r));return i};t.delimitedMany=function e(t,n){this.expectOptionalToken(t);var r=[];do{r.push(n.call(this))}while(this.expectOptionalToken(t));return r};return e}();function Wt(e){var t=e.value;return Yt(e.kind)+(t!=null?' "'.concat(t,'"'):"")}function Yt(e){return Pt(e)?'"'.concat(e,'"'):e}var zt={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]};var Qt=Object.freeze({});function Xt(e,t){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:zt;var r=undefined;var i=Array.isArray(e);var a=[e];var o=-1;var s=[];var u=undefined;var c=undefined;var l=undefined;var f=[];var d=[];var p=e;do{o++;var h=o===a.length;var v=h&&s.length!==0;if(h){c=d.length===0?undefined:f[f.length-1];u=l;l=d.pop();if(v){if(i){u=u.slice()}else{var y={};for(var m=0,b=Object.keys(u);m<b.length;m++){var g=b[m];y[g]=u[g]}u=y}var E=0;for(var w=0;w<s.length;w++){var _=s[w][0];var S=s[w][1];if(i){_-=E}if(i&&S===null){u.splice(_,1);E++}else{u[_]=S}}}o=r.index;a=r.keys;s=r.edits;i=r.inArray;r=r.prev}else{c=l?i?o:a[o]:undefined;u=l?l[c]:p;if(u===null||u===undefined){continue}if(l){f.push(c)}}var I=void 0;if(!Array.isArray(u)){if(!ct(u)){throw new Error("Invalid AST Node: ".concat(ht(u),"."))}var O=Zt(t,u.kind,h);if(O){I=O.call(t,u,c,l,f,d);if(I===Qt){break}if(I===false){if(!h){f.pop();continue}}else if(I!==undefined){s.push([c,I]);if(!h){if(ct(I)){u=I}else{f.pop();continue}}}}}if(I===undefined&&v){s.push([c,u])}if(h){f.pop()}else{var T;r={inArray:i,index:o,keys:a,edits:s,prev:r};i=Array.isArray(u);a=i?u:(T=n[u.kind])!==null&&T!==void 0?T:[];o=-1;s=[];if(l){d.push(l)}l=u}}while(r!==undefined);if(s.length!==0){p=s[s.length-1][1]}return p}function Zt(e,t,n){var r=e[t];if(r){if(!n&&typeof r==="function"){return r}var i=n?r.leave:r.enter;if(typeof i==="function"){return i}}else{var a=n?e.leave:e.enter;if(a){if(typeof a==="function"){return a}var o=a[t];if(typeof o==="function"){return o}}}}function en(e){return Xt(e,{leave:nn})}var tn=80;var nn={Name:function e(t){return t.value},Variable:function e(t){return"$"+t.name},Document:function e(t){return an(t.definitions,"\n\n")+"\n"},OperationDefinition:function e(t){var n=t.operation;var r=t.name;var i=sn("(",an(t.variableDefinitions,", "),")");var a=an(t.directives," ");var o=t.selectionSet;return!r&&!a&&!i&&n==="query"?o:an([n,an([r,i]),a,o]," ")},VariableDefinition:function e(t){var n=t.variable,r=t.type,i=t.defaultValue,a=t.directives;return n+": "+r+sn(" = ",i)+sn(" ",an(a," "))},SelectionSet:function e(t){var n=t.selections;return on(n)},Field:function e(t){var n=t.alias,r=t.name,i=t.arguments,a=t.directives,o=t.selectionSet;var s=sn("",n,": ")+r;var u=s+sn("(",an(i,", "),")");if(u.length>tn){u=s+sn("(\n",un(an(i,"\n")),"\n)")}return an([u,an(a," "),o]," ")},Argument:function e(t){var n=t.name,r=t.value;return n+": "+r},FragmentSpread:function e(t){var n=t.name,r=t.directives;return"..."+n+sn(" ",an(r," "))},InlineFragment:function e(t){var n=t.typeCondition,r=t.directives,i=t.selectionSet;return an(["...",sn("on ",n),an(r," "),i]," ")},FragmentDefinition:function e(t){var n=t.name,r=t.typeCondition,i=t.variableDefinitions,a=t.directives,o=t.selectionSet;return"fragment ".concat(n).concat(sn("(",an(i,", "),")")," ")+"on ".concat(r," ").concat(sn("",an(a," ")," "))+o},IntValue:function e(t){var n=t.value;return n},FloatValue:function e(t){var n=t.value;return n},StringValue:function e(t,n){var r=t.value,i=t.block;return i?Ct(r,n==="description"?"":" "):JSON.stringify(r)},BooleanValue:function e(t){var n=t.value;return n?"true":"false"},NullValue:function e(){return"null"},EnumValue:function e(t){var n=t.value;return n},ListValue:function e(t){var n=t.values;return"["+an(n,", ")+"]"},ObjectValue:function e(t){var n=t.fields;return"{"+an(n,", ")+"}"},ObjectField:function e(t){var n=t.name,r=t.value;return n+": "+r},Directive:function e(t){var n=t.name,r=t.arguments;return"@"+n+sn("(",an(r,", "),")")},NamedType:function e(t){var n=t.name;return n},ListType:function e(t){var n=t.type;return"["+n+"]"},NonNullType:function e(t){var n=t.type;return n+"!"},SchemaDefinition:rn((function(e){var t=e.directives,n=e.operationTypes;return an(["schema",an(t," "),on(n)]," ")})),OperationTypeDefinition:function e(t){var n=t.operation,r=t.type;return n+": "+r},ScalarTypeDefinition:rn((function(e){var t=e.name,n=e.directives;return an(["scalar",t,an(n," ")]," ")})),ObjectTypeDefinition:rn((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return an(["type",t,sn("implements ",an(n," & ")),an(r," "),on(i)]," ")})),FieldDefinition:rn((function(e){var t=e.name,n=e.arguments,r=e.type,i=e.directives;return t+(ln(n)?sn("(\n",un(an(n,"\n")),"\n)"):sn("(",an(n,", "),")"))+": "+r+sn(" ",an(i," "))})),InputValueDefinition:rn((function(e){var t=e.name,n=e.type,r=e.defaultValue,i=e.directives;return an([t+": "+n,sn("= ",r),an(i," ")]," ")})),InterfaceTypeDefinition:rn((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return an(["interface",t,sn("implements ",an(n," & ")),an(r," "),on(i)]," ")})),UnionTypeDefinition:rn((function(e){var t=e.name,n=e.directives,r=e.types;return an(["union",t,an(n," "),r&&r.length!==0?"= "+an(r," | "):""]," ")})),EnumTypeDefinition:rn((function(e){var t=e.name,n=e.directives,r=e.values;return an(["enum",t,an(n," "),on(r)]," ")})),EnumValueDefinition:rn((function(e){var t=e.name,n=e.directives;return an([t,an(n," ")]," ")})),InputObjectTypeDefinition:rn((function(e){var t=e.name,n=e.directives,r=e.fields;return an(["input",t,an(n," "),on(r)]," ")})),DirectiveDefinition:rn((function(e){var t=e.name,n=e.arguments,r=e.repeatable,i=e.locations;return"directive @"+t+(ln(n)?sn("(\n",un(an(n,"\n")),"\n)"):sn("(",an(n,", "),")"))+(r?" repeatable":"")+" on "+an(i," | ")})),SchemaExtension:function e(t){var n=t.directives,r=t.operationTypes;return an(["extend schema",an(n," "),on(r)]," ")},ScalarTypeExtension:function e(t){var n=t.name,r=t.directives;return an(["extend scalar",n,an(r," ")]," ")},ObjectTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return an(["extend type",n,sn("implements ",an(r," & ")),an(i," "),on(a)]," ")},InterfaceTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return an(["extend interface",n,sn("implements ",an(r," & ")),an(i," "),on(a)]," ")},UnionTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.types;return an(["extend union",n,an(r," "),i&&i.length!==0?"= "+an(i," | "):""]," ")},EnumTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.values;return an(["extend enum",n,an(r," "),on(i)]," ")},InputObjectTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.fields;return an(["extend input",n,an(r," "),on(i)]," ")}};function rn(e){return function(t){return an([t.description,e(t)],"\n")}}function an(e){var t;var n=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";return(t=e===null||e===void 0?void 0:e.filter((function(e){return e})).join(n))!==null&&t!==void 0?t:""}function on(e){return sn("{\n",un(an(e,"\n")),"\n}")}function sn(e,t){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:"";return t!=null&&t!==""?e+t+n:""}function un(e){return sn(" ",e.replace(/\n/g,"\n "))}function cn(e){return e.indexOf("\n")!==-1}function ln(e){return e!=null&&e.some(cn)}function fn(e){this.message=e}fn.prototype=new Error,fn.prototype.name="InvalidCharacterError";var dn="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new fn("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,r,i=0,a=0,o="";r=t.charAt(a++);~r&&(n=i%4?64*n+r:r,i++%4)?o+=String.fromCharCode(255&n>>(-2*i&6)):0)r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(r);return o};function pn(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(dn(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return dn(t)}}function hn(e){this.message=e}function vn(e,t){if("string"!=typeof e)throw new hn("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(pn(e.split(".")[n]))}catch(e){throw new hn("Invalid token specified: "+e.message)}}hn.prototype=new Error,hn.prototype.name="InvalidTokenError";function yn(e,t){var n=t&&t.cache?t.cache:Tn;var r=t&&t.serializer?t.serializer:In;var i=t&&t.strategy?t.strategy:wn;return i(e,{cache:n,serializer:r})}function mn(e){return e==null||typeof e==="number"||typeof e==="boolean"}function bn(e,t,n,r){var i=mn(r)?r:n(r);var a=t.get(i);if(typeof a==="undefined"){a=e.call(this,r);t.set(i,a)}return a}function gn(e,t,n){var r=Array.prototype.slice.call(arguments,3);var i=n(r);var a=t.get(i);if(typeof a==="undefined"){a=e.apply(this,r);t.set(i,a)}return a}function En(e,t,n,r,i){return n.bind(t,e,r,i)}function wn(e,t){var n=e.length===1?bn:gn;return En(e,this,n,t.cache.create(),t.serializer)}function _n(e,t){var n=gn;return En(e,this,n,t.cache.create(),t.serializer)}function Sn(e,t){var n=bn;return En(e,this,n,t.cache.create(),t.serializer)}function In(){return JSON.stringify(arguments)}function On(){this.cache=Object.create(null)}On.prototype.has=function(e){return e in this.cache};On.prototype.get=function(e){return this.cache[e]};On.prototype.set=function(e,t){this.cache[e]=t};var Tn={create:function e(){return new On}};var xn=e("s",yn);var An={variadic:_n,monadic:Sn};xn.strategies=An;var Nn=Object.freeze(Object.assign(Object.create(null),xn,{default:xn,strategies:An}));e("m",Nn);var Dn=i((function(e,t){var n=a&&a.__assign||function(){n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return n.apply(this,arguments)};var r=a&&a.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};Object.defineProperty(t,"__esModule",{value:true});t.renameVariables=t.renameVariablesAndTopLevelFields=t.renameVariablesAndTopLevelFieldsOnOpDef=t.renameSelectionSetArguments=t.renameVariableDefinition=t.renameDirectiveArguments=t.renameArgument=t.renameValue=t.defaultRenameFn=void 0;t.defaultRenameFn=function(e,t){return e+"_"+t};function i(e,t){if(e.kind==="Variable"){return n(n({},e),{name:n(n({},e.name),{value:t(e.name.value)})})}else if(e.kind==="ObjectValue"){return n(n({},e),{fields:e.fields.map((function(e){return n(n({},e),{value:i(e.value,t)})}))})}else if(e.kind==="ListValue"){return n(n({},e),{values:e.values.map((function(e){return i(e,t)}))})}return e}t.renameValue=i;function o(e,t){return n(n({},e),{value:i(e.value,t)})}t.renameArgument=o;function s(e,t){var r;return n(n({},e),{arguments:(r=e.arguments)===null||r===void 0?void 0:r.map((function(e){return o(e,t)}))})}t.renameDirectiveArguments=s;function u(e,t){var r;return n(n({},e),{variable:n(n({},e.variable),{name:n(n({},e.variable.name),{value:t(e.variable.name.value)})}),directives:(r=e.directives)===null||r===void 0?void 0:r.map((function(e){return s(e,t)}))})}t.renameVariableDefinition=u;function c(e,t){return n(n({},e),{selections:e.selections.map((function(e){var r,i,a;switch(e.kind){case"Field":return n(n({},e),{arguments:(r=e.arguments)===null||r===void 0?void 0:r.map((function(e){return o(e,t)})),selectionSet:e.selectionSet?c(e.selectionSet,t):undefined});case"FragmentSpread":return n(n({},e),{directives:(i=e.directives)===null||i===void 0?void 0:i.map((function(e){return s(e,t)}))});case"InlineFragment":return n(n({},e),{directives:(a=e.directives)===null||a===void 0?void 0:a.map((function(e){return s(e,t)})),selectionSet:c(e.selectionSet,t)})}}))})}t.renameSelectionSetArguments=c;function l(e,t,r){var i,a;return n(n({},e),{variableDefinitions:(i=e.variableDefinitions)===null||i===void 0?void 0:i.map((function(e){return u(e,t)})),directives:(a=e.directives)===null||a===void 0?void 0:a.map((function(e){return s(e,t)})),selectionSet:c(n(n({},e.selectionSet),{selections:e.selectionSet.selections.map((function(e){var t,i;switch(e.kind){case"Field":return n(n({},e),{alias:n(n({},e.name),{value:r((i=(t=e.alias)===null||t===void 0?void 0:t.value)!==null&&i!==void 0?i:e.name.value)})});default:return e}}))}),t)})}t.renameVariablesAndTopLevelFieldsOnOpDef=l;function f(e,t,i){return n(n({},e),{definitions:r(e.definitions.filter((function(e){return e.kind!=="OperationDefinition"})),e.definitions.filter((function(e){return e.kind==="OperationDefinition"})).map((function(e){return l(e,t,i)})))})}t.renameVariablesAndTopLevelFields=f;function d(e,t){return Object.keys(e).reduce((function(r,i){var a;return n(n({},r),(a={},a[t(i)]=e[i],a))}),{})}t.renameVariables=d}));var Cn=i((function(e,t){var n=a&&a.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(t.hasOwnProperty(n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var r=a&&a.__assign||function(){r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return r.apply(this,arguments)};var i=a&&a.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};Object.defineProperty(t,"__esModule",{value:true});var o={kind:"Document",definitions:[]};var s=function(e){n(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(Error);var u=function(){function e(e,t,n){this.operationName=e;this.document=t;this.variables=n}e.prototype.add=function(t,n){var a=this;var o=this.document.definitions.concat(t.definitions).filter((function(e){return e.kind==="OperationDefinition"}));if(!o.length){throw new s("Expected at least one OperationDefinition, but found none.")}o.forEach((function(e){var t,n;var r=o.filter((function(t){return t!==e}));r.forEach((function(t){var n,r;if(t.operation!==e.operation){throw new s("expected all operations to be of the smae type, but "+((n=t.name)===null||n===void 0?void 0:n.value)+" is "+t.operation+" and "+((r=e.name)===null||r===void 0?void 0:r.value)+" is "+e.operation)}}));(t=e.selectionSet.selections)===null||t===void 0?void 0:t.filter((function(e){return e.kind==="Field"})).forEach((function(t){r.forEach((function(n){var r;return(r=n.selectionSet.selections)===null||r===void 0?void 0:r.filter((function(e){return e.kind==="Field"})).forEach((function(r){var i,a,o,u;if((((i=t.alias)===null||i===void 0?void 0:i.value)||t.name.value)===(((a=r.alias)===null||a===void 0?void 0:a.value)||r.name.value)){throw new s("duplicate field definition "+r.name.value+" for oprations "+((o=e.name)===null||o===void 0?void 0:o.value)+" and "+((u=n.name)===null||u===void 0?void 0:u.value))}}))}))}));(n=e.variableDefinitions)===null||n===void 0?void 0:n.forEach((function(t){r.forEach((function(n){var r;return(r=n.variableDefinitions)===null||r===void 0?void 0:r.forEach((function(r){var i,a;if(t.variable.name.value===r.variable.name.value){throw new s("duplicate variable definition "+r.variable.name.value+" for oprations "+((i=e.name)===null||i===void 0?void 0:i.value)+" and "+((a=n.name)===null||a===void 0?void 0:a.value))}}))}))}))}));var u=function(){if(a.variables&&n){return r(r({},a.variables),n)}return n||a.variables}();var c=[{kind:"OperationDefinition",directives:o.flatMap((function(e){return e.directives||[]})),name:{kind:"Name",value:this.operationName},operation:o[0].operation,selectionSet:{kind:"SelectionSet",selections:o.flatMap((function(e){return e.selectionSet.selections}))},variableDefinitions:o.flatMap((function(e){return e.variableDefinitions||[]}))}];var l=new Set;var f=this.document.definitions.concat(t.definitions);for(var d=0,p=f;d<p.length;d++){var h=p[d];if(h.kind==="OperationDefinition"){continue}if(h.kind==="FragmentDefinition"){if(l.has(h.name.value)){continue}l.add(h.name.value)}c=i([h],c)}var v={kind:"Document",definitions:c};return new e(this.operationName,v,u)};e.prototype.addN=function(e,t,n,r){if(n===void 0){n=Dn.defaultRenameFn}if(r===void 0){r=Dn.defaultRenameFn}if(!t.length){return this}return t.reduce((function(t,i,a){var o=Dn.renameVariablesAndTopLevelFields(e,(function(e){return n(e,a)}),(function(e){return r(e,a)}));var s=Dn.renameVariables(i,(function(e){return n(e,a)}));return t.add(o,s)}),this)};return e}();function c(e){return{operationName:e,add:function(e,t){return new u(this.operationName,e,t)},addN:function(e,t,n,r){return new u(this.operationName,o).addN(e,t,n,r)}}}t.default=c}));var kn=o(Cn);var Pn=i((function(e,t){var n=typeof self!=="undefined"?self:a;var r=function(){function e(){this.fetch=false;this.DOMException=n.DOMException}e.prototype=n;return new e}();(function(e){var t=function(t){var n={searchParams:"URLSearchParams"in e,iterable:"Symbol"in e&&"iterator"in Symbol,blob:"FileReader"in e&&"Blob"in e&&function(){try{new Blob;return true}catch(e){return false}}(),formData:"FormData"in e,arrayBuffer:"ArrayBuffer"in e};function r(e){return e&&DataView.prototype.isPrototypeOf(e)}if(n.arrayBuffer){var i=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"];var a=ArrayBuffer.isView||function(e){return e&&i.indexOf(Object.prototype.toString.call(e))>-1}}function o(e){if(typeof e!=="string"){e=String(e)}if(/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(e)){throw new TypeError("Invalid character in header field name")}return e.toLowerCase()}function s(e){if(typeof e!=="string"){e=String(e)}return e}function u(e){var t={next:function(){var t=e.shift();return{done:t===undefined,value:t}}};if(n.iterable){t[Symbol.iterator]=function(){return t}}return t}function c(e){this.map={};if(e instanceof c){e.forEach((function(e,t){this.append(t,e)}),this)}else if(Array.isArray(e)){e.forEach((function(e){this.append(e[0],e[1])}),this)}else if(e){Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}}c.prototype.append=function(e,t){e=o(e);t=s(t);var n=this.map[e];this.map[e]=n?n+", "+t:t};c.prototype["delete"]=function(e){delete this.map[o(e)]};c.prototype.get=function(e){e=o(e);return this.has(e)?this.map[e]:null};c.prototype.has=function(e){return this.map.hasOwnProperty(o(e))};c.prototype.set=function(e,t){this.map[o(e)]=s(t)};c.prototype.forEach=function(e,t){for(var n in this.map){if(this.map.hasOwnProperty(n)){e.call(t,this.map[n],n,this)}}};c.prototype.keys=function(){var e=[];this.forEach((function(t,n){e.push(n)}));return u(e)};c.prototype.values=function(){var e=[];this.forEach((function(t){e.push(t)}));return u(e)};c.prototype.entries=function(){var e=[];this.forEach((function(t,n){e.push([n,t])}));return u(e)};if(n.iterable){c.prototype[Symbol.iterator]=c.prototype.entries}function l(e){if(e.bodyUsed){return Promise.reject(new TypeError("Already read"))}e.bodyUsed=true}function f(e){return new Promise((function(t,n){e.onload=function(){t(e.result)};e.onerror=function(){n(e.error)}}))}function d(e){var t=new FileReader;var n=f(t);t.readAsArrayBuffer(e);return n}function p(e){var t=new FileReader;var n=f(t);t.readAsText(e);return n}function h(e){var t=new Uint8Array(e);var n=new Array(t.length);for(var r=0;r<t.length;r++){n[r]=String.fromCharCode(t[r])}return n.join("")}function v(e){if(e.slice){return e.slice(0)}else{var t=new Uint8Array(e.byteLength);t.set(new Uint8Array(e));return t.buffer}}function y(){this.bodyUsed=false;this._initBody=function(e){this._bodyInit=e;if(!e){this._bodyText=""}else if(typeof e==="string"){this._bodyText=e}else if(n.blob&&Blob.prototype.isPrototypeOf(e)){this._bodyBlob=e}else if(n.formData&&FormData.prototype.isPrototypeOf(e)){this._bodyFormData=e}else if(n.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)){this._bodyText=e.toString()}else if(n.arrayBuffer&&n.blob&&r(e)){this._bodyArrayBuffer=v(e.buffer);this._bodyInit=new Blob([this._bodyArrayBuffer])}else if(n.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(e)||a(e))){this._bodyArrayBuffer=v(e)}else{this._bodyText=e=Object.prototype.toString.call(e)}if(!this.headers.get("content-type")){if(typeof e==="string"){this.headers.set("content-type","text/plain;charset=UTF-8")}else if(this._bodyBlob&&this._bodyBlob.type){this.headers.set("content-type",this._bodyBlob.type)}else if(n.searchParams&&URLSearchParams.prototype.isPrototypeOf(e)){this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8")}}};if(n.blob){this.blob=function(){var e=l(this);if(e){return e}if(this._bodyBlob){return Promise.resolve(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(new Blob([this._bodyArrayBuffer]))}else if(this._bodyFormData){throw new Error("could not read FormData body as blob")}else{return Promise.resolve(new Blob([this._bodyText]))}};this.arrayBuffer=function(){if(this._bodyArrayBuffer){return l(this)||Promise.resolve(this._bodyArrayBuffer)}else{return this.blob().then(d)}}}this.text=function(){var e=l(this);if(e){return e}if(this._bodyBlob){return p(this._bodyBlob)}else if(this._bodyArrayBuffer){return Promise.resolve(h(this._bodyArrayBuffer))}else if(this._bodyFormData){throw new Error("could not read FormData body as text")}else{return Promise.resolve(this._bodyText)}};if(n.formData){this.formData=function(){return this.text().then(E)}}this.json=function(){return this.text().then(JSON.parse)};return this}var m=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function b(e){var t=e.toUpperCase();return m.indexOf(t)>-1?t:e}function g(e,t){t=t||{};var n=t.body;if(e instanceof g){if(e.bodyUsed){throw new TypeError("Already read")}this.url=e.url;this.credentials=e.credentials;if(!t.headers){this.headers=new c(e.headers)}this.method=e.method;this.mode=e.mode;this.signal=e.signal;if(!n&&e._bodyInit!=null){n=e._bodyInit;e.bodyUsed=true}}else{this.url=String(e)}this.credentials=t.credentials||this.credentials||"same-origin";if(t.headers||!this.headers){this.headers=new c(t.headers)}this.method=b(t.method||this.method||"GET");this.mode=t.mode||this.mode||null;this.signal=t.signal||this.signal;this.referrer=null;if((this.method==="GET"||this.method==="HEAD")&&n){throw new TypeError("Body not allowed for GET or HEAD requests")}this._initBody(n)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})};function E(e){var t=new FormData;e.trim().split("&").forEach((function(e){if(e){var n=e.split("=");var r=n.shift().replace(/\+/g," ");var i=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(i))}}));return t}function w(e){var t=new c;var n=e.replace(/\r?\n[\t ]+/g," ");n.split(/\r?\n/).forEach((function(e){var n=e.split(":");var r=n.shift().trim();if(r){var i=n.join(":").trim();t.append(r,i)}}));return t}y.call(g.prototype);function _(e,t){if(!t){t={}}this.type="default";this.status=t.status===undefined?200:t.status;this.ok=this.status>=200&&this.status<300;this.statusText="statusText"in t?t.statusText:"OK";this.headers=new c(t.headers);this.url=t.url||"";this._initBody(e)}y.call(_.prototype);_.prototype.clone=function(){return new _(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new c(this.headers),url:this.url})};_.error=function(){var e=new _(null,{status:0,statusText:""});e.type="error";return e};var S=[301,302,303,307,308];_.redirect=function(e,t){if(S.indexOf(t)===-1){throw new RangeError("Invalid status code")}return new _(null,{status:t,headers:{location:e}})};t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e;this.name=t;var n=Error(e);this.stack=n.stack};t.DOMException.prototype=Object.create(Error.prototype);t.DOMException.prototype.constructor=t.DOMException}function I(e,r){return new Promise((function(i,a){var o=new g(e,r);if(o.signal&&o.signal.aborted){return a(new t.DOMException("Aborted","AbortError"))}var s=new XMLHttpRequest;function u(){s.abort()}s.onload=function(){var e={status:s.status,statusText:s.statusText,headers:w(s.getAllResponseHeaders()||"")};e.url="responseURL"in s?s.responseURL:e.headers.get("X-Request-URL");var t="response"in s?s.response:s.responseText;i(new _(t,e))};s.onerror=function(){a(new TypeError("Network request failed"))};s.ontimeout=function(){a(new TypeError("Network request failed"))};s.onabort=function(){a(new t.DOMException("Aborted","AbortError"))};s.open(o.method,o.url,true);if(o.credentials==="include"){s.withCredentials=true}else if(o.credentials==="omit"){s.withCredentials=false}if("responseType"in s&&n.blob){s.responseType="blob"}o.headers.forEach((function(e,t){s.setRequestHeader(t,e)}));if(o.signal){o.signal.addEventListener("abort",u);s.onreadystatechange=function(){if(s.readyState===4){o.signal.removeEventListener("abort",u)}}}s.send(typeof o._bodyInit==="undefined"?null:o._bodyInit)}))}I.polyfill=true;if(!e.fetch){e.fetch=I;e.Headers=c;e.Request=g;e.Response=_}t.Headers=c;t.Request=g;t.Response=_;t.fetch=I;Object.defineProperty(t,"__esModule",{value:true});return t}({})})(r);r.fetch.ponyfill=true;delete r.fetch.polyfill;var i=r;t=i.fetch;t.default=i.fetch;t.fetch=i.fetch;t.Headers=i.Headers;t.Request=i.Request;t.Response=i.Response;e.exports=t}));var Fn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=void 0;var n=typeof Symbol==="function"&&typeof Symbol.for==="function"?Symbol.for("nodejs.util.inspect.custom"):undefined;var r=n;t.default=r}));var jn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=s;var n=r(Fn);function r(e){return e&&e.__esModule?e:{default:e}}function i(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){i=function e(t){return typeof t}}else{i=function e(t){return t&&typeof Symbol==="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t}}return i(e)}var a=10;var o=2;function s(e){return u(e,[])}function u(e,t){switch(i(e)){case"string":return JSON.stringify(e);case"function":return e.name?"[function ".concat(e.name,"]"):"[function]";case"object":if(e===null){return"null"}return c(e,t);default:return String(e)}}function c(e,t){if(t.indexOf(e)!==-1){return"[Circular]"}var n=[].concat(t,[e]);var r=d(e);if(r!==undefined){var i=r.call(e);if(i!==e){return typeof i==="string"?i:u(i,n)}}else if(Array.isArray(e)){return f(e,n)}return l(e,n)}function l(e,t){var n=Object.keys(e);if(n.length===0){return"{}"}if(t.length>o){return"["+p(e)+"]"}var r=n.map((function(n){var r=u(e[n],t);return n+": "+r}));return"{ "+r.join(", ")+" }"}function f(e,t){if(e.length===0){return"[]"}if(t.length>o){return"[Array]"}var n=Math.min(a,e.length);var r=e.length-n;var i=[];for(var s=0;s<n;++s){i.push(u(e[s],t))}if(r===1){i.push("... 1 more item")}else if(r>1){i.push("... ".concat(r," more items"))}return"["+i.join(", ")+"]"}function d(e){var t=e[String(n.default)];if(typeof t==="function"){return t}if(typeof e.inspect==="function"){return e.inspect}}function p(e){var t=Object.prototype.toString.call(e).replace(/^\[object /,"").replace(/]$/,"");if(t==="Object"&&typeof e.constructor==="function"){var n=e.constructor.name;if(typeof n==="string"&&n!==""){return n}}return t}}));var Rn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=n;function n(e,t){var n=Boolean(e);if(!n){throw new Error(t!=null?t:"Unexpected invariant triggered.")}}}));var Mn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.default=a;var n=i(Rn);var r=i(Fn);function i(e){return e&&e.__esModule?e:{default:e}}function a(e){var t=e.prototype.toJSON;typeof t==="function"||(0,n.default)(0);e.prototype.inspect=t;if(r.default){e.prototype[r.default]=t}}}));var Ln=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.isNode=o;t.Token=t.Location=void 0;var n=r(Mn);function r(e){return e&&e.__esModule?e:{default:e}}var i=function(){function e(e,t,n){this.start=e.start;this.end=t.end;this.startToken=e;this.endToken=t;this.source=n}var t=e.prototype;t.toJSON=function e(){return{start:this.start,end:this.end}};return e}();t.Location=i;(0,n.default)(i);var a=function(){function e(e,t,n,r,i,a,o){this.kind=e;this.start=t;this.end=n;this.line=r;this.column=i;this.value=o;this.prev=a;this.next=null}var t=e.prototype;t.toJSON=function e(){return{kind:this.kind,value:this.value,line:this.line,column:this.column}};return e}();t.Token=a;(0,n.default)(a);function o(e){return e!=null&&typeof e.kind==="string"}}));var qn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.visit=o;t.visitInParallel=s;t.getVisitFn=u;t.BREAK=t.QueryDocumentKeys=void 0;var n=r(jn);function r(e){return e&&e.__esModule?e:{default:e}}var i={Name:[],Document:["definitions"],OperationDefinition:["name","variableDefinitions","directives","selectionSet"],VariableDefinition:["variable","type","defaultValue","directives"],Variable:["name"],SelectionSet:["selections"],Field:["alias","name","arguments","directives","selectionSet"],Argument:["name","value"],FragmentSpread:["name","directives"],InlineFragment:["typeCondition","directives","selectionSet"],FragmentDefinition:["name","variableDefinitions","typeCondition","directives","selectionSet"],IntValue:[],FloatValue:[],StringValue:[],BooleanValue:[],NullValue:[],EnumValue:[],ListValue:["values"],ObjectValue:["fields"],ObjectField:["name","value"],Directive:["name","arguments"],NamedType:["name"],ListType:["type"],NonNullType:["type"],SchemaDefinition:["description","directives","operationTypes"],OperationTypeDefinition:["type"],ScalarTypeDefinition:["description","name","directives"],ObjectTypeDefinition:["description","name","interfaces","directives","fields"],FieldDefinition:["description","name","arguments","type","directives"],InputValueDefinition:["description","name","type","defaultValue","directives"],InterfaceTypeDefinition:["description","name","interfaces","directives","fields"],UnionTypeDefinition:["description","name","directives","types"],EnumTypeDefinition:["description","name","directives","values"],EnumValueDefinition:["description","name","directives"],InputObjectTypeDefinition:["description","name","directives","fields"],DirectiveDefinition:["description","name","arguments","locations"],SchemaExtension:["directives","operationTypes"],ScalarTypeExtension:["name","directives"],ObjectTypeExtension:["name","interfaces","directives","fields"],InterfaceTypeExtension:["name","interfaces","directives","fields"],UnionTypeExtension:["name","directives","types"],EnumTypeExtension:["name","directives","values"],InputObjectTypeExtension:["name","directives","fields"]};t.QueryDocumentKeys=i;var a=Object.freeze({});t.BREAK=a;function o(e,t){var r=arguments.length>2&&arguments[2]!==undefined?arguments[2]:i;var o=undefined;var s=Array.isArray(e);var c=[e];var l=-1;var f=[];var d=undefined;var p=undefined;var h=undefined;var v=[];var y=[];var m=e;do{l++;var b=l===c.length;var g=b&&f.length!==0;if(b){p=y.length===0?undefined:v[v.length-1];d=h;h=y.pop();if(g){if(s){d=d.slice()}else{var E={};for(var w=0,_=Object.keys(d);w<_.length;w++){var S=_[w];E[S]=d[S]}d=E}var I=0;for(var O=0;O<f.length;O++){var T=f[O][0];var x=f[O][1];if(s){T-=I}if(s&&x===null){d.splice(T,1);I++}else{d[T]=x}}}l=o.index;c=o.keys;f=o.edits;s=o.inArray;o=o.prev}else{p=h?s?l:c[l]:undefined;d=h?h[p]:m;if(d===null||d===undefined){continue}if(h){v.push(p)}}var A=void 0;if(!Array.isArray(d)){if(!(0,Ln.isNode)(d)){throw new Error("Invalid AST Node: ".concat((0,n.default)(d),"."))}var N=u(t,d.kind,b);if(N){A=N.call(t,d,p,h,v,y);if(A===a){break}if(A===false){if(!b){v.pop();continue}}else if(A!==undefined){f.push([p,A]);if(!b){if((0,Ln.isNode)(A)){d=A}else{v.pop();continue}}}}}if(A===undefined&&g){f.push([p,d])}if(b){v.pop()}else{var D;o={inArray:s,index:l,keys:c,edits:f,prev:o};s=Array.isArray(d);c=s?d:(D=r[d.kind])!==null&&D!==void 0?D:[];l=-1;f=[];if(h){y.push(h)}h=d}}while(o!==undefined);if(f.length!==0){m=f[f.length-1][1]}return m}function s(e){var t=new Array(e.length);return{enter:function n(r){for(var i=0;i<e.length;i++){if(t[i]==null){var o=u(e[i],r.kind,false);if(o){var s=o.apply(e[i],arguments);if(s===false){t[i]=r}else if(s===a){t[i]=a}else if(s!==undefined){return s}}}}},leave:function n(r){for(var i=0;i<e.length;i++){if(t[i]==null){var o=u(e[i],r.kind,true);if(o){var s=o.apply(e[i],arguments);if(s===a){t[i]=a}else if(s!==undefined&&s!==false){return s}}}else if(t[i]===r){t[i]=null}}}}}function u(e,t,n){var r=e[t];if(r){if(!n&&typeof r==="function"){return r}var i=n?r.leave:r.enter;if(typeof i==="function"){return i}}else{var a=n?e.leave:e.enter;if(a){if(typeof a==="function"){return a}var o=a[t];if(typeof o==="function"){return o}}}}}));var Vn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.dedentBlockStringValue=n;t.getBlockStringIndentation=i;t.printBlockString=a;function n(e){var t=e.split(/\r\n|[\n\r]/g);var n=i(e);if(n!==0){for(var a=1;a<t.length;a++){t[a]=t[a].slice(n)}}var o=0;while(o<t.length&&r(t[o])){++o}var s=t.length;while(s>o&&r(t[s-1])){--s}return t.slice(o,s).join("\n")}function r(e){for(var t=0;t<e.length;++t){if(e[t]!==" "&&e[t]!=="\t"){return false}}return true}function i(e){var t;var n=true;var r=true;var i=0;var a=null;for(var o=0;o<e.length;++o){switch(e.charCodeAt(o)){case 13:if(e.charCodeAt(o+1)===10){++o}case 10:n=false;r=true;i=0;break;case 9:case 32:++i;break;default:if(r&&!n&&(a===null||i<a)){a=i}r=false}}return(t=a)!==null&&t!==void 0?t:0}function a(e){var t=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:false;var r=e.indexOf("\n")===-1;var i=e[0]===" "||e[0]==="\t";var a=e[e.length-1]==='"';var o=e[e.length-1]==="\\";var s=!r||a||o||n;var u="";if(s&&!(r&&i)){u+="\n"+t}u+=t?e.replace(/\n/g,"\n"+t):e;if(s){u+="\n"}return'"""'+u.replace(/"""/g,'\\"""')+'"""'}}));var Bn=i((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.print=n;function n(e){return(0,qn.visit)(e,{leave:i})}var r=80;var i={Name:function e(t){return t.value},Variable:function e(t){return"$"+t.name},Document:function e(t){return o(t.definitions,"\n\n")+"\n"},OperationDefinition:function e(t){var n=t.operation;var r=t.name;var i=u("(",o(t.variableDefinitions,", "),")");var a=o(t.directives," ");var s=t.selectionSet;return!r&&!a&&!i&&n==="query"?s:o([n,o([r,i]),a,s]," ")},VariableDefinition:function e(t){var n=t.variable,r=t.type,i=t.defaultValue,a=t.directives;return n+": "+r+u(" = ",i)+u(" ",o(a," "))},SelectionSet:function e(t){var n=t.selections;return s(n)},Field:function e(t){var n=t.alias,i=t.name,a=t.arguments,s=t.directives,l=t.selectionSet;var f=u("",n,": ")+i;var d=f+u("(",o(a,", "),")");if(d.length>r){d=f+u("(\n",c(o(a,"\n")),"\n)")}return o([d,o(s," "),l]," ")},Argument:function e(t){var n=t.name,r=t.value;return n+": "+r},FragmentSpread:function e(t){var n=t.name,r=t.directives;return"..."+n+u(" ",o(r," "))},InlineFragment:function e(t){var n=t.typeCondition,r=t.directives,i=t.selectionSet;return o(["...",u("on ",n),o(r," "),i]," ")},FragmentDefinition:function e(t){var n=t.name,r=t.typeCondition,i=t.variableDefinitions,a=t.directives,s=t.selectionSet;return"fragment ".concat(n).concat(u("(",o(i,", "),")")," ")+"on ".concat(r," ").concat(u("",o(a," ")," "))+s},IntValue:function e(t){var n=t.value;return n},FloatValue:function e(t){var n=t.value;return n},StringValue:function e(t,n){var r=t.value,i=t.block;return i?(0,Vn.printBlockString)(r,n==="description"?"":" "):JSON.stringify(r)},BooleanValue:function e(t){var n=t.value;return n?"true":"false"},NullValue:function e(){return"null"},EnumValue:function e(t){var n=t.value;return n},ListValue:function e(t){var n=t.values;return"["+o(n,", ")+"]"},ObjectValue:function e(t){var n=t.fields;return"{"+o(n,", ")+"}"},ObjectField:function e(t){var n=t.name,r=t.value;return n+": "+r},Directive:function e(t){var n=t.name,r=t.arguments;return"@"+n+u("(",o(r,", "),")")},NamedType:function e(t){var n=t.name;return n},ListType:function e(t){var n=t.type;return"["+n+"]"},NonNullType:function e(t){var n=t.type;return n+"!"},SchemaDefinition:a((function(e){var t=e.directives,n=e.operationTypes;return o(["schema",o(t," "),s(n)]," ")})),OperationTypeDefinition:function e(t){var n=t.operation,r=t.type;return n+": "+r},ScalarTypeDefinition:a((function(e){var t=e.name,n=e.directives;return o(["scalar",t,o(n," ")]," ")})),ObjectTypeDefinition:a((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return o(["type",t,u("implements ",o(n," & ")),o(r," "),s(i)]," ")})),FieldDefinition:a((function(e){var t=e.name,n=e.arguments,r=e.type,i=e.directives;return t+(f(n)?u("(\n",c(o(n,"\n")),"\n)"):u("(",o(n,", "),")"))+": "+r+u(" ",o(i," "))})),InputValueDefinition:a((function(e){var t=e.name,n=e.type,r=e.defaultValue,i=e.directives;return o([t+": "+n,u("= ",r),o(i," ")]," ")})),InterfaceTypeDefinition:a((function(e){var t=e.name,n=e.interfaces,r=e.directives,i=e.fields;return o(["interface",t,u("implements ",o(n," & ")),o(r," "),s(i)]," ")})),UnionTypeDefinition:a((function(e){var t=e.name,n=e.directives,r=e.types;return o(["union",t,o(n," "),r&&r.length!==0?"= "+o(r," | "):""]," ")})),EnumTypeDefinition:a((function(e){var t=e.name,n=e.directives,r=e.values;return o(["enum",t,o(n," "),s(r)]," ")})),EnumValueDefinition:a((function(e){var t=e.name,n=e.directives;return o([t,o(n," ")]," ")})),InputObjectTypeDefinition:a((function(e){var t=e.name,n=e.directives,r=e.fields;return o(["input",t,o(n," "),s(r)]," ")})),DirectiveDefinition:a((function(e){var t=e.name,n=e.arguments,r=e.repeatable,i=e.locations;return"directive @"+t+(f(n)?u("(\n",c(o(n,"\n")),"\n)"):u("(",o(n,", "),")"))+(r?" repeatable":"")+" on "+o(i," | ")})),SchemaExtension:function e(t){var n=t.directives,r=t.operationTypes;return o(["extend schema",o(n," "),s(r)]," ")},ScalarTypeExtension:function e(t){var n=t.name,r=t.directives;return o(["extend scalar",n,o(r," ")]," ")},ObjectTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return o(["extend type",n,u("implements ",o(r," & ")),o(i," "),s(a)]," ")},InterfaceTypeExtension:function e(t){var n=t.name,r=t.interfaces,i=t.directives,a=t.fields;return o(["extend interface",n,u("implements ",o(r," & ")),o(i," "),s(a)]," ")},UnionTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.types;return o(["extend union",n,o(r," "),i&&i.length!==0?"= "+o(i," | "):""]," ")},EnumTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.values;return o(["extend enum",n,o(r," "),s(i)]," ")},InputObjectTypeExtension:function e(t){var n=t.name,r=t.directives,i=t.fields;return o(["extend input",n,o(r," "),s(i)]," ")}};function a(e){return function(t){return o([t.description,e(t)],"\n")}}function o(e){var t;var n=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"";return(t=e===null||e===void 0?void 0:e.filter((function(e){return e})).join(n))!==null&&t!==void 0?t:""}function s(e){return u("{\n",c(o(e,"\n")),"\n}")}function u(e,t){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:"";return t!=null&&t!==""?e+t+n:""}function c(e){return u(" ",e.replace(/\n/g,"\n "))}function l(e){return e.indexOf("\n")!==-1}function f(e){return e!=null&&e.some(l)}}));var Un=function e(t){var n=t.uri,r=t.name,i=t.type;this.uri=n;this.name=r;this.type=i};var $n=function e(t){return typeof File!=="undefined"&&t instanceof File||typeof Blob!=="undefined"&&t instanceof Blob||t instanceof Un};var Gn=function e(t,n,r){if(n===void 0){n=""}if(r===void 0){r=$n}var i;var a=new Map;function o(e,t){var n=a.get(t);if(n)n.push.apply(n,e);else a.set(t,e)}if(r(t)){i=null;o([n],t)}else{var s=n?n+".":"";if(typeof FileList!=="undefined"&&t instanceof FileList)i=Array.prototype.map.call(t,(function(e,t){o([""+s+t],e);return null}));else if(Array.isArray(t))i=t.map((function(t,n){var i=e(t,""+s+n,r);i.files.forEach(o);return i.clone}));else if(t&&t.constructor===Object){i={};for(var u in t){var c=e(t[u],""+s+u,r);c.files.forEach(o);i[u]=c.clone}}else i=t}return{clone:i,files:a}};var Jn=Un;var Kn=Gn;var Hn=$n;var Wn={ReactNativeFile:Jn,extractFiles:Kn,isExtractableFile:Hn};var Yn=typeof self=="object"?self.FormData:window.FormData;var zn=i((function(e,t){var n=a&&a.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});var r=n(Yn);var i=function(e){return Wn.isExtractableFile(e)||e!==null&&typeof e==="object"&&typeof e.pipe==="function"};function o(e,t){var n=Wn.extractFiles({query:e,variables:t},"",i),a=n.clone,o=n.files;if(o.size===0){return JSON.stringify(a)}var s=typeof FormData==="undefined"?r.default:FormData;var u=new s;u.append("operations",JSON.stringify(a));var c={};var l=0;o.forEach((function(e){c[++l]=e}));u.append("map",JSON.stringify(c));l=0;o.forEach((function(e,t){u.append(""+ ++l,t)}));return u}t.default=o}));var Qn=i((function(e,t){var n=a&&a.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(t,"__esModule",{value:true});t.ClientError=void 0;var r=function(e){n(t,e);function t(n,r){var i=this;var a=t.extractMessage(n)+": "+JSON.stringify({response:n,request:r});i=e.call(this,a)||this;Object.setPrototypeOf(i,t.prototype);i.response=n;i.request=r;if(typeof Error.captureStackTrace==="function"){Error.captureStackTrace(i,t)}return i}t.extractMessage=function(e){try{return e.errors[0].message}catch(t){return"GraphQL Error (Code: "+e.status+")"}};return t}(Error);t.ClientError=r}));var Xn=e("d",i((function(e,t){var n=a&&a.__assign||function(){n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return n.apply(this,arguments)};var r=a&&a.__createBinding||(Object.create?function(e,t,n,r){if(r===undefined)r=n;Object.defineProperty(e,r,{enumerable:true,get:function(){return t[n]}})}:function(e,t,n,r){if(r===undefined)r=n;e[r]=t[n]});var i=a&&a.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:true,value:t})}:function(e,t){e["default"]=t});var o=a&&a.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var n in e)if(n!=="default"&&Object.prototype.hasOwnProperty.call(e,n))r(t,e,n);i(t,e);return t};var s=a&&a.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,a){function o(e){try{u(r.next(e))}catch(e){a(e)}}function s(e){try{u(r["throw"](e))}catch(e){a(e)}}function u(e){e.done?n(e.value):i(e.value).then(o,s)}u((r=r.apply(e,t||[])).next())}))};var u=a&&a.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return u([e,t])}}function u(o){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,i&&(a=o[0]&2?i["return"]:o[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,o[1])).done)return a;if(i=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;i=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){n.label=o[1];break}if(o[0]===6&&n.label<a[1]){n.label=a[1];a=o;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(o);break}if(a[2])n.ops.pop();n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e];i=0}finally{r=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};var c=a&&a.__rest||function(e,t){var n={};for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0)n[r]=e[r];if(e!=null&&typeof Object.getOwnPropertySymbols==="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++){if(t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i]))n[r[i]]=e[r[i]]}return n};var l=a&&a.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:true});t.gql=t.request=t.rawRequest=t.GraphQLClient=t.ClientError=void 0;var f=o(Pn),d=f;var p=l(zn);var h=Qn;Object.defineProperty(t,"ClientError",{enumerable:true,get:function(){return h.ClientError}});var v=function(e){var t={};if(e){if(typeof Headers!=="undefined"&&e instanceof Headers||e instanceof d.Headers){t=_(e)}else if(Array.isArray(e)){e.forEach((function(e){var n=e[0],r=e[1];t[n]=r}))}else{t=e}}return t};var y=function(){function e(e,t){this.url=e;this.options=t||{}}e.prototype.rawRequest=function(e,t,r){return s(this,void 0,void 0,(function(){var i,a,o,s,l,d,h,y,m,b,E;return u(this,(function(u){switch(u.label){case 0:i=this.options,a=i.headers,o=i.fetch,s=o===void 0?f.default:o,l=c(i,["headers","fetch"]);d=p.default(e,t);return[4,s(this.url,n({method:"POST",headers:n(n(n({},typeof d==="string"?{"Content-Type":"application/json"}:{}),v(a)),v(r)),body:d},l))];case 1:h=u.sent();return[4,g(h)];case 2:y=u.sent();if(h.ok&&!y.errors&&y.data){m=h.headers,b=h.status;return[2,n(n({},y),{headers:m,status:b})]}else{E=typeof y==="string"?{error:y}:y;throw new Qn.ClientError(n(n({},E),{status:h.status,headers:h.headers}),{query:e,variables:t})}}}))}))};e.prototype.request=function(e,t,r){return s(this,void 0,void 0,(function(){var i,a,o,s,l,d,h,y,m,b;return u(this,(function(u){switch(u.label){case 0:i=this.options,a=i.headers,o=i.fetch,s=o===void 0?f.default:o,l=c(i,["headers","fetch"]);d=E(e);h=p.default(d,t);return[4,s(this.url,n({method:"POST",headers:n(n(n({},typeof h==="string"?{"Content-Type":"application/json"}:{}),v(a)),v(r)),body:h},l))];case 1:y=u.sent();return[4,g(y)];case 2:m=u.sent();if(y.ok&&!m.errors&&m.data){return[2,m.data]}else{b=typeof m==="string"?{error:m}:m;throw new Qn.ClientError(n(n({},b),{status:y.status}),{query:d,variables:t})}}}))}))};e.prototype.setHeaders=function(e){this.options.headers=e;return this};e.prototype.setHeader=function(e,t){var n;var r=this.options.headers;if(r){r[e]=t}else{this.options.headers=(n={},n[e]=t,n)}return this};return e}();t.GraphQLClient=y;function m(e,t,n){return s(this,void 0,void 0,(function(){var r;return u(this,(function(i){r=new y(e);return[2,r.rawRequest(t,n)]}))}))}t.rawRequest=m;function b(e,t,n){return s(this,void 0,void 0,(function(){var r;return u(this,(function(i){r=new y(e);return[2,r.request(t,n)]}))}))}t.request=b;t.default=b;function g(e){var t=e.headers.get("Content-Type");if(t&&t.startsWith("application/json")){return e.json()}else{return e.text()}}function E(e){if(typeof e==="string")return e;return Bn.print(e)}function w(e){var t=[];for(var n=1;n<arguments.length;n++){t[n-1]=arguments[n]}return e.reduce((function(e,n,r){return""+e+n+(r in t?t[r]:"")}),"")}t.gql=w;function _(e){var t={};e.forEach((function(e,n){t[n]=e}));return t}})));var Zn=function(e){if(e===void 0){e=21}var t="";var n=crypto.getRandomValues(new Uint8Array(e));while(e--){var r=n[e]&63;if(r<36){t+=r.toString(36)}else if(r<62){t+=(r-26).toString(36).toUpperCase()}else if(r<63){t+="_"}else{t+="-"}}return t};function er(e){return typeof e==="function"}var tr=false;var nr={Promise:undefined,set useDeprecatedSynchronousErrorHandling(e){if(e){var t=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+t.stack)}else if(tr){console.log("RxJS: Back to a better error behavior. Thank you. <3")}tr=e},get useDeprecatedSynchronousErrorHandling(){return tr}};function rr(e){setTimeout((function(){throw e}),0)}var ir={closed:true,next:function(e){},error:function(e){if(nr.useDeprecatedSynchronousErrorHandling){throw e}else{rr(e)}},complete:function(){}};var ar=function(){return Array.isArray||function(e){return e&&typeof e.length==="number"}}();function or(e){return e!==null&&typeof e==="object"}var sr=function(){function e(e){Error.call(this);this.message=e?e.length+" errors occurred during unsubscription:\n"+e.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"";this.name="UnsubscriptionError";this.errors=e;return this}e.prototype=Object.create(Error.prototype);return e}();var ur=sr;var cr=function(){function e(e){this.closed=false;this._parentOrParents=null;this._subscriptions=null;if(e){this._ctorUnsubscribe=true;this._unsubscribe=e}}e.prototype.unsubscribe=function(){var t;if(this.closed){return}var n=this,r=n._parentOrParents,i=n._ctorUnsubscribe,a=n._unsubscribe,o=n._subscriptions;this.closed=true;this._parentOrParents=null;this._subscriptions=null;if(r instanceof e){r.remove(this)}else if(r!==null){for(var s=0;s<r.length;++s){var u=r[s];u.remove(this)}}if(er(a)){if(i){this._unsubscribe=undefined}try{a.call(this)}catch(e){t=e instanceof ur?lr(e.errors):[e]}}if(ar(o)){var s=-1;var c=o.length;while(++s<c){var l=o[s];if(or(l)){try{l.unsubscribe()}catch(e){t=t||[];if(e instanceof ur){t=t.concat(lr(e.errors))}else{t.push(e)}}}}}if(t){throw new ur(t)}};e.prototype.add=function(t){var n=t;if(!t){return e.EMPTY}switch(typeof t){case"function":n=new e(t);case"object":if(n===this||n.closed||typeof n.unsubscribe!=="function"){return n}else if(this.closed){n.unsubscribe();return n}else if(!(n instanceof e)){var r=n;n=new e;n._subscriptions=[r]}break;default:{throw new Error("unrecognized teardown "+t+" added to Subscription.")}}var i=n._parentOrParents;if(i===null){n._parentOrParents=this}else if(i instanceof e){if(i===this){return n}n._parentOrParents=[i,this]}else if(i.indexOf(this)===-1){i.push(this)}else{return n}var a=this._subscriptions;if(a===null){this._subscriptions=[n]}else{a.push(n)}return n};e.prototype.remove=function(e){var t=this._subscriptions;if(t){var n=t.indexOf(e);if(n!==-1){t.splice(n,1)}}};return e}();cr.EMPTY=function(e){e.closed=true;return e}(new cr);function lr(e){return e.reduce((function(e,t){return e.concat(t instanceof ur?t.errors:t)}),[])}var fr=function(){return typeof Symbol==="function"?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random()}();var dr=function(e){__extends(t,e);function t(n,r,i){var a=e.call(this)||this;a.syncErrorValue=null;a.syncErrorThrown=false;a.syncErrorThrowable=false;a.isStopped=false;switch(arguments.length){case 0:a.destination=ir;break;case 1:if(!n){a.destination=ir;break}if(typeof n==="object"){if(n instanceof t){a.syncErrorThrowable=n.syncErrorThrowable;a.destination=n;n.add(a)}else{a.syncErrorThrowable=true;a.destination=new pr(a,n)}break}default:a.syncErrorThrowable=true;a.destination=new pr(a,n,r,i);break}return a}t.prototype[fr]=function(){return this};t.create=function(e,n,r){var i=new t(e,n,r);i.syncErrorThrowable=false;return i};t.prototype.next=function(e){if(!this.isStopped){this._next(e)}};t.prototype.error=function(e){if(!this.isStopped){this.isStopped=true;this._error(e)}};t.prototype.complete=function(){if(!this.isStopped){this.isStopped=true;this._complete()}};t.prototype.unsubscribe=function(){if(this.closed){return}this.isStopped=true;e.prototype.unsubscribe.call(this)};t.prototype._next=function(e){this.destination.next(e)};t.prototype._error=function(e){this.destination.error(e);this.unsubscribe()};t.prototype._complete=function(){this.destination.complete();this.unsubscribe()};t.prototype._unsubscribeAndRecycle=function(){var e=this._parentOrParents;this._parentOrParents=null;this.unsubscribe();this.closed=false;this.isStopped=false;this._parentOrParents=e;return this};return t}(cr);var pr=function(e){__extends(t,e);function t(t,n,r,i){var a=e.call(this)||this;a._parentSubscriber=t;var o;var s=a;if(er(n)){o=n}else if(n){o=n.next;r=n.error;i=n.complete;if(n!==ir){s=Object.create(n);if(er(s.unsubscribe)){a.add(s.unsubscribe.bind(s))}s.unsubscribe=a.unsubscribe.bind(a)}}a._context=s;a._next=o;a._error=r;a._complete=i;return a}t.prototype.next=function(e){if(!this.isStopped&&this._next){var t=this._parentSubscriber;if(!nr.useDeprecatedSynchronousErrorHandling||!t.syncErrorThrowable){this.__tryOrUnsub(this._next,e)}else if(this.__tryOrSetError(t,this._next,e)){this.unsubscribe()}}};t.prototype.error=function(e){if(!this.isStopped){var t=this._parentSubscriber;var n=nr.useDeprecatedSynchronousErrorHandling;if(this._error){if(!n||!t.syncErrorThrowable){this.__tryOrUnsub(this._error,e);this.unsubscribe()}else{this.__tryOrSetError(t,this._error,e);this.unsubscribe()}}else if(!t.syncErrorThrowable){this.unsubscribe();if(n){throw e}rr(e)}else{if(n){t.syncErrorValue=e;t.syncErrorThrown=true}else{rr(e)}this.unsubscribe()}}};t.prototype.complete=function(){var e=this;if(!this.isStopped){var t=this._parentSubscriber;if(this._complete){var n=function(){return e._complete.call(e._context)};if(!nr.useDeprecatedSynchronousErrorHandling||!t.syncErrorThrowable){this.__tryOrUnsub(n);this.unsubscribe()}else{this.__tryOrSetError(t,n);this.unsubscribe()}}else{this.unsubscribe()}}};t.prototype.__tryOrUnsub=function(e,t){try{e.call(this._context,t)}catch(e){this.unsubscribe();if(nr.useDeprecatedSynchronousErrorHandling){throw e}else{rr(e)}}};t.prototype.__tryOrSetError=function(e,t,n){if(!nr.useDeprecatedSynchronousErrorHandling){throw new Error("bad call")}try{t.call(this._context,n)}catch(t){if(nr.useDeprecatedSynchronousErrorHandling){e.syncErrorValue=t;e.syncErrorThrown=true;return true}else{rr(t);return true}}return false};t.prototype._unsubscribe=function(){var e=this._parentSubscriber;this._context=null;this._parentSubscriber=null;e.unsubscribe()};return t}(dr);function hr(e){while(e){var t=e.closed,n=e.destination,r=e.isStopped;if(t||r){return false}else if(n&&n instanceof dr){e=n}else{e=null}}return true}function vr(e,t,n){if(e){if(e instanceof dr){return e}if(e[fr]){return e[fr]()}}if(!e&&!t&&!n){return new dr(ir)}return new dr(e,t,n)}var yr=function(){return typeof Symbol==="function"&&Symbol.observable||"@@observable"}();function mr(e){return e}function br(e){if(e.length===0){return mr}if(e.length===1){return e[0]}return function t(n){return e.reduce((function(e,t){return t(e)}),n)}}var gr=function(){function e(e){this._isScalar=false;if(e){this._subscribe=e}}e.prototype.lift=function(t){var n=new e;n.source=this;n.operator=t;return n};e.prototype.subscribe=function(e,t,n){var r=this.operator;var i=vr(e,t,n);if(r){i.add(r.call(i,this.source))}else{i.add(this.source||nr.useDeprecatedSynchronousErrorHandling&&!i.syncErrorThrowable?this._subscribe(i):this._trySubscribe(i))}if(nr.useDeprecatedSynchronousErrorHandling){if(i.syncErrorThrowable){i.syncErrorThrowable=false;if(i.syncErrorThrown){throw i.syncErrorValue}}}return i};e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){if(nr.useDeprecatedSynchronousErrorHandling){e.syncErrorThrown=true;e.syncErrorValue=t}if(hr(e)){e.error(t)}else{console.warn(t)}}};e.prototype.forEach=function(e,t){var n=this;t=Er(t);return new t((function(t,r){var i;i=n.subscribe((function(t){try{e(t)}catch(e){r(e);if(i){i.unsubscribe()}}}),r,t)}))};e.prototype._subscribe=function(e){var t=this.source;return t&&t.subscribe(e)};e.prototype[yr]=function(){return this};e.prototype.pipe=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}if(e.length===0){return this}return br(e)(this)};e.prototype.toPromise=function(e){var t=this;e=Er(e);return new e((function(e,n){var r;t.subscribe((function(e){return r=e}),(function(e){return n(e)}),(function(){return e(r)}))}))};return e}();gr.create=function(e){return new gr(e)};function Er(e){if(!e){e=Promise}if(!e){throw new Error("no Promise impl found")}return e}var wr=function(){function e(){Error.call(this);this.message="object unsubscribed";this.name="ObjectUnsubscribedError";return this}e.prototype=Object.create(Error.prototype);return e}();var _r=wr;var Sr=function(e){__extends(t,e);function t(t,n){var r=e.call(this)||this;r.subject=t;r.subscriber=n;r.closed=false;return r}t.prototype.unsubscribe=function(){if(this.closed){return}this.closed=true;var e=this.subject;var t=e.observers;this.subject=null;if(!t||t.length===0||e.isStopped||e.closed){return}var n=t.indexOf(this.subscriber);if(n!==-1){t.splice(n,1)}};return t}(cr);var Ir=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.destination=t;return n}return t}(dr);var Or=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.observers=[];t.closed=false;t.isStopped=false;t.hasError=false;t.thrownError=null;return t}t.prototype[fr]=function(){return new Ir(this)};t.prototype.lift=function(e){var t=new Tr(this,this);t.operator=e;return t};t.prototype.next=function(e){if(this.closed){throw new _r}if(!this.isStopped){var t=this.observers;var n=t.length;var r=t.slice();for(var i=0;i<n;i++){r[i].next(e)}}};t.prototype.error=function(e){if(this.closed){throw new _r}this.hasError=true;this.thrownError=e;this.isStopped=true;var t=this.observers;var n=t.length;var r=t.slice();for(var i=0;i<n;i++){r[i].error(e)}this.observers.length=0};t.prototype.complete=function(){if(this.closed){throw new _r}this.isStopped=true;var e=this.observers;var t=e.length;var n=e.slice();for(var r=0;r<t;r++){n[r].complete()}this.observers.length=0};t.prototype.unsubscribe=function(){this.isStopped=true;this.closed=true;this.observers=null};t.prototype._trySubscribe=function(t){if(this.closed){throw new _r}else{return e.prototype._trySubscribe.call(this,t)}};t.prototype._subscribe=function(e){if(this.closed){throw new _r}else if(this.hasError){e.error(this.thrownError);return cr.EMPTY}else if(this.isStopped){e.complete();return cr.EMPTY}else{this.observers.push(e);return new Sr(this,e)}};t.prototype.asObservable=function(){var e=new gr;e.source=this;return e};return t}(gr);Or.create=function(e,t){return new Tr(e,t)};var Tr=function(e){__extends(t,e);function t(t,n){var r=e.call(this)||this;r.destination=t;r.source=n;return r}t.prototype.next=function(e){var t=this.destination;if(t&&t.next){t.next(e)}};t.prototype.error=function(e){var t=this.destination;if(t&&t.error){this.destination.error(e)}};t.prototype.complete=function(){var e=this.destination;if(e&&e.complete){this.destination.complete()}};t.prototype._subscribe=function(e){var t=this.source;if(t){return this.source.subscribe(e)}else{return cr.EMPTY}};return t}(Or);var xr=function(e){__extends(t,e);function t(t,n){return e.call(this)||this}t.prototype.schedule=function(e,t){if(t===void 0){t=0}return this};return t}(cr);var Ar=function(e){__extends(t,e);function t(t,n){var r=e.call(this,t,n)||this;r.scheduler=t;r.work=n;r.pending=false;return r}t.prototype.schedule=function(e,t){if(t===void 0){t=0}if(this.closed){return this}this.state=e;var n=this.id;var r=this.scheduler;if(n!=null){this.id=this.recycleAsyncId(r,n,t)}this.pending=true;this.delay=t;this.id=this.id||this.requestAsyncId(r,this.id,t);return this};t.prototype.requestAsyncId=function(e,t,n){if(n===void 0){n=0}return setInterval(e.flush.bind(e,this),n)};t.prototype.recycleAsyncId=function(e,t,n){if(n===void 0){n=0}if(n!==null&&this.delay===n&&this.pending===false){return t}clearInterval(t);return undefined};t.prototype.execute=function(e,t){if(this.closed){return new Error("executing a cancelled action")}this.pending=false;var n=this._execute(e,t);if(n){return n}else if(this.pending===false&&this.id!=null){this.id=this.recycleAsyncId(this.scheduler,this.id,null)}};t.prototype._execute=function(e,t){var n=false;var r=undefined;try{this.work(e)}catch(e){n=true;r=!!e&&e||new Error(e)}if(n){this.unsubscribe();return r}};t.prototype._unsubscribe=function(){var e=this.id;var t=this.scheduler;var n=t.actions;var r=n.indexOf(this);this.work=null;this.state=null;this.pending=false;this.scheduler=null;if(r!==-1){n.splice(r,1)}if(e!=null){this.id=this.recycleAsyncId(t,e,null)}this.delay=null};return t}(xr);var Nr=function(){function e(t,n){if(n===void 0){n=e.now}this.SchedulerAction=t;this.now=n}e.prototype.schedule=function(e,t,n){if(t===void 0){t=0}return new this.SchedulerAction(this,e).schedule(n,t)};return e}();Nr.now=function(){return Date.now()};var Dr=function(e){__extends(t,e);function t(n,r){if(r===void 0){r=Nr.now}var i=e.call(this,n,(function(){if(t.delegate&&t.delegate!==i){return t.delegate.now()}else{return r()}}))||this;i.actions=[];i.active=false;i.scheduled=undefined;return i}t.prototype.schedule=function(n,r,i){if(r===void 0){r=0}if(t.delegate&&t.delegate!==this){return t.delegate.schedule(n,r,i)}else{return e.prototype.schedule.call(this,n,r,i)}};t.prototype.flush=function(e){var t=this.actions;if(this.active){t.push(e);return}var n;this.active=true;do{if(n=e.execute(e.state,e.delay)){break}}while(e=t.shift());this.active=false;if(n){while(e=t.shift()){e.unsubscribe()}throw n}};return t}(Nr);function Cr(e){return e&&typeof e.schedule==="function"}var kr=new Dr(Ar);var Pr=kr;function Fr(e){var t=arguments.length;var n=Pr;if(Cr(arguments[arguments.length-1])){n=arguments[arguments.length-1];t--}var r=null;if(t>=2){r=arguments[1]}var i=Number.POSITIVE_INFINITY;if(t>=3){i=arguments[2]}return function t(a){return a.lift(new jr(e,r,i,n))}}var jr=function(){function e(e,t,n,r){this.bufferTimeSpan=e;this.bufferCreationInterval=t;this.maxBufferSize=n;this.scheduler=r}e.prototype.call=function(e,t){return t.subscribe(new Mr(e,this.bufferTimeSpan,this.bufferCreationInterval,this.maxBufferSize,this.scheduler))};return e}();var Rr=function(){function e(){this.buffer=[]}return e}();var Mr=function(e){__extends(t,e);function t(t,n,r,i,a){var o=e.call(this,t)||this;o.bufferTimeSpan=n;o.bufferCreationInterval=r;o.maxBufferSize=i;o.scheduler=a;o.contexts=[];var s=o.openContext();o.timespanOnly=r==null||r<0;if(o.timespanOnly){var u={subscriber:o,context:s,bufferTimeSpan:n};o.add(s.closeAction=a.schedule(Lr,n,u))}else{var c={subscriber:o,context:s};var l={bufferTimeSpan:n,bufferCreationInterval:r,subscriber:o,scheduler:a};o.add(s.closeAction=a.schedule(Vr,n,c));o.add(a.schedule(qr,r,l))}return o}t.prototype._next=function(e){var t=this.contexts;var n=t.length;var r;for(var i=0;i<n;i++){var a=t[i];var o=a.buffer;o.push(e);if(o.length==this.maxBufferSize){r=a}}if(r){this.onBufferFull(r)}};t.prototype._error=function(t){this.contexts.length=0;e.prototype._error.call(this,t)};t.prototype._complete=function(){var t=this,n=t.contexts,r=t.destination;while(n.length>0){var i=n.shift();r.next(i.buffer)}e.prototype._complete.call(this)};t.prototype._unsubscribe=function(){this.contexts=null};t.prototype.onBufferFull=function(e){this.closeContext(e);var t=e.closeAction;t.unsubscribe();this.remove(t);if(!this.closed&&this.timespanOnly){e=this.openContext();var n=this.bufferTimeSpan;var r={subscriber:this,context:e,bufferTimeSpan:n};this.add(e.closeAction=this.scheduler.schedule(Lr,n,r))}};t.prototype.openContext=function(){var e=new Rr;this.contexts.push(e);return e};t.prototype.closeContext=function(e){this.destination.next(e.buffer);var t=this.contexts;var n=t?t.indexOf(e):-1;if(n>=0){t.splice(t.indexOf(e),1)}};return t}(dr);function Lr(e){var t=e.subscriber;var n=e.context;if(n){t.closeContext(n)}if(!t.closed){e.context=t.openContext();e.context.closeAction=this.schedule(e,e.bufferTimeSpan)}}function qr(e){var t=e.bufferCreationInterval,n=e.bufferTimeSpan,r=e.subscriber,i=e.scheduler;var a=r.openContext();var o=this;if(!r.closed){r.add(a.closeAction=i.schedule(Vr,n,{subscriber:r,context:a}));o.schedule(e,t)}}function Vr(e){var t=e.subscriber,n=e.context;t.closeContext(n)}var Br=i((function(e,t){(function(e,n){n(t)})(a,(function(e){var t=Object.getOwnPropertyNames,n=Object.getOwnPropertySymbols;var r=Object.prototype.hasOwnProperty;function i(e,t){return function n(r,i,a){return e(r,i,a)&&t(r,i,a)}}function a(e){return function t(n,r,i){if(!n||!r||typeof n!=="object"||typeof r!=="object"){return e(n,r,i)}var a=i.cache;var o=a.get(n);var s=a.get(r);if(o&&s){return o===r&&s===n}a.set(n,r);a.set(r,n);var u=e(n,r,i);a.delete(n);a.delete(r);return u}}function o(e){return t(e).concat(n(e))}var s=Object.hasOwn||function(e,t){return r.call(e,t)};function u(e,t){return e||t?e===t:e===t||e!==e&&t!==t}var c="_owner";var l=Object.getOwnPropertyDescriptor,f=Object.keys;function d(e,t,n){var r=e.length;if(t.length!==r){return false}while(r-- >0){if(!n.equals(e[r],t[r],r,r,e,t,n)){return false}}return true}function p(e,t){return u(e.getTime(),t.getTime())}function h(e,t,n){if(e.size!==t.size){return false}var r={};var i=e.entries();var a=0;var o;var s;while(o=i.next()){if(o.done){break}var u=t.entries();var c=false;var l=0;while(s=u.next()){if(s.done){break}var f=o.value,d=f[0],p=f[1];var h=s.value,v=h[0],y=h[1];if(!c&&!r[l]&&(c=n.equals(d,v,a,l,e,t,n)&&n.equals(p,y,d,v,e,t,n))){r[l]=true}l++}if(!c){return false}a++}return true}function v(e,t,n){var r=f(e);var i=r.length;if(f(t).length!==i){return false}var a;while(i-- >0){a=r[i];if(a===c&&(e.$$typeof||t.$$typeof)&&e.$$typeof!==t.$$typeof){return false}if(!s(t,a)||!n.equals(e[a],t[a],a,a,e,t,n)){return false}}return true}function y(e,t,n){var r=o(e);var i=r.length;if(o(t).length!==i){return false}var a;var u;var f;while(i-- >0){a=r[i];if(a===c&&(e.$$typeof||t.$$typeof)&&e.$$typeof!==t.$$typeof){return false}if(!s(t,a)){return false}if(!n.equals(e[a],t[a],a,a,e,t,n)){return false}u=l(e,a);f=l(t,a);if((u||f)&&(!u||!f||u.configurable!==f.configurable||u.enumerable!==f.enumerable||u.writable!==f.writable)){return false}}return true}function m(e,t){return u(e.valueOf(),t.valueOf())}function b(e,t){return e.source===t.source&&e.flags===t.flags}function g(e,t,n){if(e.size!==t.size){return false}var r={};var i=e.values();var a;var o;while(a=i.next()){if(a.done){break}var s=t.values();var u=false;var c=0;while(o=s.next()){if(o.done){break}if(!u&&!r[c]&&(u=n.equals(a.value,o.value,a.value,o.value,e,t,n))){r[c]=true}c++}if(!u){return false}}return true}function E(e,t){var n=e.length;if(t.length!==n){return false}while(n-- >0){if(e[n]!==t[n]){return false}}return true}var w="[object Arguments]";var _="[object Boolean]";var S="[object Date]";var I="[object Map]";var O="[object Number]";var T="[object Object]";var x="[object RegExp]";var A="[object Set]";var N="[object String]";var D=Array.isArray;var C=typeof ArrayBuffer==="function"&&ArrayBuffer.isView?ArrayBuffer.isView:null;var k=Object.assign;var P=Object.prototype.toString.call.bind(Object.prototype.toString);function F(e){var t=e.areArraysEqual,n=e.areDatesEqual,r=e.areMapsEqual,i=e.areObjectsEqual,a=e.arePrimitiveWrappersEqual,o=e.areRegExpsEqual,s=e.areSetsEqual,u=e.areTypedArraysEqual;return function e(c,l,f){if(c===l){return true}if(c==null||l==null||typeof c!=="object"||typeof l!=="object"){return c!==c&&l!==l}var d=c.constructor;if(d!==l.constructor){return false}if(d===Object){return i(c,l,f)}if(D(c)){return t(c,l,f)}if(C!=null&&C(c)){return u(c,l,f)}if(d===Date){return n(c,l,f)}if(d===RegExp){return o(c,l,f)}if(d===Map){return r(c,l,f)}if(d===Set){return s(c,l,f)}var p=P(c);if(p===S){return n(c,l,f)}if(p===x){return o(c,l,f)}if(p===I){return r(c,l,f)}if(p===A){return s(c,l,f)}if(p===T){return typeof c.then!=="function"&&typeof l.then!=="function"&&i(c,l,f)}if(p===w){return i(c,l,f)}if(p===_||p===O||p===N){return a(c,l,f)}return false}}function j(e){var t=e.circular,n=e.createCustomConfig,r=e.strict;var o={areArraysEqual:r?y:d,areDatesEqual:p,areMapsEqual:r?i(h,y):h,areObjectsEqual:r?y:v,arePrimitiveWrappersEqual:m,areRegExpsEqual:b,areSetsEqual:r?i(g,y):g,areTypedArraysEqual:r?y:E};if(n){o=k({},o,n(o))}if(t){var s=a(o.areArraysEqual);var u=a(o.areMapsEqual);var c=a(o.areObjectsEqual);var l=a(o.areSetsEqual);o=k({},o,{areArraysEqual:s,areMapsEqual:u,areObjectsEqual:c,areSetsEqual:l})}return o}function R(e){return function(t,n,r,i,a,o,s){return e(t,n,s)}}function M(e){var t=e.circular,n=e.comparator,r=e.createState,i=e.equals,a=e.strict;if(r){return function e(o,s){var u=r(),c=u.cache,l=c===void 0?t?new WeakMap:undefined:c,f=u.meta;return n(o,s,{cache:l,equals:i,meta:f,strict:a})}}if(t){return function e(t,r){return n(t,r,{cache:new WeakMap,equals:i,meta:undefined,strict:a})}}var o={cache:undefined,equals:i,meta:undefined,strict:a};return function e(t,r){return n(t,r,o)}}var L=K();var q=K({strict:true});var V=K({circular:true});var B=K({circular:true,strict:true});var U=K({createInternalComparator:function(){return u}});var $=K({strict:true,createInternalComparator:function(){return u}});var G=K({circular:true,createInternalComparator:function(){return u}});var J=K({circular:true,createInternalComparator:function(){return u},strict:true});function K(e){if(e===void 0){e={}}var t=e.circular,n=t===void 0?false:t,r=e.createInternalComparator,i=e.createState,a=e.strict,o=a===void 0?false:a;var s=j(e);var u=F(s);var c=r?r(u):R(u);return M({circular:n,comparator:u,createState:i,equals:c,strict:o})}e.circularDeepEqual=V;e.circularShallowEqual=G;e.createCustomEqual=K;e.deepEqual=L;e.sameValueZeroEqual=u;e.shallowEqual=U;e.strictCircularDeepEqual=B;e.strictCircularShallowEqual=J;e.strictDeepEqual=q;e.strictShallowEqual=$}))}));var Ur={current:void 0};function $r(){if(void 0===Ur.current)throw new Error("no implementation of useHost provided");return Ur.current()}function Gr(e){if(!e)throw new Error("Must supply an implementation");if("function"!=typeof e)throw new Error("implementation must be a function");Ur.current=e}function Jr(){de();var e=$r();return u(e,$)}function Kr(){Ne();var e=$r();return u(e,G)}function Hr(){var e;return null==(e=Wr())?void 0:e.jwt}function Wr(){we();var e=$r(),t=u(e,U),n=Ie(null==t?void 0:t.jwt);if(W()||!t||n)return t;Te(void 0)}var Yr=e("a",z),zr=X,Qr=e("B",Z);function Xr(){return(Xr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function Zr(e,t){return(Zr=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ei(e,t){return t||(t=e.slice(0)),e.raw=t,e}function ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ni(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return ti(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ti(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}var ri=function(){return(ri=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},ii=new Map,ai=new Map,oi=!0,si=!1;function ui(e){return e.replace(/[\s,]+/g," ").trim()}function ci(e){var t,n,r,i=ui(e);if(!ii.has(i)){var a=Kt(e,{experimentalFragmentVariables:si});if(!a||"Document"!==a.kind)throw new Error("Not a valid GraphQL document.");ii.set(i,function(e){var t=new Set(e.definitions);t.forEach((function(e){e.loc&&delete e.loc,Object.keys(e).forEach((function(n){var r=e[n];r&&"object"==typeof r&&t.add(r)}))}));var n=e.loc;return n&&(delete n.startToken,delete n.endToken),e}((t=a,n=new Set,r=[],t.definitions.forEach((function(e){if("FragmentDefinition"===e.kind){var t=e.name.value,i=ui((o=e.loc).source.body.substring(o.start,o.end)),a=ai.get(t);a&&!a.has(i)?oi&&console.warn("Warning: fragment with name "+t+" already exists.\ngraphql-tag enforces all fragment names across your application to be unique; read more about\nthis in the docs: http://dev.apollodata.com/core/fragments.html#unique-names"):a||ai.set(t,a=new Set),a.add(i),n.has(i)||(n.add(i),r.push(e))}else r.push(e);var o})),ri(ri({},t),{definitions:r}))))}return ii.get(i)}function li(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];"string"==typeof e&&(e=[e]);var r=e[0];return t.forEach((function(t,n){r+=t&&"Document"===t.kind?t.loc.source.body:t,r+=e[n+1]})),ci(r)}var fi,di=li;(fi=li||(li={})).gql=di,fi.resetCaches=function(){ii.clear(),ai.clear()},fi.disableFragmentWarnings=function(){oi=!1},fi.enableExperimentalFragmentVariables=function(){si=!0},fi.disableExperimentalFragmentVariables=function(){si=!1},li.default=li;var pi=li;function hi(e,t){try{var n=e()}catch(e){return t(e)}return n&&n.then?n.then(void 0,t):n}var vi=function(e){var t,n;function r(t,n){var r;(r=e.call(this,t,n)||this).subject=new Or;var i=new Or;return r.subject.pipe(Fr(200,void 0,10)).subscribe((function(e){try{if(!e.length)return Promise.resolve();for(var t,n=gi(e),a=n.mergedQuery,o=n.mergedVariables,s=n.mergedQueryAddedEvents,u=ni(n.unmergedQueryAddedEvents);!(t=u()).done;)i.next(t.value);return s.length?Promise.resolve(hi((function(){return Promise.resolve(r.superRequest(a,o)).then((function(e){_i(e,s)}))}),(function(e){if(e instanceof Qn.ClientError){var t=function(){var t=e.response,n=t.data,r=t.errors;if(!n)return{v:Ii(s,e)};for(var i,a=Object.keys(n),o=[].concat(s),u=function(){var t=i.value,n=void 0;t.path.find((function(r,i,s){if(a.includes(r)){var u=bi(r),c=o.findIndex((function(e){return e.id===u}));if(-1===c)return!1;a.splice(i,1),n=o.splice(c,1)[0];var l=Ei(e.response.data,n);s[i]=mi(s[i],u);var f=n.query,d=n.variables,p=Xr({},e.response,{errors:[t],data:l,path:s}),h=new Qn.ClientError(p,{query:"string"!=typeof f?en(f):f,variables:d});return Si(n,h),!0}return!1}))},c=ni(r);!(i=c()).done;)u();_i(n,o)}();if("object"==typeof t)return t.v}else Ii(s,e)}))):Promise.resolve()}catch(e){return Promise.reject(e)}})),i.subscribe((function(e){try{var t=hi((function(){return Promise.resolve(r.superRequest(e.query,e.variables)).then((function(t){wi(t,e)}))}),(function(t){Si(e,t)}));return Promise.resolve(t&&t.then?t.then((function(){})):void 0)}catch(e){return Promise.reject(e)}})),r}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,Zr(t,n);var i=r.prototype;return i.superRequest=function(t,n){return e.prototype.request.call(this,t,n)},i.request=function(e,t,n){var r=this;return new Promise((function(i,a){var o={query:e,variables:t,id:yi(),options:n,resolve:i,reject:a};r.subject.next(o)}))},r}(Xn.GraphQLClient),yi=function(){return Zn().replace(/[-_]/g,"")},mi=function(e,t){return e.replace("_"+t,"")},bi=function(e){var t=e.split("_");return t[t.length-1]},gi=function(e){var t=[],n=[],r=e.reduce((function(e,r){var i=r.query,a=r.variables,o=r.id,s=r.options;if(null==s||!s.batch)return n.push(r),e;try{var u="string"==typeof i?Kt(i):i,c=u.definitions.find((function(e){return"FragmentDefinition"===e.kind})),l="string"==typeof i?i:en(i),f=/@/.test(l);if(c||f)return n.push(r),e;var d=function(e){return function(e,t){return e+"_"+t}(e,o)};return e=e.addN(u,[a],d,d),t.push(r),e}catch(t){return n.push(r),e}}),kn("BatchedQuery")),i=r.document,a=r.variables;return{mergedQuery:i&&en(i),mergedVariables:a,mergedQueryAddedEvents:t,unmergedQueryAddedEvents:n}},Ei=function(e,t){if(!e)return e;var n=Object.keys(e),r=t.id;return n.reduce((function(t,n){var i;return n.endsWith(r)&&(t=Xr({},t,((i={})[mi(n,r)]=e[n],i))),t}),{})},wi=function(e,t){(0,t.resolve)(e)},_i=function(e,t){for(var n,r=ni(t);!(n=r()).done;){var i=n.value,a=Ei(e,i);i.resolve(a)}},Si=function(e,t){(0,e.reject)(t)},Ii=function(e,t){for(var n,r=ni(e);!(n=r()).done;)(0,n.value.reject)(t)},Oi=e("P","sq:graphql-client"),Ti=e("E",xn((function(e,t,n){return new vi(e+"/api/v1/"+t+"/graphql",{headers:{Authorization:"Bearer "+(n||"")}})})));function xi(e,t){switch(t.type){case"loading":return{data:void 0,errors:void 0,loading:!0};case"data":return{data:t.payload,errors:void 0,loading:!1};case"errors":return{data:void 0,errors:t.payload,loading:!1}}}function Ai(e,t,n){void 0===n&&(n={batch:!0});var r,i,a,o,s,c,l=(r=Hr(),i=zr(),a=Yr(),o=Ti(i,a,r),s=$r(),null!=(c=u(s,"sq:graphql-client",{attempts:0}))?c:o),d=f(xi,t),p=d[1];return[d[0],v((function(t,r){void 0===r&&(r=!1);try{if(!l){var i=new Error("No GraphQL client found");return p({type:"errors",payload:i}),Promise.resolve(i)}return Promise.resolve(function(i,a){try{var o=(r||p({type:"loading"}),Promise.resolve(l.request(e,t,n)).then((function(e){return p({type:"data",payload:e}),e})))}catch(e){return a(e)}return o&&o.then?o.then(void 0,a):o}(0,(function(e){return p({type:"errors",payload:e}),e})))}catch(e){return Promise.reject(e)}}),[l,e,p])]}var Ni,Di={loading:!1,data:void 0,errors:void 0};function Ci(e){var t=Ai(e,Di);return[t[1],t[0]]}var ki,Pi=pi(Ni||(Ni=ei(["\n mutation AuthenticateWithEmailAndPassword(\n $email: String!\n $password: String!\n ) {\n authenticateManagedIdentityWithEmailAndPassword(\n authenticateManagedIdentityWithEmailAndPasswordInput: {\n email: $email\n password: $password\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function Fi(){var e=Ci(Pi),t=e[0],n=e[1];return[function(e){try{return Promise.resolve(t(e)).then((function(e){if(!(e instanceof Error)&&e.authenticateManagedIdentityWithEmailAndPassword){var t=e.authenticateManagedIdentityWithEmailAndPassword.token,n=vn(t).user;Te({jwt:t,id:n.id,accountId:n.accountId,managedIdentity:{email:e.authenticateManagedIdentityWithEmailAndPassword.email,emailVerified:e.authenticateManagedIdentityWithEmailAndPassword.emailVerified,sessionData:e.authenticateManagedIdentityWithEmailAndPassword.sessionData}})}return e}))}catch(e){return Promise.reject(e)}},{loading:n.loading,data:n.data,errors:n.errors}]}var ji,Ri=pi(ki||(ki=ei(["\n mutation RegisterWithEmailAndPassword(\n $email: String!\n $password: String!\n $formData: RSJsonNode\n $redirectPath: String\n ) {\n registerManagedIdentityWithEmailAndPassword(\n registerManagedIdentityWithEmailAndPasswordInput: {\n email: $email\n password: $password\n formData: $formData\n redirectPath: $redirectPath\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function Mi(){var e=Ci(Ri),t=e[0],n=e[1];return[function(e){try{return Promise.resolve(t(e)).then((function(e){if(!(e instanceof Error)&&e.registerManagedIdentityWithEmailAndPassword){var t=e.registerManagedIdentityWithEmailAndPassword.token,n=vn(t).user;Te({jwt:t,id:n.id,accountId:n.accountId,managedIdentity:{email:e.registerManagedIdentityWithEmailAndPassword.email,emailVerified:e.registerManagedIdentityWithEmailAndPassword.emailVerified,sessionData:e.registerManagedIdentityWithEmailAndPassword.sessionData}})}return e}))}catch(e){return Promise.reject(e)}},{loading:n.loading,data:n.data,errors:n.errors}]}var Li,qi=pi(ji||(ji=ei(["\n mutation RegisterViaRegistrationForm($key: String!, $formData: RSJsonNode!) {\n submitForm(formSubmissionInput: { key: $key, formData: $formData }) {\n results {\n ... on FormHandlerSubmissionResult {\n result\n formHandler {\n namespace\n }\n }\n ... on FormHandlerError {\n errorCode\n error\n errorType\n formHandler {\n name\n endpointUrl\n }\n }\n }\n }\n }\n"])));function Vi(){var e=Ci(qi),t=e[0],n=e[1],r=n.loading,i=n.data,a=n.errors,o=d(null),s=o[1];return[function(e){try{return s(null),Promise.resolve(t(e)).then((function(e){var t,n,r,i;if(e instanceof Error)return e;var a=null==(t=e.submitForm)||null==(n=t.results)?void 0:n.find((function(e){var t;return"identity"===(null==e||null==(t=e.formHandler)?void 0:t.namespace)}));if(a&&null!=(r=a.result)&&null!=(i=r.results)&&i.length){var o=a.result.results[0];if(o.success){var u=o.data.token,c=vn(u).user;Te({jwt:u,id:c.id,accountId:c.accountId,managedIdentity:{email:o.data.email,emailVerified:o.data.emailVerified,sessionData:o.data.sessionData}})}else s(o.message)}return e}))}catch(e){return Promise.reject(e)}},{loading:r,data:i,errors:a,formError:o[0]}]}var Bi,Ui=pi(Li||(Li=ei(["\n mutation ChangePassword($password: String!) {\n changeManagedIdentityPassword(\n changeManagedIdentityPasswordInput: { password: $password }\n ) {\n success\n }\n }\n"])));function $i(){var e=Ci(Ui),t=e[1];return[e[0],{loading:t.loading,data:t.data,errors:t.errors}]}var Gi,Ji=pi(Bi||(Bi=ei(["\n mutation ResetPassword($oobCode: String!, $password: String!) {\n resetManagedIdentityPassword(\n resetManagedIdentityPasswordInput: {\n password: $password\n oobCode: $oobCode\n }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function Ki(){var e=Ci(Ji),t=e[0],n=e[1];return[function(e){try{return Promise.resolve(t(e)).then((function(e){if(!(e instanceof Error)&&e.resetManagedIdentityPassword){var t=e.resetManagedIdentityPassword.token,n=vn(t).user;Te({jwt:t,id:n.id,accountId:n.accountId,managedIdentity:{email:e.resetManagedIdentityPassword.email,emailVerified:e.resetManagedIdentityPassword.emailVerified,sessionData:e.resetManagedIdentityPassword.sessionData}})}return e}))}catch(e){return Promise.reject(e)}},{loading:n.loading,data:n.data,errors:n.errors}]}var Hi=pi(Gi||(Gi=ei(["\n mutation VerifyPasswordResetCode($oobCode: String!) {\n verifyManagedIdentityPasswordResetCode(\n verifyManagedIdentityPasswordResetCodeInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function Wi(){return Ci(Hi)}function Yi(){var e=$r();return{refresh:v((function(){e.dispatchEvent(new CustomEvent("sq:refresh",{bubbles:!0,composed:!0,cancelable:!0,detail:{}}))}),[e])}}function zi(e){var n=e.skip,r=void 0!==n&&n,i=e.update,a=e.variables;s((function(){var e=function(e){!r&&i(a,!0)};return document.addEventListener("sq:refresh",e),function(){return document.removeEventListener("sq:refresh",e)}}),function(e){var n=p(e),r=p(0);return T(e,n.current)||(n.current=e,r.current+=1),t((function(){return n.current}),[r.current])}([a,i,r]))}var Qi,Xi={loading:!1,data:void 0,errors:void 0},Zi=Symbol();function ea(e){var t=Ai(e,Xi),n=t[0],r=t[1],i=p(Zi);zi({skip:i.current===Zi,update:r,variables:i.current});var a=v((function(e){return i.current=e,r(e)}),[r]);return[r,Xr({},n,{refetch:a})]}var ta,na=pi(Qi||(Qi=ei(["\n query ManagedIdentitySession {\n managedIdentitySession {\n email\n emailVerified\n sessionData\n }\n }\n"])));function ra(){var e=Wr(),t=ea(na),n=t[0],r=t[1],i=r.refetch,a=function(t){t instanceof Error||!t.managedIdentitySession||Te(Xr({},e,{managedIdentity:t.managedIdentitySession}))};return[function(){try{return Promise.resolve(n({})).then((function(e){return a(e),e}))}catch(e){return Promise.reject(e)}},{loading:r.loading,data:r.data,errors:r.errors,refetch:function(){try{return Promise.resolve(i()).then((function(e){return a(e),e}))}catch(e){return Promise.reject(e)}}}]}var ia,aa=pi(ta||(ta=ei(["\n mutation VerifyEmail($oobCode: String!) {\n verifyManagedIdentityEmail(\n verifyManagedIdentityEmailInput: { oobCode: $oobCode }\n ) {\n success\n }\n }\n"])));function oa(){var e=ra()[0],t=Ci(aa),n=t[0],r=t[1];return[function(t){try{return Promise.resolve(n(t)).then((function(t){var n=function(){if(!(t instanceof Error)&&t.verifyManagedIdentityEmail.success)return Promise.resolve(e()).then((function(){}))}();return n&&n.then?n.then((function(){return t})):t}))}catch(t){return Promise.reject(t)}},{loading:r.loading,data:r.data,errors:r.errors}]}var sa,ua=pi(ia||(ia=ei(["\n mutation RequestPasswordResetEmail(\n $email: String!\n $urlParams: RSJsonNode\n $redirectPath: String\n ) {\n requestManagedIdentityPasswordResetEmail(\n requestManagedIdentityPasswordResetEmailInput: {\n email: $email\n urlParams: $urlParams\n redirectPath: $redirectPath\n }\n ) {\n success\n }\n }\n"])));function ca(){return Ci(ua)}var la,fa=pi(sa||(sa=ei(["\n mutation RequestVerificationEmail(\n $email: String!\n $urlParams: RSJsonNode\n $redirectPath: String\n ) {\n requestManagedIdentityVerificationEmail(\n requestManagedIdentityVerificationEmailInput: {\n email: $email\n urlParams: $urlParams\n redirectPath: $redirectPath\n }\n ) {\n success\n }\n }\n"])));function da(){return Ci(fa)}var pa,ha=pi(la||(la=ei(["\n mutation authenticateManagedIdentityWithInstantAccess(\n $email: String!\n $firstName: String\n $lastName: String\n $locale: RSLocale\n $countryCode: RSCountryCode\n $cookies: String\n ) {\n authenticateManagedIdentityWithInstantAccess(\n authenticateManagedIdentityWithInstantAccessInput: {\n email: $email\n firstName: $firstName\n lastName: $lastName\n locale: $locale\n countryCode: $countryCode\n cookies: $cookies\n }\n ) {\n email\n emailVerified\n sessionData\n token\n }\n }\n"])));function va(){var e=Kr(),t=K(),n=Ci(ha),r=n[0],i=n[1];return[function(n){try{return Promise.resolve(r(n)).then((function(n){var r=function(){if(!(n instanceof Error)&&n.authenticateManagedIdentityWithInstantAccess)return Promise.resolve(function(e,t){try{return Promise.resolve(function(n,r){try{var i=Promise.resolve(fetch(X()+"/api/v1/"+z()+"/graphql",{method:"POST",headers:{"Content-Type":"application/json",Authorization:"Bearer "+t},body:JSON.stringify({query:"\n query checkReferralFraudStatus($programId: ID) {\n viewer {\n ... on User {\n id\n instantAccessRewards(filter: { programId_eq: $programId }) {\n data {\n id\n pendingReasons\n cancelledReason\n }\n }\n }\n }\n }\n",variables:{programId:e}})})).then((function(e){if(!e.ok)throw new Error("Failed to fetch locale");return Promise.resolve(e.json()).then((function(e){var t;if(e.errors)throw new Error(JSON.stringify(e.errors,null,2));var n=(null==(t=e.data.viewer.instantAccessRewards)?void 0:t.data)||[];return n.some((function(e){return"SUSPECTED_FRAUD"===e.cancelledReason}))?"DENIED":n.some((function(e){var t;return null==(t=e.pendingReasons)?void 0:t.includes("SUSPECTED_FRAUD")}))?"PENDING_REVIEW":"APPROVED"}))}))}catch(e){return r(e)}return i&&i.then?i.then(void 0,r):i}(0,(function(e){console.error(e)})))}catch(e){return Promise.reject(e)}}(e,n.authenticateManagedIdentityWithInstantAccess.token)).then((function(e){if("APPROVED"!==e)throw{name:"fraud_error",message:"Referral flagged as fraud."};var r=n.authenticateManagedIdentityWithInstantAccess.email;if(Te({jwt:n.authenticateManagedIdentityWithInstantAccess.token,id:r,accountId:r}),"SquatchJS2"===t){var i=new CustomEvent("sq:user-registration",{bubbles:!0,detail:{userId:r,accountId:r}});document.dispatchEvent(i)}}))}();return r&&r.then?r.then((function(e){return n})):n}))}catch(e){return Promise.reject(e)}},{loading:i.loading,data:i.data,errors:i.errors}]}var ya=Xn.gql(pa||(pa=ei(["\n mutation authenticateManagedIdentityWithGoogle($idToken: String!) {\n authenticateManagedIdentityWithGoogle(\n authenticateManagedIdentityWithGoogleInput: { idToken: $idToken }\n ) {\n token\n email\n emailVerified\n sessionData\n }\n }\n"])));function ma(){var e=Ci(ya),t=e[0],n=e[1];return[function(e){try{return Promise.resolve(t(e)).then((function(e){if(!(e instanceof Error)&&e.authenticateManagedIdentityWithGoogle){var t=e.authenticateManagedIdentityWithGoogle.token,n=vn(t).user;Te({jwt:t,id:n.id,accountId:n.accountId,managedIdentity:{email:e.authenticateManagedIdentityWithGoogle.email,emailVerified:e.authenticateManagedIdentityWithGoogle.emailVerified,sessionData:e.authenticateManagedIdentityWithGoogle.sessionData}})}return e}))}catch(e){return Promise.reject(e)}},{loading:n.loading,data:n.data,errors:n.errors}]}function ba(e,t){var n=p();return n.current&&T(t,n.current.key)||(n.current={key:t,value:e()}),n.current.value}function ga(){return f((function(e){return e+1}),0)}function Ea(e){for(var t,n=ni(Object.getOwnPropertyNames(e));!(t=n()).done;){var r=e[t.value];r&&"object"==typeof r&&Ea(r)}return Object.freeze(e)}var wa={loading:!0,data:void 0,errors:void 0};function _a(e,t,n,r){var i=Ai(e,wa,Xr({batch:!0},r||{})),a=i[0],o=i[1],s=ga(),u=s[1];return ba((function(){!n&&o(t)}),[e,t,o,s[0],n]),zi({skip:n,update:o,variables:t}),Ea(Xr({},a,{refetch:u}))}function Sa(e){var t=$r(),n=c(t,xa(e.namespace),e.initialValue),r=n[0],i=n[1];return c(t,Aa(e.namespace),[r,i]),[r,i]}function Ia(e){var t=l(Aa(e)),n=l(xa(e));return t?[n,t[1]]:[void 0,void 0]}function Oa(e){var t=l(Aa(e));if(t)return t[1]}function Ta(e){return l(xa(e))}function xa(e){return e+"-value"}function Aa(e){return e+"-state"}function Na(e){var t=$r(),n=_a(e.query,e.variables||{},e.skip,Xr({batch:!0},e.options||{})),r=c(t,xa(e.namespace),n),i=r[0],a=r[1];return s((function(){Br.deepEqual(n,i)||a(n)}),[n,i]),n}function Da(e){return l(xa(e))||{data:null,loading:!0,refetch:function(){return console.warn("component still loading")}}}function Ca(){var e=ga()[1];return s((function(){return ce.listen((function(){e()}))}),[]),ce.location}var ka,Pa=e("j",ce);function Fa(e){var t=d({limit:e.limit,offset:e.offset}),n=t[0],r=t[1],i=n.offset,a=n.limit,o=function(e,t){return e*t},s=function(e,t){return Math.ceil(e/t)||0};return{limit:a,setLimit:function(e){var t=s(i,e),a=o(e,t);r(Xr({},n,{limit:e,offset:a}))},offset:i,setCurrentPage:function(e){var t=o(e,a);r((function(e){return Xr({},e,{offset:t})}))},calculatePagination:function(e,t){var n=s(i,a),r=function(e,t){return Math.ceil(e/t)||0}(t,a),o=0===e?"0":e>1?i+1+"-"+(i+e):""+(i+1);return{currentPage:n,pageCount:r,rangeOnPage:o,pageProgress:o+" of "+t}}}}function ja(e,t,n,r,i){var a;void 0===r&&(r={}),void 0===i&&(i=!1);var o=Fa(n),s=o.limit,u=o.setLimit,c=o.setCurrentPage,l=o.calculatePagination,f=_a(e,Xr({limit:s,offset:o.offset},r),i),d=f.loading,p=f.errors,h=f.refetch,v=t(f.data),y=l((null==v||null==(a=v.data)?void 0:a.length)||0,(null==v?void 0:v.totalCount)||0);return{envelope:v,states:{errors:p,loading:d,limit:s,currentPage:y.currentPage,pageCount:y.pageCount,pageProgress:y.pageProgress},callbacks:{refetch:h,setLimit:u,setCurrentPage:c}}}var Ra=Xn.gql(ka||(ka=ei(["\n mutation ($eventMeta: UserAnalyticsEvent!) {\n createUserAnalyticsEvent(eventMeta: $eventMeta)\n }\n"])));var Ma=1e3,La=60*Ma,qa=60*La,Va=24*qa,Ba=function(e,t){t=t||{};var n=typeof e;if("string"===n&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var n=parseFloat(t[1]);switch((t[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*n;case"weeks":case"week":case"w":return 6048e5*n;case"days":case"day":case"d":return n*Va;case"hours":case"hour":case"hrs":case"hr":case"h":return n*qa;case"minutes":case"minute":case"mins":case"min":case"m":return n*La;case"seconds":case"second":case"secs":case"sec":case"s":return n*Ma;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}(e);if("number"===n&&isFinite(e))return t.long?function(e){var t=Math.abs(e);return t>=Va?Ua(e,t,Va,"day"):t>=qa?Ua(e,t,qa,"hour"):t>=La?Ua(e,t,La,"minute"):t>=Ma?Ua(e,t,Ma,"second"):e+" ms"}(e):function(e){var t=Math.abs(e);return t>=Va?Math.round(e/Va)+"d":t>=qa?Math.round(e/qa)+"h":t>=La?Math.round(e/La)+"m":t>=Ma?Math.round(e/Ma)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Ua(e,t,n,r){var i=t>=1.5*n;return Math.round(e/n)+" "+r+(i?"s":"")}var $a,Ga,Ja,Ka,Ha,Wa=(function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0,i=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(r++,"%c"===e&&(i=r))})),t.splice(i,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=function(){var e=!1;return function(){e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||function(){},e.exports=function(e){function t(e){var r,i=null;function a(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}if(!a.enabled)return;var i=a,o=Number(new Date);i.diff=o-(r||o),i.prev=r,i.curr=o,r=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");var s=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(function(n,r){if("%%"===n)return"%";s++;var a=t.formatters[r];return"function"==typeof a&&(n=a.call(i,e[s]),e.splice(s,1),s--),n})),t.formatArgs.call(i,e),(i.log||t.log).apply(i,e)}return a.namespace=e,a.useColors=t.useColors(),a.color=t.selectColor(e),a.extend=n,a.destroy=t.destroy,Object.defineProperty(a,"enabled",{enumerable:!0,configurable:!1,get:function(){return null===i?t.enabled(e):i},set:function(e){i=e}}),"function"==typeof t.init&&t.init(a),a}function n(e,n){var r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){var e=__spreadArrays(t.names.map(r),t.skips.map(r).map((function(e){return"-"+e}))).join(",");return t.enable(""),e},t.enable=function(e){var n;t.save(e),t.names=[],t.skips=[];var r=("string"==typeof e?e:"").split(/[\s,]+/),i=r.length;for(n=0;n<i;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;var n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=Ba,t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((function(n){t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){var n=0;for(var r=0;r<e.length;r++)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}(t);var n=e.exports.formatters;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}($a={exports:{}},$a.exports),$a.exports),Ya=Wa("sq:load-event"),za=Xn.gql(Ga||(Ga=ei(["\n mutation loadEvent($eventMeta: UserAnalyticsEvent!) {\n createUserAnalyticsEvent(eventMeta: $eventMeta)\n }\n"])));var Qa=Wa("sq:useForm"),Xa=Xn.gql(Ja||(Ja=ei(["\n query ($key: String!) {\n form(key: $key) {\n schema\n initialData {\n initialData\n isEnabled\n isEnabledErrorMessage\n }\n }\n }\n"]))),Za=Xn.gql(Ka||(Ka=ei(["\n mutation ($formSubmissionInput: FormSubmissionInput!) {\n submitForm(formSubmissionInput: $formSubmissionInput) {\n success\n results {\n ... on FormHandlerSubmissionResult {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n result\n }\n ... on FormHandlerError {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n errorType\n error\n errorCode\n }\n }\n }\n }\n"]))),eo=Xn.gql(Ha||(Ha=ei(["\n query ($formValidationInput: FormValidationInput!) {\n validateForm(formValidationInput: $formValidationInput) {\n valid\n results {\n ... on FormHandlerValidationResult {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n result\n }\n ... on FormHandlerError {\n formHandler {\n name\n endpointUrl\n integration {\n name\n }\n }\n errorType\n error\n errorCode\n }\n }\n }\n }\n"])))}}}));