From 50c39548e42118c57c85506e49b527b93ae21fb0 Mon Sep 17 00:00:00 2001 From: yousefed Date: Wed, 15 May 2024 14:34:41 +0200 Subject: [PATCH] upgrade blocknote + add plugin interface --- package-lock.json | 12129 ++++++++++------ packages/editor/package.json | 8 +- .../documentRenderers/richtext/FrameHost.tsx | 4 + .../src/app/main/components/ProfilePopup.tsx | 6 +- .../components/documentMenu/DocumentMenu.tsx | 22 +- .../components/documentMenu/PluginDialog.tsx | 173 + packages/editor/src/app/routes/routes.ts | 13 + .../src/integrations/markdown/import.ts | 95 +- packages/editor/src/store/DocConnection.ts | 38 +- packages/editor/src/store/DocumentResource.ts | 4 + .../src/store/yjs-sync/DocumentCoordinator.ts | 34 + packages/editor/src/styles/iframe.css | 27 +- packages/frame/package.json | 5 +- packages/frame/src/EditorStore.ts | 6 +- packages/frame/src/Frame.tsx | 340 +- .../frame/src/codeblocks/MonacoCodeBlock.tsx | 34 +- .../frame/src/codeblocks/MonacoInlineCode.tsx | 35 +- .../src/runtime/executor/lib/exports.tsx | 2 +- .../resolver/TypeCellModuleResolver.ts | 8 +- packages/server/package.json | 8 +- packages/server/test.sql | 3016 ++++ packages/shared-test/package.json | 2 +- .../shared/src/codeModels/ModelReceiver.ts | 2 +- .../src/frameInterop/HostBridgeMethods.ts | 2 + 24 files changed, 11306 insertions(+), 4707 deletions(-) create mode 100644 packages/editor/src/app/main/components/documentMenu/PluginDialog.tsx create mode 100644 packages/server/test.sql diff --git a/package-lock.json b/package-lock.json index e6e97786e..6ed1bf7c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,23 +28,14 @@ "react-dom": "^18.2.0" } }, - "node_modules/@aashutoshrathi/word-wrap": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", - "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/@ampproject/remapping": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", - "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { "node": ">=6.0.0" @@ -60,11 +51,11 @@ } }, "node_modules/@atlaskit/analytics-namespaced-context": { - "version": "6.7.3", - "resolved": "https://registry.npmjs.org/@atlaskit/analytics-namespaced-context/-/analytics-namespaced-context-6.7.3.tgz", - "integrity": "sha512-DWmj6gfciXDXBv2k5q4LppAMMx52srBeG2JtcXCCX4cvmj4JerbwePfPnsSmCfMjQSEdTE7L2cUnvqSNDjjnQQ==", + "version": "6.9.2", + "resolved": "https://registry.npmjs.org/@atlaskit/analytics-namespaced-context/-/analytics-namespaced-context-6.9.2.tgz", + "integrity": "sha512-BIpp23ea6AxQ4QTASACb6yBwkL9f/dYNXeFgnjexpV01jmx5/vvdwDea/vPUQJE1JcDbBdNz1zxC4JOCIEy+8w==", "dependencies": { - "@atlaskit/analytics-next": "^9.1.0", + "@atlaskit/analytics-next": "^9.2.0", "@babel/runtime": "^7.0.0" }, "peerDependencies": { @@ -72,11 +63,12 @@ } }, "node_modules/@atlaskit/analytics-next": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@atlaskit/analytics-next/-/analytics-next-9.1.4.tgz", - "integrity": "sha512-UnoIlIQOOa4esHomlKPIBQs/5f4VFATIib97hADjGt5wAccmR080wJ63P0Ch1aHkbV6+AtSQfIefJnIYz6XXpQ==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@atlaskit/analytics-next/-/analytics-next-9.3.0.tgz", + "integrity": "sha512-mR5CndP92k2gFl8sWu4DJZZEpEQ4bnp5Z3fWCZE1oySiOKK8iM+KzKH4FMCaSUGOhWW6/5VeuXCcXvaogaAmsA==", "dependencies": { "@atlaskit/analytics-next-stable-react-context": "1.0.1", + "@atlaskit/platform-feature-flags": "^0.2.2", "@babel/runtime": "^7.0.0", "prop-types": "^15.5.10", "use-memo-one": "^1.1.1" @@ -96,22 +88,35 @@ "react": "^16.8.0" } }, + "node_modules/@atlaskit/app-provider": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@atlaskit/app-provider/-/app-provider-0.4.0.tgz", + "integrity": "sha512-ZvDVRSHD19rxKvx+YomWvekvtPzNbZEwYdHGXWG3QjdnP+1oBEeaVgkI9LnpWAoreunoQ8xUgmJ6g2qAYBjnoA==", + "dependencies": { + "@atlaskit/tokens": "^1.28.0", + "@babel/runtime": "^7.0.0", + "bind-event-listener": "^2.1.1" + }, + "peerDependencies": { + "react": "^16.8.0" + } + }, "node_modules/@atlaskit/atlassian-navigation": { - "version": "2.6.18", - "resolved": "https://registry.npmjs.org/@atlaskit/atlassian-navigation/-/atlassian-navigation-2.6.18.tgz", - "integrity": "sha512-dRkmG0yEA8xSiuC082SCJ6HbH3E3iqPpKJtXpGpV+7BK076svwv44TUZF5eD/CRDL1+OSHFSNS6SBOfaGEfotA==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@atlaskit/atlassian-navigation/-/atlassian-navigation-2.10.0.tgz", + "integrity": "sha512-ulVlOoHf0fRXnZ1sCsJHP6O8L2ph3Q1E/jp2Whs6N0AQdVUFhnVGhQD7wKVqURTcZD8zsU9RcWMGEEC4/e+hZw==", "dependencies": { "@atlaskit/analytics-namespaced-context": "^6.7.0", - "@atlaskit/button": "^16.8.0", + "@atlaskit/button": "^16.17.0", "@atlaskit/ds-lib": "^2.2.0", - "@atlaskit/icon": "^21.12.0", + "@atlaskit/icon": "^22.0.0", "@atlaskit/logo": "*", "@atlaskit/platform-feature-flags": "^0.2.0", - "@atlaskit/popup": "^1.9.0", - "@atlaskit/primitives": "^1.0.6", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.14.0", - "@atlaskit/tooltip": "^17.8.0", + "@atlaskit/popup": "^1.11.0", + "@atlaskit/primitives": "^1.12.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.29.0", + "@atlaskit/tooltip": "^18.0.0", "@atlaskit/width-detector": "^4.1.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", @@ -123,50 +128,51 @@ } }, "node_modules/@atlaskit/avatar": { - "version": "21.3.9", - "resolved": "https://registry.npmjs.org/@atlaskit/avatar/-/avatar-21.3.9.tgz", - "integrity": "sha512-9P9mAPHHk/JAeCJat4/8wn22qeduNujjfvUYDJHX6YNvxGefp1ajdUJfj+RKCCqs7rYv3wNJWgANYkeJmUud0w==", - "dependencies": { - "@atlaskit/analytics-next": "^9.1.0", - "@atlaskit/icon": "^21.12.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.15.0", + "version": "21.8.0", + "resolved": "https://registry.npmjs.org/@atlaskit/avatar/-/avatar-21.8.0.tgz", + "integrity": "sha512-ACHQvWPuvYEie3LP+MwPQtY1PD6bjGXan2XYYBylDhxjRgaYMRTKFPeDn55tkywHltZGmEqHPk3+D6Etb1S7Yg==", + "dependencies": { + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/icon": "^22.1.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.45.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", - "@emotion/serialize": "^1.1.0" + "@emotion/serialize": "^1.1.0", + "react-uid": "^2.2.0" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, "node_modules/@atlaskit/blanket": { - "version": "12.4.4", - "resolved": "https://registry.npmjs.org/@atlaskit/blanket/-/blanket-12.4.4.tgz", - "integrity": "sha512-4ubUKj1iABlW3CFwJ2DR2IK+pKN3LXBJt0WSae6woJkfSVMvYd6FMLyaIuVKgomO5qTFQ8I7AjshC8PNE5BoAA==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@atlaskit/blanket/-/blanket-13.1.0.tgz", + "integrity": "sha512-i0Da1iYgBYNtjUsYpZd2bCndyVhT9aDky9gfpRBw4gseXacOm460XBIhmF/HCfEAZXfD68g4iaEaK+d9IEXlcg==", "dependencies": { - "@atlaskit/analytics-next": "^9.1.0", + "@atlaskit/analytics-next": "^9.2.0", "@atlaskit/codemod-utils": "^4.2.0", "@atlaskit/ds-lib": "^2.2.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.11.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.43.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, "node_modules/@atlaskit/breadcrumbs": { - "version": "11.10.6", - "resolved": "https://registry.npmjs.org/@atlaskit/breadcrumbs/-/breadcrumbs-11.10.6.tgz", - "integrity": "sha512-pw31ZP9VPSVUft9r+dx86xxxpyAjx2pW2tdN7GOrMALdTSoiPlMrwO31A8suB5Y71ujdImUOVaDsPVWgAxeDFw==", + "version": "11.10.7", + "resolved": "https://registry.npmjs.org/@atlaskit/breadcrumbs/-/breadcrumbs-11.10.7.tgz", + "integrity": "sha512-MGxEKkdkpORSfoUKZWPG8RLox0E5Q9tCZeikKxY3fCntP1W4BLwCCAPLFd3mO/+qih6PMeowEwKv8ePzYQGIsQ==", "dependencies": { "@atlaskit/analytics-next": "^9.1.0", - "@atlaskit/button": "^16.9.0", + "@atlaskit/button": "^16.10.0", "@atlaskit/ds-lib": "^2.2.0", "@atlaskit/platform-feature-flags": "^0.2.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.15.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.25.0", "@atlaskit/tooltip": "^17.8.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", @@ -178,19 +184,43 @@ "react-dom": "^16.8.0" } }, + "node_modules/@atlaskit/breadcrumbs/node_modules/@atlaskit/tooltip": { + "version": "17.8.10", + "resolved": "https://registry.npmjs.org/@atlaskit/tooltip/-/tooltip-17.8.10.tgz", + "integrity": "sha512-rNH/AygzNjVXUB7uoJ6QZcgvptGMsFr5K8vYLywmXMjNuyjRIBatcvllnO8P6n7I3Rg+v4Hyn5w9xQhHTUcyZA==", + "dependencies": { + "@atlaskit/analytics-next": "^9.1.0", + "@atlaskit/ds-lib": "^2.2.0", + "@atlaskit/motion": "^1.5.0", + "@atlaskit/popper": "^5.5.0", + "@atlaskit/portal": "^4.4.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.28.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1", + "bind-event-listener": "^2.1.1", + "react-uid": "^2.2.0" + }, + "peerDependencies": { + "react": "^16.8.0", + "react-dom": "^16.8.0" + } + }, "node_modules/@atlaskit/button": { - "version": "16.9.3", - "resolved": "https://registry.npmjs.org/@atlaskit/button/-/button-16.9.3.tgz", - "integrity": "sha512-PmhOFNBtyETLYFzgN5suYSFghQg9NW85GSZro2K2y1N3y1B1CxPNYsghVOmKf/DK815iLy8JPk9CAKlcY6s/eQ==", + "version": "16.18.1", + "resolved": "https://registry.npmjs.org/@atlaskit/button/-/button-16.18.1.tgz", + "integrity": "sha512-6RZCp2IUZAsgm2UFp+Ws6i3b+0uLbs2rmc6fWrhd4F0jvavDnOjivdFAPPVBcMM4pIOBrTv6QBXAgRhScec/Hw==", "dependencies": { "@atlaskit/analytics-next": "^9.1.0", "@atlaskit/ds-lib": "^2.2.0", "@atlaskit/focus-ring": "^1.3.0", + "@atlaskit/icon": "^22.0.0", "@atlaskit/interaction-context": "^2.1.0", "@atlaskit/platform-feature-flags": "^0.2.0", - "@atlaskit/spinner": "^15.5.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.15.0", + "@atlaskit/primitives": "^1.13.0", + "@atlaskit/spinner": "^16.0.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.29.0", "@atlaskit/visually-hidden": "^1.2.4", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" @@ -199,45 +229,73 @@ "react": "^16.8.0" } }, + "node_modules/@atlaskit/button/node_modules/@atlaskit/spinner": { + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-16.1.0.tgz", + "integrity": "sha512-eFJpjLIP0OYb2DmY+ec0cypbRNj6X86qIDayvyqYeNzJUAhXXSEsli781fLJMC6RYtGd9MWw6e8CruoD05/rxg==", + "dependencies": { + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.44.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, "node_modules/@atlaskit/codemod-utils": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@atlaskit/codemod-utils/-/codemod-utils-4.2.3.tgz", - "integrity": "sha512-ar5vFYakSfbpKziSyi0cE1sFt48gWrwixjgo5VdN8DiL/Tf0fMiscMNvAPe4cFnagTV6scXHyUc0NPArGqL0PQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/@atlaskit/codemod-utils/-/codemod-utils-4.2.4.tgz", + "integrity": "sha512-ETeLShTnEpLvsEhm0wmIlC7toRPy9hrMGbttdsiKzyUeGQQ3VqBxvOOPZNA6Uvi0660Jjd3lS7n5u7R/Ku0OHg==", "dependencies": { "@babel/runtime": "^7.0.0" } }, + "node_modules/@atlaskit/css": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@atlaskit/css/-/css-0.1.0.tgz", + "integrity": "sha512-FQfiLoYJrwTYhjSpa+RA8omPAPlJ5rl0OCJ0NAkMXRGx1o8ItNBW5EcRBwW0wUHaBOZ4oFS5EUshk185E/G/zQ==", + "dependencies": { + "@atlaskit/tokens": "^1.43.0", + "@babel/runtime": "^7.0.0", + "@compiled/react": "^0.17.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, "node_modules/@atlaskit/css-reset": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/@atlaskit/css-reset/-/css-reset-6.5.4.tgz", - "integrity": "sha512-7pocTfknaZaF4k9AYYoUFGjC1XMqBH3PMG5TaB93nnvib2TXeDJ486t78qBYVu9372CMYmrIkdPpOJG1Wgu3ww==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/@atlaskit/css-reset/-/css-reset-6.9.0.tgz", + "integrity": "sha512-7FYba8pAQz/VRbE1UidANtlqCml81gYPUhLzd87wAUCXXI8RvbBEI43MVqFCTbhemXXJUT3OMOfNRhPyYjcUAQ==", "dependencies": { - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.13.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.43.0", "@babel/runtime": "^7.0.0", "fbjs": "^3.0.0" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, "node_modules/@atlaskit/dropdown-menu": { - "version": "11.11.6", - "resolved": "https://registry.npmjs.org/@atlaskit/dropdown-menu/-/dropdown-menu-11.11.6.tgz", - "integrity": "sha512-xREIGU6qriWX50oSdr2LXUvVbo3D1Zlg7xUd6U8JrgJQV14kQo94CJi0zTy9F5ZX97zu6PkvCLsyO96t1EY/kQ==", + "version": "11.14.4", + "resolved": "https://registry.npmjs.org/@atlaskit/dropdown-menu/-/dropdown-menu-11.14.4.tgz", + "integrity": "sha512-RXZxT54WXxvAR0Y60+zAlONp9r1GnTfD5Q4utpj4mzML+o/Ju5Zb8Nw+CV+47618/UEbTaBNe8bUsdb5vcvkfA==", "dependencies": { - "@atlaskit/button": "^16.8.0", + "@atlaskit/button": "^16.10.0", "@atlaskit/codemod-utils": "^4.2.0", "@atlaskit/ds-lib": "^2.2.0", "@atlaskit/icon": "^21.12.0", - "@atlaskit/menu": "^1.9.0", + "@atlaskit/layering": "^0.2.0", + "@atlaskit/menu": "^1.11.0", "@atlaskit/platform-feature-flags": "^0.2.2", - "@atlaskit/popup": "^1.9.0", - "@atlaskit/primitives": "^1.0.6", - "@atlaskit/spinner": "^15.5.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.14.0", - "@atlaskit/visually-hidden": "^1.2.0", + "@atlaskit/popup": "^1.10.0", + "@atlaskit/primitives": "^1.6.0", + "@atlaskit/spinner": "^15.6.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.25.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", "bind-event-listener": "^2.1.1" @@ -247,41 +305,82 @@ "react-dom": "^16.8.0" } }, - "node_modules/@atlaskit/ds-explorations": { - "version": "2.2.10", - "resolved": "https://registry.npmjs.org/@atlaskit/ds-explorations/-/ds-explorations-2.2.10.tgz", - "integrity": "sha512-CTwMZjhCRv3dnxHFzVe2kif/KWjIO7WaLNSJPJGkkhtECPqtUpqtQi+MSrzLXfIMizygrNJ6b06TpoKv/INBeQ==", + "node_modules/@atlaskit/dropdown-menu/node_modules/@atlaskit/icon": { + "version": "21.12.8", + "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-21.12.8.tgz", + "integrity": "sha512-cKqjg51VHZv8RTsncGhaSJAk8tWx6lrgRLM4zMexHbP3MBS1vcW7A+jZa2zggA3NOW7rsGZ3yFdbq8J6kPGT+A==", "dependencies": { - "@atlaskit/tokens": "^1.15.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.28.0", "@babel/runtime": "^7.0.0", - "@emotion/react": "^11.7.1", - "tiny-invariant": "^1.2.0" + "@emotion/react": "^11.7.1" }, "peerDependencies": { "react": "^16.8.0" } }, "node_modules/@atlaskit/ds-lib": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@atlaskit/ds-lib/-/ds-lib-2.2.3.tgz", - "integrity": "sha512-e+qn7miSyHDgMHP2zpHwDufalPKzRiaof9hd5WIskVs0BQpTR1bO2w7YkjMy5cMbYrQ+QYM64eiEv1SaDLCuIQ==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@atlaskit/ds-lib/-/ds-lib-2.3.1.tgz", + "integrity": "sha512-DVUE3hYLhdEZy4NnsxqiCqKC5Ym3CM/DGRQlnSPcABFNL0N0FfTXso3pLpkJnMZBtEnd2pn13mPJ2VQlSISRuw==", "dependencies": { "@babel/runtime": "^7.0.0", - "bind-event-listener": "^2.1.1" + "bind-event-listener": "^3.0.0" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, + "node_modules/@atlaskit/ds-lib/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, "node_modules/@atlaskit/empty-state": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/@atlaskit/empty-state/-/empty-state-7.6.3.tgz", - "integrity": "sha512-DP6g/pGbS797nZKH4RLfs1aN9vtT/fDhRBYNfe2JLjs3sogKS91IcVgBovhgZgLdNEqpcBzA4bIJwzF6s9mkIw==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@atlaskit/empty-state/-/empty-state-7.8.0.tgz", + "integrity": "sha512-LqB7oBNORfIGdMZS5GOT6gS7yl9ZT156u3ffkrGz9nx48501tVmz4rzWF/gB2JfOmLdX3cxeg7+Qrc1/JnzXrw==", + "dependencies": { + "@atlaskit/button": "^17.12.0", + "@atlaskit/spinner": "^16.0.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.43.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/empty-state/node_modules/@atlaskit/app-provider": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@atlaskit/app-provider/-/app-provider-1.3.1.tgz", + "integrity": "sha512-bIf6pAV2PSC5V5r03E2SGjNVmPK2Ly1D2hz3n43Av09fmMLWDumOP2yvPyhnLD2J13uxMnNzzZCX91koMg07tA==", "dependencies": { - "@atlaskit/button": "^16.9.0", - "@atlaskit/spinner": "^15.5.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.14.0", + "@atlaskit/tokens": "^1.43.0", + "@babel/runtime": "^7.0.0", + "bind-event-listener": "^3.0.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/empty-state/node_modules/@atlaskit/button": { + "version": "17.14.2", + "resolved": "https://registry.npmjs.org/@atlaskit/button/-/button-17.14.2.tgz", + "integrity": "sha512-aXa9K9bvYZPpKjARwzTmjCZqGxyzQdq+f6tFA4mMANgOz4gWmo/bBJq+W9rlX1XlcGTg0BnN8BkMEoC5TLkHZw==", + "dependencies": { + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/focus-ring": "^1.4.0", + "@atlaskit/icon": "^22.1.0", + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/primitives": "^6.0.0", + "@atlaskit/spinner": "^16.1.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.45.0", + "@atlaskit/tooltip": "^18.3.0", + "@atlaskit/visually-hidden": "^1.3.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, @@ -289,23 +388,99 @@ "react": "^16.8.0" } }, + "node_modules/@atlaskit/empty-state/node_modules/@atlaskit/primitives": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-6.1.2.tgz", + "integrity": "sha512-dorMWl5/pm7HXswJMpDeVo6uFruNGYAOA1UykeEheezpran632SwW1amMzZmHP8CYRL3PMf1yYvfr9OrwroFQQ==", + "dependencies": { + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/app-provider": "^1.3.0", + "@atlaskit/css": "^0.1.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/tokens": "^1.47.0", + "@atlaskit/visually-hidden": "^1.3.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1", + "@emotion/serialize": "^1.1.0", + "bind-event-listener": "^3.0.0", + "tiny-invariant": "^1.2.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@atlaskit/empty-state/node_modules/@atlaskit/spinner": { + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-16.1.0.tgz", + "integrity": "sha512-eFJpjLIP0OYb2DmY+ec0cypbRNj6X86qIDayvyqYeNzJUAhXXSEsli781fLJMC6RYtGd9MWw6e8CruoD05/rxg==", + "dependencies": { + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.44.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/empty-state/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, "node_modules/@atlaskit/flag": { - "version": "15.2.17", - "resolved": "https://registry.npmjs.org/@atlaskit/flag/-/flag-15.2.17.tgz", - "integrity": "sha512-VzHbcV+0JWKVJplfUQMoI4mzxCHWODM5n2Nci3N4IjMxIqAaH9OOOQLVrDW+r1jE+KmW/0RFCf9EyOcRFgOvdg==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/@atlaskit/flag/-/flag-15.5.1.tgz", + "integrity": "sha512-HwO73kmiVCz2gfT+jTSPr4IT9UXK9eUAAnyk43LOYQQWdMfS8BrsW8Daebaz5uCaxlqXlas+B4TVd4WySg56OA==", + "dependencies": { + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/button": "^17.14.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/icon": "^22.1.0", + "@atlaskit/motion": "^1.5.0", + "@atlaskit/portal": "^4.4.0", + "@atlaskit/primitives": "^6.0.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.45.0", + "@atlaskit/visually-hidden": "^1.3.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/flag/node_modules/@atlaskit/app-provider": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@atlaskit/app-provider/-/app-provider-1.3.1.tgz", + "integrity": "sha512-bIf6pAV2PSC5V5r03E2SGjNVmPK2Ly1D2hz3n43Av09fmMLWDumOP2yvPyhnLD2J13uxMnNzzZCX91koMg07tA==", "dependencies": { - "@atlaskit/analytics-next": "^9.1.0", - "@atlaskit/button": "^16.9.0", - "@atlaskit/ds-explorations": "^2.2.0", - "@atlaskit/ds-lib": "^2.2.0", - "@atlaskit/focus-ring": "^1.3.0", - "@atlaskit/icon": "^21.12.0", - "@atlaskit/motion": "^1.4.0", - "@atlaskit/portal": "^4.3.0", - "@atlaskit/primitives": "^1.2.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.15.0", - "@atlaskit/visually-hidden": "^1.2.0", + "@atlaskit/tokens": "^1.43.0", + "@babel/runtime": "^7.0.0", + "bind-event-listener": "^3.0.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/flag/node_modules/@atlaskit/button": { + "version": "17.14.2", + "resolved": "https://registry.npmjs.org/@atlaskit/button/-/button-17.14.2.tgz", + "integrity": "sha512-aXa9K9bvYZPpKjARwzTmjCZqGxyzQdq+f6tFA4mMANgOz4gWmo/bBJq+W9rlX1XlcGTg0BnN8BkMEoC5TLkHZw==", + "dependencies": { + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/focus-ring": "^1.4.0", + "@atlaskit/icon": "^22.1.0", + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/primitives": "^6.0.0", + "@atlaskit/spinner": "^16.1.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.45.0", + "@atlaskit/tooltip": "^18.3.0", + "@atlaskit/visually-hidden": "^1.3.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, @@ -313,27 +488,69 @@ "react": "^16.8.0" } }, + "node_modules/@atlaskit/flag/node_modules/@atlaskit/primitives": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-6.1.2.tgz", + "integrity": "sha512-dorMWl5/pm7HXswJMpDeVo6uFruNGYAOA1UykeEheezpran632SwW1amMzZmHP8CYRL3PMf1yYvfr9OrwroFQQ==", + "dependencies": { + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/app-provider": "^1.3.0", + "@atlaskit/css": "^0.1.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/tokens": "^1.47.0", + "@atlaskit/visually-hidden": "^1.3.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1", + "@emotion/serialize": "^1.1.0", + "bind-event-listener": "^3.0.0", + "tiny-invariant": "^1.2.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@atlaskit/flag/node_modules/@atlaskit/spinner": { + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-16.1.0.tgz", + "integrity": "sha512-eFJpjLIP0OYb2DmY+ec0cypbRNj6X86qIDayvyqYeNzJUAhXXSEsli781fLJMC6RYtGd9MWw6e8CruoD05/rxg==", + "dependencies": { + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.44.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/flag/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, "node_modules/@atlaskit/focus-ring": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@atlaskit/focus-ring/-/focus-ring-1.3.5.tgz", - "integrity": "sha512-x/5aftmQCO768r94GskhJotuXc+wm/Ba4MBUh+S/7980GKpvr4XXnWtUWm4l52J2v5+DE4oQNe5jewDQW0KVAg==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@atlaskit/focus-ring/-/focus-ring-1.4.0.tgz", + "integrity": "sha512-YFsPMjvKcfDv/7koMXRk/VuT279tJovsXAD2rYwVAoLu2VlV1akA7n9O6qWjoFPqt5u/lS4WPvVH66CDLkfHiw==", "dependencies": { - "@atlaskit/tokens": "^1.14.0", + "@atlaskit/tokens": "^1.44.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, "node_modules/@atlaskit/form": { - "version": "8.11.12", - "resolved": "https://registry.npmjs.org/@atlaskit/form/-/form-8.11.12.tgz", - "integrity": "sha512-jvj9aBarNXR7w6Gi+J4oVqRgKHOlv0NADlCfvvOK/oVdyEFJUSJUcJimOzLJ1nftUa2znaScYVJ8K7Hfy8yhdw==", + "version": "8.11.13", + "resolved": "https://registry.npmjs.org/@atlaskit/form/-/form-8.11.13.tgz", + "integrity": "sha512-JFEkQEwlop9XlKAHvtFbwcgTVrJOlN+heT07H12V+7TxES0oA1lJPQlmMNgcq4f++/4p/v752p+K6IlWKXjTiw==", "dependencies": { "@atlaskit/icon": "^21.12.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.14.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.26.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", "final-form": "^4.20.1", @@ -346,12 +563,27 @@ "react": "^16.8.0" } }, + "node_modules/@atlaskit/form/node_modules/@atlaskit/icon": { + "version": "21.12.8", + "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-21.12.8.tgz", + "integrity": "sha512-cKqjg51VHZv8RTsncGhaSJAk8tWx6lrgRLM4zMexHbP3MBS1vcW7A+jZa2zggA3NOW7rsGZ3yFdbq8J6kPGT+A==", + "dependencies": { + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.28.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0" + } + }, "node_modules/@atlaskit/heading": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/@atlaskit/heading/-/heading-1.3.7.tgz", - "integrity": "sha512-PRLGK7FNo+twL+pFRfyaKRpk43bRUrzxVec0HjFyD2CmwSlQ8emY7S1qfbN8+hAvxeNnmDg3MiTlu42vXuPMSg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@atlaskit/heading/-/heading-2.3.0.tgz", + "integrity": "sha512-DBUnWgVsiMhyUbemaFJGAHrBExYweieinVlJaR2HffCeMIaGac3hE3coge9r4TrAJzgl0qelP/YAZAsc2vtTEQ==", "dependencies": { - "@atlaskit/tokens": "^1.11.0", + "@atlaskit/primitives": "^6.0.0", + "@atlaskit/tokens": "^1.45.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, @@ -359,13 +591,52 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, + "node_modules/@atlaskit/heading/node_modules/@atlaskit/app-provider": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@atlaskit/app-provider/-/app-provider-1.3.1.tgz", + "integrity": "sha512-bIf6pAV2PSC5V5r03E2SGjNVmPK2Ly1D2hz3n43Av09fmMLWDumOP2yvPyhnLD2J13uxMnNzzZCX91koMg07tA==", + "dependencies": { + "@atlaskit/tokens": "^1.43.0", + "@babel/runtime": "^7.0.0", + "bind-event-listener": "^3.0.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/heading/node_modules/@atlaskit/primitives": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-6.1.2.tgz", + "integrity": "sha512-dorMWl5/pm7HXswJMpDeVo6uFruNGYAOA1UykeEheezpran632SwW1amMzZmHP8CYRL3PMf1yYvfr9OrwroFQQ==", + "dependencies": { + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/app-provider": "^1.3.0", + "@atlaskit/css": "^0.1.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/tokens": "^1.47.0", + "@atlaskit/visually-hidden": "^1.3.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1", + "@emotion/serialize": "^1.1.0", + "bind-event-listener": "^3.0.0", + "tiny-invariant": "^1.2.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@atlaskit/heading/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, "node_modules/@atlaskit/icon": { - "version": "21.12.7", - "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-21.12.7.tgz", - "integrity": "sha512-aJ/wsmLMVIcYxyF7P9vOZohv1XQ9HSvYELxjuzThToZ/zy/4SdRDOc7Zjm/MLmtCOqcLRne3f68mM9s3/a5dqg==", + "version": "22.1.1", + "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-22.1.1.tgz", + "integrity": "sha512-Au2xcpGAF8BPSjsOetc665co3hY8gPW+NuBB0FdMKqi4+riCi5/JE6hLuEF79cB8U24CKKt+ZgIjy8kg8DNvug==", "dependencies": { - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.14.0", + "@atlaskit/tokens": "^1.38.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, @@ -374,23 +645,23 @@ } }, "node_modules/@atlaskit/in-product-testing": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@atlaskit/in-product-testing/-/in-product-testing-0.2.3.tgz", - "integrity": "sha512-tB1GfdM6GVBirm9Ag9Qgo5bNTA1x2unc6o8iMTHDp8OkyEFCDS3l7XgmR7nrBQXv8D4BUzX6laX25vCf0ef0dw==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@atlaskit/in-product-testing/-/in-product-testing-0.2.4.tgz", + "integrity": "sha512-xlxD+3oBh/fslkJk3TZYJ0yEK4LmRlywlZYNfYzyjXe7IrbhwAJbVknRTWsUhnQeUeIA3QlGL4+dulg0Bjbn5w==", "dependencies": { "@babel/runtime": "^7.0.0" } }, "node_modules/@atlaskit/inline-dialog": { - "version": "13.6.6", - "resolved": "https://registry.npmjs.org/@atlaskit/inline-dialog/-/inline-dialog-13.6.6.tgz", - "integrity": "sha512-hzjG9jcHAYP8tuxce9aUZXKsqQ1tCJAJUKa2aCRcfCTv89Y1Cch+nchsM+JC9kOyH1tcM5k7t8T/d494r4HaDQ==", + "version": "13.6.8", + "resolved": "https://registry.npmjs.org/@atlaskit/inline-dialog/-/inline-dialog-13.6.8.tgz", + "integrity": "sha512-2CARbjVT2SLxXf7acfb6kJcA8aa90QCIzz1F87pwkLyvZoRaWZ+8T/njh8NvVRVnH3ODHrmwTnO2MVLjJBdI3w==", "dependencies": { "@atlaskit/analytics-next": "^9.1.0", "@atlaskit/ds-lib": "^2.2.0", "@atlaskit/popper": "^5.5.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.15.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.28.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", "bind-event-listener": "^2.1.1", @@ -401,15 +672,29 @@ } }, "node_modules/@atlaskit/inline-message": { - "version": "11.5.5", - "resolved": "https://registry.npmjs.org/@atlaskit/inline-message/-/inline-message-11.5.5.tgz", - "integrity": "sha512-sNcMyNGQs9hSNKmMgXk6Cys+Izc0PO0p5A098LFWxZ5t+7Zbwn89iBt1As5GJo4oFOIuG82bBi4ApajAXyhWWw==", + "version": "11.5.8", + "resolved": "https://registry.npmjs.org/@atlaskit/inline-message/-/inline-message-11.5.8.tgz", + "integrity": "sha512-TN4cCptuV/Whws1d4x/BBw+BAoz2DvWJfWIrN0a5tgxJokYM+kr0xFp5bf/s2DS/AJI1lCCxappEVIFfyEYTMg==", "dependencies": { - "@atlaskit/button": "^16.9.0", + "@atlaskit/button": "^16.11.0", "@atlaskit/icon": "^21.12.0", "@atlaskit/inline-dialog": "^13.6.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.15.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.28.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0" + } + }, + "node_modules/@atlaskit/inline-message/node_modules/@atlaskit/icon": { + "version": "21.12.8", + "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-21.12.8.tgz", + "integrity": "sha512-cKqjg51VHZv8RTsncGhaSJAk8tWx6lrgRLM4zMexHbP3MBS1vcW7A+jZa2zggA3NOW7rsGZ3yFdbq8J6kPGT+A==", + "dependencies": { + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.28.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, @@ -418,9 +703,9 @@ } }, "node_modules/@atlaskit/interaction-context": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@atlaskit/interaction-context/-/interaction-context-2.1.2.tgz", - "integrity": "sha512-G50yJNocJ+wyv/XwzKge+JYOt+1T8/PGNPaKIwv1Y2CEwO1oOu4jlyOQHGjHCcsaCmuvP5PDzDXc4kO83yNcQw==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@atlaskit/interaction-context/-/interaction-context-2.1.4.tgz", + "integrity": "sha512-MTuHN8wLYBPADE83Q+9KF5BcKyMW9/FkmA+lB/XnHwYIL86sMPzMSTM0DPG7crq/JI0JM0jlyY3Xzz0Aba7G+A==", "dependencies": { "@babel/runtime": "^7.0.0" }, @@ -428,34 +713,52 @@ "react": "^16.8.0" } }, - "node_modules/@atlaskit/logo": { - "version": "13.14.8", - "resolved": "https://registry.npmjs.org/@atlaskit/logo/-/logo-13.14.8.tgz", - "integrity": "sha512-GMXn6tbZ0wAdicsofadCk4coVVFNTHjrNN5ys13Anck+0MmhiafcFs3sYD4GdpAKhKt4XGTo86sX0fMWkJQfkQ==", + "node_modules/@atlaskit/layering": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@atlaskit/layering/-/layering-0.2.5.tgz", + "integrity": "sha512-Mp1aAMWO4WMbbH15E111a3KGBUAed2l6MuySD00CcvTSAFBHSbqqcveMdl4mDn7lVuSSwolSCBm4ljN0CE324g==", "dependencies": { - "@atlaskit/ds-lib": "^2.2.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.11.0", + "@atlaskit/ds-lib": "^2.3.0", + "@babel/runtime": "^7.0.0", + "bind-event-listener": "^3.0.0" + }, + "peerDependencies": { + "react": "^16.8.0" + } + }, + "node_modules/@atlaskit/layering/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, + "node_modules/@atlaskit/logo": { + "version": "13.16.1", + "resolved": "https://registry.npmjs.org/@atlaskit/logo/-/logo-13.16.1.tgz", + "integrity": "sha512-t+z8InXdClXkUkd/1jKxB/YY2zc3hjnK3bXCz63vARH4vdiwZnQ0r8LYRZ5La/kLGBgQxu/OSTuAImIgvYcLhw==", + "dependencies": { + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/platform-feature-flags": "0.2.5", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.45.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", "react-uid": "^2.2.0" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, "node_modules/@atlaskit/menu": { - "version": "1.9.8", - "resolved": "https://registry.npmjs.org/@atlaskit/menu/-/menu-1.9.8.tgz", - "integrity": "sha512-xRRX3LL361w9dQReVf2yUsP/KihiypDRuoHS40Y2kpdWOiV5T36EXTuy8fVhTTjZkGEz5oPrpvfw9B3vSuArAg==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@atlaskit/menu/-/menu-1.11.1.tgz", + "integrity": "sha512-tsExGO6pvmYd01Ltz5Kc6JmZ4EW0HBgwFa+CDdiPKMkqRYHrN0NwbTCzxjjx9XMOVORiu0yY9wmrh+iSMGCPQA==", "dependencies": { - "@atlaskit/ds-explorations": "^2.2.0", "@atlaskit/ds-lib": "^2.2.0", "@atlaskit/focus-ring": "^1.3.0", "@atlaskit/platform-feature-flags": "^0.2.0", - "@atlaskit/primitives": "^1.2.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.14.0", + "@atlaskit/primitives": "^1.6.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.25.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, @@ -465,96 +768,197 @@ } }, "node_modules/@atlaskit/modal-dialog": { - "version": "12.6.6", - "resolved": "https://registry.npmjs.org/@atlaskit/modal-dialog/-/modal-dialog-12.6.6.tgz", - "integrity": "sha512-9TGwOdGZh/7fZRIBsfiLZLeJnfDQWSdDMkFGX5Nwq0J4NO3thxzPMFnITt4roq95IiuS56SMecUp97iUousFyw==", + "version": "12.13.2", + "resolved": "https://registry.npmjs.org/@atlaskit/modal-dialog/-/modal-dialog-12.13.2.tgz", + "integrity": "sha512-Rt2PqkMZ48w2bQ5AFiWDfTKw0WdzloHM1gz0GoTCW63vtqV0yYBdfPG+aaUTF/3Mzt97ID4zS5yTAe0XQlOMcQ==", "dependencies": { - "@atlaskit/analytics-next": "^9.1.0", - "@atlaskit/blanket": "^12.4.0", + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/blanket": "^13.1.0", "@atlaskit/codemod-utils": "^4.2.0", - "@atlaskit/ds-lib": "^2.2.0", - "@atlaskit/focus-ring": "^1.3.0", - "@atlaskit/icon": "^21.12.0", - "@atlaskit/motion": "^1.4.0", - "@atlaskit/portal": "^4.3.0", - "@atlaskit/primitives": "^1.2.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.14.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/focus-ring": "^1.4.0", + "@atlaskit/icon": "^22.1.0", + "@atlaskit/layering": "^0.3.0", + "@atlaskit/motion": "^1.5.0", + "@atlaskit/platform-feature-flags": "^0.2.0", + "@atlaskit/portal": "^4.4.0", + "@atlaskit/primitives": "^6.0.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.45.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", - "bind-event-listener": "^2.1.1", + "bind-event-listener": "^3.0.0", "raf-schd": "^4.0.3", - "react-focus-lock": "^2.5.2", + "react-focus-lock": "^2.9.5", "react-scrolllock": "^5.0.1", "react-uid": "^2.2.0" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, - "node_modules/@atlaskit/motion": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/@atlaskit/motion/-/motion-1.4.4.tgz", - "integrity": "sha512-Tqc9W0Zv3uly6313GE9rytlb5d+SMY94/953MZJuU6tRxyvfiEEvCt747pigJXovA2NuvzAfny5VVywjtFPZPg==", + "node_modules/@atlaskit/modal-dialog/node_modules/@atlaskit/app-provider": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@atlaskit/app-provider/-/app-provider-1.3.1.tgz", + "integrity": "sha512-bIf6pAV2PSC5V5r03E2SGjNVmPK2Ly1D2hz3n43Av09fmMLWDumOP2yvPyhnLD2J13uxMnNzzZCX91koMg07tA==", "dependencies": { - "@atlaskit/ds-lib": "^2.2.0", + "@atlaskit/tokens": "^1.43.0", "@babel/runtime": "^7.0.0", - "@emotion/react": "^11.7.1", - "bind-event-listener": "^2.1.1" + "bind-event-listener": "^3.0.0" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, - "node_modules/@atlaskit/page-header": { - "version": "10.4.4", - "resolved": "https://registry.npmjs.org/@atlaskit/page-header/-/page-header-10.4.4.tgz", - "integrity": "sha512-25yXYQdCDdPHVuz309HurUnNmkzy2GCvRnr19HOF14sM/2bA6SRXOTXxjXsVQ3V88pG+m0TiUnqcYBg1gwAGiw==", + "node_modules/@atlaskit/modal-dialog/node_modules/@atlaskit/layering": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@atlaskit/layering/-/layering-0.3.0.tgz", + "integrity": "sha512-qCLXzrvul2P3k9y0zDfmnaIwsYwrQcecuux/pnucB6CFKApgW217kCnkYWSyErY81udgnvNMb4XEyOpRQe+WrQ==", "dependencies": { - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.5.0", + "@atlaskit/ds-lib": "^2.3.0", "@babel/runtime": "^7.0.0", - "@emotion/react": "^11.7.1" + "bind-event-listener": "^3.0.0" }, "peerDependencies": { - "react": "^16.8.0", - "react-dom": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, - "node_modules/@atlaskit/page-layout": { - "version": "1.7.12", - "resolved": "https://registry.npmjs.org/@atlaskit/page-layout/-/page-layout-1.7.12.tgz", - "integrity": "sha512-wI+8Ry+UJW6AhmmlMvI8Tb2HY9VLFNrrUbELzJE8T/rf5IRo/3n/wJZ4mY/YPfSlq3NaCLkRXk6SrcxmaBE0UQ==", + "node_modules/@atlaskit/modal-dialog/node_modules/@atlaskit/primitives": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-6.1.2.tgz", + "integrity": "sha512-dorMWl5/pm7HXswJMpDeVo6uFruNGYAOA1UykeEheezpran632SwW1amMzZmHP8CYRL3PMf1yYvfr9OrwroFQQ==", "dependencies": { - "@atlaskit/ds-lib": "^2.2.0", - "@atlaskit/icon": "^21.12.0", - "@atlaskit/motion": "^1.4.0", - "@atlaskit/platform-feature-flags": "^0.2.0", - "@atlaskit/primitives": "^1.0.6", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.13.0", + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/app-provider": "^1.3.0", + "@atlaskit/css": "^0.1.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/tokens": "^1.47.0", + "@atlaskit/visually-hidden": "^1.3.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", - "bind-event-listener": "^2.1.1", - "raf-schd": "^4.0.3" + "@emotion/serialize": "^1.1.0", + "bind-event-listener": "^3.0.0", + "tiny-invariant": "^1.2.0" }, "peerDependencies": { - "react": "^16.8.0", - "react-dom": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@atlaskit/platform-feature-flags": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@atlaskit/platform-feature-flags/-/platform-feature-flags-0.2.4.tgz", - "integrity": "sha512-7nmpYu4BiYL3+2sjkqaFh1aho2EtQo69CgIOwpKajrbbMAp4o+MYKIzpofqzZoZk2QBMalsyRYkudG7tWi3+gg==", + "node_modules/@atlaskit/modal-dialog/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, + "node_modules/@atlaskit/motion": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@atlaskit/motion/-/motion-1.6.0.tgz", + "integrity": "sha512-V93mLoB3uEma4O/+ivE+/EZBC8Mvn+lGtEXEDNL7opEDyCS/LkAlKxSN0je69RUzrulZHh1+5PTfOTvyMXyubQ==", + "dependencies": { + "@atlaskit/ds-lib": "^2.3.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1", + "bind-event-listener": "^3.0.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/motion/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, + "node_modules/@atlaskit/page-header": { + "version": "10.4.10", + "resolved": "https://registry.npmjs.org/@atlaskit/page-header/-/page-header-10.4.10.tgz", + "integrity": "sha512-2spzDB25h+AIx61C3L6Rl5S//cnMGSb+0qwLMJkklS4awTT1Don9NOycTekITfBTV6aCvlvD5aPV3gOHKuzYbQ==", + "dependencies": { + "@atlaskit/primitives": "^6.0.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.45.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0", + "react-dom": "^16.8.0" + } + }, + "node_modules/@atlaskit/page-header/node_modules/@atlaskit/app-provider": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@atlaskit/app-provider/-/app-provider-1.3.1.tgz", + "integrity": "sha512-bIf6pAV2PSC5V5r03E2SGjNVmPK2Ly1D2hz3n43Av09fmMLWDumOP2yvPyhnLD2J13uxMnNzzZCX91koMg07tA==", + "dependencies": { + "@atlaskit/tokens": "^1.43.0", + "@babel/runtime": "^7.0.0", + "bind-event-listener": "^3.0.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/page-header/node_modules/@atlaskit/primitives": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-6.1.2.tgz", + "integrity": "sha512-dorMWl5/pm7HXswJMpDeVo6uFruNGYAOA1UykeEheezpran632SwW1amMzZmHP8CYRL3PMf1yYvfr9OrwroFQQ==", + "dependencies": { + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/app-provider": "^1.3.0", + "@atlaskit/css": "^0.1.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/tokens": "^1.47.0", + "@atlaskit/visually-hidden": "^1.3.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1", + "@emotion/serialize": "^1.1.0", + "bind-event-listener": "^3.0.0", + "tiny-invariant": "^1.2.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@atlaskit/page-header/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, + "node_modules/@atlaskit/page-layout": { + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/@atlaskit/page-layout/-/page-layout-1.8.4.tgz", + "integrity": "sha512-P7cxD0VLtN+z5Bkb+k194uUjwC++UERNbxGWbZ53mwAMUZbOKncdSYVmuz2Yb9q3Q+RQn+cP3CccvZBiiRUhBA==", + "dependencies": { + "@atlaskit/ds-lib": "^2.2.0", + "@atlaskit/icon": "^22.0.0", + "@atlaskit/motion": "^1.5.0", + "@atlaskit/platform-feature-flags": "^0.2.0", + "@atlaskit/primitives": "^1.10.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.28.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1", + "bind-event-listener": "^2.1.1", + "raf-schd": "^4.0.3" + }, + "peerDependencies": { + "react": "^16.8.0", + "react-dom": "^16.8.0" + } + }, + "node_modules/@atlaskit/platform-feature-flags": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@atlaskit/platform-feature-flags/-/platform-feature-flags-0.2.5.tgz", + "integrity": "sha512-0fD2aDxn2mE59D4acUhVib+YF2HDYuuPH50aYwpQdcV/CsVkAaJsMKy8WhWSulcRFeMYp72kfIfdy0qGdRB7Uw==", "dependencies": { "@babel/runtime": "^7.0.0" } }, "node_modules/@atlaskit/popper": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/@atlaskit/popper/-/popper-5.5.4.tgz", - "integrity": "sha512-ALMgyXhMntmJOHdiXb/Y3SoLJ8JneMuTlnkC1UClm2nNvn4WmFfZ+ak8Z1yecLdk2HJ5Z6PgcDsPZ34QmKjhCQ==", + "version": "5.5.5", + "resolved": "https://registry.npmjs.org/@atlaskit/popper/-/popper-5.5.5.tgz", + "integrity": "sha512-7wuaYQPe5RCAiz/X8uhDKyUQb3sXHR5D0hRERFzoq8Grmzg5/b5WxBkXj28FbpG0pOMPco2EO99vsJ6f31XlJQ==", "dependencies": { "@atlaskit/in-product-testing": "^0.2.0", "@babel/runtime": "^7.0.0", @@ -566,84 +970,184 @@ } }, "node_modules/@atlaskit/popup": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@atlaskit/popup/-/popup-1.9.2.tgz", - "integrity": "sha512-ddkmKO4yAEtOeTKp26HYczRETlHyRV/g3eNs5hGzS8RVc2VBOjQDcte+kU9KVtcphNTjRo2x89Shd4vAgD2CKA==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/@atlaskit/popup/-/popup-1.17.0.tgz", + "integrity": "sha512-dEtFELslro9ntUaIOx+DZpsKJGpQIhfcpaYB4/r2jGXdlaD/mgEI7Xp/FF1gnu9m/hRQjoqLoowJjwBjLHfhhA==", "dependencies": { - "@atlaskit/ds-lib": "^2.2.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/layering": "^0.3.0", "@atlaskit/platform-feature-flags": "^0.2.0", "@atlaskit/popper": "^5.5.0", - "@atlaskit/portal": "^4.3.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.14.0", + "@atlaskit/portal": "^4.4.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.45.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", - "bind-event-listener": "^2.1.1", - "focus-trap": "^2.4.5" + "bind-event-listener": "^3.0.0", + "focus-trap": "^2.4.5", + "memoize-one": "^6.0.0", + "tiny-invariant": "^1.2.0" }, "peerDependencies": { - "react": "^16.8.0", + "react": "^16.8.0 || ^17.0.0 || ~18.2.0", "react-dom": "^16.8.0" } }, + "node_modules/@atlaskit/popup/node_modules/@atlaskit/layering": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@atlaskit/layering/-/layering-0.3.0.tgz", + "integrity": "sha512-qCLXzrvul2P3k9y0zDfmnaIwsYwrQcecuux/pnucB6CFKApgW217kCnkYWSyErY81udgnvNMb4XEyOpRQe+WrQ==", + "dependencies": { + "@atlaskit/ds-lib": "^2.3.0", + "@babel/runtime": "^7.0.0", + "bind-event-listener": "^3.0.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/popup/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, "node_modules/@atlaskit/portal": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/@atlaskit/portal/-/portal-4.3.5.tgz", - "integrity": "sha512-G1PzMhqNnAqnl/hMYhahaqLPEg4BAkAls4BQNzOtc7BXWdo1QGTGO7vG6vVK5UZU931xRDgcfn0NMqN8IkP+Bg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@atlaskit/portal/-/portal-4.5.0.tgz", + "integrity": "sha512-YOjlpJ0kMLWutq5+DzXQuBkX8QKvyJVu19zgtpp76T7XGcayw6jTacICfQ/6n0v3D5C+lAGjkGXbUdcevgn+Bg==", "dependencies": { - "@atlaskit/theme": "^12.5.0", + "@atlaskit/theme": "^12.7.0", "@babel/runtime": "^7.0.0" }, "peerDependencies": { - "react": "^16.8.0", + "react": "^16.8.0 || ^17.0.0 || ~18.2.0", "react-dom": "^16.8.0" } }, "node_modules/@atlaskit/primitives": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-1.2.1.tgz", - "integrity": "sha512-WU+i5uSJTLsCq/6qbGZRFdWvnkm5Lslx25ng/ypimH6ysozhqmjZeq14Jkn9zyrD0gI8XjUeY+F2H7sLo0VP1g==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-1.20.0.tgz", + "integrity": "sha512-1c8ymPQN++II0rqVLsFRqHrucmBEn+sjwte6SYT9lfDyrDGeqEulcu+F8t+qDuZzaLuLPSy3StGoIIwprluOwg==", "dependencies": { - "@atlaskit/tokens": "^1.14.0", + "@atlaskit/app-provider": "^0.4.0", + "@atlaskit/tokens": "^1.35.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", "@emotion/serialize": "^1.1.0", - "bind-event-listener": "^2.1.1" + "bind-event-listener": "^2.1.1", + "tiny-invariant": "^1.2.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/@atlaskit/section-message": { - "version": "6.4.11", - "resolved": "https://registry.npmjs.org/@atlaskit/section-message/-/section-message-6.4.11.tgz", - "integrity": "sha512-K5aNsPP8dafmbOr0ULGi0yxjr82OOK7DDMnQevbTafcf2GcbmoTIT4YUoR8spCUFR0dSttsVVvNgHZ9+Vjss5w==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@atlaskit/section-message/-/section-message-6.5.1.tgz", + "integrity": "sha512-pvmQmEH9qv7i/O+5n/YY1zXAP4XFpnJ+qxCMNSQzxrh5pebtlo9ZLwyZyy5fE6+a1q+Z7PZ2B6dLBf+13HO7DA==", "dependencies": { - "@atlaskit/button": "^16.8.0", + "@atlaskit/button": "^17.14.0", "@atlaskit/codemod-utils": "^4.2.0", - "@atlaskit/ds-explorations": "^2.2.0", - "@atlaskit/heading": "^1.3.0", - "@atlaskit/icon": "^21.12.0", - "@atlaskit/primitives": "^1.0.6", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.13.0", + "@atlaskit/heading": "^2.2.0", + "@atlaskit/icon": "^22.1.0", + "@atlaskit/primitives": "^6.0.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.45.0", "@babel/runtime": "^7.0.0" }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/section-message/node_modules/@atlaskit/app-provider": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@atlaskit/app-provider/-/app-provider-1.3.1.tgz", + "integrity": "sha512-bIf6pAV2PSC5V5r03E2SGjNVmPK2Ly1D2hz3n43Av09fmMLWDumOP2yvPyhnLD2J13uxMnNzzZCX91koMg07tA==", + "dependencies": { + "@atlaskit/tokens": "^1.43.0", + "@babel/runtime": "^7.0.0", + "bind-event-listener": "^3.0.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/section-message/node_modules/@atlaskit/button": { + "version": "17.14.2", + "resolved": "https://registry.npmjs.org/@atlaskit/button/-/button-17.14.2.tgz", + "integrity": "sha512-aXa9K9bvYZPpKjARwzTmjCZqGxyzQdq+f6tFA4mMANgOz4gWmo/bBJq+W9rlX1XlcGTg0BnN8BkMEoC5TLkHZw==", + "dependencies": { + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/focus-ring": "^1.4.0", + "@atlaskit/icon": "^22.1.0", + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/primitives": "^6.0.0", + "@atlaskit/spinner": "^16.1.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.45.0", + "@atlaskit/tooltip": "^18.3.0", + "@atlaskit/visually-hidden": "^1.3.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, "peerDependencies": { "react": "^16.8.0" } }, + "node_modules/@atlaskit/section-message/node_modules/@atlaskit/primitives": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@atlaskit/primitives/-/primitives-6.1.2.tgz", + "integrity": "sha512-dorMWl5/pm7HXswJMpDeVo6uFruNGYAOA1UykeEheezpran632SwW1amMzZmHP8CYRL3PMf1yYvfr9OrwroFQQ==", + "dependencies": { + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/app-provider": "^1.3.0", + "@atlaskit/css": "^0.1.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/tokens": "^1.47.0", + "@atlaskit/visually-hidden": "^1.3.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1", + "@emotion/serialize": "^1.1.0", + "bind-event-listener": "^3.0.0", + "tiny-invariant": "^1.2.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@atlaskit/section-message/node_modules/@atlaskit/spinner": { + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-16.1.0.tgz", + "integrity": "sha512-eFJpjLIP0OYb2DmY+ec0cypbRNj6X86qIDayvyqYeNzJUAhXXSEsli781fLJMC6RYtGd9MWw6e8CruoD05/rxg==", + "dependencies": { + "@atlaskit/interaction-context": "^2.1.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.44.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "node_modules/@atlaskit/section-message/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, "node_modules/@atlaskit/select": { - "version": "16.5.10", - "resolved": "https://registry.npmjs.org/@atlaskit/select/-/select-16.5.10.tgz", - "integrity": "sha512-J9m20hMcQ+sPBqqqjiYQ1Gp2PiK45EiyXnkOAvz82Wdc1Z3RWykanljEaDCHPR/JGt/pBVPMHOsacASoEJaofA==", + "version": "16.7.6", + "resolved": "https://registry.npmjs.org/@atlaskit/select/-/select-16.7.6.tgz", + "integrity": "sha512-2VUABSaIzjqHxUdwpQCGnn/eDCZdxvUk84x+dusSm7JXdVtX7RYhoxiLYdCLftgVwKS3pjV+mCw9b7oAA8QVsA==", "dependencies": { "@atlaskit/analytics-next": "^9.1.0", "@atlaskit/icon": "^21.12.0", "@atlaskit/platform-feature-flags": "^0.2.0", - "@atlaskit/spinner": "^15.5.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.15.0", + "@atlaskit/spinner": "^15.6.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.28.0", "@atlaskit/visually-hidden": "^1.2.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", @@ -651,26 +1155,40 @@ "bind-event-listener": "^2.1.1", "memoize-one": "^6.0.0", "react-fast-compare": "^3.2.0", - "react-focus-lock": "^2.5.2", + "react-focus-lock": "^2.9.5", "react-node-resolver": "^1.0.1", "react-popper": "^2.2.3", "react-select": "^5.4.0", "react-uid": "^2.2.0", - "shallow-equal": "^1.0.0" + "shallow-equal": "^3.1.0" }, "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0" } }, + "node_modules/@atlaskit/select/node_modules/@atlaskit/icon": { + "version": "21.12.8", + "resolved": "https://registry.npmjs.org/@atlaskit/icon/-/icon-21.12.8.tgz", + "integrity": "sha512-cKqjg51VHZv8RTsncGhaSJAk8tWx6lrgRLM4zMexHbP3MBS1vcW7A+jZa2zggA3NOW7rsGZ3yFdbq8J6kPGT+A==", + "dependencies": { + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.28.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0" + } + }, "node_modules/@atlaskit/spinner": { - "version": "15.5.4", - "resolved": "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-15.5.4.tgz", - "integrity": "sha512-URq3m4KJIueYQn8/KfNtuelpAhGJYEz84XKtlX595HSH1E9iJVY5r+eu2ibjoYYfeU45lJPiUw/R5/yvTSll1A==", + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/@atlaskit/spinner/-/spinner-15.6.1.tgz", + "integrity": "sha512-PMsAF2oeIZIQ+DDiUThkDDBQxvhqNnMpMgbmAbSOEK+/MIUzmjZ1nwSMYSHRiimJ1H8pmDJZVoO+vhnUzG4pjA==", "dependencies": { "@atlaskit/interaction-context": "^2.1.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.15.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.26.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, @@ -679,14 +1197,14 @@ } }, "node_modules/@atlaskit/textarea": { - "version": "4.7.6", - "resolved": "https://registry.npmjs.org/@atlaskit/textarea/-/textarea-4.7.6.tgz", - "integrity": "sha512-y1agp6ngQ+/rgmzCQS8PsoawmWzpRBHWqcXr1xteC4c5gvis37Cl7lXxNViD32Us/OPZxjBUyiI4VdXsiLesCg==", + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/@atlaskit/textarea/-/textarea-4.7.7.tgz", + "integrity": "sha512-KZZDhbhj5UkmfJewci8kWhpUVEbL/lx6/DwxUnTqc0GFprciIc4u4RxjtcB/KzDDyFBYwFAY515VmirqDncGQQ==", "dependencies": { "@atlaskit/analytics-next": "^9.1.0", "@atlaskit/platform-feature-flags": "^0.2.0", "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.14.0", + "@atlaskit/tokens": "^1.17.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, @@ -695,14 +1213,14 @@ } }, "node_modules/@atlaskit/textfield": { - "version": "5.6.4", - "resolved": "https://registry.npmjs.org/@atlaskit/textfield/-/textfield-5.6.4.tgz", - "integrity": "sha512-8VVpjyQOq8DHWgt9YFlnzNsd566a/YdjAwBxyFINDChAze6a1MxRp/7Evos48StTBfVs+X/uLctc56d7xKUFHA==", + "version": "5.6.8", + "resolved": "https://registry.npmjs.org/@atlaskit/textfield/-/textfield-5.6.8.tgz", + "integrity": "sha512-kUlbZIMn2/VrN83KGAAgJNjFjzVF4GB9Ifn+uXLSXXW1hq0D4q7b1f5Yy05crv2R68JXm88/+tjy29uAJ7v9Hw==", "dependencies": { "@atlaskit/analytics-next": "^9.1.0", "@atlaskit/platform-feature-flags": "^0.2.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.14.0", + "@atlaskit/theme": "^12.6.0", + "@atlaskit/tokens": "^1.25.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, @@ -711,50 +1229,55 @@ } }, "node_modules/@atlaskit/theme": { - "version": "12.5.6", - "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-12.5.6.tgz", - "integrity": "sha512-GyQZ+rh2bbXmFhBCy8jZly/Q5m9KamFjy8qU8IM9u45ROQErNAqSPTITzrPVcSLgOQDRsp8o2ZsR4vOFGmOpCQ==", + "version": "12.8.0", + "resolved": "https://registry.npmjs.org/@atlaskit/theme/-/theme-12.8.0.tgz", + "integrity": "sha512-6c/M6DMYkNMTeWwFmtA3YwSbtf05UJu/qc0IIVLA8+S0znUviBCMITPLtcdIlzxfV+0ZR5iFATYP5hrlypaMnQ==", "dependencies": { "@atlaskit/codemod-utils": "^4.2.0", - "@atlaskit/ds-lib": "^2.2.0", - "@atlaskit/tokens": "^1.14.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/tokens": "^1.46.0", "@babel/runtime": "^7.0.0" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, "node_modules/@atlaskit/tokens": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@atlaskit/tokens/-/tokens-1.15.0.tgz", - "integrity": "sha512-J+TLNOu5gciYiPfg/LGt20CytCN6rbcPvAbZe6NYPRL6Sr5mWQfaY3fXLCqqc93+mLQ8ZHCCY9YF8SJnzSesIA==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/@atlaskit/tokens/-/tokens-1.48.0.tgz", + "integrity": "sha512-r/sWsB8XuTxwYFiTKI1X002Q/TZwfqS9P6FoO6f4EfEPnC4ohdfoqmeaRjfdZl+dgMrpXGQGnX23mDCfaFR2mg==", "dependencies": { - "@atlaskit/ds-lib": "^2.2.0", + "@atlaskit/ds-lib": "^2.3.0", "@atlaskit/platform-feature-flags": "^0.2.0", "@babel/runtime": "^7.0.0", - "@babel/traverse": "^7.20.0", + "@babel/traverse": "^7.23.2", "@babel/types": "^7.20.0", - "bind-event-listener": "^2.1.1" + "bind-event-listener": "^3.0.0" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, + "node_modules/@atlaskit/tokens/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, "node_modules/@atlaskit/tooltip": { - "version": "17.8.6", - "resolved": "https://registry.npmjs.org/@atlaskit/tooltip/-/tooltip-17.8.6.tgz", - "integrity": "sha512-RwWY9x3wqmtefZg0D38z3vR8gJzQgnpwLsy/hj+KiKuzv0Xtg8vDEDODRhdRplcuALMIf1okZIJaukgO5Fbcrg==", + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/@atlaskit/tooltip/-/tooltip-18.3.0.tgz", + "integrity": "sha512-fTWlFQoxoTZ7u6LE6Gs+NPstrb0zGZafjdIfkOqOYZdDJ0amtv3zZolGfGyT86WhW2cgsAWc8fXUq9ul8xtCCw==", "dependencies": { - "@atlaskit/analytics-next": "^9.1.0", - "@atlaskit/ds-lib": "^2.2.0", - "@atlaskit/motion": "^1.4.0", + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/motion": "^1.5.0", "@atlaskit/popper": "^5.5.0", - "@atlaskit/portal": "^4.3.0", - "@atlaskit/theme": "^12.5.0", - "@atlaskit/tokens": "^1.15.0", + "@atlaskit/portal": "^4.4.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.44.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", - "bind-event-listener": "^2.1.1", + "bind-event-listener": "^3.0.0", "react-uid": "^2.2.0" }, "peerDependencies": { @@ -762,10 +1285,15 @@ "react-dom": "^16.8.0" } }, + "node_modules/@atlaskit/tooltip/node_modules/bind-event-listener": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bind-event-listener/-/bind-event-listener-3.0.0.tgz", + "integrity": "sha512-PJvH288AWQhKs2v9zyfYdPzlPqf5bXbGMmhmUIY9x4dAUGIWgomO771oBQNwJnMQSnUIXhKu6sgzpBRXTlvb8Q==" + }, "node_modules/@atlaskit/tree": { - "version": "8.8.6", - "resolved": "https://registry.npmjs.org/@atlaskit/tree/-/tree-8.8.6.tgz", - "integrity": "sha512-q5Z0MeeN23qWCpdhizDJtEygurg/aInNtqTKb0zgZPDLEYLwFVRHnsSaXnoy6pWRsUf+UjnnZyNyAKPii3K0RQ==", + "version": "8.8.9", + "resolved": "https://registry.npmjs.org/@atlaskit/tree/-/tree-8.8.9.tgz", + "integrity": "sha512-po2rxb1BktzLGQUDYK0ROSPR59ZoQ36HKEH1SNnPtNaHKHluc1XHVKaBym+bJvZCf7nVttqurb6enbQLZg81NA==", "dependencies": { "@babel/runtime": "^7.0.0", "css-box-model": "^1.2.0", @@ -776,70 +1304,70 @@ } }, "node_modules/@atlaskit/visually-hidden": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@atlaskit/visually-hidden/-/visually-hidden-1.2.4.tgz", - "integrity": "sha512-rTk7sF2YrLJguv2deIezJ6kWAPBDt4rkBx1wQ5o+Eyffygb4p3iJKpD0hZC/q6FHt6p3wkklu7KqYyiSduJxSg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@atlaskit/visually-hidden/-/visually-hidden-1.3.0.tgz", + "integrity": "sha512-iOHCxRnhNV3gnqOHuyLOnsFibfHpr1T28XUPYZjtN9bDQbn1GdSDYLoIHnLK+2enqdILirsuUWi93mWM3dCCwg==", "dependencies": { "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, "node_modules/@atlaskit/width-detector": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@atlaskit/width-detector/-/width-detector-4.1.4.tgz", - "integrity": "sha512-CKoCbZat+KOIcv6DjNYgXGYh6i5oaVw/amaybuLxvDWIl3HNlz8lNTHR8i7PsQD2LVyExw2nCcpgKWXmayepDg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@atlaskit/width-detector/-/width-detector-4.2.0.tgz", + "integrity": "sha512-soDl7kkfpHBXi8XyjeLuhUnBPcjuK3XY6jCrc91s6GAd5N3qA4P58oRZlR6BvWFbjRdrmGYciU1s/rdlDZ3R/Q==", "dependencies": { "@babel/runtime": "^7.0.0", "raf-schd": "^4.0.3" }, "peerDependencies": { - "react": "^16.8.0" + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" } }, "node_modules/@babel/code-frame": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.10.tgz", - "integrity": "sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", + "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", "dependencies": { - "@babel/highlight": "^7.22.10", - "chalk": "^2.4.2" + "@babel/highlight": "^7.24.2", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz", - "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz", + "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.10.tgz", - "integrity": "sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz", + "integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.10", - "@babel/generator": "^7.22.10", - "@babel/helper-compilation-targets": "^7.22.10", - "@babel/helper-module-transforms": "^7.22.9", - "@babel/helpers": "^7.22.10", - "@babel/parser": "^7.22.10", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.10", - "@babel/types": "^7.22.10", - "convert-source-map": "^1.7.0", + "@babel/code-frame": "^7.24.2", + "@babel/generator": "^7.24.5", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-module-transforms": "^7.24.5", + "@babel/helpers": "^7.24.5", + "@babel/parser": "^7.24.5", + "@babel/template": "^7.24.0", + "@babel/traverse": "^7.24.5", + "@babel/types": "^7.24.5", + "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.2", + "json5": "^2.2.3", "semver": "^6.3.1" }, "engines": { @@ -850,10 +1378,16 @@ "url": "https://opencollective.com/babel" } }, + "node_modules/@babel/core/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, "node_modules/@babel/eslint-parser": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz", - "integrity": "sha512-0J8DNPRXQRLeR9rPaUMM3fA+RbixjnVLe/MRMYCkp3hzgsSuxCHQ8NN8xQG1wIHKJ4a1DTROTvFJdW+B5/eOsg==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz", + "integrity": "sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==", "dev": true, "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", @@ -865,7 +1399,7 @@ }, "peerDependencies": { "@babel/core": "^7.11.0", - "eslint": "^7.5.0 || ^8.0.0" + "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0" } }, "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": { @@ -878,13 +1412,13 @@ } }, "node_modules/@babel/generator": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.10.tgz", - "integrity": "sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz", + "integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==", "dependencies": { - "@babel/types": "^7.22.10", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", + "@babel/types": "^7.24.5", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" }, "engines": { @@ -904,26 +1438,26 @@ } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.10.tgz", - "integrity": "sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", + "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", "dev": true, "dependencies": { - "@babel/types": "^7.22.10" + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz", - "integrity": "sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.5", - "browserslist": "^4.21.9", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -932,19 +1466,19 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz", - "integrity": "sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz", + "integrity": "sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-member-expression-to-functions": "^7.24.5", "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.9", + "@babel/helper-replace-supers": "^7.24.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-split-export-declaration": "^7.24.5", "semver": "^6.3.1" }, "engines": { @@ -955,9 +1489,9 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz", - "integrity": "sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", + "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", @@ -972,9 +1506,9 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.2.tgz", - "integrity": "sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", + "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", "dev": true, "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", @@ -988,20 +1522,20 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz", - "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz", - "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dependencies": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" @@ -1019,39 +1553,39 @@ } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz", - "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz", + "integrity": "sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz", - "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==", + "version": "7.24.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz", + "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz", - "integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz", + "integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.5" + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.24.3", + "@babel/helper-simple-access": "^7.24.5", + "@babel/helper-split-export-declaration": "^7.24.5", + "@babel/helper-validator-identifier": "^7.24.5" }, "engines": { "node": ">=6.9.0" @@ -1073,23 +1607,23 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", - "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz", + "integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz", - "integrity": "sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", + "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-wrap-function": "^7.22.9" + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-wrap-function": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -1099,13 +1633,13 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz", - "integrity": "sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz", + "integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-member-expression-to-functions": "^7.23.0", "@babel/helper-optimise-call-expression": "^7.22.5" }, "engines": { @@ -1116,12 +1650,12 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", - "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz", + "integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.5" }, "engines": { "node": ">=6.9.0" @@ -1140,86 +1674,87 @@ } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz", + "integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", + "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz", - "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz", + "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", - "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.10.tgz", - "integrity": "sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.5.tgz", + "integrity": "sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw==", "dev": true, "dependencies": { - "@babel/helper-function-name": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.10" + "@babel/helper-function-name": "^7.23.0", + "@babel/template": "^7.24.0", + "@babel/types": "^7.24.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.10.tgz", - "integrity": "sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz", + "integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==", "dev": true, "dependencies": { - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.10", - "@babel/types": "^7.22.10" + "@babel/template": "^7.24.0", + "@babel/traverse": "^7.24.5", + "@babel/types": "^7.24.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.10.tgz", - "integrity": "sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz", + "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==", "dependencies": { - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-validator-identifier": "^7.24.5", "chalk": "^2.4.2", - "js-tokens": "^4.0.0" + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/parser": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.10.tgz", - "integrity": "sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz", + "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==", "bin": { "parser": "bin/babel-parser.js" }, @@ -1227,13 +1762,29 @@ "node": ">=6.0.0" } }, + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz", + "integrity": "sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-plugin-utils": "^7.24.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz", - "integrity": "sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz", + "integrity": "sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1243,14 +1794,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz", - "integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz", + "integrity": "sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.22.5" + "@babel/plugin-transform-optional-chaining": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -1259,10 +1810,27 @@ "@babel/core": "^7.13.0" } }, + "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz", + "integrity": "sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-plugin-utils": "^7.24.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-proposal-class-properties": { "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", "dev": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", @@ -1276,16 +1844,14 @@ } }, "node_modules/@babel/plugin-proposal-decorators": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.10.tgz", - "integrity": "sha512-KxN6TqZzcFi4uD3UifqXElBTBNLAEH1l3vzMQj6JwJZbL2sZlThxSViOKCYY+4Ah4V4JhQ95IVB7s/Y6SJSlMQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.1.tgz", + "integrity": "sha512-zPEvzFijn+hRvJuX2Vu3KbEBN39LN3f7tW3MQO2LsIs57B26KU+kUc82BdAktS1VCM6libzh45eKGI65lg0cpA==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.10", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.9", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/plugin-syntax-decorators": "^7.22.10" + "@babel/helper-create-class-features-plugin": "^7.24.1", + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/plugin-syntax-decorators": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -1298,6 +1864,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", @@ -1314,6 +1881,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", @@ -1330,6 +1898,7 @@ "version": "7.21.0", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", @@ -1347,6 +1916,7 @@ "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.", "dev": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", @@ -1363,6 +1933,7 @@ "version": "7.21.11", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz", "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", @@ -1417,12 +1988,12 @@ } }, "node_modules/@babel/plugin-syntax-decorators": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.10.tgz", - "integrity": "sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.1.tgz", + "integrity": "sha512-05RJdO/cCrtVWuAaSn1tS3bH8jbsJa/Y1uD186u6J4C/1mnHFxseeuWpsqr9anvo7TUulev7tm7GDwRV+VuhDw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1456,12 +2027,12 @@ } }, "node_modules/@babel/plugin-syntax-flow": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz", - "integrity": "sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.1.tgz", + "integrity": "sha512-sxi2kLTI5DeW5vDtMUsk4mTPwvlUDbjOnoWayhynCwrw4QXRld4QEYwqzY8JmQXaJUtgUuCIurtSRH5sn4c7mA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1471,12 +2042,12 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz", - "integrity": "sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz", + "integrity": "sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1486,12 +2057,12 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz", - "integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz", + "integrity": "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1525,12 +2096,12 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz", - "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz", + "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1642,12 +2213,12 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz", - "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz", + "integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1673,12 +2244,12 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz", - "integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz", + "integrity": "sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1688,14 +2259,14 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.10.tgz", - "integrity": "sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==", + "version": "7.24.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz", + "integrity": "sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.9", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-remap-async-to-generator": "^7.22.20", "@babel/plugin-syntax-async-generators": "^7.8.4" }, "engines": { @@ -1706,14 +2277,14 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz", - "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz", + "integrity": "sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==", "dev": true, "dependencies": { - "@babel/helper-module-imports": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.5" + "@babel/helper-module-imports": "^7.24.1", + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-remap-async-to-generator": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -1723,12 +2294,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz", - "integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz", + "integrity": "sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1738,12 +2309,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.10.tgz", - "integrity": "sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz", + "integrity": "sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.5" }, "engines": { "node": ">=6.9.0" @@ -1753,13 +2324,13 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz", - "integrity": "sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz", + "integrity": "sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.24.1", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1769,13 +2340,13 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz", - "integrity": "sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz", + "integrity": "sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.24.4", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-class-static-block": "^7.14.5" }, "engines": { @@ -1786,19 +2357,18 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz", - "integrity": "sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz", + "integrity": "sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-plugin-utils": "^7.24.5", + "@babel/helper-replace-supers": "^7.24.1", + "@babel/helper-split-export-declaration": "^7.24.5", "globals": "^11.1.0" }, "engines": { @@ -1809,13 +2379,13 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz", - "integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz", + "integrity": "sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/template": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/template": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1825,12 +2395,12 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.10.tgz", - "integrity": "sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz", + "integrity": "sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.5" }, "engines": { "node": ">=6.9.0" @@ -1840,13 +2410,13 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz", - "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz", + "integrity": "sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1856,12 +2426,12 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz", - "integrity": "sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz", + "integrity": "sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1871,12 +2441,12 @@ } }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz", - "integrity": "sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz", + "integrity": "sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3" }, "engines": { @@ -1887,13 +2457,13 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz", - "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz", + "integrity": "sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==", "dev": true, "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1903,12 +2473,12 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz", - "integrity": "sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz", + "integrity": "sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" }, "engines": { @@ -1919,13 +2489,13 @@ } }, "node_modules/@babel/plugin-transform-flow-strip-types": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.22.5.tgz", - "integrity": "sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.24.1.tgz", + "integrity": "sha512-iIYPIWt3dUmUKKE10s3W+jsQ3icFkw0JyRVyY1B7G4yK/nngAOHLVx8xlhA6b/Jzl/Y0nis8gjqhqKtRDQqHWQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-flow": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/plugin-syntax-flow": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -1935,12 +2505,13 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz", - "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz", + "integrity": "sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -1950,14 +2521,14 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz", - "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz", + "integrity": "sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==", "dev": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1967,12 +2538,12 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz", - "integrity": "sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz", + "integrity": "sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-json-strings": "^7.8.3" }, "engines": { @@ -1983,12 +2554,12 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz", - "integrity": "sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz", + "integrity": "sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1998,12 +2569,12 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz", - "integrity": "sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz", + "integrity": "sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" }, "engines": { @@ -2014,12 +2585,12 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz", - "integrity": "sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz", + "integrity": "sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2029,13 +2600,13 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz", - "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz", + "integrity": "sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2045,13 +2616,13 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz", - "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz", + "integrity": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-simple-access": "^7.22.5" }, "engines": { @@ -2062,15 +2633,15 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz", - "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz", + "integrity": "sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==", "dev": true, "dependencies": { "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5" + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-validator-identifier": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -2080,13 +2651,13 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz", - "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz", + "integrity": "sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2112,12 +2683,12 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz", - "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz", + "integrity": "sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2127,12 +2698,12 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz", - "integrity": "sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz", + "integrity": "sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" }, "engines": { @@ -2143,12 +2714,12 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz", - "integrity": "sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz", + "integrity": "sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-numeric-separator": "^7.10.4" }, "engines": { @@ -2159,16 +2730,15 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz", - "integrity": "sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz", + "integrity": "sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-plugin-utils": "^7.24.5", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.22.5" + "@babel/plugin-transform-parameters": "^7.24.5" }, "engines": { "node": ">=6.9.0" @@ -2178,13 +2748,13 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz", - "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz", + "integrity": "sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-replace-supers": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -2194,12 +2764,12 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz", - "integrity": "sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz", + "integrity": "sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" }, "engines": { @@ -2210,12 +2780,12 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.10.tgz", - "integrity": "sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz", + "integrity": "sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.5", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, @@ -2227,12 +2797,12 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz", - "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz", + "integrity": "sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.5" }, "engines": { "node": ">=6.9.0" @@ -2242,13 +2812,13 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz", - "integrity": "sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz", + "integrity": "sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.24.1", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2258,14 +2828,14 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz", - "integrity": "sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz", + "integrity": "sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.24.5", + "@babel/helper-plugin-utils": "^7.24.5", "@babel/plugin-syntax-private-property-in-object": "^7.14.5" }, "engines": { @@ -2276,12 +2846,12 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz", - "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz", + "integrity": "sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2291,12 +2861,12 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz", - "integrity": "sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz", + "integrity": "sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2306,16 +2876,16 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz", - "integrity": "sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==", + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz", + "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/plugin-syntax-jsx": "^7.23.3", + "@babel/types": "^7.23.4" }, "engines": { "node": ">=6.9.0" @@ -2340,12 +2910,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.22.5.tgz", - "integrity": "sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.5.tgz", + "integrity": "sha512-RtCJoUO2oYrYwFPtR1/jkoBEcFuI1ae9a9IMxeyAVa3a1Ap4AnxmyIKG2b2FaJKqkidw/0cxRbWN+HOs6ZWd1w==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.5" }, "engines": { "node": ">=6.9.0" @@ -2355,12 +2925,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.22.5.tgz", - "integrity": "sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.1.tgz", + "integrity": "sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2370,13 +2940,13 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.22.5.tgz", - "integrity": "sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.1.tgz", + "integrity": "sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2386,12 +2956,12 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.10.tgz", - "integrity": "sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz", + "integrity": "sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "regenerator-transform": "^0.15.2" }, "engines": { @@ -2402,12 +2972,12 @@ } }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz", - "integrity": "sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz", + "integrity": "sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2417,16 +2987,16 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.10.tgz", - "integrity": "sha512-RchI7HePu1eu0CYNKHHHQdfenZcM4nz8rew5B1VWqeRKdcwW5aQ5HeG9eTUbWiAS1UrmHVLmoxTWHt3iLD/NhA==", + "version": "7.24.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.3.tgz", + "integrity": "sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==", "dev": true, "dependencies": { - "@babel/helper-module-imports": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "babel-plugin-polyfill-corejs2": "^0.4.5", - "babel-plugin-polyfill-corejs3": "^0.8.3", - "babel-plugin-polyfill-regenerator": "^0.5.2", + "@babel/helper-module-imports": "^7.24.3", + "@babel/helper-plugin-utils": "^7.24.0", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.1", + "babel-plugin-polyfill-regenerator": "^0.6.1", "semver": "^6.3.1" }, "engines": { @@ -2437,12 +3007,12 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz", - "integrity": "sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz", + "integrity": "sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2452,12 +3022,12 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz", - "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz", + "integrity": "sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" }, "engines": { @@ -2468,12 +3038,12 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz", - "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz", + "integrity": "sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2483,12 +3053,12 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz", - "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz", + "integrity": "sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2498,12 +3068,12 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz", - "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz", + "integrity": "sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.5" }, "engines": { "node": ">=6.9.0" @@ -2513,15 +3083,15 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.10.tgz", - "integrity": "sha512-7++c8I/ymsDo4QQBAgbraXLzIM6jmfao11KgIBEYZRReWzNWH9NtNgJcyrZiXsOPh523FQm6LfpLyy/U5fn46A==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.5.tgz", + "integrity": "sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.10", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-typescript": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.24.5", + "@babel/helper-plugin-utils": "^7.24.5", + "@babel/plugin-syntax-typescript": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -2531,12 +3101,12 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.10.tgz", - "integrity": "sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz", + "integrity": "sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2546,13 +3116,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz", - "integrity": "sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz", + "integrity": "sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2562,13 +3132,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz", - "integrity": "sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz", + "integrity": "sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2578,13 +3148,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz", - "integrity": "sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz", + "integrity": "sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2594,25 +3164,27 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.10.tgz", - "integrity": "sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-compilation-targets": "^7.22.10", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.5.tgz", + "integrity": "sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.24.4", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-plugin-utils": "^7.24.5", + "@babel/helper-validator-option": "^7.23.5", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.5", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-class-static-block": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.22.5", - "@babel/plugin-syntax-import-attributes": "^7.22.5", + "@babel/plugin-syntax-import-assertions": "^7.24.1", + "@babel/plugin-syntax-import-attributes": "^7.24.1", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", @@ -2624,59 +3196,58 @@ "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.22.5", - "@babel/plugin-transform-async-generator-functions": "^7.22.10", - "@babel/plugin-transform-async-to-generator": "^7.22.5", - "@babel/plugin-transform-block-scoped-functions": "^7.22.5", - "@babel/plugin-transform-block-scoping": "^7.22.10", - "@babel/plugin-transform-class-properties": "^7.22.5", - "@babel/plugin-transform-class-static-block": "^7.22.5", - "@babel/plugin-transform-classes": "^7.22.6", - "@babel/plugin-transform-computed-properties": "^7.22.5", - "@babel/plugin-transform-destructuring": "^7.22.10", - "@babel/plugin-transform-dotall-regex": "^7.22.5", - "@babel/plugin-transform-duplicate-keys": "^7.22.5", - "@babel/plugin-transform-dynamic-import": "^7.22.5", - "@babel/plugin-transform-exponentiation-operator": "^7.22.5", - "@babel/plugin-transform-export-namespace-from": "^7.22.5", - "@babel/plugin-transform-for-of": "^7.22.5", - "@babel/plugin-transform-function-name": "^7.22.5", - "@babel/plugin-transform-json-strings": "^7.22.5", - "@babel/plugin-transform-literals": "^7.22.5", - "@babel/plugin-transform-logical-assignment-operators": "^7.22.5", - "@babel/plugin-transform-member-expression-literals": "^7.22.5", - "@babel/plugin-transform-modules-amd": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-modules-systemjs": "^7.22.5", - "@babel/plugin-transform-modules-umd": "^7.22.5", + "@babel/plugin-transform-arrow-functions": "^7.24.1", + "@babel/plugin-transform-async-generator-functions": "^7.24.3", + "@babel/plugin-transform-async-to-generator": "^7.24.1", + "@babel/plugin-transform-block-scoped-functions": "^7.24.1", + "@babel/plugin-transform-block-scoping": "^7.24.5", + "@babel/plugin-transform-class-properties": "^7.24.1", + "@babel/plugin-transform-class-static-block": "^7.24.4", + "@babel/plugin-transform-classes": "^7.24.5", + "@babel/plugin-transform-computed-properties": "^7.24.1", + "@babel/plugin-transform-destructuring": "^7.24.5", + "@babel/plugin-transform-dotall-regex": "^7.24.1", + "@babel/plugin-transform-duplicate-keys": "^7.24.1", + "@babel/plugin-transform-dynamic-import": "^7.24.1", + "@babel/plugin-transform-exponentiation-operator": "^7.24.1", + "@babel/plugin-transform-export-namespace-from": "^7.24.1", + "@babel/plugin-transform-for-of": "^7.24.1", + "@babel/plugin-transform-function-name": "^7.24.1", + "@babel/plugin-transform-json-strings": "^7.24.1", + "@babel/plugin-transform-literals": "^7.24.1", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.1", + "@babel/plugin-transform-member-expression-literals": "^7.24.1", + "@babel/plugin-transform-modules-amd": "^7.24.1", + "@babel/plugin-transform-modules-commonjs": "^7.24.1", + "@babel/plugin-transform-modules-systemjs": "^7.24.1", + "@babel/plugin-transform-modules-umd": "^7.24.1", "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.22.5", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5", - "@babel/plugin-transform-numeric-separator": "^7.22.5", - "@babel/plugin-transform-object-rest-spread": "^7.22.5", - "@babel/plugin-transform-object-super": "^7.22.5", - "@babel/plugin-transform-optional-catch-binding": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.22.10", - "@babel/plugin-transform-parameters": "^7.22.5", - "@babel/plugin-transform-private-methods": "^7.22.5", - "@babel/plugin-transform-private-property-in-object": "^7.22.5", - "@babel/plugin-transform-property-literals": "^7.22.5", - "@babel/plugin-transform-regenerator": "^7.22.10", - "@babel/plugin-transform-reserved-words": "^7.22.5", - "@babel/plugin-transform-shorthand-properties": "^7.22.5", - "@babel/plugin-transform-spread": "^7.22.5", - "@babel/plugin-transform-sticky-regex": "^7.22.5", - "@babel/plugin-transform-template-literals": "^7.22.5", - "@babel/plugin-transform-typeof-symbol": "^7.22.5", - "@babel/plugin-transform-unicode-escapes": "^7.22.10", - "@babel/plugin-transform-unicode-property-regex": "^7.22.5", - "@babel/plugin-transform-unicode-regex": "^7.22.5", - "@babel/plugin-transform-unicode-sets-regex": "^7.22.5", + "@babel/plugin-transform-new-target": "^7.24.1", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1", + "@babel/plugin-transform-numeric-separator": "^7.24.1", + "@babel/plugin-transform-object-rest-spread": "^7.24.5", + "@babel/plugin-transform-object-super": "^7.24.1", + "@babel/plugin-transform-optional-catch-binding": "^7.24.1", + "@babel/plugin-transform-optional-chaining": "^7.24.5", + "@babel/plugin-transform-parameters": "^7.24.5", + "@babel/plugin-transform-private-methods": "^7.24.1", + "@babel/plugin-transform-private-property-in-object": "^7.24.5", + "@babel/plugin-transform-property-literals": "^7.24.1", + "@babel/plugin-transform-regenerator": "^7.24.1", + "@babel/plugin-transform-reserved-words": "^7.24.1", + "@babel/plugin-transform-shorthand-properties": "^7.24.1", + "@babel/plugin-transform-spread": "^7.24.1", + "@babel/plugin-transform-sticky-regex": "^7.24.1", + "@babel/plugin-transform-template-literals": "^7.24.1", + "@babel/plugin-transform-typeof-symbol": "^7.24.5", + "@babel/plugin-transform-unicode-escapes": "^7.24.1", + "@babel/plugin-transform-unicode-property-regex": "^7.24.1", + "@babel/plugin-transform-unicode-regex": "^7.24.1", + "@babel/plugin-transform-unicode-sets-regex": "^7.24.1", "@babel/preset-modules": "0.1.6-no-external-plugins", - "@babel/types": "^7.22.10", - "babel-plugin-polyfill-corejs2": "^0.4.5", - "babel-plugin-polyfill-corejs3": "^0.8.3", - "babel-plugin-polyfill-regenerator": "^0.5.2", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-regenerator": "^0.6.1", "core-js-compat": "^3.31.0", "semver": "^6.3.1" }, @@ -2714,17 +3285,17 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.22.5.tgz", - "integrity": "sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.1.tgz", + "integrity": "sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-transform-react-display-name": "^7.22.5", - "@babel/plugin-transform-react-jsx": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-validator-option": "^7.23.5", + "@babel/plugin-transform-react-display-name": "^7.24.1", + "@babel/plugin-transform-react-jsx": "^7.23.4", "@babel/plugin-transform-react-jsx-development": "^7.22.5", - "@babel/plugin-transform-react-pure-annotations": "^7.22.5" + "@babel/plugin-transform-react-pure-annotations": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -2734,16 +3305,16 @@ } }, "node_modules/@babel/preset-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz", - "integrity": "sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz", + "integrity": "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-typescript": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-validator-option": "^7.23.5", + "@babel/plugin-syntax-jsx": "^7.24.1", + "@babel/plugin-transform-modules-commonjs": "^7.24.1", + "@babel/plugin-transform-typescript": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -2759,9 +3330,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.10.tgz", - "integrity": "sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.5.tgz", + "integrity": "sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -2770,9 +3341,9 @@ } }, "node_modules/@babel/runtime-corejs2": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.22.10.tgz", - "integrity": "sha512-GKgzyeqm8fCoPt14SBTYFGwSTY+LCRoJb+sJPJLRfUhyFD0206ZZEPyUyQhZdbEyFKDtRvvfjbAhk3t5EUw1og==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.24.5.tgz", + "integrity": "sha512-cC9jiO6s/IN+xwCHYy1AGrcFJ4bwgIwb8HX1KaoEpRsznLlO4x9eBP6AX7RIeMSWlQqEj2WHox637OS8cDq6Ew==", "dependencies": { "core-js": "^2.6.12", "regenerator-runtime": "^0.14.0" @@ -2781,40 +3352,33 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/runtime-corejs2/node_modules/core-js": { - "version": "2.6.12", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, "node_modules/@babel/template": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz", - "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", + "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.24.0", + "@babel/types": "^7.24.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.10.tgz", - "integrity": "sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==", - "dependencies": { - "@babel/code-frame": "^7.22.10", - "@babel/generator": "^7.22.10", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz", + "integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==", + "dependencies": { + "@babel/code-frame": "^7.24.2", + "@babel/generator": "^7.24.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.22.10", - "@babel/types": "^7.22.10", - "debug": "^4.1.0", + "@babel/helper-split-export-declaration": "^7.24.5", + "@babel/parser": "^7.24.5", + "@babel/types": "^7.24.5", + "debug": "^4.3.1", "globals": "^11.1.0" }, "engines": { @@ -2822,12 +3386,12 @@ } }, "node_modules/@babel/types": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz", - "integrity": "sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz", + "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==", "dependencies": { - "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-string-parser": "^7.24.1", + "@babel/helper-validator-identifier": "^7.24.5", "to-fast-properties": "^2.0.0" }, "engines": { @@ -2840,6 +3404,141 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, + "node_modules/@blocknote/core": { + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/@blocknote/core/-/core-0.13.2.tgz", + "integrity": "sha512-HthOOI22YLMWc6lL/+xniJh4ujldwOkOKAZRUbVf8+PPFqMpbuOaNwRlmUfwG0YB4W0+YHFpgnhiYuo4t1NEdA==", + "dependencies": { + "@tiptap/core": "^2.0.3", + "@tiptap/extension-bold": "^2.0.3", + "@tiptap/extension-code": "^2.0.3", + "@tiptap/extension-collaboration": "^2.0.3", + "@tiptap/extension-collaboration-cursor": "^2.0.3", + "@tiptap/extension-dropcursor": "^2.0.3", + "@tiptap/extension-gapcursor": "^2.0.3", + "@tiptap/extension-hard-break": "^2.0.3", + "@tiptap/extension-history": "^2.0.3", + "@tiptap/extension-horizontal-rule": "^2.0.3", + "@tiptap/extension-italic": "^2.0.3", + "@tiptap/extension-link": "^2.0.3", + "@tiptap/extension-paragraph": "^2.0.3", + "@tiptap/extension-strike": "^2.0.3", + "@tiptap/extension-table-cell": "^2.0.3", + "@tiptap/extension-table-header": "^2.0.3", + "@tiptap/extension-table-row": "^2.0.3", + "@tiptap/extension-text": "^2.0.3", + "@tiptap/extension-underline": "^2.0.3", + "@tiptap/pm": "^2.0.3", + "hast-util-from-dom": "^4.2.0", + "prosemirror-model": "^1.18.3", + "prosemirror-state": "^1.4.3", + "prosemirror-tables": "^1.3.4", + "prosemirror-transform": "^1.7.2", + "prosemirror-view": "^1.31.4", + "rehype-format": "^5.0.0", + "rehype-parse": "^8.0.4", + "rehype-remark": "^9.1.2", + "rehype-stringify": "^9.0.3", + "remark-gfm": "^3.0.1", + "remark-parse": "^10.0.1", + "remark-rehype": "^10.1.0", + "remark-stringify": "^10.0.2", + "unified": "^10.1.2", + "uuid": "^8.3.2", + "y-prosemirror": "1.2.1", + "y-protocols": "^1.0.5", + "yjs": "^13.6.1" + } + }, + "node_modules/@blocknote/core/node_modules/y-prosemirror": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/y-prosemirror/-/y-prosemirror-1.2.1.tgz", + "integrity": "sha512-czMBfB1eL2awqmOSxQM8cS/fsUOGE6fjvyPLInrh4crPxFiw67wDpwIW+EGBYKRa04sYbS0ScGj7ZgvWuDrmBQ==", + "dependencies": { + "lib0": "^0.2.42" + }, + "funding": { + "type": "GitHub Sponsors ❤", + "url": "https://github.com/sponsors/dmonad" + }, + "peerDependencies": { + "prosemirror-model": "^1.7.1", + "prosemirror-state": "^1.2.3", + "prosemirror-view": "^1.9.10", + "y-protocols": "^1.0.1", + "yjs": "^13.5.38" + } + }, + "node_modules/@blocknote/mantine": { + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/@blocknote/mantine/-/mantine-0.13.2.tgz", + "integrity": "sha512-kMARgF+PrJxaKX73fXBicWEUCpkdBXqU+a2hrLhA347YcbEu80+5Gn1u3o6IJ0WsYCZT6cWM/IpzgOzaEpF7mA==", + "dependencies": { + "@blocknote/core": "^0.13.2", + "@blocknote/react": "^0.13.2", + "@mantine/core": "^7.5.0", + "@mantine/hooks": "^7.5.0", + "@mantine/utils": "^6.0.21", + "react": "^18", + "react-dom": "^18", + "react-icons": "^4.3.1", + "use-prefers-color-scheme": "^1.1.3" + }, + "peerDependencies": { + "react": "^18", + "react-dom": "^18" + } + }, + "node_modules/@blocknote/react": { + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/@blocknote/react/-/react-0.13.2.tgz", + "integrity": "sha512-QD6sfg1IUsxgsDQ1rOMQ1pYwXQf9AU1gRwt1jyXpJpl5mKJmoZRVKdsDAUwcZcseVGJaX8WSmlOaEhwNWqcrqQ==", + "dependencies": { + "@blocknote/core": "^0.13.2", + "@floating-ui/react": "^0.26.4", + "@tiptap/core": "^2.0.3", + "@tiptap/react": "^2.0.3", + "lodash.merge": "^4.6.2", + "react": "^18", + "react-dom": "^18", + "react-icons": "^4.3.1", + "use-prefers-color-scheme": "^1.1.3" + }, + "peerDependencies": { + "react": "^18", + "react-dom": "^18" + } + }, + "node_modules/@blocknote/react/node_modules/@floating-ui/react": { + "version": "0.26.14", + "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.26.14.tgz", + "integrity": "sha512-I2EhfezC+H0WfkMEkCcF9+++PU1Wq08bDKhHHGIoBZVCciiftEQHgrSI4dTUTsa7446SiIVW0gWATliIlVNgfg==", + "dependencies": { + "@floating-ui/react-dom": "^2.0.0", + "@floating-ui/utils": "^0.2.0", + "tabbable": "^6.0.0" + }, + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@blocknote/react/node_modules/@floating-ui/utils": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.2.tgz", + "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==" + }, + "node_modules/@compiled/react": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@compiled/react/-/react-0.17.1.tgz", + "integrity": "sha512-1CzTOrwNHOUmz9QGYHv8R8J6ejUyaNYiaUN6/dIM0Wu3G5CIam0KgsqvRikfGPrTtBfAQYMmdI9ytzxUKYwJrg==", + "dependencies": { + "csstype": "^3.1.2" + }, + "peerDependencies": { + "react": ">= 16.12.0" + } + }, "node_modules/@emotion/babel-plugin": { "version": "11.11.0", "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz", @@ -2894,14 +3593,14 @@ "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, "node_modules/@emotion/react": { - "version": "11.11.1", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz", - "integrity": "sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==", + "version": "11.11.4", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.4.tgz", + "integrity": "sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==", "dependencies": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.11.0", "@emotion/cache": "^11.11.0", - "@emotion/serialize": "^1.1.2", + "@emotion/serialize": "^1.1.3", "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", "@emotion/utils": "^1.2.1", "@emotion/weak-memoize": "^0.3.1", @@ -2917,9 +3616,9 @@ } }, "node_modules/@emotion/serialize": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz", - "integrity": "sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.4.tgz", + "integrity": "sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==", "dependencies": { "@emotion/hash": "^0.9.1", "@emotion/memoize": "^0.8.1", @@ -2956,10 +3655,26 @@ "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz", "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==" }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz", + "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@esbuild/android-arm": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.12.tgz", - "integrity": "sha512-LIxaNIQfkFZbTLb4+cX7dozHlAbAshhFE5PKdro0l+FnCpx1GDJaQ2WMcqm+ToXKMt8p8Uojk/MFRuGyz3V5Sw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.5.tgz", + "integrity": "sha512-bhvbzWFF3CwMs5tbjf3ObfGqbl/17ict2/uwOSfr3wmxDE6VdS2GqY/FuzIPe0q0bdhj65zQsvqfArI9MY6+AA==", "cpu": [ "arm" ], @@ -2973,9 +3688,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.12.tgz", - "integrity": "sha512-BMAlczRqC/LUt2P97E4apTBbkvS9JTJnp2DKFbCwpZ8vBvXVbNdqmvzW/OsdtI/+mGr+apkkpqGM8WecLkPgrA==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.5.tgz", + "integrity": "sha512-5d1OkoJxnYQfmC+Zd8NBFjkhyCNYwM4n9ODrycTFY6Jk1IGiZ+tjVJDDSwDt77nK+tfpGP4T50iMtVi4dEGzhQ==", "cpu": [ "arm64" ], @@ -2989,9 +3704,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.12.tgz", - "integrity": "sha512-zU5MyluNsykf5cOJ0LZZZjgAHbhPJ1cWfdH1ZXVMXxVMhEV0VZiZXQdwBBVvmvbF28EizeK7obG9fs+fpmS0eQ==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.5.tgz", + "integrity": "sha512-9t+28jHGL7uBdkBjL90QFxe7DVA+KGqWlHCF8ChTKyaKO//VLuoBricQCgwhOjA1/qOczsw843Fy4cbs4H3DVA==", "cpu": [ "x64" ], @@ -3005,9 +3720,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.12.tgz", - "integrity": "sha512-zUZMep7YONnp6954QOOwEBwFX9svlKd3ov6PkxKd53LGTHsp/gy7vHaPGhhjBmEpqXEXShi6dddjIkmd+NgMsA==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.5.tgz", + "integrity": "sha512-mvXGcKqqIqyKoxq26qEDPHJuBYUA5KizJncKOAf9eJQez+L9O+KfvNFu6nl7SCZ/gFb2QPaRqqmG0doSWlgkqw==", "cpu": [ "arm64" ], @@ -3021,9 +3736,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.12.tgz", - "integrity": "sha512-ohqLPc7i67yunArPj1+/FeeJ7AgwAjHqKZ512ADk3WsE3FHU9l+m5aa7NdxXr0HmN1bjDlUslBjWNbFlD9y12Q==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.5.tgz", + "integrity": "sha512-Ly8cn6fGLNet19s0X4unjcniX24I0RqjPv+kurpXabZYSXGM4Pwpmf85WHJN3lAgB8GSth7s5A0r856S+4DyiA==", "cpu": [ "x64" ], @@ -3037,9 +3752,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.12.tgz", - "integrity": "sha512-GIIHtQXqgeOOqdG16a/A9N28GpkvjJnjYMhOnXVbn3EDJcoItdR58v/pGN31CHjyXDc8uCcRnFWmqaJt24AYJg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.5.tgz", + "integrity": "sha512-GGDNnPWTmWE+DMchq1W8Sd0mUkL+APvJg3b11klSGUDvRXh70JqLAO56tubmq1s2cgpVCSKYywEiKBfju8JztQ==", "cpu": [ "arm64" ], @@ -3053,9 +3768,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.12.tgz", - "integrity": "sha512-zK0b9a1/0wZY+6FdOS3BpZcPc1kcx2G5yxxfEJtEUzVxI6n/FrC2Phsxj/YblPuBchhBZ/1wwn7AyEBUyNSa6g==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.5.tgz", + "integrity": "sha512-1CCwDHnSSoA0HNwdfoNY0jLfJpd7ygaLAp5EHFos3VWJCRX9DMwWODf96s9TSse39Br7oOTLryRVmBoFwXbuuQ==", "cpu": [ "x64" ], @@ -3069,9 +3784,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.12.tgz", - "integrity": "sha512-y75OijvrBE/1XRrXq1jtrJfG26eHeMoqLJ2dwQNwviwTuTtHGCojsDO6BJNF8gU+3jTn1KzJEMETytwsFSvc+Q==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.5.tgz", + "integrity": "sha512-lrWXLY/vJBzCPC51QN0HM71uWgIEpGSjSZZADQhq7DKhPcI6NH1IdzjfHkDQws2oNpJKpR13kv7/pFHBbDQDwQ==", "cpu": [ "arm" ], @@ -3085,9 +3800,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.12.tgz", - "integrity": "sha512-JKgG8Q/LL/9sw/iHHxQyVMoQYu3rU3+a5Z87DxC+wAu3engz+EmctIrV+FGOgI6gWG1z1+5nDDbXiRMGQZXqiw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.5.tgz", + "integrity": "sha512-o3vYippBmSrjjQUCEEiTZ2l+4yC0pVJD/Dl57WfPwwlvFkrxoSO7rmBZFii6kQB3Wrn/6GwJUPLU5t52eq2meA==", "cpu": [ "arm64" ], @@ -3101,9 +3816,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.12.tgz", - "integrity": "sha512-yoRIAqc0B4lDIAAEFEIu9ttTRFV84iuAl0KNCN6MhKLxNPfzwCBvEMgwco2f71GxmpBcTtn7KdErueZaM2rEvw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.5.tgz", + "integrity": "sha512-MkjHXS03AXAkNp1KKkhSKPOCYztRtK+KXDNkBa6P78F8Bw0ynknCSClO/ztGszILZtyO/lVKpa7MolbBZ6oJtQ==", "cpu": [ "ia32" ], @@ -3117,9 +3832,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.12.tgz", - "integrity": "sha512-qYgt3dHPVvf/MgbIBpJ4Sup/yb9DAopZ3a2JgMpNKIHUpOdnJ2eHBo/aQdnd8dJ21X/+sS58wxHtA9lEazYtXQ==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.5.tgz", + "integrity": "sha512-42GwZMm5oYOD/JHqHska3Jg0r+XFb/fdZRX+WjADm3nLWLcIsN27YKtqxzQmGNJgu0AyXg4HtcSK9HuOk3v1Dw==", "cpu": [ "loong64" ], @@ -3133,9 +3848,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.12.tgz", - "integrity": "sha512-wHphlMLK4ufNOONqukELfVIbnGQJrHJ/mxZMMrP2jYrPgCRZhOtf0kC4yAXBwnfmULimV1qt5UJJOw4Kh13Yfg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.5.tgz", + "integrity": "sha512-kcjndCSMitUuPJobWCnwQ9lLjiLZUR3QLQmlgaBfMX23UEa7ZOrtufnRds+6WZtIS9HdTXqND4yH8NLoVVIkcg==", "cpu": [ "mips64el" ], @@ -3149,9 +3864,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.12.tgz", - "integrity": "sha512-TeN//1Ft20ZZW41+zDSdOI/Os1bEq5dbvBvYkberB7PHABbRcsteeoNVZFlI0YLpGdlBqohEpjrn06kv8heCJg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.5.tgz", + "integrity": "sha512-yJAxJfHVm0ZbsiljbtFFP1BQKLc8kUF6+17tjQ78QjqjAQDnhULWiTA6u0FCDmYT1oOKS9PzZ2z0aBI+Mcyj7Q==", "cpu": [ "ppc64" ], @@ -3165,9 +3880,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.12.tgz", - "integrity": "sha512-AgUebVS4DoAblBgiB2ACQ/8l4eGE5aWBb8ZXtkXHiET9mbj7GuWt3OnsIW/zX+XHJt2RYJZctbQ2S/mDjbp0UA==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.5.tgz", + "integrity": "sha512-5u8cIR/t3gaD6ad3wNt1MNRstAZO+aNyBxu2We8X31bA8XUNyamTVQwLDA1SLoPCUehNCymhBhK3Qim1433Zag==", "cpu": [ "riscv64" ], @@ -3181,9 +3896,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.12.tgz", - "integrity": "sha512-dJ3Rb3Ei2u/ysSXd6pzleGtfDdc2MuzKt8qc6ls8vreP1G3B7HInX3i7gXS4BGeVd24pp0yqyS7bJ5NHaI9ing==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.5.tgz", + "integrity": "sha512-Z6JrMyEw/EmZBD/OFEFpb+gao9xJ59ATsoTNlj39jVBbXqoZm4Xntu6wVmGPB/OATi1uk/DB+yeDPv2E8PqZGw==", "cpu": [ "s390x" ], @@ -3197,9 +3912,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.12.tgz", - "integrity": "sha512-OrNJMGQbPaVyHHcDF8ybNSwu7TDOfX8NGpXCbetwOSP6txOJiWlgQnRymfC9ocR1S0Y5PW0Wb1mV6pUddqmvmQ==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.5.tgz", + "integrity": "sha512-psagl+2RlK1z8zWZOmVdImisMtrUxvwereIdyJTmtmHahJTKb64pAcqoPlx6CewPdvGvUKe2Jw+0Z/0qhSbG1A==", "cpu": [ "x64" ], @@ -3213,9 +3928,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.12.tgz", - "integrity": "sha512-55FzVCAiwE9FK8wWeCRuvjazNRJ1QqLCYGZVB6E8RuQuTeStSwotpSW4xoRGwp3a1wUsaVCdYcj5LGCASVJmMg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.5.tgz", + "integrity": "sha512-kL2l+xScnAy/E/3119OggX8SrWyBEcqAh8aOY1gr4gPvw76la2GlD4Ymf832UCVbmuWeTf2adkZDK+h0Z/fB4g==", "cpu": [ "x64" ], @@ -3229,9 +3944,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.12.tgz", - "integrity": "sha512-qnluf8rfb6Y5Lw2tirfK2quZOBbVqmwxut7GPCIJsM8lc4AEUj9L8y0YPdLaPK0TECt4IdyBdBD/KRFKorlK3g==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.5.tgz", + "integrity": "sha512-sPOfhtzFufQfTBgRnE1DIJjzsXukKSvZxloZbkJDG383q0awVAq600pc1nfqBcl0ice/WN9p4qLc39WhBShRTA==", "cpu": [ "x64" ], @@ -3245,9 +3960,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.12.tgz", - "integrity": "sha512-+RkKpVQR7bICjTOPUpkTBTaJ4TFqQBX5Ywyd/HSdDkQGn65VPkTsR/pL4AMvuMWy+wnXgIl4EY6q4mVpJal8Kg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.5.tgz", + "integrity": "sha512-dGZkBXaafuKLpDSjKcB0ax0FL36YXCvJNnztjKV+6CO82tTYVDSH2lifitJ29jxRMoUhgkg9a+VA/B03WK5lcg==", "cpu": [ "x64" ], @@ -3261,9 +3976,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.12.tgz", - "integrity": "sha512-GNHuciv0mFM7ouzsU0+AwY+7eV4Mgo5WnbhfDCQGtpvOtD1vbOiRjPYG6dhmMoFyBjj+pNqQu2X+7DKn0KQ/Gw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.5.tgz", + "integrity": "sha512-dWVjD9y03ilhdRQ6Xig1NWNgfLtf2o/STKTS+eZuF90fI2BhbwD6WlaiCGKptlqXlURVB5AUOxUj09LuwKGDTg==", "cpu": [ "arm64" ], @@ -3277,9 +3992,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.12.tgz", - "integrity": "sha512-kR8cezhYipbbypGkaqCTWIeu4zID17gamC8YTPXYtcN3E5BhhtTnwKBn9I0PJur/T6UVwIEGYzkffNL0lFvxEw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.5.tgz", + "integrity": "sha512-4liggWIA4oDgUxqpZwrDhmEfAH4d0iljanDOK7AnVU89T6CzHon/ony8C5LeOdfgx60x5cnQJFZwEydVlYx4iw==", "cpu": [ "ia32" ], @@ -3293,9 +4008,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.12.tgz", - "integrity": "sha512-O0UYQVkvfM/jO8a4OwoV0mAKSJw+mjWTAd1MJd/1FCX6uiMdLmMRPK/w6e9OQ0ob2WGxzIm9va/KG0Ja4zIOgg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.5.tgz", + "integrity": "sha512-czTrygUsB/jlM8qEW5MD8bgYU2Xg14lo6kBDXW6HdxKjh8M5PzETGiSHaz9MtbXBYDloHNUAUW2tMiKW4KM9Mw==", "cpu": [ "x64" ], @@ -3324,18 +4039,18 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz", - "integrity": "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/eslintrc": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", - "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, "dependencies": { "ajv": "^6.12.4", @@ -3356,9 +4071,9 @@ } }, "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.21.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz", - "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==", + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -3383,37 +4098,47 @@ } }, "node_modules/@eslint/js": { - "version": "8.47.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.47.0.tgz", - "integrity": "sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==", + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", + "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@floating-ui/core": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.4.1.tgz", - "integrity": "sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.1.tgz", + "integrity": "sha512-42UH54oPZHPdRHdw6BgoBD6cg/eVTmVrFcgeRDM3jbO7uxSoipVcmcIGFcA5jmOHO5apcyvBhkSKES3fQJnu7A==", "dependencies": { - "@floating-ui/utils": "^0.1.1" + "@floating-ui/utils": "^0.2.0" } }, + "node_modules/@floating-ui/core/node_modules/@floating-ui/utils": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.2.tgz", + "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==" + }, "node_modules/@floating-ui/dom": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.1.tgz", - "integrity": "sha512-KwvVcPSXg6mQygvA1TjbN/gh///36kKtllIF8SUm0qpFj8+rvYrpvlYdL1JoA71SHpDqgSSdGOSoQ0Mp3uY5aw==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.5.tgz", + "integrity": "sha512-Nsdud2X65Dz+1RHjAIP0t8z5e2ff/IRbei6BqFrl1urT8sDVzM1HMQ+R0XcU5ceRfyO3I6ayeqIfh+6Wb8LGTw==", "dependencies": { - "@floating-ui/core": "^1.4.1", - "@floating-ui/utils": "^0.1.1" + "@floating-ui/core": "^1.0.0", + "@floating-ui/utils": "^0.2.0" } }, + "node_modules/@floating-ui/dom/node_modules/@floating-ui/utils": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.2.tgz", + "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==" + }, "node_modules/@floating-ui/react": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.25.1.tgz", - "integrity": "sha512-lxuWxfSgDJwOeZK07PIDjTSlH0CY6LRDKo6eI0H7TnctP+5IAn0n8+npNveM0L2wNIVdAr0S8RvvoHfhzPbBAQ==", + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.25.4.tgz", + "integrity": "sha512-lWRQ/UiTvSIBxohn0/2HFHEmnmOVRjl7j6XcRJuLH0ls6f/9AyHMWVzkAJFuwx0n9gaEeCmg9VccCSCJzbEJig==", "dependencies": { - "@floating-ui/react-dom": "^2.0.1", + "@floating-ui/react-dom": "^2.0.2", "@floating-ui/utils": "^0.1.1", "tabbable": "^6.0.1" }, @@ -3423,11 +4148,11 @@ } }, "node_modules/@floating-ui/react-dom": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.1.tgz", - "integrity": "sha512-rZtAmSht4Lry6gdhAJDrCp/6rKN7++JnL1/Anbr/DdeyYXQPxvg/ivrbYvJulbRf4vL8b212suwMM2lxbv+RQA==", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.9.tgz", + "integrity": "sha512-q0umO0+LQK4+p6aGyvzASqKbKOJcAHJ7ycE9CuUvfx3s9zTHWmGJTPOIlM/hmSBfUfg/XfY5YhLBLR/LHwShQQ==", "dependencies": { - "@floating-ui/dom": "^1.3.0" + "@floating-ui/dom": "^1.0.0" }, "peerDependencies": { "react": ">=16.8.0", @@ -3435,129 +4160,167 @@ } }, "node_modules/@floating-ui/utils": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.1.tgz", - "integrity": "sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw==" + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.6.tgz", + "integrity": "sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==" }, "node_modules/@hocuspocus/common": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@hocuspocus/common/-/common-2.4.0.tgz", - "integrity": "sha512-+hI7f/LaeIM0FE+iANVLfqDneXjhD2AXmIj6WBzpUFO+IGLjrk8F46eQAsmv9l9Ts347G6CbhTMhLFJdEkGcww==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@hocuspocus/common/-/common-2.12.2.tgz", + "integrity": "sha512-7Qqja1ER6CnAlThSkmO0srCoj8/OjvHS1DWRq44B3zfqVz5HbDKPKS/ON3+R+956SVAw8Mh0cPdApPEQWeNGHg==", "dependencies": { - "lib0": "^0.2.47" + "lib0": "^0.2.87" } }, - "node_modules/@hocuspocus/extension-database": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@hocuspocus/extension-database/-/extension-database-2.4.0.tgz", - "integrity": "sha512-7xx551LbhZUR1BYnit+tceQWhtW9l+/jvYracyaYfWc6R8PD2IRHkkJ0ADQnl+4lEIUi6geWO0Ec8O/0yDHKuA==", + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.14", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", + "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "dev": true, "dependencies": { - "@hocuspocus/server": "^2.4.0" + "@humanwhocodes/object-schema": "^2.0.2", + "debug": "^4.3.1", + "minimatch": "^3.0.5" }, - "peerDependencies": { - "yjs": "^13.6.4" + "engines": { + "node": ">=10.10.0" } }, - "node_modules/@hocuspocus/extension-logger": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@hocuspocus/extension-logger/-/extension-logger-2.4.0.tgz", - "integrity": "sha512-i6bpHLFJE4oxJ+yW/oIMjiRY2J7/2crWErQNEoAgmog9hJrTAmBtsjCgtH9auVBE0Vh4NJyFyUvD9KPOwK3BEQ==", - "dependencies": { - "@hocuspocus/server": "^2.4.0" + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" } }, - "node_modules/@hocuspocus/provider": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@hocuspocus/provider/-/provider-2.4.0.tgz", - "integrity": "sha512-cEbL94LTd8nTRMSZu/oX4zK3owEwyjQ1n6SgthzfkTqa0XCELCTTyDoCYeialTzJiCfAaJk1Lb2oqnQT73AhGQ==", + "node_modules/@humanwhocodes/object-schema": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", + "dev": true + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, "dependencies": { - "@hocuspocus/common": "^2.4.0", - "@lifeomic/attempt": "^3.0.2", - "lib0": "^0.2.47", - "ws": "^7.5.9" + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" }, - "peerDependencies": { - "y-protocols": "^1.0.5", - "yjs": "^13.6.4" + "engines": { + "node": ">=12" } }, - "node_modules/@hocuspocus/server": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@hocuspocus/server/-/server-2.4.0.tgz", - "integrity": "sha512-aKBTRh4HnHu1/uzPjGacDRsKtmL7M3m7XlDD/KkY1oY/u3b06eH8yqKD5h1jTy8XP55z0M/YeYcwSX2hfP9wRQ==", - "dependencies": { - "@hocuspocus/common": "^2.4.0", - "async-lock": "^1.3.1", - "kleur": "^4.1.4", - "lib0": "^0.2.47", - "uuid": "^9.0.0", - "ws": "^8.5.0" + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" }, - "peerDependencies": { - "y-protocols": "^1.0.5", - "yjs": "^13.6.4" + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/@hocuspocus/server/node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", - "bin": { - "uuid": "dist/bin/uuid" + "node_modules/@isaacs/cliui/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@hocuspocus/server/node_modules/ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", - "engines": { - "node": ">=10.0.0" + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" + "engines": { + "node": ">=12" }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", - "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.5" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=10.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, "engines": { - "node": ">=12.22" + "node": ">=12" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true + "node_modules/@isaacs/fs-minipass": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", + "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", + "dev": true, + "dependencies": { + "minipass": "^7.0.4" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@isaacs/fs-minipass/node_modules/minipass": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz", + "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } }, "node_modules/@istanbuljs/schema": { "version": "0.1.3", @@ -3569,9 +4332,9 @@ } }, "node_modules/@jest/schemas": { - "version": "29.6.0", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.0.tgz", - "integrity": "sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", "dev": true, "dependencies": { "@sinclair/typebox": "^0.27.8" @@ -3581,30 +4344,30 @@ } }, "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dependencies": { - "@jridgewell/set-array": "^1.0.1", + "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", - "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "engines": { "node": ">=6.0.0" } @@ -3615,101 +4378,68 @@ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.19", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz", - "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, "node_modules/@lifeomic/attempt": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@lifeomic/attempt/-/attempt-3.0.3.tgz", - "integrity": "sha512-GlM2AbzrErd/TmLL3E8hAHmb5Q7VhDJp35vIbyPVA5Rz55LZuRr8pwL3qrwwkVNo05gMX1J44gURKb4MHQZo7w==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@lifeomic/attempt/-/attempt-3.1.0.tgz", + "integrity": "sha512-QZqem4QuAnAyzfz+Gj5/+SLxqwCAw2qmt7732ZXodr6VDWGeYLG6w1i/vYLa55JQM9wRuBKLmXmiZ2P0LtE5rw==" }, "node_modules/@mantine/core": { - "version": "5.10.5", - "resolved": "https://registry.npmjs.org/@mantine/core/-/core-5.10.5.tgz", - "integrity": "sha512-F4tqHSEVM9D6/iSqHfPda+Xl5XgSEPHAAkT01Zwzj4Jnbd10qGrlqr/SFUop2CIcuKYnmra9XltUahUPXBC2BQ==", + "version": "7.9.1", + "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.9.1.tgz", + "integrity": "sha512-UXK11t1fAQ2ROQ9HTIZfyU52XdwS8sFJ2SRUh5uHMWSahJo3wTdKzaCvYN7wg+ONM9p6ENT0hC0dfv5qXoKU4w==", "dependencies": { - "@floating-ui/react": "^0.19.1", - "@mantine/styles": "5.10.5", - "@mantine/utils": "5.10.5", - "@radix-ui/react-scroll-area": "1.0.2", - "react-textarea-autosize": "8.3.4" + "@floating-ui/react": "^0.26.9", + "clsx": "2.1.0", + "react-number-format": "^5.3.1", + "react-remove-scroll": "^2.5.7", + "react-textarea-autosize": "8.5.3", + "type-fest": "^4.12.0" }, "peerDependencies": { - "@mantine/hooks": "5.10.5", - "react": ">=16.8.0", - "react-dom": ">=16.8.0" + "@mantine/hooks": "7.9.1", + "react": "^18.2.0", + "react-dom": "^18.2.0" } }, "node_modules/@mantine/core/node_modules/@floating-ui/react": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.19.2.tgz", - "integrity": "sha512-JyNk4A0Ezirq8FlXECvRtQOX/iBe5Ize0W/pLkrZjfHW9GUV7Xnq6zm6fyZuQzaHHqEnVizmvlA96e1/CkZv+w==", - "dependencies": { - "@floating-ui/react-dom": "^1.3.0", - "aria-hidden": "^1.1.3", - "tabbable": "^6.0.1" - }, - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/@mantine/core/node_modules/@floating-ui/react-dom": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-1.3.0.tgz", - "integrity": "sha512-htwHm67Ji5E/pROEAr7f8IKFShuiCKHwUC/UY4vC3I5jiSvGFAYnSYiZO5MlGmads+QqvUkR9ANHEguGrDv72g==", + "version": "0.26.14", + "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.26.14.tgz", + "integrity": "sha512-I2EhfezC+H0WfkMEkCcF9+++PU1Wq08bDKhHHGIoBZVCciiftEQHgrSI4dTUTsa7446SiIVW0gWATliIlVNgfg==", "dependencies": { - "@floating-ui/dom": "^1.2.1" + "@floating-ui/react-dom": "^2.0.0", + "@floating-ui/utils": "^0.2.0", + "tabbable": "^6.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }, - "node_modules/@mantine/core/node_modules/@mantine/utils": { - "version": "5.10.5", - "resolved": "https://registry.npmjs.org/@mantine/utils/-/utils-5.10.5.tgz", - "integrity": "sha512-FGMq4dGs5HhDAtI0z46uzxzKKPmZ3h5uKUyKg1ZHoFR1mBtcUMbB6FylFmHqKFRWlJ5IXqX9dwmiVrLYUOfTmA==", - "peerDependencies": { - "react": ">=16.8.0" - } + "node_modules/@mantine/core/node_modules/@floating-ui/utils": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.2.tgz", + "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==" }, "node_modules/@mantine/hooks": { - "version": "5.10.5", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-5.10.5.tgz", - "integrity": "sha512-hFQp71QZDfivPzfIUOQZfMKLiOL/Cn2EnzacRlbUr55myteTfzYN8YMt+nzniE/6c4IRopFHEAdbKEtfyQc6kg==", - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@mantine/styles": { - "version": "5.10.5", - "resolved": "https://registry.npmjs.org/@mantine/styles/-/styles-5.10.5.tgz", - "integrity": "sha512-0NXk8c/XGzuTUkZc6KceF2NaTCMEu5mHR4ru0x+ttb9DGnLpHuGWduTHjSfr4hl6eAJgedD0zauO+VAhDzO9zA==", - "dependencies": { - "clsx": "1.1.1", - "csstype": "3.0.9" - }, + "version": "7.9.1", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.9.1.tgz", + "integrity": "sha512-nb2Ar+2HfGxLjGZgObapeUeqcQsUWJ+rvj4X2KNTUy3+YpvLIMD3CqREowWHF7/5OTGh4BCyBqQNZ9JFpnMeHQ==", "peerDependencies": { - "@emotion/react": ">=11.9.0", - "react": ">=16.8.0", - "react-dom": ">=16.8.0" + "react": "^18.2.0" } }, - "node_modules/@mantine/styles/node_modules/csstype": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.9.tgz", - "integrity": "sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==" - }, "node_modules/@mantine/utils": { - "version": "6.0.19", - "resolved": "https://registry.npmjs.org/@mantine/utils/-/utils-6.0.19.tgz", - "integrity": "sha512-duvtnaW1gDR2gnvUqnWhl6DMW7sN0HEWqS8Z/BbwaMi75U+Xp17Q72R9JtiIrxQbzsq+KvH9L9B/pxMVwbLirg==", + "version": "6.0.21", + "resolved": "https://registry.npmjs.org/@mantine/utils/-/utils-6.0.21.tgz", + "integrity": "sha512-33RVDRop5jiWFao3HKd3Yp7A9mEq4HAJxJPTuYm1NkdqX6aTKOQK7wT8v8itVodBp+sb4cJK6ZVdD1UurK/txQ==", "peerDependencies": { "react": ">=16.8.0" } @@ -3780,31 +4510,38 @@ "node": ">= 8" } }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=14" + } + }, "node_modules/@playwright/experimental-ct-core": { - "version": "1.37.1", - "resolved": "https://registry.npmjs.org/@playwright/experimental-ct-core/-/experimental-ct-core-1.37.1.tgz", - "integrity": "sha512-3OmhDzrIAcVQlyVHmyaVtzcht/OUEH47uvwPh/rQmz/CrvB6zHMxH/7dIo6SCswMbCFkACepbqGmTW4HjW+yeQ==", + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/@playwright/experimental-ct-core/-/experimental-ct-core-1.44.0.tgz", + "integrity": "sha512-0PnvZVIrZW079Q+nyX5cz+MHpWd7G5t+cdtrAjREUk0+BbJ2A/KXnuHdtmw/OVrqQjwMxUWdSv9hXpi2lnOJYA==", "dev": true, "dependencies": { - "@playwright/test": "1.37.1", - "playwright-core": "1.37.1", - "vite": "^4.3.9" - }, - "bin": { - "playwright": "cli.js" + "playwright": "1.44.0", + "playwright-core": "1.44.0", + "vite": "^5.2.8" }, "engines": { "node": ">=16" } }, "node_modules/@playwright/experimental-ct-react": { - "version": "1.37.1", - "resolved": "https://registry.npmjs.org/@playwright/experimental-ct-react/-/experimental-ct-react-1.37.1.tgz", - "integrity": "sha512-Uhw2sBdMPltkENPuNiuxjwkyjv4mpkPB3lVbUjTpK2lJtE7lVunj454OVa3v0wrHlavkAUK1e8OOFdkT860WWQ==", + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/@playwright/experimental-ct-react/-/experimental-ct-react-1.44.0.tgz", + "integrity": "sha512-2ytru6FGJ2D7sk5DQE0hYi8S0zkcGFWfGSX1h8JoeKKGCZPOCgqloM+Qfqijud0xp15f952cnXO1hUWCILXsng==", "dev": true, "dependencies": { - "@playwright/experimental-ct-core": "1.37.1", - "@vitejs/plugin-react": "^4.0.0" + "@playwright/experimental-ct-core": "1.44.0", + "@vitejs/plugin-react": "^4.2.1" }, "bin": { "playwright": "cli.js" @@ -3814,22 +4551,18 @@ } }, "node_modules/@playwright/test": { - "version": "1.37.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.37.1.tgz", - "integrity": "sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==", + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.44.0.tgz", + "integrity": "sha512-rNX5lbNidamSUorBhB4XZ9SQTjAqfe5M+p37Z8ic0jPFBMo5iCtQz1kRWkEMg+rYOKSlVycpQmpqjSFq7LXOfg==", "dev": true, "dependencies": { - "@types/node": "*", - "playwright-core": "1.37.1" + "playwright": "1.44.0" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=16" - }, - "optionalDependencies": { - "fsevents": "2.3.2" } }, "node_modules/@polka/url": { @@ -3847,137 +4580,6 @@ "url": "https://opencollective.com/popperjs" } }, - "node_modules/@radix-ui/number": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.0.0.tgz", - "integrity": "sha512-Ofwh/1HX69ZfJRiRBMTy7rgjAzHmwe4kW9C9Y99HTRUcYLUuVT0KESFj15rPjRgKJs20GPq8Bm5aEDJ8DuA3vA==", - "dependencies": { - "@babel/runtime": "^7.13.10" - } - }, - "node_modules/@radix-ui/primitive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.0.0.tgz", - "integrity": "sha512-3e7rn8FDMin4CgeL7Z/49smCA3rFYY3Ha2rUQ7HRWFadS5iCRw08ZgVT1LaNTCNqgvrUiyczLflrVrF0SRQtNA==", - "dependencies": { - "@babel/runtime": "^7.13.10" - } - }, - "node_modules/@radix-ui/react-compose-refs": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.0.tgz", - "integrity": "sha512-0KaSv6sx787/hK3eF53iOkiSLwAGlFMx5lotrqD2pTjB18KbybKoEIgkNZTKC60YECDQTKGTRcDBILwZVqVKvA==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, - "node_modules/@radix-ui/react-context": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.0.0.tgz", - "integrity": "sha512-1pVM9RfOQ+n/N5PJK33kRSKsr1glNxomxONs5c49MliinBY6Yw2Q995qfBUUo0/Mbg05B/sGA0gkgPI7kmSHBg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, - "node_modules/@radix-ui/react-direction": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.0.0.tgz", - "integrity": "sha512-2HV05lGUgYcA6xgLQ4BKPDmtL+QbIZYH5fCOTAOOcJ5O0QbWS3i9lKaurLzliYUDhORI2Qr3pyjhJh44lKA3rQ==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, - "node_modules/@radix-ui/react-presence": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.0.0.tgz", - "integrity": "sha512-A+6XEvN01NfVWiKu38ybawfHsBjWum42MRPnEuqPsBZ4eV7e/7K321B5VgYMPv3Xx5An6o1/l9ZuDBgmcmWK3w==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-use-layout-effect": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "node_modules/@radix-ui/react-primitive": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.1.tgz", - "integrity": "sha512-fHbmislWVkZaIdeF6GZxF0A/NH/3BjrGIYj+Ae6eTmTCr7EB0RQAAVEiqsXK6p3/JcRqVSBQoceZroj30Jj3XA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "1.0.1" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "node_modules/@radix-ui/react-scroll-area": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-scroll-area/-/react-scroll-area-1.0.2.tgz", - "integrity": "sha512-k8VseTxI26kcKJaX0HPwkvlNBPTs56JRdYzcZ/vzrNUkDlvXBy8sMc7WvCpYzZkHgb+hd72VW9MqkqecGtuNgg==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/number": "1.0.0", - "@radix-ui/primitive": "1.0.0", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-direction": "1.0.0", - "@radix-ui/react-presence": "1.0.0", - "@radix-ui/react-primitive": "1.0.1", - "@radix-ui/react-use-callback-ref": "1.0.0", - "@radix-ui/react-use-layout-effect": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "node_modules/@radix-ui/react-slot": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.1.tgz", - "integrity": "sha512-avutXAFL1ehGvAXtPquu0YK5oz6ctS474iM3vNGQIkswrVhdrS52e3uoMQBzZhNRAIE0jBnUyXWNmSjGHhCFcw==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, - "node_modules/@radix-ui/react-use-callback-ref": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.0.0.tgz", - "integrity": "sha512-GZtyzoHz95Rhs6S63D2t/eqvdFCm7I+yHMLVQheKM7nBD8mbZIt+ct1jz4536MDnaOGKIxynJ8eHTkVGVVkoTg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, - "node_modules/@radix-ui/react-use-layout-effect": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.0.0.tgz", - "integrity": "sha512-6Tpkq+R6LOlmQb1R5NNETLG0B4YP0wc+klfXafpUCj6JGyaUc8il7/kUZ7m59rGbXGczE9Bs+iz2qloqsZBduQ==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, "node_modules/@react-dnd/asap": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/@react-dnd/asap/-/asap-4.0.1.tgz", @@ -3994,66 +4596,38 @@ "integrity": "sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg==" }, "node_modules/@react-loosely-lazy/manifest": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@react-loosely-lazy/manifest/-/manifest-1.1.0.tgz", - "integrity": "sha512-zUten4NRR+DCTkh7EgCSRT+slnCvI4QfcShiahp0htO8uacyfZ28ocqwffKSiRiIj5SynQSO6noAO3FPPWpNEw==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@react-loosely-lazy/manifest/-/manifest-1.2.0.tgz", + "integrity": "sha512-MbDl+1p0eAQK0FbqSXeleFwiv8UQn534frgNAZ2hRfi7Cp+pZe50AwouPy5NNzRbPyLlu5FD7use0+qOaBQYPQ==" }, "node_modules/@remirror/core-constants": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/@remirror/core-constants/-/core-constants-2.0.2.tgz", "integrity": "sha512-dyHY+sMF0ihPus3O27ODd4+agdHMEmuRdyiZJ2CCWjPV5UFmn17ZbElvk6WOGVE4rdCJKZQCrPV2BcikOMLUGQ==" }, - "node_modules/@remirror/core-helpers": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@remirror/core-helpers/-/core-helpers-3.0.0.tgz", - "integrity": "sha512-tusEgQJIqg4qKj6HSBUFcyRnWnziw3neh4T9wOmsPGHFC3w9kl5KSrDb9UAgE8uX6y32FnS7vJ955mWOl3n50A==", - "dependencies": { - "@remirror/core-constants": "^2.0.2", - "@remirror/types": "^1.0.1", - "@types/object.omit": "^3.0.0", - "@types/object.pick": "^1.3.2", - "@types/throttle-debounce": "^2.1.0", - "case-anything": "^2.1.13", - "dash-get": "^1.0.2", - "deepmerge": "^4.3.1", - "fast-deep-equal": "^3.1.3", - "make-error": "^1.3.6", - "object.omit": "^3.0.0", - "object.pick": "^1.3.0", - "throttle-debounce": "^3.0.1" - } - }, - "node_modules/@remirror/types": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@remirror/types/-/types-1.0.1.tgz", - "integrity": "sha512-VlZQxwGnt1jtQ18D6JqdIF+uFZo525WEqrfp9BOc3COPpK4+AWCgdnAWL+ho6imWcoINlGjR/+3b6y5C1vBVEA==", - "dependencies": { - "type-fest": "^2.19.0" - } - }, "node_modules/@remix-run/router": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.8.0.tgz", - "integrity": "sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==", + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.16.1.tgz", + "integrity": "sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig==", "engines": { "node": ">=14.0.0" } }, "node_modules/@rollup/plugin-inject": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.3.tgz", - "integrity": "sha512-411QlbL+z2yXpRWFXSmw/teQRMkXcAAC8aYTemc15gwJRpvEVDQwoe+N/HTFD8RFG8+88Bme9DK2V9CVm7hJdA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz", + "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", "estree-walker": "^2.0.2", - "magic-string": "^0.27.0" + "magic-string": "^0.30.3" }, "engines": { "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0" + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "rollup": { @@ -4061,22 +4635,10 @@ } } }, - "node_modules/@rollup/plugin-inject/node_modules/magic-string": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", - "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", - "dev": true, - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" - }, - "engines": { - "node": ">=12" - } - }, "node_modules/@rollup/pluginutils": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.3.tgz", - "integrity": "sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", + "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", "dev": true, "dependencies": { "@types/estree": "^1.0.0", @@ -4087,7 +4649,7 @@ "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0" + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { "rollup": { @@ -4095,76 +4657,331 @@ } } }, - "node_modules/@rushstack/eslint-patch": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.3.3.tgz", - "integrity": "sha512-0xd7qez0AQ+MbHatZTlI1gu5vkG8r7MYRUJAHPAHJBmGLs16zpkrpAVLvjQKQOqaXPDUBwOiJzNc00znHSCVBw==", - "dev": true + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.17.2.tgz", + "integrity": "sha512-NM0jFxY8bB8QLkoKxIQeObCaDlJKewVlIEkuyYKm5An1tdVZ966w2+MPQ2l8LBZLjR+SgyV+nRkTIunzOYBMLQ==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] }, - "node_modules/@sinclair/typebox": { - "version": "0.27.8", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", - "dev": true + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.17.2.tgz", + "integrity": "sha512-yeX/Usk7daNIVwkq2uGoq2BYJKZY1JfyLTaHO/jaiSwi/lsf8fTFoQW/n6IdAsx5tx+iotu2zCJwz8MxI6D/Bw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] }, - "node_modules/@stitches/core": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@stitches/core/-/core-1.2.8.tgz", - "integrity": "sha512-Gfkvwk9o9kE9r9XNBmJRfV8zONvXThnm1tcuojL04Uy5uRyqg93DC83lDebl0rocZCfKSjUv+fWYtMQmEDJldg==" + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.17.2.tgz", + "integrity": "sha512-kcMLpE6uCwls023+kknm71ug7MZOrtXo+y5p/tsg6jltpDtgQY1Eq5sGfHcQfb+lfuKwhBmEURDga9N0ol4YPw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] }, - "node_modules/@supabase/functions-js": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.1.2.tgz", - "integrity": "sha512-QCR6pwJs9exCl37bmpMisUd6mf+0SUBJ6mUpiAjEkSJ/+xW8TCuO14bvkWHADd5hElJK9MxNlMQXxSA4DRz9nQ==", - "dependencies": { - "cross-fetch": "^3.1.5" - } + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.17.2.tgz", + "integrity": "sha512-AtKwD0VEx0zWkL0ZjixEkp5tbNLzX+FCqGG1SvOu993HnSz4qDI6S4kGzubrEJAljpVkhRSlg5bzpV//E6ysTQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.17.2.tgz", + "integrity": "sha512-3reX2fUHqN7sffBNqmEyMQVj/CKhIHZd4y631duy0hZqI8Qoqf6lTtmAKvJFYa6bhU95B1D0WgzHkmTg33In0A==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.17.2.tgz", + "integrity": "sha512-uSqpsp91mheRgw96xtyAGP9FW5ChctTFEoXP0r5FAzj/3ZRv3Uxjtc7taRQSaQM/q85KEKjKsZuiZM3GyUivRg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.17.2.tgz", + "integrity": "sha512-EMMPHkiCRtE8Wdk3Qhtciq6BndLtstqZIroHiiGzB3C5LDJmIZcSzVtLRbwuXuUft1Cnv+9fxuDtDxz3k3EW2A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.17.2.tgz", + "integrity": "sha512-NMPylUUZ1i0z/xJUIx6VUhISZDRT+uTWpBcjdv0/zkp7b/bQDF+NfnfdzuTiB1G6HTodgoFa93hp0O1xl+/UbA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.17.2.tgz", + "integrity": "sha512-T19My13y8uYXPw/L/k0JYaX1fJKFT/PWdXiHr8mTbXWxjVF1t+8Xl31DgBBvEKclw+1b00Chg0hxE2O7bTG7GQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.17.2.tgz", + "integrity": "sha512-BOaNfthf3X3fOWAB+IJ9kxTgPmMqPPH5f5k2DcCsRrBIbWnaJCgX2ll77dV1TdSy9SaXTR5iDXRL8n7AnoP5cg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.17.2.tgz", + "integrity": "sha512-W0UP/x7bnn3xN2eYMql2T/+wpASLE5SjObXILTMPUBDB/Fg/FxC+gX4nvCfPBCbNhz51C+HcqQp2qQ4u25ok6g==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.17.2.tgz", + "integrity": "sha512-Hy7pLwByUOuyaFC6mAr7m+oMC+V7qyifzs/nW2OJfC8H4hbCzOX07Ov0VFk/zP3kBsELWNFi7rJtgbKYsav9QQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.17.2.tgz", + "integrity": "sha512-h1+yTWeYbRdAyJ/jMiVw0l6fOOm/0D1vNLui9iPuqgRGnXA0u21gAqOyB5iHjlM9MMfNOm9RHCQ7zLIzT0x11Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.17.2.tgz", + "integrity": "sha512-tmdtXMfKAjy5+IQsVtDiCfqbynAQE/TQRpWdVataHmhMb9DCoJxp9vLcCBjEQWMiUYxO1QprH/HbY9ragCEFLA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.17.2.tgz", + "integrity": "sha512-7II/QCSTAHuE5vdZaQEwJq2ZACkBpQDOmQsE6D6XUbnBHW8IAhm4eTufL6msLJorzrHDFv3CF8oCA/hSIRuZeQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.17.2.tgz", + "integrity": "sha512-TGGO7v7qOq4CYmSBVEYpI1Y5xDuCEnbVC5Vth8mOsW0gDSzxNrVERPc790IGHsrT2dQSimgMr9Ub3Y1Jci5/8w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rushstack/eslint-patch": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.2.tgz", + "integrity": "sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw==", + "dev": true + }, + "node_modules/@sinclair/typebox": { + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", + "dev": true + }, + "node_modules/@sindresorhus/merge-streams": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", + "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@stitches/core": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@stitches/core/-/core-1.2.8.tgz", + "integrity": "sha512-Gfkvwk9o9kE9r9XNBmJRfV8zONvXThnm1tcuojL04Uy5uRyqg93DC83lDebl0rocZCfKSjUv+fWYtMQmEDJldg==" + }, + "node_modules/@supabase/auth-js": { + "version": "2.64.2", + "resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.64.2.tgz", + "integrity": "sha512-s+lkHEdGiczDrzXJ1YWt2y3bxRi+qIUnXcgkpLSrId7yjBeaXBFygNjTaoZLG02KNcYwbuZ9qkEIqmj2hF7svw==", + "dependencies": { + "@supabase/node-fetch": "^2.6.14" + } + }, + "node_modules/@supabase/auth-ui-react": { + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/@supabase/auth-ui-react/-/auth-ui-react-0.4.7.tgz", + "integrity": "sha512-Lp4FQGFh7BMX1Y/BFaUKidbryL7eskj1fl6Lby7BeHrTctbdvDbCMjVKS8wZ2rxuI8FtPS2iU900fSb70FHknQ==", + "dependencies": { + "@stitches/core": "^1.2.8", + "@supabase/auth-ui-shared": "0.1.8", + "prop-types": "^15.7.2", + "react": "^18.2.0", + "react-dom": "^18.2.0" + }, + "peerDependencies": { + "@supabase/supabase-js": "^2.21.0" + } + }, + "node_modules/@supabase/auth-ui-shared": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/@supabase/auth-ui-shared/-/auth-ui-shared-0.1.8.tgz", + "integrity": "sha512-ouQ0DjKcEFg+0gZigFIEgu01V3e6riGZPzgVD0MJsCBNsMsiDT74+GgCEIElMUpTGkwSja3xLwdFRFgMNFKcjg==", + "peerDependencies": { + "@supabase/supabase-js": "^2.21.0" + } + }, + "node_modules/@supabase/functions-js": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@supabase/functions-js/-/functions-js-2.3.1.tgz", + "integrity": "sha512-QyzNle/rVzlOi4BbVqxLSH828VdGY1RElqGFAj+XeVypj6+PVtMlD21G8SDnsPQDtlqqTtoGRgdMlQZih5hTuw==", + "dependencies": { + "@supabase/node-fetch": "^2.6.14" + } }, - "node_modules/@supabase/gotrue-js": { - "version": "2.47.0", - "resolved": "https://registry.npmjs.org/@supabase/gotrue-js/-/gotrue-js-2.47.0.tgz", - "integrity": "sha512-3e34/vsKH/DoSZCpB85UZpFWSJ2p4GRUUlqgAgeTPagPlx4xS+Nc5v7g7ic7vp3gK0J5PsYVCn9Qu2JQUp4vXg==", + "node_modules/@supabase/node-fetch": { + "version": "2.6.15", + "resolved": "https://registry.npmjs.org/@supabase/node-fetch/-/node-fetch-2.6.15.tgz", + "integrity": "sha512-1ibVeYUacxWYi9i0cf5efil6adJ9WRyZBLivgjs+AUpewx1F3xPi7gLgaASI2SmIQxPoCEjAsLAzKPgMJVgOUQ==", "dependencies": { - "cross-fetch": "^3.1.5" + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" } }, "node_modules/@supabase/postgrest-js": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.8.0.tgz", - "integrity": "sha512-R6leDIC92NgjyG2/tCRJ42rWN7+fZY6ulTEE+c00tcnghn6cX4IYUlnTNMtrdfYC2JYNOTyM+rWj63Wdhr7Zig==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.15.2.tgz", + "integrity": "sha512-9/7pUmXExvGuEK1yZhVYXPZnLEkDTwxgMQHXLrN5BwPZZm4iUCL1YEyep/Z2lIZah8d8M433mVAUEGsihUj5KQ==", "dependencies": { - "cross-fetch": "^3.1.5" + "@supabase/node-fetch": "^2.6.14" } }, "node_modules/@supabase/realtime-js": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.7.3.tgz", - "integrity": "sha512-c7TzL81sx2kqyxsxcDduJcHL9KJdCOoKimGP6lQSqiZKX42ATlBZpWbyy9KFGFBjAP4nyopMf5JhPi2ZH9jyNw==", + "version": "2.9.5", + "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.9.5.tgz", + "integrity": "sha512-TEHlGwNGGmKPdeMtca1lFTYCedrhTAv3nZVoSjrKQ+wkMmaERuCe57zkC5KSWFzLYkb5FVHW8Hrr+PX1DDwplQ==", "dependencies": { + "@supabase/node-fetch": "^2.6.14", "@types/phoenix": "^1.5.4", - "@types/websocket": "^1.0.3", - "websocket": "^1.0.34" + "@types/ws": "^8.5.10", + "ws": "^8.14.2" } }, "node_modules/@supabase/storage-js": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.5.1.tgz", - "integrity": "sha512-nkR0fQA9ScAtIKA3vNoPEqbZv1k5B5HVRYEvRWdlP6mUpFphM9TwPL2jZ/ztNGMTG5xT6SrHr+H7Ykz8qzbhjw==", + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.5.5.tgz", + "integrity": "sha512-OpLoDRjFwClwc2cjTJZG8XviTiQH4Ik8sCiMK5v7et0MDu2QlXjCAW3ljxJB5+z/KazdMOTnySi+hysxWUPu3w==", "dependencies": { - "cross-fetch": "^3.1.5" + "@supabase/node-fetch": "^2.6.14" } }, "node_modules/@supabase/supabase-js": { - "version": "2.32.0", - "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.32.0.tgz", - "integrity": "sha512-1ShFhuOI5Du7604nlCelBsRD61daXk2O0qwjumoz35bqrYThnSPPtpJqZOHw6Mg6o7mLjIInYLh/DBlh8UvzRg==", + "version": "2.43.1", + "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.43.1.tgz", + "integrity": "sha512-A+RV50mWNtyKo6M0u4G6AOqEifQD+MoOjZcpRkPMPpEAFgMsc2dt3kBlBlR/MgZizWQgUKhsvrwKk0efc8g6Ug==", "dependencies": { - "@supabase/functions-js": "^2.1.0", - "@supabase/gotrue-js": "^2.46.1", - "@supabase/postgrest-js": "^1.8.0", - "@supabase/realtime-js": "^2.7.3", - "@supabase/storage-js": "^2.5.1", - "cross-fetch": "^3.1.5" + "@supabase/auth-js": "2.64.2", + "@supabase/functions-js": "2.3.1", + "@supabase/node-fetch": "2.6.15", + "@supabase/postgrest-js": "1.15.2", + "@supabase/realtime-js": "2.9.5", + "@supabase/storage-js": "2.5.5" } }, "node_modules/@syncedstore/yjs-reactive-bindings": { @@ -4178,22 +4995,10 @@ "yjs": "^13.5.13" } }, - "node_modules/@tippyjs/react": { - "version": "4.2.6", - "resolved": "https://registry.npmjs.org/@tippyjs/react/-/react-4.2.6.tgz", - "integrity": "sha512-91RicDR+H7oDSyPycI13q3b7o4O60wa2oRbjlz2fyRLmHImc4vyDwuUP8NtZaN0VARJY5hybvDYrFzhY9+Lbyw==", - "dependencies": { - "tippy.js": "^6.3.1" - }, - "peerDependencies": { - "react": ">=16.8", - "react-dom": ">=16.8" - } - }, "node_modules/@tiptap/core": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.1.6.tgz", - "integrity": "sha512-gm8n1oiBhSP6CDhalmmWwLD7yzIUqJJ246/t8rY3o+HJ/I+p0rqCx0mPvMiwcIBmYX8tUCVz7mb9aSFUu/umOQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/core/-/core-2.3.2.tgz", + "integrity": "sha512-4sMpzYuxiG+fYMwPRXy+mLRVU315KEqzQUcBc2FEgSsmw9Kionykmkq3DvEco7rH8r0NdV/l9R49wVEtX54VqQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4203,9 +5008,9 @@ } }, "node_modules/@tiptap/extension-bold": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-2.1.6.tgz", - "integrity": "sha512-gZDVuhYdceBQ/xGGY1X7lmkgNrDHFuFYBFRWMK0pLe9YBlQtJPc6+hiOmCtRtGmbQADDnvMmSU2a0+8bckmbCw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-2.3.2.tgz", + "integrity": "sha512-Mdc0qOPeJxxt5kSYKpNs7TzbQHeVpbpxwafUrxrvfD2iOnJlwlNxVWsVulc1t5EA8NpbTqYJTPmAtv2h/qmsfw==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4215,9 +5020,9 @@ } }, "node_modules/@tiptap/extension-bubble-menu": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.1.6.tgz", - "integrity": "sha512-13YDJB19xbDL/SZaPs8NvUAA+w5MIWugP8ByKQeIlL8vlcbiJjqoT77YP6v300DtFyVrnLo/iMJh9RMB4NOnwg==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.3.2.tgz", + "integrity": "sha512-hg+ncQmoNngdeoUWBQs2AWzDO8YIrlAIgLmIponC+OSCZoVrri7LZ4N1uSp5B/U0lz5fSGUvsUNUs0le+MMr/Q==", "dependencies": { "tippy.js": "^6.3.7" }, @@ -4231,9 +5036,9 @@ } }, "node_modules/@tiptap/extension-code": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-2.1.6.tgz", - "integrity": "sha512-vFWE74Aipt0kbmWyya+9zvsAgVusbbHx8g3Zqm8iKDt95BY3MWGurCZ3F5uoVuPuWD9VSrbNs4/T6oKbVKc9Ow==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-2.3.2.tgz", + "integrity": "sha512-LyIRBFJCxbgi96ejoeewESvfUf5igfngamZJK+uegfTcznimP0AjSWs3whJwZ9QXUsQrB9tIrWIG4GBtatp6qw==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4243,9 +5048,9 @@ } }, "node_modules/@tiptap/extension-collaboration": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-collaboration/-/extension-collaboration-2.1.6.tgz", - "integrity": "sha512-U8S9SMC/iRdQcwPTRoVDUY1Gq6IHgAbiJIVMC5XkD4RWXdfhQ9C0bSyWvbyh1n8bcBAB3R9BYvH5wboCvhnPUg==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-collaboration/-/extension-collaboration-2.3.2.tgz", + "integrity": "sha512-1vN+crj5KgqoJhDV+CrfIrBWDIjfpVxiEWHBk+yQU/G2vmyQfbN/R/5gH6rOw5GT3mHqgWFtCDJo4+H/2Ete4w==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4253,26 +5058,26 @@ "peerDependencies": { "@tiptap/core": "^2.0.0", "@tiptap/pm": "^2.0.0", - "y-prosemirror": "1.0.20" + "y-prosemirror": "^1.2.5" } }, "node_modules/@tiptap/extension-collaboration-cursor": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-collaboration-cursor/-/extension-collaboration-cursor-2.1.6.tgz", - "integrity": "sha512-K5muh1wcRQJ+/ni1AYemAMJFkVhqXvV3qX+XUnhmN2k1X51pMbeMmaNYX8S9zJstVVN2Em/A7eLhkWoy0WoQZw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-collaboration-cursor/-/extension-collaboration-cursor-2.3.2.tgz", + "integrity": "sha512-Dbf3913S+Oqb/1sNshIMipR7OPJp7UD9Uu7RAX8m5BUEGBXwoNLJDnCo8EXKsgAU6nAsGTaoyQ1HyRkG+8DFqg==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { "@tiptap/core": "^2.0.0", - "y-prosemirror": "1.0.20" + "y-prosemirror": "^1.2.5" } }, "node_modules/@tiptap/extension-dropcursor": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-2.1.6.tgz", - "integrity": "sha512-+nk4XtCp2+lVf1pzwonaOdIolE9AI3HPAtUO7sthHYLDIm1JEQT2GS3+MVDGHdFKxEGUkB5DEcNLtr/xLTQjZQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-2.3.2.tgz", + "integrity": "sha512-r7JJn9dEnIRDdbnTCAUFCWX4OPsR48+4OEm5eGlysEaD2h4z0G1AaK5XXwOoQhP3WP2LHHjL4LahlYZvltzFzw==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4283,9 +5088,9 @@ } }, "node_modules/@tiptap/extension-floating-menu": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-2.1.6.tgz", - "integrity": "sha512-Xy4esdjsZlgNxMbBC6+wLoiTfqaqFjuFquqcYEPqzgBizYa15Ww6wIx5+h2K+hzyJkSPI7ZX/rPjKXML8lNteQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-2.3.2.tgz", + "integrity": "sha512-7MerFtr+7y0lThKEcNeM0B5LMWqP3RqmMZYJEOCIL20mIINYz5JzSIMQQujmeU5tcqI12O1u7jbRoxRmZrsXxw==", "dependencies": { "tippy.js": "^6.3.7" }, @@ -4299,9 +5104,9 @@ } }, "node_modules/@tiptap/extension-gapcursor": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-2.1.6.tgz", - "integrity": "sha512-5AH6Je1B6JpZkMBslXw/UglMpxVwL8AXqX5xWKP2OSsKVYcL00jApq709FxfYhyqui/SukUVusKKQFstTNqIGA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-2.3.2.tgz", + "integrity": "sha512-PSry4JHUIOhXytvYUQGtYgfIKCIhnmbKksZ8/CfCaKgGJpjOpnzqRG5FnYXZB7NiqouABreM7+IgkH0mOLq6HQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4312,9 +5117,9 @@ } }, "node_modules/@tiptap/extension-hard-break": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-2.1.6.tgz", - "integrity": "sha512-znFYceEFbrgxhHZF+/wNQlAn3MWG9/VRqQAFxPGne0csewibKZRwZbeSYZQ16x1vSAlAQsKhIaAst/na/2H8LA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-2.3.2.tgz", + "integrity": "sha512-Oy/Dj75kw/tyNyrcFf97r872NZggISfvabTptH8j1gFPg/XzT5ERcT2fvgpbsBx0WWlXOaFkC1owta6kS6MZpg==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4324,9 +5129,9 @@ } }, "node_modules/@tiptap/extension-history": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-2.1.6.tgz", - "integrity": "sha512-ltHz9cW3bWi7Z3m960F5eLPAqZDBNOpUP31t9YdKqhyxA16eygryj1USVeus9DX5OBoW79I8EecFAuRo3Rymlw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-2.3.2.tgz", + "integrity": "sha512-LTon7ys+C6wLmN/nXYkr1pDxIiIv0Czn4US7I/1b8Ws2N6PU+nMm4r7Uj8hKrDYL8yPQUaS4gIs1hhOwJ8UjtA==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4337,9 +5142,9 @@ } }, "node_modules/@tiptap/extension-horizontal-rule": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.1.6.tgz", - "integrity": "sha512-1epXM+4DRlhos+Awj4sHApceO2O26tuqyrZot0Mm+mF0yuCGy3B5fefAgUcxBu/oRuywfDl8cwCzN2E/d8KXtA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.3.2.tgz", + "integrity": "sha512-nz4GcYvZmJOX20GAjR5ymZgzQCbhnK/rmcunQf4zkl4LA5sXm70P70I9bDtrT/mgmz5dnBUTkVAkLTtKbovdDQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4350,9 +5155,9 @@ } }, "node_modules/@tiptap/extension-italic": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-2.1.6.tgz", - "integrity": "sha512-o41hil+x2yqFciOiJPx67FnguJ4/aEMU8MotmXekFGHM+I0wFOd4lA5t7HqFU5Si0Z7gyTb/N0wLUbAnbyk/Aw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-2.3.2.tgz", + "integrity": "sha512-6RJmexu/E+JP2+lhzJLV+5KZJiTrJE+p/hnDk13CBK2VgiwcJYmcZSVk+Yk6Suwrb1qTAosu8paKIwVJa/VMUg==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4362,9 +5167,9 @@ } }, "node_modules/@tiptap/extension-link": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-2.1.6.tgz", - "integrity": "sha512-at4tUpb8P2mMqc3jGMsggoKrt2mMWX0uNvoFYpKpnptQvsweCXSV5xi60o1C5kL7f0v/FYvEk4QaQBJmG5DmRg==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-2.3.2.tgz", + "integrity": "sha512-Bs3PbYmXj5bzUzPdFkcuflxZkdI2nCIJY2YO5TykANos68FrRtxyRKCxSxyZABzKjctT/UUVSap7JUVQ+i/bSw==", "dependencies": { "linkifyjs": "^4.1.0" }, @@ -4378,9 +5183,9 @@ } }, "node_modules/@tiptap/extension-paragraph": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-2.1.6.tgz", - "integrity": "sha512-k0QSIaJPVgTn9+X2580JFCjV2RCH1Fo+gPodABDnjunfoUVSjuq0rlILEtTuha3evlS6kDKiz7lk7pIoCo36Cw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-2.3.2.tgz", + "integrity": "sha512-bKzL4NXp0pDM/Q5ZCpjLxjQU4DwoWc6CDww1M4B4dp1sfiXiE2P7EOCMM2TfJOqNPUFpp5RcFKKcxC2Suj8W4w==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4390,9 +5195,45 @@ } }, "node_modules/@tiptap/extension-strike": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-2.1.6.tgz", - "integrity": "sha512-LX7X2ohKEE0nUyWecSGxBcuzLxXTIbPmUnbkZvqYiWTaE02r3TxzkJMO0iuTnbygceC1TtiAfKwGgth0b9tMCQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-2.3.2.tgz", + "integrity": "sha512-gi16YtLnXKPubxafvcGSAELac4i8S6Eb9Av0AaH6QH9H9zzSHN7qOrX930Tp2Pod5a/a82kk7kN7IB6htAeaYA==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.0.0" + } + }, + "node_modules/@tiptap/extension-table-cell": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-table-cell/-/extension-table-cell-2.3.2.tgz", + "integrity": "sha512-kWwozAjEI3RNwOseQPjq8LEwb4gJwn6Y4HKlya2nshHPK2gk7lXQgjm6npqYEsv7C0+e3m9T60MlfGeOyvEqfQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.0.0" + } + }, + "node_modules/@tiptap/extension-table-header": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-table-header/-/extension-table-header-2.3.2.tgz", + "integrity": "sha512-6ivB0RR+cvq58wnkNkNWx/Wbv2Ue6S84sBuMxcNUBZxSQpNB9pmMVPYVLtw1uT1/z91n63ohsahmBQs1e1+aHw==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.0.0" + } + }, + "node_modules/@tiptap/extension-table-row": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-table-row/-/extension-table-row-2.3.2.tgz", + "integrity": "sha512-BI5bloqMbGmJJj0QX8Iq3OrJhqS9YbrhMxEpWPteeZfmela7VPU1bhdH2C2BVdL3v9LpRIoWk+VCirzzwJUGfg==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4402,9 +5243,9 @@ } }, "node_modules/@tiptap/extension-text": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-2.1.6.tgz", - "integrity": "sha512-CqV0N6ngoXZFeJGlQ86FSZJ/0k7+BN3S6aSUcb5DRAKsSEv/Ga1LvSG24sHy+dwjTuj3EtRPJSVZTFcSB17ZSA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-2.3.2.tgz", + "integrity": "sha512-a3whwDyyOsrmOQbfeY+Fm5XypSRgT3IGqWgz0r4U7oko57/X6Env08F1Ie2e2UkQw9B1MoW9cm3dC6jvrdzzYA==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4414,9 +5255,9 @@ } }, "node_modules/@tiptap/extension-underline": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-2.1.6.tgz", - "integrity": "sha512-3yBCTzqYsmUfffhDJ+8MFyRy0nUcv9dffPt0bnmXsOqUIG4rMFIGrGY/hspzX6dw9Pn4htA4lBQCB64LT+GTqw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-2.3.2.tgz", + "integrity": "sha512-ZmhWG8gMXk62AhpIMuOofe8GWbkXBW1uYHG55Q9r7MmglESLJm13S5k8JVfOmOMKGzfE23A6yQkojnksAiSGoQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" @@ -4426,28 +5267,28 @@ } }, "node_modules/@tiptap/pm": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-2.1.6.tgz", - "integrity": "sha512-JkFlZp2z6Se2Ttnabi4lkP2yLNMH/eebO7ScYL1kXvwNLgELC/I3fwQVmnYA0E8pqJ5KQXOSl14NaB1mVPJqlg==", - "dependencies": { - "prosemirror-changeset": "^2.2.0", - "prosemirror-collab": "^1.3.0", - "prosemirror-commands": "^1.3.1", - "prosemirror-dropcursor": "^1.5.0", - "prosemirror-gapcursor": "^1.3.1", - "prosemirror-history": "^1.3.0", - "prosemirror-inputrules": "^1.2.0", - "prosemirror-keymap": "^1.2.0", - "prosemirror-markdown": "^1.10.1", - "prosemirror-menu": "^1.2.1", - "prosemirror-model": "^1.18.1", - "prosemirror-schema-basic": "^1.2.0", - "prosemirror-schema-list": "^1.2.2", - "prosemirror-state": "^1.4.1", - "prosemirror-tables": "^1.3.0", - "prosemirror-trailing-node": "^2.0.2", - "prosemirror-transform": "^1.7.0", - "prosemirror-view": "^1.28.2" + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/pm/-/pm-2.3.2.tgz", + "integrity": "sha512-39Bmg7XqWWJg/G5YvWc3QVEPmFNpuMa05gw0Ap7KAKHnHiwl87hosOIDD8dtdcMrtgJL9NwBfUjEJ3ne53U9Ag==", + "dependencies": { + "prosemirror-changeset": "^2.2.1", + "prosemirror-collab": "^1.3.1", + "prosemirror-commands": "^1.5.2", + "prosemirror-dropcursor": "^1.8.1", + "prosemirror-gapcursor": "^1.3.2", + "prosemirror-history": "^1.3.2", + "prosemirror-inputrules": "^1.3.0", + "prosemirror-keymap": "^1.2.2", + "prosemirror-markdown": "^1.12.0", + "prosemirror-menu": "^1.2.4", + "prosemirror-model": "^1.19.4", + "prosemirror-schema-basic": "^1.2.2", + "prosemirror-schema-list": "^1.3.0", + "prosemirror-state": "^1.4.3", + "prosemirror-tables": "^1.3.5", + "prosemirror-trailing-node": "^2.0.7", + "prosemirror-transform": "^1.8.0", + "prosemirror-view": "^1.32.7" }, "funding": { "type": "github", @@ -4455,12 +5296,12 @@ } }, "node_modules/@tiptap/react": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@tiptap/react/-/react-2.1.6.tgz", - "integrity": "sha512-HEsoFlcE61gQz9TllEtBa+5d909MA/ersbxGYOUWIY2HhH5lvNIUvyJ3pdzMkK/4cSniMsDDqobFexsGyTAsrw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@tiptap/react/-/react-2.3.2.tgz", + "integrity": "sha512-NDvt3XfPn/6V3iAX3lqYGIuFPQgirUGKRyzfHl7ssIfpoY5VR5tRJkU4NigOr63NONrsgCgqJISG/nPY6YGw8w==", "dependencies": { - "@tiptap/extension-bubble-menu": "^2.1.6", - "@tiptap/extension-floating-menu": "^2.1.6" + "@tiptap/extension-bubble-menu": "^2.3.2", + "@tiptap/extension-floating-menu": "^2.3.2" }, "funding": { "type": "github", @@ -4519,9 +5360,9 @@ "link": true }, "node_modules/@types/babel__core": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.2.tgz", - "integrity": "sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "dev": true, "dependencies": { "@babel/parser": "^7.20.7", @@ -4532,18 +5373,18 @@ } }, "node_modules/@types/babel__generator": { - "version": "7.6.5", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.5.tgz", - "integrity": "sha512-h9yIuWbJKdOPLJTbmSpPzkF67e659PbQDba7ifWm5BJ8xTv+sDmS7rFmywkWOvXedGTivCdeGSIIX8WLcRTz8w==", + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "dev": true, "dependencies": { "@babel/types": "^7.0.0" } }, "node_modules/@types/babel__template": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.2.tgz", - "integrity": "sha512-/AVzPICMhMOMYoSx9MoKpGDKdBRsIXMNByh1PXSZoa+v6ZoLa8xxtsT/uLQ/NJm0XVAWl/BvId4MlDeXJaeIZQ==", + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "dev": true, "dependencies": { "@babel/parser": "^7.1.0", @@ -4551,33 +5392,33 @@ } }, "node_modules/@types/babel__traverse": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.2.tgz", - "integrity": "sha512-ojlGK1Hsfce93J0+kn3H5R73elidKUaZonirN33GSmgTUMpzI/MIFfSpF3haANe3G1bEBS9/9/QEqwTzwqFsKw==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", + "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", "dev": true, "dependencies": { "@babel/types": "^7.20.7" } }, "node_modules/@types/chai": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.5.tgz", - "integrity": "sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==", + "version": "4.3.16", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.16.tgz", + "integrity": "sha512-PatH4iOdyh3MyWtmHVFXLWCCIhUbopaltqddG9BzB+gMIzee2MJrvd+jouii9Z3wzQJruGWAm7WOMjgfG8hQlQ==", "dev": true }, "node_modules/@types/chai-subset": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@types/chai-subset/-/chai-subset-1.3.3.tgz", - "integrity": "sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/chai-subset/-/chai-subset-1.3.5.tgz", + "integrity": "sha512-c2mPnw+xHtXDoHmdtcCXGwyLMiauiAyxWMzhGpqHC4nqI/Y5G2XhTampslK2rb59kpcuHon03UH8W6iYUzw88A==", "dev": true, "dependencies": { "@types/chai": "*" } }, "node_modules/@types/debug": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.8.tgz", - "integrity": "sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", "dependencies": { "@types/ms": "*" } @@ -4592,14 +5433,14 @@ } }, "node_modules/@types/estree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", - "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" }, "node_modules/@types/extend": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/extend/-/extend-3.0.1.tgz", - "integrity": "sha512-R1g/VyKFFI2HLC1QGAeTtCBWCo6n75l41OnsVYNbmKG+kempOESaodf6BeJyUM3Q0rKa/NQcTHbB2+66lNnxLw==" + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/extend/-/extend-3.0.4.tgz", + "integrity": "sha512-ArMouDUTJEz1SQRpFsT2rIw7DeqICFv5aaVzLSIYMYQSLcwcGOfT3VyglQs/p7K3F7fT4zxr0NWxYZIdifD6dA==" }, "node_modules/@types/fs-extra": { "version": "9.0.13", @@ -4611,32 +5452,32 @@ } }, "node_modules/@types/hast": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.5.tgz", - "integrity": "sha512-SvQi0L/lNpThgPoleH53cdjB3y9zpLlVjRbqB3rH8hx1jiRSBGAhyjV3H+URFjNVRqt2EdYNrbZE5IsGlNfpRg==", + "version": "2.3.10", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz", + "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==", "dependencies": { "@types/unist": "^2" } }, "node_modules/@types/hoist-non-react-statics": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", - "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==", + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz", + "integrity": "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==", "dependencies": { "@types/react": "*", "hoist-non-react-statics": "^3.3.0" } }, "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", "dev": true }, "node_modules/@types/json-schema": { - "version": "7.0.12", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", - "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==" + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" }, "node_modules/@types/json5": { "version": "0.0.29", @@ -4645,67 +5486,60 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.14.197", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.197.tgz", - "integrity": "sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.1.tgz", + "integrity": "sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q==", "dev": true }, "node_modules/@types/lodash.debounce": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.7.tgz", - "integrity": "sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.9.tgz", + "integrity": "sha512-Ma5JcgTREwpLRwMM+XwBR7DaWe96nC38uCBDFKZWbNKD+osjVzdpnUSwBcqCptrp16sSOLBAUb50Car5I0TCsQ==", "dev": true, "dependencies": { "@types/lodash": "*" } }, "node_modules/@types/lodash.memoize": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/@types/lodash.memoize/-/lodash.memoize-4.1.7.tgz", - "integrity": "sha512-lGN7WeO4vO6sICVpf041Q7BX/9k1Y24Zo3FY0aUezr1QlKznpjzsDk3T3wvH8ofYzoK0QupN9TWcFAFZlyPwQQ==", + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/lodash.memoize/-/lodash.memoize-4.1.9.tgz", + "integrity": "sha512-glY1nQuoqX4Ft8Uk+KfJudOD7DQbbEDF6k9XpGncaohW3RW4eSWBlx6AA0fZCrh40tZcQNH4jS/Oc59J6Eq+aw==", "dev": true, "dependencies": { "@types/lodash": "*" } }, "node_modules/@types/mdast": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.12.tgz", - "integrity": "sha512-DT+iNIRNX884cx0/Q1ja7NyUPpZuv0KPyL5rGNxm1WC1OtHstl7n4Jb7nk+xacNShQMbczJjt8uFzznpp6kYBg==", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz", + "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==", "dependencies": { "@types/unist": "^2" } }, "node_modules/@types/mocha": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz", - "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", + "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", "dev": true }, "node_modules/@types/ms": { - "version": "0.7.31", - "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz", - "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" + "version": "0.7.34", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", + "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" }, "node_modules/@types/node": { - "version": "20.5.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz", - "integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==" - }, - "node_modules/@types/object.omit": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/object.omit/-/object.omit-3.0.0.tgz", - "integrity": "sha512-I27IoPpH250TUzc9FzXd0P1BV/BMJuzqD3jOz98ehf9dQqGkxlq+hO1bIqZGWqCg5bVOy0g4AUVJtnxe0klDmw==" - }, - "node_modules/@types/object.pick": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@types/object.pick/-/object.pick-1.3.2.tgz", - "integrity": "sha512-sn7L+qQ6RLPdXRoiaE7bZ/Ek+o4uICma/lBFPyJEKDTPTBP1W8u0c4baj3EiS4DiqLs+Hk+KUGvMVJtAw3ePJg==" + "version": "20.12.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", + "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" }, "node_modules/@types/parse5": { "version": "6.0.3", @@ -4713,9 +5547,9 @@ "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==" }, "node_modules/@types/phoenix": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.6.0.tgz", - "integrity": "sha512-qwfpsHmFuhAS/dVd4uBIraMxRd56vwBUYQGZ6GpXnFuM2XMRFJbIyruFKKlW2daQliuYZwe0qfn/UjFCDKic5g==" + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.6.4.tgz", + "integrity": "sha512-B34A7uot1Cv0XtaHRYDATltAdKx0BvVKNgYNqE4WjtPUa4VQJM7kxeXcVKaH+KS+kCmZ+6w+QaUdcljiheiBJA==" }, "node_modules/@types/prettier": { "version": "3.0.0", @@ -4728,33 +5562,32 @@ } }, "node_modules/@types/prop-types": { - "version": "15.7.5", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" + "version": "15.7.12", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", + "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.3.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz", + "integrity": "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==", "dependencies": { "@types/prop-types": "*", - "@types/scheduler": "*", "csstype": "^3.0.2" } }, "node_modules/@types/react-dom": { - "version": "18.2.7", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", - "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz", + "integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==", "dev": true, "dependencies": { "@types/react": "*" } }, "node_modules/@types/react-redux": { - "version": "7.1.25", - "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.25.tgz", - "integrity": "sha512-bAGh4e+w5D8dajd6InASVIyCo4pZLJ66oLb80F9OBLO1gKESbZcRCJpTT6uLXX+HAB57zw1WTdwJdAsewuTweg==", + "version": "7.1.33", + "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.33.tgz", + "integrity": "sha512-NF8m5AjWCkert+fosDsN3hAlHzpjSiXlVy9EgQEmLoBhaNXbmyeGs/aj5dQzKuF+/q+S7JQagorGDW8pJ28Hmg==", "dependencies": { "@types/hoist-non-react-statics": "^3.3.0", "@types/react": "*", @@ -4763,39 +5596,29 @@ } }, "node_modules/@types/react-transition-group": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.6.tgz", - "integrity": "sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==", + "version": "4.4.10", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.10.tgz", + "integrity": "sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==", "dependencies": { "@types/react": "*" } }, - "node_modules/@types/scheduler": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz", - "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==" - }, "node_modules/@types/semver": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz", - "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==", + "version": "7.5.8", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", + "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==", "dev": true }, "node_modules/@types/speakingurl": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/@types/speakingurl/-/speakingurl-13.0.3.tgz", - "integrity": "sha512-nBHZAaNTEw1YG3ROL7HtTp7HjW8HD7DuFYbWoonUKTZHj7eyOt4vPzyMcc3+xgWNv7xi2rziaiBXHIq6wBeyrw==", + "version": "13.0.6", + "resolved": "https://registry.npmjs.org/@types/speakingurl/-/speakingurl-13.0.6.tgz", + "integrity": "sha512-ywkRHNHBwq0mFs/2HRgW6TEBAzH66G8f2Txzh1aGR0UC9ZoAUHfHxLZGDhwMpck4BpSnB61eNFIFmlV+TJ+KUA==", "dev": true }, - "node_modules/@types/throttle-debounce": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@types/throttle-debounce/-/throttle-debounce-2.1.0.tgz", - "integrity": "sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==" - }, "node_modules/@types/unist": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.7.tgz", - "integrity": "sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==" + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" }, "node_modules/@types/uuid": { "version": "8.3.4", @@ -4803,10 +5626,10 @@ "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", "dev": true }, - "node_modules/@types/websocket": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.5.tgz", - "integrity": "sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==", + "node_modules/@types/ws": { + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", + "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", "dependencies": { "@types/node": "*" } @@ -4845,39 +5668,18 @@ } } }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "yallist": "^4.0.0" + "bin": { + "semver": "bin/semver.js" }, "engines": { "node": ">=10" } }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@typescript-eslint/experimental-utils": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz", @@ -5028,26 +5830,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -5064,12 +5851,6 @@ "node": ">=8" } }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@typescript-eslint/utils": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", @@ -5118,26 +5899,11 @@ "node": ">=4.0" } }, - "node_modules/@typescript-eslint/utils/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/@typescript-eslint/utils/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -5145,12 +5911,6 @@ "node": ">=10" } }, - "node_modules/@typescript-eslint/utils/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@typescript-eslint/visitor-keys": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", @@ -5168,22 +5928,29 @@ "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, "node_modules/@vitejs/plugin-react": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.0.4.tgz", - "integrity": "sha512-7wU921ABnNYkETiMaZy7XqpueMnpu5VxvVps13MjmCo+utBdD79sZzrApHawHtVX66cCJQQTXFcjH0y9dSUK8g==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.2.1.tgz", + "integrity": "sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==", "dev": true, "dependencies": { - "@babel/core": "^7.22.9", - "@babel/plugin-transform-react-jsx-self": "^7.22.5", - "@babel/plugin-transform-react-jsx-source": "^7.22.5", + "@babel/core": "^7.23.5", + "@babel/plugin-transform-react-jsx-self": "^7.23.3", + "@babel/plugin-transform-react-jsx-source": "^7.23.3", + "@types/babel__core": "^7.20.5", "react-refresh": "^0.14.0" }, "engines": { "node": "^14.18.0 || >=16.0.0" }, "peerDependencies": { - "vite": "^4.2.0" + "vite": "^4.2.0 || ^5.0.0" } }, "node_modules/@vitest/coverage-v8": { @@ -5316,12 +6083,59 @@ "version": "2.0.6", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "deprecated": "Use your platform's native atob() and btoa() methods instead", "dev": true }, + "node_modules/abstract-leveldown": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.2.3.tgz", + "integrity": "sha512-BsLm5vFMRUrrLeCcRc+G0t2qOaTzpoJQLOubq2XM72eNpjF5UdU5o/5NvlNhx95XHcAvcl8OMXr4mlg/fRgUXQ==", + "optional": true, + "dependencies": { + "buffer": "^5.5.0", + "immediate": "^3.2.3", + "level-concat-iterator": "~2.0.0", + "level-supports": "~1.0.0", + "xtend": "~4.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/abstract-leveldown/node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "optional": true, + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/abstract-leveldown/node_modules/immediate": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.3.0.tgz", + "integrity": "sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==", + "optional": true + }, "node_modules/acorn": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -5340,21 +6154,21 @@ } }, "node_modules/acorn-loose": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/acorn-loose/-/acorn-loose-8.3.0.tgz", - "integrity": "sha512-75lAs9H19ldmW+fAbyqHdjgdCrz0pWGXKmnqFoh8PyVd1L2RIb4RzYrSjmopeqv3E1G3/Pimu6GgLlrGbrkF7w==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/acorn-loose/-/acorn-loose-8.4.0.tgz", + "integrity": "sha512-M0EUka6rb+QC4l9Z3T0nJEzNOO7JcoJlYMrBlyBCiFSXRyxjLKayd4TbQs2FDRWQU1h9FR7QVNHt+PEaoNL5rQ==", "dev": true, "dependencies": { - "acorn": "^8.5.0" + "acorn": "^8.11.0" }, "engines": { "node": ">=0.4.0" } }, "node_modules/acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", "dev": true, "engines": { "node": ">=0.4.0" @@ -5451,17 +6265,6 @@ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, - "node_modules/aria-hidden": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.3.tgz", - "integrity": "sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ==", - "dependencies": { - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/aria-query": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", @@ -5472,27 +6275,31 @@ } }, "node_modules/array-buffer-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", - "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", + "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", "dependencies": { - "call-bind": "^1.0.2", - "is-array-buffer": "^3.0.1" + "call-bind": "^1.0.5", + "is-array-buffer": "^3.0.4" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/array-includes": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz", - "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz", + "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.4", "is-string": "^1.0.7" }, "engines": { @@ -5511,17 +6318,38 @@ "node": ">=8" } }, + "node_modules/array.prototype.findlast": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", + "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/array.prototype.findlastindex": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz", - "integrity": "sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz", + "integrity": "sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "es-shim-unscopables": "^1.0.0", - "get-intrinsic": "^1.1.3" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-shim-unscopables": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -5531,14 +6359,14 @@ } }, "node_modules/array.prototype.flat": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz", - "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "es-shim-unscopables": "^1.0.0" }, "engines": { @@ -5549,14 +6377,14 @@ } }, "node_modules/array.prototype.flatmap": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", - "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", + "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "es-shim-unscopables": "^1.0.0" }, "engines": { @@ -5566,29 +6394,43 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/array.prototype.tosorted": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz", - "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==", + "node_modules/array.prototype.toreversed": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz", + "integrity": "sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "es-shim-unscopables": "^1.0.0", - "get-intrinsic": "^1.1.3" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" } }, - "node_modules/arraybuffer.prototype.slice": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz", - "integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==", + "node_modules/array.prototype.tosorted": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz", + "integrity": "sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==", + "dev": true, "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "get-intrinsic": "^1.2.1", - "is-array-buffer": "^3.0.2", + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.1.0", + "es-shim-unscopables": "^1.0.2" + } + }, + "node_modules/arraybuffer.prototype.slice": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", + "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", + "dependencies": { + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.2.1", + "get-intrinsic": "^1.2.3", + "is-array-buffer": "^3.0.4", "is-shared-array-buffer": "^1.0.2" }, "engines": { @@ -5598,33 +6440,22 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/arrify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-3.0.0.tgz", - "integrity": "sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/asap": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" }, "node_modules/assert": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/assert/-/assert-2.0.0.tgz", - "integrity": "sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/assert/-/assert-2.1.0.tgz", + "integrity": "sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==", "dev": true, "dependencies": { - "es6-object-assign": "^1.1.0", - "is-nan": "^1.2.1", - "object-is": "^1.0.1", - "util": "^0.12.0" + "call-bind": "^1.0.2", + "is-nan": "^1.3.2", + "object-is": "^1.1.5", + "object.assign": "^4.1.4", + "util": "^0.12.5" } }, "node_modules/assertion-error": { @@ -5637,24 +6468,21 @@ } }, "node_modules/ast-types-flow": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz", + "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==", "dev": true }, - "node_modules/async-lock": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.4.0.tgz", - "integrity": "sha512-coglx5yIWuetakm3/1dsX9hxCNox22h7+V80RQOu2XUUMidtArxKoZoOtHUPuR84SycKTXzgGzAUR5hJxujyJQ==" + "node_modules/async-limiter": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==", + "optional": true }, - "node_modules/asynciterator.prototype": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz", - "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", - "dev": true, - "dependencies": { - "has-symbols": "^1.0.3" - } + "node_modules/async-lock": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.4.1.tgz", + "integrity": "sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ==" }, "node_modules/asynckit": { "version": "0.4.0", @@ -5672,9 +6500,12 @@ } }, "node_modules/available-typed-arrays": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, "engines": { "node": ">= 0.4" }, @@ -5683,9 +6514,9 @@ } }, "node_modules/axe-core": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz", - "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz", + "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==", "dev": true, "engines": { "node": ">=4" @@ -5715,13 +6546,13 @@ } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz", - "integrity": "sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==", + "version": "0.4.11", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", + "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", "dev": true, "dependencies": { "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.4.2", + "@babel/helper-define-polyfill-provider": "^0.6.2", "semver": "^6.3.1" }, "peerDependencies": { @@ -5729,25 +6560,25 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.3.tgz", - "integrity": "sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==", + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", + "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.4.2", - "core-js-compat": "^3.31.0" + "@babel/helper-define-polyfill-provider": "^0.6.1", + "core-js-compat": "^3.36.1" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz", - "integrity": "sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", + "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.4.2" + "@babel/helper-define-polyfill-provider": "^0.6.2" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -5818,9 +6649,9 @@ ] }, "node_modules/bin-links": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.2.tgz", - "integrity": "sha512-jxJ0PbXR8eQyPlExCvCs3JFnikvs1Yp4gUJt6nmgathdOwvur+q22KWC3h20gvWl4T/14DXKj2IlkJwwZkZPOw==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.4.tgz", + "integrity": "sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA==", "dev": true, "dependencies": { "cmd-shim": "^6.0.0", @@ -5833,12 +6664,15 @@ } }, "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/bind-event-listener": { @@ -5886,9 +6720,9 @@ "dev": true }, "node_modules/browserslist": { - "version": "4.21.10", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz", - "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -5905,10 +6739,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001517", - "electron-to-chromium": "^1.4.477", - "node-releases": "^2.0.13", - "update-browserslist-db": "^1.0.11" + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" }, "bin": { "browserslist": "cli.js" @@ -5946,18 +6780,6 @@ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "dev": true }, - "node_modules/bufferutil": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.7.tgz", - "integrity": "sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw==", - "hasInstallScript": true, - "dependencies": { - "node-gyp-build": "^4.3.0" - }, - "engines": { - "node": ">=6.14.2" - } - }, "node_modules/c8": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/c8/-/c8-8.0.1.tgz", @@ -5994,12 +6816,18 @@ } }, "node_modules/call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -6014,21 +6842,21 @@ } }, "node_modules/camelcase": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz", - "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", + "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", "dev": true, "engines": { - "node": ">=14.16" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/caniuse-lite": { - "version": "1.0.30001522", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001522.tgz", - "integrity": "sha512-TKiyTVZxJGhsTszLuzb+6vUZSjVOAhClszBr2Ta2k9IwtNBT/4dzmL6aywt0HCgEZlmwJzXJd8yNiob6HgwTRg==", + "version": "1.0.30001618", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001618.tgz", + "integrity": "sha512-p407+D1tIkDvsEAPS22lJxLQQaG8OTBEqo0KhzfABGk0TU4juBNDSfH0hyAp/HRyx+M8L17z/ltyhxh27FTfQg==", "dev": true, "funding": [ { @@ -6045,17 +6873,6 @@ } ] }, - "node_modules/case-anything": { - "version": "2.1.13", - "resolved": "https://registry.npmjs.org/case-anything/-/case-anything-2.1.13.tgz", - "integrity": "sha512-zlOQ80VrQ2Ue+ymH5OuM/DlDq64mEm+B9UTdHULv5osUMD6HalNTblf2b1u/m6QecjsnOkBpqVZ+XPwIVsy7Ng==", - "engines": { - "node": ">=12.13" - }, - "funding": { - "url": "https://github.com/sponsors/mesqueeb" - } - }, "node_modules/ccount": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", @@ -6066,18 +6883,18 @@ } }, "node_modules/chai": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz", - "integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz", + "integrity": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==", "dev": true, "dependencies": { "assertion-error": "^1.1.0", - "check-error": "^1.0.2", - "deep-eql": "^4.1.2", - "get-func-name": "^2.0.0", - "loupe": "^2.3.1", + "check-error": "^1.0.3", + "deep-eql": "^4.1.3", + "get-func-name": "^2.0.2", + "loupe": "^2.3.6", "pathval": "^1.1.1", - "type-detect": "^4.0.5" + "type-detect": "^4.0.8" }, "engines": { "node": ">=4" @@ -6140,25 +6957,22 @@ } }, "node_modules/check-error": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", - "integrity": "sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz", + "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==", "dev": true, + "dependencies": { + "get-func-name": "^2.0.2" + }, "engines": { "node": "*" } }, "node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -6171,6 +6985,9 @@ "engines": { "node": ">= 8.10.0" }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, "optionalDependencies": { "fsevents": "~2.3.2" } @@ -6188,12 +7005,12 @@ } }, "node_modules/chownr": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", + "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", "dev": true, "engines": { - "node": ">=10" + "node": ">=18" } }, "node_modules/chromatism": { @@ -6202,9 +7019,9 @@ "integrity": "sha512-ZgkGBXc0b0X7KW26aHIuwQvg6MFt47ehRg+YqcmLtGtHPmn6+5sx9uAFTLHcmsg9kYjOcFJYc/U2n06wrZ7KTA==" }, "node_modules/ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "dev": true, "funding": [ { @@ -6217,9 +7034,9 @@ } }, "node_modules/classnames": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", - "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" }, "node_modules/clean-stack": { "version": "4.2.0", @@ -6264,9 +7081,9 @@ } }, "node_modules/cli-spinners": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz", - "integrity": "sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", "dev": true, "engines": { "node": ">=6" @@ -6289,27 +7106,38 @@ "node": ">=12" } }, - "node_modules/clone": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "node_modules/cliui/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/cliui/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, "engines": { - "node": ">=0.8" + "node": ">=8" } }, "node_modules/clsx": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz", - "integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", + "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==", "engines": { "node": ">=6" } }, "node_modules/cmd-shim": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.1.tgz", - "integrity": "sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.3.tgz", + "integrity": "sha512-FMabTRlc5t5zjdenF6mS0MBeFZm0XqHqeOkcskKFb/LYCcRQ5fVgLOHVc4Lq9CqABd9zhjwPjMBCJvMCziSVtA==", "dev": true, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" @@ -6355,6 +7183,12 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, + "node_modules/confbox": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", + "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==", + "dev": true + }, "node_modules/confusing-browser-globals": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", @@ -6375,13 +7209,36 @@ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" }, + "node_modules/copy-file": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/copy-file/-/copy-file-11.0.0.tgz", + "integrity": "sha512-mFsNh/DIANLqFt5VHZoGirdg7bK5+oTWlhnGu6tgRhzBlnEKWaPX2xrFaLltii/6rmhqFMJqffUgknuRdpYlHw==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.11", + "p-event": "^6.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/core-js": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "hasInstallScript": true + }, "node_modules/core-js-compat": { - "version": "3.32.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.32.1.tgz", - "integrity": "sha512-GSvKDv4wE0bPnQtjklV101juQ85g6H3rm5PDP20mqlS5j0kXF3pP97YvAu5hl+uFHqMictp3b2VxOHljWMAtuA==", + "version": "3.37.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", + "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", "dev": true, "dependencies": { - "browserslist": "^4.21.10" + "browserslist": "^4.23.0" }, "funding": { "type": "opencollective", @@ -6389,9 +7246,9 @@ } }, "node_modules/core-js-pure": { - "version": "3.32.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.32.1.tgz", - "integrity": "sha512-f52QZwkFVDPf7UEQZGHKx6NYxsxmVGJe5DIvbzOdRMJlmT6yv0KDjR8rmy3ngr/t5wU54c7Sp/qIJH0ppbhVpQ==", + "version": "3.37.1", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.37.1.tgz", + "integrity": "sha512-J/r5JTHSmzTxbiYYrzXg9w1VpqrYt+gexenBE9pugeyhwPZTAEJddyiReJWsLO6uNQ8xJZFbod6XC7KKwatCiA==", "hasInstallScript": true, "peer": true, "funding": { @@ -6414,47 +7271,59 @@ "node": ">=10" } }, - "node_modules/cp-file": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/cp-file/-/cp-file-10.0.0.tgz", - "integrity": "sha512-vy2Vi1r2epK5WqxOLnskeKeZkdZvTKfFZQCplE3XWsP+SUJyd5XAUFC9lFgTjjXJF2GMne/UML14iEmkAaDfFg==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.2.10", - "nested-error-stacks": "^2.1.1", - "p-event": "^5.0.1" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/cpy": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/cpy/-/cpy-10.1.0.tgz", - "integrity": "sha512-VC2Gs20JcTyeQob6UViBLnyP0bYHkBh6EiKzot9vi2DmeGlFT9Wd7VG3NBrkNx/jYvFBeyDOMMHdHQhbtKLgHQ==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/cpy/-/cpy-11.0.1.tgz", + "integrity": "sha512-VIvf1QNOHnIZ5QT8zWxNJq+YYIpbFhgeMwnVngX+AhhUQd3Rns3x6gcvb0fGpNxZQ0q629mX6+GvDtvbO/Hutg==", "dev": true, "dependencies": { - "arrify": "^3.0.0", - "cp-file": "^10.0.0", - "globby": "^13.1.4", + "copy-file": "^11.0.0", + "globby": "^13.2.2", "junk": "^4.0.1", "micromatch": "^4.0.5", - "nested-error-stacks": "^2.1.1", "p-filter": "^3.0.0", "p-map": "^6.0.0" }, "engines": { - "node": ">=16" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/crelt": { - "version": "1.0.6", + "node_modules/cpy/node_modules/globby": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", + "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", + "dev": true, + "dependencies": { + "dir-glob": "^3.0.1", + "fast-glob": "^3.3.0", + "ignore": "^5.2.4", + "merge2": "^1.4.1", + "slash": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cpy/node_modules/slash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/crelt": { + "version": "1.0.6", "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz", "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==" }, @@ -6573,18 +7442,9 @@ } }, "node_modules/csstype": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", - "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" - }, - "node_modules/d": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", - "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", - "dependencies": { - "es5-ext": "^0.10.50", - "type": "^1.0.1" - } + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/damerau-levenshtein": { "version": "1.0.8", @@ -6592,11 +7452,6 @@ "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", "dev": true }, - "node_modules/dash-get": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/dash-get/-/dash-get-1.0.2.tgz", - "integrity": "sha512-4FbVrHDwfOASx7uQVxeiCTo7ggSdYZbqs8lH+WU6ViypPlDbe9y6IP5VVUDQBv9DcnyaiPT5XT0UWHgJ64zLeQ==" - }, "node_modules/data-uri-to-buffer": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", @@ -6620,6 +7475,79 @@ "node": ">=14" } }, + "node_modules/data-urls/node_modules/tr46": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-4.1.1.tgz", + "integrity": "sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==", + "dev": true, + "dependencies": { + "punycode": "^2.3.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/data-urls/node_modules/whatwg-url": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-12.0.1.tgz", + "integrity": "sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==", + "dev": true, + "dependencies": { + "tr46": "^4.1.1", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/data-view-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", + "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", + "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-offset": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", + "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", @@ -6684,31 +7612,41 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, - "node_modules/deepmerge": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "node_modules/deferred-leveldown": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-5.3.0.tgz", + "integrity": "sha512-a59VOT+oDy7vtAbLRCZwWgxu2BaCfd5Hk7wxJd48ei7I+nsg8Orlb9CLG0PMZienk9BSUKgeAqkO2+Lw+1+Ukw==", + "optional": true, + "dependencies": { + "abstract-leveldown": "~6.2.1", + "inherits": "^2.0.3" + }, "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/defaults": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", - "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", - "dev": true, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dependencies": { - "clone": "^1.0.2" + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/define-properties": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", - "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dependencies": { + "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" }, @@ -6742,17 +7680,17 @@ "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==" }, "node_modules/diff": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz", - "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", + "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", "engines": { "node": ">=0.3.1" } }, "node_modules/diff-sequences": { - "version": "29.4.3", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz", - "integrity": "sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -6805,6 +7743,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "deprecated": "Use your platform's native DOMException instead", "dev": true, "dependencies": { "webidl-conversions": "^7.0.0" @@ -6814,28 +7753,72 @@ } }, "node_modules/dotenv": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", - "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", "engines": { "node": ">=12" }, "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" + "url": "https://dotenvx.com" } }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, "node_modules/electron-to-chromium": { - "version": "1.4.496", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.496.tgz", - "integrity": "sha512-qeXC3Zbykq44RCrBa4kr8v/dWzYJA8rAwpyh9Qd+NKWoJfjG5vvJqy9XOJ9H4P/lqulZBCgUWAYi+FeK5AuJ8g==", + "version": "1.4.767", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.767.tgz", + "integrity": "sha512-nzzHfmQqBss7CE3apQHkHjXW77+8w3ubGCIoEijKCJebPufREaFETgGXWTkh32t259F3Kcq+R8MZdFdOJROgYw==", "dev": true }, "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz", + "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==", "dev": true }, + "node_modules/encoding-down": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/encoding-down/-/encoding-down-6.3.0.tgz", + "integrity": "sha512-QKrV0iKR6MZVJV08QY0wp1e7vF6QbhnbQhb07bwpEyuz4uZiZgPlEGdkCROuFkUwdxlFaiPIhjyarH1ee/3vhw==", + "optional": true, + "dependencies": { + "abstract-leveldown": "^6.2.1", + "inherits": "^2.0.3", + "level-codec": "^9.0.0", + "level-errors": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "optional": true, + "dependencies": { + "prr": "~1.0.1" + }, + "bin": { + "errno": "cli.js" + } + }, "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -6845,49 +7828,56 @@ } }, "node_modules/es-abstract": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz", - "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==", - "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "arraybuffer.prototype.slice": "^1.0.1", - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "es-set-tostringtag": "^2.0.1", + "version": "1.23.3", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", + "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", + "dependencies": { + "array-buffer-byte-length": "^1.0.1", + "arraybuffer.prototype.slice": "^1.0.3", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "data-view-buffer": "^1.0.1", + "data-view-byte-length": "^1.0.1", + "data-view-byte-offset": "^1.0.0", + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-set-tostringtag": "^2.0.3", "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.2.1", - "get-symbol-description": "^1.0.0", + "function.prototype.name": "^1.1.6", + "get-intrinsic": "^1.2.4", + "get-symbol-description": "^1.0.2", "globalthis": "^1.0.3", "gopd": "^1.0.1", - "has": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-proto": "^1.0.1", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.0.3", "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "is-array-buffer": "^3.0.2", + "hasown": "^2.0.2", + "internal-slot": "^1.0.7", + "is-array-buffer": "^3.0.4", "is-callable": "^1.2.7", - "is-negative-zero": "^2.0.2", + "is-data-view": "^1.0.1", + "is-negative-zero": "^2.0.3", "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", + "is-shared-array-buffer": "^1.0.3", "is-string": "^1.0.7", - "is-typed-array": "^1.1.10", + "is-typed-array": "^1.1.13", "is-weakref": "^1.0.2", - "object-inspect": "^1.12.3", + "object-inspect": "^1.13.1", "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.0", - "safe-array-concat": "^1.0.0", - "safe-regex-test": "^1.0.0", - "string.prototype.trim": "^1.2.7", - "string.prototype.trimend": "^1.0.6", - "string.prototype.trimstart": "^1.0.6", - "typed-array-buffer": "^1.0.0", - "typed-array-byte-length": "^1.0.0", - "typed-array-byte-offset": "^1.0.0", - "typed-array-length": "^1.0.4", + "object.assign": "^4.1.5", + "regexp.prototype.flags": "^1.5.2", + "safe-array-concat": "^1.1.2", + "safe-regex-test": "^1.0.3", + "string.prototype.trim": "^1.2.9", + "string.prototype.trimend": "^1.0.8", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.2", + "typed-array-byte-length": "^1.0.1", + "typed-array-byte-offset": "^1.0.2", + "typed-array-length": "^1.0.6", "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.10" + "which-typed-array": "^1.1.15" }, "engines": { "node": ">= 0.4" @@ -6896,26 +7886,48 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/es-iterator-helpers": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.13.tgz", - "integrity": "sha512-LK3VGwzvaPWobO8xzXXGRUOGw8Dcjyfk62CsY/wfHN75CwsJPbuypOYJxK6g5RyEL8YDjIWcl6jgd8foO6mmrA==", - "dev": true, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "dependencies": { - "asynciterator.prototype": "^1.0.0", - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.21.3", - "es-set-tostringtag": "^2.0.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.2.1", + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-iterator-helpers": { + "version": "1.0.19", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz", + "integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.3", + "es-errors": "^1.3.0", + "es-set-tostringtag": "^2.0.3", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", "globalthis": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-proto": "^1.0.1", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.0.3", "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "iterator.prototype": "^1.1.0", - "safe-array-concat": "^1.0.0" + "internal-slot": "^1.0.7", + "iterator.prototype": "^1.1.2", + "safe-array-concat": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" } }, "node_modules/es-module-shims": { @@ -6923,26 +7935,37 @@ "resolved": "https://registry.npmjs.org/es-module-shims/-/es-module-shims-1.4.3.tgz", "integrity": "sha512-qMUb+8lrpqZ6jW/kelQU7XD1hR71hmxKhIDmmVwsQNQaAYh0fzErnKSj9Xi80L0ubEjnzCDD5ha7oZehkwFApg==" }, + "node_modules/es-object-atoms": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", + "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/es-set-tostringtag": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", - "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", + "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", "dependencies": { - "get-intrinsic": "^1.1.3", - "has": "^1.0.3", - "has-tostringtag": "^1.0.0" + "get-intrinsic": "^1.2.4", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.1" }, "engines": { "node": ">= 0.4" } }, "node_modules/es-shim-unscopables": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", - "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", + "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", "dev": true, "dependencies": { - "has": "^1.0.3" + "hasown": "^2.0.0" } }, "node_modules/es-to-primitive": { @@ -6961,49 +7984,10 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/es5-ext": { - "version": "0.10.62", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", - "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", - "hasInstallScript": true, - "dependencies": { - "es6-iterator": "^2.0.3", - "es6-symbol": "^3.1.3", - "next-tick": "^1.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/es6-iterator": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", - "dependencies": { - "d": "1", - "es5-ext": "^0.10.35", - "es6-symbol": "^3.1.1" - } - }, - "node_modules/es6-object-assign": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/es6-object-assign/-/es6-object-assign-1.1.0.tgz", - "integrity": "sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw==", - "dev": true - }, - "node_modules/es6-symbol": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", - "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", - "dependencies": { - "d": "^1.0.1", - "ext": "^1.1.2" - } - }, "node_modules/esbuild": { - "version": "0.18.12", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.12.tgz", - "integrity": "sha512-XuOVLDdtsDslXStStduT41op21Ytmf4/BDS46aa3xPJ7X5h2eMWBF1oAe3QjUH3bDksocNXgzGUZ7XHIBya6Tg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.5.tgz", + "integrity": "sha512-bUxalY7b1g8vNhQKdB24QDmHeY4V4tw/s6Ak5z+jJX9laP5MoQseTOMemAr0gxssjNcH0MCViG8ONI2kksvfFQ==", "dev": true, "hasInstallScript": true, "bin": { @@ -7013,28 +7997,28 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/android-arm": "0.18.12", - "@esbuild/android-arm64": "0.18.12", - "@esbuild/android-x64": "0.18.12", - "@esbuild/darwin-arm64": "0.18.12", - "@esbuild/darwin-x64": "0.18.12", - "@esbuild/freebsd-arm64": "0.18.12", - "@esbuild/freebsd-x64": "0.18.12", - "@esbuild/linux-arm": "0.18.12", - "@esbuild/linux-arm64": "0.18.12", - "@esbuild/linux-ia32": "0.18.12", - "@esbuild/linux-loong64": "0.18.12", - "@esbuild/linux-mips64el": "0.18.12", - "@esbuild/linux-ppc64": "0.18.12", - "@esbuild/linux-riscv64": "0.18.12", - "@esbuild/linux-s390x": "0.18.12", - "@esbuild/linux-x64": "0.18.12", - "@esbuild/netbsd-x64": "0.18.12", - "@esbuild/openbsd-x64": "0.18.12", - "@esbuild/sunos-x64": "0.18.12", - "@esbuild/win32-arm64": "0.18.12", - "@esbuild/win32-ia32": "0.18.12", - "@esbuild/win32-x64": "0.18.12" + "@esbuild/android-arm": "0.19.5", + "@esbuild/android-arm64": "0.19.5", + "@esbuild/android-x64": "0.19.5", + "@esbuild/darwin-arm64": "0.19.5", + "@esbuild/darwin-x64": "0.19.5", + "@esbuild/freebsd-arm64": "0.19.5", + "@esbuild/freebsd-x64": "0.19.5", + "@esbuild/linux-arm": "0.19.5", + "@esbuild/linux-arm64": "0.19.5", + "@esbuild/linux-ia32": "0.19.5", + "@esbuild/linux-loong64": "0.19.5", + "@esbuild/linux-mips64el": "0.19.5", + "@esbuild/linux-ppc64": "0.19.5", + "@esbuild/linux-riscv64": "0.19.5", + "@esbuild/linux-s390x": "0.19.5", + "@esbuild/linux-x64": "0.19.5", + "@esbuild/netbsd-x64": "0.19.5", + "@esbuild/openbsd-x64": "0.19.5", + "@esbuild/sunos-x64": "0.19.5", + "@esbuild/win32-arm64": "0.19.5", + "@esbuild/win32-ia32": "0.19.5", + "@esbuild/win32-x64": "0.19.5" } }, "node_modules/esbuild-plugin-wasm": { @@ -7051,9 +8035,9 @@ } }, "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "dev": true, "engines": { "node": ">=6" @@ -7071,18 +8055,19 @@ } }, "node_modules/eslint": { - "version": "8.47.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.47.0.tgz", - "integrity": "sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==", + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", + "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "^8.47.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.0", + "@humanwhocodes/config-array": "^0.11.14", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -7173,9 +8158,9 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", - "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz", + "integrity": "sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==", "dev": true, "dependencies": { "debug": "^3.2.7" @@ -7217,28 +8202,28 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.28.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz", - "integrity": "sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==", + "version": "2.29.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", + "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", "dev": true, "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.findlastindex": "^1.2.2", - "array.prototype.flat": "^1.3.1", - "array.prototype.flatmap": "^1.3.1", + "array-includes": "^3.1.7", + "array.prototype.findlastindex": "^1.2.3", + "array.prototype.flat": "^1.3.2", + "array.prototype.flatmap": "^1.3.2", "debug": "^3.2.7", "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.7", + "eslint-import-resolver-node": "^0.3.9", "eslint-module-utils": "^2.8.0", - "has": "^1.0.3", - "is-core-module": "^2.13.0", + "hasown": "^2.0.0", + "is-core-module": "^2.13.1", "is-glob": "^4.0.3", "minimatch": "^3.1.2", - "object.fromentries": "^2.0.6", - "object.groupby": "^1.0.0", - "object.values": "^1.1.6", + "object.fromentries": "^2.0.7", + "object.groupby": "^1.0.1", + "object.values": "^1.1.7", "semver": "^6.3.1", - "tsconfig-paths": "^3.14.2" + "tsconfig-paths": "^3.15.0" }, "engines": { "node": ">=4" @@ -7293,27 +8278,27 @@ } }, "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", - "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz", + "integrity": "sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==", "dev": true, "dependencies": { - "@babel/runtime": "^7.20.7", - "aria-query": "^5.1.3", - "array-includes": "^3.1.6", - "array.prototype.flatmap": "^1.3.1", - "ast-types-flow": "^0.0.7", - "axe-core": "^4.6.2", - "axobject-query": "^3.1.1", + "@babel/runtime": "^7.23.2", + "aria-query": "^5.3.0", + "array-includes": "^3.1.7", + "array.prototype.flatmap": "^1.3.2", + "ast-types-flow": "^0.0.8", + "axe-core": "=4.7.0", + "axobject-query": "^3.2.1", "damerau-levenshtein": "^1.0.8", "emoji-regex": "^9.2.2", - "has": "^1.0.3", - "jsx-ast-utils": "^3.3.3", - "language-tags": "=1.0.5", + "es-iterator-helpers": "^1.0.15", + "hasown": "^2.0.0", + "jsx-ast-utils": "^3.3.5", + "language-tags": "^1.0.9", "minimatch": "^3.1.2", - "object.entries": "^1.1.6", - "object.fromentries": "^2.0.6", - "semver": "^6.3.0" + "object.entries": "^1.1.7", + "object.fromentries": "^2.0.7" }, "engines": { "node": ">=4.0" @@ -7329,27 +8314,29 @@ "dev": true }, "node_modules/eslint-plugin-react": { - "version": "7.33.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz", - "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==", + "version": "7.34.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz", + "integrity": "sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==", "dev": true, "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.flatmap": "^1.3.1", - "array.prototype.tosorted": "^1.1.1", + "array-includes": "^3.1.7", + "array.prototype.findlast": "^1.2.4", + "array.prototype.flatmap": "^1.3.2", + "array.prototype.toreversed": "^1.1.2", + "array.prototype.tosorted": "^1.1.3", "doctrine": "^2.1.0", - "es-iterator-helpers": "^1.0.12", + "es-iterator-helpers": "^1.0.17", "estraverse": "^5.3.0", "jsx-ast-utils": "^2.4.1 || ^3.0.0", "minimatch": "^3.1.2", - "object.entries": "^1.1.6", - "object.fromentries": "^2.0.6", - "object.hasown": "^1.1.2", - "object.values": "^1.1.6", + "object.entries": "^1.1.7", + "object.fromentries": "^2.0.7", + "object.hasown": "^1.1.3", + "object.values": "^1.1.7", "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.4", + "resolve": "^2.0.0-next.5", "semver": "^6.3.1", - "string.prototype.matchall": "^4.0.8" + "string.prototype.matchall": "^4.0.10" }, "engines": { "node": ">=4" @@ -7359,9 +8346,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", - "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", + "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", "dev": true, "engines": { "node": ">=10" @@ -7383,12 +8370,12 @@ } }, "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.4", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", - "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", + "version": "2.0.0-next.5", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", + "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", "dev": true, "dependencies": { - "is-core-module": "^2.9.0", + "is-core-module": "^2.13.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -7493,9 +8480,9 @@ "dev": true }, "node_modules/eslint/node_modules/globals": { - "version": "13.21.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz", - "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==", + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -7615,23 +8602,23 @@ } }, "node_modules/execa": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", - "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", "dev": true, "dependencies": { "cross-spawn": "^7.0.3", - "get-stream": "^6.0.1", - "human-signals": "^4.3.0", + "get-stream": "^8.0.1", + "human-signals": "^5.0.0", "is-stream": "^3.0.0", "merge-stream": "^2.0.0", "npm-run-path": "^5.1.0", "onetime": "^6.0.0", - "signal-exit": "^3.0.7", + "signal-exit": "^4.1.0", "strip-final-newline": "^3.0.0" }, "engines": { - "node": "^14.18.0 || ^16.14.0 || >=18.0.0" + "node": ">=16.17" }, "funding": { "url": "https://github.com/sindresorhus/execa?sponsor=1" @@ -7642,19 +8629,18 @@ "resolved": "https://registry.npmjs.org/exenv/-/exenv-1.2.2.tgz", "integrity": "sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==" }, - "node_modules/ext": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", - "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", - "dependencies": { - "type": "^2.7.2" + "node_modules/exit-hook": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-4.0.0.tgz", + "integrity": "sha512-Fqs7ChZm72y40wKjOFXBKg7nJZvQJmewP5/7LtePDdnah/+FH9Hp5sgMujSCMPXlxOAW2//1jrW9pnsY7o20vQ==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ext/node_modules/type": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", - "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==" - }, "node_modules/extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", @@ -7666,9 +8652,9 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "node_modules/fast-glob": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -7705,15 +8691,10 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, - "node_modules/fast-memoize": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/fast-memoize/-/fast-memoize-2.5.2.tgz", - "integrity": "sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw==" - }, "node_modules/fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "dev": true, "dependencies": { "reusify": "^1.0.4" @@ -7848,12 +8829,13 @@ } }, "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "dev": true, "dependencies": { - "flatted": "^3.1.0", + "flatted": "^3.2.9", + "keyv": "^4.5.3", "rimraf": "^3.0.2" }, "engines": { @@ -7861,15 +8843,15 @@ } }, "node_modules/flatted": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", - "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", "dev": true }, "node_modules/focus-lock": { - "version": "0.11.6", - "resolved": "https://registry.npmjs.org/focus-lock/-/focus-lock-0.11.6.tgz", - "integrity": "sha512-KSuV3ur4gf2KqMNoZx3nXNVhqCkn42GuTYCX4tXPEwf0MjpFQmNMiN6m7dXaUXgIoivL6/65agoUMg4RLS0Vbg==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/focus-lock/-/focus-lock-1.3.5.tgz", + "integrity": "sha512-QFaHbhv9WPUeLYBDe/PAuLKJ4Dd9OPvKs9xZBr3yLXnUrDNaVXKu2baDBXe3naPY30hgHYSsf2JW4jzas2mDEQ==", "dependencies": { "tslib": "^2.0.3" }, @@ -7911,6 +8893,12 @@ "node": ">=8.0.0" } }, + "node_modules/foreground-child/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, "node_modules/form-data": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", @@ -7960,36 +8948,6 @@ "node": ">=10" } }, - "node_modules/fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "dev": true, - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/fs-minipass/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fs-minipass/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -8011,19 +8969,22 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/function.prototype.name": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", - "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "functions-have-names": "^1.2.2" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "functions-have-names": "^1.2.3" }, "engines": { "node": ">= 0.4" @@ -8059,47 +9020,60 @@ } }, "node_modules/get-func-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", "dev": true, "engines": { "node": "*" } }, "node_modules/get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/get-nonce": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz", + "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==", + "engines": { + "node": ">=6" + } + }, "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", "dev": true, "engines": { - "node": ">=10" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", + "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" + "call-bind": "^1.0.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4" }, "engines": { "node": ">= 0.4" @@ -8149,11 +9123,12 @@ } }, "node_modules/globalthis": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", - "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", "dependencies": { - "define-properties": "^1.1.3" + "define-properties": "^1.2.1", + "gopd": "^1.0.1" }, "engines": { "node": ">= 0.4" @@ -8163,28 +9138,29 @@ } }, "node_modules/globby": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", - "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz", + "integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==", "dev": true, "dependencies": { - "dir-glob": "^3.0.1", - "fast-glob": "^3.3.0", + "@sindresorhus/merge-streams": "^2.1.0", + "fast-glob": "^3.3.2", "ignore": "^5.2.4", - "merge2": "^1.4.1", - "slash": "^4.0.0" + "path-type": "^5.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.1.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/globby/node_modules/slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "node_modules/globby/node_modules/path-type": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", "dev": true, "engines": { "node": ">=12" @@ -8193,6 +9169,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/globby/node_modules/slash": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", + "dev": true, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/gopd": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", @@ -8215,17 +9203,6 @@ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/has-bigints": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", @@ -8243,20 +9220,20 @@ } }, "node_modules/has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dependencies": { - "get-intrinsic": "^1.1.1" + "es-define-property": "^1.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "engines": { "node": ">= 0.4" }, @@ -8276,11 +9253,11 @@ } }, "node_modules/has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", "dependencies": { - "has-symbols": "^1.0.2" + "has-symbols": "^1.0.3" }, "engines": { "node": ">= 0.4" @@ -8289,18 +9266,38 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/hast-util-embedded": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-2.0.1.tgz", - "integrity": "sha512-QUdSOP1/o+/TxXtpPFXR2mUg2P+ySrmlX7QjwHZCXqMFyYk7YmcGSvqRW+4XgXAoHifdE1t2PwFaQK33TqVjSw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz", + "integrity": "sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==", "dependencies": { - "hast-util-is-element": "^2.0.0" + "@types/hast": "^3.0.0", + "hast-util-is-element": "^3.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-embedded/node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/hast-util-from-dom": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/hast-util-from-dom/-/hast-util-from-dom-4.2.0.tgz", @@ -8333,41 +9330,65 @@ } }, "node_modules/hast-util-has-property": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-2.0.1.tgz", - "integrity": "sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz", + "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==", + "dependencies": { + "@types/hast": "^3.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-has-property/node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/hast-util-is-body-ok-link": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-2.0.0.tgz", - "integrity": "sha512-S58hCexyKdD31vMsErvgLfflW6vYWo/ixRLPJTtkOvLld24vyI8vmYmkgLA5LG3la2ME7nm7dLGdm48gfLRBfw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.0.tgz", + "integrity": "sha512-VFHY5bo2nY8HiV6nir2ynmEB1XkxzuUffhEGeVx7orbu/B1KaGyeGgMZldvMVx5xWrDlLLG/kQ6YkJAMkBEx0w==", "dependencies": { - "@types/hast": "^2.0.0", - "hast-util-has-property": "^2.0.0", - "hast-util-is-element": "^2.0.0" + "@types/hast": "^3.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-is-body-ok-link/node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/hast-util-is-element": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz", - "integrity": "sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz", + "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==", "dependencies": { - "@types/hast": "^2.0.0", - "@types/unist": "^2.0.0" + "@types/hast": "^3.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-is-element/node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/hast-util-parse-selector": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz", @@ -8381,21 +9402,29 @@ } }, "node_modules/hast-util-phrasing": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-2.0.2.tgz", - "integrity": "sha512-yGkCfPkkfCyiLfK6KEl/orMDr/zgCnq/NaO9HfULx6/Zga5fso5eqQA5Ov/JZVqACygvw9shRYWgXNcG2ilo7w==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz", + "integrity": "sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==", "dependencies": { - "@types/hast": "^2.0.0", - "hast-util-embedded": "^2.0.0", - "hast-util-has-property": "^2.0.0", - "hast-util-is-body-ok-link": "^2.0.0", - "hast-util-is-element": "^2.0.0" + "@types/hast": "^3.0.0", + "hast-util-embedded": "^3.0.0", + "hast-util-has-property": "^3.0.0", + "hast-util-is-body-ok-link": "^3.0.0", + "hast-util-is-element": "^3.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-phrasing/node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/hast-util-raw": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-7.2.3.tgz", @@ -8445,6 +9474,15 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-to-html/node_modules/hast-util-whitespace": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz", + "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/hast-util-to-mdast": { "version": "8.4.1", "resolved": "https://registry.npmjs.org/hast-util-to-mdast/-/hast-util-to-mdast-8.4.1.tgz", @@ -8471,6 +9509,108 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-to-mdast/node_modules/hast-util-embedded": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-2.0.1.tgz", + "integrity": "sha512-QUdSOP1/o+/TxXtpPFXR2mUg2P+ySrmlX7QjwHZCXqMFyYk7YmcGSvqRW+4XgXAoHifdE1t2PwFaQK33TqVjSw==", + "dependencies": { + "hast-util-is-element": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-mdast/node_modules/hast-util-has-property": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-2.0.1.tgz", + "integrity": "sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-mdast/node_modules/hast-util-is-body-ok-link": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-2.0.0.tgz", + "integrity": "sha512-S58hCexyKdD31vMsErvgLfflW6vYWo/ixRLPJTtkOvLld24vyI8vmYmkgLA5LG3la2ME7nm7dLGdm48gfLRBfw==", + "dependencies": { + "@types/hast": "^2.0.0", + "hast-util-has-property": "^2.0.0", + "hast-util-is-element": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-mdast/node_modules/hast-util-is-element": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz", + "integrity": "sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==", + "dependencies": { + "@types/hast": "^2.0.0", + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-mdast/node_modules/hast-util-phrasing": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hast-util-phrasing/-/hast-util-phrasing-2.0.2.tgz", + "integrity": "sha512-yGkCfPkkfCyiLfK6KEl/orMDr/zgCnq/NaO9HfULx6/Zga5fso5eqQA5Ov/JZVqACygvw9shRYWgXNcG2ilo7w==", + "dependencies": { + "@types/hast": "^2.0.0", + "hast-util-embedded": "^2.0.0", + "hast-util-has-property": "^2.0.0", + "hast-util-is-body-ok-link": "^2.0.0", + "hast-util-is-element": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-mdast/node_modules/hast-util-whitespace": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz", + "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-mdast/node_modules/rehype-minify-whitespace": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-5.0.1.tgz", + "integrity": "sha512-PPp4lWJiBPlePI/dv1BeYktbwkfgXkrK59MUa+tYbMPgleod+4DvFK2PLU0O0O60/xuhHfiR9GUIUlXTU8sRIQ==", + "dependencies": { + "@types/hast": "^2.0.0", + "hast-util-embedded": "^2.0.0", + "hast-util-is-element": "^2.0.0", + "hast-util-whitespace": "^2.0.0", + "unified": "^10.0.0", + "unist-util-is": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-mdast/node_modules/unist-util-is": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", + "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/hast-util-to-parse5": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-7.1.0.tgz", @@ -8503,15 +9643,39 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-to-text/node_modules/hast-util-is-element": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz", + "integrity": "sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==", + "dependencies": { + "@types/hast": "^2.0.0", + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/hast-util-whitespace": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz", - "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", + "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", + "dependencies": { + "@types/hast": "^3.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-whitespace/node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/hastscript": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz", @@ -8572,8 +9736,17 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/http-proxy-agent": { - "version": "5.0.0", + "node_modules/html-whitespace-sensitive-tag-names": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/html-whitespace-sensitive-tag-names/-/html-whitespace-sensitive-tag-names-3.0.0.tgz", + "integrity": "sha512-KlClZ3/Qy5UgvpvVvDomGhnQhNWH5INE8GwvSIQ9CWt1K0zbbXrl7eN5bWaafOZgtmO3jMPwUqmrmEwinhPq1w==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/http-proxy-agent": { + "version": "5.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dev": true, @@ -8600,12 +9773,12 @@ } }, "node_modules/human-signals": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", - "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", + "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", "dev": true, "engines": { - "node": ">=14.18.0" + "node": ">=16.17.0" } }, "node_modules/hyphenate-style-name": { @@ -8645,9 +9818,9 @@ ] }, "node_modules/ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", + "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", "dev": true, "engines": { "node": ">= 4" @@ -8708,21 +9881,29 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true + "devOptional": true }, "node_modules/internal-slot": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", - "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", + "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", "dependencies": { - "get-intrinsic": "^1.2.0", - "has": "^1.0.3", + "es-errors": "^1.3.0", + "hasown": "^2.0.0", "side-channel": "^1.0.4" }, "engines": { "node": ">= 0.4" } }, + "node_modules/invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "dependencies": { + "loose-envify": "^1.0.0" + } + }, "node_modules/is-arguments": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", @@ -8740,13 +9921,15 @@ } }, "node_modules/is-array-buffer": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", - "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", + "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", "dependencies": { "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "is-typed-array": "^1.1.10" + "get-intrinsic": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -8827,11 +10010,25 @@ } }, "node_modules/is-core-module": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "dependencies": { + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-view": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", + "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", "dependencies": { - "has": "^1.0.3" + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -8866,17 +10063,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -8952,10 +10138,13 @@ } }, "node_modules/is-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", - "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", "dev": true, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -8977,9 +10166,9 @@ } }, "node_modules/is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", + "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", "engines": { "node": ">= 0.4" }, @@ -9028,17 +10217,6 @@ "node": ">=8" } }, - "node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-potential-custom-element-name": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", @@ -9066,20 +10244,26 @@ "integrity": "sha512-/tCmbIETZwCd8uHWO+GvbRa7jxwHFHdfetHfiwoP0aN9UDf3prUJMtKn7iBFYipYhqY1bSTjur8hC/Dakt8eyw==" }, "node_modules/is-set": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", - "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", "dev": true, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", + "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", "dependencies": { - "call-bind": "^1.0.2" + "call-bind": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -9126,11 +10310,11 @@ } }, "node_modules/is-typed-array": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", - "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", + "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", "dependencies": { - "which-typed-array": "^1.1.11" + "which-typed-array": "^1.1.14" }, "engines": { "node": ">= 0.4" @@ -9139,11 +10323,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" - }, "node_modules/is-unicode-supported": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz", @@ -9157,10 +10336,13 @@ } }, "node_modules/is-weakmap": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", - "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", "dev": true, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -9177,13 +10359,16 @@ } }, "node_modules/is-weakset": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", - "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", + "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -9212,14 +10397,6 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/isomorphic.js": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/isomorphic.js/-/isomorphic.js-0.2.5.tgz", @@ -9230,9 +10407,9 @@ } }, "node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", "dev": true, "engines": { "node": ">=8" @@ -9297,9 +10474,9 @@ } }, "node_modules/istanbul-reports": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", - "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", + "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", "dev": true, "dependencies": { "html-escaper": "^2.0.0", @@ -9310,16 +10487,34 @@ } }, "node_modules/iterator.prototype": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.0.tgz", - "integrity": "sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", + "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", "dev": true, "dependencies": { - "define-properties": "^1.1.4", - "get-intrinsic": "^1.1.3", + "define-properties": "^1.2.1", + "get-intrinsic": "^1.2.1", "has-symbols": "^1.0.3", - "has-tostringtag": "^1.0.0", - "reflect.getprototypeof": "^1.0.3" + "reflect.getprototypeof": "^1.0.4", + "set-function-name": "^2.0.1" + } + }, + "node_modules/jackspeak": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", + "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "dev": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" } }, "node_modules/js-tokens": { @@ -9381,25 +10576,29 @@ } } }, - "node_modules/jsdom/node_modules/ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "node_modules/jsdom/node_modules/tr46": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-4.1.1.tgz", + "integrity": "sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==", "dev": true, - "engines": { - "node": ">=10.0.0" + "dependencies": { + "punycode": "^2.3.0" }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" + "engines": { + "node": ">=14" + } + }, + "node_modules/jsdom/node_modules/whatwg-url": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-12.0.1.tgz", + "integrity": "sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==", + "dev": true, + "dependencies": { + "tr46": "^4.1.1", + "webidl-conversions": "^7.0.0" }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } + "engines": { + "node": ">=14" } }, "node_modules/jsesc": { @@ -9413,6 +10612,12 @@ "node": ">=4" } }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", @@ -9442,12 +10647,6 @@ "node": ">=6" } }, - "node_modules/jsonc-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", - "dev": true - }, "node_modules/jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -9638,6 +10837,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, "node_modules/klaw-sync": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz", @@ -9662,116 +10870,309 @@ "dev": true }, "node_modules/language-tags": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", - "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", - "dev": true, - "dependencies": { - "language-subtag-registry": "~0.3.2" - } - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz", + "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==", "dev": true, "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" + "language-subtag-registry": "^0.3.20" }, "engines": { - "node": ">= 0.8.0" + "node": ">=0.10" } }, - "node_modules/lib0": { - "version": "0.2.82", - "resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.82.tgz", - "integrity": "sha512-sZJeggxq56weXHnBc37dXNnYKGPvdR75zKxGHNc8gLE+ldKCbc4whk0JY2cV17lxuBFtvRd4dIsSh6Cfz7slUw==", + "node_modules/level": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/level/-/level-6.0.1.tgz", + "integrity": "sha512-psRSqJZCsC/irNhfHzrVZbmPYXDcEYhA5TVNwr+V92jF44rbf86hqGp8fiT702FyiArScYIlPSBTDUASCVNSpw==", + "optional": true, "dependencies": { - "isomorphic.js": "^0.2.4" - }, - "bin": { - "0gentesthtml": "bin/gentesthtml.js", - "0serve": "bin/0serve.js" + "level-js": "^5.0.0", + "level-packager": "^5.1.0", + "leveldown": "^5.4.0" }, "engines": { - "node": ">=16" + "node": ">=8.6.0" }, "funding": { - "type": "GitHub Sponsors ❤", - "url": "https://github.com/sponsors/dmonad" + "type": "opencollective", + "url": "https://opencollective.com/level" } }, - "node_modules/lie": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz", - "integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==", + "node_modules/level-codec": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/level-codec/-/level-codec-9.0.2.tgz", + "integrity": "sha512-UyIwNb1lJBChJnGfjmO0OR+ezh2iVu1Kas3nvBS/BzGnx79dv6g7unpKIDNPMhfdTEGoc7mC8uAu51XEtX+FHQ==", + "optional": true, "dependencies": { - "immediate": "~3.0.5" - } - }, - "node_modules/lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", - "dev": true, + "buffer": "^5.6.0" + }, "engines": { - "node": ">=10" + "node": ">=6" } }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" - }, - "node_modules/linkifyjs": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.1.1.tgz", - "integrity": "sha512-zFN/CTVmbcVef+WaDXT63dNzzkfRBKT1j464NJQkV7iSgJU0sLBus9W0HBwnXK13/hf168pbrx/V/bjEHOXNHA==" + "node_modules/level-codec/node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "optional": true, + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } }, - "node_modules/local-pkg": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.3.tgz", - "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==", - "dev": true, + "node_modules/level-concat-iterator": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/level-concat-iterator/-/level-concat-iterator-2.0.1.tgz", + "integrity": "sha512-OTKKOqeav2QWcERMJR7IS9CUo1sHnke2C0gkSmcR7QuEtFNLLzHQAvnMw8ykvEcv0Qtkg0p7FOwP1v9e5Smdcw==", + "optional": true, "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" + "node": ">=6" } }, - "node_modules/localforage": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz", - "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==", + "node_modules/level-errors": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/level-errors/-/level-errors-2.0.1.tgz", + "integrity": "sha512-UVprBJXite4gPS+3VznfgDSU8PTRuVX0NXwoWW50KLxd2yw4Y1t2JUR5In1itQnudZqRMT9DlAM3Q//9NCjCFw==", + "optional": true, "dependencies": { - "lie": "3.1.1" + "errno": "~0.1.1" + }, + "engines": { + "node": ">=6" } }, - "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, + "node_modules/level-iterator-stream": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/level-iterator-stream/-/level-iterator-stream-4.0.2.tgz", + "integrity": "sha512-ZSthfEqzGSOMWoUGhTXdX9jv26d32XJuHz/5YnuHZzH6wldfWMOVwI9TBtKcya4BKTyTt3XVA0A3cF3q5CY30Q==", + "optional": true, "dependencies": { - "p-locate": "^5.0.0" + "inherits": "^2.0.4", + "readable-stream": "^3.4.0", + "xtend": "^4.0.2" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=6" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "node_modules/level-js": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/level-js/-/level-js-5.0.2.tgz", + "integrity": "sha512-SnBIDo2pdO5VXh02ZmtAyPP6/+6YTJg2ibLtl9C34pWvmtMEmRTWpra+qO/hifkUtBTOtfx6S9vLDjBsBK4gRg==", + "optional": true, + "dependencies": { + "abstract-leveldown": "~6.2.3", + "buffer": "^5.5.0", + "inherits": "^2.0.3", + "ltgt": "^2.1.2" + } }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "node_modules/level-js/node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "optional": true, + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/level-packager": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/level-packager/-/level-packager-5.1.1.tgz", + "integrity": "sha512-HMwMaQPlTC1IlcwT3+swhqf/NUO+ZhXVz6TY1zZIIZlIR0YSn8GtAAWmIvKjNY16ZkEg/JcpAuQskxsXqC0yOQ==", + "optional": true, + "dependencies": { + "encoding-down": "^6.3.0", + "levelup": "^4.3.2" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/level-supports": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/level-supports/-/level-supports-1.0.1.tgz", + "integrity": "sha512-rXM7GYnW8gsl1vedTJIbzOrRv85c/2uCMpiiCzO2fndd06U/kUXEEU9evYn4zFggBOg36IsBW8LzqIpETwwQzg==", + "optional": true, + "dependencies": { + "xtend": "^4.0.2" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/leveldown": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/leveldown/-/leveldown-5.6.0.tgz", + "integrity": "sha512-iB8O/7Db9lPaITU1aA2txU/cBEXAt4vWwKQRrrWuS6XDgbP4QZGj9BL2aNbwb002atoQ/lIotJkfyzz+ygQnUQ==", + "hasInstallScript": true, + "optional": true, + "dependencies": { + "abstract-leveldown": "~6.2.1", + "napi-macros": "~2.0.0", + "node-gyp-build": "~4.1.0" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/levelup": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/levelup/-/levelup-4.4.0.tgz", + "integrity": "sha512-94++VFO3qN95cM/d6eBXvd894oJE0w3cInq9USsyQzzoJxmiYzPAocNcuGCPGGjoXqDVJcr3C1jzt1TSjyaiLQ==", + "optional": true, + "dependencies": { + "deferred-leveldown": "~5.3.0", + "level-errors": "~2.0.0", + "level-iterator-stream": "~4.0.0", + "level-supports": "~1.0.0", + "xtend": "~4.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lib0": { + "version": "0.2.93", + "resolved": "https://registry.npmjs.org/lib0/-/lib0-0.2.93.tgz", + "integrity": "sha512-M5IKsiFJYulS+8Eal8f+zAqf5ckm1vffW0fFDxfgxJ+uiVopvDdd3PxJmz0GsVi3YNO7QCFSq0nAsiDmNhLj9Q==", + "dependencies": { + "isomorphic.js": "^0.2.4" + }, + "bin": { + "0ecdsa-generate-keypair": "bin/0ecdsa-generate-keypair.js", + "0gentesthtml": "bin/gentesthtml.js", + "0serve": "bin/0serve.js" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "type": "GitHub Sponsors ❤", + "url": "https://github.com/sponsors/dmonad" + } + }, + "node_modules/lie": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz", + "integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==", + "dependencies": { + "immediate": "~3.0.5" + } + }, + "node_modules/lilconfig": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + }, + "node_modules/linkify-it": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", + "dependencies": { + "uc.micro": "^2.0.0" + } + }, + "node_modules/linkifyjs": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.1.3.tgz", + "integrity": "sha512-auMesunaJ8yfkHvK4gfg1K0SaKX/6Wn9g2Aac/NwX+l5VdmFZzo/hdPGxEOETj+ryRa4/fiOPjeeKURSAJx1sg==" + }, + "node_modules/local-pkg": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.3.tgz", + "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/localforage": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz", + "integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==", + "dependencies": { + "lie": "3.1.1" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" }, "node_modules/lodash.memoize": { @@ -9782,8 +11183,7 @@ "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" }, "node_modules/log-symbols": { "version": "5.1.0", @@ -9834,12 +11234,12 @@ } }, "node_modules/loupe": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.6.tgz", - "integrity": "sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==", + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz", + "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==", "dev": true, "dependencies": { - "get-func-name": "^2.0.0" + "get-func-name": "^2.0.1" } }, "node_modules/lru-cache": { @@ -9851,6 +11251,12 @@ "yallist": "^3.0.2" } }, + "node_modules/ltgt": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ltgt/-/ltgt-2.2.1.tgz", + "integrity": "sha512-AI2r85+4MquTw9ZYqabu4nMwy9Oftlfa/e/52t9IjtfG+mGBbTNdAoZ3RQKLHR6r0wQnwZnPIEh/Ya6XTWAKNA==", + "optional": true + }, "node_modules/lz-string": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", @@ -9860,15 +11266,12 @@ } }, "node_modules/magic-string": { - "version": "0.30.3", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.3.tgz", - "integrity": "sha512-B7xGbll2fG/VjP+SWg4sX3JynwIU0mjoTc6MPpKNuIvftk6u6vqhDnk1R80b8C2GBR6ywqy+1DcKBrevBg+bmw==", + "version": "0.30.10", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz", + "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==", "dev": true, "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15" - }, - "engines": { - "node": ">=12" } }, "node_modules/make-dir": { @@ -9886,44 +11289,34 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/make-dir/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "node_modules/make-dir/node_modules/semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "yallist": "^4.0.0" + "bin": { + "semver": "bin/semver.js" }, "engines": { "node": ">=10" } }, - "node_modules/make-dir/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, + "node_modules/markdown-it": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", + "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", "dependencies": { - "lru-cache": "^6.0.0" + "argparse": "^2.0.1", + "entities": "^4.4.0", + "linkify-it": "^5.0.0", + "mdurl": "^2.0.0", + "punycode.js": "^2.3.1", + "uc.micro": "^2.1.0" }, "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" + "markdown-it": "bin/markdown-it.mjs" } }, - "node_modules/make-dir/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/make-error": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" - }, "node_modules/markdown-table": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", @@ -9995,6 +11388,31 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/mdast-util-find-and-replace/node_modules/unist-util-is": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", + "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", + "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/mdast-util-from-markdown": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz", @@ -10119,6 +11537,18 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/mdast-util-phrasing/node_modules/unist-util-is": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", + "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/mdast-util-to-hast": { "version": "12.3.0", "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz", @@ -10170,9 +11600,9 @@ } }, "node_modules/mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", + "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==" }, "node_modules/memoize-one": { "version": "6.0.0", @@ -10818,65 +12248,139 @@ } }, "node_modules/minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz", + "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==", "dev": true, "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" + "minipass": "^7.0.4", + "rimraf": "^5.0.5" }, "engines": { - "node": ">= 8" + "node": ">= 18" } }, - "node_modules/minizlib/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "node_modules/minizlib/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/minizlib/node_modules/foreground-child": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", "dev": true, "dependencies": { - "yallist": "^4.0.0" + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" }, "engines": { - "node": ">=8" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/minizlib/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "node_modules/minizlib/node_modules/glob": { + "version": "10.3.15", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz", + "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==", "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.6", + "minimatch": "^9.0.1", + "minipass": "^7.0.4", + "path-scurry": "^1.11.0" + }, "bin": { - "mkdirp": "bin/cmd.js" + "glob": "dist/esm/bin.mjs" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/mlly": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.4.0.tgz", - "integrity": "sha512-ua8PAThnTwpprIaU47EPeZ/bPUVp2QYBbWMphUQpVdBI3Lgqzm5KZQ45Agm3YJedHXaIHl6pBGabaLSUPPSptg==", + "node_modules/minizlib/node_modules/minimatch": { + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", "dev": true, "dependencies": { - "acorn": "^8.9.0", - "pathe": "^1.1.1", - "pkg-types": "^1.0.3", - "ufo": "^1.1.2" + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/mobx": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.10.0.tgz", - "integrity": "sha512-WMbVpCMFtolbB8swQ5E2YRrU+Yu8iLozCVx3CdGjbBKlP7dFiCSuiG06uea3JCFN5DnvtAX7+G5Bp82e2xu0ww==", - "funding": { + "node_modules/minizlib/node_modules/minipass": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz", + "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/minizlib/node_modules/rimraf": { + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz", + "integrity": "sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==", + "dev": true, + "dependencies": { + "glob": "^10.3.7" + }, + "bin": { + "rimraf": "dist/esm/bin.mjs" + }, + "engines": { + "node": ">=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/mkdirp": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", + "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", + "dev": true, + "bin": { + "mkdirp": "dist/cjs/src/bin.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/mlly": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.0.tgz", + "integrity": "sha512-U9SDaXGEREBYQgfejV97coK0UL1r+qnF2SyO9A3qcI8MzKnsIFKHNVEkrDyNncQTKQQumsasmeq84eNMdBfsNQ==", + "dev": true, + "dependencies": { + "acorn": "^8.11.3", + "pathe": "^1.1.2", + "pkg-types": "^1.1.0", + "ufo": "^1.5.3" + } + }, + "node_modules/mobx": { + "version": "6.12.3", + "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.12.3.tgz", + "integrity": "sha512-c8NKkO4R2lShkSXZ2Ongj1ycjugjzFFo/UswHBnS62y07DMcTc9Rvo03/3nRyszIvwPNljlkd4S828zIBv/piw==", + "funding": { "type": "opencollective", "url": "https://opencollective.com/mobx" } @@ -10911,9 +12415,9 @@ } }, "node_modules/mocha": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.2.0.tgz", - "integrity": "sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", + "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", @@ -10923,13 +12427,12 @@ "diff": "5.0.0", "escape-string-regexp": "4.0.0", "find-up": "5.0.0", - "glob": "7.2.0", + "glob": "8.1.0", "he": "1.2.0", "js-yaml": "4.1.0", "log-symbols": "4.1.0", "minimatch": "5.0.1", "ms": "2.1.3", - "nanoid": "3.3.3", "serialize-javascript": "6.0.0", "strip-json-comments": "3.1.1", "supports-color": "8.1.1", @@ -10944,10 +12447,6 @@ }, "engines": { "node": ">= 14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mochajs" } }, "node_modules/mocha/node_modules/ansi-styles": { @@ -10965,6 +12464,15 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/mocha/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, "node_modules/mocha/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -10993,6 +12501,33 @@ "node": ">=8" } }, + "node_modules/mocha/node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, "node_modules/mocha/node_modules/cliui": { "version": "7.0.4", "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", @@ -11031,36 +12566,41 @@ "node": ">=0.3.1" } }, + "node_modules/mocha/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, "node_modules/mocha/node_modules/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", "dev": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "minimatch": "^5.0.1", + "once": "^1.3.0" }, "engines": { - "node": "*" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/mocha/node_modules/glob/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/mocha/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "dependencies": { - "brace-expansion": "^1.1.7" + "is-glob": "^4.0.1" }, "engines": { - "node": "*" + "node": ">= 6" } }, "node_modules/mocha/node_modules/has-flag": { @@ -11112,31 +12652,24 @@ "node": ">=10" } }, - "node_modules/mocha/node_modules/minimatch/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" - } - }, "node_modules/mocha/node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, - "node_modules/mocha/node_modules/nanoid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz", - "integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==", + "node_modules/mocha/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, - "bin": { - "nanoid": "bin/nanoid.cjs" + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": ">=8" } }, "node_modules/mocha/node_modules/supports-color": { @@ -11195,9 +12728,9 @@ } }, "node_modules/mrmime": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz", - "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", + "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", "dev": true, "engines": { "node": ">=10" @@ -11209,9 +12742,10 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/nanoid": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.2.tgz", - "integrity": "sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz", + "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==", + "dev": true, "funding": [ { "type": "github", @@ -11222,9 +12756,15 @@ "nanoid": "bin/nanoid.js" }, "engines": { - "node": "^14 || ^16 || >=18" + "node": "^18 || >=20" } }, + "node_modules/napi-macros": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/napi-macros/-/napi-macros-2.0.0.tgz", + "integrity": "sha512-A0xLykHtARfueITVDernsAWdtIMbOJgKgcluwENp3AlsKN/PloyO10HtmoqnFAQAcxPkgZN7wdfPfEd0zNGxbg==", + "optional": true + }, "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", @@ -11237,17 +12777,6 @@ "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", "dev": true }, - "node_modules/nested-error-stacks": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz", - "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==", - "dev": true - }, - "node_modules/next-tick": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", - "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" - }, "node_modules/node-domexception": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", @@ -11268,9 +12797,9 @@ } }, "node_modules/node-fetch": { - "version": "2.6.13", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.13.tgz", - "integrity": "sha512-StxNAxh15zr77QvvkmveSQ8uCQ4+v5FkvNTj0OESmiHu+VRi/gXArXtkWMElOsOUNLtUEvI4yS+rdtOHZTwlQA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -11286,29 +12815,11 @@ } } }, - "node_modules/node-fetch/node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" - }, - "node_modules/node-fetch/node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" - }, - "node_modules/node-fetch/node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, "node_modules/node-gyp-build": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz", - "integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.1.1.tgz", + "integrity": "sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ==", + "optional": true, "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", @@ -11316,9 +12827,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", - "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "dev": true }, "node_modules/normalize-path": { @@ -11340,9 +12851,9 @@ } }, "node_modules/npm-run-path": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", - "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", "dev": true, "dependencies": { "path-key": "^4.0.0" @@ -11367,9 +12878,9 @@ } }, "node_modules/nwsapi": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", - "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==", + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.10.tgz", + "integrity": "sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==", "dev": true }, "node_modules/object-assign": { @@ -11381,21 +12892,21 @@ } }, "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object-is": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", - "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", + "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1" }, "engines": { "node": ">= 0.4" @@ -11413,12 +12924,12 @@ } }, "node_modules/object.assign": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", - "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", + "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", "has-symbols": "^1.0.3", "object-keys": "^1.1.1" }, @@ -11430,28 +12941,29 @@ } }, "node_modules/object.entries": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz", - "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz", + "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" } }, "node_modules/object.fromentries": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz", - "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", + "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -11461,61 +12973,45 @@ } }, "node_modules/object.groupby": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.0.tgz", - "integrity": "sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz", + "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.21.2", - "get-intrinsic": "^1.2.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2" + }, + "engines": { + "node": ">= 0.4" } }, "node_modules/object.hasown": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz", - "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.4.tgz", + "integrity": "sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==", "dev": true, "dependencies": { - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.omit": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-3.0.0.tgz", - "integrity": "sha512-EO+BCv6LJfu+gBIF3ggLicFebFLN5zqzz/WWJlMFfkMyGth+oBkhxzDl0wx2W4GkLzuQs/FsSkXZb2IMWQqmBQ==", - "dependencies": { - "is-extendable": "^1.0.0" + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", - "dependencies": { - "isobject": "^3.0.1" + "node": ">= 0.4" }, - "engines": { - "node": ">=0.10.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object.values": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz", - "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", + "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -11565,40 +13061,40 @@ } }, "node_modules/optionator": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", - "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", "dev": true, "dependencies": { - "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0" + "type-check": "^0.4.0", + "word-wrap": "^1.2.5" }, "engines": { "node": ">= 0.8.0" } }, "node_modules/ora": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-6.3.1.tgz", - "integrity": "sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-7.0.1.tgz", + "integrity": "sha512-0TUxTiFJWv+JnjWm4o9yvuskpEJLXTcng8MJuKd+SzAzp2o+OP3HWqNhB4OdJRt1Vsd9/mR0oyaEYlOnL7XIRw==", "dev": true, "dependencies": { - "chalk": "^5.0.0", + "chalk": "^5.3.0", "cli-cursor": "^4.0.0", - "cli-spinners": "^2.6.1", + "cli-spinners": "^2.9.0", "is-interactive": "^2.0.0", - "is-unicode-supported": "^1.1.0", + "is-unicode-supported": "^1.3.0", "log-symbols": "^5.1.0", "stdin-discarder": "^0.1.0", - "strip-ansi": "^7.0.1", - "wcwidth": "^1.0.1" + "string-width": "^6.1.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -11658,15 +13154,15 @@ } }, "node_modules/p-event": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/p-event/-/p-event-5.0.1.tgz", - "integrity": "sha512-dd589iCQ7m1L0bmC5NLlVYfy3TbBEsMUfWx9PyAgPeIcFZ/E2yaTZ4Rz4MiBmmJShviiftHVXOqfnfzJ6kyMrQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.1.tgz", + "integrity": "sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==", "dev": true, "dependencies": { - "p-timeout": "^5.0.2" + "p-timeout": "^6.1.2" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=16.17" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -11745,33 +13241,6 @@ } }, "node_modules/p-timeout": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz", - "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-wait-for": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-5.0.2.tgz", - "integrity": "sha512-lwx6u1CotQYPVju77R+D0vFomni/AqRfqLmqQ8hekklqZ6gAY9rONh7lBQ0uxWMkC2AuX9b2DVAl8To0NyP1JA==", - "dev": true, - "dependencies": { - "p-timeout": "^6.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-wait-for/node_modules/p-timeout": { "version": "6.1.2", "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.2.tgz", "integrity": "sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==", @@ -11823,18 +13292,6 @@ "url": "https://github.com/inikulin/parse5?sponsor=1" } }, - "node_modules/parse5/node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "dev": true, - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, "node_modules/patch-package": { "version": "7.0.2", "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-7.0.2.tgz", @@ -11922,18 +13379,6 @@ "node": ">=8" } }, - "node_modules/patch-package/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/patch-package/node_modules/rimraf": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", @@ -11947,13 +13392,10 @@ } }, "node_modules/patch-package/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -11973,17 +13415,14 @@ "node": ">=8" } }, - "node_modules/patch-package/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/patch-package/node_modules/yaml": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", - "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz", + "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==", "dev": true, + "bin": { + "yaml": "bin.mjs" + }, "engines": { "node": ">= 14" } @@ -12026,18 +13465,43 @@ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, "engines": { - "node": ">=8" - } - }, + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", + "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", + "dev": true, + "engines": { + "node": "14 || >=16.14" + } + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "engines": { + "node": ">=8" + } + }, "node_modules/pathe": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.1.tgz", - "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", + "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", "dev": true }, "node_modules/pathval": { @@ -12055,10 +13519,9 @@ "integrity": "sha512-RQD7hTx14/LY7QoS3tQYO3/fzVtwvZI+JeS5udgsu7FPaEDjlvfK9HBcme9/ipzSPKnrxSgacI9PI7154W62YQ==" }, "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" }, "node_modules/picomatch": { "version": "2.3.1", @@ -12073,36 +13536,38 @@ } }, "node_modules/pkg-types": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz", - "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.1.tgz", + "integrity": "sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==", "dev": true, "dependencies": { - "jsonc-parser": "^3.2.0", - "mlly": "^1.2.0", - "pathe": "^1.1.0" + "confbox": "^0.1.7", + "mlly": "^1.7.0", + "pathe": "^1.1.2" } }, "node_modules/playwright": { - "version": "1.37.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.37.1.tgz", - "integrity": "sha512-bgUXRrQKhT48zHdxDYQTpf//0xDfDd5hLeEhjuSw8rXEGoT9YeElpfvs/izonTNY21IQZ7d3s22jLxYaAnubbQ==", + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.0.tgz", + "integrity": "sha512-F9b3GUCLQ3Nffrfb6dunPOkE5Mh68tR7zN32L4jCk4FjQamgesGay7/dAAe1WaMEGV04DkdJfcJzjoCKygUaRQ==", "dev": true, - "hasInstallScript": true, "dependencies": { - "playwright-core": "1.37.1" + "playwright-core": "1.44.0" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=16" + }, + "optionalDependencies": { + "fsevents": "2.3.2" } }, "node_modules/playwright-core": { - "version": "1.37.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.1.tgz", - "integrity": "sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==", + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.0.tgz", + "integrity": "sha512-ZTbkNpFfYcGWohvTTl+xewITm7EOuqIqex0c7dNZ+aXsbrLj0qI8XlGKfPpipjm0Wny/4Lt4CJsWJk1stVS5qQ==", "dev": true, "bin": { "playwright-core": "cli.js" @@ -12112,32 +13577,33 @@ } }, "node_modules/playwright-test": { - "version": "12.1.1", - "resolved": "https://registry.npmjs.org/playwright-test/-/playwright-test-12.1.1.tgz", - "integrity": "sha512-RVACueGA7ssYNDJCmtApod6TmW0hTECZOtgPuFZOgus6iK16hC3ZB/NfPeO0/DVR0OPbnGAM2PeF8Mv4cBS+QQ==", + "version": "12.6.1", + "resolved": "https://registry.npmjs.org/playwright-test/-/playwright-test-12.6.1.tgz", + "integrity": "sha512-M3O7VomDk7BsJzvwCc3/9TqhHkJPDIxqPDwN8JzHKrXwVIjL5TMBQLvzcbaV/KJXl8YD6dqQL+U+waU1uu68lA==", "dev": true, "dependencies": { "acorn-loose": "^8.3.0", - "assert": "^2.0.0", + "assert": "^2.1.0", "buffer": "^6.0.3", - "c8": "^8.0.0", - "camelcase": "^7.0.1", + "c8": "^8.0.1", + "camelcase": "^8.0.0", "chokidar": "^3.5.3", - "cpy": "^10.1.0", - "esbuild": "0.18.12", + "cpy": "^11.0.0", + "esbuild": "0.19.5", "esbuild-plugin-wasm": "^1.1.0", "events": "^3.3.0", - "execa": "^7.1.1", - "globby": "^13.2.2", + "execa": "^8.0.1", + "exit-hook": "^4.0.0", + "globby": "^14.0.0", "kleur": "^4.1.5", "lilconfig": "^2.1.0", "lodash": "^4.17.21", "merge-options": "^3.0.4", - "nanoid": "^4.0.2", - "ora": "^6.3.1", - "p-wait-for": "5.0.2", + "nanoid": "^5.0.2", + "ora": "^7.0.1", + "p-timeout": "^6.1.2", "path-browserify": "^1.0.1", - "playwright-core": "1.36.0", + "playwright-core": "1.39.0", "polka": "^0.5.2", "premove": "^4.0.0", "process": "^0.11.10", @@ -12146,7 +13612,6 @@ "source-map": "0.6.1", "source-map-support": "^0.5.21", "stream-browserify": "^3.0.0", - "strip-ansi": "^7.1.0", "tempy": "^3.1.0", "test-exclude": "^6.0.0", "util": "^0.12.5", @@ -12160,22 +13625,10 @@ "node": ">=16.0.0" } }, - "node_modules/playwright-test/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, "node_modules/playwright-test/node_modules/playwright-core": { - "version": "1.36.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.0.tgz", - "integrity": "sha512-7RTr8P6YJPAqB+8j5ATGHqD6LvLLM39sYVNsslh78g8QeLcBs5750c6+msjrHUwwGt+kEbczBj1XB22WMwn+WA==", + "version": "1.39.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.39.0.tgz", + "integrity": "sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==", "dev": true, "bin": { "playwright-core": "cli.js" @@ -12193,21 +13646,6 @@ "node": ">=0.10.0" } }, - "node_modules/playwright-test/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, "node_modules/polka": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/polka/-/polka-0.5.2.tgz", @@ -12218,10 +13656,18 @@ "trouter": "^2.0.1" } }, + "node_modules/possible-typed-array-names": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", + "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/postcss": { - "version": "8.4.28", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", - "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", + "version": "8.4.38", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", + "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", "dev": true, "funding": [ { @@ -12238,18 +13684,18 @@ } ], "dependencies": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "source-map-js": "^1.2.0" }, "engines": { "node": "^10 || ^12 || >=14" } }, "node_modules/postcss/node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "dev": true, "funding": [ { @@ -12286,9 +13732,9 @@ } }, "node_modules/prettier": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.2.tgz", - "integrity": "sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "bin": { "prettier": "bin/prettier.cjs" }, @@ -12300,12 +13746,12 @@ } }, "node_modules/pretty-format": { - "version": "29.6.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.2.tgz", - "integrity": "sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "dev": true, "dependencies": { - "@jest/schemas": "^29.6.0", + "@jest/schemas": "^29.6.3", "ansi-styles": "^5.0.0", "react-is": "^18.0.0" }, @@ -12326,9 +13772,9 @@ } }, "node_modules/pretty-format/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", "dev": true }, "node_modules/process": { @@ -12359,9 +13805,9 @@ } }, "node_modules/property-information": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.2.0.tgz", - "integrity": "sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", + "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -12415,9 +13861,9 @@ } }, "node_modules/prosemirror-history": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.3.2.tgz", - "integrity": "sha512-/zm0XoU/N/+u7i5zepjmZAEnpvjDtzoPWW6VmKptcAnPadN/SStsBjMImdCEbb3seiNTpveziPTIrXQbHLtU1g==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.4.0.tgz", + "integrity": "sha512-UUiGzDVcqo1lovOPdi9YxxUps3oBFWAIYkXLu3Ot+JPv1qzVogRbcizxK3LhHmtaUxclohgiOVesRw5QSlMnbQ==", "dependencies": { "prosemirror-state": "^1.2.2", "prosemirror-transform": "^1.0.0", @@ -12426,9 +13872,9 @@ } }, "node_modules/prosemirror-inputrules": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prosemirror-inputrules/-/prosemirror-inputrules-1.2.1.tgz", - "integrity": "sha512-3LrWJX1+ULRh5SZvbIQlwZafOXqp1XuV21MGBu/i5xsztd+9VD15x6OtN6mdqSFI7/8Y77gYUbQ6vwwJ4mr6QQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/prosemirror-inputrules/-/prosemirror-inputrules-1.4.0.tgz", + "integrity": "sha512-6ygpPRuTJ2lcOXs9JkefieMst63wVJBgHZGl5QOytN7oSZs3Co/BYbc3Yx9zm9H37Bxw8kVzCnDsihsVsL4yEg==", "dependencies": { "prosemirror-state": "^1.0.0", "prosemirror-transform": "^1.0.0" @@ -12444,48 +13890,14 @@ } }, "node_modules/prosemirror-markdown": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/prosemirror-markdown/-/prosemirror-markdown-1.11.2.tgz", - "integrity": "sha512-Eu5g4WPiCdqDTGhdSsG9N6ZjACQRYrsAkrF9KYfdMaCmjIApH75aVncsWYOJvEk2i1B3i8jZppv3J/tnuHGiUQ==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/prosemirror-markdown/-/prosemirror-markdown-1.12.0.tgz", + "integrity": "sha512-6F5HS8Z0HDYiS2VQDZzfZP6A0s/I0gbkJy8NCzzDMtcsz3qrfqyroMMeoSjAmOhDITyon11NbXSzztfKi+frSQ==", "dependencies": { - "markdown-it": "^13.0.1", + "markdown-it": "^14.0.0", "prosemirror-model": "^1.0.0" } }, - "node_modules/prosemirror-markdown/node_modules/entities": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", - "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/prosemirror-markdown/node_modules/linkify-it": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz", - "integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==", - "dependencies": { - "uc.micro": "^1.0.1" - } - }, - "node_modules/prosemirror-markdown/node_modules/markdown-it": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz", - "integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==", - "dependencies": { - "argparse": "^2.0.1", - "entities": "~3.0.1", - "linkify-it": "^4.0.1", - "mdurl": "^1.0.1", - "uc.micro": "^1.0.5" - }, - "bin": { - "markdown-it": "bin/markdown-it.js" - } - }, "node_modules/prosemirror-menu": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/prosemirror-menu/-/prosemirror-menu-1.2.4.tgz", @@ -12498,9 +13910,9 @@ } }, "node_modules/prosemirror-model": { - "version": "1.19.3", - "resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.19.3.tgz", - "integrity": "sha512-tgSnwN7BS7/UM0sSARcW+IQryx2vODKX4MI7xpqY2X+iaepJdKBPc7I4aACIsDV/LTaTjt12Z56MhDr9LsyuZQ==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.21.0.tgz", + "integrity": "sha512-zLpS1mVCZLA7VTp82P+BfMiYVPcX1/z0Mf3gsjKZtzMWubwn2pN7CceMV0DycjlgE5JeXPR7UF4hJPbBV98oWA==", "dependencies": { "orderedmap": "^2.0.0" } @@ -12534,9 +13946,9 @@ } }, "node_modules/prosemirror-tables": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.3.4.tgz", - "integrity": "sha512-z6uLSQ1BLC3rgbGwZmpfb+xkdvD7W/UOsURDfognZFYaTtc0gsk7u/t71Yijp2eLflVpffMk6X0u0+u+MMDvIw==", + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.3.7.tgz", + "integrity": "sha512-oEwX1wrziuxMtwFvdDWSFHVUWrFJWt929kVVfHvtTi8yvw+5ppxjXZkMG/fuTdFo+3DXyIPSKfid+Be1npKXDA==", "dependencies": { "prosemirror-keymap": "^1.1.2", "prosemirror-model": "^1.8.1", @@ -12546,12 +13958,11 @@ } }, "node_modules/prosemirror-trailing-node": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/prosemirror-trailing-node/-/prosemirror-trailing-node-2.0.7.tgz", - "integrity": "sha512-8zcZORYj/8WEwsGo6yVCRXFMOfBo0Ub3hCUvmoWIZYfMP26WqENU0mpEP27w7mt8buZWuGrydBewr0tOArPb1Q==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/prosemirror-trailing-node/-/prosemirror-trailing-node-2.0.8.tgz", + "integrity": "sha512-ujRYhSuhQb1Jsarh1IHqb2KoSnRiD7wAMDGucP35DN7j5af6X7B18PfdPIrbwsPTqIAj0fyOvxbuPsWhNvylmA==", "dependencies": { "@remirror/core-constants": "^2.0.2", - "@remirror/core-helpers": "^3.0.0", "escape-string-regexp": "^4.0.0" }, "peerDependencies": { @@ -12561,23 +13972,29 @@ } }, "node_modules/prosemirror-transform": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.7.4.tgz", - "integrity": "sha512-GO38mvqJ2yeI0BbL5E1CdHcly032Dlfn9nHqlnCHqlNf9e9jZwJixxp6VRtOeDZ1uTDpDIziezMKbA41LpAx3A==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.9.0.tgz", + "integrity": "sha512-5UXkr1LIRx3jmpXXNKDhv8OyAOeLTGuXNwdVfg8x27uASna/wQkr9p6fD3eupGOi4PLJfbezxTyi/7fSJypXHg==", "dependencies": { - "prosemirror-model": "^1.0.0" + "prosemirror-model": "^1.21.0" } }, "node_modules/prosemirror-view": { - "version": "1.31.8", - "resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.31.8.tgz", - "integrity": "sha512-VQrEIdiPJ4YV65Ifj2kWISwaiqocMHy7cpUKVQYt19C/87FepoqnwVW3kMKRpeY/nQzED8L+vyOaYDBn0WqT7w==", + "version": "1.33.6", + "resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.33.6.tgz", + "integrity": "sha512-zRLUNgLIQfd8IfGprsXxWTjdA8xEAFJe8cDNrOptj6Mop9sj+BMeVbJvceyAYCm5G2dOdT2prctH7K9dfnpIMw==", "dependencies": { - "prosemirror-model": "^1.16.0", + "prosemirror-model": "^1.20.0", "prosemirror-state": "^1.0.0", "prosemirror-transform": "^1.1.0" } }, + "node_modules/prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", + "optional": true + }, "node_modules/psl": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", @@ -12585,14 +14002,22 @@ "dev": true }, "node_modules/punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, "engines": { "node": ">=6" } }, + "node_modules/punycode.js": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", + "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", + "engines": { + "node": ">=6" + } + }, "node_modules/querystringify": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", @@ -12634,21 +14059,18 @@ } }, "node_modules/re-resizable": { - "version": "6.9.6", - "resolved": "https://registry.npmjs.org/re-resizable/-/re-resizable-6.9.6.tgz", - "integrity": "sha512-0xYKS5+Z0zk+vICQlcZW+g54CcJTTmHluA7JUUgvERDxnKAnytylcyPsA+BSFi759s5hPlHmBRegFrwXs2FuBQ==", - "dependencies": { - "fast-memoize": "^2.5.1" - }, + "version": "6.9.14", + "resolved": "https://registry.npmjs.org/re-resizable/-/re-resizable-6.9.14.tgz", + "integrity": "sha512-2UbPrpezMr6gkHKNCRA/N6QGGU237SKOZ78yMHId204A/oXWSAREAIuGZNQ9qlrJosewzcsv2CphZH3u7hC6ng==", "peerDependencies": { "react": "^16.13.1 || ^17.0.0 || ^18.0.0", "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0" } }, "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "dependencies": { "loose-envify": "^1.1.0" }, @@ -12656,6 +14078,21 @@ "node": ">=0.10.0" } }, + "node_modules/react-avatar": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/react-avatar/-/react-avatar-5.0.3.tgz", + "integrity": "sha512-DNc+qkWH9QehSEZqHBhqpXWsPY+rU9W7kD68QFHfu8Atfsvx/3ML0DzAePgTUd96nCXQQ3KZMcC3LKYT8FiBIg==", + "dependencies": { + "is-retina": "^1.0.3", + "md5": "^2.0.0" + }, + "peerDependencies": { + "@babel/runtime": ">=7", + "core-js-pure": ">=3", + "prop-types": "^15.0.0 || ^16.0.0", + "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + } + }, "node_modules/react-beautiful-dnd-next": { "version": "11.0.5", "resolved": "https://registry.npmjs.org/react-beautiful-dnd-next/-/react-beautiful-dnd-next-11.0.5.tgz", @@ -12746,21 +14183,21 @@ } }, "node_modules/react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "dependencies": { "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" + "scheduler": "^0.23.2" }, "peerDependencies": { - "react": "^18.2.0" + "react": "^18.3.1" } }, "node_modules/react-draggable": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.5.tgz", - "integrity": "sha512-OMHzJdyJbYTZo4uQE393fHcqqPYsEtkjfMgvCHr6rejT+Ezn4OZbNyGH50vv+SunC1RMvwOTSWkEODQLzw1M9g==", + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.6.tgz", + "integrity": "sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==", "dependencies": { "clsx": "^1.1.1", "prop-types": "^15.8.1" @@ -12770,6 +14207,14 @@ "react-dom": ">= 16.3.0" } }, + "node_modules/react-draggable/node_modules/clsx": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", + "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", + "engines": { + "node": ">=6" + } + }, "node_modules/react-error-overlay": { "version": "6.0.11", "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", @@ -12781,15 +14226,15 @@ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, "node_modules/react-focus-lock": { - "version": "2.9.5", - "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.9.5.tgz", - "integrity": "sha512-h6vrdgUbsH2HeD5I7I3Cx1PPrmwGuKYICS+kB9m+32X/9xHRrAbxgvaBpG7BFBN9h3tO+C3qX1QAVESmi4CiIA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.12.1.tgz", + "integrity": "sha512-lfp8Dve4yJagkHiFrC1bGtib3mF2ktqwPJw4/WGcgPW+pJ/AVQA5X2vI7xgp13FcxFEpYBBHpXai/N2DBNC0Jw==", "dependencies": { "@babel/runtime": "^7.0.0", - "focus-lock": "^0.11.6", + "focus-lock": "^1.3.5", "prop-types": "^15.6.2", "react-clientside-effect": "^1.2.6", - "use-callback-ref": "^1.3.0", + "use-callback-ref": "^1.3.2", "use-sidecar": "^1.1.2" }, "peerDependencies": { @@ -12803,9 +14248,9 @@ } }, "node_modules/react-icons": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.10.1.tgz", - "integrity": "sha512-/ngzDP/77tlCfqthiiGNZeYFACw85fUjZtLbedmJ5DTlNDIwETxhwBzdOJ21zj4iJdvc0J3y7yOsX3PpxAJzrw==", + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz", + "integrity": "sha512-IBaDuHiShdZqmfc/TwHu6+d6k2ltNCf3AszxNmjJc1KUfXdEeRJOKyNvLmAHaarhzGmTSVygNdyu8/opXv2gaw==", "peerDependencies": { "react": "*" } @@ -12844,12 +14289,17 @@ "react": ">=16.8.6" } }, + "node_modules/react-jss/node_modules/shallow-equal": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/shallow-equal/-/shallow-equal-1.2.1.tgz", + "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==" + }, "node_modules/react-loosely-lazy": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/react-loosely-lazy/-/react-loosely-lazy-1.1.0.tgz", - "integrity": "sha512-UBNK+b7uNOBWJS34iSaz052mwi3XBWImeV32mWdcFn8F3U0XWeGq670w7BtcJ7PyRAYeUekJRMT2dGamcw6pKQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/react-loosely-lazy/-/react-loosely-lazy-1.2.0.tgz", + "integrity": "sha512-NaMi/Gi2ij/8GpbRdeCEUr2ogFKRNutrLdC0rIZyTET4AbvqGkx+lBuxSFMiny3lazQtk0z0VJyEncftAwawqg==", "peerDependencies": { - "@react-loosely-lazy/manifest": "1.1.0", + "@react-loosely-lazy/manifest": "1.2.0", "react": "^16.9.0 || ^17.0.0-0" } }, @@ -12858,6 +14308,18 @@ "resolved": "https://registry.npmjs.org/react-node-resolver/-/react-node-resolver-1.0.1.tgz", "integrity": "sha512-IiSe0h2+IJo4enSlbdYjdwJnY86A7TwNxnfQVG2yApxVkHj9es1jum9Lb2aiBXKkLnwAj7ufBBlAa0ROU0o9nA==" }, + "node_modules/react-number-format": { + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/react-number-format/-/react-number-format-5.3.4.tgz", + "integrity": "sha512-2hHN5mbLuCDUx19bv0Q8wet67QqYK6xmtLQeY5xx+h7UXiMmRtaCwqko4mMPoKXLc6xAzwRrutg8XbTRlsfjRg==", + "dependencies": { + "prop-types": "^15.7.2" + }, + "peerDependencies": { + "react": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + } + }, "node_modules/react-popper": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz", @@ -12902,39 +14364,79 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "node_modules/react-refresh": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", - "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", + "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==", "dev": true, "engines": { "node": ">=0.10.0" } }, + "node_modules/react-remove-scroll": { + "version": "2.5.10", + "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.10.tgz", + "integrity": "sha512-m3zvBRANPBw3qxVVjEIPEQinkcwlFZ4qyomuWVpNJdv4c6MvHfXV0C3L9Jx5rr3HeBHKNRX+1jreB5QloDIJjA==", + "dependencies": { + "react-remove-scroll-bar": "^2.3.6", + "react-style-singleton": "^2.2.1", + "tslib": "^2.1.0", + "use-callback-ref": "^1.3.0", + "use-sidecar": "^1.1.2" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-remove-scroll-bar": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.6.tgz", + "integrity": "sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==", + "dependencies": { + "react-style-singleton": "^2.2.1", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/react-rnd": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/react-rnd/-/react-rnd-10.4.1.tgz", - "integrity": "sha512-0m887AjQZr6p2ADLNnipquqsDq4XJu/uqVqI3zuoGD19tRm6uB83HmZWydtkilNp5EWsOHbLGF4IjWMdd5du8Q==", + "version": "10.4.10", + "resolved": "https://registry.npmjs.org/react-rnd/-/react-rnd-10.4.10.tgz", + "integrity": "sha512-YjQAgEeSbNUoOXSD9ZBvIiLVizFb+bNhpDk8DbIRHA557NW02CXbwsAeOTpJQnsdhEL+NP2I+Ssrwejqcodtjg==", "dependencies": { - "re-resizable": "6.9.6", - "react-draggable": "4.4.5", - "tslib": "2.3.1" + "re-resizable": "6.9.14", + "react-draggable": "4.4.6", + "tslib": "2.6.2" }, "peerDependencies": { "react": ">=16.3.0", "react-dom": ">=16.3.0" } }, - "node_modules/react-rnd/node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - }, "node_modules/react-router": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.15.0.tgz", - "integrity": "sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==", + "version": "6.23.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.23.1.tgz", + "integrity": "sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ==", "dependencies": { - "@remix-run/router": "1.8.0" + "@remix-run/router": "1.16.1" }, "engines": { "node": ">=14.0.0" @@ -12944,12 +14446,12 @@ } }, "node_modules/react-router-dom": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.15.0.tgz", - "integrity": "sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==", + "version": "6.23.1", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.23.1.tgz", + "integrity": "sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ==", "dependencies": { - "@remix-run/router": "1.8.0", - "react-router": "6.15.0" + "@remix-run/router": "1.16.1", + "react-router": "6.23.1" }, "engines": { "node": ">=14.0.0" @@ -12971,9 +14473,9 @@ } }, "node_modules/react-select": { - "version": "5.7.4", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz", - "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", + "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -12990,12 +14492,34 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, + "node_modules/react-style-singleton": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.1.tgz", + "integrity": "sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==", + "dependencies": { + "get-nonce": "^1.0.0", + "invariant": "^2.2.4", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/react-textarea-autosize": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.3.4.tgz", - "integrity": "sha512-CdtmP8Dc19xL8/R6sWvtknD/eCXkQr30dtvC4VmGInhRsfF8X/ihXCq6+9l9qbxmKRiq407/7z5fxE7cVWQNgQ==", + "version": "8.5.3", + "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.3.tgz", + "integrity": "sha512-XT1024o2pqCuZSuBt9FwHlaDeNtVrtCXu0Rnz88t1jUGheCLa3PhjE1GH8Ctm2axEtvdCl5SUHYschyQ0L5QHQ==", "dependencies": { - "@babel/runtime": "^7.10.2", + "@babel/runtime": "^7.20.13", "use-composed-ref": "^1.3.0", "use-latest": "^1.2.1" }, @@ -13054,7 +14578,7 @@ "version": "3.6.2", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dev": true, + "devOptional": true, "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -13085,15 +14609,16 @@ } }, "node_modules/reflect.getprototypeof": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz", - "integrity": "sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz", + "integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.1", + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.1", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", "globalthis": "^1.0.3", "which-builtin-type": "^1.1.3" }, @@ -13111,9 +14636,9 @@ "dev": true }, "node_modules/regenerate-unicode-properties": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", - "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", "dev": true, "dependencies": { "regenerate": "^1.4.2" @@ -13123,9 +14648,9 @@ } }, "node_modules/regenerator-runtime": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", - "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" }, "node_modules/regenerator-transform": { "version": "0.15.2", @@ -13137,13 +14662,14 @@ } }, "node_modules/regexp.prototype.flags": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", - "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", + "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "functions-have-names": "^1.2.3" + "call-bind": "^1.0.6", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "set-function-name": "^2.0.1" }, "engines": { "node": ">= 0.4" @@ -13190,23 +14716,57 @@ "jsesc": "bin/jsesc" } }, + "node_modules/rehype-format": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/rehype-format/-/rehype-format-5.0.0.tgz", + "integrity": "sha512-kM4II8krCHmUhxrlvzFSptvaWh280Fr7UGNJU5DCMuvmAwGCNmGfi9CvFAQK6JDjsNoRMWQStglK3zKJH685Wg==", + "dependencies": { + "@types/hast": "^3.0.0", + "hast-util-embedded": "^3.0.0", + "hast-util-is-element": "^3.0.0", + "hast-util-phrasing": "^3.0.0", + "hast-util-whitespace": "^3.0.0", + "html-whitespace-sensitive-tag-names": "^3.0.0", + "rehype-minify-whitespace": "^6.0.0", + "unist-util-visit-parents": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/rehype-format/node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/rehype-minify-whitespace": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-5.0.1.tgz", - "integrity": "sha512-PPp4lWJiBPlePI/dv1BeYktbwkfgXkrK59MUa+tYbMPgleod+4DvFK2PLU0O0O60/xuhHfiR9GUIUlXTU8sRIQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-6.0.0.tgz", + "integrity": "sha512-i9It4YHR0Sf3GsnlR5jFUKXRr9oayvEk9GKQUkwZv6hs70OH9q3OCZrq9PpLvIGKt3W+JxBOxCidNVpH/6rWdA==", "dependencies": { - "@types/hast": "^2.0.0", - "hast-util-embedded": "^2.0.0", - "hast-util-is-element": "^2.0.0", - "hast-util-whitespace": "^2.0.0", - "unified": "^10.0.0", - "unist-util-is": "^5.0.0" + "@types/hast": "^3.0.0", + "hast-util-embedded": "^3.0.0", + "hast-util-is-element": "^3.0.0", + "hast-util-whitespace": "^3.0.0", + "unist-util-is": "^6.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/rehype-minify-whitespace/node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/rehype-parse": { "version": "8.0.5", "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.5.tgz", @@ -13330,9 +14890,9 @@ "dev": true }, "node_modules/resolve": { - "version": "1.22.4", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz", - "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==", + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -13393,6 +14953,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/restore-cursor/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -13419,9 +14985,9 @@ } }, "node_modules/rollup": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz", - "integrity": "sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -13447,15 +15013,15 @@ } }, "node_modules/rollup-plugin-webpack-stats": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-webpack-stats/-/rollup-plugin-webpack-stats-0.2.0.tgz", - "integrity": "sha512-WDQ9ra6qWjeH/7D3q7lY/r5i9/HPt8OlZvvoQzS7Jdarh2v5+Fgw1BdAU2pBW0LB26J+vNYwdEdyJnkBhbQ2PQ==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/rollup-plugin-webpack-stats/-/rollup-plugin-webpack-stats-0.2.6.tgz", + "integrity": "sha512-JqWP0FWzMily2//1WxhopsKzPO6nnGiWn1PN7l4HFQbus0MVC4hMUZPmkIDb65QV98YUA1PFFBbDHEjRbzg7+g==", "dev": true, "engines": { "node": ">=14" }, "peerDependencies": { - "rollup": "^3.0.0" + "rollup": "^3.0.0 || ^4.0.0" } }, "node_modules/rope-sequence": { @@ -13504,12 +15070,12 @@ } }, "node_modules/safe-array-concat": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz", - "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", + "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4", "has-symbols": "^1.0.3", "isarray": "^2.0.5" }, @@ -13524,7 +15090,7 @@ "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true, + "devOptional": true, "funding": [ { "type": "github", @@ -13541,14 +15107,17 @@ ] }, "node_modules/safe-regex-test": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", - "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", + "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", "is-regex": "^1.1.4" }, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -13572,9 +15141,9 @@ } }, "node_modules/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", "dependencies": { "loose-envify": "^1.1.0" } @@ -13597,15 +15166,45 @@ "randombytes": "^2.1.0" } }, - "node_modules/setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" }, "node_modules/shallow-equal": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/shallow-equal/-/shallow-equal-1.2.1.tgz", - "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/shallow-equal/-/shallow-equal-3.1.0.tgz", + "integrity": "sha512-pfVOw8QZIXpMbhBWvzBISicvToTiM5WBF1EeAUZDDSb5Dt29yl4AYbyywbJFSEsRUMr7gJaxqCdr4L3tQf9wVg==" }, "node_modules/shebang-command": { "version": "2.0.0", @@ -13629,13 +15228,17 @@ } }, "node_modules/side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -13648,19 +15251,25 @@ "dev": true }, "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }, "node_modules/sirv": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.3.tgz", - "integrity": "sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", + "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", "dev": true, "dependencies": { - "@polka/url": "^1.0.0-next.20", - "mrmime": "^1.0.0", + "@polka/url": "^1.0.0-next.24", + "mrmime": "^2.0.0", "totalist": "^3.0.0" }, "engines": { @@ -13668,9 +15277,9 @@ } }, "node_modules/sirv/node_modules/@polka/url": { - "version": "1.0.0-next.21", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", - "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", + "version": "1.0.0-next.25", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz", + "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==", "dev": true }, "node_modules/slash": { @@ -13691,9 +15300,9 @@ } }, "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", + "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -13742,9 +15351,9 @@ "dev": true }, "node_modules/std-env": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.4.2.tgz", - "integrity": "sha512-Cw6eJDX9AxEEL0g5pYj8Zx9KXtDf60rxwS2ze0HBanS0aKhj1sBlzcsmg+R0qYy8byFa854/yR2X5ZmBSClVmg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz", + "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==", "dev": true }, "node_modules/stdin-discarder": { @@ -13776,7 +15385,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dev": true, + "devOptional": true, "dependencies": { "safe-buffer": "~5.2.0" } @@ -13788,6 +15397,24 @@ "dev": true }, "node_modules/string-width": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-6.1.0.tgz", + "integrity": "sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==", + "dev": true, + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^10.2.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", @@ -13801,49 +15428,95 @@ "node": ">=8" } }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/string-width/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, "node_modules/string.prototype.matchall": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", - "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz", + "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.3", - "side-channel": "^1.0.4" + "internal-slot": "^1.0.7", + "regexp.prototype.flags": "^1.5.2", + "set-function-name": "^2.0.2", + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.replaceall": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.replaceall/-/string.prototype.replaceall-1.0.7.tgz", - "integrity": "sha512-xB2WV2GlSCSJT5dMGdhdH1noMPiAB91guiepwTYyWY9/0Vq/TZ7RPmnOSUGAEvry08QIK7EMr28aAii+9jC6kw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/string.prototype.replaceall/-/string.prototype.replaceall-1.0.10.tgz", + "integrity": "sha512-PKLapcZUZmXUdfIM6rTTTMYOxaj4JiQrgl0SKEeCFug1CdMAuJq8hVZd4eek9yMXAW4ldGUq+TiZRtjLJRU96g==", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.4", "has-symbols": "^1.0.3", "is-regex": "^1.1.4" }, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trim": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", - "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", + "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.0", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -13853,35 +15526,38 @@ } }, "node_modules/string.prototype.trimend": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", - "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", + "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", - "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/stringify-entities": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz", - "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", + "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", "dependencies": { "character-entities-html4": "^2.0.0", "character-entities-legacy": "^3.0.0" @@ -13903,6 +15579,19 @@ "node": ">=8" } }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", @@ -13953,6 +15642,68 @@ "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==" }, + "node_modules/supabase": { + "version": "1.165.0", + "resolved": "https://registry.npmjs.org/supabase/-/supabase-1.165.0.tgz", + "integrity": "sha512-bN1TSR6p4POxCQqb3OsO6vo2H9yKIUB2HW44SiLAV9leBIjdm4AsrJJ1hmc/YecqjtuBooAr7RXz/uGKQEQbEQ==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "bin-links": "^4.0.3", + "https-proxy-agent": "^7.0.2", + "node-fetch": "^3.3.2", + "tar": "7.0.1" + }, + "bin": { + "supabase": "bin/supabase" + }, + "engines": { + "npm": ">=8" + } + }, + "node_modules/supabase/node_modules/agent-base": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "dev": true, + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/supabase/node_modules/https-proxy-agent": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", + "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", + "dev": true, + "dependencies": { + "agent-base": "^7.0.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/supabase/node_modules/node-fetch": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + "dev": true, + "dependencies": { + "data-uri-to-buffer": "^4.0.0", + "fetch-blob": "^3.1.4", + "formdata-polyfill": "^4.0.10" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/node-fetch" + } + }, "node_modules/supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", @@ -13995,27 +15746,30 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tar": { - "version": "6.1.15", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.15.tgz", - "integrity": "sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.0.1.tgz", + "integrity": "sha512-IjMhdQMZFpKsHEQT3woZVxBtCQY+0wk3CVxdRkGXEgyGa0dNS/ehPvOMr2nmfC7x5Zj2N+l6yZUpmICjLGS35w==", "dev": true, "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", + "@isaacs/fs-minipass": "^4.0.0", + "chownr": "^3.0.0", "minipass": "^5.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" + "minizlib": "^3.0.1", + "mkdirp": "^3.0.1", + "yallist": "^5.0.0" }, "engines": { - "node": ">=10" + "node": ">=18" } }, "node_modules/tar/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", + "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", + "dev": true, + "engines": { + "node": ">=18" + } }, "node_modules/temp-dir": { "version": "3.0.0", @@ -14044,6 +15798,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/tempy/node_modules/type-fest": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", + "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", + "dev": true, + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/test-exclude": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", @@ -14081,18 +15847,10 @@ "react": ">=16.3" } }, - "node_modules/throttle-debounce": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz", - "integrity": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==", - "engines": { - "node": ">=10" - } - }, "node_modules/tiny-invariant": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz", - "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==" + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", + "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==" }, "node_modules/tiny-warning": { "version": "1.0.3", @@ -14100,9 +15858,9 @@ "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" }, "node_modules/tinybench": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.5.0.tgz", - "integrity": "sha512-kRwSG8Zx4tjF9ZiyH4bhaebu+EDz1BOx9hOigYHlUW4xxI/wKIUQUqo018UlU4ar6ATPBsaMrdbKZ+tmPdohFA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.8.0.tgz", + "integrity": "sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==", "dev": true }, "node_modules/tinypool": { @@ -14115,9 +15873,9 @@ } }, "node_modules/tinyspy": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.1.1.tgz", - "integrity": "sha512-XPJL2uSzcOyBMky6OFrusqWlzfFrXtE0hPuMgW8A2HmaqrPo4ZQHRN/V0QXN3FSjKxpsbRrFc5LI7KOwBsT1/w==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.2.1.tgz", + "integrity": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==", "dev": true, "engines": { "node": ">=14.0.0" @@ -14173,9 +15931,9 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", - "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", + "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", "dev": true, "dependencies": { "psl": "^1.1.33", @@ -14197,16 +15955,9 @@ } }, "node_modules/tr46": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-4.1.1.tgz", - "integrity": "sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==", - "dev": true, - "dependencies": { - "punycode": "^2.3.0" - }, - "engines": { - "node": ">=14" - } + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "node_modules/trim-lines": { "version": "3.0.1", @@ -14227,9 +15978,9 @@ } }, "node_modules/trough": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", - "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz", + "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -14248,9 +15999,9 @@ } }, "node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", + "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", "dev": true, "dependencies": { "@types/json5": "^0.0.29", @@ -14297,11 +16048,6 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true }, - "node_modules/type": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", - "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" - }, "node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", @@ -14324,38 +16070,39 @@ } }, "node_modules/type-fest": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.18.2.tgz", + "integrity": "sha512-+suCYpfJLAe4OXS6+PPXjW3urOS4IoP9waSiLuXfLgqZODKw/aWwASvzqE886wA0kQgGy0mIWyhd87VpqIy6Xg==", "engines": { - "node": ">=12.20" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/typed-array-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", - "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", + "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1", - "is-typed-array": "^1.1.10" + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.13" }, "engines": { "node": ">= 0.4" } }, "node_modules/typed-array-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", - "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", + "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", "dependencies": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.7", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" }, "engines": { "node": ">= 0.4" @@ -14365,15 +16112,16 @@ } }, "node_modules/typed-array-byte-offset": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", - "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", + "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" }, "engines": { "node": ">= 0.4" @@ -14383,26 +16131,24 @@ } }, "node_modules/typed-array-length": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", - "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", + "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", "dependencies": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.7", "for-each": "^0.3.3", - "is-typed-array": "^1.1.9" + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dependencies": { - "is-typedarray": "^1.0.0" - } - }, "node_modules/typescript": { "version": "5.0.4", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", @@ -14417,9 +16163,9 @@ } }, "node_modules/ua-parser-js": { - "version": "1.0.35", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.35.tgz", - "integrity": "sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==", + "version": "1.0.37", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.37.tgz", + "integrity": "sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==", "funding": [ { "type": "opencollective", @@ -14428,6 +16174,10 @@ { "type": "paypal", "url": "https://paypal.me/faisalman" + }, + { + "type": "github", + "url": "https://github.com/sponsors/faisalman" } ], "engines": { @@ -14435,14 +16185,14 @@ } }, "node_modules/uc.micro": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", - "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", + "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==" }, "node_modules/ufo": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.2.0.tgz", - "integrity": "sha512-RsPyTbqORDNDxqAdQPQBpgqhWle1VcTSou/FraClYlHf6TZnQcGslpLcAphNR+sQW4q5lLWLbOsRlh9j24baQg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.3.tgz", + "integrity": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==", "dev": true }, "node_modules/unbox-primitive": { @@ -14459,6 +16209,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", @@ -14499,13 +16254,25 @@ "node": ">=4" } }, - "node_modules/unified": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", - "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", - "dependencies": { - "@types/unist": "^2.0.0", - "bail": "^2.0.0", + "node_modules/unicorn-magic": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", + "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", + "dependencies": { + "@types/unist": "^2.0.0", + "bail": "^2.0.0", "extend": "^3.0.0", "is-buffer": "^2.0.0", "is-plain-obj": "^4.0.0", @@ -14578,6 +16345,18 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/unist-util-find-after/node_modules/unist-util-is": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", + "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/unist-util-generated": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz", @@ -14588,17 +16367,22 @@ } }, "node_modules/unist-util-is": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", - "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", "dependencies": { - "@types/unist": "^2.0.0" + "@types/unist": "^3.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/unist-util-is/node_modules/@types/unist": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", + "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" + }, "node_modules/unist-util-position": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz", @@ -14638,6 +16422,36 @@ } }, "node_modules/unist-util-visit-parents": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit-parents/node_modules/@types/unist": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", + "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" + }, + "node_modules/unist-util-visit/node_modules/unist-util-is": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", + "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit/node_modules/unist-util-visit-parents": { "version": "5.1.3", "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", @@ -14651,17 +16465,17 @@ } }, "node_modules/universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "engines": { "node": ">= 10.0.0" } }, "node_modules/update-browserslist-db": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", - "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz", + "integrity": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==", "dev": true, "funding": [ { @@ -14678,8 +16492,8 @@ } ], "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" + "escalade": "^3.1.2", + "picocolors": "^1.0.1" }, "bin": { "update-browserslist-db": "cli.js" @@ -14708,9 +16522,9 @@ } }, "node_modules/use-callback-ref": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.0.tgz", - "integrity": "sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.2.tgz", + "integrity": "sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==", "dependencies": { "tslib": "^2.0.0" }, @@ -14805,18 +16619,6 @@ } } }, - "node_modules/utf-8-validate": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz", - "integrity": "sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==", - "hasInstallScript": true, - "dependencies": { - "node-gyp-build": "^4.3.0" - }, - "engines": { - "node": ">=6.14.2" - } - }, "node_modules/util": { "version": "0.12.5", "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", @@ -14834,7 +16636,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true + "devOptional": true }, "node_modules/uuid": { "version": "8.3.2", @@ -14862,19 +16664,25 @@ } }, "node_modules/v8-to-istanbul": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", - "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", + "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0" + "convert-source-map": "^2.0.0" }, "engines": { "node": ">=10.12.0" } }, + "node_modules/v8-to-istanbul/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, "node_modules/vfile": { "version": "5.3.7", "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", @@ -14939,29 +16747,29 @@ } }, "node_modules/vite": { - "version": "4.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz", - "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==", + "version": "5.2.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", + "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", "dev": true, "dependencies": { - "esbuild": "^0.18.10", - "postcss": "^8.4.27", - "rollup": "^3.27.1" + "esbuild": "^0.20.1", + "postcss": "^8.4.38", + "rollup": "^4.13.0" }, "bin": { "vite": "bin/vite.js" }, "engines": { - "node": "^14.18.0 || >=16.0.0" + "node": "^18.0.0 || >=20.0.0" }, "funding": { "url": "https://github.com/vitejs/vite?sponsor=1" }, "optionalDependencies": { - "fsevents": "~2.3.2" + "fsevents": "~2.3.3" }, "peerDependencies": { - "@types/node": ">= 14", + "@types/node": "^18.0.0 || >=20.0.0", "less": "*", "lightningcss": "^1.21.0", "sass": "*", @@ -15016,1412 +16824,2759 @@ "url": "https://opencollective.com/vitest" } }, - "node_modules/vitest": { - "version": "0.33.0", - "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz", - "integrity": "sha512-1CxaugJ50xskkQ0e969R/hW47za4YXDUfWJDxip1hwbnhUjYolpfUn2AMOulqG/Dtd9WYAtkHmM/m3yKVrEejQ==", + "node_modules/vite-node/node_modules/@esbuild/android-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", + "cpu": [ + "arm" + ], "dev": true, - "dependencies": { - "@types/chai": "^4.3.5", - "@types/chai-subset": "^1.3.3", - "@types/node": "*", - "@vitest/expect": "0.33.0", - "@vitest/runner": "0.33.0", - "@vitest/snapshot": "0.33.0", - "@vitest/spy": "0.33.0", - "@vitest/utils": "0.33.0", - "acorn": "^8.9.0", - "acorn-walk": "^8.2.0", - "cac": "^6.7.14", - "chai": "^4.3.7", - "debug": "^4.3.4", - "local-pkg": "^0.4.3", - "magic-string": "^0.30.1", - "pathe": "^1.1.1", - "picocolors": "^1.0.0", - "std-env": "^3.3.3", - "strip-literal": "^1.0.1", - "tinybench": "^2.5.0", - "tinypool": "^0.6.0", - "vite": "^3.0.0 || ^4.0.0", - "vite-node": "0.33.0", - "why-is-node-running": "^2.2.2" - }, - "bin": { - "vitest": "vitest.mjs" - }, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=v14.18.0" - }, - "funding": { - "url": "https://opencollective.com/vitest" - }, - "peerDependencies": { - "@edge-runtime/vm": "*", - "@vitest/browser": "*", - "@vitest/ui": "*", - "happy-dom": "*", - "jsdom": "*", - "playwright": "*", - "safaridriver": "*", - "webdriverio": "*" - }, - "peerDependenciesMeta": { - "@edge-runtime/vm": { - "optional": true - }, - "@vitest/browser": { - "optional": true - }, - "@vitest/ui": { - "optional": true - }, - "happy-dom": { - "optional": true - }, - "jsdom": { - "optional": true - }, - "playwright": { - "optional": true - }, - "safaridriver": { - "optional": true - }, - "webdriverio": { - "optional": true - } + "node": ">=12" } }, - "node_modules/vscode-lib": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/vscode-lib/-/vscode-lib-0.1.2.tgz", - "integrity": "sha512-X7YTInfdx0D7O5d5jxv5tirYNlZT3wwmB/auEWDq8nKrJCkZea48y1brADKWSfmmSCvmaZwG5RJ3VOQf/pPwMg==" - }, - "node_modules/w3c-keyname": { - "version": "2.2.8", - "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz", - "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==" - }, - "node_modules/w3c-xmlserializer": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz", - "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==", + "node_modules/vite-node/node_modules/@esbuild/android-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "xml-name-validator": "^4.0.0" - }, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=14" + "node": ">=12" } }, - "node_modules/warning": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", - "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", - "dependencies": { - "loose-envify": "^1.0.0" + "node_modules/vite-node/node_modules/@esbuild/android-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" } }, - "node_modules/wcwidth": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "node_modules/vite-node/node_modules/@esbuild/darwin-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "defaults": "^1.0.3" + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" } }, - "node_modules/web-namespaces": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", - "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "node_modules/vite-node/node_modules/@esbuild/darwin-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" } }, - "node_modules/web-streams-polyfill": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", - "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", + "node_modules/vite-node/node_modules/@esbuild/freebsd-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", + "cpu": [ + "arm64" + ], "dev": true, + "optional": true, + "os": [ + "freebsd" + ], "engines": { - "node": ">= 8" + "node": ">=12" } }, - "node_modules/web-vitals": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.2.tgz", - "integrity": "sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig==" - }, - "node_modules/webidl-conversions": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "node_modules/vite-node/node_modules/@esbuild/freebsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", + "cpu": [ + "x64" + ], "dev": true, + "optional": true, + "os": [ + "freebsd" + ], "engines": { "node": ">=12" } }, - "node_modules/websocket": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/websocket/-/websocket-1.0.34.tgz", - "integrity": "sha512-PRDso2sGwF6kM75QykIesBijKSVceR6jL2G8NGYyq2XrItNC2P5/qL5XeR056GhA+Ly7JMFvJb9I312mJfmqnQ==", - "dependencies": { - "bufferutil": "^4.0.1", - "debug": "^2.2.0", - "es5-ext": "^0.10.50", - "typedarray-to-buffer": "^3.1.5", - "utf-8-validate": "^5.0.2", - "yaeti": "^0.0.6" - }, + "node_modules/vite-node/node_modules/@esbuild/linux-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/websocket/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" + "node": ">=12" } }, - "node_modules/websocket/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/whatwg-encoding": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", - "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", + "node_modules/vite-node/node_modules/@esbuild/linux-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "iconv-lite": "0.6.3" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { "node": ">=12" } }, - "node_modules/whatwg-mimetype": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", - "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", + "node_modules/vite-node/node_modules/@esbuild/linux-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", + "cpu": [ + "ia32" + ], "dev": true, + "optional": true, + "os": [ + "linux" + ], "engines": { "node": ">=12" } }, - "node_modules/whatwg-url": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-12.0.1.tgz", - "integrity": "sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==", + "node_modules/vite-node/node_modules/@esbuild/linux-loong64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", + "cpu": [ + "loong64" + ], "dev": true, - "dependencies": { - "tr46": "^4.1.1", - "webidl-conversions": "^7.0.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=14" + "node": ">=12" } }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "node_modules/vite-node/node_modules/@esbuild/linux-mips64el": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", + "cpu": [ + "mips64el" + ], "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 8" + "node": ">=12" } }, - "node_modules/which-boxed-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node_modules/vite-node/node_modules/@esbuild/linux-ppc64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" } }, - "node_modules/which-builtin-type": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", - "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", + "node_modules/vite-node/node_modules/@esbuild/linux-riscv64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", + "cpu": [ + "riscv64" + ], "dev": true, - "dependencies": { - "function.prototype.name": "^1.1.5", - "has-tostringtag": "^1.0.0", - "is-async-function": "^2.0.0", - "is-date-object": "^1.0.5", - "is-finalizationregistry": "^1.0.2", - "is-generator-function": "^1.0.10", - "is-regex": "^1.1.4", - "is-weakref": "^1.0.2", - "isarray": "^2.0.5", - "which-boxed-primitive": "^1.0.2", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.9" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=12" } }, - "node_modules/which-collection": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", - "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", + "node_modules/vite-node/node_modules/@esbuild/linux-s390x": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", + "cpu": [ + "s390x" + ], "dev": true, - "dependencies": { - "is-map": "^2.0.1", - "is-set": "^2.0.1", - "is-weakmap": "^2.0.1", - "is-weakset": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" } }, - "node_modules/which-typed-array": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz", - "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==", - "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0" - }, + "node_modules/vite-node/node_modules/@esbuild/linux-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=12" } }, - "node_modules/why-is-node-running": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.2.2.tgz", - "integrity": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==", + "node_modules/vite-node/node_modules/@esbuild/netbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "siginfo": "^2.0.0", - "stackback": "0.0.2" - }, - "bin": { - "why-is-node-running": "cli.js" - }, + "optional": true, + "os": [ + "netbsd" + ], "engines": { - "node": ">=8" + "node": ">=12" } }, - "node_modules/workerpool": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz", - "integrity": "sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==", - "dev": true - }, - "node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "node_modules/vite-node/node_modules/@esbuild/openbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, + "optional": true, + "os": [ + "openbsd" + ], "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + "node": ">=12" } }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/vite-node/node_modules/@esbuild/sunos-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, + "optional": true, + "os": [ + "sunos" + ], "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=12" } }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/vite-node/node_modules/@esbuild/win32-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=7.0.0" + "node": ">=12" } }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "node_modules/write-file-atomic": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", - "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", + "node_modules/vite-node/node_modules/@esbuild/win32-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", + "cpu": [ + "ia32" + ], "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^4.0.1" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=12" } }, - "node_modules/write-file-atomic/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "node_modules/vite-node/node_modules/@esbuild/win32-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", + "cpu": [ + "x64" + ], "dev": true, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=12" } }, - "node_modules/ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "node_modules/vite-node/node_modules/esbuild": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", + "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, "engines": { - "node": ">=8.3.0" + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" + } + }, + "node_modules/vite-node/node_modules/vite": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", + "dev": true, + "dependencies": { + "esbuild": "^0.18.10", + "postcss": "^8.4.27", + "rollup": "^3.27.1" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" }, "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" + "@types/node": ">= 14", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" }, "peerDependenciesMeta": { - "bufferutil": { + "@types/node": { "optional": true }, - "utf-8-validate": { + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { "optional": true } } }, - "node_modules/xml-name-validator": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", - "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "node_modules/vite/node_modules/@esbuild/android-arm": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz", + "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==", + "cpu": [ + "arm" + ], "dev": true, + "optional": true, + "os": [ + "android" + ], "engines": { "node": ">=12" } }, - "node_modules/xmlchars": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", - "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", - "dev": true - }, - "node_modules/y-indexeddb": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/y-indexeddb/-/y-indexeddb-9.0.6.tgz", - "integrity": "sha512-8mdCYdzZDWS2lGiB9Reaz67ZqvnV6EXH/F7L+TmBC+3mWjIBrPw4UcI79nOhEOh+y9lHXzNpSda4YJ06M13F1A==", - "dependencies": { - "lib0": "^0.2.35" - }, - "funding": { - "type": "GitHub Sponsors ❤", - "url": "https://github.com/sponsors/dmonad" - }, - "peerDependencies": { - "yjs": "^13.0.0" - } - }, - "node_modules/y-prosemirror": { - "version": "1.0.20", - "resolved": "https://registry.npmjs.org/y-prosemirror/-/y-prosemirror-1.0.20.tgz", - "integrity": "sha512-LVMtu3qWo0emeYiP+0jgNcvZkqhzE/otOoro+87q0iVKxy/sMKuiJZnokfJdR4cn9qKx0Un5fIxXqbAlR2bFkA==", - "dependencies": { - "lib0": "^0.2.42" - }, - "funding": { - "type": "GitHub Sponsors ❤", - "url": "https://github.com/sponsors/dmonad" - }, - "peerDependencies": { - "prosemirror-model": "^1.7.1", - "prosemirror-state": "^1.2.3", - "prosemirror-view": "^1.9.10", - "y-protocols": "^1.0.1", - "yjs": "^13.3.2" - } - }, - "node_modules/y-protocols": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-1.0.5.tgz", - "integrity": "sha512-Wil92b7cGk712lRHDqS4T90IczF6RkcvCwAD0A2OPg+adKmOe+nOiT/N2hvpQIWS3zfjmtL4CPaH5sIW1Hkm/A==", - "dependencies": { - "lib0": "^0.2.42" - }, - "funding": { - "type": "GitHub Sponsors ❤", - "url": "https://github.com/sponsors/dmonad" - } - }, - "node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "node_modules/vite/node_modules/@esbuild/android-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz", + "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==", + "cpu": [ + "arm64" + ], "dev": true, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=10" + "node": ">=12" } }, - "node_modules/yaeti": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/yaeti/-/yaeti-0.0.6.tgz", - "integrity": "sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug==", + "node_modules/vite/node_modules/@esbuild/android-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz", + "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=0.10.32" + "node": ">=12" } }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, - "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz", + "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">= 6" + "node": ">=12" } }, - "node_modules/yargs": { - "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "node_modules/vite/node_modules/@esbuild/darwin-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz", + "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "cliui": "^8.0.1", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" - }, + "optional": true, + "os": [ + "darwin" + ], "engines": { "node": ">=12" } }, - "node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz", + "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==", + "cpu": [ + "arm64" + ], "dev": true, + "optional": true, + "os": [ + "freebsd" + ], "engines": { "node": ">=12" } }, - "node_modules/yargs-unparser": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz", - "integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==", + "node_modules/vite/node_modules/@esbuild/freebsd-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz", + "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "camelcase": "^6.0.0", - "decamelize": "^4.0.0", - "flat": "^5.0.2", - "is-plain-obj": "^2.1.0" - }, + "optional": true, + "os": [ + "freebsd" + ], "engines": { - "node": ">=10" + "node": ">=12" } }, - "node_modules/yargs-unparser/node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "dev": true, + "node_modules/vite/node_modules/@esbuild/linux-arm": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz", + "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz", + "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ia32": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz", + "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-loong64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz", + "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-mips64el": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz", + "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ppc64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz", + "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-riscv64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz", + "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-s390x": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz", + "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz", + "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz", + "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz", + "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/sunos-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz", + "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-arm64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz", + "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-ia32": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz", + "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-x64": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz", + "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz", + "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.20.2", + "@esbuild/android-arm": "0.20.2", + "@esbuild/android-arm64": "0.20.2", + "@esbuild/android-x64": "0.20.2", + "@esbuild/darwin-arm64": "0.20.2", + "@esbuild/darwin-x64": "0.20.2", + "@esbuild/freebsd-arm64": "0.20.2", + "@esbuild/freebsd-x64": "0.20.2", + "@esbuild/linux-arm": "0.20.2", + "@esbuild/linux-arm64": "0.20.2", + "@esbuild/linux-ia32": "0.20.2", + "@esbuild/linux-loong64": "0.20.2", + "@esbuild/linux-mips64el": "0.20.2", + "@esbuild/linux-ppc64": "0.20.2", + "@esbuild/linux-riscv64": "0.20.2", + "@esbuild/linux-s390x": "0.20.2", + "@esbuild/linux-x64": "0.20.2", + "@esbuild/netbsd-x64": "0.20.2", + "@esbuild/openbsd-x64": "0.20.2", + "@esbuild/sunos-x64": "0.20.2", + "@esbuild/win32-arm64": "0.20.2", + "@esbuild/win32-ia32": "0.20.2", + "@esbuild/win32-x64": "0.20.2" + } + }, + "node_modules/vite/node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/vite/node_modules/rollup": { + "version": "4.17.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.17.2.tgz", + "integrity": "sha512-/9ClTJPByC0U4zNLowV1tMBe8yMEAxewtR3cUNX5BoEpGH3dQEWpJLr6CLp0fPdYRF/fzVOgvDb1zXuakwF5kQ==", + "dev": true, + "dependencies": { + "@types/estree": "1.0.5" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.17.2", + "@rollup/rollup-android-arm64": "4.17.2", + "@rollup/rollup-darwin-arm64": "4.17.2", + "@rollup/rollup-darwin-x64": "4.17.2", + "@rollup/rollup-linux-arm-gnueabihf": "4.17.2", + "@rollup/rollup-linux-arm-musleabihf": "4.17.2", + "@rollup/rollup-linux-arm64-gnu": "4.17.2", + "@rollup/rollup-linux-arm64-musl": "4.17.2", + "@rollup/rollup-linux-powerpc64le-gnu": "4.17.2", + "@rollup/rollup-linux-riscv64-gnu": "4.17.2", + "@rollup/rollup-linux-s390x-gnu": "4.17.2", + "@rollup/rollup-linux-x64-gnu": "4.17.2", + "@rollup/rollup-linux-x64-musl": "4.17.2", + "@rollup/rollup-win32-arm64-msvc": "4.17.2", + "@rollup/rollup-win32-ia32-msvc": "4.17.2", + "@rollup/rollup-win32-x64-msvc": "4.17.2", + "fsevents": "~2.3.2" + } + }, + "node_modules/vitest": { + "version": "0.33.0", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz", + "integrity": "sha512-1CxaugJ50xskkQ0e969R/hW47za4YXDUfWJDxip1hwbnhUjYolpfUn2AMOulqG/Dtd9WYAtkHmM/m3yKVrEejQ==", + "dev": true, + "dependencies": { + "@types/chai": "^4.3.5", + "@types/chai-subset": "^1.3.3", + "@types/node": "*", + "@vitest/expect": "0.33.0", + "@vitest/runner": "0.33.0", + "@vitest/snapshot": "0.33.0", + "@vitest/spy": "0.33.0", + "@vitest/utils": "0.33.0", + "acorn": "^8.9.0", + "acorn-walk": "^8.2.0", + "cac": "^6.7.14", + "chai": "^4.3.7", + "debug": "^4.3.4", + "local-pkg": "^0.4.3", + "magic-string": "^0.30.1", + "pathe": "^1.1.1", + "picocolors": "^1.0.0", + "std-env": "^3.3.3", + "strip-literal": "^1.0.1", + "tinybench": "^2.5.0", + "tinypool": "^0.6.0", + "vite": "^3.0.0 || ^4.0.0", + "vite-node": "0.33.0", + "why-is-node-running": "^2.2.2" + }, + "bin": { + "vitest": "vitest.mjs" + }, + "engines": { + "node": ">=v14.18.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + }, + "peerDependencies": { + "@edge-runtime/vm": "*", + "@vitest/browser": "*", + "@vitest/ui": "*", + "happy-dom": "*", + "jsdom": "*", + "playwright": "*", + "safaridriver": "*", + "webdriverio": "*" + }, + "peerDependenciesMeta": { + "@edge-runtime/vm": { + "optional": true + }, + "@vitest/browser": { + "optional": true + }, + "@vitest/ui": { + "optional": true + }, + "happy-dom": { + "optional": true + }, + "jsdom": { + "optional": true + }, + "playwright": { + "optional": true + }, + "safaridriver": { + "optional": true + }, + "webdriverio": { + "optional": true + } + } + }, + "node_modules/vitest/node_modules/@esbuild/android-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/android-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/android-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/darwin-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/darwin-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/freebsd-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/freebsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/linux-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/linux-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/linux-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/linux-loong64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/linux-mips64el": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/linux-ppc64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/linux-riscv64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/linux-s390x": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/linux-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/netbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/openbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/sunos-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/win32-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/win32-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/@esbuild/win32-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vitest/node_modules/esbuild": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", + "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" + } + }, + "node_modules/vitest/node_modules/vite": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", + "dev": true, + "dependencies": { + "esbuild": "^0.18.10", + "postcss": "^8.4.27", + "rollup": "^3.27.1" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "@types/node": ">= 14", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vscode-lib": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/vscode-lib/-/vscode-lib-0.1.2.tgz", + "integrity": "sha512-X7YTInfdx0D7O5d5jxv5tirYNlZT3wwmB/auEWDq8nKrJCkZea48y1brADKWSfmmSCvmaZwG5RJ3VOQf/pPwMg==" + }, + "node_modules/w3c-keyname": { + "version": "2.2.8", + "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz", + "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==" + }, + "node_modules/w3c-xmlserializer": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz", + "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==", + "dev": true, + "dependencies": { + "xml-name-validator": "^4.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/warning": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", + "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/web-namespaces": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", + "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/web-streams-polyfill": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", + "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/web-vitals": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.2.tgz", + "integrity": "sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig==" + }, + "node_modules/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-encoding": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", + "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", + "dev": true, + "dependencies": { + "iconv-lite": "0.6.3" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-mimetype": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", + "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/whatwg-url/node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-builtin-type": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", + "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", + "dev": true, + "dependencies": { + "function.prototype.name": "^1.1.5", + "has-tostringtag": "^1.0.0", + "is-async-function": "^2.0.0", + "is-date-object": "^1.0.5", + "is-finalizationregistry": "^1.0.2", + "is-generator-function": "^1.0.10", + "is-regex": "^1.1.4", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.9" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "dev": true, + "dependencies": { + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-typed-array": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", + "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/why-is-node-running": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.2.2.tgz", + "integrity": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==", + "dev": true, + "dependencies": { + "siginfo": "^2.0.0", + "stackback": "0.0.2" + }, + "bin": { + "why-is-node-running": "cli.js" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/word-wrap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/workerpool": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz", + "integrity": "sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==", + "dev": true + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/yjs": { - "version": "13.6.7", - "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.7.tgz", - "integrity": "sha512-mCZTh4kjvUS2DnaktsYN6wLH3WZCJBLqrTdkWh1bIDpA/sB/GNFaLA/dyVJj2Hc7KwONuuoC/vWe9bwBBosZLQ==", + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, "dependencies": { - "lib0": "^0.2.74" + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" }, "engines": { - "node": ">=16.0.0", - "npm": ">=8.0.0" + "node": ">=10" }, "funding": { - "type": "GitHub Sponsors ❤", - "url": "https://github.com/sponsors/dmonad" + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/zwitch": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", - "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "node_modules/wrap-ansi-cjs/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "packages/editor": { - "name": "@typecell-org/editor", - "version": "0.0.3", + "node_modules/wrap-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, "dependencies": { - "@atlaskit/atlassian-navigation": "^2.6.13", - "@atlaskit/avatar": "^21.3.7", - "@atlaskit/breadcrumbs": "^11.10.5", - "@atlaskit/button": "^16.8.2", - "@atlaskit/css-reset": "^6.5.3", - "@atlaskit/dropdown-menu": "^11.10.5", - "@atlaskit/empty-state": "^7.6.3", - "@atlaskit/flag": "^15.2.15", - "@atlaskit/form": "^8.11.8", - "@atlaskit/inline-message": "^11.5.3", - "@atlaskit/menu": "^1.9.5", - "@atlaskit/modal-dialog": "^12.6.3", - "@atlaskit/page-header": "^10.4.4", - "@atlaskit/page-layout": "^1.7.7", - "@atlaskit/section-message": "^6.4.10", - "@atlaskit/select": "^16.5.7", - "@atlaskit/spinner": "^15.5.3", - "@atlaskit/textarea": "^4.7.4", - "@atlaskit/textfield": "^5.6.3", - "@atlaskit/tree": "^8.8.5", - "@blocknote/core": "^0.9.3", - "@emotion/react": "^11.4.0", - "@hocuspocus/provider": "^2.4.0", - "@supabase/auth-ui-react": "^0.4.5", - "@supabase/auth-ui-shared": "^0.1.7", - "@supabase/supabase-js": "^2.26.0", - "@syncedstore/yjs-reactive-bindings": "^0.5.1", - "@tiptap/core": "^2.0.4", - "@typecell-org/engine": "^0.0.3", - "@typecell-org/frame": "^0.0.3", - "@typecell-org/parsers": "^0.0.3", - "@typecell-org/shared": "^0.0.3", - "@typecell-org/util": "^0.0.3", - "@typecell-org/y-penpal": "^0.0.3", - "classnames": "^2.3.1", - "fractional-indexing": "^2.0.0", - "lodash.memoize": "^4.1.2", - "mobx": "^6.2.0", - "mobx-react-lite": "^3.2.0", - "penpal": "^6.1.0", - "react": "^18.2.0", - "react-avatar": "^5.0.3", - "react-confetti-explosion": "^2.1.2", - "react-dnd": "^14.0.2", - "react-dnd-html5-backend": "^14.0.0", - "react-dom": "^18.2.0", - "react-error-overlay": "^6.0.9", - "react-icons": "^4.6.0", - "react-inspector": "^6.0.1", - "react-rnd": "^10.4.1", - "react-router-dom": "^6.10.0", - "speakingurl": "^14.0.1", - "vscode-lib": "^0.1.2", - "web-vitals": "^1.0.1", - "y-indexeddb": "9.0.6", - "y-protocols": "^1.0.5", - "yjs": "^13.6.4" + "color-name": "~1.1.4" }, - "devDependencies": { - "@playwright/experimental-ct-react": "^1.36.0", - "@playwright/test": "^1.33.0", - "@typecell-org/shared-test": "^0.0.3", - "@types/lodash.memoize": "^4.1.7", - "@types/node": "^16.0.0", - "@types/react": "^18.0.25", - "@types/react-dom": "^18.0.9", - "@types/speakingurl": "^13.0.2", - "@vitejs/plugin-react": "^4.1.0", - "chai": "^4.3.7", - "connect-history-api-fallback": "^2.0.0", - "cross-env": "^7.0.3", - "eslint": "^8.21.0", - "glob": "^7.2.0", - "jsdom": "^22.1.0", - "playwright-test": "^12.1.1", - "rimraf": "^3.0.2", - "rollup-plugin-polyfill-node": "^0.12.0", - "rollup-plugin-webpack-stats": "^0.2.0", - "vite": "^4.4.2", - "vitest": "^0.33.0" + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/wrap-ansi/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wrap-ansi/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/write-file-atomic": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", + "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "packages/editor/node_modules/@babel/code-frame": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", - "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.22.13", - "chalk": "^2.4.2" - }, + "node_modules/ws": { + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xml-name-validator": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "dev": true + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "optional": true, "engines": { - "node": ">=6.9.0" + "node": ">=0.4" } }, - "packages/editor/node_modules/@babel/core": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.20.tgz", - "integrity": "sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==", - "dev": true, + "node_modules/y-indexeddb": { + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/y-indexeddb/-/y-indexeddb-9.0.6.tgz", + "integrity": "sha512-8mdCYdzZDWS2lGiB9Reaz67ZqvnV6EXH/F7L+TmBC+3mWjIBrPw4UcI79nOhEOh+y9lHXzNpSda4YJ06M13F1A==", "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.22.15", - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-module-transforms": "^7.22.20", - "@babel/helpers": "^7.22.15", - "@babel/parser": "^7.22.16", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.22.20", - "@babel/types": "^7.22.19", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" + "lib0": "^0.2.35" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" + "type": "GitHub Sponsors ❤", + "url": "https://github.com/sponsors/dmonad" + }, + "peerDependencies": { + "yjs": "^13.0.0" } }, - "packages/editor/node_modules/@babel/generator": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.15.tgz", - "integrity": "sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==", - "dev": true, + "node_modules/y-leveldb": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/y-leveldb/-/y-leveldb-0.1.2.tgz", + "integrity": "sha512-6ulEn5AXfXJYi89rXPEg2mMHAyyw8+ZfeMMdOtBbV8FJpQ1NOrcgi6DTAcXof0dap84NjHPT2+9d0rb6cFsjEg==", + "optional": true, "dependencies": { - "@babel/types": "^7.22.15", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" + "level": "^6.0.1", + "lib0": "^0.2.31" }, - "engines": { - "node": ">=6.9.0" + "funding": { + "type": "GitHub Sponsors ❤", + "url": "https://github.com/sponsors/dmonad" + }, + "peerDependencies": { + "yjs": "^13.0.0" } }, - "packages/editor/node_modules/@babel/helper-compilation-targets": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", - "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", - "dev": true, + "node_modules/y-prosemirror": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/y-prosemirror/-/y-prosemirror-1.2.5.tgz", + "integrity": "sha512-T/JATxC8P2Dbvq/dAiaiztD1a8KEwRP8oLRlT8YlaZdNlLGE1Ea0IJ8If25UlDYmk+4+uqLbqT/S+dzUmwwgbA==", + "peer": true, "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.15", - "browserslist": "^4.21.9", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" + "lib0": "^0.2.42" }, "engines": { - "node": ">=6.9.0" - } - }, - "packages/editor/node_modules/@babel/helper-environment-visitor": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", - "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", - "dev": true, - "engines": { - "node": ">=6.9.0" + "node": ">=16.0.0", + "npm": ">=8.0.0" + }, + "funding": { + "type": "GitHub Sponsors ❤", + "url": "https://github.com/sponsors/dmonad" + }, + "peerDependencies": { + "prosemirror-model": "^1.7.1", + "prosemirror-state": "^1.2.3", + "prosemirror-view": "^1.9.10", + "y-protocols": "^1.0.1", + "yjs": "^13.5.38" } }, - "packages/editor/node_modules/@babel/helper-module-imports": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", - "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", - "dev": true, + "node_modules/y-protocols": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/y-protocols/-/y-protocols-1.0.6.tgz", + "integrity": "sha512-vHRF2L6iT3rwj1jub/K5tYcTT/mEYDUppgNPXwp8fmLpui9f7Yeq3OEtTLVF012j39QnV+KEQpNqoN7CWU7Y9Q==", "dependencies": { - "@babel/types": "^7.22.15" + "lib0": "^0.2.85" }, "engines": { - "node": ">=6.9.0" + "node": ">=16.0.0", + "npm": ">=8.0.0" + }, + "funding": { + "type": "GitHub Sponsors ❤", + "url": "https://github.com/sponsors/dmonad" + }, + "peerDependencies": { + "yjs": "^13.0.0" } }, - "packages/editor/node_modules/@babel/helper-module-transforms": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz", - "integrity": "sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==", - "dev": true, + "node_modules/y-websocket": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/y-websocket/-/y-websocket-2.0.3.tgz", + "integrity": "sha512-fWmz2EhmocEx5U8IzVV3rVcsbhRuZIwg9hsOVNfAtflii8BX68s1KNwop+h+vcJSjh+mvLeYMic7XIolVZ5mzQ==", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.20" + "lib0": "^0.2.52", + "lodash.debounce": "^4.0.8", + "y-protocols": "^1.0.5" + }, + "bin": { + "y-websocket": "bin/server.cjs", + "y-websocket-server": "bin/server.cjs" }, "engines": { - "node": ">=6.9.0" + "node": ">=16.0.0", + "npm": ">=8.0.0" + }, + "funding": { + "type": "GitHub Sponsors ❤", + "url": "https://github.com/sponsors/dmonad" + }, + "optionalDependencies": { + "ws": "^6.2.1", + "y-leveldb": "^0.1.0" }, "peerDependencies": { - "@babel/core": "^7.0.0" + "yjs": "^13.5.6" } }, - "packages/editor/node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", - "dev": true, - "engines": { - "node": ">=6.9.0" + "node_modules/y-websocket/node_modules/ws": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", + "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", + "optional": true, + "dependencies": { + "async-limiter": "~1.0.0" } }, - "packages/editor/node_modules/@babel/helper-validator-option": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", - "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true, "engines": { - "node": ">=6.9.0" + "node": ">=10" } }, - "packages/editor/node_modules/@babel/helpers": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.15.tgz", - "integrity": "sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==", - "dev": true, - "dependencies": { - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.22.15", - "@babel/types": "^7.22.15" - }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "engines": { - "node": ">=6.9.0" + "node": ">= 6" } }, - "packages/editor/node_modules/@babel/highlight": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", - "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" }, "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "packages/editor/node_modules/@babel/parser": { - "version": "7.22.16", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.16.tgz", - "integrity": "sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==", + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, - "bin": { - "parser": "bin/babel-parser.js" - }, "engines": { - "node": ">=6.0.0" + "node": ">=12" } }, - "packages/editor/node_modules/@babel/template": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "node_modules/yargs-unparser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz", + "integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15" + "camelcase": "^6.0.0", + "decamelize": "^4.0.0", + "flat": "^5.0.2", + "is-plain-obj": "^2.1.0" }, "engines": { - "node": ">=6.9.0" + "node": ">=10" } }, - "packages/editor/node_modules/@babel/traverse": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.20.tgz", - "integrity": "sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==", + "node_modules/yargs-unparser/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "dev": true, - "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.22.15", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.22.5", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.22.16", - "@babel/types": "^7.22.19", - "debug": "^4.1.0", - "globals": "^11.1.0" - }, "engines": { - "node": ">=6.9.0" - } - }, - "packages/editor/node_modules/@babel/types": { - "version": "7.22.19", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.19.tgz", - "integrity": "sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==", - "dev": true, - "dependencies": { - "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.19", - "to-fast-properties": "^2.0.0" + "node": ">=10" }, - "engines": { - "node": ">=6.9.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "packages/editor/node_modules/@blocknote/core": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/@blocknote/core/-/core-0.9.3.tgz", - "integrity": "sha512-RuK5XQK5SXpHkTEx4i+VMMo9lpNzJe0sRzXDmQeFRch2yS2XqYOr2c1uZVRVdd8ufKIlFrC8TEKE5NEPuMA6QA==", - "dependencies": { - "@emotion/cache": "^11.10.5", - "@emotion/serialize": "^1.1.1", - "@emotion/utils": "^1.2.0", - "@tiptap/core": "^2.0.3", - "@tiptap/extension-bold": "^2.0.3", - "@tiptap/extension-code": "^2.0.3", - "@tiptap/extension-collaboration": "^2.0.3", - "@tiptap/extension-collaboration-cursor": "^2.0.3", - "@tiptap/extension-dropcursor": "^2.0.3", - "@tiptap/extension-gapcursor": "^2.0.3", - "@tiptap/extension-hard-break": "^2.0.3", - "@tiptap/extension-history": "^2.0.3", - "@tiptap/extension-horizontal-rule": "^2.0.3", - "@tiptap/extension-italic": "^2.0.3", - "@tiptap/extension-link": "^2.0.3", - "@tiptap/extension-paragraph": "^2.0.3", - "@tiptap/extension-strike": "^2.0.3", - "@tiptap/extension-text": "^2.0.3", - "@tiptap/extension-underline": "^2.0.3", - "@tiptap/pm": "^2.0.3", - "hast-util-from-dom": "^4.2.0", - "lodash": "^4.17.21", - "prosemirror-model": "^1.18.3", - "prosemirror-state": "^1.4.3", - "prosemirror-transform": "^1.7.2", - "prosemirror-view": "^1.31.4", - "rehype-parse": "^8.0.4", - "rehype-remark": "^9.1.2", - "rehype-stringify": "^9.0.3", - "remark-gfm": "^3.0.1", - "remark-parse": "^10.0.1", - "remark-rehype": "^10.1.0", - "remark-stringify": "^10.0.2", - "unified": "^10.1.2", - "uuid": "^8.3.2", - "y-prosemirror": "1.0.20", - "y-protocols": "^1.0.5", - "yjs": "^13.6.1" - } + "node_modules/yargs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true }, - "packages/editor/node_modules/@supabase/auth-ui-react": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/@supabase/auth-ui-react/-/auth-ui-react-0.4.5.tgz", - "integrity": "sha512-p7mZoD/iJKP7KorQ4F/RK4NfWDpXzop+LhMuHxkO5BahD+VpGIxwtykuXfZ0g7rijaKnA1BimdCBTCrV5EWTag==", + "node_modules/yargs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, "dependencies": { - "@stitches/core": "^1.2.8", - "@supabase/auth-ui-shared": "0.1.7", - "prop-types": "^15.7.2", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, - "peerDependencies": { - "@supabase/supabase-js": "^2.21.0" - } - }, - "packages/editor/node_modules/@supabase/auth-ui-shared": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/@supabase/auth-ui-shared/-/auth-ui-shared-0.1.7.tgz", - "integrity": "sha512-ueqyfCHVYX/ioehwL1ErH0+cZwiSzsIfZfhf326yJdDI0XExTKPV4lxPtWT1xx6c8A4FPPmT3kJKQaWs27pxCw==", - "peerDependencies": { - "@supabase/supabase-js": "^2.21.0" + "engines": { + "node": ">=8" } }, - "packages/editor/node_modules/@types/node": { - "version": "16.18.41", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.41.tgz", - "integrity": "sha512-YZJjn+Aaw0xihnpdImxI22jqGbp0DCgTFKRycygjGx/Y27NnWFJa5FJ7P+MRT3u07dogEeMVh70pWpbIQollTA==", - "dev": true - }, - "packages/editor/node_modules/@vitejs/plugin-react": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.1.0.tgz", - "integrity": "sha512-rM0SqazU9iqPUraQ2JlIvReeaxOoRj6n+PzB1C0cBzIbd8qP336nC39/R9yPi3wVcah7E7j/kdU1uCUqMEU4OQ==", - "dev": true, + "node_modules/yjs": { + "version": "13.6.15", + "resolved": "https://registry.npmjs.org/yjs/-/yjs-13.6.15.tgz", + "integrity": "sha512-moFv4uNYhp8BFxIk3AkpoAnnjts7gwdpiG8RtyFiKbMtxKCS0zVZ5wPaaGpwC3V2N/K8TK8MwtSI3+WO9CHWjQ==", "dependencies": { - "@babel/core": "^7.22.20", - "@babel/plugin-transform-react-jsx-self": "^7.22.5", - "@babel/plugin-transform-react-jsx-source": "^7.22.5", - "@types/babel__core": "^7.20.2", - "react-refresh": "^0.14.0" + "lib0": "^0.2.86" }, "engines": { - "node": "^14.18.0 || >=16.0.0" + "node": ">=16.0.0", + "npm": ">=8.0.0" }, - "peerDependencies": { - "vite": "^4.2.0" + "funding": { + "type": "GitHub Sponsors ❤", + "url": "https://github.com/sponsors/dmonad" } }, - "packages/editor/node_modules/react-avatar": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/react-avatar/-/react-avatar-5.0.3.tgz", - "integrity": "sha512-DNc+qkWH9QehSEZqHBhqpXWsPY+rU9W7kD68QFHfu8Atfsvx/3ML0DzAePgTUd96nCXQQ3KZMcC3LKYT8FiBIg==", - "dependencies": { - "is-retina": "^1.0.3", - "md5": "^2.0.0" + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" }, - "peerDependencies": { - "@babel/runtime": ">=7", - "core-js-pure": ">=3", - "prop-types": "^15.0.0 || ^16.0.0", - "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "packages/engine": { - "name": "@typecell-org/engine", - "version": "0.0.3", - "dependencies": { - "@typecell-org/shared": "*", - "es-module-shims": "1.4.3", - "lodash.debounce": "^4.0.8", - "lodash.memoize": "^4.1.2", - "mobx": "^6.2.0", - "react": "^18.2.0", - "vscode-lib": "^0.1.2" - }, - "devDependencies": { - "@playwright/test": "^1.33.0", - "@types/chai": "^4.3.0", - "@types/lodash.debounce": "^4.0.7", - "@types/lodash.memoize": "^4.1.7", - "@types/mocha": "^10.0.1", - "@types/react": "^18.0.25", - "@vitest/coverage-v8": "^0.33.0", - "chai": "^4.3.6", - "jsdom": "^22.1.0", - "mocha": "^10.2.0", - "playwright-test": "^12.1.1", - "rimraf": "^3.0.2", - "typescript": "5.0.4", - "vitest": "^0.33.0" + "node_modules/zwitch": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "packages/frame": { - "name": "@typecell-org/frame", + "packages/editor": { + "name": "@typecell-org/editor", "version": "0.0.3", "dependencies": { - "@blocknote/core": "^0.9.3", - "@blocknote/react": "^0.9.3", - "@floating-ui/react": "^0.25.1", + "@atlaskit/atlassian-navigation": "^2.6.13", + "@atlaskit/avatar": "^21.3.7", + "@atlaskit/breadcrumbs": "^11.10.5", + "@atlaskit/button": "^16.8.2", + "@atlaskit/checkbox": "^13.3.0", + "@atlaskit/css-reset": "^6.5.3", + "@atlaskit/dropdown-menu": "^11.10.5", + "@atlaskit/empty-state": "^7.6.3", + "@atlaskit/flag": "^15.2.15", + "@atlaskit/form": "^8.11.8", + "@atlaskit/inline-message": "^11.5.3", + "@atlaskit/menu": "^1.9.5", + "@atlaskit/modal-dialog": "^12.6.3", + "@atlaskit/page-header": "^10.4.4", + "@atlaskit/page-layout": "^1.7.7", + "@atlaskit/section-message": "^6.4.10", + "@atlaskit/select": "^16.5.7", + "@atlaskit/spinner": "^15.5.3", + "@atlaskit/textarea": "^4.7.4", + "@atlaskit/textfield": "^5.6.3", + "@atlaskit/tree": "^8.8.5", + "@blocknote/core": "^0.13.2", + "@emotion/react": "^11.4.0", + "@hocuspocus/provider": "2.4.0", + "@supabase/auth-ui-react": "^0.4.5", + "@supabase/auth-ui-shared": "^0.1.7", + "@supabase/supabase-js": "^2.26.0", "@syncedstore/yjs-reactive-bindings": "^0.5.1", "@tiptap/core": "^2.0.4", - "@tiptap/react": "^2.0.4", "@typecell-org/engine": "^0.0.3", + "@typecell-org/frame": "^0.0.3", + "@typecell-org/parsers": "^0.0.3", "@typecell-org/shared": "^0.0.3", "@typecell-org/util": "^0.0.3", "@typecell-org/y-penpal": "^0.0.3", - "localforage": "^1.10.0", + "classnames": "^2.3.1", + "fractional-indexing": "^2.0.0", "lodash.memoize": "^4.1.2", - "lz-string": "^1.4.4", "mobx": "^6.2.0", "mobx-react-lite": "^3.2.0", - "mobx-utils": "^6.0.8", - "monaco-editor": "^0.35.0", "penpal": "^6.1.0", - "prettier": "^3.0.2", - "prosemirror-keymap": "^1.2.2", - "prosemirror-model": "^1.19.3", - "prosemirror-state": "^1.4.3", - "prosemirror-view": "^1.31.7", "react": "^18.2.0", + "react-avatar": "^5.0.3", + "react-confetti-explosion": "^2.1.2", + "react-dnd": "^14.0.2", + "react-dnd-html5-backend": "^14.0.0", "react-dom": "^18.2.0", + "react-error-overlay": "^6.0.9", "react-icons": "^4.6.0", "react-inspector": "^6.0.1", - "typescript": "5.0.4", + "react-rnd": "^10.4.1", + "react-router-dom": "^6.10.0", + "speakingurl": "^14.0.1", "vscode-lib": "^0.1.2", + "web-vitals": "^1.0.1", + "y-indexeddb": "9.0.6", "y-protocols": "^1.0.5", + "y-websocket": "^2.0.3", "yjs": "^13.6.4" }, "devDependencies": { + "@playwright/experimental-ct-react": "^1.36.0", "@playwright/test": "^1.33.0", - "@types/prettier": "^3.0.0", + "@typecell-org/shared-test": "^0.0.3", + "@types/lodash.memoize": "^4.1.7", + "@types/node": "^16.0.0", + "@types/react": "^18.0.25", + "@types/react-dom": "^18.0.9", + "@types/speakingurl": "^13.0.2", "@vitejs/plugin-react": "^4.1.0", - "@vitest/coverage-v8": "^0.33.0", "chai": "^4.3.7", - "cross-fetch": "^4.0.0", + "connect-history-api-fallback": "^2.0.0", + "cross-env": "^7.0.3", + "eslint": "^8.21.0", + "glob": "^7.2.0", "jsdom": "^22.1.0", "playwright-test": "^12.1.1", - "typescript": "5.0.4", + "rimraf": "^3.0.2", + "rollup-plugin-polyfill-node": "^0.12.0", + "rollup-plugin-webpack-stats": "^0.2.0", + "vite": "^4.4.2", "vitest": "^0.33.0" } }, - "packages/frame/node_modules/@babel/code-frame": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", - "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", + "packages/editor/node_modules/@atlaskit/checkbox": { + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/@atlaskit/checkbox/-/checkbox-13.3.0.tgz", + "integrity": "sha512-BLiCGKtA9DjcszgwaQ8rFRmrVnhMiQtkZQ9F1wVo4DhWzLFMk0MscriBRucboom4tWfwhCUg45e8d7aiqC/Bcg==", + "dependencies": { + "@atlaskit/analytics-next": "^9.3.0", + "@atlaskit/ds-lib": "^2.3.0", + "@atlaskit/icon": "^22.1.0", + "@atlaskit/theme": "^12.7.0", + "@atlaskit/tokens": "^1.45.0", + "@babel/runtime": "^7.0.0", + "@emotion/react": "^11.7.1" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ~18.2.0" + } + }, + "packages/editor/node_modules/@esbuild/android-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "packages/editor/node_modules/@esbuild/android-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "packages/editor/node_modules/@esbuild/android-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "packages/editor/node_modules/@esbuild/darwin-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "packages/editor/node_modules/@esbuild/darwin-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "packages/editor/node_modules/@esbuild/freebsd-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "packages/editor/node_modules/@esbuild/freebsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "packages/editor/node_modules/@esbuild/linux-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "packages/editor/node_modules/@esbuild/linux-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "packages/editor/node_modules/@esbuild/linux-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", + "cpu": [ + "ia32" + ], "dev": true, - "dependencies": { - "@babel/highlight": "^7.22.13", - "chalk": "^2.4.2" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/core": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.20.tgz", - "integrity": "sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==", + "packages/editor/node_modules/@esbuild/linux-loong64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", + "cpu": [ + "loong64" + ], "dev": true, - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.22.15", - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-module-transforms": "^7.22.20", - "@babel/helpers": "^7.22.15", - "@babel/parser": "^7.22.16", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.22.20", - "@babel/types": "^7.22.19", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/generator": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.15.tgz", - "integrity": "sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==", + "packages/editor/node_modules/@esbuild/linux-mips64el": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", + "cpu": [ + "mips64el" + ], "dev": true, - "dependencies": { - "@babel/types": "^7.22.15", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/helper-compilation-targets": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", - "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "packages/editor/node_modules/@esbuild/linux-ppc64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", + "cpu": [ + "ppc64" + ], "dev": true, - "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.15", - "browserslist": "^4.21.9", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/helper-environment-visitor": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", - "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", + "packages/editor/node_modules/@esbuild/linux-riscv64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", + "cpu": [ + "riscv64" + ], "dev": true, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/helper-module-imports": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", - "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "packages/editor/node_modules/@esbuild/linux-s390x": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", + "cpu": [ + "s390x" + ], "dev": true, - "dependencies": { - "@babel/types": "^7.22.15" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/helper-module-transforms": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz", - "integrity": "sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==", + "packages/editor/node_modules/@esbuild/linux-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.20" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "packages/editor/node_modules/@esbuild/netbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", + "cpu": [ + "x64" + ], "dev": true, + "optional": true, + "os": [ + "netbsd" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/helper-validator-option": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", - "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "packages/editor/node_modules/@esbuild/openbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", + "cpu": [ + "x64" + ], "dev": true, + "optional": true, + "os": [ + "openbsd" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/helpers": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.15.tgz", - "integrity": "sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==", + "packages/editor/node_modules/@esbuild/sunos-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.22.15", - "@babel/types": "^7.22.15" - }, + "optional": true, + "os": [ + "sunos" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/highlight": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", - "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", + "packages/editor/node_modules/@esbuild/win32-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=6.9.0" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/parser": { - "version": "7.22.16", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.16.tgz", - "integrity": "sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==", + "packages/editor/node_modules/@esbuild/win32-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", + "cpu": [ + "ia32" + ], "dev": true, - "bin": { - "parser": "bin/babel-parser.js" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=6.0.0" + "node": ">=12" } }, - "packages/frame/node_modules/@babel/template": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "packages/editor/node_modules/@esbuild/win32-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", + "cpu": [ + "x64" + ], "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "packages/editor/node_modules/@hocuspocus/provider": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@hocuspocus/provider/-/provider-2.4.0.tgz", + "integrity": "sha512-cEbL94LTd8nTRMSZu/oX4zK3owEwyjQ1n6SgthzfkTqa0XCELCTTyDoCYeialTzJiCfAaJk1Lb2oqnQT73AhGQ==", "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15" + "@hocuspocus/common": "^2.4.0", + "@lifeomic/attempt": "^3.0.2", + "lib0": "^0.2.47", + "ws": "^7.5.9" }, - "engines": { - "node": ">=6.9.0" + "peerDependencies": { + "y-protocols": "^1.0.5", + "yjs": "^13.6.4" } }, - "packages/frame/node_modules/@babel/traverse": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.20.tgz", - "integrity": "sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==", + "packages/editor/node_modules/@types/node": { + "version": "16.18.97", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.97.tgz", + "integrity": "sha512-4muilE1Lbfn57unR+/nT9AFjWk0MtWi5muwCEJqnOvfRQDbSfLCUdN7vCIg8TYuaANfhLOV85ve+FNpiUsbSRg==", + "dev": true + }, + "packages/editor/node_modules/esbuild": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", + "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" + } + }, + "packages/editor/node_modules/react": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.22.15", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.22.5", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.22.16", - "@babel/types": "^7.22.19", - "debug": "^4.1.0", - "globals": "^11.1.0" + "loose-envify": "^1.1.0" }, "engines": { - "node": ">=6.9.0" + "node": ">=0.10.0" } }, - "packages/frame/node_modules/@babel/types": { - "version": "7.22.19", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.19.tgz", - "integrity": "sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==", + "packages/editor/node_modules/vite": { + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.19", - "to-fast-properties": "^2.0.0" + "esbuild": "^0.18.10", + "postcss": "^8.4.27", + "rollup": "^3.27.1" + }, + "bin": { + "vite": "bin/vite.js" }, "engines": { - "node": ">=6.9.0" + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "@types/node": ">= 14", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } } }, - "packages/frame/node_modules/@blocknote/core": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/@blocknote/core/-/core-0.9.3.tgz", - "integrity": "sha512-RuK5XQK5SXpHkTEx4i+VMMo9lpNzJe0sRzXDmQeFRch2yS2XqYOr2c1uZVRVdd8ufKIlFrC8TEKE5NEPuMA6QA==", - "dependencies": { - "@emotion/cache": "^11.10.5", - "@emotion/serialize": "^1.1.1", - "@emotion/utils": "^1.2.0", - "@tiptap/core": "^2.0.3", - "@tiptap/extension-bold": "^2.0.3", - "@tiptap/extension-code": "^2.0.3", - "@tiptap/extension-collaboration": "^2.0.3", - "@tiptap/extension-collaboration-cursor": "^2.0.3", - "@tiptap/extension-dropcursor": "^2.0.3", - "@tiptap/extension-gapcursor": "^2.0.3", - "@tiptap/extension-hard-break": "^2.0.3", - "@tiptap/extension-history": "^2.0.3", - "@tiptap/extension-horizontal-rule": "^2.0.3", - "@tiptap/extension-italic": "^2.0.3", - "@tiptap/extension-link": "^2.0.3", - "@tiptap/extension-paragraph": "^2.0.3", - "@tiptap/extension-strike": "^2.0.3", - "@tiptap/extension-text": "^2.0.3", - "@tiptap/extension-underline": "^2.0.3", - "@tiptap/pm": "^2.0.3", - "hast-util-from-dom": "^4.2.0", - "lodash": "^4.17.21", - "prosemirror-model": "^1.18.3", - "prosemirror-state": "^1.4.3", - "prosemirror-transform": "^1.7.2", - "prosemirror-view": "^1.31.4", - "rehype-parse": "^8.0.4", - "rehype-remark": "^9.1.2", - "rehype-stringify": "^9.0.3", - "remark-gfm": "^3.0.1", - "remark-parse": "^10.0.1", - "remark-rehype": "^10.1.0", - "remark-stringify": "^10.0.2", - "unified": "^10.1.2", - "uuid": "^8.3.2", - "y-prosemirror": "1.0.20", - "y-protocols": "^1.0.5", - "yjs": "^13.6.1" + "packages/editor/node_modules/ws": { + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } } }, - "packages/frame/node_modules/@blocknote/react": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/@blocknote/react/-/react-0.9.3.tgz", - "integrity": "sha512-AOUL5fbOaU7wBYam5Uue80rh3WODzWgQHa9F3R7uc1I6iWwpbPPpapYsQbH76rjHpt1X06au92dxbB9MJ4Y0sw==", + "packages/engine": { + "name": "@typecell-org/engine", + "version": "0.0.3", "dependencies": { - "@blocknote/core": "^0.9.3", - "@emotion/react": "^11.10.5", - "@mantine/core": "^5.6.1", - "@mantine/hooks": "^5.6.1", - "@mantine/utils": "^6.0.5", - "@tippyjs/react": "^4.2.6", - "@tiptap/core": "^2.0.3", - "@tiptap/react": "^2.0.3", - "lodash": "^4.17.21", + "@typecell-org/shared": "*", + "es-module-shims": "1.4.3", + "lodash.debounce": "^4.0.8", + "lodash.memoize": "^4.1.2", + "mobx": "^6.2.0", "react": "^18.2.0", - "react-icons": "^4.3.1", - "tippy.js": "^6.3.7", - "use-prefers-color-scheme": "^1.1.3" + "vscode-lib": "^0.1.2" }, - "peerDependencies": { - "react": "^18", - "react-dom": "^18" + "devDependencies": { + "@playwright/test": "^1.33.0", + "@types/chai": "^4.3.0", + "@types/lodash.debounce": "^4.0.7", + "@types/lodash.memoize": "^4.1.7", + "@types/mocha": "^10.0.1", + "@types/react": "^18.0.25", + "@vitest/coverage-v8": "^0.33.0", + "chai": "^4.3.6", + "jsdom": "^22.1.0", + "mocha": "^10.2.0", + "playwright-test": "^12.1.1", + "rimraf": "^3.0.2", + "typescript": "5.0.4", + "vitest": "^0.33.0" } }, - "packages/frame/node_modules/@vitejs/plugin-react": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.1.0.tgz", - "integrity": "sha512-rM0SqazU9iqPUraQ2JlIvReeaxOoRj6n+PzB1C0cBzIbd8qP336nC39/R9yPi3wVcah7E7j/kdU1uCUqMEU4OQ==", - "dev": true, + "packages/frame": { + "name": "@typecell-org/frame", + "version": "0.0.3", "dependencies": { - "@babel/core": "^7.22.20", - "@babel/plugin-transform-react-jsx-self": "^7.22.5", - "@babel/plugin-transform-react-jsx-source": "^7.22.5", - "@types/babel__core": "^7.20.2", - "react-refresh": "^0.14.0" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" + "@blocknote/core": "^0.13.2", + "@blocknote/mantine": "^0.13.2", + "@blocknote/react": "^0.13.2", + "@floating-ui/react": "^0.25.1", + "@syncedstore/yjs-reactive-bindings": "^0.5.1", + "@tiptap/core": "^2.0.4", + "@tiptap/react": "^2.0.4", + "@typecell-org/engine": "^0.0.3", + "@typecell-org/shared": "^0.0.3", + "@typecell-org/util": "^0.0.3", + "@typecell-org/y-penpal": "^0.0.3", + "localforage": "^1.10.0", + "lodash.memoize": "^4.1.2", + "lz-string": "^1.4.4", + "mobx": "^6.2.0", + "mobx-react-lite": "^3.2.0", + "mobx-utils": "^6.0.8", + "monaco-editor": "^0.35.0", + "penpal": "^6.1.0", + "prettier": "^3.0.2", + "prosemirror-keymap": "^1.2.2", + "prosemirror-model": "^1.19.3", + "prosemirror-state": "^1.4.3", + "prosemirror-view": "^1.31.7", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-icons": "^4.6.0", + "react-inspector": "^6.0.1", + "typescript": "5.0.4", + "vscode-lib": "^0.1.2", + "y-protocols": "^1.0.5", + "yjs": "^13.6.4" }, - "peerDependencies": { - "vite": "^4.2.0" + "devDependencies": { + "@playwright/test": "^1.33.0", + "@types/prettier": "^3.0.0", + "@vitejs/plugin-react": "^4.1.0", + "@vitest/coverage-v8": "^0.33.0", + "chai": "^4.3.7", + "cross-fetch": "^4.0.0", + "jsdom": "^22.1.0", + "playwright-test": "^12.1.1", + "typescript": "5.0.4", + "vitest": "^0.33.0" } }, "packages/frame/node_modules/cross-fetch": { @@ -16475,9 +19630,9 @@ "name": "@typecell-org/server", "version": "0.0.3", "dependencies": { - "@hocuspocus/extension-database": "^2.4.0", - "@hocuspocus/extension-logger": "^2.4.0", - "@hocuspocus/server": "^2.4.0", + "@hocuspocus/extension-database": "2.4.0", + "@hocuspocus/extension-logger": "2.4.0", + "@hocuspocus/server": "2.4.0", "@supabase/supabase-js": "^2.12.1", "@typecell-org/shared": "^0.0.3", "@typecell-org/shared-test": "^0.0.3", @@ -16486,7 +19641,7 @@ "vscode-lib": "^0.1.2" }, "devDependencies": { - "@hocuspocus/provider": "^2.4.0", + "@hocuspocus/provider": "2.4.0", "@playwright/test": "^1.33.0", "@vitest/coverage-v8": "^0.33.0", "jsdom": "^22.1.0", @@ -16499,53 +19654,52 @@ "yjs": "^13.6.4" } }, - "packages/server/node_modules/node-fetch": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", - "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", - "dev": true, + "packages/server/node_modules/@hocuspocus/extension-database": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@hocuspocus/extension-database/-/extension-database-2.4.0.tgz", + "integrity": "sha512-7xx551LbhZUR1BYnit+tceQWhtW9l+/jvYracyaYfWc6R8PD2IRHkkJ0ADQnl+4lEIUi6geWO0Ec8O/0yDHKuA==", "dependencies": { - "data-uri-to-buffer": "^4.0.0", - "fetch-blob": "^3.1.4", - "formdata-polyfill": "^4.0.10" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "@hocuspocus/server": "^2.4.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/node-fetch" + "peerDependencies": { + "yjs": "^13.6.4" + } + }, + "packages/server/node_modules/@hocuspocus/extension-logger": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@hocuspocus/extension-logger/-/extension-logger-2.4.0.tgz", + "integrity": "sha512-i6bpHLFJE4oxJ+yW/oIMjiRY2J7/2crWErQNEoAgmog9hJrTAmBtsjCgtH9auVBE0Vh4NJyFyUvD9KPOwK3BEQ==", + "dependencies": { + "@hocuspocus/server": "^2.4.0" } }, - "packages/server/node_modules/supabase": { - "version": "1.93.0", - "resolved": "https://registry.npmjs.org/supabase/-/supabase-1.93.0.tgz", - "integrity": "sha512-7VKWPVy1QSnBcx/ubKIGFOWw9LjL6C1sMTh0d+ox0TP69+KhzphlA4Z/iFPvC6x9gUwhe9UTI0AdqJYsIwrPEA==", + "packages/server/node_modules/@hocuspocus/provider": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@hocuspocus/provider/-/provider-2.4.0.tgz", + "integrity": "sha512-cEbL94LTd8nTRMSZu/oX4zK3owEwyjQ1n6SgthzfkTqa0XCELCTTyDoCYeialTzJiCfAaJk1Lb2oqnQT73AhGQ==", "dev": true, - "hasInstallScript": true, "dependencies": { - "bin-links": "^4.0.1", - "node-fetch": "^3.2.10", - "tar": "6.1.15" - }, - "bin": { - "supabase": "bin/supabase" + "@hocuspocus/common": "^2.4.0", + "@lifeomic/attempt": "^3.0.2", + "lib0": "^0.2.47", + "ws": "^7.5.9" }, - "engines": { - "npm": ">=8" + "peerDependencies": { + "y-protocols": "^1.0.5", + "yjs": "^13.6.4" } }, - "packages/server/node_modules/ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "packages/server/node_modules/@hocuspocus/provider/node_modules/ws": { + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", "dev": true, "engines": { - "node": ">=10.0.0" + "node": ">=8.3.0" }, "peerDependencies": { "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" + "utf-8-validate": "^5.0.2" }, "peerDependenciesMeta": { "bufferutil": { @@ -16556,6 +19710,35 @@ } } }, + "packages/server/node_modules/@hocuspocus/server": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@hocuspocus/server/-/server-2.4.0.tgz", + "integrity": "sha512-aKBTRh4HnHu1/uzPjGacDRsKtmL7M3m7XlDD/KkY1oY/u3b06eH8yqKD5h1jTy8XP55z0M/YeYcwSX2hfP9wRQ==", + "dependencies": { + "@hocuspocus/common": "^2.4.0", + "async-lock": "^1.3.1", + "kleur": "^4.1.4", + "lib0": "^0.2.47", + "uuid": "^9.0.0", + "ws": "^8.5.0" + }, + "peerDependencies": { + "y-protocols": "^1.0.5", + "yjs": "^13.6.4" + } + }, + "packages/server/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "packages/shared": { "name": "@typecell-org/shared", "version": "0.0.3", @@ -16577,7 +19760,7 @@ "name": "@typecell-org/shared-test", "version": "0.0.3", "devDependencies": { - "@hocuspocus/provider": "^2.4.0", + "@hocuspocus/provider": "2.4.0", "@supabase/supabase-js": "^2.12.1", "@typecell-org/shared": "*", "@typecell-org/util": "*", @@ -16585,6 +19768,43 @@ "yjs": "^13.6.4" } }, + "packages/shared-test/node_modules/@hocuspocus/provider": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@hocuspocus/provider/-/provider-2.4.0.tgz", + "integrity": "sha512-cEbL94LTd8nTRMSZu/oX4zK3owEwyjQ1n6SgthzfkTqa0XCELCTTyDoCYeialTzJiCfAaJk1Lb2oqnQT73AhGQ==", + "dev": true, + "dependencies": { + "@hocuspocus/common": "^2.4.0", + "@lifeomic/attempt": "^3.0.2", + "lib0": "^0.2.47", + "ws": "^7.5.9" + }, + "peerDependencies": { + "y-protocols": "^1.0.5", + "yjs": "^13.6.4" + } + }, + "packages/shared-test/node_modules/ws": { + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "dev": true, + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, "packages/util": { "name": "@typecell-org/util", "version": "0.0.3", @@ -16604,6 +19824,23 @@ "react": "17 || 18" } }, + "packages/util/node_modules/nanoid": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.2.tgz", + "integrity": "sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.js" + }, + "engines": { + "node": "^14 || ^16 || >=18" + } + }, "packages/y-penpal": { "name": "@typecell-org/y-penpal", "version": "0.0.3", diff --git a/packages/editor/package.json b/packages/editor/package.json index 37d2b2c1f..33918765d 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -4,12 +4,13 @@ "private": true, "dependencies": { "react-confetti-explosion": "^2.1.2", - "@hocuspocus/provider": "^2.4.0", + "@hocuspocus/provider": "2.4.0", "@atlaskit/atlassian-navigation": "^2.6.13", "@atlaskit/avatar": "^21.3.7", "@atlaskit/breadcrumbs": "^11.10.5", "@atlaskit/button": "^16.8.2", "@atlaskit/css-reset": "^6.5.3", + "@atlaskit/checkbox": "^13.3.0", "@atlaskit/dropdown-menu": "^11.10.5", "@atlaskit/empty-state": "^7.6.3", "@atlaskit/flag": "^15.2.15", @@ -26,7 +27,7 @@ "@atlaskit/textfield": "^5.6.3", "@atlaskit/tree": "^8.8.5", "@tiptap/core": "^2.0.4", - "@blocknote/core": "^0.9.3", + "@blocknote/core": "^0.13.2", "@emotion/react": "^11.4.0", "@supabase/auth-ui-react": "^0.4.5", "@supabase/auth-ui-shared": "^0.1.7", @@ -57,6 +58,7 @@ "vscode-lib": "^0.1.2", "web-vitals": "^1.0.1", "y-indexeddb": "9.0.6", + "y-websocket": "^2.0.3", "y-protocols": "^1.0.5", "yjs": "^13.6.4", "react-inspector": "^6.0.1" @@ -64,7 +66,7 @@ "scripts": { "copytypes:self": "tsc --declaration --emitDeclarationOnly --noEmit false --composite false --declarationDir ./public/types/@typecell-org/editor", "copytypes:externaldep": "mkdir -p public/types/$npm_config_pkgname && cp -rf ../../node_modules/$npm_config_pkgname/. public/types/$npm_config_pkgname", - "copytypes:allexternaldeps": "npm run copytypes:externaldep --pkgname=@types/react && npm run copytypes:externaldep --pkgname=@types/scheduler && npm run copytypes:externaldep --pkgname=@types/prop-types && npm run copytypes:externaldep --pkgname=csstype", + "copytypes:allexternaldeps": "npm run copytypes:externaldep --pkgname=@types/react && npm run copytypes:externaldep --pkgname=@types/prop-types && npm run copytypes:externaldep --pkgname=csstype", "copytypes:dep": "mkdir -p public/types/@typecell-org/$npm_config_pkgname && cp -rf ../$npm_config_pkgname/types/. public/types/@typecell-org/$npm_config_pkgname", "copytypes:alldeps": "npm run copytypes:dep --pkgname=util && npm run copytypes:dep --pkgname=engine && npm run copytypes:dep --pkgname=frame", "copytypes": "npm run copytypes:self && npm run copytypes:alldeps && npm run copytypes:allexternaldeps", diff --git a/packages/editor/src/app/documentRenderers/richtext/FrameHost.tsx b/packages/editor/src/app/documentRenderers/richtext/FrameHost.tsx index 624082ba4..5484f10a3 100644 --- a/packages/editor/src/app/documentRenderers/richtext/FrameHost.tsx +++ b/packages/editor/src/app/documentRenderers/richtext/FrameHost.tsx @@ -65,6 +65,10 @@ export function FrameHost(props: { >(); const methods = { + markPlugins: async (identifierStr: string, value: boolean) => { + const identifier = parseIdentifier(identifierStr); + props.sessionStore.documentCoordinator?.markPlugins(identifier, value); + }, processYjsMessage: async (message: ArrayBuffer) => { provider.onMessage(message, "penpal"); }, diff --git a/packages/editor/src/app/main/components/ProfilePopup.tsx b/packages/editor/src/app/main/components/ProfilePopup.tsx index 358267d97..84d7349a0 100644 --- a/packages/editor/src/app/main/components/ProfilePopup.tsx +++ b/packages/editor/src/app/main/components/ProfilePopup.tsx @@ -11,14 +11,14 @@ import { toProfilePage } from "../../routes/routes"; // eslint-disable-next-line @typescript-eslint/no-explicit-any const Trigger = observer((props: any) => { - const { triggerRef, isSelected, testId, ...passProps } = props; + const { triggerRef, isSelected, testId, sessionStore, ...passProps } = props; return ( = observer((props) => { const { sessionStore } = props; const canEditPermissions = userCanEditPermissions( sessionStore, - props.document.identifier + props.document.identifier, ); const location = useLocation(); const navigate = useNavigate(); @@ -127,6 +131,11 @@ export const DocumentMenu: React.FC = observer((props) => { Permissions )} + {props.document instanceof DocumentResource && ( + OpenPluginDialog(navigate)}> + Plugins + + )} @@ -134,6 +143,15 @@ export const DocumentMenu: React.FC = observer((props) => { {canEditPermissions && permissionsArea} + {props.document instanceof DocumentResource && ( + ClosePluginDialog(navigate)} + isOpen={IsPluginDialogOpen(location)} + identifier={props.document.identifier} + sessionStore={sessionStore} + document={props.document} + /> + )} ); }); diff --git a/packages/editor/src/app/main/components/documentMenu/PluginDialog.tsx b/packages/editor/src/app/main/components/documentMenu/PluginDialog.tsx new file mode 100644 index 000000000..b767bdbf1 --- /dev/null +++ b/packages/editor/src/app/main/components/documentMenu/PluginDialog.tsx @@ -0,0 +1,173 @@ +import { ModalTransition } from "@atlaskit/modal-dialog"; +import { observer } from "mobx-react-lite"; + +import Button from "@atlaskit/button"; +import Checkbox from "@atlaskit/checkbox"; +import Modal, { + ModalBody, + ModalFooter, + ModalHeader, + ModalTitle, +} from "@atlaskit/modal-dialog"; +import { useResource } from "@typecell-org/util"; +import { useState } from "react"; +import { Identifier } from "../../../../identifiers/Identifier"; +import { DocConnection } from "../../../../store/DocConnection"; +import { DocumentResource } from "../../../../store/DocumentResource"; +import { SessionStore } from "../../../../store/local/SessionStore"; +// import { SupabaseSessionStore } from "../../SupabaseSessionStore"; + +const PluginCheckbox = (props: { + id: string; + sessionStore: SessionStore; + onChange: (checked: boolean) => void; + checked?: boolean; + disabled?: boolean; +}) => { + const { sessionStore } = props; + + const doc = useResource(() => { + const d = DocConnection.load(props.id, sessionStore); + return [ + d, + () => { + d.dispose(); + }, + ]; + }, [props.id, sessionStore]); + + if (typeof doc.doc === "string") { + return
Loading...
; + } + + const dr = doc.doc.getSpecificType(DocumentResource); + return ( +
+ { + props.onChange(e.target.checked); + }} + value={doc.doc.id} + label={`${dr.title} (${doc.doc.id})`} + size="medium" + /> + {/* */} +
+ ); +}; + +const PluginDialog = observer( + (props: { + isOpen: boolean; + close: () => void; + identifier: Identifier; + sessionStore: SessionStore; + document: DocumentResource; + }) => { + const { sessionStore } = props; + // const user = sessionStore.user; + // if (typeof user === "string" || user.type === "guest-user") { + // return null; + // } + const availablePlugins = [ + ...(props.sessionStore.documentCoordinator?.documents.values() || []), + ] + .filter((d) => d.has_plugins) + .map((el) => el.id); + + const enabledPlugins = [...props.document.plugins.keys()]; + + const oldPlugins = enabledPlugins.filter( + (p) => !availablePlugins.includes(p), + ); + + const availableNotEnabledPlugins = availablePlugins.filter( + (p) => !enabledPlugins.includes(p), + ); + + const [changedStates, setChangedStates] = useState>( + {}, + ); + + return ( + + {props.isOpen && ( + props.close()}> + + Plugins + + + {enabledPlugins.map((plugin) => ( +
+ { + setChangedStates((prev) => ({ ...prev, [plugin]: val })); + }} + checked={changedStates[plugin] ?? true} + sessionStore={sessionStore} + id={plugin} + /> +
+ ))} + {oldPlugins.map((plugin) => ( +
+ { + setChangedStates((prev) => ({ ...prev, [plugin]: val })); + }} + checked={changedStates[plugin] ?? true} + disabled={true} + sessionStore={sessionStore} + id={plugin} + /> +
+ ))} + {availableNotEnabledPlugins.map((plugin) => ( +
+ { + setChangedStates((prev) => ({ ...prev, [plugin]: val })); + }} + checked={changedStates[plugin] ?? false} + sessionStore={sessionStore} + id={plugin} + /> +
+ ))} +
+ + + + +
+ )} +
+ ); + }, +); + +export default PluginDialog; diff --git a/packages/editor/src/app/routes/routes.ts b/packages/editor/src/app/routes/routes.ts index e0a6cb925..010b3f271 100644 --- a/packages/editor/src/app/routes/routes.ts +++ b/packages/editor/src/app/routes/routes.ts @@ -16,6 +16,19 @@ export function IsPermissionsDialogOpen(location: Location) { return (location as any).state?.permissionsDialog; } +export function OpenPluginDialog(navigate: NavigateFunction) { + navigate({}, { state: { pluginDialog: true } }); +} + +export function ClosePluginDialog(navigate: NavigateFunction) { + navigate({}, { state: { pluginDialog: undefined } }); +} + +export function IsPluginDialogOpen(location: Location) { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + return (location as any).state?.pluginDialog; +} + export function toRegisterScreen(): To { return { pathname: "/register" }; } diff --git a/packages/editor/src/integrations/markdown/import.ts b/packages/editor/src/integrations/markdown/import.ts index 8bb881496..d067c08af 100644 --- a/packages/editor/src/integrations/markdown/import.ts +++ b/packages/editor/src/integrations/markdown/import.ts @@ -1,17 +1,12 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ -import { - BlockNoteEditor, - createTipTapBlock, - defaultBlockSchema, -} from "@blocknote/core"; -import { mergeAttributes } from "@tiptap/core"; + import * as parsers from "@typecell-org/parsers"; import { uniqueId } from "@typecell-org/util"; import * as Y from "yjs"; export function markdownToXmlFragment( markdown: string, - fragment: Y.XmlFragment | undefined + fragment: Y.XmlFragment | undefined, ) { if (!fragment) { const containerDoc = new Y.Doc(); // the doc is needed because otherwise the fragment doesn't work @@ -43,7 +38,7 @@ export async function markdownToYDoc(markdown: string, title?: string) { const xml = newDoc.getXmlFragment("doc"); - const editor = new BlockNoteEditor({ + const editor = undefined as any; /*new BlockNoteEditor({ blockSchema: { ...defaultBlockSchema, codeblock: { @@ -67,7 +62,7 @@ export async function markdownToYDoc(markdown: string, title?: string) { type: "paragraph", }, ], - }); + });*/ const blocks = await editor.markdownToBlocks(markdown); editor.replaceBlocks(editor.topLevelBlocks, blocks); @@ -85,45 +80,45 @@ export async function markdownToYDoc(markdown: string, title?: string) { } // hacky -export const MonacoBlockContent = createTipTapBlock({ - name: "codeblock", - content: "inline*", - editable: true, - selectable: true, - whitespace: "pre", - code: true, - - addAttributes() { - return { - language: { - default: "typescript", - parseHTML: (element) => element.getAttribute("data-language"), - renderHTML: (attributes) => { - return { - "data-language": attributes.language, - }; - }, - }, - }; - }, +// export const MonacoBlockContent = createTipTapBlock({ +// name: "codeblock", +// content: "inline*", +// editable: true, +// selectable: true, +// whitespace: "pre", +// code: true, - parseHTML() { - return [ - { - tag: "code", - priority: 200, - node: "codeblock", - }, - ]; - }, - - renderHTML({ HTMLAttributes }) { - return [ - "code", - mergeAttributes(HTMLAttributes, { - // class: styles.blockContent, - "data-content-type": this.name, - }), - ]; - }, -}); +// addAttributes() { +// return { +// language: { +// default: "typescript", +// parseHTML: (element) => element.getAttribute("data-language"), +// renderHTML: (attributes) => { +// return { +// "data-language": attributes.language, +// }; +// }, +// }, +// }; +// }, + +// parseHTML() { +// return [ +// { +// tag: "code", +// priority: 200, +// node: "codeblock", +// }, +// ]; +// }, + +// renderHTML({ HTMLAttributes }) { +// return [ +// "code", +// mergeAttributes(HTMLAttributes, { +// // class: styles.blockContent, +// "data-content-type": this.name, +// }), +// ]; +// }, +// }); diff --git a/packages/editor/src/store/DocConnection.ts b/packages/editor/src/store/DocConnection.ts index 987f953d0..08039249b 100644 --- a/packages/editor/src/store/DocConnection.ts +++ b/packages/editor/src/store/DocConnection.ts @@ -35,7 +35,7 @@ export class DocConnection extends lifecycle.Disposable { protected constructor( public readonly identifier: Identifier, syncManager: SyncManager, - private readonly sessionStore: SessionStore + private readonly sessionStore: SessionStore, ) { super(); @@ -67,7 +67,7 @@ export class DocConnection extends lifecycle.Disposable { newManager = SyncManager.load(identifier, this.sessionStore); const cacheKey = DocConnection.getCacheKey( this.sessionStore, - identifier + identifier, ); cache.set(cacheKey, this); } @@ -75,7 +75,7 @@ export class DocConnection extends lifecycle.Disposable { this.manager = newManager; }); }, - { fireImmediately: false } + { fireImmediately: false }, ); this._register({ @@ -161,7 +161,7 @@ export class DocConnection extends lifecycle.Disposable { const connection = await DocConnection.createNewDocConnection( this.sessionStore.getIdentifierForNewDocument(), this.sessionStore, - doc.ydoc + doc.ydoc, ); await this.revert(); @@ -173,7 +173,7 @@ export class DocConnection extends lifecycle.Disposable { this.identifier, undefined, // don't add to inbox of http resources - this.identifier instanceof TypeCellIdentifier + this.identifier instanceof TypeCellIdentifier, ); return forkDoc; } @@ -182,7 +182,7 @@ export class DocConnection extends lifecycle.Disposable { identifier: Identifier, sessionStore: SessionStore, forkSource?: Y.Doc, - isInbox = false + isInbox = false, ) { const cacheKey = DocConnection.getCacheKey(sessionStore, identifier); if (cache.has(cacheKey)) { @@ -195,13 +195,13 @@ export class DocConnection extends lifecycle.Disposable { if (!isInbox) { const inboxIdentifier = parseIdentifier( - identifier.toString() + "/.inbox" + identifier.toString() + "/.inbox", ); const inboxConnection = await DocConnection.createNewDocConnection( inboxIdentifier, sessionStore, undefined, - true + true, ); const doc = await inboxConnection.waitForDoc(); @@ -217,7 +217,7 @@ export class DocConnection extends lifecycle.Disposable { const connection = new DocConnection( manager.identifier, manager, - sessionStore + sessionStore, ); cache.set(cacheKey, connection); connection.addRef(); @@ -229,7 +229,7 @@ export class DocConnection extends lifecycle.Disposable { const doc = this.tryDoc; if (!doc) { throw new Error( - "unexpected, doc not available after waiting in waitForDoc" + "unexpected, doc not available after waiting in waitForDoc", ); } return doc; @@ -240,11 +240,11 @@ export class DocConnection extends lifecycle.Disposable { public static async loadInboxResource( id: Identifier, - sessionStore: SessionStore + sessionStore: SessionStore, ): Promise { if (!(id instanceof TypeCellIdentifier)) { throw new Error( - "unimplemented, only typecellidentifier supported for loadInboxResource" + "unimplemented, only typecellidentifier supported for loadInboxResource", ); } if (id.toString().endsWith("/.inbox")) { @@ -253,7 +253,7 @@ export class DocConnection extends lifecycle.Disposable { // console.log("loadInboxResource", id.toString() + "/.inbox"); const doc = DocConnection.load( parseIdentifier(id.toString() + "/.inbox"), - sessionStore + sessionStore, ); const ret = await doc.waitForDoc(); // eslint-disable-next-line @typescript-eslint/no-explicit-any @@ -266,7 +266,7 @@ export class DocConnection extends lifecycle.Disposable { if (!sessionStore.loggedInUserId) { // Note: can happen on sign up console.warn( - "DocConnection: no loggedInUserId available on create document" + "DocConnection: no loggedInUserId available on create document", ); } @@ -275,7 +275,7 @@ export class DocConnection extends lifecycle.Disposable { // TODO: async or not? const connection = await DocConnection.createNewDocConnection( identifier, - sessionStore + sessionStore, ); return connection.waitForDoc(); @@ -283,21 +283,21 @@ export class DocConnection extends lifecycle.Disposable { public static get( identifier: string | Identifier, - sessionStore: SessionStore + sessionStore: SessionStore, ) { if (!(identifier instanceof Identifier)) { identifier = parseIdentifier(identifier); } const connection = cache.get( - DocConnection.getCacheKey(sessionStore, identifier) + DocConnection.getCacheKey(sessionStore, identifier), ); return connection; } public static load( identifier: string | Identifier, - sessionStore: SessionStore + sessionStore: SessionStore, ) { if (!(identifier instanceof Identifier)) { identifier = parseIdentifier(identifier); @@ -344,7 +344,7 @@ export class DocConnection extends lifecycle.Disposable { private static getCacheKey( sessionStore: SessionStore, - identifier: Identifier + identifier: Identifier, ) { return sessionStore.userPrefix + identifier.toString(); } diff --git a/packages/editor/src/store/DocumentResource.ts b/packages/editor/src/store/DocumentResource.ts index a29ed0d04..8f1e0c082 100644 --- a/packages/editor/src/store/DocumentResource.ts +++ b/packages/editor/src/store/DocumentResource.ts @@ -55,6 +55,10 @@ export class DocumentResource extends BaseResource { return this.ydoc.getMap("comments"); } + public get plugins(): Y.Map { + return this.ydoc.getMap("plugins"); + } + /** @internal */ public get data(): Y.XmlFragment { const xml = this.ydoc.getXmlFragment("doc"); diff --git a/packages/editor/src/store/yjs-sync/DocumentCoordinator.ts b/packages/editor/src/store/yjs-sync/DocumentCoordinator.ts index 546478226..799151840 100644 --- a/packages/editor/src/store/yjs-sync/DocumentCoordinator.ts +++ b/packages/editor/src/store/yjs-sync/DocumentCoordinator.ts @@ -2,6 +2,7 @@ import { makeYDocObservable } from "@syncedstore/yjs-reactive-bindings"; import { observable } from "mobx"; import { lifecycle } from "vscode-lib"; import { IndexeddbPersistence } from "y-indexeddb"; +import { WebsocketProvider } from "y-websocket"; import * as Y from "yjs"; import { Identifier } from "../../identifiers/Identifier"; export type LocalDoc = { @@ -16,6 +17,7 @@ export type DocumentInfo = { create_source: "local" | "remote"; exists_at_remote: boolean; needs_save_since: number | undefined; + has_plugins: boolean | undefined; }; function COORDINATOR_IDB_ID(userId: string) { @@ -55,6 +57,7 @@ export class DocumentCoordinator extends lifecycle.Disposable { private readonly doc: Y.Doc; private readonly indexedDBProvider: IndexeddbPersistence; + private readonly websocketProvider: WebsocketProvider; constructor(private readonly userId: string) { super(); @@ -65,8 +68,18 @@ export class DocumentCoordinator extends lifecycle.Disposable { this.doc, ); + this.websocketProvider = new WebsocketProvider( + "", + COORDINATOR_IDB_ID(userId), + this.doc, + { + connect: false, + }, + ); + this.websocketProvider.connectBc(); this._register({ dispose: () => { + this.websocketProvider.destroy(); this.indexedDBProvider.destroy(); this.doc.destroy(); }, @@ -155,6 +168,7 @@ export class DocumentCoordinator extends lifecycle.Disposable { create_source: "local", needs_save_since: Date.now(), exists_at_remote: false, + has_plugins: false, }; this.documents.set(idStr, { ...meta }); @@ -188,6 +202,7 @@ export class DocumentCoordinator extends lifecycle.Disposable { create_source: "remote", needs_save_since: undefined, exists_at_remote: true, + has_plugins: false, }; this.documents.set(idStr, { ...meta }); @@ -321,6 +336,25 @@ export class DocumentCoordinator extends lifecycle.Disposable { this.documents.set(localDoc.meta.id, { ...localDoc.meta }); } + // Todo: should this be done via syncmanager? + public async markPlugins(identifier: Identifier, value: boolean) { + const idStr = identifier.toString(); + if (!this.indexedDBProvider.synced) { + throw new Error("not initialized"); + } + + const localDoc = this.loadedDocuments.get(idStr); + + if (!localDoc) { + // we expect loadDocument only to be called once per document + throw new Error("markPlugins: document already loaded"); + } + + localDoc.meta.has_plugins = value; + this.documents.set(localDoc.meta.id, { ...localDoc.meta }); + // console.log("plugins", JSON.stringify(localDoc.meta), value); + } + public async markCreated(localDoc: LocalDoc) { localDoc.meta.exists_at_remote = true; this.documents.set(localDoc.meta.id, { ...localDoc.meta }); diff --git a/packages/editor/src/styles/iframe.css b/packages/editor/src/styles/iframe.css index 1d47e29f3..18a4c5940 100644 --- a/packages/editor/src/styles/iframe.css +++ b/packages/editor/src/styles/iframe.css @@ -19,9 +19,21 @@ html { body { margin: 0; - font-family: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, - "Open Sans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", - "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + font-family: + "Inter", + "SF Pro Display", + -apple-system, + BlinkMacSystemFont, + "Open Sans", + "Segoe UI", + "Roboto", + "Oxygen", + "Ubuntu", + "Cantarell", + "Fira Sans", + "Droid Sans", + "Helvetica Neue", + sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -44,3 +56,12 @@ h5, h6 { color: #3a3a3a; } + +.markdown-body p { + margin-bottom: 0px; +} + +.bn-container .node-codeblock * { + /* TODO: remove bn-container * rule from blocknote? That's why we need to unset this */ + font-family: unset; +} diff --git a/packages/frame/package.json b/packages/frame/package.json index 588799328..8daa171cc 100644 --- a/packages/frame/package.json +++ b/packages/frame/package.json @@ -3,8 +3,9 @@ "version": "0.0.3", "private": true, "dependencies": { - "@blocknote/core": "^0.9.3", - "@blocknote/react": "^0.9.3", + "@blocknote/core": "^0.13.2", + "@blocknote/react": "^0.13.2", + "@blocknote/mantine": "^0.13.2", "@typecell-org/util": "^0.0.3", "@typecell-org/shared": "^0.0.3", "@typecell-org/engine": "^0.0.3", diff --git a/packages/frame/src/EditorStore.ts b/packages/frame/src/EditorStore.ts index 111399b80..87266fedc 100644 --- a/packages/frame/src/EditorStore.ts +++ b/packages/frame/src/EditorStore.ts @@ -18,7 +18,7 @@ export class EditorStore { // TODO: hacky properties /** @internal */ - public editor: BlockNoteEditor | undefined; + public editor: BlockNoteEditor | undefined; /** @internal */ public executionHost: LocalExecutionHost | undefined; public topLevelBlocks: any; @@ -45,7 +45,7 @@ export class EditorStore { }); } - customBlocks = new Map(); + customBlocks = observable.map(); /** * Add a custom block (slash menu command) to the editor @@ -106,7 +106,7 @@ export class EditorStore { } return undefined; }; - const parentId = findParent(id, undefined, that.editor!.topLevelBlocks); + const parentId = findParent(id, undefined, that.editor!.document); if (!parentId) { return undefined; } diff --git a/packages/frame/src/Frame.tsx b/packages/frame/src/Frame.tsx index e57e55bd6..9cf1909e2 100644 --- a/packages/frame/src/Frame.tsx +++ b/packages/frame/src/Frame.tsx @@ -1,18 +1,21 @@ import { observer } from "mobx-react-lite"; -import React, { useEffect, useMemo, useRef } from "react"; +import React, { useCallback, useEffect, useMemo, useRef } from "react"; // import LocalExecutionHost from "../../../runtime/executor/executionHosts/local/LocalExecutionHost" import { - BlockNoteEditor, - DefaultBlockSchema, - PartialBlock, - defaultBlockSchema, + BlockNoteSchema, + defaultBlockSpecs, + filterSuggestionItems, + insertOrUpdateBlock, } from "@blocknote/core"; -import "@blocknote/core/style.css"; +import { BlockNoteView } from "@blocknote/mantine"; +import "@blocknote/mantine/style.css"; import { - BlockNoteView, + SuggestionMenuController, getDefaultReactSlashMenuItems, - useBlockNote, + useCreateBlockNote, } from "@blocknote/react"; +import { RiCodeSSlashFill } from "react-icons/ri"; + import { enableMobxBindings } from "@syncedstore/yjs-reactive-bindings"; import { ReactiveEngine } from "@typecell-org/engine"; import { @@ -21,7 +24,7 @@ import { IframeBridgeMethods, ModelReceiver, } from "@typecell-org/shared"; -import { useResource } from "@typecell-org/util"; +import { useResource, variables } from "@typecell-org/util"; import { PenPalProvider } from "@typecell-org/y-penpal"; import * as mobx from "mobx"; import * as monaco from "monaco-editor"; @@ -30,7 +33,6 @@ import ReactDOM from "react-dom"; import * as Y from "yjs"; import styles from "./Frame.module.css"; import { RichTextContext } from "./RichTextContext"; -import { MonacoCodeBlock } from "./codeblocks/MonacoCodeBlock"; import SourceModelCompiler from "./runtime/compiler/SourceModelCompiler"; import { MonacoContext } from "./runtime/editor/MonacoContext"; import { ExecutionHost } from "./runtime/executor/executionHosts/ExecutionHost"; @@ -38,10 +40,11 @@ import LocalExecutionHost from "./runtime/executor/executionHosts/local/LocalExe import { setMonacoDefaults } from "./runtime/editor"; -import { variables } from "@typecell-org/util"; -import { RiCodeSSlashFill } from "react-icons/ri"; +import { reaction } from "mobx"; +import { uri } from "vscode-lib"; import { EditorStore } from "./EditorStore"; import { MonacoColorManager } from "./MonacoColorManager"; +import { MonacoCodeBlock } from "./codeblocks/MonacoCodeBlock"; import { MonacoInlineCode } from "./codeblocks/MonacoInlineCode"; import monacoStyles from "./codeblocks/MonacoSelection.module.css"; import { setupTypecellHelperTypeResolver } from "./runtime/editor/languages/typescript/TypeCellHelperTypeResolver"; @@ -63,61 +66,19 @@ class FakeProvider { constructor(public readonly awareness: unknown) {} } -function insertOrUpdateBlock( - editor: BlockNoteEditor, - block: PartialBlock, -) { - const currentBlock = editor.getTextCursorPosition().block; - - if ( - (currentBlock.content.length === 1 && - currentBlock.content[0].type === "text" && - currentBlock.content[0].text === "/") || - currentBlock.content.length === 0 - ) { - editor.updateBlock(currentBlock, block); - } else { - editor.insertBlocks([block], currentBlock, "after"); - // eslint-disable-next-line @typescript-eslint/no-non-null-assertion - editor.setTextCursorPosition(editor.getTextCursorPosition().nextBlock!); - } -} - type Props = { documentIdString: string; roomName: string; userName: string; userColor: string; }; - -const originalItems = [ - ...getDefaultReactSlashMenuItems(), - { - name: "Code block", - execute: (editor: any) => - insertOrUpdateBlock(editor, { - type: "codeblock", - } as any), - aliases: ["code"], - hint: "Add a live code block", - group: "Code", - icon: , +const schema = BlockNoteSchema.create({ + blockSpecs: { + ...defaultBlockSpecs, + codeblock: MonacoCodeBlock, + inlineCode: MonacoInlineCode, }, - { - name: "Inline", - execute: (editor: any) => { - // state.tr.replaceSelectionWith(dinoType.create({type})) - const node = editor._tiptapEditor.schema.node( - "inlineCode", - undefined, - editor._tiptapEditor.schema.text("export default "), - ); - const tr = editor._tiptapEditor.state.tr.replaceSelectionWith(node); - editor._tiptapEditor.view.dispatch(tr); - }, - }, -]; -const slashMenuItems = [...originalItems]; +}); export const Frame: React.FC = observer((props) => { const modelReceivers = useMemo(() => new Map(), []); @@ -128,6 +89,29 @@ export const Frame: React.FC = observer((props) => { const connectionMethods = useRef>(); const editorStore = useRef(new EditorStore()); + // listen to custom blocks and mark exposed plugins to the parent window, so these can be displayed in the plugin dialog + useEffect(() => { + return reaction( + () => editorStore.current.customBlocks.toJSON(), + (data, prev) => { + const oldItems = new Set(prev?.map((data) => data[1].documentId) ?? []); + const newItems = new Set(data?.map((data) => data[1].documentId) ?? []); + + for (const item of oldItems) { + if (!newItems.has(item)) { + connectionMethods.current?.markPlugins(item, false); + } + } + + for (const item of newItems) { + if (!oldItems.has(item)) { + connectionMethods.current?.markPlugins(item, true); + } + } + }, + ); + }, [editorStore.current]); + const document = useResource(() => { const ydoc = new Y.Doc(); // ydoc.on("update", () => { @@ -184,7 +168,7 @@ export const Frame: React.FC = observer((props) => { modelId: string, model: { value: string; language: string }, ) => { - console.log("register model", modelId); + console.log("register models", modelId); const modelReceiver = modelReceivers.get(bridgeId); if (modelReceiver) { modelReceiver.updateModel(modelId, model); @@ -215,12 +199,15 @@ export const Frame: React.FC = observer((props) => { console.info("connected to parent window succesfully"); connectionMethods.current = parent; document.provider.connect(); + + // mark as false until code has been executed and we surely know doc still contains plugins + parent.markPlugins(props.documentIdString, false); }, (e) => { console.error("connection to parent window failed", e); }, ); - }, [modelReceivers, document]); + }, [modelReceivers, document, props.documentIdString]); const tools = useResource( // "compilers", @@ -257,6 +244,8 @@ export const Frame: React.FC = observer((props) => { modelReceivers.set("modules/" + fullIdentifier, modelReceiver); const subcompiler = new SourceModelCompiler(monaco); + // mark as false until code has been executed and we surely know doc still contains plugins + connectionMethods.current!.markPlugins(fullIdentifier, false); modelReceiver.onDidCreateModel((model) => { subcompiler.registerModel(model); }); @@ -270,6 +259,7 @@ export const Frame: React.FC = observer((props) => { // TODO: dispose modelReceiver return subcompiler; }, editorStore.current); + const newEngine = new ReactiveEngine( resolver.resolveImport, ); @@ -290,68 +280,7 @@ export const Frame: React.FC = observer((props) => { [props.documentIdString, monaco], ); - console.log("size", editorStore.current.customBlocks.size); - slashMenuItems.splice( - originalItems.length, - slashMenuItems.length, - ...[...editorStore.current.customBlocks.values()].map((data: any) => { - console.log("update blocks"); - return { - name: data.name, - execute: (editor: any) => { - const origVarName = variables.toCamelCaseVariableName(data.name); - let varName = origVarName; - let i = 0; - // eslint-disable-next-line no-constant-condition - while (true) { - // append _1, _2, _3, ... to the variable name until it is unique - - if ( - // eslint-disable-next-line @typescript-eslint/no-explicit-any - ( - tools.newExecutionHost.engine.observableContext - .rawContext as any - )[varName] === undefined - ) { - break; - } - i++; - varName = origVarName + "_" + i; - } - - insertOrUpdateBlock( - editor as any, - { - type: "codeblock", - props: { - language: "typescript", - // moduleName: moduleName, - // key, - storage: "", - }, - content: `// @default-collapsed -import * as doc from "${data.documentId}"; - -export let ${varName} = doc.${data.blockVariable}; -export let ${varName}Scope = doc; - -export default ${varName}; -`, - } as any, - ); - }, - // execute: (editor) => - // insertOrUpdateBlock(editor, { - // type: data[0], - // }), - // aliases: [data[0]], - // hint: "Add a " + data[0], - group: "Custom", - } as any; - }), - ); - - const editor = useBlockNote({ + const editor = useCreateBlockNote({ defaultStyles: false, domAttributes: { editor: { @@ -359,36 +288,7 @@ export default ${varName}; "data-test": "editor", }, }, - blockSchema: { - ...defaultBlockSchema, - codeblock: { - propSchema: { - language: { - type: "string", - default: "typescript", - }, - storage: { - type: "string", - default: "", - }, - }, - node: MonacoCodeBlock, - }, - inlinecode: { - propSchema: { - language: { - type: "string", - default: "typescript", - }, - storage: { - type: "string", - default: "", - }, - }, - node: MonacoInlineCode, - }, - }, - slashMenuItems, + schema, collaboration: { provider: new FakeProvider(document.awareness), user: { @@ -399,8 +299,132 @@ export default ${varName}; }, }); + useEffect(() => { + const pluginModels = new Map(); + + const observer = () => { + const plugins = document.ydoc.getMap("plugins"); + const keys = [...plugins.keys()]; + for (const key of keys) { + const code = `import * as doc from "!${key.toString()}"; export default { doc };`; + const path = uri.URI.parse( + "file:///!plugins/" + key.toString() + ".cell.tsx", + ).toString(); + const model = new BasicCodeModel(path, code, "typescript"); + pluginModels.set(key, model); + tools.newCompiler.registerModel(model); + } + + for (const [key, model] of pluginModels) { + if (!plugins.has(key)) { + model.dispose(); + pluginModels.delete(key); + } + } + }; + + observer(); + document.ydoc.getMap("plugins").observeDeep(observer); + + return () => { + document.ydoc.getMap("plugins").unobserveDeep(observer); + for (const [key, model] of pluginModels) { + model.dispose(); + pluginModels.delete(key); + } + }; + }, [document.ydoc, tools.newExecutionHost.engine]); + + const getSlashMenuItems = useCallback( + async (query: string) => { + const pluginBlocks = [...editorStore.current.customBlocks.values()].map( + (data) => { + return { + title: data.name, + onItemClick: () => { + const origVarName = variables.toCamelCaseVariableName(data.name); + let varName = origVarName; + let i = 0; + // eslint-disable-next-line no-constant-condition + while (true) { + // append _1, _2, _3, ... to the variable name until it is unique + + if ( + // eslint-disable-next-line @typescript-eslint/no-explicit-any + ( + tools.newExecutionHost.engine.observableContext + .rawContext as any + )[varName] === undefined + ) { + break; + } + i++; + varName = origVarName + "_" + i; + } + + insertOrUpdateBlock(editor, { + type: "codeblock", + props: { + language: "typescript", + // moduleName: moduleName, + // key, + storage: "", + }, + content: `// @default-collapsed + import * as doc from "!${data.documentId}"; + + export let ${varName} = doc.${data.blockVariable}; + export let ${varName}Scope = doc; + + export default ${varName}; + `, + }); + }, + group: "Custom", + }; + }, + ); + + return filterSuggestionItems( + [ + ...getDefaultReactSlashMenuItems(editor), + { + title: "Code block", + onItemClick: () => + insertOrUpdateBlock(editor, { + type: "codeblock", + }), + aliases: ["code"], + subtext: "Add a live code block", + group: "Code", + icon: , + }, + { + title: "Inline code", + onItemClick: () => { + const node = editor._tiptapEditor.schema.node( + "inlineCode", + undefined, + editor._tiptapEditor.schema.text("export default "), + ); + const tr = + editor._tiptapEditor.state.tr.replaceSelectionWith(node); + editor._tiptapEditor.view.dispatch(tr); + }, + subtext: "Add an inline live code block", + group: "Code", + icon: , + }, + ...pluginBlocks, + ], + query, + ); + }, + [editor, editorStore.current.customBlocks], + ); + if (editorStore.current.editor !== editor) { - editorStore.current.editor = editor as any; + editorStore.current.editor = editor; } if (editorStore.current.executionHost !== tools.newExecutionHost) { @@ -416,7 +440,11 @@ export default ${varName}; compiler: tools.newCompiler, documentId: props.documentIdString, }}> - + + + diff --git a/packages/frame/src/codeblocks/MonacoCodeBlock.tsx b/packages/frame/src/codeblocks/MonacoCodeBlock.tsx index 1b70379c7..363da0c87 100644 --- a/packages/frame/src/codeblocks/MonacoCodeBlock.tsx +++ b/packages/frame/src/codeblocks/MonacoCodeBlock.tsx @@ -1,5 +1,8 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ -import { createTipTapBlock } from "@blocknote/core"; +import { + createInternalBlockSpec, + createStronglyTypedTiptapNode, +} from "@blocknote/core"; import { mergeAttributes } from "@tiptap/core"; // import styles from "../../Block.module.css"; @@ -37,14 +40,16 @@ const arrowHandlers = keymap({ ArrowDown: arrowHandler("down"), } as any); -// TODO: clean up listeners -export const MonacoCodeBlock = createTipTapBlock<"codeblock", any>({ +const node = createStronglyTypedTiptapNode({ name: "codeblock", content: "inline*", editable: true, + group: "blockContent", + selectable: true, whitespace: "pre", code: true, + addAttributes() { return { language: { @@ -93,3 +98,26 @@ export const MonacoCodeBlock = createTipTapBlock<"codeblock", any>({ return [arrowHandlers]; }, }); +// TODO: clean up listeners +export const MonacoCodeBlock = createInternalBlockSpec( + { + type: "codeblock", + content: "inline", + + propSchema: { + language: { + type: "string", + default: "typescript", + }, + storage: { + type: "string", + default: "", + }, + }, + }, + { + node, + toExternalHTML: undefined as any, // TODO + toInternalHTML: undefined as any, + }, +); diff --git a/packages/frame/src/codeblocks/MonacoInlineCode.tsx b/packages/frame/src/codeblocks/MonacoInlineCode.tsx index e8531284a..e0fad24b0 100644 --- a/packages/frame/src/codeblocks/MonacoInlineCode.tsx +++ b/packages/frame/src/codeblocks/MonacoInlineCode.tsx @@ -1,7 +1,10 @@ -import { createTipTapBlock } from "@blocknote/core"; import { mergeAttributes } from "@tiptap/core"; // import styles from "../../Block.module.css"; +import { + createInternalBlockSpec, + createStronglyTypedTiptapNode, +} from "@blocknote/core"; import { keymap } from "prosemirror-keymap"; import { EditorState, Selection } from "prosemirror-state"; import { EditorView } from "prosemirror-view"; @@ -36,10 +39,10 @@ const arrowHandlers = keymap({ ArrowDown: arrowHandler("down"), } as any); -// TODO: clean up listeners -export const MonacoInlineCode = createTipTapBlock({ +const node = createStronglyTypedTiptapNode({ name: "inlineCode", - // inline: true, + inline: true, + group: "inline", content: "inline*", editable: true, selectable: false, @@ -70,8 +73,28 @@ export const MonacoInlineCode = createTipTapBlock({ }, }); -MonacoInlineCode.config.group = "inline" as any; -(MonacoInlineCode as any).config.inline = true as any; +// TODO: clean up listeners +export const MonacoInlineCode = createInternalBlockSpec( + { + content: "inline", + type: "inlineCode", + propSchema: { + language: { + type: "string", + default: "typescript", + }, + storage: { + type: "string", + default: "", + }, + }, + }, + { + node, + toExternalHTML: undefined as any, + toInternalHTML: undefined as any, + }, +); // export function smartBlock(block: any) { // const entries = block.children.map((b: any) => { diff --git a/packages/frame/src/runtime/executor/lib/exports.tsx b/packages/frame/src/runtime/executor/lib/exports.tsx index c6d093cc4..7ad20c903 100644 --- a/packages/frame/src/runtime/executor/lib/exports.tsx +++ b/packages/frame/src/runtime/executor/lib/exports.tsx @@ -21,7 +21,7 @@ export default function getExposeGlobalVariables( // registerPlugin: (config: { name: string }) => { // return config.name; // }, - registerBlock: (config: { name: string; blockExport: string }) => { + registerBlock: (config: { name: string; blockVariable: string }) => { // TODO: this logic should be part of CodeModel / BasicCodeModel const id = forModelList[forModelList.length - 1].path; const parts = decodeURIComponent(id.replace("file:///", "")).split("/"); diff --git a/packages/frame/src/runtime/executor/resolver/TypeCellModuleResolver.ts b/packages/frame/src/runtime/executor/resolver/TypeCellModuleResolver.ts index ef9ceb2b0..dd62c16a5 100644 --- a/packages/frame/src/runtime/executor/resolver/TypeCellModuleResolver.ts +++ b/packages/frame/src/runtime/executor/resolver/TypeCellModuleResolver.ts @@ -40,14 +40,14 @@ export class TypeCellModuleResolver { return cached; } const provider = await this.createTypeCellCompiledCodeProvider(moduleName); - const engine = new ReactiveEngine((moduleName, forModel, runContext) => - this.resolverForNestedModules( + const engine = new ReactiveEngine((moduleName, forModel, runContext) => { + return this.resolverForNestedModules( moduleName, [...forModelList, forModel], runContext, editorStore, - ), - ); + ); + }); // eslint-disable-next-line @typescript-eslint/no-explicit-any engine.registerModelProvider(provider as any); // TODO diff --git a/packages/server/package.json b/packages/server/package.json index e103e667f..558553c6f 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -6,15 +6,15 @@ "@typecell-org/shared": "^0.0.3", "@typecell-org/shared-test": "^0.0.3", "@typecell-org/util": "^0.0.3", - "@hocuspocus/extension-database": "^2.4.0", - "@hocuspocus/extension-logger": "^2.4.0", - "@hocuspocus/server": "^2.4.0", + "@hocuspocus/extension-database": "2.4.0", + "@hocuspocus/extension-logger": "2.4.0", + "@hocuspocus/server": "2.4.0", "@supabase/supabase-js": "^2.12.1", "vscode-lib": "^0.1.2", "dotenv": "^16.3.1" }, "devDependencies": { - "@hocuspocus/provider": "^2.4.0", + "@hocuspocus/provider": "2.4.0", "@playwright/test": "^1.33.0", "@vitest/coverage-v8": "^0.33.0", "jsdom": "^22.1.0", diff --git a/packages/server/test.sql b/packages/server/test.sql new file mode 100644 index 000000000..31c3159d8 --- /dev/null +++ b/packages/server/test.sql @@ -0,0 +1,3016 @@ +-- +-- PostgreSQL database dump +-- + +-- Dumped from database version 15.1 (Ubuntu 15.1-1.pgdg20.04+1) +-- Dumped by pg_dump version 15.3 (Ubuntu 15.3-1.pgdg20.04+1) + +SET statement_timeout = 0; +SET lock_timeout = 0; +SET idle_in_transaction_session_timeout = 0; +SET client_encoding = 'UTF8'; +SET standard_conforming_strings = on; +SELECT pg_catalog.set_config('search_path', '', false); +SET check_function_bodies = false; +SET xmloption = content; +SET client_min_messages = warning; +SET row_security = off; + +-- +-- Data for Name: audit_log_entries; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + +INSERT INTO "auth"."audit_log_entries" ("instance_id", "id", "payload", "created_at", "ip_address") VALUES + ('00000000-0000-0000-0000-000000000000', 'f483ea6f-dd65-4e28-8703-e75ac3250f9f', '{"action":"user_signedup","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"google"}}', '2023-09-06 11:21:45.016216+00', ''), + ('00000000-0000-0000-0000-000000000000', '475cfb0b-0a59-42fa-bb24-2dad9b43bf2d', '{"action":"user_modified","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-06 11:21:49.449512+00', ''), + ('00000000-0000-0000-0000-000000000000', '83152f90-4deb-412b-8089-be376efca8f2', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-06 12:38:10.035608+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a892578a-3ce2-43cb-89bc-ebfa13c7f054', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-06 12:38:10.036966+00', ''), + ('00000000-0000-0000-0000-000000000000', '05a4623a-70ac-442c-9e89-8b626ad210ae', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-06 12:38:15.243237+00', ''), + ('00000000-0000-0000-0000-000000000000', '67515620-ac59-4916-947a-e3fd1870fa64', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-06 19:39:48.026147+00', ''), + ('00000000-0000-0000-0000-000000000000', '25b15a40-58bc-457d-b1ba-342521b21c38', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-07 05:51:37.67901+00', ''), + ('00000000-0000-0000-0000-000000000000', '58aea84b-0e46-4ec4-9fbe-ed1075cf9167', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-07 05:51:37.681971+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f24c057e-208b-4bd9-8e45-0fe9e6494aea', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-07 07:09:34.42511+00', ''), + ('00000000-0000-0000-0000-000000000000', 'aadbc9cb-59bb-4fe6-b9a4-5667288ded9a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-07 07:40:23.731822+00', ''), + ('00000000-0000-0000-0000-000000000000', '81fa6288-16b6-4743-97f9-889a186aef14', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-07 07:40:23.733349+00', ''), + ('00000000-0000-0000-0000-000000000000', '0bb83adc-09df-419e-be3f-b048427cfd64', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"github"}}', '2023-09-21 08:05:41.588961+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd8172e7b-38de-4f8f-a5a4-3596db304f66', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-21 08:29:59.822092+00', ''), + ('00000000-0000-0000-0000-000000000000', '8f62d08a-d8af-4ce4-a520-790121e10491', '{"action":"user_recovery_requested","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-21 09:07:28.151648+00', ''), + ('00000000-0000-0000-0000-000000000000', '2913e051-69cb-47ee-98a1-d8ac9ae51bcc', '{"action":"user_signedup","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-21 09:56:28.911667+00', ''), + ('00000000-0000-0000-0000-000000000000', '2c5acbb3-a346-4486-a148-58f751a82e5a', '{"action":"login","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-21 09:56:28.915746+00', ''), + ('00000000-0000-0000-0000-000000000000', '46bf2a12-82f2-4232-a501-b3bc3bfa4d52', '{"action":"user_modified","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-21 09:56:32.896409+00', ''), + ('00000000-0000-0000-0000-000000000000', '83db1ecd-b4f1-4870-97f2-c95794f2fab8', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.372148+00', ''), + ('00000000-0000-0000-0000-000000000000', '33ec8569-0071-4bd5-963a-eb130a29e584', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.398477+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ccb5f285-d626-4287-a53d-ae4bdbf4c9b8', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.416586+00', ''), + ('00000000-0000-0000-0000-000000000000', 'abb0f6e9-6799-4689-aa1c-62a937c811be', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.422834+00', ''), + ('00000000-0000-0000-0000-000000000000', '0dde16c9-8ebc-499a-a8b4-2b43ab5c8543', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.50679+00', ''), + ('00000000-0000-0000-0000-000000000000', '55b1a335-1435-4561-9c56-284b2621a92c', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.513317+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a6438f35-f1df-46a2-9d1f-12db78a5b6dc', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.759227+00', ''), + ('00000000-0000-0000-0000-000000000000', '45df1d33-5dca-49b7-9b8e-4fb100acc764', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.782245+00', ''), + ('00000000-0000-0000-0000-000000000000', '61114af7-8592-416c-b66c-9cb8bd78ff10', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.804339+00', ''), + ('00000000-0000-0000-0000-000000000000', '09a7ed38-4a82-4224-be3b-40b8b8fbd40d', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.808411+00', ''), + ('00000000-0000-0000-0000-000000000000', '7112a9fb-0c45-4f5d-8abb-37304acd77af', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.805403+00', ''), + ('00000000-0000-0000-0000-000000000000', '4dfa07e7-da8b-41f5-a924-a414437b4a82', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.808806+00', ''), + ('00000000-0000-0000-0000-000000000000', '01353c76-475b-42bc-bf9c-8051f361ae4a', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.815478+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dfcad96d-4f22-4a15-a448-9839304b8904', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:14.815402+00', ''), + ('00000000-0000-0000-0000-000000000000', '450b7a8f-a236-4509-ad5f-59aa4652894f', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:15.207925+00', ''), + ('00000000-0000-0000-0000-000000000000', '69924edc-4fdc-4d51-894e-b8a146607ff9', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:15.210336+00', ''), + ('00000000-0000-0000-0000-000000000000', '627449bc-26b9-4fb5-96c4-6303e88e2044', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 14:21:04.724379+00', ''), + ('00000000-0000-0000-0000-000000000000', '15dc010b-8315-4fe2-aa75-bf95e3578b0a', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 14:21:04.727692+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e2862b14-c3f9-4180-a962-fd9f2d00928c', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 14:21:05.360412+00', ''), + ('00000000-0000-0000-0000-000000000000', '8e18e7df-001c-4cbe-b84f-814b507f2876', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 14:21:05.363452+00', ''), + ('00000000-0000-0000-0000-000000000000', '434c4da4-8c5f-497c-b637-22a18baf40c0', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 19:28:47.106612+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ca71107b-fa2c-4c2d-8a76-fb73d91d689c', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 19:28:47.109931+00', ''), + ('00000000-0000-0000-0000-000000000000', 'db5fde00-35aa-4aef-ab62-5c616c588a78', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 19:28:47.78971+00', ''), + ('00000000-0000-0000-0000-000000000000', 'aef02eda-739f-48d5-99bc-7d401bac6791', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 19:28:47.790883+00', ''), + ('00000000-0000-0000-0000-000000000000', '0768b70e-2a6b-4406-bed8-c84139833c30', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-22 11:25:11.735414+00', ''), + ('00000000-0000-0000-0000-000000000000', '88ab393b-6c28-4489-acd1-9d10f4a060b4', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-22 11:25:11.739039+00', ''), + ('00000000-0000-0000-0000-000000000000', '2414c02b-0178-4000-878b-4f5afeb2630b', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-22 11:25:12.254344+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f30cac3d-b4c1-49b9-983d-6cbfbf7b493f', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-22 11:25:12.25503+00', ''), + ('00000000-0000-0000-0000-000000000000', '5437ac20-487d-4f98-8356-77108c692628', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-22 12:43:55.699228+00', ''), + ('00000000-0000-0000-0000-000000000000', '77b8ec37-07c4-4b24-b5e3-68e7de44ccbf', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-22 12:43:55.722702+00', ''), + ('00000000-0000-0000-0000-000000000000', '6fd96b5c-f8bc-4145-a592-dc0662ee3808', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-22 12:43:56.1112+00', ''), + ('00000000-0000-0000-0000-000000000000', '6b31cbdf-c602-49d6-8fb1-acf3ce7306e9', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-22 12:43:56.111941+00', ''), + ('00000000-0000-0000-0000-000000000000', '6acf8a67-1d60-4d43-a8bb-d371bb94a05e', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:15.215205+00', ''), + ('00000000-0000-0000-0000-000000000000', '9016134c-3298-4243-8e14-d6c0de30687e', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:15.216098+00', ''), + ('00000000-0000-0000-0000-000000000000', '8db0db58-1afd-4ad0-9515-4952c7bc241c', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:15.227371+00', ''), + ('00000000-0000-0000-0000-000000000000', '8373e02d-493c-4ea3-be25-31fb576074d3', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-21 11:56:15.228285+00', ''), + ('00000000-0000-0000-0000-000000000000', '44131d10-8049-4511-8d72-c3f5df921548', '{"action":"token_refreshed","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-22 14:14:50.400135+00', ''), + ('00000000-0000-0000-0000-000000000000', '68529c80-cd66-475d-9555-f6356901532a', '{"action":"token_revoked","actor_id":"8db53086-46b9-4f46-be8a-a81df3cbdb33","actor_username":"yousefdardiry+3333@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-22 14:14:50.402023+00', ''), + ('00000000-0000-0000-0000-000000000000', '431d67fa-d395-4ef1-be0a-bbda67c18aaa', '{"action":"user_recovery_requested","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:43:52.14187+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f934a58d-04d5-4fda-8152-c3dc01ac08ce', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:45:20.335244+00', ''), + ('00000000-0000-0000-0000-000000000000', '22f2d775-2005-4108-9d29-453aa9a4b093', '{"action":"user_recovery_requested","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:46:35.671188+00', ''), + ('00000000-0000-0000-0000-000000000000', '4dc2a8fa-b02b-43ac-8a34-0287d43456c0', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:46:54.434839+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cb27b588-5c38-43f6-b61e-3b30545a03b1', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:47:38.637665+00', ''), + ('00000000-0000-0000-0000-000000000000', 'caac9ae0-aeb6-4db0-ba63-065a859b4b2a', '{"action":"user_recovery_requested","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:47:45.318372+00', ''), + ('00000000-0000-0000-0000-000000000000', 'de0b3794-09d8-426e-94d7-d29338fa7468', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:48:02.703322+00', ''), + ('00000000-0000-0000-0000-000000000000', '1fd1479e-02b6-4c22-802d-605c9423fad5', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:53:22.903285+00', ''), + ('00000000-0000-0000-0000-000000000000', '8a42a8f6-6c4c-4180-9ed9-8909742e985b', '{"action":"user_recovery_requested","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:53:35.365473+00', ''), + ('00000000-0000-0000-0000-000000000000', '521324f5-39be-4625-8901-8954518ba673', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:53:44.359373+00', ''), + ('00000000-0000-0000-0000-000000000000', 'debf8dce-619d-4946-98d5-73df8501306c', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:54:29.762376+00', ''), + ('00000000-0000-0000-0000-000000000000', '685a9b38-b74f-473f-9391-f430a0ac598c', '{"action":"user_recovery_requested","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:54:40.340234+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ffd0e602-027b-4862-9a29-7abab9f09c91', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:55:01.619363+00', ''), + ('00000000-0000-0000-0000-000000000000', '0d4709e1-3f6d-4a5b-af7e-2527cb3e62ee', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:55:42.414792+00', ''), + ('00000000-0000-0000-0000-000000000000', '364e2cce-d309-4dca-9299-ab8fd12814ea', '{"action":"user_recovery_requested","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:55:47.658544+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ea17f509-252f-4217-8a24-47121fbaeced', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:56:00.90822+00', ''), + ('00000000-0000-0000-0000-000000000000', '539d64f7-d6c0-40dd-9fcd-e9bb1883df93', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:56:15.901144+00', ''), + ('00000000-0000-0000-0000-000000000000', '94d85478-8961-4a07-902f-9a931d0be821', '{"action":"user_recovery_requested","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:56:20.962553+00', ''), + ('00000000-0000-0000-0000-000000000000', '5f68c05f-c32b-4c8c-bc7d-3c93eb4bcb58', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:56:31.49869+00', ''), + ('00000000-0000-0000-0000-000000000000', '3d593126-add5-4d28-8ae1-5eb4981fd651', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:57:39.630082+00', ''), + ('00000000-0000-0000-0000-000000000000', '21a351b4-7658-4759-b35e-b32181251539', '{"action":"user_recovery_requested","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:57:44.934045+00', ''), + ('00000000-0000-0000-0000-000000000000', '4cc61737-2085-4ec4-95b1-26376d2584e2', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 14:57:55.403091+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ac03022a-f1d5-464c-a867-de608bcda4f9', '{"action":"user_updated_password","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:58:01.591843+00', ''), + ('00000000-0000-0000-0000-000000000000', '2005b8c0-315f-4b20-b56a-c1283f1918f7', '{"action":"user_modified","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:58:01.592774+00', ''), + ('00000000-0000-0000-0000-000000000000', '9988f298-e796-4688-b67e-b9d901bd0204', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-24 14:59:00.594258+00', ''), + ('00000000-0000-0000-0000-000000000000', '3aed31c8-4d52-4f41-b1f9-e489f2fad55c', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-24 14:59:02.473652+00', ''), + ('00000000-0000-0000-0000-000000000000', '13c9e123-413a-4830-96b2-831233f45369', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-24 14:59:03.126911+00', ''), + ('00000000-0000-0000-0000-000000000000', '41f6ee5f-5d9b-4837-a357-6dec6042894e', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-24 14:59:25.111236+00', ''), + ('00000000-0000-0000-0000-000000000000', '5b284505-5efb-4aa7-9034-43242e5b1847', '{"action":"user_updated_password","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:59:34.83642+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f50a47b1-250b-484b-87b5-41683f669c37', '{"action":"user_modified","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 14:59:34.837345+00', ''), + ('00000000-0000-0000-0000-000000000000', '62a62eae-0fd7-4bb8-8816-a572120ec40b', '{"action":"user_updated_password","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:06:27.756873+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f29c5bdc-24d3-4512-b1c3-9468a7c7e803', '{"action":"user_modified","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:06:27.75756+00', ''), + ('00000000-0000-0000-0000-000000000000', '1bd76cf6-d3f9-4a32-8b86-759cb43b588b', '{"action":"user_updated_password","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:06:50.788938+00', ''), + ('00000000-0000-0000-0000-000000000000', '354d976e-8a28-45e4-9f85-5c375856307c', '{"action":"user_modified","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:06:50.789729+00', ''), + ('00000000-0000-0000-0000-000000000000', '179c440b-91e1-4a00-9699-da5065ee132a', '{"action":"user_updated_password","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:07:18.376666+00', ''), + ('00000000-0000-0000-0000-000000000000', '1967068d-1046-431d-81f9-066c4c29f50d', '{"action":"user_modified","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:07:18.377129+00', ''), + ('00000000-0000-0000-0000-000000000000', '5f72769b-8786-4d2d-928c-a14382b8d02d', '{"action":"user_updated_password","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:08:52.618005+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fafcbfbf-3036-45b3-9922-a9bc9421e757', '{"action":"user_modified","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:08:52.618671+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f633d1c5-2273-459a-9672-6b7e9e4efe90', '{"action":"user_updated_password","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:09:45.52324+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cc9e882b-58b3-465f-b4a3-29dee1281fb5', '{"action":"user_modified","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:09:45.523892+00', ''), + ('00000000-0000-0000-0000-000000000000', '56146ce4-c2df-4512-9882-29a1c070aef2', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 15:09:55.194297+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cc24f014-7719-484d-b5aa-aa547d96248d', '{"action":"user_recovery_requested","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:10:06.240635+00', ''), + ('00000000-0000-0000-0000-000000000000', '149fb331-e03c-4bd9-bb54-78300a45e948', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 15:10:18.579836+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f8ddc183-7c72-4801-9d74-b49544e0be8c', '{"action":"user_updated_password","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:10:24.619392+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd761b3b8-4f1b-495d-b08c-8fc6fd1b2f5e', '{"action":"user_modified","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:10:24.619965+00', ''), + ('00000000-0000-0000-0000-000000000000', '3a5a8430-da17-4893-86f3-f0993d1dffba', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 15:10:28.402579+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fa4aeb8c-5e34-44c1-8a2a-9f952967d56a', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-24 15:10:33.257588+00', ''), + ('00000000-0000-0000-0000-000000000000', '982671ab-59f7-42d8-84dd-d37d61eea385', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 15:10:40.33073+00', ''), + ('00000000-0000-0000-0000-000000000000', '6457882d-239d-4114-9077-9cc52df4479c', '{"action":"user_recovery_requested","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-24 15:10:45.07317+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f3ccf2ac-540d-492f-9bb8-ebcb65072259', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-24 15:10:55.803126+00', ''), + ('00000000-0000-0000-0000-000000000000', '7b7b8ed1-dc05-4af1-aa68-b0d22d1a2e78', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-24 18:46:17.35401+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd1e44c88-de0b-4e5e-a481-57cabdc52751', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-24 18:46:17.355319+00', ''), + ('00000000-0000-0000-0000-000000000000', '710991d1-66bd-4f7d-84d8-eb302ebdbb40', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-24 19:16:01.089935+00', ''), + ('00000000-0000-0000-0000-000000000000', '924ad347-dc28-40bd-980e-9a4b739cb4fc', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-24 19:45:41.276494+00', ''), + ('00000000-0000-0000-0000-000000000000', '9b751244-89da-49c9-b545-7881571b6953', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.076078+00', ''), + ('00000000-0000-0000-0000-000000000000', '142e9977-7f3b-404e-a2bc-a4a7b77984b1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.074625+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c66f48ba-c1b5-4aff-8fcc-3ef1882439cd', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.080248+00', ''), + ('00000000-0000-0000-0000-000000000000', '47bcaafa-6863-438f-a41f-7ebfcf34f93d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.079978+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bc088cce-6c7f-46bb-833a-e08faab2bd9e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.099045+00', ''), + ('00000000-0000-0000-0000-000000000000', '68749cb9-2030-4d8e-b116-e9d202292ece', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.100431+00', ''), + ('00000000-0000-0000-0000-000000000000', '0e3dcb77-c538-4777-b74c-58e2ff091bfc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.108637+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b45a4625-546d-415b-a8f4-1a5d645f3a17', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.109306+00', ''), + ('00000000-0000-0000-0000-000000000000', '4698556f-2f95-4029-9116-ede52a5fd9fa', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.109553+00', ''), + ('00000000-0000-0000-0000-000000000000', '30d7daa3-7cdd-431c-8d30-d6e782dfe4d9', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.112712+00', ''), + ('00000000-0000-0000-0000-000000000000', '212a6868-5e2e-42a3-a279-a59b2c693578', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.16927+00', ''), + ('00000000-0000-0000-0000-000000000000', '4dd80ae9-1e6d-4787-b33e-fa89ac43a5f0', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.171346+00', ''), + ('00000000-0000-0000-0000-000000000000', '4242b959-c91b-41b9-a532-07ad07c279f1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.866353+00', ''), + ('00000000-0000-0000-0000-000000000000', '52e6558d-9ae2-4994-b126-b97cd1352848', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 01:05:52.867317+00', ''), + ('00000000-0000-0000-0000-000000000000', '79e784b6-857b-488b-9446-72c9552faac1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 02:11:44.897389+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dbe23ee9-9187-4c40-aba8-212de80ac23c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 02:11:44.898356+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e3551c6f-93f3-4ae9-9045-23eeff83505d', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-25 02:49:34.044131+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e05ccac3-dfc2-44b5-8903-7f7be9d918d9', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-25 10:27:34.482033+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd2584545-d4df-4493-876a-fac10b049585', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-25 10:31:34.4183+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd7051b08-5712-496c-96d7-e164939bb281', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-25 10:31:40.165084+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fdb249f8-16ab-4614-ad0f-50baf0b8ac00', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-25 10:40:35.280856+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f37237ab-23e0-471f-9ce7-acb8edcd82f3', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-25 10:40:44.569751+00', ''), + ('00000000-0000-0000-0000-000000000000', '11ffef31-7613-4abb-924c-dbcd7ded1ca1', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-25 10:48:50.190978+00', ''), + ('00000000-0000-0000-0000-000000000000', '976c075a-e933-40ea-a811-44ac6fb4fe56', '{"action":"user_signedup","actor_id":"85df9c51-0006-42e0-a8c7-97cfd69ad912","actor_username":"yousefdardiry+99911@gmail.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-25 10:48:56.641135+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c229b0ab-ab56-4dc8-8847-744f7208954f', '{"action":"login","actor_id":"85df9c51-0006-42e0-a8c7-97cfd69ad912","actor_username":"yousefdardiry+99911@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-25 10:48:56.642482+00', ''), + ('00000000-0000-0000-0000-000000000000', '6da4a9f1-895b-4400-8e59-2917e28aa82c', '{"action":"user_modified","actor_id":"85df9c51-0006-42e0-a8c7-97cfd69ad912","actor_username":"yousefdardiry+99911@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-25 10:49:14.169421+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f5f3e7a5-cc80-4f5c-9f12-73436b291e21', '{"action":"logout","actor_id":"85df9c51-0006-42e0-a8c7-97cfd69ad912","actor_username":"yousefdardiry+99911@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-25 10:49:18.058911+00', ''), + ('00000000-0000-0000-0000-000000000000', '4ce3ba2f-b6b3-4ce3-849f-505cf6d23051', '{"action":"user_confirmation_requested","actor_id":"3e63f0ac-401b-486c-bfeb-6c3392be9d44","actor_username":"yousefdardiry+11999@gmail.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-25 10:51:36.307203+00', ''), + ('00000000-0000-0000-0000-000000000000', '4819b8f1-5534-448d-bc76-4a713cea2c13', '{"action":"user_confirmation_requested","actor_id":"326d442b-cf5f-4978-a963-27022a3d79b4","actor_username":"yousefdardiry+hello999@gmail.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-25 11:44:52.637894+00', ''), + ('00000000-0000-0000-0000-000000000000', '20e27129-43c1-41a7-9ab3-22be0a91ae51', '{"action":"user_signedup","actor_id":"326d442b-cf5f-4978-a963-27022a3d79b4","actor_username":"yousefdardiry+hello999@gmail.com","actor_via_sso":false,"log_type":"team"}', '2023-09-25 11:45:13.414698+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a866da49-cb31-414d-93f1-80925c9504dd', '{"action":"user_modified","actor_id":"326d442b-cf5f-4978-a963-27022a3d79b4","actor_username":"yousefdardiry+hello999@gmail.com","actor_via_sso":false,"log_type":"user"}', '2023-09-25 11:45:19.097376+00', ''), + ('00000000-0000-0000-0000-000000000000', '3a30fdeb-b6e7-428b-8a49-631fcaea9ff6', '{"action":"logout","actor_id":"326d442b-cf5f-4978-a963-27022a3d79b4","actor_username":"yousefdardiry+hello999@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-25 12:07:09.824549+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e86fe477-6d14-419c-88c0-443c2ba8633e', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-25 12:12:37.277329+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e2eaf5d9-25cc-4387-b6e9-6d043f2d93c5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 13:12:58.365426+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a7607fed-3c90-4cea-addc-5508bd8b1a6c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 13:12:58.366377+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f7d2b6bd-e2da-47fc-b183-35f33235baa8', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 14:09:45.015902+00', ''), + ('00000000-0000-0000-0000-000000000000', '08e5ace2-f289-459c-a62b-16a379f6ac96', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 14:09:45.016634+00', ''), + ('00000000-0000-0000-0000-000000000000', '25b80e0c-9a9a-46b3-a873-64dc4ffa7e93', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 14:09:45.016794+00', ''), + ('00000000-0000-0000-0000-000000000000', '1c890d7a-ab12-49f7-85ad-0620d15048e3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-25 14:09:45.017256+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c516333d-12ec-464b-90c0-e524df9c660b', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-25 15:01:05.428091+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fa373511-cb8c-46c0-b664-5fa3be33f2d5', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-25 15:11:36.432544+00', ''), + ('00000000-0000-0000-0000-000000000000', '037f832b-e5ab-4637-a533-061ae725dd96', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-25 18:13:47.739319+00', ''), + ('00000000-0000-0000-0000-000000000000', '80a8b74c-14cd-4684-a6e1-7576bc55219d', '{"action":"user_confirmation_requested","actor_id":"881e36a9-4db8-43bd-a84b-96e8e65b0e06","actor_username":"alice_krvhr@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:46:07.379901+00', ''), + ('00000000-0000-0000-0000-000000000000', '78e004b3-ec4b-4e5d-afe3-19d4105bc96e', '{"action":"user_confirmation_requested","actor_id":"5aa5b8e4-6908-460e-899d-4835c10cbf0b","actor_username":"alice_ndsjj@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:46:14.822082+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bb81f4be-a393-4608-a8b9-c0d974e331ab', '{"action":"user_confirmation_requested","actor_id":"d349ee4a-ee4f-4af0-9f4b-b4963b6b4c16","actor_username":"alice_uufzv@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:46:14.834649+00', ''), + ('00000000-0000-0000-0000-000000000000', '8b7ed1bf-95f1-4a46-9e2c-e46b08466360', '{"action":"user_confirmation_requested","actor_id":"c98c8ca4-fa92-4fb9-a2f5-10e7956abaa5","actor_username":"alice_azrou@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:46:14.858073+00', ''), + ('00000000-0000-0000-0000-000000000000', 'da6ec2d5-3cc8-471b-afd1-a5281baa575c', '{"action":"user_confirmation_requested","actor_id":"bc8d107f-158f-48e8-93e0-c4ea82e8df89","actor_username":"alice_qwzmj@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:46:14.86676+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f44f7be0-d453-41a7-95e7-62c97ce75ed4', '{"action":"user_confirmation_requested","actor_id":"08badb10-e884-49fd-af73-25cedc7c54d3","actor_username":"alice_opybj@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:46:14.880983+00', ''), + ('00000000-0000-0000-0000-000000000000', '40183b79-36dd-4346-b4ca-ab3e910dbc69', '{"action":"user_confirmation_requested","actor_id":"0d2afc36-0145-4d67-80b1-6ddf68df49d7","actor_username":"bob_wtxxr@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:46:14.930831+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b11912d6-19f3-4bc5-9c22-93783c7dcef7', '{"action":"user_confirmation_requested","actor_id":"1be57fd2-9cfb-49c7-a1ad-b829baf9e771","actor_username":"bob_dosbl@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:46:14.948369+00', ''), + ('00000000-0000-0000-0000-000000000000', '6a7d4369-08da-494a-843b-ea2a56aed1b3', '{"action":"user_confirmation_requested","actor_id":"47779733-97f9-4e44-bc90-420c1bfe164b","actor_username":"bob_zfvqb@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:46:14.982909+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f799ae46-da20-4a76-9f2a-2323f42bf351', '{"action":"user_confirmation_requested","actor_id":"fba8eae4-86e1-439c-b54b-25bf49da2492","actor_username":"bob_iogha@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:46:14.983687+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ebee1118-e444-43b2-be52-d800fb4a09a9', '{"action":"user_signedup","actor_id":"00000000-0000-0000-0000-000000000000","actor_username":"service_role","actor_via_sso":false,"log_type":"team","traits":{"user_email":"user2-1695717974893@emailasdf.com","user_id":"9f182853-7db3-4461-a95d-deca56c5a631","user_phone":""}}', '2023-09-26 08:46:14.993629+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c1b37a6d-4e35-4252-9d53-0bfddeefbbe8', '{"action":"user_confirmation_requested","actor_id":"96f0d8e3-95ed-480a-a504-c7610993aaa1","actor_username":"alice_bofft@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:50:27.610949+00', ''), + ('00000000-0000-0000-0000-000000000000', '9654638d-5152-4504-b772-5483efdf8d17', '{"action":"user_confirmation_requested","actor_id":"2ba3dc3d-3cf0-444f-a024-279f7946ea72","actor_username":"alice_vpuvv@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:50:35.020511+00', ''), + ('00000000-0000-0000-0000-000000000000', '09bcf555-6a8d-4412-9335-5e3b46614aa2', '{"action":"user_confirmation_requested","actor_id":"06d2eff9-06de-4f3f-b3a2-8a83a5943b42","actor_username":"alice_jkxtn@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:50:35.021961+00', ''), + ('00000000-0000-0000-0000-000000000000', 'db642b15-6725-46c2-9baa-bb5e1df0942f', '{"action":"user_confirmation_requested","actor_id":"d000d0ff-2fbc-46a6-a22d-c9583b3922fb","actor_username":"alice_bvrib@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:50:35.022302+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cfe8fe95-3f67-4e88-94d0-53ec4d6c6b75', '{"action":"user_confirmation_requested","actor_id":"8fc590f2-3403-4b73-9871-06e793348366","actor_username":"alice_ogwcx@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:50:35.023859+00', ''), + ('00000000-0000-0000-0000-000000000000', '124700d3-cba3-44fc-ad4e-637e90fcf5f9', '{"action":"user_confirmation_requested","actor_id":"4e468493-74c0-4589-abf7-5080b07a730c","actor_username":"alice_flowg@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:50:35.086451+00', ''), + ('00000000-0000-0000-0000-000000000000', '5517aa4a-8856-4fa3-9cdf-d717f1d8bef2', '{"action":"user_confirmation_requested","actor_id":"19e082d9-1ee6-4adc-97a0-9330bfa45f04","actor_username":"bob_vbsmc@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:50:35.122877+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f64973f4-9ceb-4df8-8099-7e74e730896e', '{"action":"user_confirmation_requested","actor_id":"c0081b7f-6160-451a-bc2a-de274e4660d6","actor_username":"bob_ijljn@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:50:35.123645+00', ''), + ('00000000-0000-0000-0000-000000000000', '3beb1404-edab-4807-8b0f-f615e10e6c83', '{"action":"user_confirmation_requested","actor_id":"c0a67054-47a6-4187-8587-71eb14d086da","actor_username":"bob_rxqip@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:50:35.134059+00', ''), + ('00000000-0000-0000-0000-000000000000', '6b74d5c6-23f7-4f96-a19a-5541952bcff8', '{"action":"user_signedup","actor_id":"00000000-0000-0000-0000-000000000000","actor_username":"service_role","actor_via_sso":false,"log_type":"team","traits":{"user_email":"user2-1695718235043@emailasdf.com","user_id":"ef3ec16b-df73-4cdb-8009-47fceca8aec3","user_phone":""}}', '2023-09-26 08:50:35.143989+00', ''), + ('00000000-0000-0000-0000-000000000000', '7860f4d8-83ca-48a6-aedd-1f5d3977cbec', '{"action":"user_confirmation_requested","actor_id":"b9d5a236-768b-4bf2-8117-d0f01a58698b","actor_username":"bob_vnrll@email.com","actor_via_sso":false,"log_type":"user","traits":{"provider":"email"}}', '2023-09-26 08:50:35.18269+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c96d9b6c-ffbb-4414-8776-41d75bf9ca6f', '{"action":"user_signedup","actor_id":"00000000-0000-0000-0000-000000000000","actor_username":"service_role","actor_via_sso":false,"log_type":"team","traits":{"user_email":"user2-1695718597524@emailasdf.com","user_id":"1791a9e0-858a-4815-b4ee-a89ded0a2613","user_phone":""}}', '2023-09-26 08:56:37.602689+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ecac9113-9919-46de-8166-6512ce3cf11f', '{"action":"user_signedup","actor_id":"aa652fbb-8340-4fce-a668-d449cd5fe188","actor_username":"alice_obwtg@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:09.607772+00', ''), + ('00000000-0000-0000-0000-000000000000', '6a873e60-1d12-4f5c-8bd7-fe428c37c40f', '{"action":"login","actor_id":"aa652fbb-8340-4fce-a668-d449cd5fe188","actor_username":"alice_obwtg@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:09.640429+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e70f41bb-77ca-4fb8-b28d-8c1a65321920', '{"action":"user_modified","actor_id":"aa652fbb-8340-4fce-a668-d449cd5fe188","actor_username":"alice_obwtg@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:09.841415+00', ''), + ('00000000-0000-0000-0000-000000000000', '3fd2dff9-77eb-4e36-b44b-9b3c25ccbb23', '{"action":"user_signedup","actor_id":"792f56ae-0ef7-40f3-9367-44cd9d88c8e8","actor_username":"bob_jlwfp@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:10.163851+00', ''), + ('00000000-0000-0000-0000-000000000000', '3ef66561-dbd1-418d-bcf7-1f15ca314aa9', '{"action":"login","actor_id":"792f56ae-0ef7-40f3-9367-44cd9d88c8e8","actor_username":"bob_jlwfp@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:10.194169+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c78b7284-a487-40f5-af10-40c450bdd83b', '{"action":"user_modified","actor_id":"792f56ae-0ef7-40f3-9367-44cd9d88c8e8","actor_username":"bob_jlwfp@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:10.241347+00', ''), + ('00000000-0000-0000-0000-000000000000', '31b6f8e2-b0db-4730-8b96-9ca69fdfe5e5', '{"action":"logout","actor_id":"aa652fbb-8340-4fce-a668-d449cd5fe188","actor_username":"alice_obwtg@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:11.184257+00', ''), + ('00000000-0000-0000-0000-000000000000', '9730e76b-7c21-46fc-9701-1178a26eedef', '{"action":"logout","actor_id":"792f56ae-0ef7-40f3-9367-44cd9d88c8e8","actor_username":"bob_jlwfp@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:11.216018+00', ''), + ('00000000-0000-0000-0000-000000000000', '1238ba7a-8a3c-4a83-8a6f-2e018607672f', '{"action":"user_signedup","actor_id":"29589c5b-98d3-4ac7-9762-570f66c041ba","actor_username":"alice_jtxwq@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:11.347011+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fc824ebe-22e3-444b-8972-792dbb5fcd6d', '{"action":"login","actor_id":"29589c5b-98d3-4ac7-9762-570f66c041ba","actor_username":"alice_jtxwq@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:11.375532+00', ''), + ('00000000-0000-0000-0000-000000000000', '1bd8131c-00fd-49b3-8f82-75d47a525206', '{"action":"user_modified","actor_id":"29589c5b-98d3-4ac7-9762-570f66c041ba","actor_username":"alice_jtxwq@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:11.490594+00', ''), + ('00000000-0000-0000-0000-000000000000', '22854e9f-ced2-424e-b11d-95507cce3afe', '{"action":"user_signedup","actor_id":"14b87377-58b7-45dc-9628-4e576387ab4f","actor_username":"bob_gxntp@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:11.747983+00', ''), + ('00000000-0000-0000-0000-000000000000', '47f1b621-f5f3-4a7b-9aba-0ed567d53d31', '{"action":"login","actor_id":"14b87377-58b7-45dc-9628-4e576387ab4f","actor_username":"bob_gxntp@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:11.770684+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b432d1d3-9fd9-4bbf-81d0-8dd6a9b1b701', '{"action":"user_modified","actor_id":"14b87377-58b7-45dc-9628-4e576387ab4f","actor_username":"bob_gxntp@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:11.9325+00', ''), + ('00000000-0000-0000-0000-000000000000', '1119b53c-5860-4a22-8ee7-b0ee80437497', '{"action":"logout","actor_id":"29589c5b-98d3-4ac7-9762-570f66c041ba","actor_username":"alice_jtxwq@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:13.244595+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a40e3a07-dbac-41da-8b2f-1e5ec2565fcc', '{"action":"logout","actor_id":"14b87377-58b7-45dc-9628-4e576387ab4f","actor_username":"bob_gxntp@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:13.269133+00', ''), + ('00000000-0000-0000-0000-000000000000', '22965387-1c5d-4691-8c5b-f61195f7722d', '{"action":"user_signedup","actor_id":"532258e3-6b30-4df9-975f-eef4216f0216","actor_username":"alice_gvzut@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:13.38722+00', ''), + ('00000000-0000-0000-0000-000000000000', '3a9d7bcf-9674-4664-8099-5a4876661666', '{"action":"login","actor_id":"532258e3-6b30-4df9-975f-eef4216f0216","actor_username":"alice_gvzut@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:13.416498+00', ''), + ('00000000-0000-0000-0000-000000000000', '29cc610a-c928-4527-974a-faebb6583da5', '{"action":"user_modified","actor_id":"532258e3-6b30-4df9-975f-eef4216f0216","actor_username":"alice_gvzut@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:13.553439+00', ''), + ('00000000-0000-0000-0000-000000000000', '342df52e-a44b-4cac-9ddb-11e905851b62', '{"action":"user_signedup","actor_id":"dd444b22-db46-48be-b0fe-d8f77ef2d315","actor_username":"bob_ogfxw@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:13.794193+00', ''), + ('00000000-0000-0000-0000-000000000000', '7bf961e0-fd3a-42d3-be15-a1d26f668715', '{"action":"login","actor_id":"dd444b22-db46-48be-b0fe-d8f77ef2d315","actor_username":"bob_ogfxw@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:13.825169+00', ''), + ('00000000-0000-0000-0000-000000000000', '39a3d839-9412-454f-a97a-cb95a0902830', '{"action":"user_modified","actor_id":"dd444b22-db46-48be-b0fe-d8f77ef2d315","actor_username":"bob_ogfxw@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:14.009425+00', ''), + ('00000000-0000-0000-0000-000000000000', '55cd0876-2c4d-42f2-a6d0-087288f4471d', '{"action":"logout","actor_id":"532258e3-6b30-4df9-975f-eef4216f0216","actor_username":"alice_gvzut@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:15.326048+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cc6687a2-4135-4b93-acc9-ae3332d5cb18', '{"action":"logout","actor_id":"dd444b22-db46-48be-b0fe-d8f77ef2d315","actor_username":"bob_ogfxw@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:15.338826+00', ''), + ('00000000-0000-0000-0000-000000000000', '5c5e0797-ebc6-432d-b9a6-bde47a6c24f5', '{"action":"user_signedup","actor_id":"aa171699-9a6b-479c-9436-6ac7163e9382","actor_username":"alice_tslhy@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:15.455593+00', ''), + ('00000000-0000-0000-0000-000000000000', '95276184-9174-47a9-8422-3729409b2ebb', '{"action":"login","actor_id":"aa171699-9a6b-479c-9436-6ac7163e9382","actor_username":"alice_tslhy@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:15.486703+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a250bf01-6eaf-4f5b-af40-686f75afe51a', '{"action":"user_modified","actor_id":"aa171699-9a6b-479c-9436-6ac7163e9382","actor_username":"alice_tslhy@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:15.650395+00', ''), + ('00000000-0000-0000-0000-000000000000', '670687a6-28c2-4cfd-b5ea-a574b5c96623', '{"action":"user_signedup","actor_id":"ce6a0ead-caac-4c2b-a46c-d8f7df146e75","actor_username":"bob_evvhg@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:15.910988+00', ''), + ('00000000-0000-0000-0000-000000000000', '76a77abe-8910-4218-baf6-4235029d43eb', '{"action":"login","actor_id":"ce6a0ead-caac-4c2b-a46c-d8f7df146e75","actor_username":"bob_evvhg@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:15.912577+00', ''), + ('00000000-0000-0000-0000-000000000000', 'acb77470-d18a-4024-9fa0-e5fd8f4c3029', '{"action":"user_modified","actor_id":"ce6a0ead-caac-4c2b-a46c-d8f7df146e75","actor_username":"bob_evvhg@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:16.109753+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b3da10ba-3e0e-4b9d-8a21-43c7ef59fe19', '{"action":"logout","actor_id":"1cd4f268-ddbd-4c2e-9319-11d1cc435102","actor_username":"testuser_ewpmp@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:23.879578+00', ''), + ('00000000-0000-0000-0000-000000000000', '2593b1a8-01a0-442f-af4b-c5c2ad2a62a0', '{"action":"user_signedup","actor_id":"8353e17b-eefb-4bca-a5e5-73a5a8dd84bd","actor_username":"testuser_duwlt@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:24.01467+00', ''), + ('00000000-0000-0000-0000-000000000000', '4533c525-3799-4ade-9db9-9d8d65c25cb9', '{"action":"login","actor_id":"8353e17b-eefb-4bca-a5e5-73a5a8dd84bd","actor_username":"testuser_duwlt@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:24.028957+00', ''), + ('00000000-0000-0000-0000-000000000000', '9bf1b93f-5997-47d6-b7f2-b769ea776f65', '{"action":"user_modified","actor_id":"8353e17b-eefb-4bca-a5e5-73a5a8dd84bd","actor_username":"testuser_duwlt@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:24.110288+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd1798cef-dd00-499b-a050-4d1056058e5f', '{"action":"logout","actor_id":"8353e17b-eefb-4bca-a5e5-73a5a8dd84bd","actor_username":"testuser_duwlt@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:24.555673+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e59c99f1-522b-40ca-8886-174fd016e554', '{"action":"user_signedup","actor_id":"81e967e1-c3a4-4b1f-aa6c-1fca43564165","actor_username":"testuser_nebbo@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:24.681228+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ccad9627-4b04-4522-ac76-aa07afe9f8b3', '{"action":"login","actor_id":"81e967e1-c3a4-4b1f-aa6c-1fca43564165","actor_username":"testuser_nebbo@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:24.695875+00', ''), + ('00000000-0000-0000-0000-000000000000', '1ec9e4ee-361a-404e-a6eb-210407dae691', '{"action":"user_modified","actor_id":"81e967e1-c3a4-4b1f-aa6c-1fca43564165","actor_username":"testuser_nebbo@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:24.787197+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c46c5f2e-548a-4d0b-8935-9266de8ed33c', '{"action":"logout","actor_id":"81e967e1-c3a4-4b1f-aa6c-1fca43564165","actor_username":"testuser_nebbo@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:25.231251+00', ''), + ('00000000-0000-0000-0000-000000000000', '5615f01b-ef1d-4e95-bcfd-a88514713e89', '{"action":"user_signedup","actor_id":"865c376f-7029-4f91-a3e8-aca3c8035d66","actor_username":"testuser_wcrsn@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:25.347017+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd0a2c975-0a5c-4d96-bc06-86f9dd598521', '{"action":"login","actor_id":"865c376f-7029-4f91-a3e8-aca3c8035d66","actor_username":"testuser_wcrsn@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:25.381606+00', ''), + ('00000000-0000-0000-0000-000000000000', '0b3c5cca-efdc-448d-9166-7f378625f268', '{"action":"user_modified","actor_id":"865c376f-7029-4f91-a3e8-aca3c8035d66","actor_username":"testuser_wcrsn@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:25.468286+00', ''), + ('00000000-0000-0000-0000-000000000000', '46693b61-cf0b-4c96-8b36-9d28fcf111ca', '{"action":"logout","actor_id":"865c376f-7029-4f91-a3e8-aca3c8035d66","actor_username":"testuser_wcrsn@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:25.854774+00', ''), + ('00000000-0000-0000-0000-000000000000', '80742a73-5c46-4797-ab16-0b2cc336c35c', '{"action":"user_signedup","actor_id":"59cd92c7-f8e2-4470-991a-28306ee1deb9","actor_username":"testuser_zoino@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:25.963652+00', ''), + ('00000000-0000-0000-0000-000000000000', '045b0fe3-e8d5-4bf8-957e-d95f0c234d4d', '{"action":"login","actor_id":"59cd92c7-f8e2-4470-991a-28306ee1deb9","actor_username":"testuser_zoino@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:25.998071+00', ''), + ('00000000-0000-0000-0000-000000000000', '864fe86d-f700-42e9-b00d-8bf05aa5017b', '{"action":"user_modified","actor_id":"59cd92c7-f8e2-4470-991a-28306ee1deb9","actor_username":"testuser_zoino@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:26.112547+00', ''), + ('00000000-0000-0000-0000-000000000000', '32f06255-c761-4870-83e5-0190db4cd5ef', '{"action":"logout","actor_id":"59cd92c7-f8e2-4470-991a-28306ee1deb9","actor_username":"testuser_zoino@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:27.443033+00', ''), + ('00000000-0000-0000-0000-000000000000', '7e1ea1c9-d3a8-4abd-b677-092987f757c6', '{"action":"user_signedup","actor_id":"5d94273b-6bf5-416c-8be0-12be9199625b","actor_username":"testuser_iyrmo@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:27.551077+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f37adbb3-5814-4293-8aa1-a78e9644377e', '{"action":"logout","actor_id":"aa171699-9a6b-479c-9436-6ac7163e9382","actor_username":"alice_tslhy@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:20.69741+00', ''), + ('00000000-0000-0000-0000-000000000000', '21800a28-1798-4d5d-935b-e9d2af3b2db1', '{"action":"logout","actor_id":"ce6a0ead-caac-4c2b-a46c-d8f7df146e75","actor_username":"bob_evvhg@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:20.719539+00', ''), + ('00000000-0000-0000-0000-000000000000', '109c15bd-314b-4014-ba7b-1c23b56136ee', '{"action":"user_signedup","actor_id":"7985c1e1-c269-4247-8bd5-ddc1ff7ad963","actor_username":"alice_yhlhj@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:20.846497+00', ''), + ('00000000-0000-0000-0000-000000000000', '4de427fc-6ee2-4b09-8cd6-5195e795de72', '{"action":"login","actor_id":"7985c1e1-c269-4247-8bd5-ddc1ff7ad963","actor_username":"alice_yhlhj@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:20.873465+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cfdf6f92-d300-4916-8252-85867e4e1681', '{"action":"user_signedup","actor_id":"04cac50e-6bce-41b5-8af7-d8cbb2263f4a","actor_username":"testuser_bqjha@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:21.005863+00', ''), + ('00000000-0000-0000-0000-000000000000', '40a52de8-9e43-4b8d-a8d6-58636537077d', '{"action":"login","actor_id":"04cac50e-6bce-41b5-8af7-d8cbb2263f4a","actor_username":"testuser_bqjha@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:21.007579+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b7638717-32ad-4401-81d2-7f6e1cc1521a', '{"action":"user_modified","actor_id":"04cac50e-6bce-41b5-8af7-d8cbb2263f4a","actor_username":"testuser_bqjha@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:21.052656+00', ''), + ('00000000-0000-0000-0000-000000000000', '91cd10e8-3363-4921-915c-50508a5c9f62', '{"action":"logout","actor_id":"04cac50e-6bce-41b5-8af7-d8cbb2263f4a","actor_username":"testuser_bqjha@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:21.340061+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c996d77c-f80d-48d3-aa6b-201a347d4727', '{"action":"user_signedup","actor_id":"2f2f214b-40b2-48f3-a235-7e6e8d6d6840","actor_username":"testuser_dafpf@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:21.457744+00', ''), + ('00000000-0000-0000-0000-000000000000', '2b381275-7f03-4e61-b241-5a1546da4d03', '{"action":"login","actor_id":"2f2f214b-40b2-48f3-a235-7e6e8d6d6840","actor_username":"testuser_dafpf@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:21.461972+00', ''), + ('00000000-0000-0000-0000-000000000000', 'abbac544-b673-4b82-a857-d52d6fb29e4d', '{"action":"user_modified","actor_id":"2f2f214b-40b2-48f3-a235-7e6e8d6d6840","actor_username":"testuser_dafpf@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:21.697687+00', ''), + ('00000000-0000-0000-0000-000000000000', '0e66c24d-cb80-43df-9dcd-d4e94b142b59', '{"action":"logout","actor_id":"2f2f214b-40b2-48f3-a235-7e6e8d6d6840","actor_username":"testuser_dafpf@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:23.079249+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dd12702c-d4fe-4977-990f-d1916a46b93c', '{"action":"user_signedup","actor_id":"1cd4f268-ddbd-4c2e-9319-11d1cc435102","actor_username":"testuser_ewpmp@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:23.194987+00', ''), + ('00000000-0000-0000-0000-000000000000', '342f3b37-fa98-4655-869d-eeb302412a45', '{"action":"login","actor_id":"1cd4f268-ddbd-4c2e-9319-11d1cc435102","actor_username":"testuser_ewpmp@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:23.221737+00', ''), + ('00000000-0000-0000-0000-000000000000', '606fa9ce-6f69-4223-baff-4c6389774a0a', '{"action":"user_modified","actor_id":"1cd4f268-ddbd-4c2e-9319-11d1cc435102","actor_username":"testuser_ewpmp@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:23.385191+00', ''), + ('00000000-0000-0000-0000-000000000000', '2b0ed201-1380-4a8c-8fa1-fb6cb6952ae2', '{"action":"user_signedup","actor_id":"de55e061-f61e-4ac3-8789-7a20de5cf4f0","actor_username":"alice_bxssi@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:31.253792+00', ''), + ('00000000-0000-0000-0000-000000000000', '8cdda3f4-b4d3-43d2-a9d2-5bea397badfc', '{"action":"login","actor_id":"5d94273b-6bf5-416c-8be0-12be9199625b","actor_username":"testuser_iyrmo@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:27.576613+00', ''), + ('00000000-0000-0000-0000-000000000000', '7694c8fe-6438-4494-8bdd-800976d565a3', '{"action":"user_modified","actor_id":"5d94273b-6bf5-416c-8be0-12be9199625b","actor_username":"testuser_iyrmo@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:27.850759+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd2925008-c637-4268-a0d2-8a067e52595d', '{"action":"logout","actor_id":"5d94273b-6bf5-416c-8be0-12be9199625b","actor_username":"testuser_iyrmo@email.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 08:59:29.360504+00', ''), + ('00000000-0000-0000-0000-000000000000', '847a83f0-c707-4644-803c-e97b3ec28935', '{"action":"user_signedup","actor_id":"1186ee43-7f47-41d4-8b62-8b72ac1f1f20","actor_username":"alice_laqdi@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:31.227885+00', ''), + ('00000000-0000-0000-0000-000000000000', '7efc16c4-1ed0-41d5-acbf-c04beae3629f', '{"action":"login","actor_id":"1186ee43-7f47-41d4-8b62-8b72ac1f1f20","actor_username":"alice_laqdi@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:31.231825+00', ''), + ('00000000-0000-0000-0000-000000000000', '57b3daf1-70df-4623-b661-1144e2213a60', '{"action":"user_signedup","actor_id":"0627fa63-775d-4f95-a04c-99eea6bfb26b","actor_username":"alice_kvwca@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:31.235231+00', ''), + ('00000000-0000-0000-0000-000000000000', '6e8404d1-a357-4338-b948-0e629c6cfe5b', '{"action":"user_signedup","actor_id":"58f306cd-9760-4d7e-8ddf-fa9f0623d960","actor_username":"alice_nqise@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:31.235987+00', ''), + ('00000000-0000-0000-0000-000000000000', '2e2002aa-91d5-4100-8e67-4a414348f058', '{"action":"login","actor_id":"0627fa63-775d-4f95-a04c-99eea6bfb26b","actor_username":"alice_kvwca@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:31.238709+00', ''), + ('00000000-0000-0000-0000-000000000000', '26ea5186-56a2-4bb7-bf1c-57ff41905117', '{"action":"login","actor_id":"58f306cd-9760-4d7e-8ddf-fa9f0623d960","actor_username":"alice_nqise@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:31.239183+00', ''), + ('00000000-0000-0000-0000-000000000000', '0b328e92-7db1-4607-bde7-92ef68294be3', '{"action":"login","actor_id":"de55e061-f61e-4ac3-8789-7a20de5cf4f0","actor_username":"alice_bxssi@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:31.256693+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e1c9a30f-587e-4ff4-9e4f-dcb9eef3acd7', '{"action":"user_signedup","actor_id":"968f34de-4b5d-4f47-88d7-1cd9b860fe00","actor_username":"alice_trjmr@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:31.296061+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd850a207-4aaa-4b14-9978-653e6c7587ce', '{"action":"login","actor_id":"968f34de-4b5d-4f47-88d7-1cd9b860fe00","actor_username":"alice_trjmr@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:31.297744+00', ''), + ('00000000-0000-0000-0000-000000000000', '7640860a-6907-46f5-a6bc-37151a83e80f', '{"action":"user_signedup","actor_id":"d70ffad1-6f51-4695-870d-5084a6fe5e5c","actor_username":"bob_vrhta@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:31.331205+00', ''), + ('00000000-0000-0000-0000-000000000000', '0a001a48-f653-4e1f-9d02-593967b78ad7', '{"action":"login","actor_id":"d70ffad1-6f51-4695-870d-5084a6fe5e5c","actor_username":"bob_vrhta@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:31.332693+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd596fe6c-f3a1-41b6-af52-56d91c1fe0a6', '{"action":"user_signedup","actor_id":"00000000-0000-0000-0000-000000000000","actor_username":"service_role","actor_via_sso":false,"log_type":"team","traits":{"user_email":"user2-1695718771254@emailasdf.com","user_id":"330a9557-a173-41eb-a58c-d6da352acd32","user_phone":""}}', '2023-09-26 08:59:31.339231+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fc29b359-869c-4908-a5c2-f9a799f415d7', '{"action":"user_signedup","actor_id":"31c5fbff-4848-43c0-b659-61f24232dc4c","actor_username":"bob_qupdd@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:31.347229+00', ''), + ('00000000-0000-0000-0000-000000000000', '9860fef0-03e7-425f-a8bd-74412544992a', '{"action":"login","actor_id":"31c5fbff-4848-43c0-b659-61f24232dc4c","actor_username":"bob_qupdd@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:31.3495+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e16a6610-5632-4da9-b32c-f1e75cbb8798', '{"action":"user_modified","actor_id":"1186ee43-7f47-41d4-8b62-8b72ac1f1f20","actor_username":"alice_laqdi@email.com","actor_via_sso":false,"log_type":"user"}', '2023-09-26 08:59:31.35157+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ebef8b31-651b-415e-8e60-67b1200dd724', '{"action":"user_signedup","actor_id":"b5651056-9163-4ed8-80d6-7637f7264185","actor_username":"bob_aiepe@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:31.365065+00', ''), + ('00000000-0000-0000-0000-000000000000', '740b1ac9-6f32-4dcc-b85a-07a577ff293d', '{"action":"login","actor_id":"b5651056-9163-4ed8-80d6-7637f7264185","actor_username":"bob_aiepe@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:31.367156+00', ''), + ('00000000-0000-0000-0000-000000000000', '69f1a187-fb4c-492d-857b-85b599a68d8e', '{"action":"user_signedup","actor_id":"97b678ec-36e3-49f3-9d02-fa58bd4ae325","actor_username":"bob_xrror@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-09-26 08:59:31.393292+00', ''), + ('00000000-0000-0000-0000-000000000000', '4d34a92d-70e8-4ceb-93e9-dee122055ddc', '{"action":"login","actor_id":"97b678ec-36e3-49f3-9d02-fa58bd4ae325","actor_username":"bob_xrror@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-09-26 08:59:31.396688+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a387537a-c7bb-4f52-8d59-4492a934cf57', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-26 13:07:10.773729+00', ''), + ('00000000-0000-0000-0000-000000000000', '5440bf42-0e43-406f-ad76-07c791450d67', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-26 13:07:10.774479+00', ''), + ('00000000-0000-0000-0000-000000000000', '7b2715f1-089e-4ee5-be47-025fa50a53ce', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-26 14:18:52.055929+00', ''), + ('00000000-0000-0000-0000-000000000000', '7c6ba39a-5599-4289-8b25-208473806387', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-26 14:18:52.057627+00', ''), + ('00000000-0000-0000-0000-000000000000', '2f6fc325-2b67-42f3-82b9-86d279ef9175', '{"action":"logout","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account"}', '2023-09-26 14:25:52.890834+00', ''), + ('00000000-0000-0000-0000-000000000000', '3d3cda02-e2d2-4c5e-9164-f91d37b1fa56', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-27 09:48:42.683526+00', ''), + ('00000000-0000-0000-0000-000000000000', 'db6166d9-983b-4bcc-b6e0-0d879e8941cc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-27 10:46:52.740356+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ef76fbf8-2cbb-48f2-adcc-435588451ac3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-27 10:46:52.742692+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e79cddcd-896a-41a3-918b-42d3d1f9e0f1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-27 11:50:24.127198+00', ''), + ('00000000-0000-0000-0000-000000000000', '05739f62-28c9-40f0-990b-9d791b0ebb40', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-27 11:50:24.127673+00', ''), + ('00000000-0000-0000-0000-000000000000', '0b4546ce-ed19-4cd8-b850-7979bec5f8cc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-27 13:53:41.495856+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ddef1168-a425-45eb-a18d-19d3bafa962a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-27 13:53:41.497758+00', ''), + ('00000000-0000-0000-0000-000000000000', '298f0b50-bff8-471e-90b5-69747aa800a0', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-28 03:46:56.965642+00', ''), + ('00000000-0000-0000-0000-000000000000', '29e6330a-4402-4188-a8a8-fac17546e5dc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 05:05:55.586922+00', ''), + ('00000000-0000-0000-0000-000000000000', '88fd32f7-22ff-4d5c-b5e2-ff2f9aeb3b60', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 05:05:55.588821+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ae4a60e3-4060-49cc-9179-7a3526fcb943', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-28 12:09:36.403799+00', ''), + ('00000000-0000-0000-0000-000000000000', '354e1f79-00f5-48e5-9b52-d3fcd6fd9e50', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-28 13:15:07.097815+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dc2fb3bb-fa37-4bfa-bfdb-5cfc25e3bbee', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 13:15:21.307105+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ae976e48-9324-443c-ad38-35d177a5d282', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 13:15:21.308605+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e8dc556d-10c1-47d2-8c4c-dc11368c90cc', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-09-28 14:42:15.214114+00', ''), + ('00000000-0000-0000-0000-000000000000', '06301d71-34da-4440-a566-2b446600e429', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 15:46:35.890214+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bbb83d45-e230-410d-a6a0-8ddc90b23898', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 15:46:35.891479+00', ''), + ('00000000-0000-0000-0000-000000000000', '8d108558-2714-41ff-934e-6841e0de9115', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 17:33:07.312699+00', ''), + ('00000000-0000-0000-0000-000000000000', '28333f13-5f61-478e-9644-a285d058076c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 17:33:07.319581+00', ''), + ('00000000-0000-0000-0000-000000000000', '1e90889e-a88c-4a73-997f-dc28f5bf142e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.10513+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ed228126-e787-4c81-8640-3663873c381a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.10628+00', ''), + ('00000000-0000-0000-0000-000000000000', '6b7fd599-bded-444c-9514-fb4dd109539f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.106049+00', ''), + ('00000000-0000-0000-0000-000000000000', '1b2821ed-1377-457a-9159-8eea4eb00576', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.107679+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ec849cf8-0c31-4c40-b0d4-3ee0f3b07312', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.132299+00', ''), + ('00000000-0000-0000-0000-000000000000', '70d76b72-94a9-4892-885b-9f3b49f57def', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.134243+00', ''), + ('00000000-0000-0000-0000-000000000000', '688457cc-28ff-4833-b809-28075ca1bce1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.145063+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b7f27763-72bd-4c87-8243-da4ae2941c5e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.146267+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c76c4d0a-1ed5-4e52-b620-1e31708ee06e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.165018+00', ''), + ('00000000-0000-0000-0000-000000000000', '378a6c19-8dee-45ed-a8b5-144f0028a967', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.168476+00', ''), + ('00000000-0000-0000-0000-000000000000', '56195e08-d003-4e70-96d1-6b1bd2ddd032', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.174782+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bfbaceb0-f0d1-48ae-8cb3-981eee4c31a8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.1763+00', ''), + ('00000000-0000-0000-0000-000000000000', '0dbe3109-8713-420e-ab6e-7362d02b954e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.20082+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c490b2c5-1c91-41f9-90de-4e07e389381d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.201993+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e2a864ca-c0c1-41b8-9b03-dfb90ba389c1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.207602+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fdd5f753-e730-43e7-8a99-2fc47615924a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.213251+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c3de12da-ee96-4251-b34e-c8fff13bf6c6', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.235041+00', ''), + ('00000000-0000-0000-0000-000000000000', '632904b6-f083-4ea0-bc14-458b21560a7c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-09-28 18:55:06.236759+00', ''), + ('00000000-0000-0000-0000-000000000000', '6bb2291f-205c-4881-aa7a-e8da71861d13', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-01 10:09:11.672929+00', ''), + ('00000000-0000-0000-0000-000000000000', '70ce4d4a-4e7e-46c2-9581-2d2f99b49e79', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.051021+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd0e3c062-81a2-4f55-b5cd-c42b8850cd7f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.050969+00', ''), + ('00000000-0000-0000-0000-000000000000', '59f167d6-3b5d-4d8d-80e8-2a426588a40a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.057178+00', ''), + ('00000000-0000-0000-0000-000000000000', '7cd77114-6c56-4bc7-9e88-2c54af62dda4', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.057761+00', ''), + ('00000000-0000-0000-0000-000000000000', '9b38a1f6-8ae5-47b5-aef6-3a20675b9ba1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.080518+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dddfbfab-be55-4e55-8675-72aedd27de44', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.083584+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fdfdc078-dd15-4a86-b25c-48404d8e8872', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.094506+00', ''), + ('00000000-0000-0000-0000-000000000000', '6998088d-d3c1-4083-9a86-7100dc0e86bc', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.095249+00', ''), + ('00000000-0000-0000-0000-000000000000', '40009cc8-5265-4936-a760-e0896cd77297', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.130509+00', ''), + ('00000000-0000-0000-0000-000000000000', '33366b53-9111-48ad-a5e9-7d57e4d022c9', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.131234+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd22b6e2f-6d7a-4ba7-a863-4a3beb7b28c5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.136977+00', ''), + ('00000000-0000-0000-0000-000000000000', '5d64e771-9217-4385-98fc-0e052b4effda', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.13776+00', ''), + ('00000000-0000-0000-0000-000000000000', '4fffe4c1-eb8b-40b7-a9e0-5b7d6a770198', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.143894+00', ''), + ('00000000-0000-0000-0000-000000000000', '321444cb-833a-459e-9fd2-82c1df865c8e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.149859+00', ''), + ('00000000-0000-0000-0000-000000000000', '848db5e7-5173-4926-827a-30bff40a1635', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.150202+00', ''), + ('00000000-0000-0000-0000-000000000000', '14e8e254-8dc5-4627-a96b-d837af249610', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.148868+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e3f2f848-73b1-4bef-acf8-46d3e06c94b5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.160775+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ad0f64c3-63c1-456e-943d-77aac6923242', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.16635+00', ''), + ('00000000-0000-0000-0000-000000000000', '35deeb42-61a6-4a2c-a8e9-6d46aa24d70e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.169766+00', ''), + ('00000000-0000-0000-0000-000000000000', 'defad370-46a1-4e9d-a60b-9c3e2a828cbb', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.175965+00', ''), + ('00000000-0000-0000-0000-000000000000', '2376b432-0d1f-4258-89a1-05cd984bef6f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.176238+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f6affe0f-ded2-4e4d-abf3-218272e0c502', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.182429+00', ''), + ('00000000-0000-0000-0000-000000000000', '4e8ace09-176b-439f-bd2e-3528d311080a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.172616+00', ''), + ('00000000-0000-0000-0000-000000000000', '87ab62a7-4f62-47e7-8a89-816129ee9e14', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.183092+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bbd97a1f-e107-4b24-bfb8-75c0e6be6495', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.184781+00', ''), + ('00000000-0000-0000-0000-000000000000', '3ceddb63-4d4b-40c6-a849-ff5d57baf90b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.185993+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b98f4fa5-c0ca-4cf1-83c3-ae461d6ad7bc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.186517+00', ''), + ('00000000-0000-0000-0000-000000000000', '54ac3085-5554-4c2a-bf1d-c13ee2d2b359', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.186441+00', ''), + ('00000000-0000-0000-0000-000000000000', '31380fcf-f8e5-4075-bba5-ef382959e62e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.18795+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b2f8d701-96b2-473b-8020-b6c0a0e8334c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.18935+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd2578159-3e28-4732-8706-17e66355df9c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.190742+00', ''), + ('00000000-0000-0000-0000-000000000000', '98c2fff9-6852-473e-8991-9698e735607c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.193596+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b267f845-69a7-41f9-b5c4-e0b312ec7d35', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.199104+00', ''), + ('00000000-0000-0000-0000-000000000000', '74579da8-f1a5-4a30-bb29-4375bf8df171', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.217027+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a497bff5-7d1d-43cf-8534-c6fb4dcdd612', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.213164+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a54ce751-a785-4909-90a5-01ec41cccc18', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.221536+00', ''), + ('00000000-0000-0000-0000-000000000000', '18ceaaaa-8ef4-491f-b562-dc7596e2bbed', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.862827+00', ''), + ('00000000-0000-0000-0000-000000000000', '42ae5a51-49fb-4ec2-8424-7141adac92bc', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.864064+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fb2f2298-5edd-48bf-ba6b-f3627c68e22d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.866146+00', ''), + ('00000000-0000-0000-0000-000000000000', '8a6ed482-6835-4f03-a907-49c4ba8fe42e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 13:10:30.866815+00', ''), + ('00000000-0000-0000-0000-000000000000', '06b72b16-53f9-40e3-b846-8b0276ec1287', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 18:13:49.583756+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e4839f00-bdb3-48ba-9712-796c98e80bb5', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 18:13:49.585108+00', ''), + ('00000000-0000-0000-0000-000000000000', '1cbf2a41-806b-4436-ba42-827ca6526b7e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 18:13:49.611351+00', ''), + ('00000000-0000-0000-0000-000000000000', '5434ae44-93c6-406e-8760-a40e112bde5f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 18:13:49.612655+00', ''), + ('00000000-0000-0000-0000-000000000000', '20cd715a-6022-4e60-91bb-b0f2ade0ed75', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.795809+00', ''), + ('00000000-0000-0000-0000-000000000000', 'eed35fec-fa5c-48d0-9a03-9be85ec5f84c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.796284+00', ''), + ('00000000-0000-0000-0000-000000000000', '5ec85aa2-ff5d-4fd8-af35-9e725db1524b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.824676+00', ''), + ('00000000-0000-0000-0000-000000000000', '73139b04-4b10-4eaa-85e9-c3932bd4fc6e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.825426+00', ''), + ('00000000-0000-0000-0000-000000000000', '107d029f-7ad3-43d0-b120-6ec239601635', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.857547+00', ''), + ('00000000-0000-0000-0000-000000000000', '01e7f2ed-68c1-4233-a137-8d107aceab83', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.857994+00', ''), + ('00000000-0000-0000-0000-000000000000', '22c7f1f3-94b8-4f52-9de1-b319db1bd1b9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.863817+00', ''), + ('00000000-0000-0000-0000-000000000000', '093ebbae-2547-479b-8e0b-27c39f198ae0', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.86929+00', ''), + ('00000000-0000-0000-0000-000000000000', '2160ff7d-fb48-40bf-a0ea-88249a8c3fa4', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.901009+00', ''), + ('00000000-0000-0000-0000-000000000000', '9a82ad3f-d348-4c18-bcf1-1ddd0cdfbfcf', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.90543+00', ''), + ('00000000-0000-0000-0000-000000000000', '411581f0-d223-4b21-ba51-43a14ce6566a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.903999+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e32368c8-cf02-454b-ac28-8fc6fcd5a494', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.909669+00', ''), + ('00000000-0000-0000-0000-000000000000', '5f9f2c82-8891-42fb-8d7e-6cadedb94dd4', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.925852+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bb0c1165-b274-45df-be7a-5f4abe48f132', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.926533+00', ''), + ('00000000-0000-0000-0000-000000000000', '5c4d94f6-c1bf-4a3e-bbb1-ef83294a4f35', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.927797+00', ''), + ('00000000-0000-0000-0000-000000000000', '10b62ccd-ee1b-4176-9c8e-4ab3b421d41d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.930381+00', ''), + ('00000000-0000-0000-0000-000000000000', '7e27039a-57d8-4b19-a36f-22a9661c9de9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.930638+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ac4f9b02-b001-4138-9cbf-2504d386cc01', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:20.932883+00', ''), + ('00000000-0000-0000-0000-000000000000', '6491559e-cb74-4c51-865f-79d3a631a6a7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:21.587246+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd16ff132-7c46-4481-bf30-11682219d518', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:21.587751+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a4582c32-3430-4f1e-98f6-ba63c20bcabe', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:21.588162+00', ''), + ('00000000-0000-0000-0000-000000000000', '385f929a-6441-480a-a0e3-76a4cfebf27a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-01 19:25:21.588375+00', ''), + ('00000000-0000-0000-0000-000000000000', 'eebff3fd-7529-4f57-ae92-9ec822f71274', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.241398+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c4a852b2-ca1b-4ee2-bd49-f3a699f5b7f8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.244118+00', ''), + ('00000000-0000-0000-0000-000000000000', '0ad5a5e6-2767-407f-ada6-42330f769f3d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.245122+00', ''), + ('00000000-0000-0000-0000-000000000000', '5574e98a-3990-4bfd-9540-88c96a7ee92b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.311165+00', ''), + ('00000000-0000-0000-0000-000000000000', '6d3391f6-cbbd-47d1-9645-fd4030fb379c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.353085+00', ''), + ('00000000-0000-0000-0000-000000000000', '3a0c4756-4077-4e23-9815-51c189ddcbcb', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.357424+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bb8257e4-c5cc-4d8b-8806-6639d415ada9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.357643+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f5012ccf-db73-4205-a25e-46378102f509', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.361065+00', ''), + ('00000000-0000-0000-0000-000000000000', '191f36d0-11e6-4080-b786-54e762ccf769', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.361768+00', ''), + ('00000000-0000-0000-0000-000000000000', '0d1c657f-8b75-4cbf-bdc5-07d50c635016', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.357225+00', ''), + ('00000000-0000-0000-0000-000000000000', '958202d4-9e35-4ed6-8ab4-62c707b6be6b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.357525+00', ''), + ('00000000-0000-0000-0000-000000000000', '4f04554e-2d70-4f07-8d33-9e1ff4c1ac74', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.366778+00', ''), + ('00000000-0000-0000-0000-000000000000', '02615ad8-ac26-4e6a-9634-3920c5604889', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.359176+00', ''), + ('00000000-0000-0000-0000-000000000000', '238b8551-57bd-4489-ac4f-fb4272b6092c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.372954+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c6c8f4b7-5d1b-4923-9d37-0197f5fd4f25', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.377076+00', ''), + ('00000000-0000-0000-0000-000000000000', '1b2ef85b-df0d-448f-897f-4d2645ec5925', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.377776+00', ''), + ('00000000-0000-0000-0000-000000000000', '514a4da6-9dc6-47dc-aa8c-d3d12cc1ef93', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.380182+00', ''), + ('00000000-0000-0000-0000-000000000000', '32dbeb29-055d-41fc-8e6a-60167476af3b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.380637+00', ''), + ('00000000-0000-0000-0000-000000000000', '34f8ff8e-1b70-4328-879a-1ce1ae1b451e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.400141+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ed52cf75-c251-4d7f-bd34-c3acf141cc75', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.413152+00', ''), + ('00000000-0000-0000-0000-000000000000', '4a5925e9-4207-42b3-91a2-fd1ce33f72cd', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.417462+00', ''), + ('00000000-0000-0000-0000-000000000000', '768cf8bf-ed26-49d5-a443-280878332b98', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.406034+00', ''), + ('00000000-0000-0000-0000-000000000000', '9cd18ab1-ccd3-4870-b66a-3a877aa0d51b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.424264+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e3ba43f4-837b-4a54-a17a-a8d4a73d8990', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.434087+00', ''), + ('00000000-0000-0000-0000-000000000000', '941b57df-de2f-4788-8aa1-444cc8e8e2ac', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.436044+00', ''), + ('00000000-0000-0000-0000-000000000000', '2ca41c19-0159-48b1-abf3-d47ea8deeb84', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.437863+00', ''), + ('00000000-0000-0000-0000-000000000000', '59a333c1-a8db-4575-ab1c-fecdd1d1eb0f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.43785+00', ''), + ('00000000-0000-0000-0000-000000000000', '048abfd7-5e0d-48a0-80aa-ac7ea4f74216', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.437795+00', ''), + ('00000000-0000-0000-0000-000000000000', '3c936776-cf83-4e4c-a00d-144f249d03b3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.44251+00', ''), + ('00000000-0000-0000-0000-000000000000', '65ef1827-2fc8-4b48-bbef-7e4e280bf062', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.463895+00', ''), + ('00000000-0000-0000-0000-000000000000', '69c2eb25-50d0-4bed-ac88-98834cc342e1', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.46483+00', ''), + ('00000000-0000-0000-0000-000000000000', '73621d6d-c796-43ab-9bbc-bd69a0002669', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.456448+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b7284e49-2ce9-4225-b5fa-c6508b1b067d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.506735+00', ''), + ('00000000-0000-0000-0000-000000000000', '29f08ce0-f220-4cf9-ae05-e2e5af72b735', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.512134+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd7bb0839-a53d-41f7-af35-9547548d6ea7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.512296+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b932df19-3b6e-4545-85f1-56f739292bcb', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:40.513397+00', ''), + ('00000000-0000-0000-0000-000000000000', '48aef361-ee4a-47c1-952a-076683180072', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:41.048048+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fe21d07b-102f-4898-8e4b-3787bcb788aa', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:41.048839+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd5c7aea6-af3f-4325-9f17-643844e1bb50', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 06:29:03.045795+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c9a963e6-c4e1-4ada-82dc-afbb9accf506', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 06:29:03.046958+00', ''), + ('00000000-0000-0000-0000-000000000000', '2f8fbe67-fdf3-4eeb-9f68-680a891badab', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 07:27:05.918428+00', ''), + ('00000000-0000-0000-0000-000000000000', '7e82c387-7339-4359-a9ee-1eae88cb8b4e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 07:27:05.919818+00', ''), + ('00000000-0000-0000-0000-000000000000', '707bbfd1-f0d1-4ca6-aae0-840107c4a2e4', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 08:25:07.400865+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd9b02ff6-97ea-451b-b012-95572dfa3df9', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 08:25:07.402083+00', ''), + ('00000000-0000-0000-0000-000000000000', '69357a5b-101c-48ff-9a96-35f81d185096', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:41.048802+00', ''), + ('00000000-0000-0000-0000-000000000000', '5b854758-6c0e-40ef-b407-3c48f13e1d0a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 05:30:41.049238+00', ''), + ('00000000-0000-0000-0000-000000000000', '24391950-8667-4bad-8c74-c68f49c0bfb6', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-02 10:01:23.439946+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fcb9b8eb-5ca7-47f6-aed3-b30578c62441', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 10:59:53.603212+00', ''), + ('00000000-0000-0000-0000-000000000000', '1e26b55f-f8d3-4e10-a74e-c78007f99132', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 10:59:53.604186+00', ''), + ('00000000-0000-0000-0000-000000000000', '5374352c-6fe9-4bf2-84ae-9cdc22bedba3', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-02 12:00:45.645229+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dab4f941-6537-49ff-9b5a-f939f6a04f7a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 15:30:32.395658+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dc4f8d96-dbca-4ae8-88ee-9859523c3d26', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-02 15:30:32.397263+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a77ec9bf-7a72-4ee0-acda-b3f237ada8d2', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-03 08:40:37.011896+00', ''), + ('00000000-0000-0000-0000-000000000000', '5c1dc94a-d38a-4449-a688-7af6196b8682', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 09:38:40.169845+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f2ccf789-564d-43a4-887d-fd44db91e45f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 09:38:40.170844+00', ''), + ('00000000-0000-0000-0000-000000000000', 'abbe3b9a-1f07-4b95-afe2-0f38d91e9ddd', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 10:36:56.791517+00', ''), + ('00000000-0000-0000-0000-000000000000', '975acf56-be34-4297-bfc0-42d7fa333195', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 10:36:56.792313+00', ''), + ('00000000-0000-0000-0000-000000000000', '6bd184bc-5329-41aa-9655-643941553cc6', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 12:11:17.193391+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bd7da9d7-8857-4b7a-afbf-32dc9d361883', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 12:11:17.194341+00', ''), + ('00000000-0000-0000-0000-000000000000', '224a2b8f-137f-40df-ab81-c387bae426e7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 13:09:33.602853+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c124b2c0-48f3-4914-81ea-f3258c3b918e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 13:09:33.604066+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b84d44b5-742f-4eb2-ab75-349650247726', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 14:37:47.475863+00', ''), + ('00000000-0000-0000-0000-000000000000', '0d6eb1f4-da1b-4530-b1d8-17e99a6eedc3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 14:37:47.47681+00', ''), + ('00000000-0000-0000-0000-000000000000', '5687fb2f-4a3c-43e2-8396-feab3b94ba42', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 18:11:13.073609+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a75e3d20-bdd7-4ce3-9ddf-aca50dd2d3f2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-03 18:11:13.074321+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cee74b8c-217a-45e4-8472-ae54c43dc876', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.143487+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a7f728a0-7811-4c51-9140-fe71051f0d09', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.147545+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e87f5549-9f59-42b8-8e96-ce1b94e16ed6', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.161142+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cee71fd6-902c-4e13-b803-1288787d98aa', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.172586+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ae44f3de-a0de-4618-81d3-ba4b6ad0d6a2', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.19306+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a2f0ce69-0418-45f1-a419-622a28cc2c6e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.193422+00', ''), + ('00000000-0000-0000-0000-000000000000', '4980a861-d69f-4c3e-b626-e8ce8af4a601', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.193691+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f9a6ac65-b6e6-4e2c-8539-2e221e976a6e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.194157+00', ''), + ('00000000-0000-0000-0000-000000000000', '0acd1075-8cad-4e07-ad23-9e93a8cc6e67', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.206885+00', ''), + ('00000000-0000-0000-0000-000000000000', '91a91ff3-5364-4073-9c64-67a93788fb0c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.212385+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b501ebf6-4b7b-467f-a60e-6c0f1f935c52', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.21513+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b8e1fb70-c50b-44f2-8241-b2ad08f6577d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.216355+00', ''), + ('00000000-0000-0000-0000-000000000000', '9ecc36f3-2bfd-43f9-b70d-e0b515c8fa45', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.216581+00', ''), + ('00000000-0000-0000-0000-000000000000', '6dca38eb-e59a-41d2-812b-2af387fda156', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.218279+00', ''), + ('00000000-0000-0000-0000-000000000000', '3e13f680-35f2-4738-b0ad-491b5d9751bf', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.772818+00', ''), + ('00000000-0000-0000-0000-000000000000', '31d3ddad-1753-45a7-b85e-5dacc34b3fe7', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.773847+00', ''), + ('00000000-0000-0000-0000-000000000000', '8673aef7-7d48-4b19-88a1-874ff7dbefcd', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.605945+00', ''), + ('00000000-0000-0000-0000-000000000000', '575887cc-2788-48c0-89e0-1a087cedcf07', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.60684+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e1708262-565e-45b4-a73f-90c5b9c5f4a5', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.607622+00', ''), + ('00000000-0000-0000-0000-000000000000', '28494702-4ca9-4dde-925c-4f69c6ad2105', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.607156+00', ''), + ('00000000-0000-0000-0000-000000000000', '0f679d34-24c6-4859-9eb8-dd9350cf0dfa', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.664993+00', ''), + ('00000000-0000-0000-0000-000000000000', '55bd3316-343a-420b-ade0-d7ea849db7f0', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.665662+00', ''), + ('00000000-0000-0000-0000-000000000000', '6f23c346-4584-4f28-b22b-cdb68197e543', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.686146+00', ''), + ('00000000-0000-0000-0000-000000000000', '167be6e2-a010-41f3-b796-e12cce838482', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.687875+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a596c4fc-a5ac-4e1f-863d-978ab3d669bd', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 08:34:45.030151+00', ''), + ('00000000-0000-0000-0000-000000000000', '98f46640-152d-49b9-a7db-84641d0f5f12', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 08:34:45.032651+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b9b96b4a-db7b-4dac-b452-afc5d6f6af8e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.21796+00', ''), + ('00000000-0000-0000-0000-000000000000', '7ed9dd16-1f4c-4d46-8b59-91014dc13a4d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.221746+00', ''), + ('00000000-0000-0000-0000-000000000000', '27a27693-bb92-470f-be04-81b11a27f11b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.223087+00', ''), + ('00000000-0000-0000-0000-000000000000', '0396e982-4126-4617-8f2d-7e01aaa8a4be', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.227707+00', ''), + ('00000000-0000-0000-0000-000000000000', '5e2dcbf5-6b98-4e33-90b6-ad219afd6907', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.22665+00', ''), + ('00000000-0000-0000-0000-000000000000', '962bd53f-fb78-42ea-98ed-b5c2e141b1b2', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.226833+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f36d1930-a8a6-457b-a147-3b1f63639130', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.228392+00', ''), + ('00000000-0000-0000-0000-000000000000', 'baf396ea-8fdc-4491-b253-b81128711645', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 03:48:57.230748+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f94bc8de-2a82-440d-b150-e5d21477ddbb', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.684661+00', ''), + ('00000000-0000-0000-0000-000000000000', 'eed32fd7-e9e1-44f9-bd73-657be745e9ff', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.690671+00', ''), + ('00000000-0000-0000-0000-000000000000', '2a9ab26c-31fa-476e-868b-4e7e029f6c0f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.693385+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd00639f0-3604-4d1d-9464-e36643439253', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.693972+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fae16881-b22d-450d-8359-c3cc5f531313', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.693952+00', ''), + ('00000000-0000-0000-0000-000000000000', '18b65a69-cda8-486f-8e4a-e0647be23a13', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.698142+00', ''), + ('00000000-0000-0000-0000-000000000000', '0d2c65cb-3cb4-4911-bb75-71343182bc7f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.699513+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ed269c85-37cf-4757-b481-0fd5d1c4a83b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.702787+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b3c33615-2120-4ea5-8464-ce0b590c2f90', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.70418+00', ''), + ('00000000-0000-0000-0000-000000000000', '65810ee7-d6b7-43c9-aa5e-eb3e7e030fc4', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.706059+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b1635537-ec75-4290-a533-84bb50390066', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.710997+00', ''), + ('00000000-0000-0000-0000-000000000000', '4fb0e0c4-1e9e-49c2-b367-e231e8789f9f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:30.711707+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cde6c068-2d53-4728-9302-0b7944859a98', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:31.030507+00', ''), + ('00000000-0000-0000-0000-000000000000', '72495372-452c-4532-8853-3466909f6c08', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 07:18:31.031231+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f2cc6d09-bff3-4ed5-a314-0b000d5a61fc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.234746+00', ''), + ('00000000-0000-0000-0000-000000000000', '76d9c5d2-d798-4b53-a390-5d753e79083c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.243633+00', ''), + ('00000000-0000-0000-0000-000000000000', '2bc769a9-f5f5-4a34-aa58-0f30ad741eec', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.252608+00', ''), + ('00000000-0000-0000-0000-000000000000', '21b7fd55-08c7-42b5-9b7b-f11e2b0ede2f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.257833+00', ''), + ('00000000-0000-0000-0000-000000000000', 'db136fdb-b196-44c1-8694-0119d5290ec9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.306939+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd04b3b66-28ad-42e0-929c-d62a4635341e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.307634+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c743d22d-cbf0-4e1e-88da-017c303a40fe', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.315244+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e81d3fd8-75c0-40ed-a282-54d04171a40f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.315959+00', ''), + ('00000000-0000-0000-0000-000000000000', '97359e05-0297-4e3c-a145-3a3431ce7c35', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.334821+00', ''), + ('00000000-0000-0000-0000-000000000000', '94b6216e-87db-478b-8468-aabb62eb7366', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.336669+00', ''), + ('00000000-0000-0000-0000-000000000000', '38f73cdb-4d09-4847-970b-4d49398243b7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.389107+00', ''), + ('00000000-0000-0000-0000-000000000000', '9adb643d-2cf4-4c49-9b38-6d50896e94f2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.389664+00', ''), + ('00000000-0000-0000-0000-000000000000', '2d2d002d-1ddb-462c-9c29-9fc4f0cf997c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.414053+00', ''), + ('00000000-0000-0000-0000-000000000000', '44bf1b25-508d-492b-b1bc-0ab93995fa5e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.41457+00', ''), + ('00000000-0000-0000-0000-000000000000', '7069d99b-9a79-4361-ac58-49c0b01d1cd1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.43568+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f5c7b44a-dec4-45b5-bffc-56bfeb97b21c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.438112+00', ''), + ('00000000-0000-0000-0000-000000000000', '6e9e412b-b960-4b39-b3e5-aa4be2c3be33', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.454541+00', ''), + ('00000000-0000-0000-0000-000000000000', '497764c0-46cb-4d9a-9295-77b1dcc6bbbf', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.478379+00', ''), + ('00000000-0000-0000-0000-000000000000', '3f723655-d3d6-4969-a385-b2101b997bbe', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.493625+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b01931fd-4272-4149-868d-6ea7e405bd7b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.494859+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a593b70b-bd72-4640-a8c6-a786895720c7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.802459+00', ''), + ('00000000-0000-0000-0000-000000000000', '30b9d303-2cd1-4f49-aa57-3991ef01a4d1', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.808636+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ac1e3d05-6b61-425b-a607-caa8360578c0', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:34.000787+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c0d95e87-1614-461a-bf14-dcbcff3335ef', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:34.001625+00', ''), + ('00000000-0000-0000-0000-000000000000', '21089ac5-4c39-489f-8684-d6ff93475ae8', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 18:13:58.074686+00', ''), + ('00000000-0000-0000-0000-000000000000', '013ce178-ad53-487b-a23d-744e28e0f099', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 18:13:58.075532+00', ''), + ('00000000-0000-0000-0000-000000000000', '431456be-014c-45c1-ac76-0c3da07ab946', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 19:12:05.787584+00', ''), + ('00000000-0000-0000-0000-000000000000', '2ffab355-83bd-4f89-97ef-06a20ba2c2b3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 19:12:05.788595+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f9edc76b-2a4f-479e-adb5-45a0d10e7b16', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 21:07:11.605052+00', ''), + ('00000000-0000-0000-0000-000000000000', '4b30f5b0-9c9b-4f03-9903-2d39be422d09', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 21:07:11.606358+00', ''), + ('00000000-0000-0000-0000-000000000000', '86dbd01b-a3e0-4934-b3da-87de71d51100', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.594058+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c1d2a350-b344-4ed3-8165-d4d5188c2af5', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.599982+00', ''), + ('00000000-0000-0000-0000-000000000000', '1c66d56c-06b4-4291-9a33-611ca92ea0b7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.83258+00', ''), + ('00000000-0000-0000-0000-000000000000', '8d9a5343-ec4d-40e2-ac75-464041369ec2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.833887+00', ''), + ('00000000-0000-0000-0000-000000000000', '2f4e73bb-f1cb-4da1-8d35-1180c300dff3', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.616743+00', ''), + ('00000000-0000-0000-0000-000000000000', '23edcd64-31f4-48ad-8495-ea14960ebd0f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.619064+00', ''), + ('00000000-0000-0000-0000-000000000000', '4841d389-d5d1-444b-b7de-50b6bef803d9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.477736+00', ''), + ('00000000-0000-0000-0000-000000000000', '29567a4e-16f6-49ec-8125-b5e8e90dca60', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.501176+00', ''), + ('00000000-0000-0000-0000-000000000000', '54338c24-7d2a-4f6d-87fb-933744203d8b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.502327+00', ''), + ('00000000-0000-0000-0000-000000000000', '2ddea2ac-9c9a-4e6a-94d2-862f2a289476', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.924252+00', ''), + ('00000000-0000-0000-0000-000000000000', '109638f2-6195-4c30-afb9-a5cfaec3c2e8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.925083+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a30c00a3-5a5c-4010-b483-e435b61675f9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.808761+00', ''), + ('00000000-0000-0000-0000-000000000000', '08aa248f-f8d2-49a3-b9f3-199009c1ec43', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.810113+00', ''), + ('00000000-0000-0000-0000-000000000000', '6792ca35-7d6a-4547-9973-d5d49568a032', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.602088+00', ''), + ('00000000-0000-0000-0000-000000000000', '9c14e112-2090-4801-a2ec-70dc028faeab', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.604072+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f2f74fab-bf3c-4284-91d9-5960707053f3', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.832425+00', ''), + ('00000000-0000-0000-0000-000000000000', '034272da-31cd-4363-846b-0abad8e40ae6', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.83396+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ad6d7516-c88f-4905-aa4f-59dfcc07dc04', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.616356+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd77587c3-68cd-4d46-a03d-9b0960de9286', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.619926+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b8ebd83a-ab76-4009-818b-d9fed64ffa1a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.478603+00', ''), + ('00000000-0000-0000-0000-000000000000', '923690a4-94cc-47b3-a330-c297bb97090a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.701051+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bc404d90-8710-4606-9c91-e941b1d9607f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.700643+00', ''), + ('00000000-0000-0000-0000-000000000000', '8e615f57-854e-4866-9dae-172174f0eed7', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.702+00', ''), + ('00000000-0000-0000-0000-000000000000', '8102188d-cad7-4f39-aec0-f970e9698029', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.70238+00', ''), + ('00000000-0000-0000-0000-000000000000', '429fbf94-6ef6-4f2f-9dfd-d0efe413227c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.716402+00', ''), + ('00000000-0000-0000-0000-000000000000', '83512544-d742-4b4e-8f8c-55fd98c5bc5b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.71664+00', ''), + ('00000000-0000-0000-0000-000000000000', '859e6b4f-1021-4a49-84b2-6f7e0dcdc46e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.717177+00', ''), + ('00000000-0000-0000-0000-000000000000', '50b19ff5-2fd2-4cc2-b289-70b1e886ac99', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.717612+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ac987ddf-ab98-4e10-a676-054baa31d7a4', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.728849+00', ''), + ('00000000-0000-0000-0000-000000000000', '9831da5f-d7e5-42c1-90f5-d37f7221577b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.729333+00', ''), + ('00000000-0000-0000-0000-000000000000', '714f850a-5a47-4daf-b4c5-5dfaa7adb4cf', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.738669+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b2046e9b-705b-4d2f-be3f-8f094646cca3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.740595+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c8dd62dc-f01e-4e6b-8b69-a97c23c37e9e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.695922+00', ''), + ('00000000-0000-0000-0000-000000000000', '43196b0f-4660-4464-b70b-339e75ed3d36', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.696825+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f3803465-195f-468a-8a51-2f1f7c2d4f8c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.697105+00', ''), + ('00000000-0000-0000-0000-000000000000', '49094f11-2f0b-42a3-9d54-fe27573b8b20', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.697867+00', ''), + ('00000000-0000-0000-0000-000000000000', '95d17a95-5937-473c-9077-e12e7a4f3d42', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.502102+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dfd42709-486d-4936-af12-9f8d3d10730f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.50456+00', ''), + ('00000000-0000-0000-0000-000000000000', '4b159c6e-d7d1-46e2-9c2a-df5091e214e7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.82187+00', ''), + ('00000000-0000-0000-0000-000000000000', '51b4bede-1161-4a61-83b4-7c781d4a2fb8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.880304+00', ''), + ('00000000-0000-0000-0000-000000000000', '5eda790f-8a77-4310-93c5-d3d87f59197b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.602723+00', ''), + ('00000000-0000-0000-0000-000000000000', '5e02ea6b-fa7d-4ede-a4b2-3e279b1d34bb', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.605808+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a657e1f4-ec36-4a73-abe7-3591fb7afbce', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.382808+00', ''), + ('00000000-0000-0000-0000-000000000000', '3968704d-0359-4648-a31e-60dfdc840789', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.383614+00', ''), + ('00000000-0000-0000-0000-000000000000', '07b9766c-7904-4d03-ad73-53836bf6b01a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.617345+00', ''), + ('00000000-0000-0000-0000-000000000000', '76ac26a6-ecfe-4478-9643-f40a567c9bb0', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.620065+00', ''), + ('00000000-0000-0000-0000-000000000000', '2cbe3d5c-683e-42a1-85fd-eade04297a99', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.805827+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fe5fa27f-983e-4ddc-8170-f5fba30d2d43', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.813276+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b1debadc-32dd-41b6-9a89-5897561e25eb', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.851221+00', ''), + ('00000000-0000-0000-0000-000000000000', '59bad58f-fc55-4080-9a7b-b6dab3c6850d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.859908+00', ''), + ('00000000-0000-0000-0000-000000000000', '669d10d1-980d-4acf-bd76-ebe54e97dd63', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.721118+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dafda12e-f0f2-4b26-b9a8-17cdcd26ae98', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.722361+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ea649927-6b75-4210-918f-238643cc5652', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.738385+00', ''), + ('00000000-0000-0000-0000-000000000000', '429218a0-2925-4e23-90cc-d8b368f05e7d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.739041+00', ''), + ('00000000-0000-0000-0000-000000000000', '1e20abf7-a4c4-4c5f-b095-3334157b9e9d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.880809+00', ''), + ('00000000-0000-0000-0000-000000000000', '1f88cef4-602b-4e2b-afda-a329ebb9533e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.885043+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fab182f5-166e-4e30-af7c-adef0aa73ff4', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.987527+00', ''), + ('00000000-0000-0000-0000-000000000000', '9953aa37-4423-4de8-ba37-e41f0e76f33f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.003228+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f2eb4255-d776-458d-8066-825f29224d86', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.031247+00', ''), + ('00000000-0000-0000-0000-000000000000', '10239230-aec2-44b9-880c-513939ab6333', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.033966+00', ''), + ('00000000-0000-0000-0000-000000000000', '832943aa-10f7-4a98-86b2-2615719c8ca8', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.760634+00', ''), + ('00000000-0000-0000-0000-000000000000', '769df244-fbb6-4d45-b1a0-d1da6583ef7f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.762413+00', ''), + ('00000000-0000-0000-0000-000000000000', 'db6b4c1c-7b5b-406c-b4cd-99fde904ab9e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.774977+00', ''), + ('00000000-0000-0000-0000-000000000000', '74579cb9-b320-433a-a5f2-c6f2e2c3fbe4', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.776451+00', ''), + ('00000000-0000-0000-0000-000000000000', '39c5200b-ec8d-4167-9160-47c018840736', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.692601+00', ''), + ('00000000-0000-0000-0000-000000000000', '6ca4ea8d-7cd8-4ca3-b341-e4996ac63ba3', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.502143+00', ''), + ('00000000-0000-0000-0000-000000000000', '97714aa0-fcf0-4122-844f-350202660473', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.505593+00', ''), + ('00000000-0000-0000-0000-000000000000', '37b10303-6e13-4314-ab5a-f48faa3b3ffe', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.798709+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a87849da-4f80-4e3b-b055-0ddb329092ac', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.880496+00', ''), + ('00000000-0000-0000-0000-000000000000', '3ec6d514-fe04-4fcf-8e87-a136d309e7f2', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.606959+00', ''), + ('00000000-0000-0000-0000-000000000000', '21e385e6-432a-4d1a-a9fc-3e0ddc340ed3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.607988+00', ''), + ('00000000-0000-0000-0000-000000000000', '302f2625-6740-4742-9242-24249dca42ab', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.382751+00', ''), + ('00000000-0000-0000-0000-000000000000', 'df0faad7-43c1-462c-b024-032acf7ca956', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.383648+00', ''), + ('00000000-0000-0000-0000-000000000000', '91f31e01-658d-4982-ae12-553badd694f9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.528862+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dc9f8778-2602-4100-813b-5f005e3983fd', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.530523+00', ''), + ('00000000-0000-0000-0000-000000000000', '64bd19c4-a0d2-4441-8170-68719397299d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.616222+00', ''), + ('00000000-0000-0000-0000-000000000000', '84d634e1-91e5-4f6e-8e3b-0275037801fe', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.623923+00', ''), + ('00000000-0000-0000-0000-000000000000', '62660b27-6423-48d3-8023-7b7635676c13', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.832386+00', ''), + ('00000000-0000-0000-0000-000000000000', '6ddd70a8-5b5b-48f2-b532-1812ccfb551e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.851007+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fa0df1e1-0648-4908-a0a9-86c3a165f7b2', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.730876+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ff455b1e-bfaf-43e5-8994-6bac5e75d322', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.732715+00', ''), + ('00000000-0000-0000-0000-000000000000', '0529a942-8ee0-4afc-82ae-369d6bddcd6a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.73864+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fad1efe4-8d33-4962-bc72-3d37f85b0668', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.739488+00', ''), + ('00000000-0000-0000-0000-000000000000', '03371b8a-f2e3-4e4c-ad3c-218f41e9aee4', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.946401+00', ''), + ('00000000-0000-0000-0000-000000000000', '5bc10971-aad1-4c48-9bd1-37de511ebbb2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.951917+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd83d2129-be62-4e5e-b858-6f989d9262ca', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.009522+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd8f1f587-77c1-44a4-aac1-24ee77e1926c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.015448+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f011f166-387c-4115-9fa3-74dbf6e8ed2c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.033898+00', ''), + ('00000000-0000-0000-0000-000000000000', '469b1d05-ae98-4f1c-97ed-9140588b626c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.034472+00', ''), + ('00000000-0000-0000-0000-000000000000', '8d73c538-d58f-45c5-8f37-f269f8cf7f0c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.733421+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dd089ae6-e9ae-4b82-ba88-00120ecce2fe', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.734751+00', ''), + ('00000000-0000-0000-0000-000000000000', '190389e9-8b53-4fc3-abb6-a0a2d6af2746', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.75602+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c6263a81-6036-433d-8446-15bc70602182', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.759022+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a767ef97-08f1-472f-b170-6b8d7068632d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.7615+00', ''), + ('00000000-0000-0000-0000-000000000000', '50265a7a-ac29-448c-844e-edc6b0c0fec4', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.504299+00', ''), + ('00000000-0000-0000-0000-000000000000', '0f174168-a4ed-49f7-b20b-b20cc566ac44', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.505453+00', ''), + ('00000000-0000-0000-0000-000000000000', '48546d9f-6cc4-4c5b-889c-b3efb3d1033d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.885274+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a2c5a5b6-8b1a-4cb4-a483-a3116ea4049f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.925974+00', ''), + ('00000000-0000-0000-0000-000000000000', '45356076-8820-4f47-a8a8-efb269a93c8a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.610131+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a6510902-a613-4a19-921f-267f5c84a491', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.612641+00', ''), + ('00000000-0000-0000-0000-000000000000', '561077b1-433a-45de-b0b9-1afe166cf67f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.557151+00', ''), + ('00000000-0000-0000-0000-000000000000', '9d575ecb-4008-47ce-a639-5d072a7c9608', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.557771+00', ''), + ('00000000-0000-0000-0000-000000000000', '778335c9-e505-463d-8e76-c47910aaacac', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.620773+00', ''), + ('00000000-0000-0000-0000-000000000000', '714eab2f-a040-4efe-91a8-3783febe9249', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.623811+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ee3a6e93-c0a0-4d32-9746-327811daf78c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:08.032497+00', ''), + ('00000000-0000-0000-0000-000000000000', '08475227-52c9-4930-acf1-52e561198708', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 02:55:59.025546+00', ''), + ('00000000-0000-0000-0000-000000000000', '048ffc57-1545-40b4-86cf-181fff3b383a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 02:55:59.026413+00', ''), + ('00000000-0000-0000-0000-000000000000', '403ef264-22a8-48e8-afd5-6e342859ef96', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.734281+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a490a12a-d173-46e7-baac-b21ecb8da25b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.740674+00', ''), + ('00000000-0000-0000-0000-000000000000', 'aa95a314-fe3e-4b16-8d14-19eabca92ea5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.738999+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dbc86673-941b-432b-a6c5-218ba417ea90', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.740109+00', ''), + ('00000000-0000-0000-0000-000000000000', '56485331-109a-4bf2-ae80-4c30af06d09f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.948443+00', ''), + ('00000000-0000-0000-0000-000000000000', '86575ced-7da7-453e-aadd-1e69233444aa', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.955988+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f74cf775-b0b6-4342-b636-2fce1707af30', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.005656+00', ''), + ('00000000-0000-0000-0000-000000000000', '5fd87470-9132-48da-8203-da7a022555fe', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.014952+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f7d4689e-aced-45d0-8bf5-0ab793618f04', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.034336+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dc9fae7c-3d06-4a82-9175-4262e8a17db7', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.036829+00', ''), + ('00000000-0000-0000-0000-000000000000', '13ba7b30-aaca-4f40-ada6-b9549770e823', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.769959+00', ''), + ('00000000-0000-0000-0000-000000000000', '9297cf76-1171-48f1-b5a6-a0cab7c89a95', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.771319+00', ''), + ('00000000-0000-0000-0000-000000000000', 'da3f87cd-5aa4-40be-9c88-722d89d660f0', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.779842+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f83e1e59-5112-4eb1-83c3-0de5e858085d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.780777+00', ''), + ('00000000-0000-0000-0000-000000000000', '6997580e-8abd-44ea-8d6c-c25f527fb9da', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.693239+00', ''), + ('00000000-0000-0000-0000-000000000000', '29bcda7d-8c05-49bc-a3f8-93b29371a7b5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.704357+00', ''), + ('00000000-0000-0000-0000-000000000000', '20dfdc45-5244-4a86-b7e6-91d995fafb28', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.333374+00', ''), + ('00000000-0000-0000-0000-000000000000', '30755b37-37f4-415d-a245-bb7bfe28ec90', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.335029+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c9f8fd85-5a1d-4847-af40-f0692326532a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.364772+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a050ce0f-aa47-4817-8f32-8ebd11cd7292', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.366114+00', ''), + ('00000000-0000-0000-0000-000000000000', '684f9698-c04f-4420-ae57-2e2bd80bf6b7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.383317+00', ''), + ('00000000-0000-0000-0000-000000000000', '65f6fec7-5ab8-4636-b613-4107ab8ca2df', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.386151+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd365a41c-7d86-4938-beb1-280633c074ad', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.399391+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f465089d-4174-45ea-a99d-c6ea420b2881', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.400371+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a7a5aa80-06c7-4860-ba20-804b7665ef43', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.183885+00', ''), + ('00000000-0000-0000-0000-000000000000', '00cee1bd-6653-4fe7-81cb-53454ed302b3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.18819+00', ''), + ('00000000-0000-0000-0000-000000000000', '71dccb28-eb8e-41e3-a203-f5b5708203b5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.260107+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e50e1e8c-c33a-4382-9dfa-52430ac2aa21', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.260883+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b041f2d4-1e01-4ddf-96d8-cba06cfbb657', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.564896+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dbf722c0-c13b-4f58-ad94-4c33550c48be', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.568628+00', ''), + ('00000000-0000-0000-0000-000000000000', '6f8f1066-0a69-420b-b161-f70b295bc5cf', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.624192+00', ''), + ('00000000-0000-0000-0000-000000000000', '524fc9e5-2c5b-4e54-a6db-fa1e35d88be6', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.630538+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bab894b8-5fa2-4e11-90d3-96858fac1498', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.546203+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f13eb65a-7966-4d4b-a00d-410dcfc1e9c4', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.549317+00', ''), + ('00000000-0000-0000-0000-000000000000', '04c13668-bfac-421c-8cfa-5b6b6f71243d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.568267+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a9c6c68d-8c2e-4978-9c0b-a5c2a7b2a709', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.568905+00', ''), + ('00000000-0000-0000-0000-000000000000', '78f9d5c4-7822-4397-b376-8ef685f32caf', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.576272+00', ''), + ('00000000-0000-0000-0000-000000000000', '356eff78-5932-4221-8802-dfbb2fb07ef1', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.576752+00', ''), + ('00000000-0000-0000-0000-000000000000', 'efd4990c-3e24-4647-942a-a1c38c2d1e78', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.739742+00', ''), + ('00000000-0000-0000-0000-000000000000', '3b6eefd1-343b-4832-896e-58b0c9d588a7', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.741357+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b378ba41-53bb-4428-aaf3-56e4406a5cd1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.740049+00', ''), + ('00000000-0000-0000-0000-000000000000', '0f77db79-733d-4888-bb3f-9e9ca363be5e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.740811+00', ''), + ('00000000-0000-0000-0000-000000000000', 'efe360c7-b93d-420f-bc29-2f1f7f15eb9a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.959712+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b56c6f77-b917-46c3-b9b3-91207c3f5419', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.961762+00', ''), + ('00000000-0000-0000-0000-000000000000', '15f42be3-6230-4a31-b1bd-f942ab9fe0ff', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.009573+00', ''), + ('00000000-0000-0000-0000-000000000000', '679eeaea-f0c6-4cd5-b141-cf2546d317ca', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.33349+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fce274f3-2cf2-4aec-9e22-cbad16c33843', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.335347+00', ''), + ('00000000-0000-0000-0000-000000000000', '5fcfb8b7-3f16-45e8-95d0-67a2b43f1245', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.365533+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e8ad9c8a-22ec-47ab-bde5-99238dd44ddf', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.365821+00', ''), + ('00000000-0000-0000-0000-000000000000', '2704b734-96fc-4aa3-bccf-e2340a8600d7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 17:38:20.058403+00', ''), + ('00000000-0000-0000-0000-000000000000', '723ccdcb-d323-4c68-9c55-9f8b3da2605c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 17:38:20.059192+00', ''), + ('00000000-0000-0000-0000-000000000000', '38776d24-8a09-4249-84e0-9a30316b6fce', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.244927+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a51babff-ab22-405e-ad2a-de3ce29415ef', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.245461+00', ''), + ('00000000-0000-0000-0000-000000000000', '2980d945-7034-4f43-b6a3-b75eba0fd2cd', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.236204+00', ''), + ('00000000-0000-0000-0000-000000000000', '4445f01d-e36e-41d7-abf0-4ac973019f73', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.236982+00', ''), + ('00000000-0000-0000-0000-000000000000', '5176052f-77c3-4768-9510-6eb6c4d20ba0', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.261193+00', ''), + ('00000000-0000-0000-0000-000000000000', '7c693438-443f-4f2c-9cd7-47c1a7bd118a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.261699+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c8cba9c7-ac32-4893-a7d6-432d4186a0cc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.573584+00', ''), + ('00000000-0000-0000-0000-000000000000', '10efb14e-500e-4dde-902b-88d3236a5e14', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.575686+00', ''), + ('00000000-0000-0000-0000-000000000000', 'accdbb30-7223-438e-9aa6-29563162aada', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 14:38:54.365345+00', ''), + ('00000000-0000-0000-0000-000000000000', '686131f3-6147-4b37-a2a2-d855e8a8674b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 14:38:54.366758+00', ''), + ('00000000-0000-0000-0000-000000000000', '8fb11288-eab0-4381-8890-6b61f7213e0f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 15:46:01.301635+00', ''), + ('00000000-0000-0000-0000-000000000000', '4c356106-fb1b-4caa-ac73-546b952e127f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 15:46:01.30329+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b64339a5-4ab0-4c97-bf2f-c66a9908e690', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 09:50:48.498225+00', ''), + ('00000000-0000-0000-0000-000000000000', '65813b67-7002-40f2-9b7e-eb23606f7e48', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 09:50:48.500274+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e9fa50ad-10ce-4df8-8959-4cbbe507c636', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-11 10:25:02.989096+00', ''), + ('00000000-0000-0000-0000-000000000000', '92ff51c8-6fb0-4ecc-9098-f0fb8341c7e3', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 12:21:17.223455+00', ''), + ('00000000-0000-0000-0000-000000000000', '8ac50f22-6526-43f4-b3be-2b865ef2aab7', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 12:21:17.224101+00', ''), + ('00000000-0000-0000-0000-000000000000', '4d80a87a-5168-4456-bb95-d289c2a47b44', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.60019+00', ''), + ('00000000-0000-0000-0000-000000000000', '33b859e7-51cf-4df7-a4ca-061189a9a3a1', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.601278+00', ''), + ('00000000-0000-0000-0000-000000000000', '4b904561-2806-4afd-a576-a5a78cb3ae2f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.74057+00', ''), + ('00000000-0000-0000-0000-000000000000', '66c52c01-cc97-4999-b35c-0c0da9d361a2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.74175+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c4c9a2cf-a510-49cd-8570-d3829b2b2fcd', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.749343+00', ''), + ('00000000-0000-0000-0000-000000000000', '36360ffd-7c27-4e8f-aaf9-cca4cd30fca8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.750279+00', ''), + ('00000000-0000-0000-0000-000000000000', '96143a9a-712b-41e0-9b9c-d2522ac5dffc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.375845+00', ''), + ('00000000-0000-0000-0000-000000000000', '2b710d08-d68c-47aa-855a-3ee20d7a911f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.378203+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ce29689a-8712-46d6-8dd3-c9ad864babfc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.390296+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a8bc0cbf-2346-4680-a0fc-c219b840986c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.391402+00', ''), + ('00000000-0000-0000-0000-000000000000', '8a9a4df3-f595-4bb6-985c-d96da2f89aef', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.236858+00', ''), + ('00000000-0000-0000-0000-000000000000', 'de825af5-7a85-4669-954c-ef7da582e16d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.237966+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f3b6d174-3d68-43d6-8458-c80757a3a26f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.262651+00', ''), + ('00000000-0000-0000-0000-000000000000', '74c4073e-d323-466a-a85c-83208d7edacc', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.263387+00', ''), + ('00000000-0000-0000-0000-000000000000', '81193ace-c939-4832-87f4-cf2117a31f80', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.581531+00', ''), + ('00000000-0000-0000-0000-000000000000', '4f9b1689-21b7-4a16-89e3-dacbd3d52283', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.583274+00', ''), + ('00000000-0000-0000-0000-000000000000', '70ee1844-63d7-4932-b467-a9846cbba162', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-11 14:26:14.286789+00', ''), + ('00000000-0000-0000-0000-000000000000', '23b3bf3f-da16-4f1d-a6b9-56248a7c9016', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.600352+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f5bcb1d4-0ad6-46de-9874-4af790813e02', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.602299+00', ''), + ('00000000-0000-0000-0000-000000000000', '3d646865-8710-486e-a3d2-65cd273fd54a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.739462+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b8324e54-6bef-4b37-be83-8a76d6190e5d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.743805+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a93f2601-ebc3-4c33-ae9b-d58dec4724ef', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.759157+00', ''), + ('00000000-0000-0000-0000-000000000000', '0aa3a9ba-e112-49f7-ad7a-1966da71fa53', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.760786+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a4e9c44a-c5fd-400a-b586-b71e126f9dd9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.97588+00', ''), + ('00000000-0000-0000-0000-000000000000', '234ca746-ef18-43b3-bbfd-6290eed5b339', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.976939+00', ''), + ('00000000-0000-0000-0000-000000000000', '4f2d0e08-bc0e-4024-ad78-13b1fea81c70', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.022428+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a1ed567f-dc0c-486f-bbcf-fe029306464e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.037649+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dfe0a7bf-ccf1-4816-add7-9f36284fb92d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.039321+00', ''), + ('00000000-0000-0000-0000-000000000000', '65a59f33-2555-408f-af21-67951ee26c11', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.774181+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd5c26853-a29c-46f7-850f-16fe01e2326f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.775367+00', ''), + ('00000000-0000-0000-0000-000000000000', '805f0f5b-ad33-42ea-aeda-47ba2d692cdb', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.780309+00', ''), + ('00000000-0000-0000-0000-000000000000', '38d378c1-c6ae-4fd3-a9de-ff8bae3cdfc2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.781271+00', ''), + ('00000000-0000-0000-0000-000000000000', '0d56a71d-df4d-4927-89ab-79650b41d75f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.704806+00', ''), + ('00000000-0000-0000-0000-000000000000', '5e9a0120-1c25-47fe-88ef-214284be75bd', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.72523+00', ''), + ('00000000-0000-0000-0000-000000000000', '5767a5c4-d22a-4951-ae1c-e402537fc452', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.726463+00', ''), + ('00000000-0000-0000-0000-000000000000', '732bb051-8485-4990-af07-1e969ea512b7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.377254+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ecbd8345-5a5d-4f06-b533-3477def2ad12', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.381659+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b62ad0b8-e61a-4072-a1a5-6c8346eb12ec', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.731487+00', ''), + ('00000000-0000-0000-0000-000000000000', 'eea136e0-25af-403a-b36d-85e5d0a8b80a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.732713+00', ''), + ('00000000-0000-0000-0000-000000000000', '0c9b3b58-130d-4fd7-8cf6-7e70106f9d9f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.244483+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ad7ba4e7-750c-41be-9a41-7451276ee86b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.245155+00', ''), + ('00000000-0000-0000-0000-000000000000', '65599901-fd9c-4cf9-abbb-0ee65bb83992', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.367832+00', ''), + ('00000000-0000-0000-0000-000000000000', '65cf3b02-eb8e-4961-8ad7-c8ca9527ce4b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.369668+00', ''), + ('00000000-0000-0000-0000-000000000000', '38ed2ffe-f824-4ae4-be20-d56abff3b527', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.23861+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c7a5121b-2ed6-4387-8894-d61cdfe862cc', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.303189+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd4e717ac-67c3-466f-b60b-11e5905879bd', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.262907+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bc09d398-d311-415a-8571-d3cad4c9e7e5', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.263881+00', ''), + ('00000000-0000-0000-0000-000000000000', '16723f65-6d7e-4f35-b2ab-2a5713c4d9de', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.581484+00', ''), + ('00000000-0000-0000-0000-000000000000', '8d44cdd3-2c2e-43e5-bb67-d1e881623ec9', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.583324+00', ''), + ('00000000-0000-0000-0000-000000000000', '30226a08-f032-4374-af93-bbfa316a5ee5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:24:32.722631+00', ''), + ('00000000-0000-0000-0000-000000000000', '11e1e3fc-b413-478f-bb88-89d60616b8a2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:24:32.72511+00', ''), + ('00000000-0000-0000-0000-000000000000', '90970e1d-fa9d-4db6-a867-73c48d7be18b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.405525+00', ''), + ('00000000-0000-0000-0000-000000000000', '38c47f75-5643-403c-8142-182471bbdaa9', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.40633+00', ''), + ('00000000-0000-0000-0000-000000000000', '03f9cbb6-3cfd-40db-8c83-97a39b94df0d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.67938+00', ''), + ('00000000-0000-0000-0000-000000000000', '775a9152-b0bc-423a-9d68-a38d92c0a008', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.680091+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ddc082d4-81c5-4f97-a38c-eaec050dcb6c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.78062+00', ''), + ('00000000-0000-0000-0000-000000000000', '65bf69d7-8cbb-4217-8a65-ec8bc6a11e24', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.780856+00', ''), + ('00000000-0000-0000-0000-000000000000', '5b37fce1-84ea-47b4-aeb7-68ab13649425', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.801279+00', ''), + ('00000000-0000-0000-0000-000000000000', '2a3332d0-05ca-48de-bfb9-d3b400aaca5c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.80223+00', ''), + ('00000000-0000-0000-0000-000000000000', '2196ca37-209a-4f24-83a9-b6eeeb1844ef', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.813362+00', ''), + ('00000000-0000-0000-0000-000000000000', '89508f42-dc9d-43f7-9c61-49f5f43714c3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.814243+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ec81c70c-314d-4ef1-bd8d-e9c64ecc39fc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.844445+00', ''), + ('00000000-0000-0000-0000-000000000000', '00a58ad5-4472-4e5a-85b9-21a75a9c4f1c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.845215+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bdd7fa29-b079-4ff0-87ea-58435c59b473', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:08.032178+00', ''), + ('00000000-0000-0000-0000-000000000000', '4ac33a40-593d-4b4d-baf9-d38969fef44d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.380129+00', ''), + ('00000000-0000-0000-0000-000000000000', '67c1bb91-4820-4158-8796-7ce07adad13c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 15:11:31.383547+00', ''), + ('00000000-0000-0000-0000-000000000000', '3d67f885-1a17-44b7-8230-4119cf43aa2c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.238714+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f4d2b4ef-9d9b-46eb-bbca-57440b06446f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.303315+00', ''), + ('00000000-0000-0000-0000-000000000000', '22c0b9f0-a28a-4093-913d-b61e9b77c33f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.263254+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ae5e55ed-4320-4de4-af13-a481bb148bcb', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.264211+00', ''), + ('00000000-0000-0000-0000-000000000000', '13712c33-fb4e-4d1d-8776-7a7ed1bee7a7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.585251+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c1613dca-d530-41ac-8528-18a582120245', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.586471+00', ''), + ('00000000-0000-0000-0000-000000000000', '6bbdd405-7ed8-485a-acdf-5f1dafc1be54', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.410167+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b5a0da8d-712d-4d2f-94cd-7f145a0f4b96', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.412132+00', ''), + ('00000000-0000-0000-0000-000000000000', '76048088-f97a-4d52-a9a9-e00dac9a44a3', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-11 20:37:29.253566+00', ''), + ('00000000-0000-0000-0000-000000000000', '789ddb75-85d9-480a-94f8-19129731445e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.682064+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c70789ca-ef6f-4036-a710-1c5d0065f4cb', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.683009+00', ''), + ('00000000-0000-0000-0000-000000000000', '67d799f0-7c2f-43db-8dc7-beab46844cdd', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.761312+00', ''), + ('00000000-0000-0000-0000-000000000000', '9fc14ae6-cf4e-4ec5-8e5b-c93327eca13b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.761969+00', ''), + ('00000000-0000-0000-0000-000000000000', '781552bc-e259-44a0-a79d-c8f9ec897acb', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.779199+00', ''), + ('00000000-0000-0000-0000-000000000000', '11732555-1449-4d0c-9aa2-5710789d83f0', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.783442+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f237c2c8-8150-4d4d-ab62-62fb087e5de2', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.817275+00', ''), + ('00000000-0000-0000-0000-000000000000', '6223e509-d25e-4019-9229-4e99bc2adbb2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 21:40:07.817668+00', ''), + ('00000000-0000-0000-0000-000000000000', 'af1c8c73-2024-4bc9-90ee-b74048d3c4d2', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 07:35:46.171642+00', ''), + ('00000000-0000-0000-0000-000000000000', '97d2e305-3ebc-4c42-8058-ffcc30ff0cff', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 07:35:46.173034+00', ''), + ('00000000-0000-0000-0000-000000000000', '7389b16c-f5b1-4b97-bbd6-af75eb9a1e39', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.537368+00', ''), + ('00000000-0000-0000-0000-000000000000', '6e700586-c292-4512-80e5-35d5b1e1b61c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.541926+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd0678483-7279-4827-b195-47cf0844d259', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.586685+00', ''), + ('00000000-0000-0000-0000-000000000000', '092c5d3b-8c4a-4152-bfdb-2ab0d405227c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.587132+00', ''), + ('00000000-0000-0000-0000-000000000000', '26e75652-eb69-4d1b-956a-5db3f1eb99ee', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.600797+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c4163723-19be-4b24-86bc-b9e16b0dda5a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.602224+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a48f3c1a-eec0-4878-a497-19af10d1c5ea', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.744208+00', ''), + ('00000000-0000-0000-0000-000000000000', '73b805c3-e3e4-4058-b1fa-0f26bc829d67', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:37.746928+00', ''), + ('00000000-0000-0000-0000-000000000000', '7050c1c3-478f-4475-956b-c6fb6e389d5f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.355093+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a22f8c8b-1b2d-43f0-9932-c773e8480a1e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.35642+00', ''), + ('00000000-0000-0000-0000-000000000000', '160a2ce7-75ff-40a9-a238-543734bd0988', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.373596+00', ''), + ('00000000-0000-0000-0000-000000000000', '8932e9a1-5dec-4add-a987-4fdbcd9235a8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.376867+00', ''), + ('00000000-0000-0000-0000-000000000000', '63840c7b-4d4d-4079-99d8-8525382b4f65', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.385437+00', ''), + ('00000000-0000-0000-0000-000000000000', '76e29b49-5203-413f-bacb-ac2696a1be7c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.385795+00', ''), + ('00000000-0000-0000-0000-000000000000', '3cf01709-f534-4e94-8f62-9b4ba748ce17', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.242193+00', ''), + ('00000000-0000-0000-0000-000000000000', '3680d797-8ed8-49a4-9d68-3d40e93d1cd2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.303814+00', ''), + ('00000000-0000-0000-0000-000000000000', '4fe15626-c7ca-4df7-b274-204efe185246', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.264788+00', ''), + ('00000000-0000-0000-0000-000000000000', '1c8ebac0-4439-499f-bab3-178233f650ec', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.265484+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a74f1d9d-9247-465d-89fc-fc3c033a3b18', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.590741+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f07c592d-73d9-439c-b393-0b58cb43b526', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.592905+00', ''), + ('00000000-0000-0000-0000-000000000000', '13df984a-337d-4630-90aa-f6dd080fb24a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.460468+00', ''), + ('00000000-0000-0000-0000-000000000000', '6572eaca-5316-41a3-9e6c-c7cf0140a5a0', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.462366+00', ''), + ('00000000-0000-0000-0000-000000000000', 'efa53d11-e6d5-4c03-84e2-83ad227f0521', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.60207+00', ''), + ('00000000-0000-0000-0000-000000000000', '255e1259-08d9-4329-8ad6-9ee53bcac2cf', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.603754+00', ''), + ('00000000-0000-0000-0000-000000000000', '9ed3a119-e6b5-436c-ba86-02d72103f1ab', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.720052+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b944ee44-c47f-429a-9251-0ca4e55acc6b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.723554+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ede35d08-4228-438e-98ea-911f9a3bc81c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.707036+00', ''), + ('00000000-0000-0000-0000-000000000000', '827466a5-d475-42c5-acaf-af7aca82b4aa', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.71018+00', ''), + ('00000000-0000-0000-0000-000000000000', '2dbda9f8-a7b9-42f4-8fda-692630e7e68a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.770184+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fc383772-3510-4fcd-969a-d67f9f5eab9c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.773021+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a214f9f0-2c1b-4e51-8630-1ee4eb7eb57b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.773722+00', ''), + ('00000000-0000-0000-0000-000000000000', 'acb6d074-f1ec-4281-a669-a66f9a049e56', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.774499+00', ''), + ('00000000-0000-0000-0000-000000000000', '339a0590-a683-4b38-837a-55c723a21136', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.982747+00', ''), + ('00000000-0000-0000-0000-000000000000', '7273ed7d-5f6d-43ba-93f6-e10fe9dd2550', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.983296+00', ''), + ('00000000-0000-0000-0000-000000000000', '2ded65d2-eff1-4c3a-b876-ab1486d92f3d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.027945+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fa603ef5-ed91-4b4a-b412-3461df97f7ae', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.027808+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fdda6cc5-2460-487e-84af-b98f5e7990da', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.028957+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e8aaa64d-cfbb-4dc3-8825-520607dd2b14', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.37019+00', ''), + ('00000000-0000-0000-0000-000000000000', '9fe1f9bb-963b-4e03-add5-e3a4361f12ae', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.371372+00', ''), + ('00000000-0000-0000-0000-000000000000', '6cf8bcc1-fed4-4537-b5d5-f94176514617', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-05 09:03:22.269886+00', ''), + ('00000000-0000-0000-0000-000000000000', '2e33cf1f-5405-463c-b89f-b2828cbcecf0', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.728318+00', ''), + ('00000000-0000-0000-0000-000000000000', '8a3f26dd-6df0-4931-95d2-6834b31a2294', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.730271+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e0fab22a-a777-4963-a0fc-3f0402b989e8', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.816848+00', ''), + ('00000000-0000-0000-0000-000000000000', '08d9704a-1ef8-451f-850a-3ba1e17e29f3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.818121+00', ''), + ('00000000-0000-0000-0000-000000000000', '696c1f66-e773-4d39-9c64-c22aecf474d0', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.836548+00', ''), + ('00000000-0000-0000-0000-000000000000', '6e82023e-49ce-4387-9944-52913f943cc7', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.836845+00', ''), + ('00000000-0000-0000-0000-000000000000', '6423b837-715b-4720-8833-ad70b4e68431', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.242235+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bf967d4f-3471-4686-81a0-0a939a422892', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.303775+00', ''), + ('00000000-0000-0000-0000-000000000000', '0d1770a5-1928-4d00-88f3-86a0413e6a3b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.264822+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ce67a2f6-aea4-4da7-8e1d-a489c2d40d26', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.265627+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c1472102-a30e-4307-868e-e5e21f45ed83', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.587802+00', ''), + ('00000000-0000-0000-0000-000000000000', '05a0297a-8b28-4605-937a-b237c089906a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.592383+00', ''), + ('00000000-0000-0000-0000-000000000000', '0eb8b728-67dc-4ac0-941e-a32466dbbe88', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.460538+00', ''), + ('00000000-0000-0000-0000-000000000000', '94eadb2e-e3b9-40fe-8591-c241cb0e6895', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.462602+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bc7f073b-53d0-4315-a58b-5d94352212b1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.60421+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a2f90aa5-4a88-4264-bcb2-597b6fc5f8b8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.605693+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c438ea1f-d477-486a-82a7-2b50f6687499', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.720718+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a0e0c0fc-f081-4e57-967e-a2addcdff858', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.724009+00', ''), + ('00000000-0000-0000-0000-000000000000', '088f2786-3112-429c-bac5-993f4512ac70', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.718707+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f7b4e9bd-0152-40f1-b800-813420339199', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.719405+00', ''), + ('00000000-0000-0000-0000-000000000000', '4a681906-1cc6-4499-a2a7-1b6efbc4f424', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.732818+00', ''), + ('00000000-0000-0000-0000-000000000000', '17122028-1a46-4a86-a133-00ffceb8e869', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.734675+00', ''), + ('00000000-0000-0000-0000-000000000000', '4d163f78-7fed-43dc-8d1f-41a608bdcda3', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.755269+00', ''), + ('00000000-0000-0000-0000-000000000000', '5fc583d3-bd8e-4f0f-9bf2-1cf2521581cb', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.755572+00', ''), + ('00000000-0000-0000-0000-000000000000', '52cadc9b-2f3f-4698-85f3-c60edbadda21', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.776657+00', ''), + ('00000000-0000-0000-0000-000000000000', '1c5f740c-e145-4fac-8376-f513b4e91c4b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.777867+00', ''), + ('00000000-0000-0000-0000-000000000000', 'aacd7415-2c0a-45ac-bd2c-152ab71c19bc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.382761+00', ''), + ('00000000-0000-0000-0000-000000000000', '17663cff-fbaf-44fd-b71b-b9e2f4327d8a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.39003+00', ''), + ('00000000-0000-0000-0000-000000000000', '89c18c1b-e9a8-49c9-9b2a-a25612425842', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.242917+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c63a55cf-2268-4df1-abd3-65705df21359', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.30409+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b5839379-ca11-4786-bc1e-278b42e41e2d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.266765+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a65baf61-eee4-4837-b54c-b6c2d82c972f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.267491+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ec80ccad-4449-48cd-890f-793f405ffed3', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.609625+00', ''), + ('00000000-0000-0000-0000-000000000000', '245a4a9d-b211-452b-8917-18c9bc98f752', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.610666+00', ''), + ('00000000-0000-0000-0000-000000000000', '997efb02-9b31-4c8d-a628-613af6398ef2', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.462612+00', ''), + ('00000000-0000-0000-0000-000000000000', '62605716-f219-462f-8d78-3a2626fc0ba2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.463586+00', ''), + ('00000000-0000-0000-0000-000000000000', '012e1ac3-d115-4d27-8bbf-eee6ea9cc400', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.612518+00', ''), + ('00000000-0000-0000-0000-000000000000', '43e8f39d-db09-4cb1-afa0-4f6133969b11', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.613342+00', ''), + ('00000000-0000-0000-0000-000000000000', '7d823513-4bae-454a-9f07-a5400dfeeeea', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.732527+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e71b7fbd-1080-4be3-8383-035479db5efd', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.733568+00', ''), + ('00000000-0000-0000-0000-000000000000', '49613086-c206-4cdc-a38b-a90ceabc4674', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.777649+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a37ec870-3274-41ac-87b2-d580b2dd5d8d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.778543+00', ''), + ('00000000-0000-0000-0000-000000000000', '07c374c6-5b3c-4ee3-956d-fea2e10f42a4', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.983942+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ed854b88-50b7-4c9c-9473-d833237571b6', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.986191+00', ''), + ('00000000-0000-0000-0000-000000000000', '48e13765-eaa8-4542-9e42-0918d5428e6d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.028356+00', ''), + ('00000000-0000-0000-0000-000000000000', '452bad6e-0fba-4531-a0f5-5ee236b0409c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.032981+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c3544702-0945-4fe0-b9f1-f0e3fa128c66', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.040348+00', ''), + ('00000000-0000-0000-0000-000000000000', '49ac1882-d394-4919-8bc7-ad5aecf3be29', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.041365+00', ''), + ('00000000-0000-0000-0000-000000000000', '383ffc58-668c-4c49-ab38-3b757c6b93d9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.774518+00', ''), + ('00000000-0000-0000-0000-000000000000', '6d7b8f4c-5e37-40a1-8ac3-5c5c44c6d525', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.775007+00', ''), + ('00000000-0000-0000-0000-000000000000', '2847188c-2233-4b4a-880b-5046cdf69e02', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.785545+00', ''), + ('00000000-0000-0000-0000-000000000000', '7ef731a4-0617-43c6-8bd6-1a04257eadc6', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.786295+00', ''), + ('00000000-0000-0000-0000-000000000000', '658e0cb0-4963-42ee-940a-47966b53c460', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.718805+00', ''), + ('00000000-0000-0000-0000-000000000000', '8c9a20c7-b38c-4f11-921f-31959e89fff6', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.722424+00', ''), + ('00000000-0000-0000-0000-000000000000', '406dfb37-1d2e-4786-9b54-79bb4e7e839d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.725814+00', ''), + ('00000000-0000-0000-0000-000000000000', '88c20888-c7c3-4d87-a2f5-bcfb96e21e4a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.405253+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ea979a35-12ac-4fae-9f97-e57985e835c0', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.406373+00', ''), + ('00000000-0000-0000-0000-000000000000', '27d14ca2-214d-428e-b142-591f7bacc5ad', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.253813+00', ''), + ('00000000-0000-0000-0000-000000000000', '67da4ebc-688f-4321-b6a1-e604d209a175', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.303739+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c0d973f0-cb5d-415f-9eac-951b12b5bc60', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 17:23:35.625169+00', ''), + ('00000000-0000-0000-0000-000000000000', '795c8a0b-1a79-4bdc-8e7c-f6cdce2affd0', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 17:23:35.632699+00', ''), + ('00000000-0000-0000-0000-000000000000', '79452f1f-9fc9-43d1-9ce3-317b72860bbc', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:46.838899+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e508b6c1-d755-4e1c-a263-f752ff928dda', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:46.840521+00', ''), + ('00000000-0000-0000-0000-000000000000', '44e1e3b7-6ef9-46e1-a8ba-8eed0ee2c97b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.469372+00', ''), + ('00000000-0000-0000-0000-000000000000', '33a334e6-856c-4fab-9b9f-c6519501ce43', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.470499+00', ''), + ('00000000-0000-0000-0000-000000000000', '9333141d-b8f2-4e40-a687-6ad58a03cb23', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.613637+00', ''), + ('00000000-0000-0000-0000-000000000000', '3eea4656-dc89-4bd4-b466-874711fdd909', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-12 21:12:10.614125+00', ''), + ('00000000-0000-0000-0000-000000000000', 'af61fa44-d8a6-4092-82a3-30ae2010e944', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.73267+00', ''), + ('00000000-0000-0000-0000-000000000000', '2afdb346-bdc4-434a-a33b-e8402cdd779d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.734188+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a0f6ca58-a744-4692-9398-a4296212ad7b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.777945+00', ''), + ('00000000-0000-0000-0000-000000000000', '9746bc42-4a1c-4e97-926c-986eb684c498', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.77915+00', ''), + ('00000000-0000-0000-0000-000000000000', '426cd940-387e-4dd1-bf53-d39ab9bb1867', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.986307+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a168c411-d646-4eff-a326-db53aac79479', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.997292+00', ''), + ('00000000-0000-0000-0000-000000000000', '18451af1-c3a1-4b29-8ee1-846f77fb9dfa', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.029123+00', ''), + ('00000000-0000-0000-0000-000000000000', '4da46e62-67ba-45f1-b637-f6e1a00b3a7f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.047446+00', ''), + ('00000000-0000-0000-0000-000000000000', 'df8f6879-5374-4671-b2c2-dcaf2b892f08', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.048456+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ddf5f67e-c235-4886-9c4c-88694b132e62', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.774474+00', ''), + ('00000000-0000-0000-0000-000000000000', '1108fc43-8dcf-4cf6-be83-8921e253d175', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.775816+00', ''), + ('00000000-0000-0000-0000-000000000000', '2517f8e8-78f4-4bbe-a3ad-294ca7d9bcd9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.690794+00', ''), + ('00000000-0000-0000-0000-000000000000', '741cb20d-7498-43f9-a9dc-e942fa08c6d7', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.691839+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bcd9648b-61fc-40d5-a900-323237e6fdab', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.720315+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cffff62d-8a05-4142-a3a1-53f8e4aba976', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.720937+00', ''), + ('00000000-0000-0000-0000-000000000000', '2a8c58ca-3114-4a45-b6b4-b0e2c1a22749', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.723943+00', ''), + ('00000000-0000-0000-0000-000000000000', '6f57351f-37fc-438e-955b-daae35953d11', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.725429+00', ''), + ('00000000-0000-0000-0000-000000000000', '5902c74d-0926-4ed1-8ab3-0286729408a0', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.416843+00', ''), + ('00000000-0000-0000-0000-000000000000', '41e75d42-28ca-490d-994a-7c76c44900d5', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 18:22:04.417909+00', ''), + ('00000000-0000-0000-0000-000000000000', '6a2a2f7d-011c-4bd6-95ac-2b2430ccbc4c', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-06 07:05:40.628136+00', ''), + ('00000000-0000-0000-0000-000000000000', '28da2017-6102-457e-a2ef-77d40b9708e5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 10:00:41.344706+00', ''), + ('00000000-0000-0000-0000-000000000000', '7a18ac72-79da-4b4c-a6d5-606e749718e3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 10:00:41.346309+00', ''), + ('00000000-0000-0000-0000-000000000000', 'af07495d-d7b6-4ce1-885a-0e61be29590f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.498648+00', ''), + ('00000000-0000-0000-0000-000000000000', '99973b61-5385-496e-968f-1eb39ca78d3c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.499862+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e4ff7f56-4dc1-4c0e-a062-e4d9bcafebe6', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.56066+00', ''), + ('00000000-0000-0000-0000-000000000000', '2a4305d5-ba00-41e3-9876-c84cd771d9c2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.561187+00', ''), + ('00000000-0000-0000-0000-000000000000', '3c2991ae-4250-4ff5-b755-2f5a07edff98', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.611021+00', ''), + ('00000000-0000-0000-0000-000000000000', '8cebe421-5e12-43c4-910a-97a9d550c6b6', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.61164+00', ''), + ('00000000-0000-0000-0000-000000000000', '7114e0e1-265b-4b97-b274-cfe821db5416', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.750844+00', ''), + ('00000000-0000-0000-0000-000000000000', '2504da58-6cb4-4fa0-bdc8-4f442529ff64', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.751515+00', ''), + ('00000000-0000-0000-0000-000000000000', '473fdda7-0162-4bf0-a93c-bd0f93b9aaa3', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.790339+00', ''), + ('00000000-0000-0000-0000-000000000000', '237ee310-2119-406e-8c90-cf1e65cfbc81', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.791014+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f056c8e4-aea8-47a7-8ce2-e591d04f0892', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-09 15:08:09.926665+00', ''), + ('00000000-0000-0000-0000-000000000000', 'aa91ba2b-b17a-400d-be35-3a5cc445b297', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.468583+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f1904c17-82b1-467e-93f0-2945f03c5145', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.470619+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd87cf338-6dd3-4591-b444-c1f20c40662d', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-16 12:42:58.569018+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c50fadb4-54d7-4e63-879c-4782aee72073', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.735006+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f366470a-5026-403b-a3f0-a8689568f2ab', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.736488+00', ''), + ('00000000-0000-0000-0000-000000000000', '6d2ea2bb-3b7d-43ae-a1fd-1ab606f26c8e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.779893+00', ''), + ('00000000-0000-0000-0000-000000000000', '277178e2-e619-47bc-abf6-eb76019236f1', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.781006+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e06b162e-2d27-4094-8330-6c8f02d20ae7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.997611+00', ''), + ('00000000-0000-0000-0000-000000000000', '073ca3e3-cca8-402f-aa69-c197226b32be', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.007729+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd3c8c9e8-0d8a-4830-a978-a4f3740f4476', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.029702+00', ''), + ('00000000-0000-0000-0000-000000000000', 'be1ed5fc-ab6a-4006-9c98-40da9cba1318', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.033599+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e5bcfcee-9b26-4a5d-9e75-2ad562ce6b76', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.73654+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ca848444-e0ea-493e-a36d-cf6552e02bd8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.73846+00', ''), + ('00000000-0000-0000-0000-000000000000', '24300f08-e232-4e6f-a13d-ac002b9350a7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 10:09:56.361837+00', ''), + ('00000000-0000-0000-0000-000000000000', '35dd483d-8bc9-41bb-a25b-110b79a74c96', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 10:09:56.365705+00', ''), + ('00000000-0000-0000-0000-000000000000', '36bc5d42-8173-49d4-b8bc-da7ea83c80aa', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.70824+00', ''), + ('00000000-0000-0000-0000-000000000000', '61f594e8-47ee-4be1-a553-06e5d210a1c2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.708933+00', ''), + ('00000000-0000-0000-0000-000000000000', '5f6dcf67-8d02-469f-ac7e-4dde34888aab', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.885165+00', ''), + ('00000000-0000-0000-0000-000000000000', '98f8b1c9-f1f3-4d57-953c-52ccb2ef7cf4', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.8859+00', ''), + ('00000000-0000-0000-0000-000000000000', '0aa763ba-e62a-47cf-ae9b-1b1a5cfdc421', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 13:06:36.80618+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bdba1501-0484-4ee0-b875-c6c3a439b848', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 13:06:36.80802+00', ''), + ('00000000-0000-0000-0000-000000000000', '437bf425-4cc0-45f9-89cf-a599a3af16fd', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 14:29:55.664269+00', ''), + ('00000000-0000-0000-0000-000000000000', '74522516-8c86-4742-960c-493c2961db3e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 14:29:55.665774+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fe57a76d-cfb8-490f-a254-c77d2a79900b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.26139+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e2213ba6-ada9-4ba9-b7bd-2950c4692939', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.264556+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c55da3af-ab29-490e-93c7-8aa84ef501e0', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.433719+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ee05f676-1119-43a2-81d1-225b8a000b64', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.434466+00', ''), + ('00000000-0000-0000-0000-000000000000', '8bf46faf-50ca-4482-b441-310f6e202d5c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.883467+00', ''), + ('00000000-0000-0000-0000-000000000000', '25b9d71e-d657-48a2-a494-8e50aca618f0', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.884485+00', ''), + ('00000000-0000-0000-0000-000000000000', '1cd358e5-5665-436d-965f-36b9012c3efa', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 08:03:45.988436+00', ''), + ('00000000-0000-0000-0000-000000000000', '2fa7d896-b2a1-4528-a8f6-7b5ce14d151f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 08:03:45.990096+00', ''), + ('00000000-0000-0000-0000-000000000000', '344b6a98-5d8e-4c87-8eef-3e7d62c18b0f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 09:02:21.944982+00', ''), + ('00000000-0000-0000-0000-000000000000', 'da65a3f0-0902-405f-b794-7c007a1cd8fa', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 09:02:21.945985+00', ''), + ('00000000-0000-0000-0000-000000000000', '3ba05ee3-798c-46d8-9feb-d499fe36ab15', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 10:59:02.397938+00', ''), + ('00000000-0000-0000-0000-000000000000', '93f8b897-8bf5-474e-8544-96773e558949', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 10:59:02.398708+00', ''), + ('00000000-0000-0000-0000-000000000000', '49942951-e517-4570-abfb-d8b60064416c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.768308+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ad8f8278-30ab-4d37-a434-896bf091f9ad', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.76965+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fa377430-2a48-4ec4-96c1-afd80a717830', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.820949+00', ''), + ('00000000-0000-0000-0000-000000000000', '97b2022a-ad9f-4891-a4e0-46620195a87e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.822424+00', ''), + ('00000000-0000-0000-0000-000000000000', '63e9a1db-a3bf-4368-8426-816ceb4f6ac5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.359718+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a63d541a-98a3-4b36-9cd9-fc02bba051e8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.41002+00', ''), + ('00000000-0000-0000-0000-000000000000', '30d9c552-4a28-446f-b3d9-6dcffccd93e9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.611859+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ab0d43d2-5224-4a04-a629-40476d55e5d0', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.885055+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd5167d5f-8b2d-40d6-bbe7-d6aca924de1b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.896945+00', ''), + ('00000000-0000-0000-0000-000000000000', 'aa8942f9-c46e-4568-8ebe-a2fe9ef6cfa6', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.924201+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd16f3f90-5a7e-4304-bf03-f9f864daf4ed', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.924499+00', ''), + ('00000000-0000-0000-0000-000000000000', '8dfc1c0b-a1ef-4b1b-81e1-25458f131de1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:24.002623+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ef00b5dd-5582-42c1-9f2e-8d94a2fa28b1', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:24.003248+00', ''), + ('00000000-0000-0000-0000-000000000000', '6d8eff91-8506-4549-b440-aaa3b0286488', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-06 18:37:55.394542+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a53cf042-bd74-4c13-bd1e-b47014fe4ee6', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.475489+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b2adf1f8-aea5-4e3a-bd35-ec9f2db25a83', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.476744+00', ''), + ('00000000-0000-0000-0000-000000000000', '35e53763-ef15-4f7a-9b8a-5b25a4a2c1c3', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.599121+00', ''), + ('00000000-0000-0000-0000-000000000000', '2ee6a005-c626-4381-a605-891ca07a793e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.600171+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cc5e3d9f-a58e-482c-8fe8-7f7227b57cd0', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:43.099132+00', ''), + ('00000000-0000-0000-0000-000000000000', '477907be-67dd-419a-a21a-3ac139221fd3', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:43.100074+00', ''), + ('00000000-0000-0000-0000-000000000000', '7b500009-6283-44e1-b5b8-7be4adaf66a6', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.251194+00', ''), + ('00000000-0000-0000-0000-000000000000', '3dfb8675-2eb9-4c6e-a62b-f817c390bd2f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.252352+00', ''), + ('00000000-0000-0000-0000-000000000000', '819df8df-a3d6-4c94-afa3-d0d7f70ad57c', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-08 10:12:08.30962+00', ''), + ('00000000-0000-0000-0000-000000000000', '88519cdb-7829-40d4-b1ca-a31b964d4f2e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 12:16:47.110901+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd60b5640-4a07-4f20-9d6e-7bb6e540449a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 12:16:47.112091+00', ''), + ('00000000-0000-0000-0000-000000000000', '2f06a02a-3fb6-45ae-acc4-f7618023bb16', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.78394+00', ''), + ('00000000-0000-0000-0000-000000000000', '9c1ec3ec-a658-41c3-a0b2-8eb91b06657a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.785464+00', ''), + ('00000000-0000-0000-0000-000000000000', '25e401a5-7cee-41d2-8b2c-e7f2d77e1072', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.244459+00', ''), + ('00000000-0000-0000-0000-000000000000', '83dd1d9f-907e-42dc-ae53-f57a2694257b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.245182+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b1ad85e5-b8d0-452d-a869-bccab9ac37c8', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.338544+00', ''), + ('00000000-0000-0000-0000-000000000000', '5d575f98-85b6-4a2f-8853-ca9d0f7a5acf', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.339767+00', ''), + ('00000000-0000-0000-0000-000000000000', '10ac34e3-03e2-451e-9195-4b4fc6fdc406', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.384115+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c6bee438-40b1-46c6-9ef5-b6953f63a38f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.384521+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd2660107-6103-4410-acf1-05c8e02a2292', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-09 12:44:00.346602+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a3a5e331-739a-4fc8-ab90-46fad3f1d057', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.529352+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f6ffdcc2-14a7-4ded-afd8-e52b66af1aa8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 13:41:42.530779+00', ''), + ('00000000-0000-0000-0000-000000000000', '402424ac-f69c-4593-9825-e96ce64cae81', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.910032+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd0708cd5-0a74-443c-af0f-3396cb478cb8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.91111+00', ''), + ('00000000-0000-0000-0000-000000000000', '65e16d66-bda1-4314-856a-c4998c6b175e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.298708+00', ''), + ('00000000-0000-0000-0000-000000000000', '173b8007-5e55-4729-92ad-b987aeb256bd', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.299041+00', ''), + ('00000000-0000-0000-0000-000000000000', 'de708351-2fd7-45e3-bba6-eb74513e9be6', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.385562+00', ''), + ('00000000-0000-0000-0000-000000000000', '2baf649b-2a23-4802-90ff-c278cb7402f9', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 15:37:33.38581+00', ''), + ('00000000-0000-0000-0000-000000000000', '361ba2aa-ba38-4591-a14e-b97d1c0d0325', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 04:45:59.696811+00', ''), + ('00000000-0000-0000-0000-000000000000', '4417d0af-87b0-4a2e-a7f5-70f557ea8f8a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 04:45:59.697618+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f43204e8-a4f7-4e60-8610-0e1ca8409525', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.184118+00', ''), + ('00000000-0000-0000-0000-000000000000', '50ff28b2-a069-4602-b617-ef3865b269ac', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 06:14:28.18527+00', ''), + ('00000000-0000-0000-0000-000000000000', '4feffe8a-686f-43cd-a0f8-5f09bfe8c03b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.488271+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ed135752-aa15-477a-88c0-125071d0054e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.544529+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cf60add4-b714-4290-979c-4684e44b447a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.804089+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dadd1f53-3f08-4136-9e0e-d10f23cfd6f5', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.806002+00', ''), + ('00000000-0000-0000-0000-000000000000', '94eb5c4c-a658-4562-944f-3077ae40f59a', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.210316+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cdcbdc14-2c6d-45fb-8d5d-72b435b7786f', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.2109+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b3a65272-2152-42a9-9944-8df066eb39d3', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.241129+00', ''), + ('00000000-0000-0000-0000-000000000000', '5740f1a6-4ad6-4c42-8376-3d598b6d902c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.242476+00', ''), + ('00000000-0000-0000-0000-000000000000', '5d0d8e71-5109-4cbf-a932-9c18969e3451', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.344444+00', ''), + ('00000000-0000-0000-0000-000000000000', '197e1fad-fec8-4d85-8ecb-ebd9749522df', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.345297+00', ''), + ('00000000-0000-0000-0000-000000000000', '3b93ab39-e377-405a-9fa2-c226181ed2d5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.420458+00', ''), + ('00000000-0000-0000-0000-000000000000', '772f236a-cc53-4933-b904-a45751155748', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:58.421645+00', ''), + ('00000000-0000-0000-0000-000000000000', '4facca20-0eda-4476-9e0e-5e9658552275', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.43715+00', ''), + ('00000000-0000-0000-0000-000000000000', '760f5b59-0f27-4607-bdc6-44d60873b7be', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.449555+00', ''), + ('00000000-0000-0000-0000-000000000000', '2c7f2102-1bc5-4af9-86f1-f7b17da33864', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.616678+00', ''), + ('00000000-0000-0000-0000-000000000000', '09788d73-b829-4749-8249-cc8e756ab5ce', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.623756+00', ''), + ('00000000-0000-0000-0000-000000000000', '5f4ab8fa-f990-4c6b-bda8-3b52a9efb81d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.471438+00', ''), + ('00000000-0000-0000-0000-000000000000', '2ecc1860-2778-4b9e-a295-879237845e59', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.472968+00', ''), + ('00000000-0000-0000-0000-000000000000', '24876240-47f0-4f6a-af65-e7704624eb1f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 13:41:11.334019+00', ''), + ('00000000-0000-0000-0000-000000000000', '1224c804-34ee-4a28-9d76-7e306312c4ea', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.910332+00', ''), + ('00000000-0000-0000-0000-000000000000', '461ff72e-5392-4a7b-a5a7-e79d5c579f55', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.913065+00', ''), + ('00000000-0000-0000-0000-000000000000', '3475cc60-0f95-480c-a6a4-6ff1684c8d88', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.592646+00', ''), + ('00000000-0000-0000-0000-000000000000', '0b5f3fe8-c8c2-4e0e-accc-7ca358a03b20', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.598157+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e60089fc-e186-4458-bd58-98f2c7c74f38', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.811856+00', ''), + ('00000000-0000-0000-0000-000000000000', '5e19bdb6-ac3b-4a24-97df-56ab28980163', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.812856+00', ''), + ('00000000-0000-0000-0000-000000000000', '0da3fec0-bb92-4f3d-ae04-57ab7d98f2bb', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.61418+00', ''), + ('00000000-0000-0000-0000-000000000000', '577fb1ee-0de2-4c6e-b21a-1a9c4ff6a4af', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 19:21:15.573085+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a8f03751-9200-4d20-94a3-d2d19026445e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 19:21:15.573815+00', ''), + ('00000000-0000-0000-0000-000000000000', '4869c875-1759-43f4-bddc-0a1ebd105115', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 07:19:43.275281+00', ''), + ('00000000-0000-0000-0000-000000000000', 'edc8bdbb-7a56-4807-ae16-157f0ae3af60', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 07:19:43.277059+00', ''), + ('00000000-0000-0000-0000-000000000000', '58697c56-8369-46f2-9328-697bd2790f27', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 12:42:30.112942+00', ''), + ('00000000-0000-0000-0000-000000000000', '932a155d-2a4d-470d-a219-4c2ca7f57e90', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 12:42:30.114066+00', ''), + ('00000000-0000-0000-0000-000000000000', '8bbb2322-7079-4032-b174-b0fbefccdcdb', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 13:40:37.586359+00', ''), + ('00000000-0000-0000-0000-000000000000', '2f4a7ca5-983f-4b93-af73-b6381bd27fe7', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 13:40:37.58754+00', ''), + ('00000000-0000-0000-0000-000000000000', '9712eb5f-f99a-4da3-84da-d3b2d81b5ad9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 11:23:17.325469+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fa8a5ff2-0682-4c74-99c3-a4bd04987b5c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 11:23:17.326134+00', ''), + ('00000000-0000-0000-0000-000000000000', '49141e9e-0e22-4ccb-b16f-0119825edb6b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.476476+00', ''), + ('00000000-0000-0000-0000-000000000000', '3f0f254f-3cc1-44d7-8910-252c2e66262d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.477616+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ac43ed6e-16a2-4a1b-ae38-6756f5a72a36', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 13:41:11.33559+00', ''), + ('00000000-0000-0000-0000-000000000000', '500b855c-4c40-41e9-8715-850b4c08229d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.735192+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a946f755-dded-42a5-a81a-7a2798df1ea9', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.736134+00', ''), + ('00000000-0000-0000-0000-000000000000', '70966099-64f4-4612-88dd-becabe131426', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.78285+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b943efc5-f921-494e-b04d-c5e34c40cb43', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:47.784185+00', ''), + ('00000000-0000-0000-0000-000000000000', '79be7bdb-36df-4b99-9d4e-a1ee5f973db1', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.99748+00', ''), + ('00000000-0000-0000-0000-000000000000', '66f3a757-719f-44f4-9fce-7ce45c80bc74', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.001953+00', ''), + ('00000000-0000-0000-0000-000000000000', '45c0fe33-aa65-465f-8df3-a063057a57e9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.029471+00', ''), + ('00000000-0000-0000-0000-000000000000', '814aef98-543c-44d8-a3f3-f44979434147', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:49.033551+00', ''), + ('00000000-0000-0000-0000-000000000000', '55607cbb-0105-486d-88b7-a35e994c46ef', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:57.76054+00', ''), + ('00000000-0000-0000-0000-000000000000', '13711c31-536e-480d-9e55-50794c8e8ef7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.911309+00', ''), + ('00000000-0000-0000-0000-000000000000', '8dc6bb54-8620-493b-99c9-84785b07485a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-05 12:03:23.913114+00', ''), + ('00000000-0000-0000-0000-000000000000', '728c43b4-fb86-491e-8d26-c802d587263f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.594143+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b765c217-c88b-449b-ac16-9e57379f39b9', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-06 21:02:42.598022+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e0957fe9-c537-4c91-8654-8e7588ab537f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.202265+00', ''), + ('00000000-0000-0000-0000-000000000000', '446a28ac-2acb-4cc4-bc52-c179b1735faa', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-07 10:16:00.20347+00', ''), + ('00000000-0000-0000-0000-000000000000', '7d7eacee-86a3-4bbd-8002-b03a77cd5bb9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.815988+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a8973d7f-783f-4756-b18a-c867c4b684a8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-08 18:44:57.817991+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b8641944-ed99-48a5-9a7d-31f27e5ba289', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.616378+00', ''), + ('00000000-0000-0000-0000-000000000000', '762cc1fd-708a-48c1-8882-20ba6fe6192c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:50.618485+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd8dc8fca-5734-4e31-90c7-7b1ff0bcf560', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:51.144014+00', ''), + ('00000000-0000-0000-0000-000000000000', '4460b610-0cba-44c5-ba8c-4429585967b4', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 16:08:51.147175+00', ''), + ('00000000-0000-0000-0000-000000000000', '9843ac44-b632-42fb-9c35-353c0ac2a5d6', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 18:23:06.313396+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f5b0c507-173d-4728-a5f3-25eb80575538', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 18:23:06.314131+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd323fba0-2590-423b-89bd-dc217ffb73c0', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 20:19:25.530308+00', ''), + ('00000000-0000-0000-0000-000000000000', '97ddd677-8092-4664-adc2-4ece9ab30f1e', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-09 20:19:25.531182+00', ''), + ('00000000-0000-0000-0000-000000000000', '6887e91b-0145-41ed-824f-ec8b5fec241d', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 08:18:07.978342+00', ''), + ('00000000-0000-0000-0000-000000000000', '53be6368-5fd7-4e09-8087-e1133dfa0ec8', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 08:18:07.979201+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e277366a-965c-46bb-a2f0-7b03ee086e80', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 09:17:49.342453+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bf08be4f-d99c-4a8b-88ab-154865cbb09d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 09:17:49.343684+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dd1af213-5e17-4851-840a-34ab694ba029', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 11:44:26.544631+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f74ee8bc-02b3-4c5f-8752-9ec648f8ce91', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-10 11:44:26.546037+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fc2487ae-e63c-4f75-9e07-4ffa7b792ef9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.477676+00', ''), + ('00000000-0000-0000-0000-000000000000', '1069e1d6-6f6a-49af-8248-ca73d67c7b01', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-11 15:56:15.47856+00', ''), + ('00000000-0000-0000-0000-000000000000', '8aba2c51-1105-40f4-9e00-4d8929596be1', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-16 18:20:40.204701+00', ''), + ('00000000-0000-0000-0000-000000000000', '77e6f0f0-4bb1-41e8-abb4-cc2e2825f43c', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.735215+00', ''), + ('00000000-0000-0000-0000-000000000000', '1012be81-1b34-4778-85fe-6c2af0dae54d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:38.736233+00', ''), + ('00000000-0000-0000-0000-000000000000', '200f9c9e-23d8-44de-bb60-0ce9ace18eb7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.876492+00', ''), + ('00000000-0000-0000-0000-000000000000', '414870c7-c15e-472b-9ed3-bb7fab9b903a', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:48.881038+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b6c1f8c2-a347-4296-b74d-cd31747b3824', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.328113+00', ''), + ('00000000-0000-0000-0000-000000000000', '45d0f281-8262-40a0-8f6c-64b8745c3cd5', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.352458+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c9c15a26-77fa-4696-be23-aff0650979b5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.417953+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b35e61ce-08f0-4d1a-9789-b49d166c24ad', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.41865+00', ''), + ('00000000-0000-0000-0000-000000000000', '9ce4daeb-3d83-4fa4-b81f-7d2c66502ce7', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.729306+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b82db150-65d5-4eb9-8a08-4eec2a945926', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 09:47:15.730167+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd93dfcc4-526a-4776-ac8d-9889ca464484', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 10:45:38.974672+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c0a2eef9-bf45-4ec5-9031-7437019e10ae', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 10:45:38.976694+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e5d8f6a6-1295-4a65-8501-7775db3a1f3f', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 12:33:14.092742+00', ''), + ('00000000-0000-0000-0000-000000000000', '2e5aa575-a349-4a3d-b6c1-c37c77c46e46', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 12:33:14.094015+00', ''), + ('00000000-0000-0000-0000-000000000000', '482f29a7-40ff-4422-9ac7-3e7c7e2c8374', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.396103+00', ''), + ('00000000-0000-0000-0000-000000000000', '187c2347-0141-4053-a85a-eeff52331c3b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.397681+00', ''), + ('00000000-0000-0000-0000-000000000000', '46e2701b-f452-41b5-aecd-8175030dc99b', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.442449+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd6f8dfbe-1248-47d5-9d01-7592ac79d982', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.444766+00', ''), + ('00000000-0000-0000-0000-000000000000', '25a37e12-ceb3-4c41-810d-1dfb1e545bc2', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.494317+00', ''), + ('00000000-0000-0000-0000-000000000000', '5225d4e6-f411-4b3e-9080-c14d693811d7', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.496493+00', ''), + ('00000000-0000-0000-0000-000000000000', '5b0ef962-42ba-4aee-9b71-4dd8f4291e71', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.510923+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e7f308e2-7ef4-4846-8798-11c5d4b58372', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-04 14:08:40.511615+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd685ea63-f48e-41ef-a85d-1529ea56c7c5', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.726969+00', ''), + ('00000000-0000-0000-0000-000000000000', '363b2702-d889-4d1b-9a1c-1187287be5dd', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.726712+00', ''), + ('00000000-0000-0000-0000-000000000000', '5fb336a8-0b2a-41ca-969a-f6616cd139d2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.728713+00', ''), + ('00000000-0000-0000-0000-000000000000', '0d27a467-b793-4c1c-9140-cc34926f782e', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.728549+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c56295e9-dd76-483a-8db8-1b5c84ae1f0d', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.729664+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f7024ab1-350b-432c-bce0-e83d267929df', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.7296+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c65ae313-cdc2-43bd-958d-701ba910d9f5', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.729988+00', ''), + ('00000000-0000-0000-0000-000000000000', '2e35af39-cf46-4ef2-8513-cc9844675786', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.730657+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd723f7c4-5ecc-49ce-916d-b81477cc19b2', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.73071+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd03438fd-c65e-4a4b-9262-6377c03069bb', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.73123+00', ''), + ('00000000-0000-0000-0000-000000000000', '83061938-5bfb-4bcd-8460-ae08916d375b', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-16 19:31:58.731892+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cd21e9bb-7240-4e75-a415-217ea9204ddd', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-17 13:35:39.370957+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e6f60005-b313-4161-b400-98cf7328b1ac', '{"action":"user_signedup","actor_id":"c5e8398d-782a-4050-884e-8dc65a2cd869","actor_username":"alice_xxpwb@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:37.701687+00', ''), + ('00000000-0000-0000-0000-000000000000', '6104d12d-bb74-447c-abb8-803d3571d2e6', '{"action":"user_signedup","actor_id":"cb7ed166-c97b-4484-8904-a085d2167f07","actor_username":"alice_zcozm@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:37.718057+00', ''), + ('00000000-0000-0000-0000-000000000000', '6d585c78-9fa1-422b-8974-215c6a917a71', '{"action":"login","actor_id":"c5e8398d-782a-4050-884e-8dc65a2cd869","actor_username":"alice_xxpwb@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:37.718921+00', ''), + ('00000000-0000-0000-0000-000000000000', '7893db85-f669-451e-b083-bb7506ea77bc', '{"action":"user_signedup","actor_id":"70d79ccb-8689-4f58-9987-93ed8070c081","actor_username":"alice_qnhcx@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:37.719481+00', ''), + ('00000000-0000-0000-0000-000000000000', '94764fd6-cadf-4e94-b064-e63e3e0b9548', '{"action":"login","actor_id":"cb7ed166-c97b-4484-8904-a085d2167f07","actor_username":"alice_zcozm@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:37.721262+00', ''), + ('00000000-0000-0000-0000-000000000000', '0360caad-5568-4aac-8885-56e3edf6420e', '{"action":"user_signedup","actor_id":"853cb003-66a6-4259-a5d5-1341d4c49229","actor_username":"alice_oelah@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:37.721944+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bf50e095-911a-4592-9776-09a1b4d92c67', '{"action":"login","actor_id":"70d79ccb-8689-4f58-9987-93ed8070c081","actor_username":"alice_qnhcx@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:37.722853+00', ''), + ('00000000-0000-0000-0000-000000000000', '2383bade-a077-4496-a4a1-5b64e9769703', '{"action":"login","actor_id":"853cb003-66a6-4259-a5d5-1341d4c49229","actor_username":"alice_oelah@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:37.730584+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd2c43a7f-c9c9-4d96-9e70-cac65f4d2250', '{"action":"user_signedup","actor_id":"599e1862-83d4-4e03-8615-98c27519841f","actor_username":"alice_odiuy@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:37.736977+00', ''), + ('00000000-0000-0000-0000-000000000000', '153ae16d-478d-4c29-99cf-7649363fe9e0', '{"action":"login","actor_id":"599e1862-83d4-4e03-8615-98c27519841f","actor_username":"alice_odiuy@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:37.740869+00', ''), + ('00000000-0000-0000-0000-000000000000', '8364e017-0d7b-4775-adab-d5257456b6b5', '{"action":"user_signedup","actor_id":"2bac0d34-cde3-4839-9d04-498967e0c7ff","actor_username":"bob_dwuhb@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:37.827752+00', ''), + ('00000000-0000-0000-0000-000000000000', '58583c58-02f2-4d81-bddd-4cca0d0d29d5', '{"action":"user_signedup","actor_id":"3e314ae6-93b9-4adb-adff-cfe0a68d025e","actor_username":"bob_aggjj@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:37.827786+00', ''), + ('00000000-0000-0000-0000-000000000000', '5f1b312f-72b1-4958-af31-72966e52cd1e', '{"action":"login","actor_id":"2bac0d34-cde3-4839-9d04-498967e0c7ff","actor_username":"bob_dwuhb@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:37.829456+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd8417364-e294-4a42-9422-5712c7d73769', '{"action":"login","actor_id":"3e314ae6-93b9-4adb-adff-cfe0a68d025e","actor_username":"bob_aggjj@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:37.829843+00', ''), + ('00000000-0000-0000-0000-000000000000', '8c40fcd8-fa5f-4bc6-ac55-68eeec0fdcb0', '{"action":"user_modified","actor_id":"cb7ed166-c97b-4484-8904-a085d2167f07","actor_username":"alice_zcozm@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:07:37.841851+00', ''), + ('00000000-0000-0000-0000-000000000000', '45893dc1-90fe-4589-a54a-75642318371b', '{"action":"user_signedup","actor_id":"02738d99-fc0a-41b9-ab4d-af87063a32f1","actor_username":"bob_lbzzs@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:37.849141+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b55d400f-f128-4825-8f0b-4b72bf65d36b', '{"action":"login","actor_id":"02738d99-fc0a-41b9-ab4d-af87063a32f1","actor_username":"bob_lbzzs@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:37.852631+00', ''), + ('00000000-0000-0000-0000-000000000000', '792bdbb4-1ff1-401c-bbda-5137fbfdc978', '{"action":"user_signedup","actor_id":"66cd3f91-3ccb-4c4c-99fb-14a944bb4f64","actor_username":"bob_tknks@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:37.856447+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd74873fe-13c9-4eb3-8f52-c9e0e9b8519b', '{"action":"user_signedup","actor_id":"00000000-0000-0000-0000-000000000000","actor_username":"service_role","actor_via_sso":false,"log_type":"team","traits":{"user_email":"user2-1697566057758@emailasdf.com","user_id":"a1ac74be-83ec-4932-8aa1-a1badd2ddd85","user_phone":""}}', '2023-10-17 18:07:37.857101+00', ''), + ('00000000-0000-0000-0000-000000000000', '0a6b055f-b289-46de-ad02-89a5464c6bf6', '{"action":"user_signedup","actor_id":"318358a3-e11d-4382-a53a-3c8038337bac","actor_username":"alice_forjv@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:52.686841+00', ''), + ('00000000-0000-0000-0000-000000000000', '753a95ee-cd89-4818-b0a5-f6bd9d1c77cc', '{"action":"login","actor_id":"318358a3-e11d-4382-a53a-3c8038337bac","actor_username":"alice_forjv@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:52.688979+00', ''), + ('00000000-0000-0000-0000-000000000000', '21a2fa38-a71a-4c0f-bd4a-9aabe3c57036', '{"action":"user_signedup","actor_id":"9187dcff-723b-4872-ad4d-8a2fe7fe93b3","actor_username":"bob_auxsq@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:52.791348+00', ''), + ('00000000-0000-0000-0000-000000000000', '9ef2b8f3-75f7-4b0a-9add-ada8ebc3d91c', '{"action":"login","actor_id":"9187dcff-723b-4872-ad4d-8a2fe7fe93b3","actor_username":"bob_auxsq@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:52.792906+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c1d565da-736d-4678-9a2b-45f6aa84a6aa', '{"action":"login","actor_id":"66cd3f91-3ccb-4c4c-99fb-14a944bb4f64","actor_username":"bob_tknks@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:37.859776+00', ''), + ('00000000-0000-0000-0000-000000000000', '121b52b1-15e8-4b7a-9ce2-ac096e561da2', '{"action":"user_signedup","actor_id":"b85dceaa-0e32-49e4-ae19-847a8f9c279d","actor_username":"alice_fjlqw@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:52.689558+00', ''), + ('00000000-0000-0000-0000-000000000000', '1b7714db-52b9-4a21-878f-05552049fa8e', '{"action":"login","actor_id":"b85dceaa-0e32-49e4-ae19-847a8f9c279d","actor_username":"alice_fjlqw@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:52.691385+00', ''), + ('00000000-0000-0000-0000-000000000000', '2e3b31e4-9e97-471f-8d96-d13b7bb10971', '{"action":"user_signedup","actor_id":"58e3df89-f67e-4494-a63d-5785c43af211","actor_username":"alice_rfqla@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:52.699429+00', ''), + ('00000000-0000-0000-0000-000000000000', '5280248e-2370-4f5e-94f2-021f0aa5af0c', '{"action":"user_signedup","actor_id":"3aee2041-7f05-4fbc-82d1-efab1f19623f","actor_username":"alice_sdyxa@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:52.702131+00', ''), + ('00000000-0000-0000-0000-000000000000', '804d74a8-d8a0-4bf7-9e84-db0ebf8fbf64', '{"action":"login","actor_id":"58e3df89-f67e-4494-a63d-5785c43af211","actor_username":"alice_rfqla@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:52.702612+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f1cb886d-c64b-4fde-b4b5-a3dce9fcdbe2', '{"action":"login","actor_id":"3aee2041-7f05-4fbc-82d1-efab1f19623f","actor_username":"alice_sdyxa@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:52.704483+00', ''), + ('00000000-0000-0000-0000-000000000000', '4fa1c1e8-69f2-4bb2-b046-938f189d5e73', '{"action":"user_signedup","actor_id":"52ad1367-aaa4-4486-9949-6b203f8d022a","actor_username":"alice_mwqom@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:52.777528+00', ''), + ('00000000-0000-0000-0000-000000000000', '8a8c80a6-d43f-466d-9f8e-8e9cfb7228eb', '{"action":"login","actor_id":"52ad1367-aaa4-4486-9949-6b203f8d022a","actor_username":"alice_mwqom@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:52.787898+00', ''), + ('00000000-0000-0000-0000-000000000000', '25d2f62f-2941-4d54-a1e4-b8b7b7deab02', '{"action":"user_signedup","actor_id":"a07cc360-f9e7-44d9-a8e0-186335eaaf27","actor_username":"bob_niujh@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:52.80381+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e9f8dce9-4724-4faa-83d6-231e8dc65e40', '{"action":"login","actor_id":"a07cc360-f9e7-44d9-a8e0-186335eaaf27","actor_username":"bob_niujh@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:52.809112+00', ''), + ('00000000-0000-0000-0000-000000000000', '4f558c59-2a9a-4394-8994-66fcac40b598', '{"action":"user_signedup","actor_id":"00000000-0000-0000-0000-000000000000","actor_username":"service_role","actor_via_sso":false,"log_type":"team","traits":{"user_email":"user2-1697566072721@emailasdf.com","user_id":"0fea55d7-7521-4527-90ac-965b3f573b77","user_phone":""}}', '2023-10-17 18:07:52.851882+00', ''), + ('00000000-0000-0000-0000-000000000000', '353831d5-bfea-42e4-9a41-738339b7b902', '{"action":"user_signedup","actor_id":"cac2b89c-3444-4d54-87d1-6a8926d0adc5","actor_username":"bob_bknkr@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:52.859621+00', ''), + ('00000000-0000-0000-0000-000000000000', '88c258fd-ab99-49f4-9932-94b18e354307', '{"action":"login","actor_id":"cac2b89c-3444-4d54-87d1-6a8926d0adc5","actor_username":"bob_bknkr@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:52.862418+00', ''), + ('00000000-0000-0000-0000-000000000000', 'eac2a54f-d399-4ab2-9d67-7181b684844a', '{"action":"user_modified","actor_id":"3aee2041-7f05-4fbc-82d1-efab1f19623f","actor_username":"alice_sdyxa@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:07:52.875707+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c08234c2-e9bf-44cf-9edc-83ac06898b00', '{"action":"user_signedup","actor_id":"17849d4d-bec8-4988-aff9-dc8784b91ca9","actor_username":"bob_hgxhf@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:07:52.900904+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f37f8b80-52b1-453e-98dd-5618bcf1caf9', '{"action":"login","actor_id":"17849d4d-bec8-4988-aff9-dc8784b91ca9","actor_username":"bob_hgxhf@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:07:52.906289+00', ''), + ('00000000-0000-0000-0000-000000000000', '82832e13-6177-4f73-ae2b-9ca640b67bdb', '{"action":"user_signedup","actor_id":"f5457795-246a-4043-b7cc-0ad7128e8f0b","actor_username":"alice_easfp@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:46:31.029908+00', ''), + ('00000000-0000-0000-0000-000000000000', '1a4e3cbd-4484-4577-9e5d-f6220492e713', '{"action":"login","actor_id":"f5457795-246a-4043-b7cc-0ad7128e8f0b","actor_username":"alice_easfp@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:46:31.062004+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c9c46eae-2544-4130-a09b-4d3b620cafbf', '{"action":"user_modified","actor_id":"f5457795-246a-4043-b7cc-0ad7128e8f0b","actor_username":"alice_easfp@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:46:31.267176+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c8090556-64a6-40f1-8fc4-1032a0cc6cfa', '{"action":"user_signedup","actor_id":"0c5d250e-d8b4-4802-8fbc-81cd3d7d5a23","actor_username":"bob_enrib@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:46:31.603292+00', ''), + ('00000000-0000-0000-0000-000000000000', '14d39c98-a72a-4649-b8c9-5b9bc4d4e7e1', '{"action":"login","actor_id":"0c5d250e-d8b4-4802-8fbc-81cd3d7d5a23","actor_username":"bob_enrib@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:46:31.628159+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c870315b-a60d-4b6f-ad2b-5a7588ea4e6a', '{"action":"user_modified","actor_id":"0c5d250e-d8b4-4802-8fbc-81cd3d7d5a23","actor_username":"bob_enrib@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:46:31.701211+00', ''), + ('00000000-0000-0000-0000-000000000000', '6d888fe9-9ae7-4ed8-8127-0250ae74682f', '{"action":"logout","actor_id":"f5457795-246a-4043-b7cc-0ad7128e8f0b","actor_username":"alice_easfp@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:46:32.609827+00', ''), + ('00000000-0000-0000-0000-000000000000', '23843057-8378-4423-b3a6-be47f8aad138', '{"action":"logout","actor_id":"0c5d250e-d8b4-4802-8fbc-81cd3d7d5a23","actor_username":"bob_enrib@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:46:32.660899+00', ''), + ('00000000-0000-0000-0000-000000000000', '8d980e01-9f8c-4a32-b1c9-dfd878445e6c', '{"action":"user_signedup","actor_id":"79dc6a98-5f5f-43af-ac1f-b4c5f30aea61","actor_username":"alice_lpado@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:46:32.814337+00', ''), + ('00000000-0000-0000-0000-000000000000', '55b5b67d-097c-46ae-8c5c-c03b6cf07d7a', '{"action":"login","actor_id":"79dc6a98-5f5f-43af-ac1f-b4c5f30aea61","actor_username":"alice_lpado@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:46:32.8381+00', ''), + ('00000000-0000-0000-0000-000000000000', '1db1757e-cb3d-4cca-99fa-8b769ad79485', '{"action":"user_modified","actor_id":"79dc6a98-5f5f-43af-ac1f-b4c5f30aea61","actor_username":"alice_lpado@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:46:32.950388+00', ''), + ('00000000-0000-0000-0000-000000000000', 'be974914-04ba-46f0-b1a7-b84464f82141', '{"action":"user_signedup","actor_id":"82b70c7c-6694-4834-998f-5a036d5fa468","actor_username":"bob_hfdtn@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:46:33.216148+00', ''), + ('00000000-0000-0000-0000-000000000000', '2f8cd025-4895-45be-b79e-31b84ec8ba37', '{"action":"login","actor_id":"82b70c7c-6694-4834-998f-5a036d5fa468","actor_username":"bob_hfdtn@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:46:33.250602+00', ''), + ('00000000-0000-0000-0000-000000000000', '1a6c360c-22a4-4e51-9a4b-87e4b749ec20', '{"action":"user_modified","actor_id":"82b70c7c-6694-4834-998f-5a036d5fa468","actor_username":"bob_hfdtn@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:46:33.393982+00', ''), + ('00000000-0000-0000-0000-000000000000', '2ded0cea-41bc-48bc-97e5-92ca3a60a8e1', '{"action":"logout","actor_id":"79dc6a98-5f5f-43af-ac1f-b4c5f30aea61","actor_username":"alice_lpado@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:46:34.729438+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a8087ab5-9338-478d-bd25-da7fd90ffb6f', '{"action":"logout","actor_id":"82b70c7c-6694-4834-998f-5a036d5fa468","actor_username":"bob_hfdtn@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:46:34.767496+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c60dd415-9268-42bd-bc8a-debcc972e479', '{"action":"user_signedup","actor_id":"ad0b4133-fc25-4243-bdfd-88150902e41b","actor_username":"alice_rmwmy@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:46:34.882292+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b1e036c7-a710-483a-b444-b6d77194db23', '{"action":"login","actor_id":"ad0b4133-fc25-4243-bdfd-88150902e41b","actor_username":"alice_rmwmy@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:46:34.901852+00', ''), + ('00000000-0000-0000-0000-000000000000', '7d12cd31-c1e7-48af-bed8-7076a6883771', '{"action":"user_modified","actor_id":"ad0b4133-fc25-4243-bdfd-88150902e41b","actor_username":"alice_rmwmy@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:46:35.093944+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b9bfbe6a-a0ca-445f-8baa-4f665f8522b7', '{"action":"user_signedup","actor_id":"4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a","actor_username":"bob_ujxci@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:46:35.357315+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cecc18d3-b873-487e-9f8d-d14036d55e5c', '{"action":"login","actor_id":"4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a","actor_username":"bob_ujxci@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:46:35.36493+00', ''), + ('00000000-0000-0000-0000-000000000000', '4b19123a-9cbd-438c-8a71-d63ea35045f3', '{"action":"user_modified","actor_id":"4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a","actor_username":"bob_ujxci@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:46:35.582999+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c6aee1ae-d049-4f77-a541-2eedf95ccb55', '{"action":"user_signedup","actor_id":"d02b3cff-b526-4a40-966b-4585acb2664d","actor_username":"alice_oumdk@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:46:43.169185+00', ''), + ('00000000-0000-0000-0000-000000000000', '81a0b54a-4a3c-43a9-8c0d-647d3c74132d', '{"action":"login","actor_id":"d02b3cff-b526-4a40-966b-4585acb2664d","actor_username":"alice_oumdk@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:46:43.184896+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e8ec2a96-3976-4c92-b1e3-541338ea77d1', '{"action":"user_modified","actor_id":"d02b3cff-b526-4a40-966b-4585acb2664d","actor_username":"alice_oumdk@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:46:43.407227+00', ''), + ('00000000-0000-0000-0000-000000000000', '99a5bc8a-4e03-4d39-bbf3-461f4c40b63e', '{"action":"user_signedup","actor_id":"b5a96176-148d-43ec-9d5d-ea7ab65dde41","actor_username":"bob_lfmsj@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:46:43.847988+00', ''), + ('00000000-0000-0000-0000-000000000000', 'de4261c8-0b58-474a-b5b1-be05d95eeaf5', '{"action":"login","actor_id":"b5a96176-148d-43ec-9d5d-ea7ab65dde41","actor_username":"bob_lfmsj@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:46:43.878546+00', ''), + ('00000000-0000-0000-0000-000000000000', '292e48f3-20ac-4870-bb92-959f0d671b8f', '{"action":"user_modified","actor_id":"b5a96176-148d-43ec-9d5d-ea7ab65dde41","actor_username":"bob_lfmsj@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:46:43.98096+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a9fabf28-8ecd-481f-97d1-e7fc41bf0b65', '{"action":"user_signedup","actor_id":"dffbaf58-5836-42b5-8a45-6150d23cc43c","actor_username":"alice_snssv@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:40.044863+00', ''), + ('00000000-0000-0000-0000-000000000000', '4d2f3bbf-25bb-40f7-b6ce-5e063c99eb61', '{"action":"login","actor_id":"dffbaf58-5836-42b5-8a45-6150d23cc43c","actor_username":"alice_snssv@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:40.080689+00', ''), + ('00000000-0000-0000-0000-000000000000', '103aa0b4-9011-4af7-a8dc-2bb1e2471d84', '{"action":"user_modified","actor_id":"dffbaf58-5836-42b5-8a45-6150d23cc43c","actor_username":"alice_snssv@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:40.292555+00', ''), + ('00000000-0000-0000-0000-000000000000', '51749f7a-7aa0-4f34-8a4d-63ff9ed84799', '{"action":"user_signedup","actor_id":"460416b6-9ba6-4c40-b460-b06d87cc7612","actor_username":"bob_aynmf@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:40.615092+00', ''), + ('00000000-0000-0000-0000-000000000000', '497c083c-d8d3-4c7a-bfbc-e67c6ad73be4', '{"action":"login","actor_id":"460416b6-9ba6-4c40-b460-b06d87cc7612","actor_username":"bob_aynmf@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:40.644718+00', ''), + ('00000000-0000-0000-0000-000000000000', '22a6e042-8556-4572-9215-3785fdb5722c', '{"action":"user_modified","actor_id":"460416b6-9ba6-4c40-b460-b06d87cc7612","actor_username":"bob_aynmf@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:40.751255+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ff0fafcb-7d39-4716-93db-f2994b749f26', '{"action":"logout","actor_id":"dffbaf58-5836-42b5-8a45-6150d23cc43c","actor_username":"alice_snssv@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:47:41.674802+00', ''), + ('00000000-0000-0000-0000-000000000000', '9851215f-e9d4-45d0-8f24-8252e00681ee', '{"action":"logout","actor_id":"460416b6-9ba6-4c40-b460-b06d87cc7612","actor_username":"bob_aynmf@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:47:41.710584+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a938b3db-8735-4d14-8799-9651ca230f8a', '{"action":"user_signedup","actor_id":"6f245369-254a-4e8d-8bbc-e78ecff5412c","actor_username":"alice_nuegq@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:41.822172+00', ''), + ('00000000-0000-0000-0000-000000000000', '082af877-2fbc-4096-973b-56ee6218c86f', '{"action":"login","actor_id":"6f245369-254a-4e8d-8bbc-e78ecff5412c","actor_username":"alice_nuegq@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:41.84639+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b79f6e25-c544-4c60-8be7-b151a5725fb8', '{"action":"user_modified","actor_id":"6f245369-254a-4e8d-8bbc-e78ecff5412c","actor_username":"alice_nuegq@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:42.018951+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c2cfa6fe-8c20-4efa-9166-cdd20c599866', '{"action":"user_signedup","actor_id":"822ba5ba-62c7-477e-9c39-3c5e1fe339ce","actor_username":"bob_szvnu@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:42.268919+00', ''), + ('00000000-0000-0000-0000-000000000000', 'df24d560-71ab-4a8f-8e59-b12da37e46fb', '{"action":"login","actor_id":"822ba5ba-62c7-477e-9c39-3c5e1fe339ce","actor_username":"bob_szvnu@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:42.270271+00', ''), + ('00000000-0000-0000-0000-000000000000', '140ca012-33e7-4c19-b5da-9e4b493b4caa', '{"action":"user_modified","actor_id":"822ba5ba-62c7-477e-9c39-3c5e1fe339ce","actor_username":"bob_szvnu@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:42.465386+00', ''), + ('00000000-0000-0000-0000-000000000000', '8fe68fd6-335b-4959-9afa-1a333e5c99ba', '{"action":"logout","actor_id":"6f245369-254a-4e8d-8bbc-e78ecff5412c","actor_username":"alice_nuegq@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:47:43.754776+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b27d428a-6fff-4c3d-b9ff-655eb5bf3663', '{"action":"logout","actor_id":"822ba5ba-62c7-477e-9c39-3c5e1fe339ce","actor_username":"bob_szvnu@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:47:43.782472+00', ''), + ('00000000-0000-0000-0000-000000000000', '7607134c-f04e-4c10-af9a-3d6c869add0c', '{"action":"user_signedup","actor_id":"45b1dd13-6b2a-46a8-8245-a9131c992845","actor_username":"alice_jszem@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:47.240793+00', ''), + ('00000000-0000-0000-0000-000000000000', '6192ef45-d8f6-46c3-8181-3504db52a3bc', '{"action":"login","actor_id":"45b1dd13-6b2a-46a8-8245-a9131c992845","actor_username":"alice_jszem@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:47.271422+00', ''), + ('00000000-0000-0000-0000-000000000000', '4ad380bd-e1e7-4fe2-bc65-4e15ca4e5a11', '{"action":"user_modified","actor_id":"45b1dd13-6b2a-46a8-8245-a9131c992845","actor_username":"alice_jszem@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:47.506067+00', ''), + ('00000000-0000-0000-0000-000000000000', '56406ed5-155e-4328-bcd6-9b37a86acdba', '{"action":"user_signedup","actor_id":"ffb51cee-dc05-43a7-9c7d-10f4ae85483a","actor_username":"bob_odmmb@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:47.80301+00', ''), + ('00000000-0000-0000-0000-000000000000', '98d47d0a-32be-4191-b3d3-5e0cbaaba62b', '{"action":"login","actor_id":"ffb51cee-dc05-43a7-9c7d-10f4ae85483a","actor_username":"bob_odmmb@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:47.830545+00', ''), + ('00000000-0000-0000-0000-000000000000', '34184452-956b-4c36-b00f-7ffe5041ca79', '{"action":"user_modified","actor_id":"ffb51cee-dc05-43a7-9c7d-10f4ae85483a","actor_username":"bob_odmmb@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:47.917079+00', ''), + ('00000000-0000-0000-0000-000000000000', '9f70e468-b764-4ffc-986c-a181275f313e', '{"action":"logout","actor_id":"45b1dd13-6b2a-46a8-8245-a9131c992845","actor_username":"alice_jszem@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:47:48.794997+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b45be94e-a0b0-4e53-a639-d71e88022314', '{"action":"logout","actor_id":"ffb51cee-dc05-43a7-9c7d-10f4ae85483a","actor_username":"bob_odmmb@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:47:48.831808+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b6e5bade-09bd-467b-8d6f-1ebafb8da3df', '{"action":"user_signedup","actor_id":"a3308bac-4b8b-4ff5-9241-cd327841bbde","actor_username":"alice_xrixh@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:48.958704+00', ''), + ('00000000-0000-0000-0000-000000000000', '495c5620-408c-453e-89b5-aa713229ceed', '{"action":"login","actor_id":"a3308bac-4b8b-4ff5-9241-cd327841bbde","actor_username":"alice_xrixh@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:48.988747+00', ''), + ('00000000-0000-0000-0000-000000000000', '30579b0b-a9a9-4604-8b29-3172be545bc1', '{"action":"user_modified","actor_id":"a3308bac-4b8b-4ff5-9241-cd327841bbde","actor_username":"alice_xrixh@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:49.095634+00', ''), + ('00000000-0000-0000-0000-000000000000', '517dd2bb-0713-4c73-8c39-43506608b72e', '{"action":"user_signedup","actor_id":"4ff4a4e0-9eae-49f6-9cd1-d92b68456932","actor_username":"bob_aafzt@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:49.377293+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e942999a-c63e-4cbf-8a75-d718bfa94fe0', '{"action":"login","actor_id":"4ff4a4e0-9eae-49f6-9cd1-d92b68456932","actor_username":"bob_aafzt@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:49.380115+00', ''), + ('00000000-0000-0000-0000-000000000000', '90236348-0e62-4b59-906d-6d0be026fb4d', '{"action":"user_modified","actor_id":"4ff4a4e0-9eae-49f6-9cd1-d92b68456932","actor_username":"bob_aafzt@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:49.534243+00', ''), + ('00000000-0000-0000-0000-000000000000', '06898343-9c67-4d6a-8e8d-81174ea26a8a', '{"action":"logout","actor_id":"37d63cef-c20c-4639-ad8d-ba8a270fc7ee","actor_username":"alice_erzvm@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:47:55.183331+00', ''), + ('00000000-0000-0000-0000-000000000000', '6bbc4f44-ed6e-45d4-bc32-7f9a40a67edc', '{"action":"logout","actor_id":"cf323291-da6b-4070-957e-acb80898b45a","actor_username":"bob_hnoth@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:47:55.21862+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e0c39b1f-39af-49c4-9340-7ce47e14a654', '{"action":"user_signedup","actor_id":"54acb709-1807-40a5-97e6-51fd03321d37","actor_username":"alice_vpcuw@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:55.329039+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f0412caf-170e-4c7e-954d-eafd258615bf', '{"action":"login","actor_id":"54acb709-1807-40a5-97e6-51fd03321d37","actor_username":"alice_vpcuw@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:55.356538+00', ''), + ('00000000-0000-0000-0000-000000000000', '346947aa-f3ea-4036-bc68-e1aaf4101d8b', '{"action":"user_modified","actor_id":"54acb709-1807-40a5-97e6-51fd03321d37","actor_username":"alice_vpcuw@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:55.462967+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a608e68d-b33e-4952-a8f8-5b310a1752f9', '{"action":"user_signedup","actor_id":"3e2f2a46-fb83-444e-b315-e142bc450bdc","actor_username":"bob_kkqru@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:55.764587+00', ''), + ('00000000-0000-0000-0000-000000000000', '8d0572da-43ec-4318-92af-8243aa0a5928', '{"action":"login","actor_id":"3e2f2a46-fb83-444e-b315-e142bc450bdc","actor_username":"bob_kkqru@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:55.785572+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cc2abb28-6592-4ba6-b822-235d058bf45e', '{"action":"user_modified","actor_id":"3e2f2a46-fb83-444e-b315-e142bc450bdc","actor_username":"bob_kkqru@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:55.917184+00', ''), + ('00000000-0000-0000-0000-000000000000', '75a7267a-6780-4efd-b1b5-47db356ba898', '{"action":"logout","actor_id":"54acb709-1807-40a5-97e6-51fd03321d37","actor_username":"alice_vpcuw@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:48:06.112374+00', ''), + ('00000000-0000-0000-0000-000000000000', '5dc85c72-1aac-46c6-875d-15e789f3c58d', '{"action":"logout","actor_id":"3e2f2a46-fb83-444e-b315-e142bc450bdc","actor_username":"bob_kkqru@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:48:06.128491+00', ''), + ('00000000-0000-0000-0000-000000000000', '0eb8a0cd-3af0-42b3-86ba-b52c9c7d0e0d', '{"action":"user_signedup","actor_id":"09684a6a-ddd9-4426-be2a-381af56b280d","actor_username":"alice_jkvjg@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:50:38.923476+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f006d853-c801-4fdc-87e3-88a4fb74e3be', '{"action":"login","actor_id":"09684a6a-ddd9-4426-be2a-381af56b280d","actor_username":"alice_jkvjg@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:50:38.946912+00', ''), + ('00000000-0000-0000-0000-000000000000', '7a52d2c5-dfee-401b-a826-fc8cf1168ec7', '{"action":"user_modified","actor_id":"09684a6a-ddd9-4426-be2a-381af56b280d","actor_username":"alice_jkvjg@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:50:39.182902+00', ''), + ('00000000-0000-0000-0000-000000000000', '4c47e322-5248-4cae-92fa-9d8be468f723', '{"action":"user_signedup","actor_id":"fda0cea4-7a85-45e5-8399-e22cdfc00849","actor_username":"bob_ttlin@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:50:39.565791+00', ''), + ('00000000-0000-0000-0000-000000000000', '47ee1ea5-044a-4ddb-b1b1-c509cd0af8a1', '{"action":"login","actor_id":"fda0cea4-7a85-45e5-8399-e22cdfc00849","actor_username":"bob_ttlin@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:50:39.598709+00', ''), + ('00000000-0000-0000-0000-000000000000', 'da1c192b-feeb-4ef7-8c6d-d2072aa8ca41', '{"action":"user_modified","actor_id":"fda0cea4-7a85-45e5-8399-e22cdfc00849","actor_username":"bob_ttlin@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:50:39.689639+00', ''), + ('00000000-0000-0000-0000-000000000000', '4c3403b9-d9b1-4631-912e-2798de56dffe', '{"action":"logout","actor_id":"09684a6a-ddd9-4426-be2a-381af56b280d","actor_username":"alice_jkvjg@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:50:40.581026+00', ''), + ('00000000-0000-0000-0000-000000000000', '1872a51c-f58c-4617-b2d9-ae20e74e8a32', '{"action":"logout","actor_id":"fda0cea4-7a85-45e5-8399-e22cdfc00849","actor_username":"bob_ttlin@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:50:40.615919+00', ''), + ('00000000-0000-0000-0000-000000000000', '8327a601-acc1-42fa-8b09-6c47966c14af', '{"action":"user_signedup","actor_id":"ab848897-5a42-4331-b448-0a799a0c4da3","actor_username":"alice_jtmep@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:50:40.72611+00', ''), + ('00000000-0000-0000-0000-000000000000', '0e3028a8-d71a-4659-8d00-afb91f1d7475', '{"action":"login","actor_id":"ab848897-5a42-4331-b448-0a799a0c4da3","actor_username":"alice_jtmep@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:50:40.75275+00', ''), + ('00000000-0000-0000-0000-000000000000', '45714708-49ad-441a-ae7d-177612615701', '{"action":"user_modified","actor_id":"ab848897-5a42-4331-b448-0a799a0c4da3","actor_username":"alice_jtmep@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:50:40.916311+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bd53f48f-5d12-46b1-b740-7e2ded8cb8bd', '{"action":"logout","actor_id":"a3308bac-4b8b-4ff5-9241-cd327841bbde","actor_username":"alice_xrixh@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:47:50.870313+00', ''), + ('00000000-0000-0000-0000-000000000000', '96ef96bd-38c6-4155-b78a-82311aabd415', '{"action":"logout","actor_id":"4ff4a4e0-9eae-49f6-9cd1-d92b68456932","actor_username":"bob_aafzt@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:47:50.911055+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cdec6726-515c-4b2c-8b17-2a60acb80e00', '{"action":"user_signedup","actor_id":"37d63cef-c20c-4639-ad8d-ba8a270fc7ee","actor_username":"alice_erzvm@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:53.473168+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fe234fb9-cb01-4dd9-94bb-705792a23016', '{"action":"login","actor_id":"37d63cef-c20c-4639-ad8d-ba8a270fc7ee","actor_username":"alice_erzvm@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:53.491329+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a7b02dda-b2c6-4b99-b6d2-e2b10d71e819', '{"action":"user_modified","actor_id":"37d63cef-c20c-4639-ad8d-ba8a270fc7ee","actor_username":"alice_erzvm@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:53.747757+00', ''), + ('00000000-0000-0000-0000-000000000000', '8271ed65-0558-4a25-abf1-00ee87c5f98a', '{"action":"user_signedup","actor_id":"cf323291-da6b-4070-957e-acb80898b45a","actor_username":"bob_hnoth@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:47:54.21199+00', ''), + ('00000000-0000-0000-0000-000000000000', '67411b13-9729-412b-ac49-a30c28a4f2bf', '{"action":"login","actor_id":"cf323291-da6b-4070-957e-acb80898b45a","actor_username":"bob_hnoth@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:47:54.23964+00', ''), + ('00000000-0000-0000-0000-000000000000', '37eea0fb-c40e-414f-9842-efaa6d3d7d35', '{"action":"user_modified","actor_id":"cf323291-da6b-4070-957e-acb80898b45a","actor_username":"bob_hnoth@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:47:54.283065+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ed128b60-c1a6-4380-9165-e4c907826624', '{"action":"logout","actor_id":"ab848897-5a42-4331-b448-0a799a0c4da3","actor_username":"alice_jtmep@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:50:42.758196+00', ''), + ('00000000-0000-0000-0000-000000000000', '5c51bf49-0304-4de6-ac6b-a0990484352d', '{"action":"logout","actor_id":"f7fefaf5-ebb2-4eb3-80c2-d228233629f8","actor_username":"bob_pdaor@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:50:42.79865+00', ''), + ('00000000-0000-0000-0000-000000000000', '8a5378d2-302c-4778-879e-e8fedc3c0737', '{"action":"user_signedup","actor_id":"b2413c9a-9e11-41f2-bf21-bc272edf8deb","actor_username":"alice_youww@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:50:45.828897+00', ''), + ('00000000-0000-0000-0000-000000000000', '0fba5729-8f50-4cd4-9b31-4ff917661172', '{"action":"login","actor_id":"b2413c9a-9e11-41f2-bf21-bc272edf8deb","actor_username":"alice_youww@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:50:45.85584+00', ''), + ('00000000-0000-0000-0000-000000000000', '43d4ea94-ef01-4a1f-beea-b948988ab0c4', '{"action":"user_modified","actor_id":"b2413c9a-9e11-41f2-bf21-bc272edf8deb","actor_username":"alice_youww@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:50:46.065359+00', ''), + ('00000000-0000-0000-0000-000000000000', '22c331ac-454f-452f-b052-4435ffb22ad9', '{"action":"user_signedup","actor_id":"9fe18068-74a7-47d9-a69a-73baea219071","actor_username":"bob_cozxp@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:50:46.416069+00', ''), + ('00000000-0000-0000-0000-000000000000', '264d906f-59fb-4dda-9e23-6f24a0188eca', '{"action":"login","actor_id":"9fe18068-74a7-47d9-a69a-73baea219071","actor_username":"bob_cozxp@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:50:46.450326+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c0cc5cb5-40ab-469b-b6cb-4c5677c0f1f1', '{"action":"user_modified","actor_id":"9fe18068-74a7-47d9-a69a-73baea219071","actor_username":"bob_cozxp@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:50:46.495018+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e9ecd182-6de2-4d49-bdc1-2232c45c530b', '{"action":"logout","actor_id":"14f578f2-1077-4d46-80d7-810155d89bc3","actor_username":"alice_kccjp@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:50:58.43706+00', ''), + ('00000000-0000-0000-0000-000000000000', '7143c238-cea1-4430-a1b5-d01c95ffb678', '{"action":"logout","actor_id":"df4aeb98-61a1-4929-85dc-70e9db95ef80","actor_username":"bob_wylkp@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:50:58.467226+00', ''), + ('00000000-0000-0000-0000-000000000000', '5f557390-1e2e-4ca7-bac2-59bacf7f8c0c', '{"action":"user_signedup","actor_id":"b59ab93d-978d-4c94-8389-31fad2cd9710","actor_username":"alice_pbikl@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:51:39.486777+00', ''), + ('00000000-0000-0000-0000-000000000000', '0531ef55-3d9a-4d7a-957f-64a52157f59c', '{"action":"login","actor_id":"b59ab93d-978d-4c94-8389-31fad2cd9710","actor_username":"alice_pbikl@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:51:39.498226+00', ''), + ('00000000-0000-0000-0000-000000000000', '418614e8-6f8c-4da1-98f6-ceb4f1b18f79', '{"action":"user_modified","actor_id":"b59ab93d-978d-4c94-8389-31fad2cd9710","actor_username":"alice_pbikl@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:51:39.704889+00', ''), + ('00000000-0000-0000-0000-000000000000', '982df123-9668-4eae-acfb-24d36a71a560', '{"action":"user_signedup","actor_id":"56734189-7b21-477d-a421-17bae84d9a60","actor_username":"bob_txina@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:51:40.141519+00', ''), + ('00000000-0000-0000-0000-000000000000', '42cc2971-e16d-44b2-af41-0d87737d0cc2', '{"action":"login","actor_id":"56734189-7b21-477d-a421-17bae84d9a60","actor_username":"bob_txina@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:51:40.16417+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c3850fa7-f78e-445e-9aba-d286abd7302f', '{"action":"user_modified","actor_id":"56734189-7b21-477d-a421-17bae84d9a60","actor_username":"bob_txina@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:51:40.248915+00', ''), + ('00000000-0000-0000-0000-000000000000', '89ece572-a523-4264-97f9-823c139a0e3f', '{"action":"user_signedup","actor_id":"f7fefaf5-ebb2-4eb3-80c2-d228233629f8","actor_username":"bob_pdaor@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:50:41.182117+00', ''), + ('00000000-0000-0000-0000-000000000000', '0b5ad858-f693-4023-a96f-9cb298654844', '{"action":"login","actor_id":"f7fefaf5-ebb2-4eb3-80c2-d228233629f8","actor_username":"bob_pdaor@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:50:41.214965+00', ''), + ('00000000-0000-0000-0000-000000000000', '60c40992-f75e-4a18-a64c-1338aa206593', '{"action":"user_modified","actor_id":"f7fefaf5-ebb2-4eb3-80c2-d228233629f8","actor_username":"bob_pdaor@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:50:41.391221+00', ''), + ('00000000-0000-0000-0000-000000000000', '57bd1bd3-4658-49d5-a078-e74ad28831c4', '{"action":"logout","actor_id":"b2413c9a-9e11-41f2-bf21-bc272edf8deb","actor_username":"alice_youww@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:50:47.43822+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e1dea0e0-0f32-469f-9382-ff62aa6e26b2', '{"action":"logout","actor_id":"9fe18068-74a7-47d9-a69a-73baea219071","actor_username":"bob_cozxp@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:50:47.480805+00', ''), + ('00000000-0000-0000-0000-000000000000', '7be7d92d-0193-4726-a75a-c756c4275042', '{"action":"user_signedup","actor_id":"14f578f2-1077-4d46-80d7-810155d89bc3","actor_username":"alice_kccjp@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:50:47.600142+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dff2d77e-3288-456a-b7e6-c3fd318e4471', '{"action":"login","actor_id":"14f578f2-1077-4d46-80d7-810155d89bc3","actor_username":"alice_kccjp@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:50:47.602857+00', ''), + ('00000000-0000-0000-0000-000000000000', '34b391bb-6ab8-47ee-98cd-4f7cebb45957', '{"action":"user_modified","actor_id":"14f578f2-1077-4d46-80d7-810155d89bc3","actor_username":"alice_kccjp@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:50:47.767749+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e35f9db8-933e-44cb-a2e4-d23475099232', '{"action":"user_signedup","actor_id":"df4aeb98-61a1-4929-85dc-70e9db95ef80","actor_username":"bob_wylkp@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:50:48.065003+00', ''), + ('00000000-0000-0000-0000-000000000000', '05fc60cb-9538-4e94-a580-65a8d2a75747', '{"action":"login","actor_id":"df4aeb98-61a1-4929-85dc-70e9db95ef80","actor_username":"bob_wylkp@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:50:48.092216+00', ''), + ('00000000-0000-0000-0000-000000000000', '7efa03f1-f63f-4aff-a7b3-ba0156a68af9', '{"action":"user_modified","actor_id":"df4aeb98-61a1-4929-85dc-70e9db95ef80","actor_username":"bob_wylkp@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:50:48.25943+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ce6a46f5-8caf-4114-bb4f-4a7d4464fe27', '{"action":"logout","actor_id":"b59ab93d-978d-4c94-8389-31fad2cd9710","actor_username":"alice_pbikl@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:51:41.242506+00', ''), + ('00000000-0000-0000-0000-000000000000', '4a9a9a60-4a8b-450f-a919-83edef4b8dfb', '{"action":"logout","actor_id":"56734189-7b21-477d-a421-17bae84d9a60","actor_username":"bob_txina@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 18:51:41.279325+00', ''), + ('00000000-0000-0000-0000-000000000000', '92f61ea0-5147-4ce0-8c53-3e8046978b4f', '{"action":"user_signedup","actor_id":"3bbe3401-63c5-417a-96a4-2aebfedfc26e","actor_username":"alice_zmqjz@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:51:41.427314+00', ''), + ('00000000-0000-0000-0000-000000000000', '139bcd6e-3ee6-4ccb-84fc-10a035a7ee1f', '{"action":"login","actor_id":"3bbe3401-63c5-417a-96a4-2aebfedfc26e","actor_username":"alice_zmqjz@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:51:41.455199+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd16fb5d0-af67-4073-9671-ceac2010873e', '{"action":"user_modified","actor_id":"3bbe3401-63c5-417a-96a4-2aebfedfc26e","actor_username":"alice_zmqjz@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:51:41.542262+00', ''), + ('00000000-0000-0000-0000-000000000000', '34d13d6e-0fbf-4947-8f39-c8a0f43ffbf5', '{"action":"user_signedup","actor_id":"2aa8890e-86ee-450a-b0f6-76b3922310f3","actor_username":"bob_prckq@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 18:51:41.806521+00', ''), + ('00000000-0000-0000-0000-000000000000', '3f3ecdff-203d-43b6-b784-1b063b1e7580', '{"action":"login","actor_id":"2aa8890e-86ee-450a-b0f6-76b3922310f3","actor_username":"bob_prckq@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 18:51:41.840267+00', ''), + ('00000000-0000-0000-0000-000000000000', '8a19c758-5d1f-4072-9bf4-f78c00088947', '{"action":"user_modified","actor_id":"2aa8890e-86ee-450a-b0f6-76b3922310f3","actor_username":"bob_prckq@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 18:51:42.022064+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd8a72181-160a-4feb-9260-2bf7545ed782', '{"action":"user_signedup","actor_id":"7ce29934-b4f9-46b5-a8db-e640d417d46d","actor_username":"alice_ztest@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:10.318166+00', ''), + ('00000000-0000-0000-0000-000000000000', '6450e19f-b1f2-455e-95e8-69b8ab68c308', '{"action":"login","actor_id":"7ce29934-b4f9-46b5-a8db-e640d417d46d","actor_username":"alice_ztest@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:10.350179+00', ''), + ('00000000-0000-0000-0000-000000000000', '96ceb0b5-632d-4223-9544-3d0a6c44afbf', '{"action":"user_modified","actor_id":"7ce29934-b4f9-46b5-a8db-e640d417d46d","actor_username":"alice_ztest@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:10.588522+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd50a9c26-8ed7-4b33-b869-7026343cbb0a', '{"action":"user_signedup","actor_id":"678535ca-a9ab-49d0-a572-d4327ec65853","actor_username":"bob_jypnl@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:10.927528+00', ''), + ('00000000-0000-0000-0000-000000000000', '066fb3c2-1430-4848-959e-b8b0de9faa15', '{"action":"login","actor_id":"678535ca-a9ab-49d0-a572-d4327ec65853","actor_username":"bob_jypnl@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:10.963726+00', ''), + ('00000000-0000-0000-0000-000000000000', '6992f053-856a-49b1-ae50-33ade2ab1784', '{"action":"user_modified","actor_id":"678535ca-a9ab-49d0-a572-d4327ec65853","actor_username":"bob_jypnl@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:11.038572+00', ''), + ('00000000-0000-0000-0000-000000000000', '77fb26d5-614c-41ad-b647-e9204bd1a620', '{"action":"logout","actor_id":"7ce29934-b4f9-46b5-a8db-e640d417d46d","actor_username":"alice_ztest@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:12.350522+00', ''), + ('00000000-0000-0000-0000-000000000000', '45812f6a-9706-4cf7-b40e-e6ebbbc32017', '{"action":"logout","actor_id":"678535ca-a9ab-49d0-a572-d4327ec65853","actor_username":"bob_jypnl@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:12.363332+00', ''), + ('00000000-0000-0000-0000-000000000000', '8cc10b20-63a1-4a2f-ae79-e0d52a20fea2', '{"action":"user_signedup","actor_id":"23210227-b04e-466e-8fa0-ec7470f0b547","actor_username":"alice_jhinn@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:12.531315+00', ''), + ('00000000-0000-0000-0000-000000000000', '02334fc3-f916-4caa-9bbe-c364a814d60d', '{"action":"login","actor_id":"23210227-b04e-466e-8fa0-ec7470f0b547","actor_username":"alice_jhinn@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:12.554218+00', ''), + ('00000000-0000-0000-0000-000000000000', '8e5d70b1-85ce-489b-a38f-b50f4ffc0aee', '{"action":"user_modified","actor_id":"23210227-b04e-466e-8fa0-ec7470f0b547","actor_username":"alice_jhinn@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:12.784255+00', ''), + ('00000000-0000-0000-0000-000000000000', '944122c0-b532-4838-bd49-28751f49e99a', '{"action":"user_signedup","actor_id":"55ff640a-c130-4851-b117-ccee0cabf494","actor_username":"bob_jobit@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:13.08625+00', ''), + ('00000000-0000-0000-0000-000000000000', '8d03bd5f-4de1-44cf-a600-49c04aa1ec90', '{"action":"login","actor_id":"55ff640a-c130-4851-b117-ccee0cabf494","actor_username":"bob_jobit@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:13.124119+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e14d0429-013e-4eac-90be-58aeb030d028', '{"action":"user_modified","actor_id":"55ff640a-c130-4851-b117-ccee0cabf494","actor_username":"bob_jobit@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:13.325483+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f3542cc7-0af6-4d3a-bfcb-2e2c6c2e8128', '{"action":"logout","actor_id":"23210227-b04e-466e-8fa0-ec7470f0b547","actor_username":"alice_jhinn@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:14.568728+00', ''), + ('00000000-0000-0000-0000-000000000000', '6c4939ab-c703-4ea8-bc2b-9f6d3b51dcab', '{"action":"logout","actor_id":"55ff640a-c130-4851-b117-ccee0cabf494","actor_username":"bob_jobit@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:14.606796+00', ''), + ('00000000-0000-0000-0000-000000000000', '8e8bf47e-2537-4bac-81aa-1b120ff48eb3', '{"action":"user_signedup","actor_id":"885429c3-130f-4301-926e-ac0d499f455b","actor_username":"alice_vrbkg@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:17.435645+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cade3a24-7b2c-4084-b84f-412e60a49a18', '{"action":"login","actor_id":"885429c3-130f-4301-926e-ac0d499f455b","actor_username":"alice_vrbkg@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:17.440639+00', ''), + ('00000000-0000-0000-0000-000000000000', '0af6bd0e-8fee-4e71-abd5-a0712bfc77bf', '{"action":"user_modified","actor_id":"885429c3-130f-4301-926e-ac0d499f455b","actor_username":"alice_vrbkg@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:17.642802+00', ''), + ('00000000-0000-0000-0000-000000000000', '04daf747-6b0d-4d7f-bcf9-b4368b2276a6', '{"action":"user_signedup","actor_id":"73427a80-cec3-47c4-8e88-4b378615f5c4","actor_username":"bob_zpiri@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:17.887621+00', ''), + ('00000000-0000-0000-0000-000000000000', '327c5adc-8282-4a36-9f60-5a0df68c6cc7', '{"action":"login","actor_id":"73427a80-cec3-47c4-8e88-4b378615f5c4","actor_username":"bob_zpiri@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:17.917038+00', ''), + ('00000000-0000-0000-0000-000000000000', 'efcf2725-53a4-42e2-bfea-b7a893adefda', '{"action":"user_modified","actor_id":"73427a80-cec3-47c4-8e88-4b378615f5c4","actor_username":"bob_zpiri@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:17.990021+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f07318f0-f4ae-4ecf-8247-62b374a3e640', '{"action":"logout","actor_id":"885429c3-130f-4301-926e-ac0d499f455b","actor_username":"alice_vrbkg@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:19.03122+00', ''), + ('00000000-0000-0000-0000-000000000000', '25380fcd-79e2-4ede-903b-a2bbd2d1cea1', '{"action":"logout","actor_id":"73427a80-cec3-47c4-8e88-4b378615f5c4","actor_username":"bob_zpiri@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:19.067764+00', ''), + ('00000000-0000-0000-0000-000000000000', '0ed8eeb9-a0cc-48ab-a857-0e95712475ff', '{"action":"user_signedup","actor_id":"0934bf33-6502-4df8-b080-9fb0071aa729","actor_username":"alice_jwuhb@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:19.178104+00', ''), + ('00000000-0000-0000-0000-000000000000', '7c0414cf-1e76-4813-bf4b-d0e6cf50aa8e', '{"action":"login","actor_id":"0934bf33-6502-4df8-b080-9fb0071aa729","actor_username":"alice_jwuhb@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:19.211575+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd8e5a5f1-2dc2-4768-bb23-743ab781c6ba', '{"action":"user_modified","actor_id":"0934bf33-6502-4df8-b080-9fb0071aa729","actor_username":"alice_jwuhb@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:19.343804+00', ''), + ('00000000-0000-0000-0000-000000000000', '8837b190-aa79-4beb-924b-833c5617fc51', '{"action":"user_signedup","actor_id":"a1940a9e-059e-47fa-bc4d-dc693cdc50e4","actor_username":"bob_biqml@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:19.649073+00', ''), + ('00000000-0000-0000-0000-000000000000', '11a13a31-be21-483c-a9aa-f1897b1c6135', '{"action":"login","actor_id":"a1940a9e-059e-47fa-bc4d-dc693cdc50e4","actor_username":"bob_biqml@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:19.652911+00', ''), + ('00000000-0000-0000-0000-000000000000', '7b660485-defa-45c1-84c2-f1806b5341bf', '{"action":"user_modified","actor_id":"a1940a9e-059e-47fa-bc4d-dc693cdc50e4","actor_username":"bob_biqml@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:19.876147+00', ''), + ('00000000-0000-0000-0000-000000000000', '6c3d802e-31ab-484b-8125-707271a3ccb2', '{"action":"logout","actor_id":"0934bf33-6502-4df8-b080-9fb0071aa729","actor_username":"alice_jwuhb@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:21.138658+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f60a049b-5ea1-41ac-9c4c-9d79e2057891', '{"action":"logout","actor_id":"a1940a9e-059e-47fa-bc4d-dc693cdc50e4","actor_username":"bob_biqml@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:21.1802+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c45c6a60-d185-4d80-8697-392f31f3e1e7', '{"action":"user_signedup","actor_id":"285c8193-af0d-4d88-8e21-ccb202777e1b","actor_username":"alice_fwquo@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:22.651114+00', ''), + ('00000000-0000-0000-0000-000000000000', '5c7012d6-16da-4eb1-8da2-d92a15e267d1', '{"action":"login","actor_id":"285c8193-af0d-4d88-8e21-ccb202777e1b","actor_username":"alice_fwquo@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:22.688251+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cffbc9d7-898c-4430-a786-d849d7b0ffb7', '{"action":"user_modified","actor_id":"285c8193-af0d-4d88-8e21-ccb202777e1b","actor_username":"alice_fwquo@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:22.865437+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b8f60017-8b6e-422e-a5b1-ec028963d7b1', '{"action":"user_signedup","actor_id":"c6706a31-3b32-40c0-9946-55565ef494cc","actor_username":"bob_htvby@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:23.16367+00', ''), + ('00000000-0000-0000-0000-000000000000', '31b87939-139d-46a7-94b5-df5c244f1460', '{"action":"login","actor_id":"c6706a31-3b32-40c0-9946-55565ef494cc","actor_username":"bob_htvby@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:23.165664+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bfe70415-40cd-4b1e-a2a2-f1f86842bf4d', '{"action":"user_modified","actor_id":"c6706a31-3b32-40c0-9946-55565ef494cc","actor_username":"bob_htvby@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:23.26422+00', ''), + ('00000000-0000-0000-0000-000000000000', '131618f6-a209-4c59-9a9f-74a999370d04', '{"action":"logout","actor_id":"285c8193-af0d-4d88-8e21-ccb202777e1b","actor_username":"alice_fwquo@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:24.215709+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cbd3d5ae-89ab-48e9-81e7-db9c1ff3c6eb', '{"action":"logout","actor_id":"c6706a31-3b32-40c0-9946-55565ef494cc","actor_username":"bob_htvby@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:24.2535+00', ''), + ('00000000-0000-0000-0000-000000000000', 'eb90e82d-7a0b-41f9-b7cc-270b85ae4af1', '{"action":"user_signedup","actor_id":"ba559abf-70e5-4268-8776-fd03eb7629d6","actor_username":"alice_ywmbw@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:24.36307+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f165eb4e-4e9c-4556-b752-a1de08ba80a6', '{"action":"login","actor_id":"ba559abf-70e5-4268-8776-fd03eb7629d6","actor_username":"alice_ywmbw@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:24.391308+00', ''), + ('00000000-0000-0000-0000-000000000000', '23dbe501-efd0-43e8-a220-a0c5fba473a4', '{"action":"user_modified","actor_id":"ba559abf-70e5-4268-8776-fd03eb7629d6","actor_username":"alice_ywmbw@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:24.507014+00', ''), + ('00000000-0000-0000-0000-000000000000', '427295fe-7496-4736-9378-9dcc720f1eb3', '{"action":"user_signedup","actor_id":"13f7fe94-2da8-4889-8e9c-30e202001c70","actor_username":"bob_tepae@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:24.796952+00', ''), + ('00000000-0000-0000-0000-000000000000', '21a81e92-4ba2-4b25-b7b6-795aa4c4ce47', '{"action":"login","actor_id":"13f7fe94-2da8-4889-8e9c-30e202001c70","actor_username":"bob_tepae@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:24.825444+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c87504d9-9bb2-458b-8d0a-ab9a40b5852b', '{"action":"user_modified","actor_id":"13f7fe94-2da8-4889-8e9c-30e202001c70","actor_username":"bob_tepae@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:24.959978+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b2498866-5cc8-42ac-89be-b74ad5ab0f6e', '{"action":"logout","actor_id":"0d040e26-9715-407a-a915-43196936a3ed","actor_username":"alice_nxmoe@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:29.335094+00', ''), + ('00000000-0000-0000-0000-000000000000', 'acd1b3be-cdd2-4c2d-a0d6-dd6a149f2eec', '{"action":"logout","actor_id":"8ed61b81-61a5-424f-8e63-4d2647a04770","actor_username":"bob_sokkw@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:29.382809+00', ''), + ('00000000-0000-0000-0000-000000000000', '95da269d-a986-4342-a172-13663c45aefd', '{"action":"user_signedup","actor_id":"183f77c9-03cf-426a-9d65-2aadd097794b","actor_username":"alice_grmig@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:29.523259+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e986dd69-d8c7-47db-9020-033dd666acef', '{"action":"login","actor_id":"183f77c9-03cf-426a-9d65-2aadd097794b","actor_username":"alice_grmig@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:29.555992+00', ''), + ('00000000-0000-0000-0000-000000000000', '55925619-5bf7-4d5b-8ed7-6221bc0fdfc6', '{"action":"user_modified","actor_id":"183f77c9-03cf-426a-9d65-2aadd097794b","actor_username":"alice_grmig@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:29.653016+00', ''), + ('00000000-0000-0000-0000-000000000000', '62e2f1b8-f427-40d8-9ecc-8a6d3f0e78fd', '{"action":"user_signedup","actor_id":"19e6a036-19b4-4575-96a3-c94583531aa7","actor_username":"bob_uryda@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:29.931121+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c5568e3c-830e-4946-b0c3-e6951f812d0d', '{"action":"login","actor_id":"19e6a036-19b4-4575-96a3-c94583531aa7","actor_username":"bob_uryda@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:29.933765+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e46f47fe-feff-4ba9-a699-03f9f7550156', '{"action":"user_modified","actor_id":"19e6a036-19b4-4575-96a3-c94583531aa7","actor_username":"bob_uryda@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:30.092573+00', ''), + ('00000000-0000-0000-0000-000000000000', '5cf629bc-0f7d-4c7c-99ef-edf3bf26f6da', '{"action":"logout","actor_id":"183f77c9-03cf-426a-9d65-2aadd097794b","actor_username":"alice_grmig@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:31.498076+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dda78a0f-d63e-4e2a-81a4-ab24d8de1975', '{"action":"logout","actor_id":"19e6a036-19b4-4575-96a3-c94583531aa7","actor_username":"bob_uryda@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:31.536082+00', ''), + ('00000000-0000-0000-0000-000000000000', '18c94e62-27f9-467b-a3a6-8b0ff68cc84e', '{"action":"user_signedup","actor_id":"cd65cf1c-0c2c-46c2-8b7a-224aad438d47","actor_username":"alice_hhlhb@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:33.043261+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ba80e278-caac-43a2-860f-0dfb8af8b59e', '{"action":"login","actor_id":"cd65cf1c-0c2c-46c2-8b7a-224aad438d47","actor_username":"alice_hhlhb@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:33.046778+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c2a7c760-34e5-4924-8577-4289af6fad03', '{"action":"user_modified","actor_id":"cd65cf1c-0c2c-46c2-8b7a-224aad438d47","actor_username":"alice_hhlhb@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:33.239133+00', ''), + ('00000000-0000-0000-0000-000000000000', 'de1a40ed-2bb0-4d6b-afcd-e1eb1cab2b4d', '{"action":"user_signedup","actor_id":"87446f40-b68c-407e-9553-6466762a1cbc","actor_username":"bob_koeyq@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:33.473643+00', ''), + ('00000000-0000-0000-0000-000000000000', '030fe88d-5548-418d-a3f9-bab9888e81e4', '{"action":"login","actor_id":"87446f40-b68c-407e-9553-6466762a1cbc","actor_username":"bob_koeyq@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:33.505657+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd483bdac-cfd2-41f8-8cba-cec41e496c7b', '{"action":"user_modified","actor_id":"87446f40-b68c-407e-9553-6466762a1cbc","actor_username":"bob_koeyq@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:33.59162+00', ''), + ('00000000-0000-0000-0000-000000000000', '1986b013-d53a-4cc8-8cbb-2d79c59f11be', '{"action":"logout","actor_id":"65dc68e4-1e03-42ce-8e8c-6499d10b26cd","actor_username":"alice_ntmiw@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:36.683292+00', ''), + ('00000000-0000-0000-0000-000000000000', '86ad473f-ecd7-472a-8b4e-02861fe523fa', '{"action":"logout","actor_id":"7009e4ed-d840-472d-81ad-cebd9ad715e8","actor_username":"bob_urofq@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:36.72143+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e9b35e89-d75b-409d-80f5-db58f670c90b', '{"action":"user_signedup","actor_id":"0774e324-0760-411b-bd62-03c6c4f664d8","actor_username":"alice_jpcev@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:40.3752+00', ''), + ('00000000-0000-0000-0000-000000000000', '0d3d728a-a2e5-4e2b-8857-9f69e2fe98c7', '{"action":"login","actor_id":"0774e324-0760-411b-bd62-03c6c4f664d8","actor_username":"alice_jpcev@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:40.412452+00', ''), + ('00000000-0000-0000-0000-000000000000', 'bfbcef34-5fe2-405b-8390-56a8d67b190b', '{"action":"user_modified","actor_id":"0774e324-0760-411b-bd62-03c6c4f664d8","actor_username":"alice_jpcev@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:40.632608+00', ''), + ('00000000-0000-0000-0000-000000000000', '82a13119-f945-402b-bd0e-133fd95ffd80', '{"action":"user_signedup","actor_id":"e15be323-a3b5-432a-811b-b257c1c7ad40","actor_username":"bob_tkcpw@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:40.952077+00', ''), + ('00000000-0000-0000-0000-000000000000', 'f69ba98c-bbed-4702-820c-7a020f1d3017', '{"action":"login","actor_id":"e15be323-a3b5-432a-811b-b257c1c7ad40","actor_username":"bob_tkcpw@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:40.97497+00', ''), + ('00000000-0000-0000-0000-000000000000', '2675144e-582e-4f58-bf52-975ffac74000', '{"action":"user_modified","actor_id":"e15be323-a3b5-432a-811b-b257c1c7ad40","actor_username":"bob_tkcpw@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:41.052251+00', ''), + ('00000000-0000-0000-0000-000000000000', '3685aa62-f1d2-4a1e-828f-88800fb61447', '{"action":"logout","actor_id":"53bb3616-1255-4212-8dcb-bc19d4f8c0ff","actor_username":"alice_hzkzb@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:44.895743+00', ''), + ('00000000-0000-0000-0000-000000000000', '76642f8f-5cae-4287-a290-0a9c60e19f45', '{"action":"logout","actor_id":"44793729-c7d0-434f-8d2b-d81d1f505586","actor_username":"bob_jufat@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:44.906927+00', ''), + ('00000000-0000-0000-0000-000000000000', '2a78294f-ce71-4a76-9638-2a7b3761397c', '{"action":"user_signedup","actor_id":"9109da68-36a4-4539-856a-ecb20684e391","actor_username":"alice_dqvbs@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:48.855408+00', ''), + ('00000000-0000-0000-0000-000000000000', '2e2353ba-931d-4157-a160-76ebbcaf4cf0', '{"action":"login","actor_id":"9109da68-36a4-4539-856a-ecb20684e391","actor_username":"alice_dqvbs@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:48.858997+00', ''), + ('00000000-0000-0000-0000-000000000000', '2ffd3307-4a38-49f4-9483-0be552c3b994', '{"action":"user_modified","actor_id":"9109da68-36a4-4539-856a-ecb20684e391","actor_username":"alice_dqvbs@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:49.067766+00', ''), + ('00000000-0000-0000-0000-000000000000', 'aab20cbe-30db-435a-9ce3-8e0dd170fb09', '{"action":"user_signedup","actor_id":"01c0741c-748c-45e9-8576-75488ee7c69d","actor_username":"bob_ptgva@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:49.374165+00', ''), + ('00000000-0000-0000-0000-000000000000', '9ae9b730-45ae-4c83-ab4f-bc290391d6f3', '{"action":"login","actor_id":"01c0741c-748c-45e9-8576-75488ee7c69d","actor_username":"bob_ptgva@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:49.404139+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e7457b8a-1194-4d37-a785-2bc7b23b8bb6', '{"action":"logout","actor_id":"ba559abf-70e5-4268-8776-fd03eb7629d6","actor_username":"alice_ywmbw@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:26.277411+00', ''), + ('00000000-0000-0000-0000-000000000000', '71ccfa9e-3f02-42e3-a2ca-ed2fe0406354', '{"action":"logout","actor_id":"13f7fe94-2da8-4889-8e9c-30e202001c70","actor_username":"bob_tepae@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:26.313824+00', ''), + ('00000000-0000-0000-0000-000000000000', '2debc9d2-3aba-4db4-8354-4fee8fd96b18', '{"action":"user_signedup","actor_id":"0d040e26-9715-407a-a915-43196936a3ed","actor_username":"alice_nxmoe@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:27.726265+00', ''), + ('00000000-0000-0000-0000-000000000000', '24a2a074-8be4-4685-9ad9-843eed4f98f6', '{"action":"login","actor_id":"0d040e26-9715-407a-a915-43196936a3ed","actor_username":"alice_nxmoe@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:27.761993+00', ''), + ('00000000-0000-0000-0000-000000000000', 'a64094bc-a1a4-4f0f-a942-36c58c9ef847', '{"action":"user_modified","actor_id":"0d040e26-9715-407a-a915-43196936a3ed","actor_username":"alice_nxmoe@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:27.93515+00', ''), + ('00000000-0000-0000-0000-000000000000', '3ac71cc8-a0be-440b-b8c9-092451afc9bd', '{"action":"user_signedup","actor_id":"8ed61b81-61a5-424f-8e63-4d2647a04770","actor_username":"bob_sokkw@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:28.20095+00', ''), + ('00000000-0000-0000-0000-000000000000', '7de750e6-e4d1-4a60-ace5-b19162f981e4', '{"action":"login","actor_id":"8ed61b81-61a5-424f-8e63-4d2647a04770","actor_username":"bob_sokkw@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:28.229216+00', ''), + ('00000000-0000-0000-0000-000000000000', '9b406f37-349e-4523-aa95-283f9c41046d', '{"action":"user_modified","actor_id":"8ed61b81-61a5-424f-8e63-4d2647a04770","actor_username":"bob_sokkw@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:28.324776+00', ''), + ('00000000-0000-0000-0000-000000000000', '826ca853-8a84-4174-801a-8d932af9dccb', '{"action":"logout","actor_id":"cd65cf1c-0c2c-46c2-8b7a-224aad438d47","actor_username":"alice_hhlhb@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:34.598062+00', ''), + ('00000000-0000-0000-0000-000000000000', '309a6b38-16c9-4161-b8ec-d3c68821041b', '{"action":"logout","actor_id":"87446f40-b68c-407e-9553-6466762a1cbc","actor_username":"bob_koeyq@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:34.634074+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ddab8108-0693-4c5d-8c28-62505b877663', '{"action":"user_signedup","actor_id":"65dc68e4-1e03-42ce-8e8c-6499d10b26cd","actor_username":"alice_ntmiw@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:34.744011+00', ''), + ('00000000-0000-0000-0000-000000000000', '9d149f8a-ae62-4294-a400-9592a7fc15cc', '{"action":"login","actor_id":"65dc68e4-1e03-42ce-8e8c-6499d10b26cd","actor_username":"alice_ntmiw@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:34.768296+00', ''), + ('00000000-0000-0000-0000-000000000000', '6354ddd1-22bb-4a09-987d-556cc65ce7b9', '{"action":"user_modified","actor_id":"65dc68e4-1e03-42ce-8e8c-6499d10b26cd","actor_username":"alice_ntmiw@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:34.931322+00', ''), + ('00000000-0000-0000-0000-000000000000', 'df5a0641-38bd-4ef1-a96a-706939778472', '{"action":"user_signedup","actor_id":"7009e4ed-d840-472d-81ad-cebd9ad715e8","actor_username":"bob_urofq@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:35.231581+00', ''), + ('00000000-0000-0000-0000-000000000000', '63986fb7-c56f-4799-83a7-ec0ab465c1cb', '{"action":"login","actor_id":"7009e4ed-d840-472d-81ad-cebd9ad715e8","actor_username":"bob_urofq@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:35.260449+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ee9dbda0-9420-4c98-8301-190ca3ff6af3', '{"action":"user_modified","actor_id":"7009e4ed-d840-472d-81ad-cebd9ad715e8","actor_username":"bob_urofq@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:35.41375+00', ''), + ('00000000-0000-0000-0000-000000000000', '3d906b15-871e-42dc-800d-328973bf713d', '{"action":"logout","actor_id":"0774e324-0760-411b-bd62-03c6c4f664d8","actor_username":"alice_jpcev@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:42.384747+00', ''), + ('00000000-0000-0000-0000-000000000000', '7641c32f-406a-4c14-841f-a732945a3b73', '{"action":"logout","actor_id":"e15be323-a3b5-432a-811b-b257c1c7ad40","actor_username":"bob_tkcpw@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:42.395563+00', ''), + ('00000000-0000-0000-0000-000000000000', 'de50a3c6-5916-4385-99e0-cf9d5393c9ce', '{"action":"user_signedup","actor_id":"53bb3616-1255-4212-8dcb-bc19d4f8c0ff","actor_username":"alice_hzkzb@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:42.543818+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dae26723-1fa1-4500-84de-c60d0de08ebb', '{"action":"login","actor_id":"53bb3616-1255-4212-8dcb-bc19d4f8c0ff","actor_username":"alice_hzkzb@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:42.57182+00', ''), + ('00000000-0000-0000-0000-000000000000', '62c448d4-be2b-40cd-bc19-3bca3943651d', '{"action":"user_modified","actor_id":"53bb3616-1255-4212-8dcb-bc19d4f8c0ff","actor_username":"alice_hzkzb@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:42.831199+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ddd33229-0d63-46f3-b718-5628bb15100e', '{"action":"user_signedup","actor_id":"44793729-c7d0-434f-8d2b-d81d1f505586","actor_username":"bob_jufat@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:43.255263+00', ''), + ('00000000-0000-0000-0000-000000000000', '07d3c3bb-d494-4cb1-a353-9148ca63838f', '{"action":"login","actor_id":"44793729-c7d0-434f-8d2b-d81d1f505586","actor_username":"bob_jufat@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:43.283677+00', ''), + ('00000000-0000-0000-0000-000000000000', '7eeed960-9567-437c-b134-d9ffedc82eef', '{"action":"user_modified","actor_id":"44793729-c7d0-434f-8d2b-d81d1f505586","actor_username":"bob_jufat@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:43.388011+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b3573fce-8050-4ae2-b163-67d8ee15bac5', '{"action":"logout","actor_id":"ae4278af-aa9f-4058-b3b6-b583ed0ea93c","actor_username":"alice_wgxbp@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:53.053455+00', ''), + ('00000000-0000-0000-0000-000000000000', '7642642d-5edb-40f3-a698-ee4141babe96', '{"action":"logout","actor_id":"48580f87-70da-491a-aa80-4454fd99026e","actor_username":"bob_xrzmf@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:53.091598+00', ''), + ('00000000-0000-0000-0000-000000000000', '0f7880d2-bd87-4b72-b3cf-c6e03fe078a3', '{"action":"user_signedup","actor_id":"baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc","actor_username":"alice_ojgea@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:58.067295+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c6e9cfe1-2315-4902-883e-a5d026a4f63e', '{"action":"login","actor_id":"baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc","actor_username":"alice_ojgea@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:58.102067+00', ''), + ('00000000-0000-0000-0000-000000000000', '53454d45-3f6e-4890-a3f4-4a6cba434b27', '{"action":"user_modified","actor_id":"baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc","actor_username":"alice_ojgea@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:58.323401+00', ''), + ('00000000-0000-0000-0000-000000000000', '1363972b-9f03-4539-8ba0-825e7dd879f1', '{"action":"user_signedup","actor_id":"360964c0-338d-46f7-83ed-4d188cd5a8c6","actor_username":"bob_hrbrm@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:58.676625+00', ''), + ('00000000-0000-0000-0000-000000000000', '8063253a-e478-4a72-a9c2-8500c551df83', '{"action":"login","actor_id":"360964c0-338d-46f7-83ed-4d188cd5a8c6","actor_username":"bob_hrbrm@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:58.708218+00', ''), + ('00000000-0000-0000-0000-000000000000', '8290a59f-99c9-447b-9d7f-cbd4b31b1b1e', '{"action":"user_modified","actor_id":"360964c0-338d-46f7-83ed-4d188cd5a8c6","actor_username":"bob_hrbrm@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:58.792954+00', ''), + ('00000000-0000-0000-0000-000000000000', '63f39bb3-5fa7-4b92-9a75-cf0c8d5ecbef', '{"action":"user_modified","actor_id":"01c0741c-748c-45e9-8576-75488ee7c69d","actor_username":"bob_ptgva@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:49.505509+00', ''), + ('00000000-0000-0000-0000-000000000000', '05da2b78-4ed6-4e42-9285-8ef276aa7ba7', '{"action":"logout","actor_id":"9109da68-36a4-4539-856a-ecb20684e391","actor_username":"alice_dqvbs@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:50.831242+00', ''), + ('00000000-0000-0000-0000-000000000000', '6170e69c-5745-4367-8032-e4598a60c48e', '{"action":"logout","actor_id":"01c0741c-748c-45e9-8576-75488ee7c69d","actor_username":"bob_ptgva@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:04:50.876447+00', ''), + ('00000000-0000-0000-0000-000000000000', '3e59d300-8e5e-42d1-9ffd-2b66a2933105', '{"action":"user_signedup","actor_id":"ae4278af-aa9f-4058-b3b6-b583ed0ea93c","actor_username":"alice_wgxbp@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:50.986933+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ceda123d-a0ae-406b-a4ce-9216c5d589d3', '{"action":"login","actor_id":"ae4278af-aa9f-4058-b3b6-b583ed0ea93c","actor_username":"alice_wgxbp@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:51.015586+00', ''), + ('00000000-0000-0000-0000-000000000000', '2130bf51-8df1-4181-aa83-ac6854ba10de', '{"action":"user_modified","actor_id":"ae4278af-aa9f-4058-b3b6-b583ed0ea93c","actor_username":"alice_wgxbp@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:51.243132+00', ''), + ('00000000-0000-0000-0000-000000000000', '1e27d107-0826-49f2-b4de-63eb42344cdf', '{"action":"user_signedup","actor_id":"48580f87-70da-491a-aa80-4454fd99026e","actor_username":"bob_xrzmf@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:04:51.545364+00', ''), + ('00000000-0000-0000-0000-000000000000', '581a1956-8718-47e7-bd36-b52ef793b108', '{"action":"login","actor_id":"48580f87-70da-491a-aa80-4454fd99026e","actor_username":"bob_xrzmf@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:04:51.546731+00', ''), + ('00000000-0000-0000-0000-000000000000', 'da4d8696-4496-4c8d-bf64-188c89f66e8f', '{"action":"user_modified","actor_id":"48580f87-70da-491a-aa80-4454fd99026e","actor_username":"bob_xrzmf@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:04:51.73202+00', ''), + ('00000000-0000-0000-0000-000000000000', '1b0687fa-01ab-45ee-ae27-117ce3945927', '{"action":"logout","actor_id":"f3dfdb7e-7ea5-40b6-8b32-54059f100307","actor_username":"alice_cnjcx@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:02.351405+00', ''), + ('00000000-0000-0000-0000-000000000000', '39634c24-5377-4671-9e8a-940a93c95b40', '{"action":"logout","actor_id":"739fae7f-34a1-4c9d-a301-d9088d7e5efa","actor_username":"bob_pivhy@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:02.389186+00', ''), + ('00000000-0000-0000-0000-000000000000', '57ef3ce9-dce9-420a-bf88-99663a915a79', '{"action":"user_signedup","actor_id":"bd2a14bd-328b-481a-94e5-70a0eec70f03","actor_username":"alice_vvwbp@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:05:07.241394+00', ''), + ('00000000-0000-0000-0000-000000000000', '7b0ac49d-01bb-4829-b12b-3ef8e487c774', '{"action":"login","actor_id":"bd2a14bd-328b-481a-94e5-70a0eec70f03","actor_username":"alice_vvwbp@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:05:07.243917+00', ''), + ('00000000-0000-0000-0000-000000000000', '3b4316b1-7731-4bff-a668-3e8a338d47ae', '{"action":"user_modified","actor_id":"bd2a14bd-328b-481a-94e5-70a0eec70f03","actor_username":"alice_vvwbp@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:05:07.46705+00', ''), + ('00000000-0000-0000-0000-000000000000', 'edc158a1-b604-4aff-8153-398e04a84074', '{"action":"user_signedup","actor_id":"382495b9-b50b-4c28-aea5-89ecca805b8b","actor_username":"bob_hheai@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:05:07.792646+00', ''), + ('00000000-0000-0000-0000-000000000000', '32c1c5de-cef2-4167-a91b-c97d0d5b20aa', '{"action":"login","actor_id":"382495b9-b50b-4c28-aea5-89ecca805b8b","actor_username":"bob_hheai@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:05:07.827397+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd93f4c42-23b1-490c-8417-bc09b7184e4f', '{"action":"user_modified","actor_id":"382495b9-b50b-4c28-aea5-89ecca805b8b","actor_username":"bob_hheai@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:05:07.910683+00', ''), + ('00000000-0000-0000-0000-000000000000', 'fa234a78-94d7-4322-aa75-056424555c4b', '{"action":"logout","actor_id":"dd8d58cb-1409-492e-8255-357acf30283b","actor_username":"alice_fpvmn@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:16.952291+00', ''), + ('00000000-0000-0000-0000-000000000000', 'd8254609-f0ca-452f-af54-8d254014b4a4', '{"action":"logout","actor_id":"35dd8067-9414-4d1d-83f6-1f5f6f4ef2bc","actor_username":"bob_dfmtp@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:16.989969+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dbf1a7d5-6efb-444c-a2bd-c6f0f33271a0', '{"action":"user_signedup","actor_id":"61db0cb6-e98b-49df-9075-1672903f3ec6","actor_username":"alice_mseaq@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:05:17.094993+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e19866e6-d34e-4ddd-8cb6-ebc374eb1333', '{"action":"login","actor_id":"61db0cb6-e98b-49df-9075-1672903f3ec6","actor_username":"alice_mseaq@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:05:17.121867+00', ''), + ('00000000-0000-0000-0000-000000000000', 'cd0666a6-f399-490f-ae06-831adffc87f6', '{"action":"user_modified","actor_id":"61db0cb6-e98b-49df-9075-1672903f3ec6","actor_username":"alice_mseaq@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:05:17.287553+00', ''), + ('00000000-0000-0000-0000-000000000000', '828c490a-2b09-4487-8f98-466850236461', '{"action":"user_signedup","actor_id":"7b5e41a9-103c-47b6-97cb-78e1d7722688","actor_username":"bob_rrkwe@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:05:17.544211+00', ''), + ('00000000-0000-0000-0000-000000000000', 'ad696cf1-ba5a-4f9a-8c0f-501674cc4a53', '{"action":"login","actor_id":"7b5e41a9-103c-47b6-97cb-78e1d7722688","actor_username":"bob_rrkwe@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:05:17.549323+00', ''), + ('00000000-0000-0000-0000-000000000000', 'b8db2cfd-ef07-4347-859e-d2c85323030c', '{"action":"user_modified","actor_id":"7b5e41a9-103c-47b6-97cb-78e1d7722688","actor_username":"bob_rrkwe@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:05:17.746165+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c2a78f7d-7e2a-462b-890a-d9fdb84a6cd9', '{"action":"token_refreshed","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-18 11:31:18.637383+00', ''), + ('00000000-0000-0000-0000-000000000000', 'dbd25b1c-abf2-4f50-be23-57715e74663c', '{"action":"token_revoked","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"token"}', '2023-10-18 11:31:18.640025+00', ''), + ('00000000-0000-0000-0000-000000000000', '9b31a08c-88e6-4052-8de9-e9660e66f8b0', '{"action":"logout","actor_id":"baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc","actor_username":"alice_ojgea@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:00.051091+00', ''), + ('00000000-0000-0000-0000-000000000000', '543278d6-e152-4098-b82c-bfaa42a40c50', '{"action":"logout","actor_id":"360964c0-338d-46f7-83ed-4d188cd5a8c6","actor_username":"bob_hrbrm@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:00.099796+00', ''), + ('00000000-0000-0000-0000-000000000000', '1ebe37ba-34ad-4671-97b3-3b922b91edb8', '{"action":"user_signedup","actor_id":"f3dfdb7e-7ea5-40b6-8b32-54059f100307","actor_username":"alice_cnjcx@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:05:00.256701+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c2a06f81-1f5c-4d65-95c6-7c92ddff756f', '{"action":"login","actor_id":"f3dfdb7e-7ea5-40b6-8b32-54059f100307","actor_username":"alice_cnjcx@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:05:00.285593+00', ''), + ('00000000-0000-0000-0000-000000000000', '965f2ea6-e08a-4ac9-8603-e4af8fe32610', '{"action":"user_modified","actor_id":"f3dfdb7e-7ea5-40b6-8b32-54059f100307","actor_username":"alice_cnjcx@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:05:00.532774+00', ''), + ('00000000-0000-0000-0000-000000000000', '1944fa52-0ef6-4382-86f2-b6ebd3ea668a', '{"action":"user_signedup","actor_id":"739fae7f-34a1-4c9d-a301-d9088d7e5efa","actor_username":"bob_pivhy@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:05:00.799188+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c4d3062b-f1b7-4b3e-86f2-e53144db756c', '{"action":"login","actor_id":"739fae7f-34a1-4c9d-a301-d9088d7e5efa","actor_username":"bob_pivhy@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:05:00.83401+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c0e70553-66a6-4984-9349-f062bdc25003', '{"action":"user_modified","actor_id":"739fae7f-34a1-4c9d-a301-d9088d7e5efa","actor_username":"bob_pivhy@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:05:00.989658+00', ''), + ('00000000-0000-0000-0000-000000000000', '3474f286-13cc-4ad0-bb69-43516d797176', '{"action":"logout","actor_id":"bd2a14bd-328b-481a-94e5-70a0eec70f03","actor_username":"alice_vvwbp@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:09.208021+00', ''), + ('00000000-0000-0000-0000-000000000000', '39e4baba-0cf9-436a-a107-e59cef175392', '{"action":"logout","actor_id":"382495b9-b50b-4c28-aea5-89ecca805b8b","actor_username":"bob_hheai@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:09.241427+00', ''), + ('00000000-0000-0000-0000-000000000000', '29b12190-5f1d-4dbd-861c-1fed001b6a82', '{"action":"user_signedup","actor_id":"b4594680-fc1e-47dd-ad1d-a1191c517762","actor_username":"alice_hoajw@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:05:09.347098+00', ''), + ('00000000-0000-0000-0000-000000000000', 'eea944de-0e5c-49a3-983f-dfa0ce5e2f5e', '{"action":"login","actor_id":"b4594680-fc1e-47dd-ad1d-a1191c517762","actor_username":"alice_hoajw@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:05:09.352607+00', ''), + ('00000000-0000-0000-0000-000000000000', '151d71a9-3e40-4a28-ad52-1d73b82081ea', '{"action":"user_modified","actor_id":"b4594680-fc1e-47dd-ad1d-a1191c517762","actor_username":"alice_hoajw@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:05:09.62976+00', ''), + ('00000000-0000-0000-0000-000000000000', '0515afcb-824e-42fc-a776-4a09e01d0fe4', '{"action":"user_signedup","actor_id":"c73f4fb4-1c99-45a8-84dd-9055348d4782","actor_username":"bob_cphjf@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:05:10.006111+00', ''), + ('00000000-0000-0000-0000-000000000000', '08700c62-343e-462b-8936-65294c4c8c25', '{"action":"login","actor_id":"c73f4fb4-1c99-45a8-84dd-9055348d4782","actor_username":"bob_cphjf@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:05:10.033715+00', ''), + ('00000000-0000-0000-0000-000000000000', 'c62e5ee1-cd99-495b-a60a-78cca65855bc', '{"action":"user_modified","actor_id":"c73f4fb4-1c99-45a8-84dd-9055348d4782","actor_username":"bob_cphjf@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:05:10.15336+00', ''), + ('00000000-0000-0000-0000-000000000000', '5085b917-b957-401a-845a-4ccb0a10760d', '{"action":"logout","actor_id":"b4594680-fc1e-47dd-ad1d-a1191c517762","actor_username":"alice_hoajw@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:11.434576+00', ''), + ('00000000-0000-0000-0000-000000000000', '11131981-c565-498f-8b85-b695dcefa7a5', '{"action":"logout","actor_id":"c73f4fb4-1c99-45a8-84dd-9055348d4782","actor_username":"bob_cphjf@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:11.468154+00', ''), + ('00000000-0000-0000-0000-000000000000', '6f692cf3-bd9b-4953-bc60-22764dd65919', '{"action":"user_signedup","actor_id":"dd8d58cb-1409-492e-8255-357acf30283b","actor_username":"alice_fpvmn@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:05:15.27176+00', ''), + ('00000000-0000-0000-0000-000000000000', '1b5550b0-4cd1-4908-99cf-ba0a05b8b406', '{"action":"login","actor_id":"dd8d58cb-1409-492e-8255-357acf30283b","actor_username":"alice_fpvmn@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:05:15.273619+00', ''), + ('00000000-0000-0000-0000-000000000000', '2e578b42-86b5-406f-a1e7-47e6df98db14', '{"action":"user_modified","actor_id":"dd8d58cb-1409-492e-8255-357acf30283b","actor_username":"alice_fpvmn@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:05:15.496333+00', ''), + ('00000000-0000-0000-0000-000000000000', '1fccc21b-be83-4246-af42-5a5cb84bcc77', '{"action":"user_signedup","actor_id":"35dd8067-9414-4d1d-83f6-1f5f6f4ef2bc","actor_username":"bob_dfmtp@email.com","actor_via_sso":false,"log_type":"team","traits":{"provider":"email"}}', '2023-10-17 19:05:15.793081+00', ''), + ('00000000-0000-0000-0000-000000000000', 'e91ffaa8-5ea4-47f7-ab06-e1c166605f91', '{"action":"login","actor_id":"35dd8067-9414-4d1d-83f6-1f5f6f4ef2bc","actor_username":"bob_dfmtp@email.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"email"}}', '2023-10-17 19:05:15.794924+00', ''), + ('00000000-0000-0000-0000-000000000000', '3374d5a8-663d-406e-be7a-a9883c71461c', '{"action":"user_modified","actor_id":"35dd8067-9414-4d1d-83f6-1f5f6f4ef2bc","actor_username":"bob_dfmtp@email.com","actor_via_sso":false,"log_type":"user"}', '2023-10-17 19:05:15.882935+00', ''), + ('00000000-0000-0000-0000-000000000000', '390fbb5e-3f59-4ebf-8d62-2dda2ec35958', '{"action":"logout","actor_id":"61db0cb6-e98b-49df-9075-1672903f3ec6","actor_username":"alice_mseaq@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:19.357034+00', ''), + ('00000000-0000-0000-0000-000000000000', '0d615663-c1ac-40b3-95cc-7779cb37566b', '{"action":"logout","actor_id":"7b5e41a9-103c-47b6-97cb-78e1d7722688","actor_username":"bob_rrkwe@email.com","actor_via_sso":false,"log_type":"account"}', '2023-10-17 19:05:19.398178+00', ''), + ('00000000-0000-0000-0000-000000000000', '55407b78-6f6b-400c-bb4b-23f78c959ac7', '{"action":"login","actor_id":"3bbdab72-195f-4ab2-aa84-b992365b6f0b","actor_name":"Yousef El-Dardiry","actor_username":"yousefdardiry@gmail.com","actor_via_sso":false,"log_type":"account","traits":{"provider":"google"}}', '2023-10-18 09:54:43.873478+00', ''); + + +-- +-- Data for Name: flow_state; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + + + +-- +-- Data for Name: users; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + +INSERT INTO "auth"."users" ("instance_id", "id", "aud", "role", "email", "encrypted_password", "email_confirmed_at", "invited_at", "confirmation_token", "confirmation_sent_at", "recovery_token", "recovery_sent_at", "email_change_token_new", "email_change", "email_change_sent_at", "last_sign_in_at", "raw_app_meta_data", "raw_user_meta_data", "is_super_admin", "created_at", "updated_at", "phone", "phone_confirmed_at", "phone_change", "phone_change_token", "phone_change_sent_at", "email_change_token_current", "email_change_confirm_status", "banned_until", "reauthentication_token", "reauthentication_sent_at", "is_sso_user", "deleted_at") VALUES + ('00000000-0000-0000-0000-000000000000', '4c74a357-3551-4e2c-879d-a6fda9f322bc', 'authenticated', 'authenticated', 'yousefdardiry+demo@gmail.com', '$2a$10$VrsDfkYprEiruWEuCtMl0OiSF1ElRR72rcdrJ8h9NAJDhMagh5wp6', '2023-08-24 04:42:26.540106+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-08-24 04:42:26.543103+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "demo", "typecell_profile_nano_id": "dRmepjAedTyDH"}', NULL, '2023-08-24 04:42:26.533469+00', '2023-08-24 04:42:55.351648+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '8db53086-46b9-4f46-be8a-a81df3cbdb33', 'authenticated', 'authenticated', 'yousefdardiry+3333@gmail.com', '$2a$10$fksyNagMWVnjK2kAc4I3TOfe6MhsG5s..XJJ5oQPT8e0Zftfj72KG', '2023-09-21 09:56:28.912717+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-21 09:56:28.91632+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "demo333", "typecell_profile_nano_id": "dJpxwyAGAMwGM"}', NULL, '2023-09-21 09:56:28.906193+00', '2023-09-22 14:14:50.405284+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '14b87377-58b7-45dc-9628-4e576387ab4f', 'authenticated', 'authenticated', 'bob_gxntp@email.com', '$2a$10$cvgDUVUdGiIAdYeY25rUkettu8q0uFy6HzIWc2W63r1CA6A2F6Qu6', '2023-09-26 08:59:11.748374+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:11.771185+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_gxntp", "typecell_profile_nano_id": "dV6ET62VkCahC"}', NULL, '2023-09-26 08:59:11.74573+00', '2023-09-26 08:59:11.932201+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '326d442b-cf5f-4978-a963-27022a3d79b4', 'authenticated', 'authenticated', 'yousefdardiry+hello999@gmail.com', '$2a$10$IRZ9l4vIDXwZUaIKAN2lzu3/3fs1zhJTgukfFNDsqA/ti/lLTbXRG', '2023-09-25 11:45:13.415945+00', NULL, '', '2023-09-25 11:44:52.638315+00', '', NULL, '', '', NULL, '2023-09-25 11:45:13.417164+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "hellotest1", "typecell_profile_nano_id": "dPnbF4uYUMpEA"}', NULL, '2023-09-25 11:44:52.63581+00', '2023-09-25 11:45:19.096578+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'd349ee4a-ee4f-4af0-9f4b-b4963b6b4c16', 'authenticated', 'authenticated', 'alice_uufzv@email.com', '$2a$10$rZM4T12zee.wvNgQkdIkYueT8WQkuu8KeVdZCIiUGTNiluw13jK2i', NULL, NULL, '10f155bbf18d52e7616e9ca8da1c0a52e2f8ce5bdc3b13495698d71e', '2023-09-26 08:46:14.835915+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:46:14.825321+00', '2023-09-26 08:46:14.838869+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '85df9c51-0006-42e0-a8c7-97cfd69ad912', 'authenticated', 'authenticated', 'yousefdardiry+99911@gmail.com', '$2a$10$W/daSZ5DVPAXVAKDQ74wMOcutkA5ucZTGeBAKSufryfIwCkGRsEoG', '2023-09-25 10:48:56.641558+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-25 10:48:56.642981+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "sdfsdfsdf", "typecell_profile_nano_id": "dN4VDGT3h1m8c"}', NULL, '2023-09-25 10:48:56.638159+00', '2023-09-25 10:49:14.16895+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '3e63f0ac-401b-486c-bfeb-6c3392be9d44', 'authenticated', 'authenticated', 'yousefdardiry+11999@gmail.com', '$2a$10$6kPsqtMNfg1LzoUnE6jsLeT92KoN0aSO9jPfrOC/mjh7PuwZvuqPe', NULL, NULL, 'a55da604e232ad6adae57f51b788ff38abd89081c379a51fa5e56993', '2023-09-25 10:51:36.308012+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-25 10:51:36.303556+00', '2023-09-25 10:51:36.312046+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '792f56ae-0ef7-40f3-9367-44cd9d88c8e8', 'authenticated', 'authenticated', 'bob_jlwfp@email.com', '$2a$10$Dnbje6EuTIUGEDwSI1nmOOLW4Zeo0JKLT9nVPD6hK.GXH3oGLsqhq', '2023-09-26 08:59:10.164217+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:10.194657+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_jlwfp", "typecell_profile_nano_id": "dREa3D5U7JZJk"}', NULL, '2023-09-26 08:59:10.161689+00', '2023-09-26 08:59:10.241131+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '1be57fd2-9cfb-49c7-a1ad-b829baf9e771', 'authenticated', 'authenticated', 'bob_dosbl@email.com', '$2a$10$mitSB8TNL.CE/ItFr7vKyeQH8hr9aezDlCwFe5KGs16o77ya2Txtm', NULL, NULL, '0b941aa50481cd7353bc40d77b119d048ef289b29802bc851d4fe0cc', '2023-09-26 08:46:14.948747+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:46:14.946206+00', '2023-09-26 08:46:14.951679+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'b9d5a236-768b-4bf2-8117-d0f01a58698b', 'authenticated', 'authenticated', 'bob_vnrll@email.com', '$2a$10$6K.oW3yefa2kSn.K6AriduCy7AcVowKxQtQ.jIHr82WQsETwZL3Le', NULL, NULL, '185ac3c200df9aef957de329acda7ea4082b08c37a62d1d018a1b783', '2023-09-26 08:50:35.184341+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:50:35.179568+00', '2023-09-26 08:50:35.187389+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'dd444b22-db46-48be-b0fe-d8f77ef2d315', 'authenticated', 'authenticated', 'bob_ogfxw@email.com', '$2a$10$n3pgqH/uJUX8OGGLYxAwTedYSiGgWmORfQLGzi6WjRPwkxPB7Igfa', '2023-09-26 08:59:13.794561+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:13.82562+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_ogfxw", "typecell_profile_nano_id": "drgZMVMyQDGAU"}', NULL, '2023-09-26 08:59:13.792234+00', '2023-09-26 08:59:14.009001+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'aa652fbb-8340-4fce-a668-d449cd5fe188', 'authenticated', 'authenticated', 'alice_obwtg@email.com', '$2a$10$2iJMoI548uSYI3/RfWOW1.jM5KC6Jxu/OUWUyJIkXz8mkxnFALvwy', '2023-09-26 08:59:09.608428+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:09.641079+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_obwtg", "typecell_profile_nano_id": "dzmXn1txKGAsJ"}', NULL, '2023-09-26 08:59:09.604182+00', '2023-09-26 08:59:09.840993+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '29589c5b-98d3-4ac7-9762-570f66c041ba', 'authenticated', 'authenticated', 'alice_jtxwq@email.com', '$2a$10$Cp/7eMA8i1ot2HcsQvrCauijA/toanK7bh3XOL9Nps9ltvFyQbCbi', '2023-09-26 08:59:11.347581+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:11.376066+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_jtxwq", "typecell_profile_nano_id": "dHH8bM3zED4kT"}', NULL, '2023-09-26 08:59:11.343491+00', '2023-09-26 08:59:11.490151+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '532258e3-6b30-4df9-975f-eef4216f0216', 'authenticated', 'authenticated', 'alice_gvzut@email.com', '$2a$10$X4E5t1oZq42Cczh1lys41e1rlO1yMFlQ/nOO8o2jVLGSt374UYjM2', '2023-09-26 08:59:13.387521+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:13.417141+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_gvzut", "typecell_profile_nano_id": "deV67zncbxS3u"}', NULL, '2023-09-26 08:59:13.383579+00', '2023-09-26 08:59:13.553091+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'aa171699-9a6b-479c-9436-6ac7163e9382', 'authenticated', 'authenticated', 'alice_tslhy@email.com', '$2a$10$Um7dlcT50DO92.lgV1FP4Opq3bNrXpcOaWW/CP3SF4ATlmarYYZ0C', '2023-09-26 08:59:15.45615+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:15.487279+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_tslhy", "typecell_profile_nano_id": "dU8RsvCLY9cQ4"}', NULL, '2023-09-26 08:59:15.452864+00', '2023-09-26 08:59:15.649876+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'ce6a0ead-caac-4c2b-a46c-d8f7df146e75', 'authenticated', 'authenticated', 'bob_evvhg@email.com', '$2a$10$Abnhs5k4bDxMUOs36/hDEu6Kjl1ZgZmJMz4AIB4bsCY08MI0rovPe', '2023-09-26 08:59:15.911362+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:15.912955+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_evvhg", "typecell_profile_nano_id": "dR8b6pzLEaLMQ"}', NULL, '2023-09-26 08:59:15.908837+00', '2023-09-26 08:59:16.109538+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '7985c1e1-c269-4247-8bd5-ddc1ff7ad963', 'authenticated', 'authenticated', 'alice_yhlhj@email.com', '$2a$10$do.2Gj59.fKCpw1Pzr5TxOK0vCXvzv046o6Q7BB2fQgQzwjNiG6Pm', '2023-09-26 08:59:20.846875+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:20.873987+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:59:20.844493+00', '2023-09-26 08:59:20.875308+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '04cac50e-6bce-41b5-8af7-d8cbb2263f4a', 'authenticated', 'authenticated', 'testuser_bqjha@email.com', '$2a$10$GV2iNTeN6w1OrJkXHBcS0ebrCz5JDHvdZc6t5elGlObVUNCZ8.h.W', '2023-09-26 08:59:21.00628+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:21.008103+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "testuser_bqjha", "typecell_profile_nano_id": "dM81Nb9n71v2J"}', NULL, '2023-09-26 08:59:21.000856+00', '2023-09-26 08:59:21.052386+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '2f2f214b-40b2-48f3-a235-7e6e8d6d6840', 'authenticated', 'authenticated', 'testuser_dafpf@email.com', '$2a$10$9iT3N1bbvfZiAeiQwiff.e21TD.Zr8zvterDE5syapNQaLSuEqFvq', '2023-09-26 08:59:21.458232+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:21.463509+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "testuser_dafpf", "typecell_profile_nano_id": "dR5Qb8hQ9mkU7"}', NULL, '2023-09-26 08:59:21.454947+00', '2023-09-26 08:59:21.69718+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '0d2afc36-0145-4d67-80b1-6ddf68df49d7', 'authenticated', 'authenticated', 'bob_wtxxr@email.com', '$2a$10$0dK6M9WQ3ZJLuQ925PcO6OLLdcwf7LkoV3.RFgt7fpQ6htDoFNORC', NULL, NULL, 'b6e87d5ffa1ab4500d06885eab56325636fd22a8fc8ac4bb40e2b8a0', '2023-09-26 08:46:14.931106+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:46:14.928988+00', '2023-09-26 08:46:14.933019+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '881e36a9-4db8-43bd-a84b-96e8e65b0e06', 'authenticated', 'authenticated', 'alice_krvhr@email.com', '$2a$10$dDM1CE3cRIaoDki7itMO.evGC73MZ9XhnhmrZARLEQR7TgKnX6IIu', NULL, NULL, '39cf6e61ef1b38151afd22fc668d358e6af588723e3afb8597bbc904', '2023-09-26 08:46:07.38091+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:46:07.376015+00', '2023-09-26 08:46:07.384389+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '19e082d9-1ee6-4adc-97a0-9330bfa45f04', 'authenticated', 'authenticated', 'bob_vbsmc@email.com', '$2a$10$yBo8sX/7p94ijjG30L5amOAQEbzVgIvBGdwbpq0FuStx5nnGcZVMS', NULL, NULL, '9f7ba2a48cb4f36ffacd096ff4d019c03b7962896ca123f02d943b39', '2023-09-26 08:50:35.123381+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:50:35.121435+00', '2023-09-26 08:50:35.125456+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '5aa5b8e4-6908-460e-899d-4835c10cbf0b', 'authenticated', 'authenticated', 'alice_ndsjj@email.com', '$2a$10$e1bfkWlyUl8YzdWX/36KqeCqTLE/VrVtnuv.JT7bZRWkVX99UZXFe', NULL, NULL, 'a5600ec7a786f6c1da64ce860776a92ae02395524cc51e673c807abd', '2023-09-26 08:46:14.822241+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:46:14.819717+00', '2023-09-26 08:46:14.824648+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '70d79ccb-8689-4f58-9987-93ed8070c081', 'authenticated', 'authenticated', 'alice_qnhcx@email.com', '$2a$10$aQEXxo1RurZZKfTta4cuC.fwVloI1t51p8QipKf6VsAIV7Yd16fIe', '2023-10-17 18:07:37.720902+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:37.72409+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:37.688584+00', '2023-10-17 18:07:37.730531+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '66cd3f91-3ccb-4c4c-99fb-14a944bb4f64', 'authenticated', 'authenticated', 'bob_tknks@email.com', '$2a$10$k27z3OQ7nr21nczJC7nVWuLivkdxxJVXD7pChym0yP/kacBSU4e.C', '2023-10-17 18:07:37.857784+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:37.860545+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:37.849467+00', '2023-10-17 18:07:37.865574+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'c98c8ca4-fa92-4fb9-a2f5-10e7956abaa5', 'authenticated', 'authenticated', 'alice_azrou@email.com', '$2a$10$72ndLxnkMlIMjj849QzoMOG/eKV5zCPDFmjiybPcxkHdmQZs6tBhO', NULL, NULL, '7c3c2c79f6ebf30775fc93fade73a82054bb9565f1944a801a2b2c37', '2023-09-26 08:46:14.858731+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:46:14.851101+00', '2023-09-26 08:46:14.861221+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'bc8d107f-158f-48e8-93e0-c4ea82e8df89', 'authenticated', 'authenticated', 'alice_qwzmj@email.com', '$2a$10$B4sB2Y4QTBs2nYxD9I7Vse.tChqxhmfAJbuPGdqTraSfPRzvUWLUa', NULL, NULL, '422e2a29923f8696e458161cf61292cb2431aea890888acb0a3de3dd', '2023-09-26 08:46:14.867287+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:46:14.850372+00', '2023-09-26 08:46:14.870603+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '52ad1367-aaa4-4486-9949-6b203f8d022a', 'authenticated', 'authenticated', 'alice_mwqom@email.com', '$2a$10$4LcbYzFGCepnIXBMWqxihO6oKgrDrNb1gsgvS5wiBR4aotFDeo9kq', '2023-10-17 18:07:52.785697+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:52.789371+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:52.761669+00', '2023-10-17 18:07:52.792306+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '47779733-97f9-4e44-bc90-420c1bfe164b', 'authenticated', 'authenticated', 'bob_zfvqb@email.com', '$2a$10$U/TYQ69uCkABiKjeeIctAuE5.cppc7viJZpFHEhv/I5a2YLr4uKhu', NULL, NULL, '7d1a9a27168e64bab7aca97221d6344c49e1e553bcba680e640f89a7', '2023-09-26 08:46:14.983429+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:46:14.97896+00', '2023-09-26 08:46:14.986603+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '08badb10-e884-49fd-af73-25cedc7c54d3', 'authenticated', 'authenticated', 'alice_opybj@email.com', '$2a$10$ILijcZ6xF0oKp1AueKzVyOQj7qT3r5CRs3usNNpL3xHogXUfGYq2u', NULL, NULL, '436ee7b55626bd1aa11effa6e387a51005d27e51e5dc414533b87307', '2023-09-26 08:46:14.881288+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:46:14.876999+00', '2023-09-26 08:46:14.884986+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '4e468493-74c0-4589-abf7-5080b07a730c', 'authenticated', 'authenticated', 'alice_flowg@email.com', '$2a$10$fc/nMWTqYO5cmYKZ4cUGrOXrdBcZ2q0tSzEKHsmBWjiDdC6ug6h/2', NULL, NULL, '543ca1c6c56d3c6415bb6d692a5048bb0d874ecdd0727f59da326051', '2023-09-26 08:50:35.08708+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:50:35.083276+00', '2023-09-26 08:50:35.088976+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'fba8eae4-86e1-439c-b54b-25bf49da2492', 'authenticated', 'authenticated', 'bob_iogha@email.com', '$2a$10$Uz1.IoeHMrOtGy1bTU7uC.1Vdj72uO1QBr6/Zber3tU/dM9paNpAO', NULL, NULL, '6fc563abd8798a3cfb9dc62527e95bf4ae5ad7f97d054b0fb1a285c8', '2023-09-26 08:46:14.98482+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:46:14.981147+00', '2023-09-26 08:46:14.987608+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '9f182853-7db3-4461-a95d-deca56c5a631', 'authenticated', 'authenticated', 'user2-1695717974893@emailasdf.com', '$2a$10$x6w1/p16MjOZL.ZEYIoLS.88272aY8PBPR6J82vArYUx.jF4kHTi2', NULL, NULL, '', NULL, '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{"name": "test"}', NULL, '2023-09-26 08:46:14.990293+00', '2023-09-26 08:46:14.994899+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '96f0d8e3-95ed-480a-a504-c7610993aaa1', 'authenticated', 'authenticated', 'alice_bofft@email.com', '$2a$10$Im1IBGYDa0g2FGMw3xXSIeWKOkMLR6xgW9KYi2NlFtw7vjBHx8kNW', NULL, NULL, '979ee287cb8931af03d5480bb74e11d9b44d11f3cf1f8999d3d754b2', '2023-09-26 08:50:27.611797+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:50:27.605871+00', '2023-09-26 08:50:27.616412+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '8fc590f2-3403-4b73-9871-06e793348366', 'authenticated', 'authenticated', 'alice_ogwcx@email.com', '$2a$10$IviaWTF/kpQrxSuxW1JOqekD0oBp290MfYQeZYue2JhplIb0UMfxS', NULL, NULL, 'f9b80b94df89f7be1aaafa4a74bfe7cb552127cdb73a67dd39b0e350', '2023-09-26 08:50:35.024596+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:50:35.020321+00', '2023-09-26 08:50:35.028002+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '2ba3dc3d-3cf0-444f-a024-279f7946ea72', 'authenticated', 'authenticated', 'alice_vpuvv@email.com', '$2a$10$YLZfz8lyNztGUtLzFp1I0OkZP5KDMA0/mT2jyYQ0nlh4tdQ1Ye/da', NULL, NULL, 'f710404a2e62d0e3618d19e4f1d36bc66a35f65843cc900628d8ef06', '2023-09-26 08:50:35.021235+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:50:35.005851+00', '2023-09-26 08:50:35.024391+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'd000d0ff-2fbc-46a6-a22d-c9583b3922fb', 'authenticated', 'authenticated', 'alice_bvrib@email.com', '$2a$10$pZUQbosY8u7/qeJseGeeUeybllsEWb/Hkz8MamTLWDoCA7Wpu22ZC', NULL, NULL, '92452372875cca2ed7fcda9eacba68da7ae55270cab7e4ef62e8d175', '2023-09-26 08:50:35.023108+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:50:35.018854+00', '2023-09-26 08:50:35.025392+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '06d2eff9-06de-4f3f-b3a2-8a83a5943b42', 'authenticated', 'authenticated', 'alice_jkxtn@email.com', '$2a$10$Uf3/hb4KEXDJNqEkgFtmse6R3R7qj4lKaypMfvpAcfkteLw/9/aS6', NULL, NULL, '3ebebbf1ee63f687531430ad7441ac8ce8f96f3e520335a295b1964a', '2023-09-26 08:50:35.022808+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:50:35.017865+00', '2023-09-26 08:50:35.026024+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'c0a67054-47a6-4187-8587-71eb14d086da', 'authenticated', 'authenticated', 'bob_rxqip@email.com', '$2a$10$vaHjd/6RKT8hUPfK15opqefYK0Ze8u7zWJRq8rumKq2ggm/oM8QMG', NULL, NULL, 'b80f2c3310eba8aa2230e979e5f7bf006fc29ac581b13d1a2bf9038a', '2023-09-26 08:50:35.136333+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:50:35.130129+00', '2023-09-26 08:50:35.140096+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'c0081b7f-6160-451a-bc2a-de274e4660d6', 'authenticated', 'authenticated', 'bob_ijljn@email.com', '$2a$10$EcAAWDvikb0x9Chs/ZpHx.gf9IV5i6THWMYCtXbUao/Qs4lXk2wC.', NULL, NULL, 'ba11e6ae1ddcb8d2eff4777411e4b6d975399963915e5bca9ae08063', '2023-09-26 08:50:35.124086+00', '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:50:35.120828+00', '2023-09-26 08:50:35.125832+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'ef3ec16b-df73-4cdb-8009-47fceca8aec3', 'authenticated', 'authenticated', 'user2-1695718235043@emailasdf.com', '$2a$10$NMU6J3FzyZy9FBLBXWQGV.EcsUVoHpOhpUSl5VQ7uTrlQJVc3wvOC', NULL, NULL, '', NULL, '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{"name": "test"}', NULL, '2023-09-26 08:50:35.142165+00', '2023-09-26 08:50:35.145067+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '1791a9e0-858a-4815-b4ee-a89ded0a2613', 'authenticated', 'authenticated', 'user2-1695718597524@emailasdf.com', '$2a$10$f8c0QtlQXiB30aNXp1EfHengs4BOXj68UsWNrw5FrTLSdDs5o8T9a', NULL, NULL, '', NULL, '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{"name": "test"}', NULL, '2023-09-26 08:56:37.600061+00', '2023-09-26 08:56:37.603817+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '1cd4f268-ddbd-4c2e-9319-11d1cc435102', 'authenticated', 'authenticated', 'testuser_ewpmp@email.com', '$2a$10$Si1CkcWkOFjkoVE1mqoOKOWKnveGBpAZhtK9E12gh6cTdRYCu/XLG', '2023-09-26 08:59:23.195335+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:23.222269+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "testuser_ewpmp", "typecell_profile_nano_id": "dhyXcZh336Nu6"}', NULL, '2023-09-26 08:59:23.192728+00', '2023-09-26 08:59:23.384852+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'de55e061-f61e-4ac3-8789-7a20de5cf4f0', 'authenticated', 'authenticated', 'alice_bxssi@email.com', '$2a$10$fbEYf03xexYPU5Ry8TQ6LeoBZj/Altytk.N19hDGh5FFDrDjIvQiC', '2023-09-26 08:59:31.254667+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:31.257169+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:59:31.251193+00', '2023-09-26 08:59:31.259118+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '73427a80-cec3-47c4-8e88-4b378615f5c4', 'authenticated', 'authenticated', 'bob_zpiri@email.com', '$2a$10$XEAUT3allmKbW8/QiB1XausjNkvtNYvzdJUNzkPEhhHqagDXY2TXW', '2023-10-17 19:04:17.888078+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:17.91763+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_zpiri", "typecell_profile_nano_id": "dPcAfrYSptqwx"}', NULL, '2023-10-17 19:04:17.885274+00', '2023-10-17 19:04:17.98974+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'cb7ed166-c97b-4484-8904-a085d2167f07', 'authenticated', 'authenticated', 'alice_zcozm@email.com', '$2a$10$R945/ZzVnjX875i1O0lJOeQmJdSX2l6tj63ZmuVRAC1R5WSb5KHTe', '2023-10-17 18:07:37.719342+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:37.721639+00', '{"provider": "email", "providers": ["email"]}', '{"customValue": 24}', NULL, '2023-10-17 18:07:37.695976+00', '2023-10-17 18:07:37.841053+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '02738d99-fc0a-41b9-ab4d-af87063a32f1', 'authenticated', 'authenticated', 'bob_lbzzs@email.com', '$2a$10$CqIIvVadK3FSq2i7J7fTqeGHJNmxoBJdoRBzTLwDaq.qNYTM7jA4y', '2023-10-17 18:07:37.850761+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:37.853122+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:37.845167+00', '2023-10-17 18:07:37.854158+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '9fe18068-74a7-47d9-a69a-73baea219071', 'authenticated', 'authenticated', 'bob_cozxp@email.com', '$2a$10$liIP3/ey6298Lr5VTWE2lelLmi86cMfgznFSjEr3oR1DaR0RKKM3q', '2023-10-17 18:50:46.416639+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:50:46.450965+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_cozxp", "typecell_profile_nano_id": "dWypPeH3rMJw4"}', NULL, '2023-10-17 18:50:46.41364+00', '2023-10-17 18:50:46.494467+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '17849d4d-bec8-4988-aff9-dc8784b91ca9', 'authenticated', 'authenticated', 'bob_hgxhf@email.com', '$2a$10$SpM029.9dP2aJAGNn3Ze0ezq03ELfEW9tHI9WtRBaVJSHun7vX2/O', '2023-10-17 18:07:52.902987+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:52.906859+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:52.893105+00', '2023-10-17 18:07:52.909436+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '54acb709-1807-40a5-97e6-51fd03321d37', 'authenticated', 'authenticated', 'alice_vpcuw@email.com', '$2a$10$vEXVHtS7YjI5S4hAeo6v1.38gIWJghRWZODcQ/GolJ5ccaRRvXzM6', '2023-10-17 18:47:55.329358+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:55.357216+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_vpcuw", "typecell_profile_nano_id": "dr9zQdC9f7Cwj"}', NULL, '2023-10-17 18:47:55.327071+00', '2023-10-17 18:47:55.462667+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'a1940a9e-059e-47fa-bc4d-dc693cdc50e4', 'authenticated', 'authenticated', 'bob_biqml@email.com', '$2a$10$M4etRkbmkY9Yt5Xe2g4/euGxWBfAscMd.EcIytofrLV1OUdK7wPg2', '2023-10-17 19:04:19.649509+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:19.653559+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_biqml", "typecell_profile_nano_id": "daGU4LULqgc52"}', NULL, '2023-10-17 19:04:19.644978+00', '2023-10-17 19:04:19.875814+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '3e2f2a46-fb83-444e-b315-e142bc450bdc', 'authenticated', 'authenticated', 'bob_kkqru@email.com', '$2a$10$0VznAGuqOJGYccqcgpCH..bJ9Zu/B3/1lQLulFjbz7xaowmg3B3O.', '2023-10-17 18:47:55.765054+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:55.786255+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_kkqru", "typecell_profile_nano_id": "dPP3yNhgyWfzr"}', NULL, '2023-10-17 18:47:55.761865+00', '2023-10-17 18:47:55.916928+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'b59ab93d-978d-4c94-8389-31fad2cd9710', 'authenticated', 'authenticated', 'alice_pbikl@email.com', '$2a$10$m3r/ZJGxpiaZQNEBENcgTeREZcIsh8fHA2Y7uymPSyaP0x6K47jnC', '2023-10-17 18:51:39.487261+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:51:39.499013+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_pbikl", "typecell_profile_nano_id": "dD8UGP3TTynFf"}', NULL, '2023-10-17 18:51:39.484239+00', '2023-10-17 18:51:39.704399+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'b2413c9a-9e11-41f2-bf21-bc272edf8deb', 'authenticated', 'authenticated', 'alice_youww@email.com', '$2a$10$LFFFeG5cV/FJc/eMAXr6Cuh1/RQLdlMTORTBI1wNLonAQ.hDvuRZq', '2023-10-17 18:50:45.829458+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:50:45.856603+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_youww", "typecell_profile_nano_id": "dyagHMCqqnz18"}', NULL, '2023-10-17 18:50:45.825711+00', '2023-10-17 18:50:46.065005+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '13f7fe94-2da8-4889-8e9c-30e202001c70', 'authenticated', 'authenticated', 'bob_tepae@email.com', '$2a$10$hd8GIkJTIuKOVz9l1XYyYujRf1kHm8E.BpGehzQhWpnQguH7o3cIm', '2023-10-17 19:04:24.797444+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:24.826084+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_tepae", "typecell_profile_nano_id": "dft2BgSbsmtpE"}', NULL, '2023-10-17 19:04:24.794652+00', '2023-10-17 19:04:24.959433+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '0934bf33-6502-4df8-b080-9fb0071aa729', 'authenticated', 'authenticated', 'alice_jwuhb@email.com', '$2a$10$viPUMgl/.GjdO1w0f217LOntpgGgKTcJBJPYkEU2fAK.sfT9.umqa', '2023-10-17 19:04:19.178516+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:19.212394+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_jwuhb", "typecell_profile_nano_id": "dskuVjhZpgR3C"}', NULL, '2023-10-17 19:04:19.17594+00', '2023-10-17 19:04:19.343477+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '56734189-7b21-477d-a421-17bae84d9a60', 'authenticated', 'authenticated', 'bob_txina@email.com', '$2a$10$FNxaCN2BxM2F7ftkCi0E/Oruy/UPu0aGs/G0txEaGCOHoqMNmYYDW', '2023-10-17 18:51:40.142058+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:51:40.165376+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_txina", "typecell_profile_nano_id": "dzpqjyS7unG7J"}', NULL, '2023-10-17 18:51:40.137609+00', '2023-10-17 18:51:40.248563+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '285c8193-af0d-4d88-8e21-ccb202777e1b', 'authenticated', 'authenticated', 'alice_fwquo@email.com', '$2a$10$5MavvU6MuYfwjqQTc0OsvuzkUXpNkIeMeZMN1ni20hS/lXVkwjGca', '2023-10-17 19:04:22.652383+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:22.689075+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_fwquo", "typecell_profile_nano_id": "dM4kudZGuQSzj"}', NULL, '2023-10-17 19:04:22.64793+00', '2023-10-17 19:04:22.865059+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'c6706a31-3b32-40c0-9946-55565ef494cc', 'authenticated', 'authenticated', 'bob_htvby@email.com', '$2a$10$UAXyx3FZUWnJUsRqbQBc0uC64Srcs9XD7FPAkPR0EntosB5H665VO', '2023-10-17 19:04:23.164219+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:23.166199+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_htvby", "typecell_profile_nano_id": "dpHPwQ82TM5Gc"}', NULL, '2023-10-17 19:04:23.161507+00', '2023-10-17 19:04:23.263954+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'ba559abf-70e5-4268-8776-fd03eb7629d6', 'authenticated', 'authenticated', 'alice_ywmbw@email.com', '$2a$10$7bP/G4JerCcMxIKRHCeMB.1bOflAbdft4ipRJhTSn2LJWoSKkYIca', '2023-10-17 19:04:24.36338+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:24.39201+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_ywmbw", "typecell_profile_nano_id": "djpcBmG1gHjZC"}', NULL, '2023-10-17 19:04:24.3612+00', '2023-10-17 19:04:24.506798+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '0d040e26-9715-407a-a915-43196936a3ed', 'authenticated', 'authenticated', 'alice_nxmoe@email.com', '$2a$10$yGmZyGwrb8obNCbCHouj/OJxfo5cXt2FjWZ3nVdB/BAT4QAO7guRy', '2023-10-17 19:04:27.726896+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:27.762775+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_nxmoe", "typecell_profile_nano_id": "dcvbeDMDrt35v"}', NULL, '2023-10-17 19:04:27.723745+00', '2023-10-17 19:04:27.934733+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '8ed61b81-61a5-424f-8e63-4d2647a04770', 'authenticated', 'authenticated', 'bob_sokkw@email.com', '$2a$10$Wy.7fQe3B.XFlPvFaB0Cxe8q9n0jle73TybEAbUaVv3BjXuTlTxDG', '2023-10-17 19:04:28.201396+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:28.230027+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_sokkw", "typecell_profile_nano_id": "dWveBd5Y8PbPX"}', NULL, '2023-10-17 19:04:28.19883+00', '2023-10-17 19:04:28.324551+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'd70ffad1-6f51-4695-870d-5084a6fe5e5c', 'authenticated', 'authenticated', 'bob_vrhta@email.com', '$2a$10$utqHm/NJQc34Jrskz1G8SOZsBTnHyDKv2pv47L8rhPZ9Rzvv0tjDi', '2023-09-26 08:59:31.331421+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:31.332857+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:59:31.329596+00', '2023-09-26 08:59:31.333494+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '8353e17b-eefb-4bca-a5e5-73a5a8dd84bd', 'authenticated', 'authenticated', 'testuser_duwlt@email.com', '$2a$10$LlRyp9PvQRwI5IOV7sNNWeSfRwRKw4QJrlJ/F8g9HExMS5xlmXPbu', '2023-09-26 08:59:24.0151+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:24.030028+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "testuser_duwlt", "typecell_profile_nano_id": "deYzhXQxG6ad5"}', NULL, '2023-09-26 08:59:24.012381+00', '2023-09-26 08:59:24.110085+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '81e967e1-c3a4-4b1f-aa6c-1fca43564165', 'authenticated', 'authenticated', 'testuser_nebbo@email.com', '$2a$10$Elc7E5FG/vA66cnzmwP9vOqPeqS6owqUx61M8HL26oIG5bR64TPsG', '2023-09-26 08:59:24.682198+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:24.696924+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "testuser_nebbo", "typecell_profile_nano_id": "dU96XybDCP2gn"}', NULL, '2023-09-26 08:59:24.677517+00', '2023-09-26 08:59:24.786973+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '865c376f-7029-4f91-a3e8-aca3c8035d66', 'authenticated', 'authenticated', 'testuser_wcrsn@email.com', '$2a$10$f4k3WasBuct2lXWTypfeO.mkn1HEHaRODfx3iCS5MeI.6r3JrBMgW', '2023-09-26 08:59:25.347436+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:25.382146+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "testuser_wcrsn", "typecell_profile_nano_id": "dRJffSRUjY3U6"}', NULL, '2023-09-26 08:59:25.345005+00', '2023-09-26 08:59:25.46793+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '97b678ec-36e3-49f3-9d02-fa58bd4ae325', 'authenticated', 'authenticated', 'bob_xrror@email.com', '$2a$10$U3PJemWSQhJDcJUO/ZpL..a72KeLyVzEEzf.deewohfRDDrSCiyC.', '2023-09-26 08:59:31.394231+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:31.39776+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:59:31.388047+00', '2023-09-26 08:59:31.401025+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '330a9557-a173-41eb-a58c-d6da352acd32', 'authenticated', 'authenticated', 'user2-1695718771254@emailasdf.com', '$2a$10$xBJ3lFzP6t9t5SzWXGz5nuPBsgd91FRbeP6ICgsx5dORl2NtX/RZG', NULL, NULL, '', NULL, '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{"name": "test"}', NULL, '2023-09-26 08:59:31.338595+00', '2023-09-26 08:59:31.348485+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '58f306cd-9760-4d7e-8ddf-fa9f0623d960', 'authenticated', 'authenticated', 'alice_nqise@email.com', '$2a$10$POlpSgoYk9pENA3XHnZkN.m1QJcmQAr.vkG6p9GGiLw5kAPFJJes2', '2023-09-26 08:59:31.237664+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:31.239464+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:59:31.232232+00', '2023-09-26 08:59:31.240641+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '59cd92c7-f8e2-4470-991a-28306ee1deb9', 'authenticated', 'authenticated', 'testuser_zoino@email.com', '$2a$10$/YBk1aJAtjflNLB.MNvd3uuBML.zT6.mjuwaY46UhRDju8sLwzHpC', '2023-09-26 08:59:25.964331+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:25.998713+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "testuser_zoino", "typecell_profile_nano_id": "dsprDDFka5WED"}', NULL, '2023-09-26 08:59:25.961399+00', '2023-09-26 08:59:26.112286+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '0627fa63-775d-4f95-a04c-99eea6bfb26b', 'authenticated', 'authenticated', 'alice_kvwca@email.com', '$2a$10$4GhNghjC2SSf6Ti8kL1DLuTRb0gCxFtB5HRVWa8xBewruWgMcwDGC', '2023-09-26 08:59:31.235755+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:31.239222+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:59:31.231831+00', '2023-09-26 08:59:31.24212+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '31c5fbff-4848-43c0-b659-61f24232dc4c', 'authenticated', 'authenticated', 'bob_qupdd@email.com', '$2a$10$aNPDejGoq.UI2Rz0RjADku6.X32KPx7XLzdLnfzXIC3dUComGOPTC', '2023-09-26 08:59:31.347865+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:31.349957+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:59:31.345146+00', '2023-09-26 08:59:31.350867+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '5d94273b-6bf5-416c-8be0-12be9199625b', 'authenticated', 'authenticated', 'testuser_iyrmo@email.com', '$2a$10$a774hVhEDOgusbqtyrTEs.uSU/ARq3y01XwcwwQN6jjyidAAxlUVm', '2023-09-26 08:59:27.551649+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:27.577695+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "testuser_iyrmo", "typecell_profile_nano_id": "dnrd5wFrp13pT"}', NULL, '2023-09-26 08:59:27.548118+00', '2023-09-26 08:59:27.850333+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '1186ee43-7f47-41d4-8b62-8b72ac1f1f20', 'authenticated', 'authenticated', 'alice_laqdi@email.com', '$2a$10$mV.o.Dadt0PFch.yhcka/OXzLab65h1zMH0YGCTaMyfYA3rvWSTvW', '2023-09-26 08:59:31.228029+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:31.232288+00', '{"provider": "email", "providers": ["email"]}', '{"customValue": 24}', NULL, '2023-09-26 08:59:31.225886+00', '2023-09-26 08:59:31.350965+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '968f34de-4b5d-4f47-88d7-1cd9b860fe00', 'authenticated', 'authenticated', 'alice_trjmr@email.com', '$2a$10$wlfaHuMOWmgjCZyGF.MszuWPerlstphyct3/BoQpfGyebWP9zjQ1m', '2023-09-26 08:59:31.296604+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:31.297898+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:59:31.292781+00', '2023-09-26 08:59:31.298972+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'b5651056-9163-4ed8-80d6-7637f7264185', 'authenticated', 'authenticated', 'bob_aiepe@email.com', '$2a$10$zTeNr0rccxueql7lLT5hHe3YHmtFLyqJTOhrBZuNKCEf/9DGoJqea', '2023-09-26 08:59:31.365579+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-09-26 08:59:31.367444+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-09-26 08:59:31.362303+00', '2023-09-26 08:59:31.369453+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'c5e8398d-782a-4050-884e-8dc65a2cd869', 'authenticated', 'authenticated', 'alice_xxpwb@email.com', '$2a$10$rQh0EbJMwbFnaHUReKwI1eeO7bzAwU/EfWN9XqYXQ0AXIAtP6o/8y', '2023-10-17 18:07:37.702548+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:37.71971+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:37.677873+00', '2023-10-17 18:07:37.722937+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '318358a3-e11d-4382-a53a-3c8038337bac', 'authenticated', 'authenticated', 'alice_forjv@email.com', '$2a$10$97q20NmQiZdkxIBudwZLEOyBUFrnkRMtHAjPxAyQTqyYhAz.2sMFK', '2023-10-17 18:07:52.687106+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:52.689145+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:52.684754+00', '2023-10-17 18:07:52.690406+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '2bac0d34-cde3-4839-9d04-498967e0c7ff', 'authenticated', 'authenticated', 'bob_dwuhb@email.com', '$2a$10$8H89kcfl7zeRPxqVgUTMPeYuIn6LSPetYsS49x6L1e8ktdDITsDku', '2023-10-17 18:07:37.827928+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:37.830066+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:37.825314+00', '2023-10-17 18:07:37.831148+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'a1ac74be-83ec-4932-8aa1-a1badd2ddd85', 'authenticated', 'authenticated', 'user2-1697566057758@emailasdf.com', '$2a$10$/QA8.OQFtg.ei7r9PE/qDuDcv73BRPZ3pshgouG09kMLXv8P/bj5m', NULL, NULL, '', NULL, '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{"name": "test"}', NULL, '2023-10-17 18:07:37.854452+00', '2023-10-17 18:07:37.860844+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'a07cc360-f9e7-44d9-a8e0-186335eaaf27', 'authenticated', 'authenticated', 'bob_niujh@email.com', '$2a$10$oIVf0bmRATTcfIhkVjU74Of4uYWd0Jz3pWlWL6JnU0fgEuvJhVeOa', '2023-10-17 18:07:52.80462+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:52.809594+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:52.799684+00', '2023-10-17 18:07:52.810464+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'b85dceaa-0e32-49e4-ae19-847a8f9c279d', 'authenticated', 'authenticated', 'alice_fjlqw@email.com', '$2a$10$IBhyRHv3tjsMrYMkbJqN1uwiSmVlIt7HVWq3P0Hfem9MDzYO/0veW', '2023-10-17 18:07:52.689806+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:52.69178+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:52.68762+00', '2023-10-17 18:07:52.693372+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '9187dcff-723b-4872-ad4d-8a2fe7fe93b3', 'authenticated', 'authenticated', 'bob_auxsq@email.com', '$2a$10$/Y/.5tE3qnCFS2NmnG.g5e9bQieRb4DZRAJUn/AOXK.vgHypavECS', '2023-10-17 18:07:52.791601+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:52.793147+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:52.785148+00', '2023-10-17 18:07:52.793908+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '0fea55d7-7521-4527-90ac-965b3f573b77', 'authenticated', 'authenticated', 'user2-1697566072721@emailasdf.com', '$2a$10$k2R0zp7aLnaA2U07l5oIJegRhad7bwUiSScYpz7M5Q3cLLDY3OMBS', NULL, NULL, '', NULL, '', NULL, '', '', NULL, NULL, '{"provider": "email", "providers": ["email"]}', '{"name": "test"}', NULL, '2023-10-17 18:07:52.850982+00', '2023-10-17 18:07:52.852196+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '853cb003-66a6-4259-a5d5-1341d4c49229', 'authenticated', 'authenticated', 'alice_oelah@email.com', '$2a$10$TZX5sbIzvxZHCuk4a7ZXHuWK7LaH7hGaBksdZ8Pg5oAqjNsgXp5xy', '2023-10-17 18:07:37.72293+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:37.73106+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:37.703178+00', '2023-10-17 18:07:37.738166+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '7ce29934-b4f9-46b5-a8db-e640d417d46d', 'authenticated', 'authenticated', 'alice_ztest@email.com', '$2a$10$6M5g4SQMctUiuP5RQ0oE.ebG2R1Aj.8Kh3eTpJ5RzFnyI3GReEYsO', '2023-10-17 19:04:10.319171+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:10.351618+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_ztest", "typecell_profile_nano_id": "dG4vkEksyd9sM"}', NULL, '2023-10-17 19:04:10.315552+00', '2023-10-17 19:04:10.588254+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'df4aeb98-61a1-4929-85dc-70e9db95ef80', 'authenticated', 'authenticated', 'bob_wylkp@email.com', '$2a$10$cFeILMTC0R4ktysv844ZUOvn8a5zWpEhF30TOAXYZ2.5wyjmgn81a', '2023-10-17 18:50:48.065508+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:50:48.093062+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_wylkp", "typecell_profile_nano_id": "dQnYrKRYPLAYK"}', NULL, '2023-10-17 18:50:48.062162+00', '2023-10-17 18:50:48.259094+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '3e314ae6-93b9-4adb-adff-cfe0a68d025e', 'authenticated', 'authenticated', 'bob_aggjj@email.com', '$2a$10$OeqGjvlFcnG8MfABiAkt8.0xZlsV4kdNdviST69IDrfUsqI5SmQZ.', '2023-10-17 18:07:37.828022+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:37.830155+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:37.825862+00', '2023-10-17 18:07:37.831358+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'cf323291-da6b-4070-957e-acb80898b45a', 'authenticated', 'authenticated', 'bob_hnoth@email.com', '$2a$10$crmFPfqEZpNZiIWXOY2UzeV1HjXuybe8xctMEXGRLV7xf/SLvUulW', '2023-10-17 18:47:54.212346+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:54.240327+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_hnoth", "typecell_profile_nano_id": "dC963q6Ru1KSS"}', NULL, '2023-10-17 18:47:54.209592+00', '2023-10-17 18:47:54.282743+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '58e3df89-f67e-4494-a63d-5785c43af211', 'authenticated', 'authenticated', 'alice_rfqla@email.com', '$2a$10$gHa3ufChtDK/F4XeHOYfEuN9Nzl2csRvz7THP11UdwoVBwPIArctu', '2023-10-17 18:07:52.700539+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:52.703413+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:52.693847+00', '2023-10-17 18:07:52.704979+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'f5457795-246a-4043-b7cc-0ad7128e8f0b', 'authenticated', 'authenticated', 'alice_easfp@email.com', '$2a$10$JeHXGxvhK65mHelwOyXaretj5Ie8haVo6qXx1lYVuFSWDpaRozPvm', '2023-10-17 18:46:31.030626+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:46:31.062685+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_easfp", "typecell_profile_nano_id": "dP7XpeuqqeGkA"}', NULL, '2023-10-17 18:46:31.02686+00', '2023-10-17 18:46:31.26669+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '09684a6a-ddd9-4426-be2a-381af56b280d', 'authenticated', 'authenticated', 'alice_jkvjg@email.com', '$2a$10$rbXgWd7iUjgjE8iknJp/Ru0ytsZ2GdGsaNZLFNKK3RjXfYfHpl1LC', '2023-10-17 18:50:38.92392+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:50:38.947917+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_jkvjg", "typecell_profile_nano_id": "dzaqqVaXCmS5p"}', NULL, '2023-10-17 18:50:38.920915+00', '2023-10-17 18:50:39.18254+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'f7fefaf5-ebb2-4eb3-80c2-d228233629f8', 'authenticated', 'authenticated', 'bob_pdaor@email.com', '$2a$10$tU3zaMPPtP.HbiCnbysBDOXQ.zphiNI0U3YJaGfXEBRtoblCPhaAu', '2023-10-17 18:50:41.184368+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:50:41.215297+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_pdaor", "typecell_profile_nano_id": "dGyzmJG6XPKpg"}', NULL, '2023-10-17 18:50:41.17825+00', '2023-10-17 18:50:41.391056+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '0c5d250e-d8b4-4802-8fbc-81cd3d7d5a23', 'authenticated', 'authenticated', 'bob_enrib@email.com', '$2a$10$8IILihM6wZ8lF1iWFD2xaujCsqWKjnclMsiW/.xPsh02t1YBwivYq', '2023-10-17 18:46:31.603917+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:46:31.629007+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_enrib", "typecell_profile_nano_id": "dMYPuMgxQwmvr"}', NULL, '2023-10-17 18:46:31.600899+00', '2023-10-17 18:46:31.700943+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'fda0cea4-7a85-45e5-8399-e22cdfc00849', 'authenticated', 'authenticated', 'bob_ttlin@email.com', '$2a$10$g8wSzyJSWe7Pz6dj7xwF1urOXMW1iFwO1BVwIB9jtrf/rzQnw5L62', '2023-10-17 18:50:39.566195+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:50:39.599319+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_ttlin", "typecell_profile_nano_id": "dK5jYxLXqqsax"}', NULL, '2023-10-17 18:50:39.563013+00', '2023-10-17 18:50:39.689387+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '37d63cef-c20c-4639-ad8d-ba8a270fc7ee', 'authenticated', 'authenticated', 'alice_erzvm@email.com', '$2a$10$fwpiJULf8jJOFH8QqrYns.YsCzV.KqECFzZ5id1U//mUK99I6YyBO', '2023-10-17 18:47:53.473662+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:53.491815+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_erzvm", "typecell_profile_nano_id": "dVmJgGfLg9Fcx"}', NULL, '2023-10-17 18:47:53.469812+00', '2023-10-17 18:47:53.747415+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '2aa8890e-86ee-450a-b0f6-76b3922310f3', 'authenticated', 'authenticated', 'bob_prckq@email.com', '$2a$10$Nbg3a7POCUc9l4On7oY/fOCNNhLf2xhy4p2XzvYF3tRZ76lPGqH06', '2023-10-17 18:51:41.806904+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:51:41.840862+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_prckq", "typecell_profile_nano_id": "dNXmFPsM9EDs2"}', NULL, '2023-10-17 18:51:41.803762+00', '2023-10-17 18:51:42.02184+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '14f578f2-1077-4d46-80d7-810155d89bc3', 'authenticated', 'authenticated', 'alice_kccjp@email.com', '$2a$10$4KMOh89IlT2Oj9v/zRyNxue9M6042uPJDcYOdYTTF/LadKddVZzzG', '2023-10-17 18:50:47.600787+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:50:47.60376+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_kccjp", "typecell_profile_nano_id": "deUunqhrJf3mM"}', NULL, '2023-10-17 18:50:47.597559+00', '2023-10-17 18:50:47.767418+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'ab848897-5a42-4331-b448-0a799a0c4da3', 'authenticated', 'authenticated', 'alice_jtmep@email.com', '$2a$10$/.R75TBsQreCFu4AYdy3HuTYIT.T2W/cei8gqyljlLPp3fvWXWt9e', '2023-10-17 18:50:40.726527+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:50:40.75336+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_jtmep", "typecell_profile_nano_id": "dDcRsGum9vqax"}', NULL, '2023-10-17 18:50:40.72405+00', '2023-10-17 18:50:40.916022+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '3bbe3401-63c5-417a-96a4-2aebfedfc26e', 'authenticated', 'authenticated', 'alice_zmqjz@email.com', '$2a$10$HXeU/RbGqqMdf92MoD83TeI4SFDQOBwEUTYnvYGZvWXYvl021QIaO', '2023-10-17 18:51:41.427687+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:51:41.456677+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_zmqjz", "typecell_profile_nano_id": "dkFktM5rzNygF"}', NULL, '2023-10-17 18:51:41.424494+00', '2023-10-17 18:51:41.541963+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '678535ca-a9ab-49d0-a572-d4327ec65853', 'authenticated', 'authenticated', 'bob_jypnl@email.com', '$2a$10$ehYQlEwWLKB5KiJIMmEv6u4wJLMT7NRb3YGzJ0.AtW6Y0sYDlS/RC', '2023-10-17 19:04:10.927975+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:10.964439+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_jypnl", "typecell_profile_nano_id": "dmjPLCPjdCXBW"}', NULL, '2023-10-17 19:04:10.924287+00', '2023-10-17 19:04:11.038342+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '23210227-b04e-466e-8fa0-ec7470f0b547', 'authenticated', 'authenticated', 'alice_jhinn@email.com', '$2a$10$VL9SNmfwh72PvLofurs4B.lo3f6TEaKZE7WMHkPgzwprHjVFH5BsO', '2023-10-17 19:04:12.531742+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:12.555223+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_jhinn", "typecell_profile_nano_id": "dvzDXqRUzTaGv"}', NULL, '2023-10-17 19:04:12.528699+00', '2023-10-17 19:04:12.783922+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '55ff640a-c130-4851-b117-ccee0cabf494', 'authenticated', 'authenticated', 'bob_jobit@email.com', '$2a$10$fXq6uELopMPiPJVi4krQluVlmo3oeT79zIKTsMblE5Yv8z4ZUDBgu', '2023-10-17 19:04:13.086667+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:13.124999+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_jobit", "typecell_profile_nano_id": "dVRaKU5TspaMM"}', NULL, '2023-10-17 19:04:13.083506+00', '2023-10-17 19:04:13.325288+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '885429c3-130f-4301-926e-ac0d499f455b', 'authenticated', 'authenticated', 'alice_vrbkg@email.com', '$2a$10$Jull/qyvzRfHrQGoZLSdXu4iD4zCy1h5rUXFuW7UL9rbiAwhh1s6G', '2023-10-17 19:04:17.436397+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:17.441418+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_vrbkg", "typecell_profile_nano_id": "dCMHhBHUsm5HX"}', NULL, '2023-10-17 19:04:17.432761+00', '2023-10-17 19:04:17.642501+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'cac2b89c-3444-4d54-87d1-6a8926d0adc5', 'authenticated', 'authenticated', 'bob_bknkr@email.com', '$2a$10$6URSMam7ytfLjhwZHr7QxeX/ZuuUhRvR9bL9jA72eZAh6PrBoyodS', '2023-10-17 18:07:52.859911+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:52.862674+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:52.856396+00', '2023-10-17 18:07:52.866932+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '3aee2041-7f05-4fbc-82d1-efab1f19623f', 'authenticated', 'authenticated', 'alice_sdyxa@email.com', '$2a$10$tlY9mRxlivbqs/AnUedRG.HSO.p1giKNd/rvUIYxr5z2y01oLMewy', '2023-10-17 18:07:52.702861+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:52.704709+00', '{"provider": "email", "providers": ["email"]}', '{"customValue": 24}', NULL, '2023-10-17 18:07:52.698062+00', '2023-10-17 18:07:52.875467+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '599e1862-83d4-4e03-8615-98c27519841f', 'authenticated', 'authenticated', 'alice_odiuy@email.com', '$2a$10$h29KIkCWexx3dfu7LjM1PeU0UjRwc2Vycsv4Bcs9H0kBrAhbv78oW', '2023-10-17 18:07:37.738725+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:07:37.74115+00', '{"provider": "email", "providers": ["email"]}', '{}', NULL, '2023-10-17 18:07:37.723834+00', '2023-10-17 18:07:37.742938+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '45b1dd13-6b2a-46a8-8245-a9131c992845', 'authenticated', 'authenticated', 'alice_jszem@email.com', '$2a$10$BlM.oggSTrnLvi..jDIA8.7.8/C1230dvVvxX.6bjyOydt84M/Vry', '2023-10-17 18:47:47.241264+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:47.272874+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_jszem", "typecell_profile_nano_id": "dedAbv3jK2RH4"}', NULL, '2023-10-17 18:47:47.237269+00', '2023-10-17 18:47:47.505802+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '822ba5ba-62c7-477e-9c39-3c5e1fe339ce', 'authenticated', 'authenticated', 'bob_szvnu@email.com', '$2a$10$uSC5TgglFPeksfFswvFYoe6Kjco0T/BNqoEvlWpuuiM0mgomTH50e', '2023-10-17 18:47:42.269259+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:42.270654+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_szvnu", "typecell_profile_nano_id": "dbtWEwD3neyYG"}', NULL, '2023-10-17 18:47:42.266642+00', '2023-10-17 18:47:42.465013+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a', 'authenticated', 'authenticated', 'bob_ujxci@email.com', '$2a$10$EjN4JF05/QCrTuQfE3z9K.mH/AuUsL6bNq1ahiWUeen69mhTLVOpe', '2023-10-17 18:46:35.357904+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:46:35.365653+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_ujxci", "typecell_profile_nano_id": "dJMvVX93FYz31"}', NULL, '2023-10-17 18:46:35.354657+00', '2023-10-17 18:46:35.582463+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '79dc6a98-5f5f-43af-ac1f-b4c5f30aea61', 'authenticated', 'authenticated', 'alice_lpado@email.com', '$2a$10$.pqWtmd2jG/X8eSbZmWaqOVT/OysRFXgALdvlfvdcEmxt/.Thkxg2', '2023-10-17 18:46:32.8145+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:46:32.840537+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_lpado", "typecell_profile_nano_id": "dhaVgHg6yGQzW"}', NULL, '2023-10-17 18:46:32.811389+00', '2023-10-17 18:46:32.949806+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'dffbaf58-5836-42b5-8a45-6150d23cc43c', 'authenticated', 'authenticated', 'alice_snssv@email.com', '$2a$10$4S8WpZtoXPi4VyndB2REdevZJ66VKnxi.L3T2lcZfk5BN.AI39QHa', '2023-10-17 18:47:40.046131+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:40.082148+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_snssv", "typecell_profile_nano_id": "drWQ6fbZ2STJx"}', NULL, '2023-10-17 18:47:40.042016+00', '2023-10-17 18:47:40.292113+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '82b70c7c-6694-4834-998f-5a036d5fa468', 'authenticated', 'authenticated', 'bob_hfdtn@email.com', '$2a$10$ocKlq3OB2GIOWn2oIt7F.eX421SK7mRZdLn9dObHtH/RarCCAaVHe', '2023-10-17 18:46:33.21662+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:46:33.251246+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_hfdtn", "typecell_profile_nano_id": "duWk5eBqJZw6j"}', NULL, '2023-10-17 18:46:33.213289+00', '2023-10-17 18:46:33.393569+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'd02b3cff-b526-4a40-966b-4585acb2664d', 'authenticated', 'authenticated', 'alice_oumdk@email.com', '$2a$10$6TF4N.7snRdSNGBjP/JgaOdYHe/F.QIJgJdvaCrCGciwjaTHgmT8.', '2023-10-17 18:46:43.169668+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:46:43.185629+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_oumdk", "typecell_profile_nano_id": "dZHCbTT1yT21q"}', NULL, '2023-10-17 18:46:43.166428+00', '2023-10-17 18:46:43.406583+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '6f245369-254a-4e8d-8bbc-e78ecff5412c', 'authenticated', 'authenticated', 'alice_nuegq@email.com', '$2a$10$H5SOQR3O1w6w8tfuhORtGukq2Kv4GQ.ToXTsr45brBc32pAnoNXpy', '2023-10-17 18:47:41.822642+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:41.847203+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_nuegq", "typecell_profile_nano_id": "dJgPKpnUjsuRa"}', NULL, '2023-10-17 18:47:41.819369+00', '2023-10-17 18:47:42.018653+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'ad0b4133-fc25-4243-bdfd-88150902e41b', 'authenticated', 'authenticated', 'alice_rmwmy@email.com', '$2a$10$IFbS96qeBpzXpoD0vAtZWem2e6QJGK2Go2ji48atiarRFzVedvnwO', '2023-10-17 18:46:34.882837+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:46:34.902516+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_rmwmy", "typecell_profile_nano_id": "dmFH9dST8Bpkd"}', NULL, '2023-10-17 18:46:34.879346+00', '2023-10-17 18:46:35.093435+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'b5a96176-148d-43ec-9d5d-ea7ab65dde41', 'authenticated', 'authenticated', 'bob_lfmsj@email.com', '$2a$10$..T6hWoZ40ToCLVO9/h4Yekp.9LWCqFg/L70a.lK61ryzNl9RqJuq', '2023-10-17 18:46:43.849589+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:46:43.879508+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_lfmsj", "typecell_profile_nano_id": "dYBrbP8G6dCE8"}', NULL, '2023-10-17 18:46:43.843612+00', '2023-10-17 18:46:43.980612+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '460416b6-9ba6-4c40-b460-b06d87cc7612', 'authenticated', 'authenticated', 'bob_aynmf@email.com', '$2a$10$nyHETeDwG25tqlGLBHXxyewc8vkp2dM3dcDWW.W5npnzwRk9xuq7q', '2023-10-17 18:47:40.61573+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:40.64561+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_aynmf", "typecell_profile_nano_id": "dbT4q1qyxe65Q"}', NULL, '2023-10-17 18:47:40.611518+00', '2023-10-17 18:47:40.750918+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'ffb51cee-dc05-43a7-9c7d-10f4ae85483a', 'authenticated', 'authenticated', 'bob_odmmb@email.com', '$2a$10$WtdZWWiLEA0rYhBTMWgzIOf5h3u2HnHj3U98DMOZHVaLX6AWn.34a', '2023-10-17 18:47:47.803496+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:47.831328+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_odmmb", "typecell_profile_nano_id": "dJS2zcTEaVbWv"}', NULL, '2023-10-17 18:47:47.800751+00', '2023-10-17 18:47:47.916763+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'a3308bac-4b8b-4ff5-9241-cd327841bbde', 'authenticated', 'authenticated', 'alice_xrixh@email.com', '$2a$10$1xLEvtBwVLUlGoShzjK41.STG47/F8wUAxA316TEMfBub2jda8/ES', '2023-10-17 18:47:48.959127+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:48.989402+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_xrixh", "typecell_profile_nano_id": "dkSv7JBTdf9sV"}', NULL, '2023-10-17 18:47:48.956411+00', '2023-10-17 18:47:49.095266+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '4ff4a4e0-9eae-49f6-9cd1-d92b68456932', 'authenticated', 'authenticated', 'bob_aafzt@email.com', '$2a$10$gd8meVqEtenSvG6JFoqEwuWX2U3oNZTBjyqRslUGampa1t7e.ur82', '2023-10-17 18:47:49.377756+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 18:47:49.380501+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_aafzt", "typecell_profile_nano_id": "dTCJuv84GjbW2"}', NULL, '2023-10-17 18:47:49.375284+00', '2023-10-17 18:47:49.533799+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '183f77c9-03cf-426a-9d65-2aadd097794b', 'authenticated', 'authenticated', 'alice_grmig@email.com', '$2a$10$CJbmJ7GLVv/Tw2QiYaZFp.ZkZm.KwkYJFH3S2aseaiacrOf2S.N3K', '2023-10-17 19:04:29.523763+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:29.557082+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_grmig", "typecell_profile_nano_id": "dXxawSTsJtkjt"}', NULL, '2023-10-17 19:04:29.51983+00', '2023-10-17 19:04:29.652716+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'ae4278af-aa9f-4058-b3b6-b583ed0ea93c', 'authenticated', 'authenticated', 'alice_wgxbp@email.com', '$2a$10$rJD17rttPp4A.yUn8bbfFeRHXKFkDitG7..9pdsbvMk0o0qYl5Dy2', '2023-10-17 19:04:50.987389+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:51.01635+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_wgxbp", "typecell_profile_nano_id": "de1MsDbbmfHC3"}', NULL, '2023-10-17 19:04:50.984651+00', '2023-10-17 19:04:51.242678+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'e15be323-a3b5-432a-811b-b257c1c7ad40', 'authenticated', 'authenticated', 'bob_tkcpw@email.com', '$2a$10$rjYd/Nnx9SUCEHoFNnuFJu4viKjqYH0wNQCFk7hHycqr.bE3F9uTO', '2023-10-17 19:04:40.952484+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:40.975588+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_tkcpw", "typecell_profile_nano_id": "dPYPdqJFL7DH3"}', NULL, '2023-10-17 19:04:40.949698+00', '2023-10-17 19:04:41.052+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '19e6a036-19b4-4575-96a3-c94583531aa7', 'authenticated', 'authenticated', 'bob_uryda@email.com', '$2a$10$6KRzyO5EQga4iWhlZbfmLuIHPWt422fm6KuRdpCp8cT.6MJYF239G', '2023-10-17 19:04:29.932031+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:29.934213+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_uryda", "typecell_profile_nano_id": "dAc1zbGGAsReD"}', NULL, '2023-10-17 19:04:29.928574+00', '2023-10-17 19:04:30.092312+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'cd65cf1c-0c2c-46c2-8b7a-224aad438d47', 'authenticated', 'authenticated', 'alice_hhlhb@email.com', '$2a$10$JDq46KcJPUo2zppyFvWtMOnRl6SVYwfCq6HqGnx9bTLRnpszGVX82', '2023-10-17 19:04:33.043698+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:33.047321+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_hhlhb", "typecell_profile_nano_id": "dqgfRxa6KJyUB"}', NULL, '2023-10-17 19:04:33.041121+00', '2023-10-17 19:04:33.238883+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '382495b9-b50b-4c28-aea5-89ecca805b8b', 'authenticated', 'authenticated', 'bob_hheai@email.com', '$2a$10$U6cfh61vI1WhSTG8IPK50eDpfR4GVRT6C2A38LdfatuL/Pnt9qTXm', '2023-10-17 19:05:07.792913+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:05:07.827987+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_hheai", "typecell_profile_nano_id": "dquKRGtyHDrxS"}', NULL, '2023-10-17 19:05:07.790335+00', '2023-10-17 19:05:07.910371+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '9109da68-36a4-4539-856a-ecb20684e391', 'authenticated', 'authenticated', 'alice_dqvbs@email.com', '$2a$10$rsAzIu2aZYxneIe10lmM.em4vvOhTSSlGMJnPvdpLF4JDtJAFALD6', '2023-10-17 19:04:48.856088+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:48.859395+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_dqvbs", "typecell_profile_nano_id": "dcKhFyZtGUD6p"}', NULL, '2023-10-17 19:04:48.852269+00', '2023-10-17 19:04:49.067445+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '87446f40-b68c-407e-9553-6466762a1cbc', 'authenticated', 'authenticated', 'bob_koeyq@email.com', '$2a$10$4yvDDX5rfSZ.w1xBT8eKPudCKvPVcIyC0QuxIG695BJBtuLwKcplq', '2023-10-17 19:04:33.473968+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:33.506806+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_koeyq", "typecell_profile_nano_id": "dRsgMgEzcYm59"}', NULL, '2023-10-17 19:04:33.470742+00', '2023-10-17 19:04:33.591369+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '48580f87-70da-491a-aa80-4454fd99026e', 'authenticated', 'authenticated', 'bob_xrzmf@email.com', '$2a$10$a7xmesDSfRxD/2wFg/kmM.xW8bronEB.r.6GcU0idcytD.rCOkTT6', '2023-10-17 19:04:51.545764+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:51.547036+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_xrzmf", "typecell_profile_nano_id": "dG2YbdXbdJkbt"}', NULL, '2023-10-17 19:04:51.543434+00', '2023-10-17 19:04:51.731719+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '0774e324-0760-411b-bd62-03c6c4f664d8', 'authenticated', 'authenticated', 'alice_jpcev@email.com', '$2a$10$6HvaRVIXLZlpATVEX3aMKOSHKev3bksexLamlnG1pnIFtyz/VULZK', '2023-10-17 19:04:40.375726+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:40.413236+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_jpcev", "typecell_profile_nano_id": "dq8zGCkVrWNWq"}', NULL, '2023-10-17 19:04:40.372727+00', '2023-10-17 19:04:40.632351+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '01c0741c-748c-45e9-8576-75488ee7c69d', 'authenticated', 'authenticated', 'bob_ptgva@email.com', '$2a$10$zuEV0Cy7f9HJ5ijmCSkdoeQY7Wmo/cPexGwiN1q.UWh.6i.Qz152C', '2023-10-17 19:04:49.374545+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:49.405016+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_ptgva", "typecell_profile_nano_id": "dQPefpeCvzhHg"}', NULL, '2023-10-17 19:04:49.371983+00', '2023-10-17 19:04:49.504868+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'bd2a14bd-328b-481a-94e5-70a0eec70f03', 'authenticated', 'authenticated', 'alice_vvwbp@email.com', '$2a$10$b/08h7sI3ZRzGqs1GsHHQODr.K3FjghxwhOKqo9jqyFx3ZqFmie96', '2023-10-17 19:05:07.242291+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:05:07.244445+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_vvwbp", "typecell_profile_nano_id": "ddfdD7RX6z7u3"}', NULL, '2023-10-17 19:05:07.236797+00', '2023-10-17 19:05:07.466818+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '65dc68e4-1e03-42ce-8e8c-6499d10b26cd', 'authenticated', 'authenticated', 'alice_ntmiw@email.com', '$2a$10$3F7dgxfeLuyRZlWv4oHZI.Wc6Nm0h0U4X5Xh.wGZBCQX2TiG.onXS', '2023-10-17 19:04:34.744443+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:34.768908+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_ntmiw", "typecell_profile_nano_id": "deRckzr6fjUef"}', NULL, '2023-10-17 19:04:34.741401+00', '2023-10-17 19:04:34.931021+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'b4594680-fc1e-47dd-ad1d-a1191c517762', 'authenticated', 'authenticated', 'alice_hoajw@email.com', '$2a$10$pBXkEe4ZNpw9CGpNzZoCSebZer4bmrGNaAAAEk5BKSXV2y54Kfnyy', '2023-10-17 19:05:09.347521+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:05:09.353022+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_hoajw", "typecell_profile_nano_id": "dwj8r2Gh2AVtf"}', NULL, '2023-10-17 19:05:09.345141+00', '2023-10-17 19:05:09.629421+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '360964c0-338d-46f7-83ed-4d188cd5a8c6', 'authenticated', 'authenticated', 'bob_hrbrm@email.com', '$2a$10$/BjXb0kAOejvCG1H.mj4F.FvY3O2ItcQFEcf2.FSoO7iwJt2WoLJ2', '2023-10-17 19:04:58.677101+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:58.7091+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_hrbrm", "typecell_profile_nano_id": "dBnJpF6pV5sWX"}', NULL, '2023-10-17 19:04:58.674302+00', '2023-10-17 19:04:58.792691+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '7009e4ed-d840-472d-81ad-cebd9ad715e8', 'authenticated', 'authenticated', 'bob_urofq@email.com', '$2a$10$coiUvq74W/SPbJonupADme4LjwLKhWt.WUOYSKxcgJKtzamL7Aqke', '2023-10-17 19:04:35.231987+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:35.261601+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_urofq", "typecell_profile_nano_id": "dj3XjDStHwYLG"}', NULL, '2023-10-17 19:04:35.229154+00', '2023-10-17 19:04:35.413307+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '53bb3616-1255-4212-8dcb-bc19d4f8c0ff', 'authenticated', 'authenticated', 'alice_hzkzb@email.com', '$2a$10$BjpVii3vA.OW5ctUxCI.m.7ngNRAMzq/L434tFMkniVifjbm06xde', '2023-10-17 19:04:42.545063+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:42.572646+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_hzkzb", "typecell_profile_nano_id": "dMA7UPNTdAq6p"}', NULL, '2023-10-17 19:04:42.540769+00', '2023-10-17 19:04:42.830941+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '35dd8067-9414-4d1d-83f6-1f5f6f4ef2bc', 'authenticated', 'authenticated', 'bob_dfmtp@email.com', '$2a$10$MAPDVh28rvIHAxP2ktDO7OtoNL3.DiENj3.Bn982MLLt.U8v19Qh.', '2023-10-17 19:05:15.793477+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:05:15.795552+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_dfmtp", "typecell_profile_nano_id": "dtNCMjZc1jwuM"}', NULL, '2023-10-17 19:05:15.79079+00', '2023-10-17 19:05:15.882622+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'f3dfdb7e-7ea5-40b6-8b32-54059f100307', 'authenticated', 'authenticated', 'alice_cnjcx@email.com', '$2a$10$HG0EofQqasic6CN.A3IqNun0yKTiIDMZrzVI14uwP4cF5kPiVqh.K', '2023-10-17 19:05:00.257062+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:05:00.286188+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_cnjcx", "typecell_profile_nano_id": "dh5B4sgZJFKZ6"}', NULL, '2023-10-17 19:05:00.254515+00', '2023-10-17 19:05:00.531444+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '44793729-c7d0-434f-8d2b-d81d1f505586', 'authenticated', 'authenticated', 'bob_jufat@email.com', '$2a$10$aFHoKc4U.Q7g7oXnCx0ds.AF1FTw.QAeKeuDxNPBfbJsqA4OvDCvq', '2023-10-17 19:04:43.255926+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:43.284135+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_jufat", "typecell_profile_nano_id": "dxQThqt8YKRza"}', NULL, '2023-10-17 19:04:43.252078+00', '2023-10-17 19:04:43.387698+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'c73f4fb4-1c99-45a8-84dd-9055348d4782', 'authenticated', 'authenticated', 'bob_cphjf@email.com', '$2a$10$vlJzSm4qRttULZipyBuzM.g20gX.jMBUzHBMsXeD9k8Ppu0vljeVq', '2023-10-17 19:05:10.00641+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:05:10.034252+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_cphjf", "typecell_profile_nano_id": "dCeupzAdTvaam"}', NULL, '2023-10-17 19:05:10.004134+00', '2023-10-17 19:05:10.153032+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc', 'authenticated', 'authenticated', 'alice_ojgea@email.com', '$2a$10$YbEl7dzVIlNn3lB6YTulWuS9gAZbItDxrAvHf.3k.pbrJ3DkJhKzi', '2023-10-17 19:04:58.067933+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:04:58.103146+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_ojgea", "typecell_profile_nano_id": "dGmEcZyJhmxyX"}', NULL, '2023-10-17 19:04:58.064499+00', '2023-10-17 19:04:58.323028+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '739fae7f-34a1-4c9d-a301-d9088d7e5efa', 'authenticated', 'authenticated', 'bob_pivhy@email.com', '$2a$10$6W9S3A3Em3uWtNpxpFDdtO2edQNnqTz1izT33HGwIgEXSccG75iX2', '2023-10-17 19:05:00.799841+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:05:00.834547+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_pivhy", "typecell_profile_nano_id": "dwW3QC6hTfN6n"}', NULL, '2023-10-17 19:05:00.79704+00', '2023-10-17 19:05:00.989273+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', 'dd8d58cb-1409-492e-8255-357acf30283b', 'authenticated', 'authenticated', 'alice_fpvmn@email.com', '$2a$10$6YY9HT0QK0Z34KVFKX3woO/rSgV99yjMP8Gn5781wQnoGNHv/oWum', '2023-10-17 19:05:15.272217+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:05:15.27397+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_fpvmn", "typecell_profile_nano_id": "dknu8s71xcfaW"}', NULL, '2023-10-17 19:05:15.269279+00', '2023-10-17 19:05:15.49592+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '61db0cb6-e98b-49df-9075-1672903f3ec6', 'authenticated', 'authenticated', 'alice_mseaq@email.com', '$2a$10$MzocGw69DSIN82VYFUcrwekMKvVsHK83ssVyE2dbjWin7p.fk4Qve', '2023-10-17 19:05:17.095641+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:05:17.122723+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "alice_mseaq", "typecell_profile_nano_id": "drdAEz5tpZ6Yy"}', NULL, '2023-10-17 19:05:17.091929+00', '2023-10-17 19:05:17.287146+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '7b5e41a9-103c-47b6-97cb-78e1d7722688', 'authenticated', 'authenticated', 'bob_rrkwe@email.com', '$2a$10$/XjOhweaPKnIMIR2PUkjBukt3MvCGwn4sbZkexqC5dY2LmoJxLLVK', '2023-10-17 19:05:17.544923+00', NULL, '', NULL, '', NULL, '', '', NULL, '2023-10-17 19:05:17.549923+00', '{"provider": "email", "providers": ["email"]}', '{"typecell_username": "bob_rrkwe", "typecell_profile_nano_id": "dFwFWCdqFmqXz"}', NULL, '2023-10-17 19:05:17.541541+00', '2023-10-17 19:05:17.745839+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL), + ('00000000-0000-0000-0000-000000000000', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', 'authenticated', 'authenticated', 'yousefdardiry@gmail.com', '$2a$10$wk3fFGomDZbPr6VrVEDymu8tXX07/BBOahXULem1qU5JJRW6v9xry', '2023-09-06 11:21:45.017018+00', NULL, '', NULL, '', '2023-09-24 15:10:45.075196+00', '', '', NULL, '2023-10-18 09:54:43.874131+00', '{"provider": "google", "providers": ["github", "google"]}', '{"iss": "https://accounts.google.com", "sub": "117056943803145143255", "name": "Yousef El-Dardiry", "email": "yousefdardiry@gmail.com", "picture": "https://lh3.googleusercontent.com/a/ACg8ocLuAO1Gi4OO4lIwB0fi0j-uRJY7viI_FcsDwW_uRCfaiS4d=s96-c", "full_name": "Yousef El-Dardiry", "avatar_url": "https://lh3.googleusercontent.com/a/ACg8ocLuAO1Gi4OO4lIwB0fi0j-uRJY7viI_FcsDwW_uRCfaiS4d=s96-c", "provider_id": "117056943803145143255", "email_verified": true, "typecell_username": "tester", "typecell_profile_nano_id": "dzd1NbfabWWyW"}', NULL, '2023-09-06 11:21:45.007921+00', '2023-10-18 11:31:18.643256+00', NULL, NULL, '', '', NULL, '', 0, NULL, '', NULL, false, NULL); + + +-- +-- Data for Name: identities; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + +INSERT INTO "auth"."identities" ("id", "user_id", "identity_data", "provider", "last_sign_in_at", "created_at", "updated_at") VALUES + ('881e36a9-4db8-43bd-a84b-96e8e65b0e06', '881e36a9-4db8-43bd-a84b-96e8e65b0e06', '{"sub": "881e36a9-4db8-43bd-a84b-96e8e65b0e06", "email": "alice_krvhr@email.com"}', 'email', '2023-09-26 08:46:07.378837+00', '2023-09-26 08:46:07.378859+00', '2023-09-26 08:46:07.378859+00'), + ('5aa5b8e4-6908-460e-899d-4835c10cbf0b', '5aa5b8e4-6908-460e-899d-4835c10cbf0b', '{"sub": "5aa5b8e4-6908-460e-899d-4835c10cbf0b", "email": "alice_ndsjj@email.com"}', 'email', '2023-09-26 08:46:14.821813+00', '2023-09-26 08:46:14.821826+00', '2023-09-26 08:46:14.821826+00'), + ('368857', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '{"iss": "https://api.github.com", "sub": "368857", "name": "Yousef", "email": "yousefdardiry@gmail.com", "full_name": "Yousef", "user_name": "YousefED", "avatar_url": "https://avatars.githubusercontent.com/u/368857?v=4", "provider_id": "368857", "email_verified": true, "preferred_username": "YousefED"}', 'github', '2023-09-21 08:05:41.582592+00', '2023-09-21 08:05:41.583052+00', '2023-09-21 08:05:41.583052+00'), + ('8db53086-46b9-4f46-be8a-a81df3cbdb33', '8db53086-46b9-4f46-be8a-a81df3cbdb33', '{"sub": "8db53086-46b9-4f46-be8a-a81df3cbdb33", "email": "yousefdardiry+3333@gmail.com"}', 'email', '2023-09-21 09:56:28.910283+00', '2023-09-21 09:56:28.9103+00', '2023-09-21 09:56:28.9103+00'), + ('d349ee4a-ee4f-4af0-9f4b-b4963b6b4c16', 'd349ee4a-ee4f-4af0-9f4b-b4963b6b4c16', '{"sub": "d349ee4a-ee4f-4af0-9f4b-b4963b6b4c16", "email": "alice_uufzv@email.com"}', 'email', '2023-09-26 08:46:14.82864+00', '2023-09-26 08:46:14.828681+00', '2023-09-26 08:46:14.828681+00'), + ('c98c8ca4-fa92-4fb9-a2f5-10e7956abaa5', 'c98c8ca4-fa92-4fb9-a2f5-10e7956abaa5', '{"sub": "c98c8ca4-fa92-4fb9-a2f5-10e7956abaa5", "email": "alice_azrou@email.com"}', 'email', '2023-09-26 08:46:14.857265+00', '2023-09-26 08:46:14.857281+00', '2023-09-26 08:46:14.857281+00'), + ('bc8d107f-158f-48e8-93e0-c4ea82e8df89', 'bc8d107f-158f-48e8-93e0-c4ea82e8df89', '{"sub": "bc8d107f-158f-48e8-93e0-c4ea82e8df89", "email": "alice_qwzmj@email.com"}', 'email', '2023-09-26 08:46:14.865256+00', '2023-09-26 08:46:14.865273+00', '2023-09-26 08:46:14.865273+00'), + ('08badb10-e884-49fd-af73-25cedc7c54d3', '08badb10-e884-49fd-af73-25cedc7c54d3', '{"sub": "08badb10-e884-49fd-af73-25cedc7c54d3", "email": "alice_opybj@email.com"}', 'email', '2023-09-26 08:46:14.880473+00', '2023-09-26 08:46:14.880571+00', '2023-09-26 08:46:14.880571+00'), + ('0d2afc36-0145-4d67-80b1-6ddf68df49d7', '0d2afc36-0145-4d67-80b1-6ddf68df49d7', '{"sub": "0d2afc36-0145-4d67-80b1-6ddf68df49d7", "email": "bob_wtxxr@email.com"}', 'email', '2023-09-26 08:46:14.930244+00', '2023-09-26 08:46:14.930259+00', '2023-09-26 08:46:14.930259+00'), + ('85df9c51-0006-42e0-a8c7-97cfd69ad912', '85df9c51-0006-42e0-a8c7-97cfd69ad912', '{"sub": "85df9c51-0006-42e0-a8c7-97cfd69ad912", "email": "yousefdardiry+99911@gmail.com"}', 'email', '2023-09-25 10:48:56.640555+00', '2023-09-25 10:48:56.64057+00', '2023-09-25 10:48:56.64057+00'), + ('3e63f0ac-401b-486c-bfeb-6c3392be9d44', '3e63f0ac-401b-486c-bfeb-6c3392be9d44', '{"sub": "3e63f0ac-401b-486c-bfeb-6c3392be9d44", "email": "yousefdardiry+11999@gmail.com"}', 'email', '2023-09-25 10:51:36.306501+00', '2023-09-25 10:51:36.30652+00', '2023-09-25 10:51:36.30652+00'), + ('326d442b-cf5f-4978-a963-27022a3d79b4', '326d442b-cf5f-4978-a963-27022a3d79b4', '{"sub": "326d442b-cf5f-4978-a963-27022a3d79b4", "email": "yousefdardiry+hello999@gmail.com"}', 'email', '2023-09-25 11:44:52.637238+00', '2023-09-25 11:44:52.637255+00', '2023-09-25 11:44:52.637255+00'), + ('1be57fd2-9cfb-49c7-a1ad-b829baf9e771', '1be57fd2-9cfb-49c7-a1ad-b829baf9e771', '{"sub": "1be57fd2-9cfb-49c7-a1ad-b829baf9e771", "email": "bob_dosbl@email.com"}', 'email', '2023-09-26 08:46:14.948023+00', '2023-09-26 08:46:14.948038+00', '2023-09-26 08:46:14.948038+00'), + ('792f56ae-0ef7-40f3-9367-44cd9d88c8e8', '792f56ae-0ef7-40f3-9367-44cd9d88c8e8', '{"sub": "792f56ae-0ef7-40f3-9367-44cd9d88c8e8", "email": "bob_jlwfp@email.com"}', 'email', '2023-09-26 08:59:10.1634+00', '2023-09-26 08:59:10.163415+00', '2023-09-26 08:59:10.163415+00'), + ('47779733-97f9-4e44-bc90-420c1bfe164b', '47779733-97f9-4e44-bc90-420c1bfe164b', '{"sub": "47779733-97f9-4e44-bc90-420c1bfe164b", "email": "bob_zfvqb@email.com"}', 'email', '2023-09-26 08:46:14.981937+00', '2023-09-26 08:46:14.981953+00', '2023-09-26 08:46:14.981953+00'), + ('fba8eae4-86e1-439c-b54b-25bf49da2492', 'fba8eae4-86e1-439c-b54b-25bf49da2492', '{"sub": "fba8eae4-86e1-439c-b54b-25bf49da2492", "email": "bob_iogha@email.com"}', 'email', '2023-09-26 08:46:14.983103+00', '2023-09-26 08:46:14.983116+00', '2023-09-26 08:46:14.983116+00'), + ('9f182853-7db3-4461-a95d-deca56c5a631', '9f182853-7db3-4461-a95d-deca56c5a631', '{"sub": "9f182853-7db3-4461-a95d-deca56c5a631", "email": "user2-1695717974893@emailasdf.com"}', 'email', '2023-09-26 08:46:14.992601+00', '2023-09-26 08:46:14.992625+00', '2023-09-26 08:46:14.992625+00'), + ('96f0d8e3-95ed-480a-a504-c7610993aaa1', '96f0d8e3-95ed-480a-a504-c7610993aaa1', '{"sub": "96f0d8e3-95ed-480a-a504-c7610993aaa1", "email": "alice_bofft@email.com"}', 'email', '2023-09-26 08:50:27.609847+00', '2023-09-26 08:50:27.609869+00', '2023-09-26 08:50:27.609869+00'), + ('2ba3dc3d-3cf0-444f-a024-279f7946ea72', '2ba3dc3d-3cf0-444f-a024-279f7946ea72', '{"sub": "2ba3dc3d-3cf0-444f-a024-279f7946ea72", "email": "alice_vpuvv@email.com"}', 'email', '2023-09-26 08:50:35.0199+00', '2023-09-26 08:50:35.019921+00', '2023-09-26 08:50:35.019921+00'), + ('06d2eff9-06de-4f3f-b3a2-8a83a5943b42', '06d2eff9-06de-4f3f-b3a2-8a83a5943b42', '{"sub": "06d2eff9-06de-4f3f-b3a2-8a83a5943b42", "email": "alice_jkxtn@email.com"}', 'email', '2023-09-26 08:50:35.020817+00', '2023-09-26 08:50:35.020831+00', '2023-09-26 08:50:35.020831+00'), + ('d000d0ff-2fbc-46a6-a22d-c9583b3922fb', 'd000d0ff-2fbc-46a6-a22d-c9583b3922fb', '{"sub": "d000d0ff-2fbc-46a6-a22d-c9583b3922fb", "email": "alice_bvrib@email.com"}', 'email', '2023-09-26 08:50:35.021172+00', '2023-09-26 08:50:35.021188+00', '2023-09-26 08:50:35.021188+00'), + ('8fc590f2-3403-4b73-9871-06e793348366', '8fc590f2-3403-4b73-9871-06e793348366', '{"sub": "8fc590f2-3403-4b73-9871-06e793348366", "email": "alice_ogwcx@email.com"}', 'email', '2023-09-26 08:50:35.022705+00', '2023-09-26 08:50:35.022724+00', '2023-09-26 08:50:35.022724+00'), + ('4e468493-74c0-4589-abf7-5080b07a730c', '4e468493-74c0-4589-abf7-5080b07a730c', '{"sub": "4e468493-74c0-4589-abf7-5080b07a730c", "email": "alice_flowg@email.com"}', 'email', '2023-09-26 08:50:35.085964+00', '2023-09-26 08:50:35.085981+00', '2023-09-26 08:50:35.085981+00'), + ('19e082d9-1ee6-4adc-97a0-9330bfa45f04', '19e082d9-1ee6-4adc-97a0-9330bfa45f04', '{"sub": "19e082d9-1ee6-4adc-97a0-9330bfa45f04", "email": "bob_vbsmc@email.com"}', 'email', '2023-09-26 08:50:35.1226+00', '2023-09-26 08:50:35.122618+00', '2023-09-26 08:50:35.122618+00'), + ('c0081b7f-6160-451a-bc2a-de274e4660d6', 'c0081b7f-6160-451a-bc2a-de274e4660d6', '{"sub": "c0081b7f-6160-451a-bc2a-de274e4660d6", "email": "bob_ijljn@email.com"}', 'email', '2023-09-26 08:50:35.122863+00', '2023-09-26 08:50:35.122877+00', '2023-09-26 08:50:35.122877+00'), + ('c0a67054-47a6-4187-8587-71eb14d086da', 'c0a67054-47a6-4187-8587-71eb14d086da', '{"sub": "c0a67054-47a6-4187-8587-71eb14d086da", "email": "bob_rxqip@email.com"}', 'email', '2023-09-26 08:50:35.133008+00', '2023-09-26 08:50:35.133034+00', '2023-09-26 08:50:35.133034+00'), + ('ef3ec16b-df73-4cdb-8009-47fceca8aec3', 'ef3ec16b-df73-4cdb-8009-47fceca8aec3', '{"sub": "ef3ec16b-df73-4cdb-8009-47fceca8aec3", "email": "user2-1695718235043@emailasdf.com"}', 'email', '2023-09-26 08:50:35.14309+00', '2023-09-26 08:50:35.143112+00', '2023-09-26 08:50:35.143112+00'), + ('b9d5a236-768b-4bf2-8117-d0f01a58698b', 'b9d5a236-768b-4bf2-8117-d0f01a58698b', '{"sub": "b9d5a236-768b-4bf2-8117-d0f01a58698b", "email": "bob_vnrll@email.com"}', 'email', '2023-09-26 08:50:35.181787+00', '2023-09-26 08:50:35.181803+00', '2023-09-26 08:50:35.181803+00'), + ('1791a9e0-858a-4815-b4ee-a89ded0a2613', '1791a9e0-858a-4815-b4ee-a89ded0a2613', '{"sub": "1791a9e0-858a-4815-b4ee-a89ded0a2613", "email": "user2-1695718597524@emailasdf.com"}', 'email', '2023-09-26 08:56:37.601478+00', '2023-09-26 08:56:37.601501+00', '2023-09-26 08:56:37.601501+00'), + ('aa652fbb-8340-4fce-a668-d449cd5fe188', 'aa652fbb-8340-4fce-a668-d449cd5fe188', '{"sub": "aa652fbb-8340-4fce-a668-d449cd5fe188", "email": "alice_obwtg@email.com"}', 'email', '2023-09-26 08:59:09.607122+00', '2023-09-26 08:59:09.607137+00', '2023-09-26 08:59:09.607137+00'), + ('29589c5b-98d3-4ac7-9762-570f66c041ba', '29589c5b-98d3-4ac7-9762-570f66c041ba', '{"sub": "29589c5b-98d3-4ac7-9762-570f66c041ba", "email": "alice_jtxwq@email.com"}', 'email', '2023-09-26 08:59:11.346291+00', '2023-09-26 08:59:11.346306+00', '2023-09-26 08:59:11.346306+00'), + ('14b87377-58b7-45dc-9628-4e576387ab4f', '14b87377-58b7-45dc-9628-4e576387ab4f', '{"sub": "14b87377-58b7-45dc-9628-4e576387ab4f", "email": "bob_gxntp@email.com"}', 'email', '2023-09-26 08:59:11.747433+00', '2023-09-26 08:59:11.747446+00', '2023-09-26 08:59:11.747446+00'), + ('532258e3-6b30-4df9-975f-eef4216f0216', '532258e3-6b30-4df9-975f-eef4216f0216', '{"sub": "532258e3-6b30-4df9-975f-eef4216f0216", "email": "alice_gvzut@email.com"}', 'email', '2023-09-26 08:59:13.386233+00', '2023-09-26 08:59:13.38625+00', '2023-09-26 08:59:13.38625+00'), + ('dd444b22-db46-48be-b0fe-d8f77ef2d315', 'dd444b22-db46-48be-b0fe-d8f77ef2d315', '{"sub": "dd444b22-db46-48be-b0fe-d8f77ef2d315", "email": "bob_ogfxw@email.com"}', 'email', '2023-09-26 08:59:13.793721+00', '2023-09-26 08:59:13.793734+00', '2023-09-26 08:59:13.793734+00'), + ('aa171699-9a6b-479c-9436-6ac7163e9382', 'aa171699-9a6b-479c-9436-6ac7163e9382', '{"sub": "aa171699-9a6b-479c-9436-6ac7163e9382", "email": "alice_tslhy@email.com"}', 'email', '2023-09-26 08:59:15.454816+00', '2023-09-26 08:59:15.454832+00', '2023-09-26 08:59:15.454832+00'), + ('ce6a0ead-caac-4c2b-a46c-d8f7df146e75', 'ce6a0ead-caac-4c2b-a46c-d8f7df146e75', '{"sub": "ce6a0ead-caac-4c2b-a46c-d8f7df146e75", "email": "bob_evvhg@email.com"}', 'email', '2023-09-26 08:59:15.910483+00', '2023-09-26 08:59:15.910499+00', '2023-09-26 08:59:15.910499+00'), + ('8353e17b-eefb-4bca-a5e5-73a5a8dd84bd', '8353e17b-eefb-4bca-a5e5-73a5a8dd84bd', '{"sub": "8353e17b-eefb-4bca-a5e5-73a5a8dd84bd", "email": "testuser_duwlt@email.com"}', 'email', '2023-09-26 08:59:24.014197+00', '2023-09-26 08:59:24.014214+00', '2023-09-26 08:59:24.014214+00'), + ('81e967e1-c3a4-4b1f-aa6c-1fca43564165', '81e967e1-c3a4-4b1f-aa6c-1fca43564165', '{"sub": "81e967e1-c3a4-4b1f-aa6c-1fca43564165", "email": "testuser_nebbo@email.com"}', 'email', '2023-09-26 08:59:24.680223+00', '2023-09-26 08:59:24.680398+00', '2023-09-26 08:59:24.680398+00'), + ('865c376f-7029-4f91-a3e8-aca3c8035d66', '865c376f-7029-4f91-a3e8-aca3c8035d66', '{"sub": "865c376f-7029-4f91-a3e8-aca3c8035d66", "email": "testuser_wcrsn@email.com"}', 'email', '2023-09-26 08:59:25.346552+00', '2023-09-26 08:59:25.346565+00', '2023-09-26 08:59:25.346565+00'), + ('59cd92c7-f8e2-4470-991a-28306ee1deb9', '59cd92c7-f8e2-4470-991a-28306ee1deb9', '{"sub": "59cd92c7-f8e2-4470-991a-28306ee1deb9", "email": "testuser_zoino@email.com"}', 'email', '2023-09-26 08:59:25.963093+00', '2023-09-26 08:59:25.963107+00', '2023-09-26 08:59:25.963107+00'), + ('5d94273b-6bf5-416c-8be0-12be9199625b', '5d94273b-6bf5-416c-8be0-12be9199625b', '{"sub": "5d94273b-6bf5-416c-8be0-12be9199625b", "email": "testuser_iyrmo@email.com"}', 'email', '2023-09-26 08:59:27.550382+00', '2023-09-26 08:59:27.550397+00', '2023-09-26 08:59:27.550397+00'), + ('1186ee43-7f47-41d4-8b62-8b72ac1f1f20', '1186ee43-7f47-41d4-8b62-8b72ac1f1f20', '{"sub": "1186ee43-7f47-41d4-8b62-8b72ac1f1f20", "email": "alice_laqdi@email.com"}', 'email', '2023-09-26 08:59:31.227617+00', '2023-09-26 08:59:31.227632+00', '2023-09-26 08:59:31.227632+00'), + ('b5651056-9163-4ed8-80d6-7637f7264185', 'b5651056-9163-4ed8-80d6-7637f7264185', '{"sub": "b5651056-9163-4ed8-80d6-7637f7264185", "email": "bob_aiepe@email.com"}', 'email', '2023-09-26 08:59:31.364228+00', '2023-09-26 08:59:31.364248+00', '2023-09-26 08:59:31.364248+00'), + ('7985c1e1-c269-4247-8bd5-ddc1ff7ad963', '7985c1e1-c269-4247-8bd5-ddc1ff7ad963', '{"sub": "7985c1e1-c269-4247-8bd5-ddc1ff7ad963", "email": "alice_yhlhj@email.com"}', 'email', '2023-09-26 08:59:20.845972+00', '2023-09-26 08:59:20.845988+00', '2023-09-26 08:59:20.845988+00'), + ('04cac50e-6bce-41b5-8af7-d8cbb2263f4a', '04cac50e-6bce-41b5-8af7-d8cbb2263f4a', '{"sub": "04cac50e-6bce-41b5-8af7-d8cbb2263f4a", "email": "testuser_bqjha@email.com"}', 'email', '2023-09-26 08:59:21.005227+00', '2023-09-26 08:59:21.005242+00', '2023-09-26 08:59:21.005242+00'), + ('2f2f214b-40b2-48f3-a235-7e6e8d6d6840', '2f2f214b-40b2-48f3-a235-7e6e8d6d6840', '{"sub": "2f2f214b-40b2-48f3-a235-7e6e8d6d6840", "email": "testuser_dafpf@email.com"}', 'email', '2023-09-26 08:59:21.457052+00', '2023-09-26 08:59:21.457066+00', '2023-09-26 08:59:21.457066+00'), + ('1cd4f268-ddbd-4c2e-9319-11d1cc435102', '1cd4f268-ddbd-4c2e-9319-11d1cc435102', '{"sub": "1cd4f268-ddbd-4c2e-9319-11d1cc435102", "email": "testuser_ewpmp@email.com"}', 'email', '2023-09-26 08:59:23.19442+00', '2023-09-26 08:59:23.194437+00', '2023-09-26 08:59:23.194437+00'), + ('0627fa63-775d-4f95-a04c-99eea6bfb26b', '0627fa63-775d-4f95-a04c-99eea6bfb26b', '{"sub": "0627fa63-775d-4f95-a04c-99eea6bfb26b", "email": "alice_kvwca@email.com"}', 'email', '2023-09-26 08:59:31.234529+00', '2023-09-26 08:59:31.234546+00', '2023-09-26 08:59:31.234546+00'), + ('58f306cd-9760-4d7e-8ddf-fa9f0623d960', '58f306cd-9760-4d7e-8ddf-fa9f0623d960', '{"sub": "58f306cd-9760-4d7e-8ddf-fa9f0623d960", "email": "alice_nqise@email.com"}', 'email', '2023-09-26 08:59:31.235085+00', '2023-09-26 08:59:31.235132+00', '2023-09-26 08:59:31.235132+00'), + ('de55e061-f61e-4ac3-8789-7a20de5cf4f0', 'de55e061-f61e-4ac3-8789-7a20de5cf4f0', '{"sub": "de55e061-f61e-4ac3-8789-7a20de5cf4f0", "email": "alice_bxssi@email.com"}', 'email', '2023-09-26 08:59:31.25293+00', '2023-09-26 08:59:31.252945+00', '2023-09-26 08:59:31.252945+00'), + ('968f34de-4b5d-4f47-88d7-1cd9b860fe00', '968f34de-4b5d-4f47-88d7-1cd9b860fe00', '{"sub": "968f34de-4b5d-4f47-88d7-1cd9b860fe00", "email": "alice_trjmr@email.com"}', 'email', '2023-09-26 08:59:31.295472+00', '2023-09-26 08:59:31.295492+00', '2023-09-26 08:59:31.295492+00'), + ('d70ffad1-6f51-4695-870d-5084a6fe5e5c', 'd70ffad1-6f51-4695-870d-5084a6fe5e5c', '{"sub": "d70ffad1-6f51-4695-870d-5084a6fe5e5c", "email": "bob_vrhta@email.com"}', 'email', '2023-09-26 08:59:31.330926+00', '2023-09-26 08:59:31.33094+00', '2023-09-26 08:59:31.33094+00'), + ('330a9557-a173-41eb-a58c-d6da352acd32', '330a9557-a173-41eb-a58c-d6da352acd32', '{"sub": "330a9557-a173-41eb-a58c-d6da352acd32", "email": "user2-1695718771254@emailasdf.com"}', 'email', '2023-09-26 08:59:31.338993+00', '2023-09-26 08:59:31.339009+00', '2023-09-26 08:59:31.339009+00'), + ('31c5fbff-4848-43c0-b659-61f24232dc4c', '31c5fbff-4848-43c0-b659-61f24232dc4c', '{"sub": "31c5fbff-4848-43c0-b659-61f24232dc4c", "email": "bob_qupdd@email.com"}', 'email', '2023-09-26 08:59:31.346845+00', '2023-09-26 08:59:31.346867+00', '2023-09-26 08:59:31.346867+00'), + ('97b678ec-36e3-49f3-9d02-fa58bd4ae325', '97b678ec-36e3-49f3-9d02-fa58bd4ae325', '{"sub": "97b678ec-36e3-49f3-9d02-fa58bd4ae325", "email": "bob_xrror@email.com"}', 'email', '2023-09-26 08:59:31.391669+00', '2023-09-26 08:59:31.391691+00', '2023-09-26 08:59:31.391691+00'), + ('c5e8398d-782a-4050-884e-8dc65a2cd869', 'c5e8398d-782a-4050-884e-8dc65a2cd869', '{"sub": "c5e8398d-782a-4050-884e-8dc65a2cd869", "email": "alice_xxpwb@email.com"}', 'email', '2023-10-17 18:07:37.69261+00', '2023-10-17 18:07:37.692635+00', '2023-10-17 18:07:37.692635+00'), + ('cb7ed166-c97b-4484-8904-a085d2167f07', 'cb7ed166-c97b-4484-8904-a085d2167f07', '{"sub": "cb7ed166-c97b-4484-8904-a085d2167f07", "email": "alice_zcozm@email.com"}', 'email', '2023-10-17 18:07:37.717114+00', '2023-10-17 18:07:37.717148+00', '2023-10-17 18:07:37.717148+00'), + ('70d79ccb-8689-4f58-9987-93ed8070c081', '70d79ccb-8689-4f58-9987-93ed8070c081', '{"sub": "70d79ccb-8689-4f58-9987-93ed8070c081", "email": "alice_qnhcx@email.com"}', 'email', '2023-10-17 18:07:37.71815+00', '2023-10-17 18:07:37.718167+00', '2023-10-17 18:07:37.718167+00'), + ('853cb003-66a6-4259-a5d5-1341d4c49229', '853cb003-66a6-4259-a5d5-1341d4c49229', '{"sub": "853cb003-66a6-4259-a5d5-1341d4c49229", "email": "alice_oelah@email.com"}', 'email', '2023-10-17 18:07:37.721103+00', '2023-10-17 18:07:37.721119+00', '2023-10-17 18:07:37.721119+00'), + ('17849d4d-bec8-4988-aff9-dc8784b91ca9', '17849d4d-bec8-4988-aff9-dc8784b91ca9', '{"sub": "17849d4d-bec8-4988-aff9-dc8784b91ca9", "email": "bob_hgxhf@email.com"}', 'email', '2023-10-17 18:07:52.896624+00', '2023-10-17 18:07:52.896645+00', '2023-10-17 18:07:52.896645+00'), + ('117056943803145143255', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '{"iss": "https://accounts.google.com", "sub": "117056943803145143255", "name": "Yousef El-Dardiry", "email": "yousefdardiry@gmail.com", "picture": "https://lh3.googleusercontent.com/a/ACg8ocLuAO1Gi4OO4lIwB0fi0j-uRJY7viI_FcsDwW_uRCfaiS4d=s96-c", "full_name": "Yousef El-Dardiry", "avatar_url": "https://lh3.googleusercontent.com/a/ACg8ocLuAO1Gi4OO4lIwB0fi0j-uRJY7viI_FcsDwW_uRCfaiS4d=s96-c", "provider_id": "117056943803145143255", "email_verified": true}', 'google', '2023-09-06 11:21:45.013895+00', '2023-09-06 11:21:45.013911+00', '2023-10-18 09:54:43.870504+00'), + ('599e1862-83d4-4e03-8615-98c27519841f', '599e1862-83d4-4e03-8615-98c27519841f', '{"sub": "599e1862-83d4-4e03-8615-98c27519841f", "email": "alice_odiuy@email.com"}', 'email', '2023-10-17 18:07:37.735434+00', '2023-10-17 18:07:37.735457+00', '2023-10-17 18:07:37.735457+00'), + ('3e314ae6-93b9-4adb-adff-cfe0a68d025e', '3e314ae6-93b9-4adb-adff-cfe0a68d025e', '{"sub": "3e314ae6-93b9-4adb-adff-cfe0a68d025e", "email": "bob_aggjj@email.com"}', 'email', '2023-10-17 18:07:37.827462+00', '2023-10-17 18:07:37.827475+00', '2023-10-17 18:07:37.827475+00'), + ('2bac0d34-cde3-4839-9d04-498967e0c7ff', '2bac0d34-cde3-4839-9d04-498967e0c7ff', '{"sub": "2bac0d34-cde3-4839-9d04-498967e0c7ff", "email": "bob_dwuhb@email.com"}', 'email', '2023-10-17 18:07:37.827442+00', '2023-10-17 18:07:37.827457+00', '2023-10-17 18:07:37.827457+00'), + ('02738d99-fc0a-41b9-ab4d-af87063a32f1', '02738d99-fc0a-41b9-ab4d-af87063a32f1', '{"sub": "02738d99-fc0a-41b9-ab4d-af87063a32f1", "email": "bob_lbzzs@email.com"}', 'email', '2023-10-17 18:07:37.847963+00', '2023-10-17 18:07:37.847984+00', '2023-10-17 18:07:37.847984+00'), + ('66cd3f91-3ccb-4c4c-99fb-14a944bb4f64', '66cd3f91-3ccb-4c4c-99fb-14a944bb4f64', '{"sub": "66cd3f91-3ccb-4c4c-99fb-14a944bb4f64", "email": "bob_tknks@email.com"}', 'email', '2023-10-17 18:07:37.85431+00', '2023-10-17 18:07:37.854324+00', '2023-10-17 18:07:37.854324+00'), + ('a1ac74be-83ec-4932-8aa1-a1badd2ddd85', 'a1ac74be-83ec-4932-8aa1-a1badd2ddd85', '{"sub": "a1ac74be-83ec-4932-8aa1-a1badd2ddd85", "email": "user2-1697566057758@emailasdf.com"}', 'email', '2023-10-17 18:07:37.85518+00', '2023-10-17 18:07:37.855192+00', '2023-10-17 18:07:37.855192+00'), + ('318358a3-e11d-4382-a53a-3c8038337bac', '318358a3-e11d-4382-a53a-3c8038337bac', '{"sub": "318358a3-e11d-4382-a53a-3c8038337bac", "email": "alice_forjv@email.com"}', 'email', '2023-10-17 18:07:52.686401+00', '2023-10-17 18:07:52.686417+00', '2023-10-17 18:07:52.686417+00'), + ('b85dceaa-0e32-49e4-ae19-847a8f9c279d', 'b85dceaa-0e32-49e4-ae19-847a8f9c279d', '{"sub": "b85dceaa-0e32-49e4-ae19-847a8f9c279d", "email": "alice_fjlqw@email.com"}', 'email', '2023-10-17 18:07:52.689047+00', '2023-10-17 18:07:52.689064+00', '2023-10-17 18:07:52.689064+00'), + ('58e3df89-f67e-4494-a63d-5785c43af211', '58e3df89-f67e-4494-a63d-5785c43af211', '{"sub": "58e3df89-f67e-4494-a63d-5785c43af211", "email": "alice_rfqla@email.com"}', 'email', '2023-10-17 18:07:52.698427+00', '2023-10-17 18:07:52.698452+00', '2023-10-17 18:07:52.698452+00'), + ('3aee2041-7f05-4fbc-82d1-efab1f19623f', '3aee2041-7f05-4fbc-82d1-efab1f19623f', '{"sub": "3aee2041-7f05-4fbc-82d1-efab1f19623f", "email": "alice_sdyxa@email.com"}', 'email', '2023-10-17 18:07:52.701006+00', '2023-10-17 18:07:52.701022+00', '2023-10-17 18:07:52.701022+00'), + ('52ad1367-aaa4-4486-9949-6b203f8d022a', '52ad1367-aaa4-4486-9949-6b203f8d022a', '{"sub": "52ad1367-aaa4-4486-9949-6b203f8d022a", "email": "alice_mwqom@email.com"}', 'email', '2023-10-17 18:07:52.776732+00', '2023-10-17 18:07:52.776746+00', '2023-10-17 18:07:52.776746+00'), + ('9187dcff-723b-4872-ad4d-8a2fe7fe93b3', '9187dcff-723b-4872-ad4d-8a2fe7fe93b3', '{"sub": "9187dcff-723b-4872-ad4d-8a2fe7fe93b3", "email": "bob_auxsq@email.com"}', 'email', '2023-10-17 18:07:52.790838+00', '2023-10-17 18:07:52.790853+00', '2023-10-17 18:07:52.790853+00'), + ('a07cc360-f9e7-44d9-a8e0-186335eaaf27', 'a07cc360-f9e7-44d9-a8e0-186335eaaf27', '{"sub": "a07cc360-f9e7-44d9-a8e0-186335eaaf27", "email": "bob_niujh@email.com"}', 'email', '2023-10-17 18:07:52.803134+00', '2023-10-17 18:07:52.803299+00', '2023-10-17 18:07:52.803299+00'), + ('0fea55d7-7521-4527-90ac-965b3f573b77', '0fea55d7-7521-4527-90ac-965b3f573b77', '{"sub": "0fea55d7-7521-4527-90ac-965b3f573b77", "email": "user2-1697566072721@emailasdf.com"}', 'email', '2023-10-17 18:07:52.851563+00', '2023-10-17 18:07:52.851581+00', '2023-10-17 18:07:52.851581+00'), + ('cac2b89c-3444-4d54-87d1-6a8926d0adc5', 'cac2b89c-3444-4d54-87d1-6a8926d0adc5', '{"sub": "cac2b89c-3444-4d54-87d1-6a8926d0adc5", "email": "bob_bknkr@email.com"}', 'email', '2023-10-17 18:07:52.858353+00', '2023-10-17 18:07:52.858374+00', '2023-10-17 18:07:52.858374+00'), + ('f5457795-246a-4043-b7cc-0ad7128e8f0b', 'f5457795-246a-4043-b7cc-0ad7128e8f0b', '{"sub": "f5457795-246a-4043-b7cc-0ad7128e8f0b", "email": "alice_easfp@email.com"}', 'email', '2023-10-17 18:46:31.029105+00', '2023-10-17 18:46:31.029121+00', '2023-10-17 18:46:31.029121+00'), + ('0c5d250e-d8b4-4802-8fbc-81cd3d7d5a23', '0c5d250e-d8b4-4802-8fbc-81cd3d7d5a23', '{"sub": "0c5d250e-d8b4-4802-8fbc-81cd3d7d5a23", "email": "bob_enrib@email.com"}', 'email', '2023-10-17 18:46:31.602542+00', '2023-10-17 18:46:31.602564+00', '2023-10-17 18:46:31.602564+00'), + ('79dc6a98-5f5f-43af-ac1f-b4c5f30aea61', '79dc6a98-5f5f-43af-ac1f-b4c5f30aea61', '{"sub": "79dc6a98-5f5f-43af-ac1f-b4c5f30aea61", "email": "alice_lpado@email.com"}', 'email', '2023-10-17 18:46:32.813925+00', '2023-10-17 18:46:32.813942+00', '2023-10-17 18:46:32.813942+00'), + ('82b70c7c-6694-4834-998f-5a036d5fa468', '82b70c7c-6694-4834-998f-5a036d5fa468', '{"sub": "82b70c7c-6694-4834-998f-5a036d5fa468", "email": "bob_hfdtn@email.com"}', 'email', '2023-10-17 18:46:33.215438+00', '2023-10-17 18:46:33.215461+00', '2023-10-17 18:46:33.215461+00'), + ('ad0b4133-fc25-4243-bdfd-88150902e41b', 'ad0b4133-fc25-4243-bdfd-88150902e41b', '{"sub": "ad0b4133-fc25-4243-bdfd-88150902e41b", "email": "alice_rmwmy@email.com"}', 'email', '2023-10-17 18:46:34.881426+00', '2023-10-17 18:46:34.88146+00', '2023-10-17 18:46:34.88146+00'), + ('4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a', '4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a', '{"sub": "4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a", "email": "bob_ujxci@email.com"}', 'email', '2023-10-17 18:46:35.356617+00', '2023-10-17 18:46:35.356633+00', '2023-10-17 18:46:35.356633+00'), + ('d02b3cff-b526-4a40-966b-4585acb2664d', 'd02b3cff-b526-4a40-966b-4585acb2664d', '{"sub": "d02b3cff-b526-4a40-966b-4585acb2664d", "email": "alice_oumdk@email.com"}', 'email', '2023-10-17 18:46:43.168367+00', '2023-10-17 18:46:43.168387+00', '2023-10-17 18:46:43.168387+00'), + ('b5a96176-148d-43ec-9d5d-ea7ab65dde41', 'b5a96176-148d-43ec-9d5d-ea7ab65dde41', '{"sub": "b5a96176-148d-43ec-9d5d-ea7ab65dde41", "email": "bob_lfmsj@email.com"}', 'email', '2023-10-17 18:46:43.846543+00', '2023-10-17 18:46:43.846559+00', '2023-10-17 18:46:43.846559+00'), + ('dffbaf58-5836-42b5-8a45-6150d23cc43c', 'dffbaf58-5836-42b5-8a45-6150d23cc43c', '{"sub": "dffbaf58-5836-42b5-8a45-6150d23cc43c", "email": "alice_snssv@email.com"}', 'email', '2023-10-17 18:47:40.044174+00', '2023-10-17 18:47:40.044204+00', '2023-10-17 18:47:40.044204+00'), + ('460416b6-9ba6-4c40-b460-b06d87cc7612', '460416b6-9ba6-4c40-b460-b06d87cc7612', '{"sub": "460416b6-9ba6-4c40-b460-b06d87cc7612", "email": "bob_aynmf@email.com"}', 'email', '2023-10-17 18:47:40.614111+00', '2023-10-17 18:47:40.614128+00', '2023-10-17 18:47:40.614128+00'), + ('6f245369-254a-4e8d-8bbc-e78ecff5412c', '6f245369-254a-4e8d-8bbc-e78ecff5412c', '{"sub": "6f245369-254a-4e8d-8bbc-e78ecff5412c", "email": "alice_nuegq@email.com"}', 'email', '2023-10-17 18:47:41.82161+00', '2023-10-17 18:47:41.821632+00', '2023-10-17 18:47:41.821632+00'), + ('822ba5ba-62c7-477e-9c39-3c5e1fe339ce', '822ba5ba-62c7-477e-9c39-3c5e1fe339ce', '{"sub": "822ba5ba-62c7-477e-9c39-3c5e1fe339ce", "email": "bob_szvnu@email.com"}', 'email', '2023-10-17 18:47:42.268459+00', '2023-10-17 18:47:42.268473+00', '2023-10-17 18:47:42.268473+00'), + ('45b1dd13-6b2a-46a8-8245-a9131c992845', '45b1dd13-6b2a-46a8-8245-a9131c992845', '{"sub": "45b1dd13-6b2a-46a8-8245-a9131c992845", "email": "alice_jszem@email.com"}', 'email', '2023-10-17 18:47:47.240003+00', '2023-10-17 18:47:47.240019+00', '2023-10-17 18:47:47.240019+00'), + ('ffb51cee-dc05-43a7-9c7d-10f4ae85483a', 'ffb51cee-dc05-43a7-9c7d-10f4ae85483a', '{"sub": "ffb51cee-dc05-43a7-9c7d-10f4ae85483a", "email": "bob_odmmb@email.com"}', 'email', '2023-10-17 18:47:47.80249+00', '2023-10-17 18:47:47.802505+00', '2023-10-17 18:47:47.802505+00'), + ('a3308bac-4b8b-4ff5-9241-cd327841bbde', 'a3308bac-4b8b-4ff5-9241-cd327841bbde', '{"sub": "a3308bac-4b8b-4ff5-9241-cd327841bbde", "email": "alice_xrixh@email.com"}', 'email', '2023-10-17 18:47:48.958135+00', '2023-10-17 18:47:48.958149+00', '2023-10-17 18:47:48.958149+00'), + ('4ff4a4e0-9eae-49f6-9cd1-d92b68456932', '4ff4a4e0-9eae-49f6-9cd1-d92b68456932', '{"sub": "4ff4a4e0-9eae-49f6-9cd1-d92b68456932", "email": "bob_aafzt@email.com"}', 'email', '2023-10-17 18:47:49.376745+00', '2023-10-17 18:47:49.376759+00', '2023-10-17 18:47:49.376759+00'), + ('37d63cef-c20c-4639-ad8d-ba8a270fc7ee', '37d63cef-c20c-4639-ad8d-ba8a270fc7ee', '{"sub": "37d63cef-c20c-4639-ad8d-ba8a270fc7ee", "email": "alice_erzvm@email.com"}', 'email', '2023-10-17 18:47:53.472188+00', '2023-10-17 18:47:53.472205+00', '2023-10-17 18:47:53.472205+00'), + ('cf323291-da6b-4070-957e-acb80898b45a', 'cf323291-da6b-4070-957e-acb80898b45a', '{"sub": "cf323291-da6b-4070-957e-acb80898b45a", "email": "bob_hnoth@email.com"}', 'email', '2023-10-17 18:47:54.211396+00', '2023-10-17 18:47:54.211411+00', '2023-10-17 18:47:54.211411+00'), + ('54acb709-1807-40a5-97e6-51fd03321d37', '54acb709-1807-40a5-97e6-51fd03321d37', '{"sub": "54acb709-1807-40a5-97e6-51fd03321d37", "email": "alice_vpcuw@email.com"}', 'email', '2023-10-17 18:47:55.328593+00', '2023-10-17 18:47:55.328617+00', '2023-10-17 18:47:55.328617+00'), + ('3e2f2a46-fb83-444e-b315-e142bc450bdc', '3e2f2a46-fb83-444e-b315-e142bc450bdc', '{"sub": "3e2f2a46-fb83-444e-b315-e142bc450bdc", "email": "bob_kkqru@email.com"}', 'email', '2023-10-17 18:47:55.764094+00', '2023-10-17 18:47:55.764113+00', '2023-10-17 18:47:55.764113+00'), + ('09684a6a-ddd9-4426-be2a-381af56b280d', '09684a6a-ddd9-4426-be2a-381af56b280d', '{"sub": "09684a6a-ddd9-4426-be2a-381af56b280d", "email": "alice_jkvjg@email.com"}', 'email', '2023-10-17 18:50:38.922929+00', '2023-10-17 18:50:38.922942+00', '2023-10-17 18:50:38.922942+00'), + ('fda0cea4-7a85-45e5-8399-e22cdfc00849', 'fda0cea4-7a85-45e5-8399-e22cdfc00849', '{"sub": "fda0cea4-7a85-45e5-8399-e22cdfc00849", "email": "bob_ttlin@email.com"}', 'email', '2023-10-17 18:50:39.564978+00', '2023-10-17 18:50:39.564996+00', '2023-10-17 18:50:39.564996+00'), + ('ab848897-5a42-4331-b448-0a799a0c4da3', 'ab848897-5a42-4331-b448-0a799a0c4da3', '{"sub": "ab848897-5a42-4331-b448-0a799a0c4da3", "email": "alice_jtmep@email.com"}', 'email', '2023-10-17 18:50:40.725595+00', '2023-10-17 18:50:40.72561+00', '2023-10-17 18:50:40.72561+00'), + ('f7fefaf5-ebb2-4eb3-80c2-d228233629f8', 'f7fefaf5-ebb2-4eb3-80c2-d228233629f8', '{"sub": "f7fefaf5-ebb2-4eb3-80c2-d228233629f8", "email": "bob_pdaor@email.com"}', 'email', '2023-10-17 18:50:41.180748+00', '2023-10-17 18:50:41.180764+00', '2023-10-17 18:50:41.180764+00'), + ('b2413c9a-9e11-41f2-bf21-bc272edf8deb', 'b2413c9a-9e11-41f2-bf21-bc272edf8deb', '{"sub": "b2413c9a-9e11-41f2-bf21-bc272edf8deb", "email": "alice_youww@email.com"}', 'email', '2023-10-17 18:50:45.827915+00', '2023-10-17 18:50:45.827938+00', '2023-10-17 18:50:45.827938+00'), + ('9fe18068-74a7-47d9-a69a-73baea219071', '9fe18068-74a7-47d9-a69a-73baea219071', '{"sub": "9fe18068-74a7-47d9-a69a-73baea219071", "email": "bob_cozxp@email.com"}', 'email', '2023-10-17 18:50:46.415456+00', '2023-10-17 18:50:46.415471+00', '2023-10-17 18:50:46.415471+00'), + ('14f578f2-1077-4d46-80d7-810155d89bc3', '14f578f2-1077-4d46-80d7-810155d89bc3', '{"sub": "14f578f2-1077-4d46-80d7-810155d89bc3", "email": "alice_kccjp@email.com"}', 'email', '2023-10-17 18:50:47.599524+00', '2023-10-17 18:50:47.599539+00', '2023-10-17 18:50:47.599539+00'), + ('df4aeb98-61a1-4929-85dc-70e9db95ef80', 'df4aeb98-61a1-4929-85dc-70e9db95ef80', '{"sub": "df4aeb98-61a1-4929-85dc-70e9db95ef80", "email": "bob_wylkp@email.com"}', 'email', '2023-10-17 18:50:48.064247+00', '2023-10-17 18:50:48.064263+00', '2023-10-17 18:50:48.064263+00'), + ('b59ab93d-978d-4c94-8389-31fad2cd9710', 'b59ab93d-978d-4c94-8389-31fad2cd9710', '{"sub": "b59ab93d-978d-4c94-8389-31fad2cd9710", "email": "alice_pbikl@email.com"}', 'email', '2023-10-17 18:51:39.486123+00', '2023-10-17 18:51:39.48614+00', '2023-10-17 18:51:39.48614+00'), + ('56734189-7b21-477d-a421-17bae84d9a60', '56734189-7b21-477d-a421-17bae84d9a60', '{"sub": "56734189-7b21-477d-a421-17bae84d9a60", "email": "bob_txina@email.com"}', 'email', '2023-10-17 18:51:40.140345+00', '2023-10-17 18:51:40.140701+00', '2023-10-17 18:51:40.140701+00'), + ('3bbe3401-63c5-417a-96a4-2aebfedfc26e', '3bbe3401-63c5-417a-96a4-2aebfedfc26e', '{"sub": "3bbe3401-63c5-417a-96a4-2aebfedfc26e", "email": "alice_zmqjz@email.com"}', 'email', '2023-10-17 18:51:41.426616+00', '2023-10-17 18:51:41.426633+00', '2023-10-17 18:51:41.426633+00'), + ('2aa8890e-86ee-450a-b0f6-76b3922310f3', '2aa8890e-86ee-450a-b0f6-76b3922310f3', '{"sub": "2aa8890e-86ee-450a-b0f6-76b3922310f3", "email": "bob_prckq@email.com"}', 'email', '2023-10-17 18:51:41.805838+00', '2023-10-17 18:51:41.805852+00', '2023-10-17 18:51:41.805852+00'), + ('7ce29934-b4f9-46b5-a8db-e640d417d46d', '7ce29934-b4f9-46b5-a8db-e640d417d46d', '{"sub": "7ce29934-b4f9-46b5-a8db-e640d417d46d", "email": "alice_ztest@email.com"}', 'email', '2023-10-17 19:04:10.317501+00', '2023-10-17 19:04:10.317519+00', '2023-10-17 19:04:10.317519+00'), + ('678535ca-a9ab-49d0-a572-d4327ec65853', '678535ca-a9ab-49d0-a572-d4327ec65853', '{"sub": "678535ca-a9ab-49d0-a572-d4327ec65853", "email": "bob_jypnl@email.com"}', 'email', '2023-10-17 19:04:10.926702+00', '2023-10-17 19:04:10.926722+00', '2023-10-17 19:04:10.926722+00'), + ('23210227-b04e-466e-8fa0-ec7470f0b547', '23210227-b04e-466e-8fa0-ec7470f0b547', '{"sub": "23210227-b04e-466e-8fa0-ec7470f0b547", "email": "alice_jhinn@email.com"}', 'email', '2023-10-17 19:04:12.530741+00', '2023-10-17 19:04:12.530761+00', '2023-10-17 19:04:12.530761+00'), + ('55ff640a-c130-4851-b117-ccee0cabf494', '55ff640a-c130-4851-b117-ccee0cabf494', '{"sub": "55ff640a-c130-4851-b117-ccee0cabf494", "email": "bob_jobit@email.com"}', 'email', '2023-10-17 19:04:13.085274+00', '2023-10-17 19:04:13.085291+00', '2023-10-17 19:04:13.085291+00'), + ('885429c3-130f-4301-926e-ac0d499f455b', '885429c3-130f-4301-926e-ac0d499f455b', '{"sub": "885429c3-130f-4301-926e-ac0d499f455b", "email": "alice_vrbkg@email.com"}', 'email', '2023-10-17 19:04:17.435139+00', '2023-10-17 19:04:17.43518+00', '2023-10-17 19:04:17.43518+00'), + ('73427a80-cec3-47c4-8e88-4b378615f5c4', '73427a80-cec3-47c4-8e88-4b378615f5c4', '{"sub": "73427a80-cec3-47c4-8e88-4b378615f5c4", "email": "bob_zpiri@email.com"}', 'email', '2023-10-17 19:04:17.887075+00', '2023-10-17 19:04:17.88709+00', '2023-10-17 19:04:17.88709+00'), + ('0934bf33-6502-4df8-b080-9fb0071aa729', '0934bf33-6502-4df8-b080-9fb0071aa729', '{"sub": "0934bf33-6502-4df8-b080-9fb0071aa729", "email": "alice_jwuhb@email.com"}', 'email', '2023-10-17 19:04:19.177625+00', '2023-10-17 19:04:19.177639+00', '2023-10-17 19:04:19.177639+00'), + ('a1940a9e-059e-47fa-bc4d-dc693cdc50e4', 'a1940a9e-059e-47fa-bc4d-dc693cdc50e4', '{"sub": "a1940a9e-059e-47fa-bc4d-dc693cdc50e4", "email": "bob_biqml@email.com"}', 'email', '2023-10-17 19:04:19.6484+00', '2023-10-17 19:04:19.648417+00', '2023-10-17 19:04:19.648417+00'), + ('ba559abf-70e5-4268-8776-fd03eb7629d6', 'ba559abf-70e5-4268-8776-fd03eb7629d6', '{"sub": "ba559abf-70e5-4268-8776-fd03eb7629d6", "email": "alice_ywmbw@email.com"}', 'email', '2023-10-17 19:04:24.362618+00', '2023-10-17 19:04:24.362634+00', '2023-10-17 19:04:24.362634+00'), + ('13f7fe94-2da8-4889-8e9c-30e202001c70', '13f7fe94-2da8-4889-8e9c-30e202001c70', '{"sub": "13f7fe94-2da8-4889-8e9c-30e202001c70", "email": "bob_tepae@email.com"}', 'email', '2023-10-17 19:04:24.796377+00', '2023-10-17 19:04:24.796394+00', '2023-10-17 19:04:24.796394+00'), + ('183f77c9-03cf-426a-9d65-2aadd097794b', '183f77c9-03cf-426a-9d65-2aadd097794b', '{"sub": "183f77c9-03cf-426a-9d65-2aadd097794b", "email": "alice_grmig@email.com"}', 'email', '2023-10-17 19:04:29.522515+00', '2023-10-17 19:04:29.52253+00', '2023-10-17 19:04:29.52253+00'), + ('19e6a036-19b4-4575-96a3-c94583531aa7', '19e6a036-19b4-4575-96a3-c94583531aa7', '{"sub": "19e6a036-19b4-4575-96a3-c94583531aa7", "email": "bob_uryda@email.com"}', 'email', '2023-10-17 19:04:29.930409+00', '2023-10-17 19:04:29.930426+00', '2023-10-17 19:04:29.930426+00'), + ('cd65cf1c-0c2c-46c2-8b7a-224aad438d47', 'cd65cf1c-0c2c-46c2-8b7a-224aad438d47', '{"sub": "cd65cf1c-0c2c-46c2-8b7a-224aad438d47", "email": "alice_hhlhb@email.com"}', 'email', '2023-10-17 19:04:33.042755+00', '2023-10-17 19:04:33.042771+00', '2023-10-17 19:04:33.042771+00'), + ('87446f40-b68c-407e-9553-6466762a1cbc', '87446f40-b68c-407e-9553-6466762a1cbc', '{"sub": "87446f40-b68c-407e-9553-6466762a1cbc", "email": "bob_koeyq@email.com"}', 'email', '2023-10-17 19:04:33.472944+00', '2023-10-17 19:04:33.472963+00', '2023-10-17 19:04:33.472963+00'), + ('0774e324-0760-411b-bd62-03c6c4f664d8', '0774e324-0760-411b-bd62-03c6c4f664d8', '{"sub": "0774e324-0760-411b-bd62-03c6c4f664d8", "email": "alice_jpcev@email.com"}', 'email', '2023-10-17 19:04:40.37454+00', '2023-10-17 19:04:40.374558+00', '2023-10-17 19:04:40.374558+00'), + ('e15be323-a3b5-432a-811b-b257c1c7ad40', 'e15be323-a3b5-432a-811b-b257c1c7ad40', '{"sub": "e15be323-a3b5-432a-811b-b257c1c7ad40", "email": "bob_tkcpw@email.com"}', 'email', '2023-10-17 19:04:40.951543+00', '2023-10-17 19:04:40.951558+00', '2023-10-17 19:04:40.951558+00'), + ('9109da68-36a4-4539-856a-ecb20684e391', '9109da68-36a4-4539-856a-ecb20684e391', '{"sub": "9109da68-36a4-4539-856a-ecb20684e391", "email": "alice_dqvbs@email.com"}', 'email', '2023-10-17 19:04:48.854589+00', '2023-10-17 19:04:48.854613+00', '2023-10-17 19:04:48.854613+00'), + ('01c0741c-748c-45e9-8576-75488ee7c69d', '01c0741c-748c-45e9-8576-75488ee7c69d', '{"sub": "01c0741c-748c-45e9-8576-75488ee7c69d", "email": "bob_ptgva@email.com"}', 'email', '2023-10-17 19:04:49.373677+00', '2023-10-17 19:04:49.373694+00', '2023-10-17 19:04:49.373694+00'), + ('ae4278af-aa9f-4058-b3b6-b583ed0ea93c', 'ae4278af-aa9f-4058-b3b6-b583ed0ea93c', '{"sub": "ae4278af-aa9f-4058-b3b6-b583ed0ea93c", "email": "alice_wgxbp@email.com"}', 'email', '2023-10-17 19:04:50.986358+00', '2023-10-17 19:04:50.986372+00', '2023-10-17 19:04:50.986372+00'), + ('48580f87-70da-491a-aa80-4454fd99026e', '48580f87-70da-491a-aa80-4454fd99026e', '{"sub": "48580f87-70da-491a-aa80-4454fd99026e", "email": "bob_xrzmf@email.com"}', 'email', '2023-10-17 19:04:51.544912+00', '2023-10-17 19:04:51.544926+00', '2023-10-17 19:04:51.544926+00'), + ('bd2a14bd-328b-481a-94e5-70a0eec70f03', 'bd2a14bd-328b-481a-94e5-70a0eec70f03', '{"sub": "bd2a14bd-328b-481a-94e5-70a0eec70f03", "email": "alice_vvwbp@email.com"}', 'email', '2023-10-17 19:05:07.24001+00', '2023-10-17 19:05:07.240026+00', '2023-10-17 19:05:07.240026+00'), + ('382495b9-b50b-4c28-aea5-89ecca805b8b', '382495b9-b50b-4c28-aea5-89ecca805b8b', '{"sub": "382495b9-b50b-4c28-aea5-89ecca805b8b", "email": "bob_hheai@email.com"}', 'email', '2023-10-17 19:05:07.792248+00', '2023-10-17 19:05:07.792263+00', '2023-10-17 19:05:07.792263+00'), + ('285c8193-af0d-4d88-8e21-ccb202777e1b', '285c8193-af0d-4d88-8e21-ccb202777e1b', '{"sub": "285c8193-af0d-4d88-8e21-ccb202777e1b", "email": "alice_fwquo@email.com"}', 'email', '2023-10-17 19:04:22.650201+00', '2023-10-17 19:04:22.650218+00', '2023-10-17 19:04:22.650218+00'), + ('c6706a31-3b32-40c0-9946-55565ef494cc', 'c6706a31-3b32-40c0-9946-55565ef494cc', '{"sub": "c6706a31-3b32-40c0-9946-55565ef494cc", "email": "bob_htvby@email.com"}', 'email', '2023-10-17 19:04:23.163062+00', '2023-10-17 19:04:23.163076+00', '2023-10-17 19:04:23.163076+00'), + ('0d040e26-9715-407a-a915-43196936a3ed', '0d040e26-9715-407a-a915-43196936a3ed', '{"sub": "0d040e26-9715-407a-a915-43196936a3ed", "email": "alice_nxmoe@email.com"}', 'email', '2023-10-17 19:04:27.725639+00', '2023-10-17 19:04:27.725654+00', '2023-10-17 19:04:27.725654+00'), + ('8ed61b81-61a5-424f-8e63-4d2647a04770', '8ed61b81-61a5-424f-8e63-4d2647a04770', '{"sub": "8ed61b81-61a5-424f-8e63-4d2647a04770", "email": "bob_sokkw@email.com"}', 'email', '2023-10-17 19:04:28.200344+00', '2023-10-17 19:04:28.200359+00', '2023-10-17 19:04:28.200359+00'), + ('65dc68e4-1e03-42ce-8e8c-6499d10b26cd', '65dc68e4-1e03-42ce-8e8c-6499d10b26cd', '{"sub": "65dc68e4-1e03-42ce-8e8c-6499d10b26cd", "email": "alice_ntmiw@email.com"}', 'email', '2023-10-17 19:04:34.743381+00', '2023-10-17 19:04:34.743395+00', '2023-10-17 19:04:34.743395+00'), + ('7009e4ed-d840-472d-81ad-cebd9ad715e8', '7009e4ed-d840-472d-81ad-cebd9ad715e8', '{"sub": "7009e4ed-d840-472d-81ad-cebd9ad715e8", "email": "bob_urofq@email.com"}', 'email', '2023-10-17 19:04:35.230916+00', '2023-10-17 19:04:35.230931+00', '2023-10-17 19:04:35.230931+00'), + ('53bb3616-1255-4212-8dcb-bc19d4f8c0ff', '53bb3616-1255-4212-8dcb-bc19d4f8c0ff', '{"sub": "53bb3616-1255-4212-8dcb-bc19d4f8c0ff", "email": "alice_hzkzb@email.com"}', 'email', '2023-10-17 19:04:42.54319+00', '2023-10-17 19:04:42.543204+00', '2023-10-17 19:04:42.543204+00'), + ('44793729-c7d0-434f-8d2b-d81d1f505586', '44793729-c7d0-434f-8d2b-d81d1f505586', '{"sub": "44793729-c7d0-434f-8d2b-d81d1f505586", "email": "bob_jufat@email.com"}', 'email', '2023-10-17 19:04:43.254659+00', '2023-10-17 19:04:43.254675+00', '2023-10-17 19:04:43.254675+00'), + ('baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc', 'baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc', '{"sub": "baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc", "email": "alice_ojgea@email.com"}', 'email', '2023-10-17 19:04:58.066436+00', '2023-10-17 19:04:58.06645+00', '2023-10-17 19:04:58.06645+00'), + ('360964c0-338d-46f7-83ed-4d188cd5a8c6', '360964c0-338d-46f7-83ed-4d188cd5a8c6', '{"sub": "360964c0-338d-46f7-83ed-4d188cd5a8c6", "email": "bob_hrbrm@email.com"}', 'email', '2023-10-17 19:04:58.676092+00', '2023-10-17 19:04:58.676108+00', '2023-10-17 19:04:58.676108+00'), + ('f3dfdb7e-7ea5-40b6-8b32-54059f100307', 'f3dfdb7e-7ea5-40b6-8b32-54059f100307', '{"sub": "f3dfdb7e-7ea5-40b6-8b32-54059f100307", "email": "alice_cnjcx@email.com"}', 'email', '2023-10-17 19:05:00.256248+00', '2023-10-17 19:05:00.256261+00', '2023-10-17 19:05:00.256261+00'), + ('739fae7f-34a1-4c9d-a301-d9088d7e5efa', '739fae7f-34a1-4c9d-a301-d9088d7e5efa', '{"sub": "739fae7f-34a1-4c9d-a301-d9088d7e5efa", "email": "bob_pivhy@email.com"}', 'email', '2023-10-17 19:05:00.798617+00', '2023-10-17 19:05:00.798631+00', '2023-10-17 19:05:00.798631+00'), + ('b4594680-fc1e-47dd-ad1d-a1191c517762', 'b4594680-fc1e-47dd-ad1d-a1191c517762', '{"sub": "b4594680-fc1e-47dd-ad1d-a1191c517762", "email": "alice_hoajw@email.com"}', 'email', '2023-10-17 19:05:09.346572+00', '2023-10-17 19:05:09.346588+00', '2023-10-17 19:05:09.346588+00'), + ('c73f4fb4-1c99-45a8-84dd-9055348d4782', 'c73f4fb4-1c99-45a8-84dd-9055348d4782', '{"sub": "c73f4fb4-1c99-45a8-84dd-9055348d4782", "email": "bob_cphjf@email.com"}', 'email', '2023-10-17 19:05:10.005671+00', '2023-10-17 19:05:10.005687+00', '2023-10-17 19:05:10.005687+00'), + ('dd8d58cb-1409-492e-8255-357acf30283b', 'dd8d58cb-1409-492e-8255-357acf30283b', '{"sub": "dd8d58cb-1409-492e-8255-357acf30283b", "email": "alice_fpvmn@email.com"}', 'email', '2023-10-17 19:05:15.271239+00', '2023-10-17 19:05:15.271254+00', '2023-10-17 19:05:15.271254+00'), + ('35dd8067-9414-4d1d-83f6-1f5f6f4ef2bc', '35dd8067-9414-4d1d-83f6-1f5f6f4ef2bc', '{"sub": "35dd8067-9414-4d1d-83f6-1f5f6f4ef2bc", "email": "bob_dfmtp@email.com"}', 'email', '2023-10-17 19:05:15.792536+00', '2023-10-17 19:05:15.792551+00', '2023-10-17 19:05:15.792551+00'), + ('61db0cb6-e98b-49df-9075-1672903f3ec6', '61db0cb6-e98b-49df-9075-1672903f3ec6', '{"sub": "61db0cb6-e98b-49df-9075-1672903f3ec6", "email": "alice_mseaq@email.com"}', 'email', '2023-10-17 19:05:17.094051+00', '2023-10-17 19:05:17.094196+00', '2023-10-17 19:05:17.094196+00'), + ('7b5e41a9-103c-47b6-97cb-78e1d7722688', '7b5e41a9-103c-47b6-97cb-78e1d7722688', '{"sub": "7b5e41a9-103c-47b6-97cb-78e1d7722688", "email": "bob_rrkwe@email.com"}', 'email', '2023-10-17 19:05:17.543454+00', '2023-10-17 19:05:17.543468+00', '2023-10-17 19:05:17.543468+00'); + + +-- +-- Data for Name: instances; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + + + +-- +-- Data for Name: sessions; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + +INSERT INTO "auth"."sessions" ("id", "user_id", "created_at", "updated_at", "factor_id", "aal", "not_after") VALUES + ('72da371d-111c-467c-a0df-2d7c5c9a54fe', '8db53086-46b9-4f46-be8a-a81df3cbdb33', '2023-09-21 09:56:28.916371+00', '2023-09-21 09:56:28.916371+00', NULL, 'aal1', NULL), + ('4e9021e4-400d-43af-9199-6cf5b6a519f2', '3bbe3401-63c5-417a-96a4-2aebfedfc26e', '2023-10-17 18:51:41.456704+00', '2023-10-17 18:51:41.456704+00', NULL, 'aal1', NULL), + ('f9e6b7f0-b65f-46ef-8160-68fa43aa6343', '2aa8890e-86ee-450a-b0f6-76b3922310f3', '2023-10-17 18:51:41.840884+00', '2023-10-17 18:51:41.840884+00', NULL, 'aal1', NULL), + ('e6c493be-50e2-4ea7-b6ec-130162c4d43a', '7985c1e1-c269-4247-8bd5-ddc1ff7ad963', '2023-09-26 08:59:20.87401+00', '2023-09-26 08:59:20.87401+00', NULL, 'aal1', NULL), + ('5262abcd-ac9d-4999-aef0-21ab70f6f80f', '1186ee43-7f47-41d4-8b62-8b72ac1f1f20', '2023-09-26 08:59:31.232316+00', '2023-09-26 08:59:31.232316+00', NULL, 'aal1', NULL), + ('d5c7e07c-6ccf-4f02-92a6-291c6fa4a227', '58f306cd-9760-4d7e-8ddf-fa9f0623d960', '2023-09-26 08:59:31.23949+00', '2023-09-26 08:59:31.23949+00', NULL, 'aal1', NULL), + ('a454149e-8c6b-48d9-8c55-17ed2f97d7c7', '0627fa63-775d-4f95-a04c-99eea6bfb26b', '2023-09-26 08:59:31.239241+00', '2023-09-26 08:59:31.239241+00', NULL, 'aal1', NULL), + ('e58005b8-e509-46b7-8824-caad4d9ea872', 'de55e061-f61e-4ac3-8789-7a20de5cf4f0', '2023-09-26 08:59:31.257192+00', '2023-09-26 08:59:31.257192+00', NULL, 'aal1', NULL), + ('2da64736-0bf3-405e-b913-1b58c3709e37', '968f34de-4b5d-4f47-88d7-1cd9b860fe00', '2023-09-26 08:59:31.29792+00', '2023-09-26 08:59:31.29792+00', NULL, 'aal1', NULL), + ('5e9f29a5-36c3-40c7-9e8f-6a37855067b5', 'd70ffad1-6f51-4695-870d-5084a6fe5e5c', '2023-09-26 08:59:31.332876+00', '2023-09-26 08:59:31.332876+00', NULL, 'aal1', NULL), + ('ab79ad2a-8e28-443d-b97d-bca955d54c57', '31c5fbff-4848-43c0-b659-61f24232dc4c', '2023-09-26 08:59:31.349982+00', '2023-09-26 08:59:31.349982+00', NULL, 'aal1', NULL), + ('fa222f05-9eec-45b6-839a-69e26d98c591', 'b5651056-9163-4ed8-80d6-7637f7264185', '2023-09-26 08:59:31.367469+00', '2023-09-26 08:59:31.367469+00', NULL, 'aal1', NULL), + ('c73c1e27-b039-4bef-9925-df4c73d36d20', '97b678ec-36e3-49f3-9d02-fa58bd4ae325', '2023-09-26 08:59:31.397793+00', '2023-09-26 08:59:31.397793+00', NULL, 'aal1', NULL), + ('b85558fe-ca7a-448c-a07c-dc7f00bbff54', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-27 09:48:42.684322+00', '2023-09-27 09:48:42.684322+00', NULL, 'aal1', NULL), + ('0eabbf35-5bd2-49bd-9fbc-f7c7f4bd08a6', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-28 03:46:56.966666+00', '2023-09-28 03:46:56.966666+00', NULL, 'aal1', NULL), + ('d0c502ee-c4ba-4181-afed-90061962007a', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-28 12:09:36.40453+00', '2023-09-28 12:09:36.40453+00', NULL, 'aal1', NULL), + ('bd8c041f-f4ad-4406-a3ac-2c986be547b4', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-28 13:15:07.099102+00', '2023-09-28 13:15:07.099102+00', NULL, 'aal1', NULL), + ('2cbffe9b-9f5a-4aae-a8cf-8276b8228822', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-28 14:42:15.214837+00', '2023-09-28 14:42:15.214837+00', NULL, 'aal1', NULL), + ('5413cd19-27db-4bb5-9f85-91605d739825', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-01 10:09:11.674095+00', '2023-10-01 10:09:11.674095+00', NULL, 'aal1', NULL), + ('231c121c-d722-4da1-92d0-28517d3a46a1', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-02 10:01:23.440848+00', '2023-10-02 10:01:23.440848+00', NULL, 'aal1', NULL), + ('b81757bd-485c-4aee-a66b-138094a54132', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-02 12:00:45.647428+00', '2023-10-02 12:00:45.647428+00', NULL, 'aal1', NULL), + ('82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-03 08:40:37.014261+00', '2023-10-03 08:40:37.014261+00', NULL, 'aal1', NULL), + ('7aca6591-719e-40ef-a0cc-c9a57aa7caaf', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-05 09:03:22.270711+00', '2023-10-05 09:03:22.270711+00', NULL, 'aal1', NULL), + ('fde6a278-1fb8-4eae-ab6b-2bb2e4d0ca65', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-06 07:05:40.629066+00', '2023-10-06 07:05:40.629066+00', NULL, 'aal1', NULL), + ('90add6fd-6094-4f10-9ce2-822af68061b0', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-06 18:37:55.395737+00', '2023-10-06 18:37:55.395737+00', NULL, 'aal1', NULL), + ('4b585997-d7bf-4d82-a9fc-2d243d16bb48', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-08 10:12:08.310252+00', '2023-10-08 10:12:08.310252+00', NULL, 'aal1', NULL), + ('c12a4ddd-c4a6-4d6f-9bec-99613005e064', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-09 12:44:00.347138+00', '2023-10-09 12:44:00.347138+00', NULL, 'aal1', NULL), + ('55777029-a1b8-442f-a7fd-36c411b888dd', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-09 15:08:09.927921+00', '2023-10-09 15:08:09.927921+00', NULL, 'aal1', NULL), + ('806bcabf-02a0-4234-9f00-e00fcbeb18a9', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-11 10:25:02.989639+00', '2023-10-11 10:25:02.989639+00', NULL, 'aal1', NULL), + ('b7c2c354-c84b-4bff-9245-00cea133a99b', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-11 14:26:14.287723+00', '2023-10-11 14:26:14.287723+00', NULL, 'aal1', NULL), + ('45f92069-7f1c-46cd-b30a-9402b2860abd', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-11 20:37:29.256933+00', '2023-10-11 20:37:29.256933+00', NULL, 'aal1', NULL), + ('4bd82639-34b6-43d1-aea2-7d32015272b5', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-16 12:42:58.570615+00', '2023-10-16 12:42:58.570615+00', NULL, 'aal1', NULL), + ('f1752940-8dea-4c1b-a6d1-ea19446dc97a', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-16 18:20:40.206185+00', '2023-10-16 18:20:40.206185+00', NULL, 'aal1', NULL), + ('334c81b8-050b-405c-812a-7c3788b63bce', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-17 13:35:39.373738+00', '2023-10-17 13:35:39.373738+00', NULL, 'aal1', NULL), + ('11327f65-9f03-4685-b513-46076868d36f', 'c5e8398d-782a-4050-884e-8dc65a2cd869', '2023-10-17 18:07:37.71974+00', '2023-10-17 18:07:37.71974+00', NULL, 'aal1', NULL), + ('1ccbf298-50b2-40ef-9b9b-fa70ed8b48ab', 'cb7ed166-c97b-4484-8904-a085d2167f07', '2023-10-17 18:07:37.721667+00', '2023-10-17 18:07:37.721667+00', NULL, 'aal1', NULL), + ('bef708e1-1904-4d95-b4ce-353deb3e1d09', '70d79ccb-8689-4f58-9987-93ed8070c081', '2023-10-17 18:07:37.724116+00', '2023-10-17 18:07:37.724116+00', NULL, 'aal1', NULL), + ('652f3876-063a-4008-9454-d14d7d2c9470', '853cb003-66a6-4259-a5d5-1341d4c49229', '2023-10-17 18:07:37.731083+00', '2023-10-17 18:07:37.731083+00', NULL, 'aal1', NULL), + ('3d295b6e-b534-450c-9629-677fb07d00bc', '599e1862-83d4-4e03-8615-98c27519841f', '2023-10-17 18:07:37.741173+00', '2023-10-17 18:07:37.741173+00', NULL, 'aal1', NULL), + ('e4fe800d-997e-47be-a760-a81de0e6beff', '3e314ae6-93b9-4adb-adff-cfe0a68d025e', '2023-10-17 18:07:37.830173+00', '2023-10-17 18:07:37.830173+00', NULL, 'aal1', NULL), + ('2299203f-318c-46ea-a48f-9b8b2f51961a', '2bac0d34-cde3-4839-9d04-498967e0c7ff', '2023-10-17 18:07:37.830092+00', '2023-10-17 18:07:37.830092+00', NULL, 'aal1', NULL), + ('5e65f056-587d-44fe-a473-ef355668d800', '02738d99-fc0a-41b9-ab4d-af87063a32f1', '2023-10-17 18:07:37.85315+00', '2023-10-17 18:07:37.85315+00', NULL, 'aal1', NULL), + ('8e961797-c9cd-4f33-a3cd-af764f64ea75', '66cd3f91-3ccb-4c4c-99fb-14a944bb4f64', '2023-10-17 18:07:37.860574+00', '2023-10-17 18:07:37.860574+00', NULL, 'aal1', NULL), + ('0cabd0f4-bd7a-4e25-9915-c3ba9396dcc1', '318358a3-e11d-4382-a53a-3c8038337bac', '2023-10-17 18:07:52.689168+00', '2023-10-17 18:07:52.689168+00', NULL, 'aal1', NULL), + ('2af92f79-8941-44df-9e3e-55547a95ab04', 'b85dceaa-0e32-49e4-ae19-847a8f9c279d', '2023-10-17 18:07:52.69183+00', '2023-10-17 18:07:52.69183+00', NULL, 'aal1', NULL), + ('9e82baf1-b527-4518-a271-922540ffe936', '58e3df89-f67e-4494-a63d-5785c43af211', '2023-10-17 18:07:52.703461+00', '2023-10-17 18:07:52.703461+00', NULL, 'aal1', NULL), + ('34317f75-21f2-4931-b3df-c0f4e7294d32', '3aee2041-7f05-4fbc-82d1-efab1f19623f', '2023-10-17 18:07:52.704728+00', '2023-10-17 18:07:52.704728+00', NULL, 'aal1', NULL), + ('c98dfe24-41f7-4b28-b7e3-252787f3f5cd', '52ad1367-aaa4-4486-9949-6b203f8d022a', '2023-10-17 18:07:52.789402+00', '2023-10-17 18:07:52.789402+00', NULL, 'aal1', NULL), + ('1085fad8-e158-42bd-b875-ebc1ccd04e61', '9187dcff-723b-4872-ad4d-8a2fe7fe93b3', '2023-10-17 18:07:52.793167+00', '2023-10-17 18:07:52.793167+00', NULL, 'aal1', NULL), + ('1f034190-bfbd-4ad8-b3a7-a2b97329213f', 'a07cc360-f9e7-44d9-a8e0-186335eaaf27', '2023-10-17 18:07:52.809632+00', '2023-10-17 18:07:52.809632+00', NULL, 'aal1', NULL), + ('43ce5ada-787e-48ad-abb9-2988375f401e', 'cac2b89c-3444-4d54-87d1-6a8926d0adc5', '2023-10-17 18:07:52.862697+00', '2023-10-17 18:07:52.862697+00', NULL, 'aal1', NULL), + ('4d1ceec0-a8ab-4056-b6c1-9782da60237b', '17849d4d-bec8-4988-aff9-dc8784b91ca9', '2023-10-17 18:07:52.906888+00', '2023-10-17 18:07:52.906888+00', NULL, 'aal1', NULL), + ('ca4a9542-e107-4336-895f-c3acc9c0a28a', 'ad0b4133-fc25-4243-bdfd-88150902e41b', '2023-10-17 18:46:34.902541+00', '2023-10-17 18:46:34.902541+00', NULL, 'aal1', NULL), + ('64327557-08e2-49e6-a341-9cc92308555b', '4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a', '2023-10-17 18:46:35.365682+00', '2023-10-17 18:46:35.365682+00', NULL, 'aal1', NULL), + ('55c04028-3835-465c-9982-39deac826d76', 'd02b3cff-b526-4a40-966b-4585acb2664d', '2023-10-17 18:46:43.185657+00', '2023-10-17 18:46:43.185657+00', NULL, 'aal1', NULL), + ('08328c07-1b64-4a12-9f2e-f0e83f1de648', 'b5a96176-148d-43ec-9d5d-ea7ab65dde41', '2023-10-17 18:46:43.87956+00', '2023-10-17 18:46:43.87956+00', NULL, 'aal1', NULL), + ('930ce0fe-5177-4bc2-a440-64a8790a7af1', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:54:43.874168+00', '2023-10-18 09:54:43.874168+00', NULL, 'aal1', NULL); + + +-- +-- Data for Name: mfa_amr_claims; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + +INSERT INTO "auth"."mfa_amr_claims" ("session_id", "created_at", "updated_at", "authentication_method", "id") VALUES + ('72da371d-111c-467c-a0df-2d7c5c9a54fe', '2023-09-21 09:56:28.919972+00', '2023-09-21 09:56:28.919972+00', 'password', '63155a78-0805-4cb4-afea-f3e731bac21c'), + ('4e9021e4-400d-43af-9199-6cf5b6a519f2', '2023-10-17 18:51:41.459386+00', '2023-10-17 18:51:41.459386+00', 'password', 'e9a55856-84da-41a8-b167-0c91f2ddd1d4'), + ('f9e6b7f0-b65f-46ef-8160-68fa43aa6343', '2023-10-17 18:51:41.843412+00', '2023-10-17 18:51:41.843412+00', 'password', 'fba26800-1ae8-4bb8-8a4e-bb875ade2219'), + ('e6c493be-50e2-4ea7-b6ec-130162c4d43a', '2023-09-26 08:59:20.875846+00', '2023-09-26 08:59:20.875846+00', 'password', 'af26535d-b119-41d4-9063-e22b9d79e99f'), + ('5262abcd-ac9d-4999-aef0-21ab70f6f80f', '2023-09-26 08:59:31.23378+00', '2023-09-26 08:59:31.23378+00', 'password', 'a59248cd-1439-48a2-a361-018ca0af60be'), + ('d5c7e07c-6ccf-4f02-92a6-291c6fa4a227', '2023-09-26 08:59:31.241126+00', '2023-09-26 08:59:31.241126+00', 'password', '31340a51-4b83-4f26-814b-b79fe4f8b05f'), + ('a454149e-8c6b-48d9-8c55-17ed2f97d7c7', '2023-09-26 08:59:31.249143+00', '2023-09-26 08:59:31.249143+00', 'password', '1de4c0af-6214-4198-a83b-cbf91d6cd4f7'), + ('e58005b8-e509-46b7-8824-caad4d9ea872', '2023-09-26 08:59:31.259665+00', '2023-09-26 08:59:31.259665+00', 'password', '02de0368-f14f-4f1f-9818-67a194e08686'), + ('2da64736-0bf3-405e-b913-1b58c3709e37', '2023-09-26 08:59:31.299575+00', '2023-09-26 08:59:31.299575+00', 'password', '8e4b8b04-bc24-4265-9a75-19b6707dd32c'), + ('5e9f29a5-36c3-40c7-9e8f-6a37855067b5', '2023-09-26 08:59:31.333802+00', '2023-09-26 08:59:31.333802+00', 'password', '0a23cb15-fb10-43d1-b9e2-f347f199df52'), + ('ab79ad2a-8e28-443d-b97d-bca955d54c57', '2023-09-26 08:59:31.351744+00', '2023-09-26 08:59:31.351744+00', 'password', 'f8764ead-5e11-4212-8f99-730ae3a2b3bf'), + ('fa222f05-9eec-45b6-839a-69e26d98c591', '2023-09-26 08:59:31.370613+00', '2023-09-26 08:59:31.370613+00', 'password', '0c0770fe-15cf-4261-9ac4-aea46ed99198'), + ('c73c1e27-b039-4bef-9925-df4c73d36d20', '2023-09-26 08:59:31.401794+00', '2023-09-26 08:59:31.401794+00', 'password', '6d350f25-e92b-4788-b27f-a22e138d460f'), + ('b85558fe-ca7a-448c-a07c-dc7f00bbff54', '2023-09-27 09:48:42.688134+00', '2023-09-27 09:48:42.688134+00', 'oauth', '3280da7b-6616-4d24-9ef8-a932ddde45c3'), + ('0eabbf35-5bd2-49bd-9fbc-f7c7f4bd08a6', '2023-09-28 03:46:56.969668+00', '2023-09-28 03:46:56.969668+00', 'oauth', 'b3fc0af8-a8c3-4b47-8dd9-6819965064e3'), + ('d0c502ee-c4ba-4181-afed-90061962007a', '2023-09-28 12:09:36.407624+00', '2023-09-28 12:09:36.407624+00', 'oauth', '18b8949f-44d4-4672-8ac8-8a7af418bb1b'), + ('bd8c041f-f4ad-4406-a3ac-2c986be547b4', '2023-09-28 13:15:07.102327+00', '2023-09-28 13:15:07.102327+00', 'oauth', 'b5540775-a72c-479c-9a53-eca4524de587'), + ('2cbffe9b-9f5a-4aae-a8cf-8276b8228822', '2023-09-28 14:42:15.217852+00', '2023-09-28 14:42:15.217852+00', 'oauth', '30d3a8e3-132c-42ec-9437-407a0ed84527'), + ('5413cd19-27db-4bb5-9f85-91605d739825', '2023-10-01 10:09:11.6776+00', '2023-10-01 10:09:11.6776+00', 'oauth', '15c0340b-3a52-4cbc-bbcb-4625bf4f78d3'), + ('231c121c-d722-4da1-92d0-28517d3a46a1', '2023-10-02 10:01:23.443449+00', '2023-10-02 10:01:23.443449+00', 'oauth', 'e88a5f6e-bc4b-4571-b773-7b8eddf9871d'), + ('b81757bd-485c-4aee-a66b-138094a54132', '2023-10-02 12:00:45.652893+00', '2023-10-02 12:00:45.652893+00', 'oauth', '86e28fdc-0667-4f37-8b2e-f42fb827938d'), + ('82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2', '2023-10-03 08:40:37.019863+00', '2023-10-03 08:40:37.019863+00', 'oauth', '60802083-ced1-49f2-8a12-213f105c81ef'), + ('7aca6591-719e-40ef-a0cc-c9a57aa7caaf', '2023-10-05 09:03:22.273366+00', '2023-10-05 09:03:22.273366+00', 'oauth', '7a8ede9b-437d-469c-b329-b8bb97a39d25'), + ('fde6a278-1fb8-4eae-ab6b-2bb2e4d0ca65', '2023-10-06 07:05:40.632485+00', '2023-10-06 07:05:40.632485+00', 'oauth', '38524fef-d6a2-4f93-a8b8-6ec0ff0a061b'), + ('90add6fd-6094-4f10-9ce2-822af68061b0', '2023-10-06 18:37:55.39932+00', '2023-10-06 18:37:55.39932+00', 'oauth', '4a0bddec-f3c3-4274-b0ba-986f9ecaa9fc'), + ('4b585997-d7bf-4d82-a9fc-2d243d16bb48', '2023-10-08 10:12:08.313114+00', '2023-10-08 10:12:08.313114+00', 'oauth', '16374bfb-63c8-4f71-b9b1-d93d19968ab3'), + ('c12a4ddd-c4a6-4d6f-9bec-99613005e064', '2023-10-09 12:44:00.349665+00', '2023-10-09 12:44:00.349665+00', 'oauth', 'c3cde41b-cbd2-411a-a570-f5dff4d3f722'), + ('55777029-a1b8-442f-a7fd-36c411b888dd', '2023-10-09 15:08:09.931295+00', '2023-10-09 15:08:09.931295+00', 'oauth', '1aa73994-8b75-42ce-b94f-cb6a15deba27'), + ('806bcabf-02a0-4234-9f00-e00fcbeb18a9', '2023-10-11 10:25:02.993073+00', '2023-10-11 10:25:02.993073+00', 'oauth', 'f353f279-c2d9-43e9-8593-37ba766f72e2'), + ('b7c2c354-c84b-4bff-9245-00cea133a99b', '2023-10-11 14:26:14.290217+00', '2023-10-11 14:26:14.290217+00', 'oauth', '0acf3cc4-8ea6-467e-a70c-8fa925710afe'), + ('45f92069-7f1c-46cd-b30a-9402b2860abd', '2023-10-11 20:37:29.268612+00', '2023-10-11 20:37:29.268612+00', 'oauth', 'd793de07-5ea9-4a7c-b9c9-e29f38ce670a'), + ('4bd82639-34b6-43d1-aea2-7d32015272b5', '2023-10-16 12:42:58.575131+00', '2023-10-16 12:42:58.575131+00', 'oauth', 'f466ee1c-9901-49a4-be13-5238126206f0'), + ('f1752940-8dea-4c1b-a6d1-ea19446dc97a', '2023-10-16 18:20:40.209393+00', '2023-10-16 18:20:40.209393+00', 'oauth', 'ee44f02e-80fe-4314-8d29-ac2ca7c2c065'), + ('334c81b8-050b-405c-812a-7c3788b63bce', '2023-10-17 13:35:39.379238+00', '2023-10-17 13:35:39.379238+00', 'oauth', 'c8cd7adc-add9-4848-87e5-95e4df8aa774'), + ('11327f65-9f03-4685-b513-46076868d36f', '2023-10-17 18:07:37.728835+00', '2023-10-17 18:07:37.728835+00', 'password', 'a741b67d-581c-4e95-83e7-4410d5bbf0db'), + ('1ccbf298-50b2-40ef-9b9b-fa70ed8b48ab', '2023-10-17 18:07:37.733858+00', '2023-10-17 18:07:37.733858+00', 'password', '0a8b62d3-d602-4c00-8eed-dbe06e6a367c'), + ('bef708e1-1904-4d95-b4ce-353deb3e1d09', '2023-10-17 18:07:37.734865+00', '2023-10-17 18:07:37.734865+00', 'password', 'c0d5d6d7-62eb-4f37-98c0-b281958fa71d'), + ('652f3876-063a-4008-9454-d14d7d2c9470', '2023-10-17 18:07:37.740922+00', '2023-10-17 18:07:37.740922+00', 'password', '7198589c-a679-43ef-859f-8479bc111b35'), + ('3d295b6e-b534-450c-9629-677fb07d00bc', '2023-10-17 18:07:37.743568+00', '2023-10-17 18:07:37.743568+00', 'password', '97c29594-58aa-4255-8884-1dedb0b0259c'), + ('2299203f-318c-46ea-a48f-9b8b2f51961a', '2023-10-17 18:07:37.8318+00', '2023-10-17 18:07:37.8318+00', 'password', '56f62beb-9e3d-41c5-9e96-c3844b3b752e'), + ('e4fe800d-997e-47be-a760-a81de0e6beff', '2023-10-17 18:07:37.83181+00', '2023-10-17 18:07:37.83181+00', 'password', 'b748a1ce-2c97-4305-bd9b-3b8fdd49a5dd'), + ('5e65f056-587d-44fe-a473-ef355668d800', '2023-10-17 18:07:37.854624+00', '2023-10-17 18:07:37.854624+00', 'password', 'dd595a13-64c6-4182-a7a1-9e4b521fa6c1'), + ('8e961797-c9cd-4f33-a3cd-af764f64ea75', '2023-10-17 18:07:37.867703+00', '2023-10-17 18:07:37.867703+00', 'password', '23ecc02a-7b0d-4632-9d2b-77dadb1785c4'), + ('0cabd0f4-bd7a-4e25-9915-c3ba9396dcc1', '2023-10-17 18:07:52.690821+00', '2023-10-17 18:07:52.690821+00', 'password', '4cdf10e9-bbf3-4e59-9c90-8a6aa24a2c13'), + ('2af92f79-8941-44df-9e3e-55547a95ab04', '2023-10-17 18:07:52.693727+00', '2023-10-17 18:07:52.693727+00', 'password', '57011131-c0f6-4a3d-b70f-7ddffbc105da'), + ('9e82baf1-b527-4518-a271-922540ffe936', '2023-10-17 18:07:52.707452+00', '2023-10-17 18:07:52.707452+00', 'password', '3dbdb945-5e97-49b1-a91d-0115153e9f41'), + ('34317f75-21f2-4931-b3df-c0f4e7294d32', '2023-10-17 18:07:52.714955+00', '2023-10-17 18:07:52.714955+00', 'password', 'b31595fc-e2ba-4f24-804a-9b4a2d69f06a'), + ('c98dfe24-41f7-4b28-b7e3-252787f3f5cd', '2023-10-17 18:07:52.79316+00', '2023-10-17 18:07:52.79316+00', 'password', '40db3853-80ca-4b99-b309-e9ee722f10ab'), + ('1085fad8-e158-42bd-b875-ebc1ccd04e61', '2023-10-17 18:07:52.794198+00', '2023-10-17 18:07:52.794198+00', 'password', 'd3f84c7a-6af4-49bf-b808-929f1c4f7c6c'), + ('1f034190-bfbd-4ad8-b3a7-a2b97329213f', '2023-10-17 18:07:52.811561+00', '2023-10-17 18:07:52.811561+00', 'password', '3d461e1f-8c63-4c23-9f4a-bac1046c04cd'), + ('43ce5ada-787e-48ad-abb9-2988375f401e', '2023-10-17 18:07:52.867704+00', '2023-10-17 18:07:52.867704+00', 'password', '0f1ee9d6-941a-45f7-8539-1edf34d560c1'), + ('4d1ceec0-a8ab-4056-b6c1-9782da60237b', '2023-10-17 18:07:52.910696+00', '2023-10-17 18:07:52.910696+00', 'password', 'e41fa3b2-fdfc-47f0-a7e0-e907be522f02'), + ('ca4a9542-e107-4336-895f-c3acc9c0a28a', '2023-10-17 18:46:34.905115+00', '2023-10-17 18:46:34.905115+00', 'password', 'aeef3b68-9cb6-4b78-9ff5-83cfc9e3eb17'), + ('64327557-08e2-49e6-a341-9cc92308555b', '2023-10-17 18:46:35.367571+00', '2023-10-17 18:46:35.367571+00', 'password', '3a5853d0-9a68-4a78-986a-f74ef32a8897'), + ('55c04028-3835-465c-9982-39deac826d76', '2023-10-17 18:46:43.188227+00', '2023-10-17 18:46:43.188227+00', 'password', 'c657395e-b5e0-49cc-9a4d-87cb12d8872b'), + ('08328c07-1b64-4a12-9f2e-f0e83f1de648', '2023-10-17 18:46:43.88232+00', '2023-10-17 18:46:43.88232+00', 'password', 'd10aaeb6-a8d0-44d4-99e0-22df55bf791a'), + ('930ce0fe-5177-4bc2-a440-64a8790a7af1', '2023-10-18 09:54:43.876843+00', '2023-10-18 09:54:43.876843+00', 'oauth', 'f2621b19-db5f-4797-b43b-224a25e4403e'); + + +-- +-- Data for Name: mfa_factors; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + + + +-- +-- Data for Name: mfa_challenges; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + + + +-- +-- Data for Name: refresh_tokens; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + +INSERT INTO "auth"."refresh_tokens" ("instance_id", "id", "token", "user_id", "revoked", "created_at", "updated_at", "parent", "session_id") VALUES + ('00000000-0000-0000-0000-000000000000', 127, 'ZfnG0wVAOB7acBUvUfdNLA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-27 11:50:24.128976+00', '2023-09-27 13:53:41.498681+00', 'frAa1jbxro6OmQZe7RG9tw', 'b85558fe-ca7a-448c-a07c-dc7f00bbff54'), + ('00000000-0000-0000-0000-000000000000', 552, 'azihS8-JXpp6SRR2zt8fPg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-17 13:35:39.375267+00', '2023-10-17 13:35:39.375267+00', NULL, '334c81b8-050b-405c-812a-7c3788b63bce'), + ('00000000-0000-0000-0000-000000000000', 128, 'Vhgc5VmbcBTpQn8EDj0HoA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-27 13:53:41.499165+00', '2023-09-27 14:17:55.681578+00', 'ZfnG0wVAOB7acBUvUfdNLA', 'b85558fe-ca7a-448c-a07c-dc7f00bbff54'), + ('00000000-0000-0000-0000-000000000000', 200, 'rEL8S9_IxoDSDtbrlZX2DA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 06:29:03.049111+00', '2023-10-02 07:27:05.923131+00', 'dLFzg2hb3gb92kwFX8oEWQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 129, 'HG7qIAQ0cxPVG6wF_8gxFw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 03:46:56.967507+00', '2023-09-28 05:05:55.589952+00', NULL, '0eabbf35-5bd2-49bd-9fbc-f7c7f4bd08a6'), + ('00000000-0000-0000-0000-000000000000', 284, 'xH4lpBOgT5iiqTWCuJayQg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 09:03:22.271527+00', '2023-10-05 10:09:56.368893+00', NULL, '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 130, 'FfoIiH9a46cmdcGpNTCp6w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 05:05:55.590877+00', '2023-09-28 05:06:06.691108+00', 'HG7qIAQ0cxPVG6wF_8gxFw', '0eabbf35-5bd2-49bd-9fbc-f7c7f4bd08a6'), + ('00000000-0000-0000-0000-000000000000', 201, 'i98xAQPZUYOUmdD4Vz8ofg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 07:27:05.925823+00', '2023-10-02 08:25:07.40322+00', 'rEL8S9_IxoDSDtbrlZX2DA', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 132, 'Y3YcZoM4sbtmH7lbjcIGKw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-09-28 13:15:07.100545+00', '2023-09-28 13:15:07.100545+00', NULL, 'bd8c041f-f4ad-4406-a3ac-2c986be547b4'), + ('00000000-0000-0000-0000-000000000000', 131, 'VfQbuq0KDAZRwsOQMLFzcQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 12:09:36.405572+00', '2023-09-28 13:15:21.309703+00', NULL, 'd0c502ee-c4ba-4181-afed-90061962007a'), + ('00000000-0000-0000-0000-000000000000', 133, 'rsnPkx5XxtFHMRryQyGByQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-09-28 13:15:21.310362+00', '2023-09-28 13:15:21.310362+00', 'VfQbuq0KDAZRwsOQMLFzcQ', 'd0c502ee-c4ba-4181-afed-90061962007a'), + ('00000000-0000-0000-0000-000000000000', 134, '53OqMJ7moJaB1MnGdi-XlQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 14:42:15.215944+00', '2023-09-28 15:46:35.892353+00', NULL, '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 135, 'GRmmiKY4eK4x6miofHDPFg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 15:46:35.892964+00', '2023-09-28 17:33:07.320728+00', '53OqMJ7moJaB1MnGdi-XlQ', '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 137, 'JeaKZZ5TudOMVUI5ITPjZQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 18:55:06.108176+00', '2023-09-28 19:21:32.506705+00', 'RV942e6OIOkMzOEdOXKFZQ', '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 138, 'tUX2RR8k8ROb9q1HNJWoOQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 18:55:06.111777+00', '2023-09-28 19:21:32.506705+00', 'RV942e6OIOkMzOEdOXKFZQ', '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 139, '-LI5BKrNHfnNM7QUrBFKNA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 18:55:06.136049+00', '2023-09-28 19:21:32.506705+00', 'RV942e6OIOkMzOEdOXKFZQ', '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 8, 'urCSdCvS6AnfkspEhiKwjw', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 09:56:28.917669+00', '2023-09-21 11:56:15.229186+00', NULL, '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 18, '-H0ouWIVCQmDZfJoEoCS8g', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 11:56:15.229668+00', '2023-09-21 14:21:05.364063+00', 'urCSdCvS6AnfkspEhiKwjw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 20, 'j_1xVUj1-K-gkHzted7B8Q', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 14:21:05.364386+00', '2023-09-21 19:28:47.791941+00', '-H0ouWIVCQmDZfJoEoCS8g', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 22, 'P9NIW-a92X6sL2OUwbK05g', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 19:28:47.79253+00', '2023-09-22 11:25:12.2556+00', 'j_1xVUj1-K-gkHzted7B8Q', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 24, 'c6-lDAFCDYLiMQePG7KlJw', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-22 11:25:12.255892+00', '2023-09-22 12:43:56.112476+00', 'P9NIW-a92X6sL2OUwbK05g', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 26, 'CzhDHUtpy1PYqyjes-nIDg', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-22 12:43:56.112756+00', '2023-09-22 14:14:50.402962+00', 'c6-lDAFCDYLiMQePG7KlJw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 9, 'aDTNCoRN9c1JCsJl456rqA', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 11:56:14.405518+00', '2023-09-22 15:58:57.262897+00', 'urCSdCvS6AnfkspEhiKwjw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 10, 'SilgwKV0BmG4FrNFTlWSGw', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 11:56:14.451057+00', '2023-09-22 15:58:57.262897+00', 'urCSdCvS6AnfkspEhiKwjw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 11, 'A5lX1mlBkpIGC13TgDvkPA', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 11:56:14.514247+00', '2023-09-22 15:58:57.262897+00', 'urCSdCvS6AnfkspEhiKwjw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 12, 'rEnOAgFP9fJfDXUJpx0A3w', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 11:56:14.815854+00', '2023-09-22 15:58:57.262897+00', 'urCSdCvS6AnfkspEhiKwjw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 13, 'Sm4YKyCoNBzKBXiFhMoghQ', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 11:56:14.840279+00', '2023-09-22 15:58:57.262897+00', 'urCSdCvS6AnfkspEhiKwjw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 14, 'qOCec0OS1aTu_SB1AHFVDw', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 11:56:14.846181+00', '2023-09-22 15:58:57.262897+00', 'urCSdCvS6AnfkspEhiKwjw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 15, 'q812fTEyVEDbMZq3QrLung', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 11:56:14.868061+00', '2023-09-22 15:58:57.262897+00', 'urCSdCvS6AnfkspEhiKwjw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 16, 'gNpJNzBxs8RGG6tN9tKAUg', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 11:56:15.212378+00', '2023-09-22 15:58:57.262897+00', 'urCSdCvS6AnfkspEhiKwjw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 17, 'EArRtHiPIhI_FvvmqjK4IA', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 11:56:15.218121+00', '2023-09-22 15:58:57.262897+00', 'urCSdCvS6AnfkspEhiKwjw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 19, 'PGtS1crKhhB4oCALJ6WSoQ', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 14:21:04.729889+00', '2023-09-22 15:58:57.262897+00', '-H0ouWIVCQmDZfJoEoCS8g', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 21, 'qCfP_jTfKr7MJXhGE_PpOg', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-21 19:28:47.114083+00', '2023-09-22 15:58:57.262897+00', 'j_1xVUj1-K-gkHzted7B8Q', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 23, 'ao8jHyD42D1aqorch3qc2A', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-22 11:25:11.74289+00', '2023-09-22 15:58:57.262897+00', 'P9NIW-a92X6sL2OUwbK05g', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 25, 'SPaz69b3hsmPUm8CdUP6Og', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-22 12:43:55.729965+00', '2023-09-22 15:58:57.262897+00', 'c6-lDAFCDYLiMQePG7KlJw', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 27, 'dyG9X0fCjQ5MNuB9NDqsYg', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, '2023-09-22 14:14:50.404255+00', '2023-09-22 15:58:57.262897+00', 'CzhDHUtpy1PYqyjes-nIDg', '72da371d-111c-467c-a0df-2d7c5c9a54fe'), + ('00000000-0000-0000-0000-000000000000', 105, '9ncgLDeZcz1zzVXnJ1bhlg', '7985c1e1-c269-4247-8bd5-ddc1ff7ad963', false, '2023-09-26 08:59:20.874629+00', '2023-09-26 08:59:20.874629+00', NULL, 'e6c493be-50e2-4ea7-b6ec-130162c4d43a'), + ('00000000-0000-0000-0000-000000000000', 114, 'f6VtgEI3905OYBWJm1Dc_A', '1186ee43-7f47-41d4-8b62-8b72ac1f1f20', false, '2023-09-26 08:59:31.23264+00', '2023-09-26 08:59:31.23264+00', NULL, '5262abcd-ac9d-4999-aef0-21ab70f6f80f'), + ('00000000-0000-0000-0000-000000000000', 115, 'z6uhgnZ9dtB5x9QIrznl3Q', '58f306cd-9760-4d7e-8ddf-fa9f0623d960', false, '2023-09-26 08:59:31.240014+00', '2023-09-26 08:59:31.240014+00', NULL, 'd5c7e07c-6ccf-4f02-92a6-291c6fa4a227'), + ('00000000-0000-0000-0000-000000000000', 116, 'rB8jRzDxzEYy6lvQO6T1mQ', '0627fa63-775d-4f95-a04c-99eea6bfb26b', false, '2023-09-26 08:59:31.240112+00', '2023-09-26 08:59:31.240112+00', NULL, 'a454149e-8c6b-48d9-8c55-17ed2f97d7c7'), + ('00000000-0000-0000-0000-000000000000', 117, 'JsBVM9GTZKRdVYREX_h_eQ', 'de55e061-f61e-4ac3-8789-7a20de5cf4f0', false, '2023-09-26 08:59:31.258168+00', '2023-09-26 08:59:31.258168+00', NULL, 'e58005b8-e509-46b7-8824-caad4d9ea872'), + ('00000000-0000-0000-0000-000000000000', 118, 'awfUVVMUy1EdRh_UJ8J_uA', '968f34de-4b5d-4f47-88d7-1cd9b860fe00', false, '2023-09-26 08:59:31.29826+00', '2023-09-26 08:59:31.29826+00', NULL, '2da64736-0bf3-405e-b913-1b58c3709e37'), + ('00000000-0000-0000-0000-000000000000', 119, 'VCg-Rv8tMajUBonF9j0qYQ', 'd70ffad1-6f51-4695-870d-5084a6fe5e5c', false, '2023-09-26 08:59:31.333081+00', '2023-09-26 08:59:31.333081+00', NULL, '5e9f29a5-36c3-40c7-9e8f-6a37855067b5'), + ('00000000-0000-0000-0000-000000000000', 120, 'C2GFBOnCyEhCjJ-KUKsoFw', '31c5fbff-4848-43c0-b659-61f24232dc4c', false, '2023-09-26 08:59:31.350313+00', '2023-09-26 08:59:31.350313+00', NULL, 'ab79ad2a-8e28-443d-b97d-bca955d54c57'), + ('00000000-0000-0000-0000-000000000000', 121, 'pLyyeMfnWaL7LV_BiwVfzw', 'b5651056-9163-4ed8-80d6-7637f7264185', false, '2023-09-26 08:59:31.368342+00', '2023-09-26 08:59:31.368342+00', NULL, 'fa222f05-9eec-45b6-839a-69e26d98c591'), + ('00000000-0000-0000-0000-000000000000', 122, 'ZVCcz9UN6OUEY6Vqkgtl1w', '97b678ec-36e3-49f3-9d02-fa58bd4ae325', false, '2023-09-26 08:59:31.399784+00', '2023-09-26 08:59:31.399784+00', NULL, 'c73c1e27-b039-4bef-9925-df4c73d36d20'), + ('00000000-0000-0000-0000-000000000000', 125, 'K_3pTEULsQ9Ov6MeudplAg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-27 09:48:42.685756+00', '2023-09-27 10:46:52.744441+00', NULL, 'b85558fe-ca7a-448c-a07c-dc7f00bbff54'), + ('00000000-0000-0000-0000-000000000000', 126, 'frAa1jbxro6OmQZe7RG9tw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-27 10:46:52.745125+00', '2023-09-27 11:50:24.12859+00', 'K_3pTEULsQ9Ov6MeudplAg', 'b85558fe-ca7a-448c-a07c-dc7f00bbff54'), + ('00000000-0000-0000-0000-000000000000', 351, 's3B9htHFSz3nxllykfGSDg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 10:12:08.311393+00', '2023-10-08 12:16:47.112828+00', NULL, '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 140, 'Wrm80J5oWLoGyvQwm6CKOg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 18:55:06.162741+00', '2023-09-28 19:21:32.506705+00', 'RV942e6OIOkMzOEdOXKFZQ', '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 202, 'OOQQWCTwzScNnBchfqyX5A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 08:25:07.403826+00', '2023-10-02 08:53:31.500468+00', 'i98xAQPZUYOUmdD4Vz8ofg', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 147, 'sHvhs69sAvfWUn_NzQ5wBQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.070122+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 152, 'c1Fq6U_Qe3cP_-mPS-AxCw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.146242+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 159, '_xupI6svCnKI14xytNeIgQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.263231+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 153, 'TpvsZiWD3sIWKTaWIo9Mpw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.153302+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 154, 'S2LJiWi_dxKKV8M082LmvQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.171996+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 155, 'kBAWGW3XIUc6S2ugB5GWhw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.193955+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 352, '4RExs8N4SG72X4QIdpRQwQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 12:16:47.114182+00', '2023-10-08 17:23:35.63363+00', 's3B9htHFSz3nxllykfGSDg', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 156, 'N7eyuQAfNip2FQJ-fj9J1A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.228728+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 157, 'tiQEWRT5wGwRl5bD-BIZcw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.240132+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 158, 'JeO9JQFgkB3fncyFzryztg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.250578+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 160, 'JOv2diVTM-YcniQ8ir2nWw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.275567+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 161, '80UuSOnjrSSH3DkbO3Y2ew', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.28684+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 162, 'eG_pS1dAYnvZKT-3wTawxg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.30361+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 163, 'kddnCXVEK2owVhVTYWpaBA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.326747+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 164, 'LBG9L0Ky3tjvYJQHIQjkiA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.339571+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 165, '1ct6u79KJ7mpNsfJcynwGw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.865337+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 167, 'e33QD-nWxq4zq4zEYGmyBQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 18:13:49.586686+00', '2023-10-02 08:53:31.500468+00', 'bg6NUo0zw6_hzVdbDHJgOA', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 169, 'LKnXJ1iXQj7OWhr9xRRo0w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 19:25:20.796743+00', '2023-10-02 08:53:31.500468+00', 'cPppRSQOrq0KAHyPM905Lw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 170, 'OlBQlvLoW3cZig5-KmJO0Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 19:25:20.826554+00', '2023-10-02 08:53:31.500468+00', 'cPppRSQOrq0KAHyPM905Lw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 171, 'FeZunerW7dfpEvqFjX5tlA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 19:25:20.86498+00', '2023-10-02 08:53:31.500468+00', 'cPppRSQOrq0KAHyPM905Lw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 146, 'BlVLm5fNL5wgvnmrZiTjLQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 10:09:11.675758+00', '2023-10-01 13:10:30.867751+00', NULL, '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 172, 'a0-UTdSyJEG003I270fNKQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 19:25:20.893702+00', '2023-10-02 08:53:31.500468+00', 'cPppRSQOrq0KAHyPM905Lw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 173, 'nEd47_gKt486M5sCZLNxDQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 19:25:20.91023+00', '2023-10-02 08:53:31.500468+00', 'cPppRSQOrq0KAHyPM905Lw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 174, 'jfXrmP-oCyv1s5mb5ym9pQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 19:25:20.930326+00', '2023-10-02 08:53:31.500468+00', 'cPppRSQOrq0KAHyPM905Lw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 175, 'DElGaxtIemH-ROFckL3u2g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 19:25:20.936535+00', '2023-10-02 08:53:31.500468+00', 'cPppRSQOrq0KAHyPM905Lw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 176, '1KCVEG3djG5oyYM-tMOUuw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 19:25:20.955317+00', '2023-10-02 08:53:31.500468+00', 'cPppRSQOrq0KAHyPM905Lw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 177, 'ZhdN3QxW5IJrDEkkJKmK1Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 19:25:20.972718+00', '2023-10-02 08:53:31.500468+00', 'cPppRSQOrq0KAHyPM905Lw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 178, 'TUtzjZ769Ivopfi5-g4M4A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 19:25:21.58899+00', '2023-10-02 08:53:31.500468+00', 'cPppRSQOrq0KAHyPM905Lw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 180, 'tpkcX9ZbFA6KHYxUFUuEPw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.245459+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 181, 'ul1xJTFOBJaYyrb5lsAueg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.359304+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 182, 'DTovGMq2YhKko-dNTGFFXA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.382206+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 183, 'AERfPlrLIHiIvrNsclng-g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.422254+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 184, 'TiLAGCEBantJQVpUoteCRg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.439853+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 361, 'jTd-0BZ-nLUQZ_3cFcyvfA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:57.909003+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 393, 'zQhLK9L9a-cIT0Zb4mnXTw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-09 16:08:50.63756+00', '2023-10-09 16:08:50.63756+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 400, 'w75OBe8kMblpr4JvBTuFqw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-09 16:08:50.722144+00', '2023-10-09 16:08:50.722144+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 285, 'NtV1FxJ29LvDSxeY9fpTCg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 10:09:56.370291+00', '2023-10-05 12:03:24.003761+00', 'xH4lpBOgT5iiqTWCuJayQg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 286, '9igxL7_4RnSvmvxwZwcYgA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 12:03:23.709976+00', '2023-10-06 06:49:19.208898+00', 'NtV1FxJ29LvDSxeY9fpTCg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 225, 'yrYpRfy1v6r_5fmg9akHpA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.774896+00', '2023-10-04 07:18:31.032161+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 290, 'CEtRtP_0V8dp2MS0mqMG5w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 12:03:23.886842+00', '2023-10-06 06:49:19.208898+00', 'NtV1FxJ29LvDSxeY9fpTCg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 227, '3BSg3mkvn4PcP2aeyUSepw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 07:18:30.628551+00', '2023-10-04 20:17:16.532516+00', 'yrYpRfy1v6r_5fmg9akHpA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 219, 'E1y5lrlwX72qn0aFvrXIgw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.231713+00', '2023-10-04 20:17:16.532516+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 228, '5bEAB9T17SL46lhsi7nccA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 07:18:30.667034+00', '2023-10-04 20:17:16.532516+00', 'yrYpRfy1v6r_5fmg9akHpA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 234, '3uHPptNz-xIw60ZgnFD5qw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 07:18:30.730206+00', '2023-10-04 20:17:16.532516+00', 'yrYpRfy1v6r_5fmg9akHpA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 199, 'dLFzg2hb3gb92kwFX8oEWQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:41.052127+00', '2023-10-02 06:29:03.048287+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 148, 'vlADZ91qrXEnY-e62N7ybw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.07688+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 149, 'npj6dutcom0m6MXUxdMrbQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.087424+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 150, '8Tjioctw3H9nIexjJV9wHg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.12245+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 151, 'jjGmujjFbcVScEwnSnvYrQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.13586+00', '2023-10-02 08:53:31.500468+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 553, 'maTexJ4gi_3VClZtwHqWbg', 'c5e8398d-782a-4050-884e-8dc65a2cd869', false, '2023-10-17 18:07:37.721099+00', '2023-10-17 18:07:37.721099+00', NULL, '11327f65-9f03-4685-b513-46076868d36f'), + ('00000000-0000-0000-0000-000000000000', 203, 'QR2sXMquw2tRRCHa3-J4nw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 10:01:23.441529+00', '2023-10-02 10:59:53.604964+00', NULL, '231c121c-d722-4da1-92d0-28517d3a46a1'), + ('00000000-0000-0000-0000-000000000000', 136, 'RV942e6OIOkMzOEdOXKFZQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 17:33:07.32346+00', '2023-09-28 18:55:06.215446+00', 'GRmmiKY4eK4x6miofHDPFg', '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 204, 'DNuTQ8XP6niBJYKunL3PSw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 10:59:53.605826+00', '2023-10-02 11:50:56.142818+00', 'QR2sXMquw2tRRCHa3-J4nw', '231c121c-d722-4da1-92d0-28517d3a46a1'), + ('00000000-0000-0000-0000-000000000000', 141, 'hFVOtjEAvUQJ0gb2t_y2BQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 18:55:06.233274+00', '2023-09-28 19:21:32.506705+00', 'RV942e6OIOkMzOEdOXKFZQ', '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 142, 'Hbc6x3v3hU6XpO869oOBlg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 18:55:06.265847+00', '2023-09-28 19:21:32.506705+00', 'RV942e6OIOkMzOEdOXKFZQ', '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 143, 'C2f04EO_Cg8vCQpoNRjFOA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 18:55:06.304082+00', '2023-09-28 19:21:32.506705+00', 'RV942e6OIOkMzOEdOXKFZQ', '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 144, 'g4rtvGQglOgAyvAzXuaWMg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 18:55:06.376858+00', '2023-09-28 19:21:32.506705+00', 'RV942e6OIOkMzOEdOXKFZQ', '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 145, 'WWEcchsNc3ZQ20sQVOOIBw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-09-28 18:55:06.387961+00', '2023-09-28 19:21:32.506705+00', 'RV942e6OIOkMzOEdOXKFZQ', '2cbffe9b-9f5a-4aae-a8cf-8276b8228822'), + ('00000000-0000-0000-0000-000000000000', 297, 'V7ZvDR_8EYEW-NkzUQ8yag', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 13:06:36.811754+00', '2023-10-05 14:29:55.666721+00', 'DQMsk3xSRMblmdnYDuUd9A', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 237, 'utQXoOAgURYEBdHSYj8wWA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 08:34:45.034417+00', '2023-10-04 09:47:15.730921+00', 'JRRulL-SqmOvmmMBFfhjpw', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 363, 'IGswAJA2GckqgFTzAk9GSw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:57.98186+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 380, 'UfVkevad8lZjz_Tc0p7_zQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:42.713619+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 386, 'fLcpfUJ0TjORl1qP2KoFzw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:42.910173+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 394, '_hHSPXz8JbWxFu0MFCmKuQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-09 16:08:50.644852+00', '2023-10-09 16:08:50.644852+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 166, 'bg6NUo0zw6_hzVdbDHJgOA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 13:10:30.868164+00', '2023-10-01 18:13:49.613324+00', 'BlVLm5fNL5wgvnmrZiTjLQ', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 261, 'b0p5OIW28cQuCF14vf2WSQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 14:08:40.926403+00', '2023-10-04 15:11:31.733563+00', '2QsvLwkyiORI_sWBeFcgQg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 298, 'Y9-f6zCVI85jug4IE6435w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 14:29:55.66722+00', '2023-10-05 15:37:34.00252+00', 'V7ZvDR_8EYEW-NkzUQ8yag', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 229, '-TOEEZ07lhYzHL7P-_uLqg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 07:18:30.690494+00', '2023-10-04 20:17:16.532516+00', 'yrYpRfy1v6r_5fmg9akHpA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 238, 'sfGMfOsIDg7XMTqkfVgjlg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 09:47:15.247457+00', '2023-10-04 20:17:16.532516+00', 'utQXoOAgURYEBdHSYj8wWA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 241, 'CCkLTHX1HYRS_7ecGxNvEA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 09:47:15.339375+00', '2023-10-04 20:17:16.532516+00', 'utQXoOAgURYEBdHSYj8wWA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 257, 'FXwMtgAd7yn-55j68ZwWcA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 14:08:40.513504+00', '2023-10-04 20:17:16.532516+00', '2QsvLwkyiORI_sWBeFcgQg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 269, 'WpmGfRiUIgrKTLmZKkcbcQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 15:11:31.41308+00', '2023-10-04 20:17:16.532516+00', 'b0p5OIW28cQuCF14vf2WSQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 221, 'ZTGKBPoWz9JBn2qinVcfpw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.305423+00', '2023-10-04 20:17:16.532516+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 279, 'i5NdfS2ybksrTcRGiF-QUw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 18:22:04.385964+00', '2023-10-04 20:17:16.532516+00', 'JwhEaeg_89dDRMS7vBQ20Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 287, 'NRvhyPY5Phb3z0IrvU9N6w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 12:03:23.739833+00', '2023-10-06 06:49:19.208898+00', 'NtV1FxJ29LvDSxeY9fpTCg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 288, '9MZf5cowwrVpo9nVMeXirQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 12:03:23.819398+00', '2023-10-06 06:49:19.208898+00', 'NtV1FxJ29LvDSxeY9fpTCg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 289, 'lB2Wza8-ykSmJgylI-_52A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 12:03:23.838187+00', '2023-10-06 06:49:19.208898+00', 'NtV1FxJ29LvDSxeY9fpTCg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 299, 'BvPv_rX1i3KoixYkJrko3g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 15:37:33.265773+00', '2023-10-06 06:49:19.208898+00', 'Y9-f6zCVI85jug4IE6435w', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 302, 'YDgBi6K2pc3axhjZPAq_KA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 15:37:33.447349+00', '2023-10-06 06:49:19.208898+00', 'Y9-f6zCVI85jug4IE6435w', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 305, '6HsfBVTiEjSVTBlqwSOXMQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 15:37:33.933564+00', '2023-10-06 06:49:19.208898+00', 'Y9-f6zCVI85jug4IE6435w', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 308, 'hseIRYlVZce8O-jRsur8kQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 15:37:33.957466+00', '2023-10-06 06:49:19.208898+00', 'Y9-f6zCVI85jug4IE6435w', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 319, 'WaTw8qTF45zgv-xfVVlB6A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 06:14:28.330426+00', '2023-10-06 06:49:19.208898+00', '7r9BD2Jtt7bMexkc1SuMQg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 401, 'qNCbCbNUWPjaMthLsSoZtA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 16:08:51.150448+00', '2023-10-09 18:23:06.31484+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 324, 'OWCB73HZON9hZhd7UUYjVQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 07:05:40.630194+00', '2023-10-06 08:03:45.991218+00', NULL, 'fde6a278-1fb8-4eae-ab6b-2bb2e4d0ca65'), + ('00000000-0000-0000-0000-000000000000', 168, 'cPppRSQOrq0KAHyPM905Lw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 18:13:49.613651+00', '2023-10-01 19:25:21.588762+00', 'bg6NUo0zw6_hzVdbDHJgOA', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 327, 'il_Og53WMDIdtY3cMpVa6A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 10:00:41.349198+00', '2023-10-06 10:59:02.399339+00', 'hYBsiWJryVaUZ_P20LxW8w', 'fde6a278-1fb8-4eae-ab6b-2bb2e4d0ca65'), + ('00000000-0000-0000-0000-000000000000', 402, 'V7h0Le9EgtFw76MnO2kDgg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 18:23:06.315201+00', '2023-10-09 19:21:15.574822+00', 'qNCbCbNUWPjaMthLsSoZtA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 403, '_iGqzJgkN7LbSciIPPLoBA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 19:21:15.575086+00', '2023-10-09 20:19:25.532555+00', 'V7h0Le9EgtFw76MnO2kDgg', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 334, 'U2aHArh3Jg4_695mKFkKNA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 21:02:42.619161+00', '2023-10-07 17:58:30.118319+00', '246Ch8Ua86KyiNxYH2zjZg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 339, 'R6o0KV-kzrHaEKzG3tMegA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 21:02:42.763929+00', '2023-10-07 17:58:30.118319+00', '246Ch8Ua86KyiNxYH2zjZg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 347, 'QBspbE_zyvEx1rr59XKuEA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-07 10:16:00.310456+00', '2023-10-07 17:58:30.118319+00', 'LgyCPpaZVfWcRqyuCh_TXg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 185, 'TD6LYGJIQI9kf36UqCHKig', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.475656+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 554, 'JmiVhtwxaWkFy5DQ3uxE_g', 'cb7ed166-c97b-4484-8904-a085d2167f07', false, '2023-10-17 18:07:37.722931+00', '2023-10-17 18:07:37.722931+00', NULL, '1ccbf298-50b2-40ef-9b9b-fa70ed8b48ab'), + ('00000000-0000-0000-0000-000000000000', 191, 'pNswvny84osz-b0-WY4eZw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.625882+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 205, 'adE2OleXxkddk69aLz8svg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 12:00:45.648861+00', '2023-10-02 15:30:32.398515+00', NULL, 'b81757bd-485c-4aee-a66b-138094a54132'), + ('00000000-0000-0000-0000-000000000000', 296, 'DQMsk3xSRMblmdnYDuUd9A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 12:03:24.006043+00', '2023-10-05 13:06:36.811152+00', 'NtV1FxJ29LvDSxeY9fpTCg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 309, 'ftt6kkaUT1AOLuG0CpmVrw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 15:37:34.003001+00', '2023-10-05 18:13:58.076371+00', 'Y9-f6zCVI85jug4IE6435w', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 230, '2im5Z_2oAg3EfkCdQm7wjQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 07:18:30.697553+00', '2023-10-04 20:17:16.532516+00', 'yrYpRfy1v6r_5fmg9akHpA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 235, 'ktpPHz5iUXriuR55mON2hA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 07:18:30.752736+00', '2023-10-04 20:17:16.532516+00', 'yrYpRfy1v6r_5fmg9akHpA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 222, 'zkJqMBEjLOyXwbW_1hb5Pw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.482198+00', '2023-10-04 20:17:16.532516+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 239, 'FyZT9dXbDXMd4HaF6miRjA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 09:47:15.293564+00', '2023-10-04 20:17:16.532516+00', 'utQXoOAgURYEBdHSYj8wWA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 240, 'sE8l1RlENArD2cCvzb4XSg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 09:47:15.30875+00', '2023-10-04 20:17:16.532516+00', 'utQXoOAgURYEBdHSYj8wWA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 179, 'FCuEbjKLTg_iFFD902W6Gw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-01 19:25:21.590662+00', '2023-10-02 05:30:41.049971+00', 'cPppRSQOrq0KAHyPM905Lw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 259, 'KoYSiYcZhmeqh-F6gXkhpA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 14:08:40.525257+00', '2023-10-04 20:17:16.532516+00', '2QsvLwkyiORI_sWBeFcgQg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 270, 'l9lSbVdEQZdx3Y_agpVHHw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 15:11:31.423153+00', '2023-10-04 20:17:16.532516+00', 'b0p5OIW28cQuCF14vf2WSQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 281, '--CgZQwdrbd-FF6c2Mf5Cw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 18:22:04.463739+00', '2023-10-04 20:17:16.532516+00', 'JwhEaeg_89dDRMS7vBQ20Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 310, 'EOoZdiIW3G8Hcd6VZsVVIw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 18:13:58.076788+00', '2023-10-05 19:12:05.789379+00', 'ftt6kkaUT1AOLuG0CpmVrw', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 311, 'Nf5u2QuUK0YMe40x-c911A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 19:12:05.789906+00', '2023-10-05 21:07:11.60721+00', 'EOoZdiIW3G8Hcd6VZsVVIw', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 312, 'MQcSd-Q79Ye_9pFyj9Nrxw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 21:07:11.607901+00', '2023-10-06 04:45:59.698134+00', 'Nf5u2QuUK0YMe40x-c911A', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 291, 'X9e5JT4_2FT07WY0RX2ieA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 12:03:23.899763+00', '2023-10-06 06:49:19.208898+00', 'NtV1FxJ29LvDSxeY9fpTCg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 294, '3ndFgDgCE4YiQLr3lmIZhQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 12:03:23.998059+00', '2023-10-06 06:49:19.208898+00', 'NtV1FxJ29LvDSxeY9fpTCg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 303, 'w15ty8CbHdsKYZOKcTMWjw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 15:37:33.881812+00', '2023-10-06 06:49:19.208898+00', 'Y9-f6zCVI85jug4IE6435w', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 315, '-zGJ-U2HQC-Lj-Uqa__VjQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 06:14:28.305252+00', '2023-10-06 06:49:19.208898+00', '7r9BD2Jtt7bMexkc1SuMQg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 320, '1fx5mehRBoJOxXI0spssRQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 06:14:28.334899+00', '2023-10-06 06:49:19.208898+00', '7r9BD2Jtt7bMexkc1SuMQg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 323, 'f7RpBZUBK4-QgsX4P_YJPA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 06:14:28.361412+00', '2023-10-06 06:49:19.208898+00', '7r9BD2Jtt7bMexkc1SuMQg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 325, 'i73-bfwxdY8i89edtyQdCw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 08:03:45.992735+00', '2023-10-06 09:02:21.946623+00', 'OWCB73HZON9hZhd7UUYjVQ', 'fde6a278-1fb8-4eae-ab6b-2bb2e4d0ca65'), + ('00000000-0000-0000-0000-000000000000', 326, 'hYBsiWJryVaUZ_P20LxW8w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 09:02:21.947613+00', '2023-10-06 10:00:41.347253+00', 'i73-bfwxdY8i89edtyQdCw', 'fde6a278-1fb8-4eae-ab6b-2bb2e4d0ca65'), + ('00000000-0000-0000-0000-000000000000', 328, 'RxFtiGcqigTlliQ_gwLaiw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 10:59:02.399745+00', '2023-10-06 11:35:26.186678+00', 'il_Og53WMDIdtY3cMpVa6A', 'fde6a278-1fb8-4eae-ab6b-2bb2e4d0ca65'), + ('00000000-0000-0000-0000-000000000000', 335, 'h0ZYSWj-caVjVNxCa2FjRA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 21:02:42.632568+00', '2023-10-07 17:58:30.118319+00', '246Ch8Ua86KyiNxYH2zjZg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 343, 'zYFFKwEDeu589EUv9tAueg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-07 10:16:00.292186+00', '2023-10-07 17:58:30.118319+00', 'LgyCPpaZVfWcRqyuCh_TXg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 348, 'sR6GbRVNRrm86HinHxxHWw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-07 10:16:00.315876+00', '2023-10-07 17:58:30.118319+00', 'LgyCPpaZVfWcRqyuCh_TXg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 353, 'D8xporVxkeSEOpIQLzi9XQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 17:23:35.639493+00', '2023-10-08 18:44:58.384072+00', '4RExs8N4SG72X4QIdpRQwQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 354, 'Bao5qGOmUtwd8UZTtfywCw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:57.502832+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 355, 'WQ2sgT9NRytth6EA4M4T-Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:57.561923+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 356, 'vYou45H8t4bcNdBzQj-zPQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:57.612564+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 357, 'a_HXTBFA6gf8ueVJSSY8GA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:57.752335+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 364, 'G9Bx55eb9Rtpjv89UYCHwA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.021657+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 366, '8fOsOWJZk6WcqUgwgIU2MA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.114767+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 381, '_loBq6z5ShWtjjfWd5vizA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:42.735682+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 387, 'fNJcPFfAJj46NED-y9VGOw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:42.94597+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 395, 'm0wXQY2fktgsPhpUIWp1jQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-09 16:08:50.657012+00', '2023-10-09 16:08:50.657012+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 404, 'zLe6MST6WWcpkUD7FJaXjA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 20:19:25.533364+00', '2023-10-10 07:19:43.277509+00', '_iGqzJgkN7LbSciIPPLoBA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 405, '8iycjtQ1dXec6qwM9j_cpQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-10 07:19:43.278818+00', '2023-10-10 08:18:07.980185+00', 'zLe6MST6WWcpkUD7FJaXjA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 406, 'tmUptdv2sVUdUM418Z_K4g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-10 08:18:07.980733+00', '2023-10-10 09:17:49.344753+00', '8iycjtQ1dXec6qwM9j_cpQ', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 407, 'Ux7Z9WWTMIXgkGf_f-T7nA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-10 09:17:49.34528+00', '2023-10-10 11:44:26.547081+00', 'tmUptdv2sVUdUM418Z_K4g', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 408, 'BwYb8rJ6tRjv0jT5udzRLA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-10 11:44:26.547915+00', '2023-10-10 12:42:30.115075+00', 'Ux7Z9WWTMIXgkGf_f-T7nA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 411, 'TJxPOh3MkgEaKSpnWibdew', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-10 14:38:54.368067+00', '2023-10-10 15:46:01.304241+00', 'B9RHpYt2FUzQfu-Yl9Rt3g', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 412, 'FmISslidJQH_d7ZrO-0ZNQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-10 15:46:01.305018+00', '2023-10-11 09:50:48.501452+00', 'TJxPOh3MkgEaKSpnWibdew', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 458, 'y8y1WubMSy4R3Ts_GhjBdg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 12:42:58.572037+00', '2023-10-16 13:41:11.336477+00', NULL, '4bd82639-34b6-43d1-aea2-7d32015272b5'), + ('00000000-0000-0000-0000-000000000000', 358, 'lq5LfQjkw5mCrvxZKgZiFA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:57.780382+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 292, '-UAwH1Z66BCWVeATxtjciw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 12:03:23.921015+00', '2023-10-06 06:49:19.208898+00', 'NtV1FxJ29LvDSxeY9fpTCg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 304, '6h8t8tQQkwDcV5HdiU-GLA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 15:37:33.887753+00', '2023-10-06 06:49:19.208898+00', 'Y9-f6zCVI85jug4IE6435w', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 316, 'oxHBdEiJxDJL6Ak3LJxtIg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 06:14:28.310292+00', '2023-10-06 06:49:19.208898+00', '7r9BD2Jtt7bMexkc1SuMQg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 321, '9djGSrvTzHa_Buk-9gb_SA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 06:14:28.340424+00', '2023-10-06 06:49:19.208898+00', '7r9BD2Jtt7bMexkc1SuMQg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 186, 'HwiN3Ako9fY3WIH9r5SYlA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.498243+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 187, 'yJIBQoEPKbrlm8MMezEiog', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.514537+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 188, 'qZqaqVUwXyoBisuDoM42Vg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.536722+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 189, 'QjSii8Xir-_9_H7givPmrQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.556823+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 190, 'Fsy1QYQ5Hr8sFf3ftEvaGg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.61814+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 192, 'RZs-i04zucN5ViNHeHGyxA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.631029+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 193, '9ky1cF8W0Qf8WradQdGcEQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.638463+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 198, 'ut3Jz5UBrry33n90NLQqZg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:41.049926+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 362, 'aFP9oGkizOQX7ct4pieJcw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:57.944695+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 206, 'Ql_5wsqyDPgiQ0FoOZRBbA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 15:30:32.399447+00', '2023-10-02 15:50:34.468923+00', 'adE2OleXxkddk69aLz8svg', 'b81757bd-485c-4aee-a66b-138094a54132'), + ('00000000-0000-0000-0000-000000000000', 365, 'DsNBgY86cMoLKI771X6YXA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.076103+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 379, 'x-GptxElbP0B89DGVy_mqw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:42.698513+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 385, '6osw_wwWuJPeNtr6S-CLcg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:42.874808+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 382, '7kTBXIjpXfv51Zn5eUp_gw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:42.760494+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 391, 'EWY0iyYHTM9reHEeKFPtNw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-09 16:08:50.499958+00', '2023-10-09 16:08:50.499958+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 396, 'iCwO1xYotfD0tejXgGTVsg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-09 16:08:50.669016+00', '2023-10-09 16:08:50.669016+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 397, 'bwOi1ZrVXmC_7s24QdfJjw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-09 16:08:50.680073+00', '2023-10-09 16:08:50.680073+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 273, 'JwhEaeg_89dDRMS7vBQ20Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 17:38:20.060438+00', '2023-10-04 18:22:04.40807+00', 'AZFui5LBmZoaTS-ociwMaQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 226, 'HWhmJUhVmip-aBs3RA4K6A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 07:18:30.61219+00', '2023-10-04 20:17:16.532516+00', 'yrYpRfy1v6r_5fmg9akHpA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 256, 'WZBlWhAqRrD_tRfZFpdx9Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 14:08:40.507274+00', '2023-10-04 20:17:16.532516+00', '2QsvLwkyiORI_sWBeFcgQg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 262, 'EajYNZCE6hirORKu2E3rgA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 15:11:31.336201+00', '2023-10-04 20:17:16.532516+00', 'b0p5OIW28cQuCF14vf2WSQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 264, 'LnH0tkX0GufKXPiNrkvpnA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 15:11:31.366757+00', '2023-10-04 20:17:16.532516+00', 'b0p5OIW28cQuCF14vf2WSQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 267, 'N6uB63HwK9LA4_FSwHT4tg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 15:11:31.389475+00', '2023-10-04 20:17:16.532516+00', 'b0p5OIW28cQuCF14vf2WSQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 231, '4qw9k54r5tulCc590LNGYw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 07:18:30.703283+00', '2023-10-04 20:17:16.532516+00', 'yrYpRfy1v6r_5fmg9akHpA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 242, 'rsvmemrEMXNIF1ZyyuqwLQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 09:47:15.372486+00', '2023-10-04 20:17:16.532516+00', 'utQXoOAgURYEBdHSYj8wWA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 244, 'UfJIruLV4X5KS-Eq3e2ssw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 09:47:15.401707+00', '2023-10-04 20:17:16.532516+00', 'utQXoOAgURYEBdHSYj8wWA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 245, 'cUcysGWKbkL80N9wKN1HPw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 09:47:15.416546+00', '2023-10-04 20:17:16.532516+00', 'utQXoOAgURYEBdHSYj8wWA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 247, 'SSh9rrj8zRi2tI5EMxi-Ug', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 09:47:15.450742+00', '2023-10-04 20:17:16.532516+00', 'utQXoOAgURYEBdHSYj8wWA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 260, 'fn__rN8n5fp070ZrYF5Iag', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 14:08:40.53925+00', '2023-10-04 20:17:16.532516+00', '2QsvLwkyiORI_sWBeFcgQg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 223, 'qkV8pAjvM_2AoV9mHCKa_w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.532559+00', '2023-10-04 20:17:16.532516+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 275, 'gpohDEJRYSpshS93yKl0iQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 18:22:04.346479+00', '2023-10-04 20:17:16.532516+00', 'JwhEaeg_89dDRMS7vBQ20Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 282, 'L4bJrOUm9GJdKn-xKPX4Cw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 18:22:04.49894+00', '2023-10-04 20:17:16.532516+00', 'JwhEaeg_89dDRMS7vBQ20Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 252, 'cjaPDsrGSBEe4Ul37lGTbA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 14:08:40.446099+00', '2023-10-04 20:17:16.532516+00', '2QsvLwkyiORI_sWBeFcgQg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 255, 'tX143_vtrVUYZSZwQZIGzw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 14:08:40.50295+00', '2023-10-04 20:17:16.532516+00', '2QsvLwkyiORI_sWBeFcgQg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 258, 'hEexP8XWob7AfoN-xvDcMg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 14:08:40.51936+00', '2023-10-04 20:17:16.532516+00', '2QsvLwkyiORI_sWBeFcgQg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 266, 'JnunlE_rxQbmMXryPb_TUw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 15:11:31.383263+00', '2023-10-04 20:17:16.532516+00', 'b0p5OIW28cQuCF14vf2WSQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 330, '1_JqdvpiCydd20tDco22nQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 21:02:42.48662+00', '2023-10-07 17:58:30.118319+00', '246Ch8Ua86KyiNxYH2zjZg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 333, 'I-jMfLCwBupD7yr5d8vhHA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 21:02:42.614298+00', '2023-10-07 17:58:30.118319+00', '246Ch8Ua86KyiNxYH2zjZg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 336, 'b8mqX6quBm1gj6VhcZVz2Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 21:02:42.688937+00', '2023-10-07 17:58:30.118319+00', '246Ch8Ua86KyiNxYH2zjZg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 342, 'QVQDC3FSsCWjOQrnt47qyw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-07 10:16:00.283876+00', '2023-10-07 17:58:30.118319+00', 'LgyCPpaZVfWcRqyuCh_TXg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 344, 'OB9jZMWgOxpGrdGuxilMQg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-07 10:16:00.29601+00', '2023-10-07 17:58:30.118319+00', 'LgyCPpaZVfWcRqyuCh_TXg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 555, 'I6uePf7Nb_wUYZsQg4yHmw', '70d79ccb-8689-4f58-9987-93ed8070c081', false, '2023-10-17 18:07:37.729177+00', '2023-10-17 18:07:37.729177+00', NULL, 'bef708e1-1904-4d95-b4ce-353deb3e1d09'), + ('00000000-0000-0000-0000-000000000000', 566, 'kaiWmgTCgNJeweRO32AJAg', '52ad1367-aaa4-4486-9949-6b203f8d022a', false, '2023-10-17 18:07:52.791016+00', '2023-10-17 18:07:52.791016+00', NULL, 'c98dfe24-41f7-4b28-b7e3-252787f3f5cd'), + ('00000000-0000-0000-0000-000000000000', 194, '088CgLtup0URHk2CUL31VA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.647354+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 195, 'PzR1Op8KmW10_l72cquBEA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.658279+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 236, 'JRRulL-SqmOvmmMBFfhjpw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 07:18:31.032636+00', '2023-10-04 08:34:45.033851+00', 'yrYpRfy1v6r_5fmg9akHpA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 207, 'SRA0QLyBTKv30ZIvUJXhzA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-03 08:40:37.015707+00', '2023-10-03 09:38:40.171272+00', NULL, '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 209, 'XD81c1lZzNma1AL4ShGXJg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-03 10:36:56.79375+00', '2023-10-03 12:11:17.194861+00', 'q05eUL-Ya1toAujVfbOtRA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 210, 'AIdFlAnpV_2uplcuVldvhg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-03 12:11:17.195257+00', '2023-10-03 13:09:33.605063+00', 'XD81c1lZzNma1AL4ShGXJg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 293, 'VhYRKoRNimXxtmfCHeApzw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 12:03:23.984344+00', '2023-10-06 06:49:19.208898+00', 'NtV1FxJ29LvDSxeY9fpTCg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 306, 'YXqLQmOpWvfZ7HTe9HzHtg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 15:37:33.941671+00', '2023-10-06 06:49:19.208898+00', 'Y9-f6zCVI85jug4IE6435w', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 317, 'RkB2REfsY4JMHdlK1dmQyA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 06:14:28.321339+00', '2023-10-06 06:49:19.208898+00', '7r9BD2Jtt7bMexkc1SuMQg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 322, '0VQAz470aO77gP3dxavexg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 06:14:28.351414+00', '2023-10-06 06:49:19.208898+00', '7r9BD2Jtt7bMexkc1SuMQg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 248, 'f_3RjZJNopSy4hoVRK2Qrw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 09:47:15.731237+00', '2023-10-04 10:45:38.977985+00', 'utQXoOAgURYEBdHSYj8wWA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 359, 'RDVkyFLcL5Pcxl5pjhiKgQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:57.815567+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 249, 'HTaGDN5CpKd9QmpyECYvVw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 10:45:38.979013+00', '2023-10-04 12:33:14.094943+00', 'f_3RjZJNopSy4hoVRK2Qrw', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 369, 'xfHnjsMEwPA9vUk_IwJ3PQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.290825+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 370, 'dpV5nZ8LVITJBhcO902Pkw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.342775+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 331, 'fRicAJdGJDS5JmZYcs-2fA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 21:02:42.566273+00', '2023-10-07 17:58:30.118319+00', '246Ch8Ua86KyiNxYH2zjZg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 337, 'YJKiZui8m9hVQhA9CCDrMw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 21:02:42.724289+00', '2023-10-07 17:58:30.118319+00', '246Ch8Ua86KyiNxYH2zjZg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 345, 'Iic5Nw96DsQYULRreZ_U_Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-07 10:16:00.299849+00', '2023-10-07 17:58:30.118319+00', 'LgyCPpaZVfWcRqyuCh_TXg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 349, 'uFI4lAiv1B8iWqImNxyoxA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-07 10:16:00.330835+00', '2023-10-07 17:58:30.118319+00', 'LgyCPpaZVfWcRqyuCh_TXg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 372, '2NTkLmOl77D3D-9q7dYG-Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.409421+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 373, 'vi98P2DNWzBjyLxclsli2w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.446795+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 374, 'ueqLLW2Fzi5KFiXaMabvzg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.481203+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 375, 'V87Q-JnPPEIT3EyFgCS4sw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.520017+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 250, '2QsvLwkyiORI_sWBeFcgQg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 12:33:14.09599+00', '2023-10-04 14:08:40.925932+00', 'HTaGDN5CpKd9QmpyECYvVw', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 232, 'kgmPtIOTY5_jhfCYD_V2oQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 07:18:30.708261+00', '2023-10-04 20:17:16.532516+00', 'yrYpRfy1v6r_5fmg9akHpA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 243, 'rKWnp8vkk6CSrfMIJQJfRg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 09:47:15.38666+00', '2023-10-04 20:17:16.532516+00', 'utQXoOAgURYEBdHSYj8wWA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 246, 'Kbr3_4MnnabiHsVVGaqMrg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 09:47:15.428928+00', '2023-10-04 20:17:16.532516+00', 'utQXoOAgURYEBdHSYj8wWA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 215, 'RcpAe4Xdre9_PvA19Ajlpg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.17478+00', '2023-10-04 20:17:16.532516+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 216, 'IQjo_QxFvW16V1lVXmplzg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.196378+00', '2023-10-04 20:17:16.532516+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 218, 'R1L2xSGrkTSl54XiQMpbVQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.216539+00', '2023-10-04 20:17:16.532516+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 224, 'mF2j2wJhYNRQqAA6v-FhTQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.542944+00', '2023-10-04 20:17:16.532516+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 251, 'CLnNpJsKE4QTGtSU0jJAUQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 14:08:40.399325+00', '2023-10-04 20:17:16.532516+00', '2QsvLwkyiORI_sWBeFcgQg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 377, 'AaiUlphcD_L-N-iGRlV7xw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:42.531595+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 378, 'ikKpeHBnDOiqnXPGFR5YFw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:42.672356+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 383, 'GO6C3k53XBZlDB2IC6cqYw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:42.797637+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 388, 'l_CHwn1NFi_o92If-gmIfQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:46.842257+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 398, 'dceIZxpZe6C2UaAK9EFPZA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-09 16:08:50.691122+00', '2023-10-09 16:08:50.691122+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 389, 'MHhhdjBSvEnSee2J3DGVWA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 15:08:09.928902+00', '2023-10-09 16:08:51.14981+00', NULL, '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 409, '64hgqO5NYox22yV2v9uyfQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-10 12:42:30.115822+00', '2023-10-10 13:40:37.588468+00', 'BwYb8rJ6tRjv0jT5udzRLA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 410, 'B9RHpYt2FUzQfu-Yl9Rt3g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-10 13:40:37.589032+00', '2023-10-10 14:38:54.367288+00', '64hgqO5NYox22yV2v9uyfQ', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 413, 'UzZAReA3gVCMmpB8_3SmIg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-11 09:50:48.502599+00', '2023-10-11 09:50:48.502599+00', 'FmISslidJQH_d7ZrO-0ZNQ', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 414, '10Fbwl8TodWVNgEZc4WUww', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 10:25:02.990349+00', '2023-10-11 11:23:17.326757+00', NULL, '806bcabf-02a0-4234-9f00-e00fcbeb18a9'), + ('00000000-0000-0000-0000-000000000000', 415, 'wF_dN5oOUrnUrM84DLR5tQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 11:23:17.327079+00', '2023-10-11 12:21:17.224693+00', '10Fbwl8TodWVNgEZc4WUww', '806bcabf-02a0-4234-9f00-e00fcbeb18a9'), + ('00000000-0000-0000-0000-000000000000', 416, 'GOiruMPQ2TBNInMB2nR7Pw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 12:21:17.225278+00', '2023-10-11 12:21:26.679632+00', 'wF_dN5oOUrnUrM84DLR5tQ', '806bcabf-02a0-4234-9f00-e00fcbeb18a9'), + ('00000000-0000-0000-0000-000000000000', 417, 'IkpLdouMSriVWwMdxV-PJQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 14:26:14.288448+00', '2023-10-11 15:24:32.726584+00', NULL, 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 556, '6t5GiCY-hgSQikLrZ8Kzmg', '853cb003-66a6-4259-a5d5-1341d4c49229', false, '2023-10-17 18:07:37.734012+00', '2023-10-17 18:07:37.734012+00', NULL, '652f3876-063a-4008-9454-d14d7d2c9470'), + ('00000000-0000-0000-0000-000000000000', 196, 'O0EHTTppf0IGMeEkhsgl_w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.664937+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 197, 'ubGbwmt7PfrTsOcM_j5E4g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-02 05:30:40.679513+00', '2023-10-02 08:53:31.500468+00', 'FCuEbjKLTg_iFFD902W6Gw', '5413cd19-27db-4bb5-9f85-91605d739825'), + ('00000000-0000-0000-0000-000000000000', 208, 'q05eUL-Ya1toAujVfbOtRA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-03 09:38:40.171865+00', '2023-10-03 10:36:56.792918+00', 'SRA0QLyBTKv30ZIvUJXhzA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 211, 'KOY9QykU-R8Ho2RQPmt_XQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-03 13:09:33.605699+00', '2023-10-03 14:37:47.477328+00', 'AIdFlAnpV_2uplcuVldvhg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 212, 'IpDZCtVcgs3hak4f5JOrkw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-03 14:37:47.477901+00', '2023-10-03 18:11:13.074947+00', 'KOY9QykU-R8Ho2RQPmt_XQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 360, 'Y48itpXXagvVKeCi6MCX6w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:57.869985+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 367, 'cf1gimDmFGGo-8seadN5ow', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.211844+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 272, 'AZFui5LBmZoaTS-ociwMaQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 15:11:31.734126+00', '2023-10-04 17:38:20.060088+00', 'b0p5OIW28cQuCF14vf2WSQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 368, 'geK9-_yk7708RkwcRmEdJg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.243424+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 371, 'rDzK558N8eZOb-10yBhxfQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-08 18:44:58.368782+00', '2023-10-08 19:19:36.518476+00', 'D8xporVxkeSEOpIQLzi9XQ', '4b585997-d7bf-4d82-a9fc-2d243d16bb48'), + ('00000000-0000-0000-0000-000000000000', 271, 'X5poV7419BMGLjdZujgZlQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 15:11:31.45017+00', '2023-10-04 20:17:16.532516+00', 'b0p5OIW28cQuCF14vf2WSQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 274, 'dy9GC9GYTZK0vuAAH1xsNA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 18:22:04.246391+00', '2023-10-04 20:17:16.532516+00', 'JwhEaeg_89dDRMS7vBQ20Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 277, 'wJC11jU5Tq5OE8T-qHRVZw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 18:22:04.374225+00', '2023-10-04 20:17:16.532516+00', 'JwhEaeg_89dDRMS7vBQ20Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 283, 'avlVM9h77iNpc1WSWz4ajA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 18:22:04.535113+00', '2023-10-04 20:17:16.532516+00', 'JwhEaeg_89dDRMS7vBQ20Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 233, 'X0mSxk3zIJtdskyPVOKjHw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 07:18:30.72161+00', '2023-10-04 20:17:16.532516+00', 'yrYpRfy1v6r_5fmg9akHpA', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 253, 'NV0D324tTbCi1-DnUtnN4A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 14:08:40.485313+00', '2023-10-04 20:17:16.532516+00', '2QsvLwkyiORI_sWBeFcgQg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 213, 'lERLQvdumIaosvvTNCqH8Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-03 18:11:13.075411+00', '2023-10-04 03:48:57.774598+00', 'IpDZCtVcgs3hak4f5JOrkw', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 254, 'OEYR55TEIj0ReYAXFP0aqA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 14:08:40.497562+00', '2023-10-04 20:17:16.532516+00', '2QsvLwkyiORI_sWBeFcgQg', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 263, 'Q6lsihxHbnesAuEYlNt1rQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 15:11:31.340357+00', '2023-10-04 20:17:16.532516+00', 'b0p5OIW28cQuCF14vf2WSQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 265, '5due2RYMTW4UVQ2dhRpdLA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 15:11:31.372304+00', '2023-10-04 20:17:16.532516+00', 'b0p5OIW28cQuCF14vf2WSQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 268, 'sEWGe6sI9YzjoUm3bh1daQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 15:11:31.392514+00', '2023-10-04 20:17:16.532516+00', 'b0p5OIW28cQuCF14vf2WSQ', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 214, 'kwUioQyVjMfFMVKbqH3hfw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.150953+00', '2023-10-04 20:17:16.532516+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 276, 'I2GuorCeuPFAgaOPiFS22w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 18:22:04.365321+00', '2023-10-04 20:17:16.532516+00', 'JwhEaeg_89dDRMS7vBQ20Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 278, 'qska6gbDrWl-QC8Ha3W0TA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 18:22:04.380219+00', '2023-10-04 20:17:16.532516+00', 'JwhEaeg_89dDRMS7vBQ20Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 217, '5C0BZ9UZ6L_MQcYrYXQCPA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.201043+00', '2023-10-04 20:17:16.532516+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 280, 'iVXqVIcv6wXChY3mmISDOQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 18:22:04.430132+00', '2023-10-04 20:17:16.532516+00', 'JwhEaeg_89dDRMS7vBQ20Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 220, 'ewt0ytlhfvth0QdHLkJpGg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-04 03:48:57.240688+00', '2023-10-04 20:17:16.532516+00', 'lERLQvdumIaosvvTNCqH8Q', '82f1bdb1-b8d6-4f2e-807a-31ab8fbcc0f2'), + ('00000000-0000-0000-0000-000000000000', 376, 'KWe5xAzR3rMGKLCl6ERU8A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 12:44:00.348043+00', '2023-10-09 13:41:46.841732+00', NULL, 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 313, '7r9BD2Jtt7bMexkc1SuMQg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 04:45:59.698567+00', '2023-10-06 06:14:28.306989+00', 'MQcSd-Q79Ye_9pFyj9Nrxw', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 384, 'biIv3w9x2RfzZvhQY7--Gg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-09 13:41:42.839517+00', '2023-10-09 13:55:16.588553+00', 'KWe5xAzR3rMGKLCl6ERU8A', 'c12a4ddd-c4a6-4d6f-9bec-99613005e064'), + ('00000000-0000-0000-0000-000000000000', 295, 'bDzcomDiHIDyxIgz1EMmHQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 12:03:24.002075+00', '2023-10-06 06:49:19.208898+00', 'NtV1FxJ29LvDSxeY9fpTCg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 300, 'Zgam6EZlEtYOg2CJJk6rcg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 15:37:33.316685+00', '2023-10-06 06:49:19.208898+00', 'Y9-f6zCVI85jug4IE6435w', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 301, 'gvwzXhJUUwScbW2drsRf2A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 15:37:33.387958+00', '2023-10-06 06:49:19.208898+00', 'Y9-f6zCVI85jug4IE6435w', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 307, 'Canv_qDBQf1jb-fcjDGaZw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-05 15:37:33.951189+00', '2023-10-06 06:49:19.208898+00', 'Y9-f6zCVI85jug4IE6435w', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 314, '-RnTaOge4rSeJSoCpL70OQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 06:14:28.190083+00', '2023-10-06 06:49:19.208898+00', '7r9BD2Jtt7bMexkc1SuMQg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 318, '7dHbX5d5k0CgTa0CrqgKZQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 06:14:28.325951+00', '2023-10-06 06:49:19.208898+00', '7r9BD2Jtt7bMexkc1SuMQg', '7aca6591-719e-40ef-a0cc-c9a57aa7caaf'), + ('00000000-0000-0000-0000-000000000000', 390, 'wXy0a7sQdRDTl1SEgeSxDw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-09 16:08:50.443861+00', '2023-10-09 16:08:50.443861+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 392, 'JKg0V9ZlNqj0JG5oNaupnQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-09 16:08:50.61999+00', '2023-10-09 16:08:50.61999+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 399, 'yOB4Evdr6namCedpM-BeCg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', false, '2023-10-09 16:08:50.70563+00', '2023-10-09 16:08:50.70563+00', 'MHhhdjBSvEnSee2J3DGVWA', '55777029-a1b8-442f-a7fd-36c411b888dd'), + ('00000000-0000-0000-0000-000000000000', 329, '246Ch8Ua86KyiNxYH2zjZg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 18:37:55.396692+00', '2023-10-06 21:02:43.100701+00', NULL, '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 340, 'LgyCPpaZVfWcRqyuCh_TXg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 21:02:43.101006+00', '2023-10-07 10:16:00.266181+00', '246Ch8Ua86KyiNxYH2zjZg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 332, 'SvyLub1cMT9IbXZRO8csOA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 21:02:42.600299+00', '2023-10-07 17:58:30.118319+00', '246Ch8Ua86KyiNxYH2zjZg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 338, 'g-TrikPIcKrhnTYbVJSgvw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-06 21:02:42.738261+00', '2023-10-07 17:58:30.118319+00', '246Ch8Ua86KyiNxYH2zjZg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 341, 'rf-Vokt5EBgSkoKH-GVVXQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-07 10:16:00.204587+00', '2023-10-07 17:58:30.118319+00', 'LgyCPpaZVfWcRqyuCh_TXg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 346, 'ka5F-1lUMrK4pP6akBLh-w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-07 10:16:00.306329+00', '2023-10-07 17:58:30.118319+00', 'LgyCPpaZVfWcRqyuCh_TXg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 350, 'oDAHtNhexxgteNvENGXmSw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-07 10:16:00.39787+00', '2023-10-07 17:58:30.118319+00', 'LgyCPpaZVfWcRqyuCh_TXg', '90add6fd-6094-4f10-9ce2-822af68061b0'), + ('00000000-0000-0000-0000-000000000000', 557, '0KcLdZFj6iHFT0DW5qbHwQ', '599e1862-83d4-4e03-8615-98c27519841f', false, '2023-10-17 18:07:37.742063+00', '2023-10-17 18:07:37.742063+00', NULL, '3d295b6e-b534-450c-9629-677fb07d00bc'), + ('00000000-0000-0000-0000-000000000000', 419, '1vDpS1EWteX9cl_VC1K6Kg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:56:15.407427+00', '2023-10-11 17:48:49.251798+00', 'WBqFeYnPX-eaKEZTqWvBHQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 420, 'Ywr8atX5UHBeHhEYyrm92A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:56:15.496432+00', '2023-10-11 17:48:49.251798+00', 'WBqFeYnPX-eaKEZTqWvBHQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 421, '87mZpcc-GvKrdEjeHAkWJw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:56:15.50874+00', '2023-10-11 17:48:49.251798+00', 'WBqFeYnPX-eaKEZTqWvBHQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 575, 'pE7cnNMRL-yU_zPLVPkY0A', 'ad0b4133-fc25-4243-bdfd-88150902e41b', false, '2023-10-17 18:46:34.903439+00', '2023-10-17 18:46:34.903439+00', NULL, 'ca4a9542-e107-4336-895f-c3acc9c0a28a'), + ('00000000-0000-0000-0000-000000000000', 422, 'F_EbaO_rlbQ9q7vWv9kISg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:56:15.519066+00', '2023-10-11 17:48:49.251798+00', 'WBqFeYnPX-eaKEZTqWvBHQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 576, 'wn2RY0qftSUfpRqPDRLsZQ', '4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a', false, '2023-10-17 18:46:35.366251+00', '2023-10-17 18:46:35.366251+00', NULL, '64327557-08e2-49e6-a341-9cc92308555b'), + ('00000000-0000-0000-0000-000000000000', 423, 'kySxc_DPxNPwGS7iz4Xuvg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:56:15.536338+00', '2023-10-11 17:48:49.251798+00', 'WBqFeYnPX-eaKEZTqWvBHQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 577, 'XcNYHGu8h6t8yQg9n-HmxA', 'd02b3cff-b526-4a40-966b-4585acb2664d', false, '2023-10-17 18:46:43.186474+00', '2023-10-17 18:46:43.186474+00', NULL, '55c04028-3835-465c-9982-39deac826d76'), + ('00000000-0000-0000-0000-000000000000', 424, 'rnV9F-n8ElcUmEcBl7_DaA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:56:15.542967+00', '2023-10-11 17:48:49.251798+00', 'WBqFeYnPX-eaKEZTqWvBHQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 578, 'Ps4c7xQ072RtEM9Z6iupCg', 'b5a96176-148d-43ec-9d5d-ea7ab65dde41', false, '2023-10-17 18:46:43.880415+00', '2023-10-17 18:46:43.880415+00', NULL, '08328c07-1b64-4a12-9f2e-f0e83f1de648'), + ('00000000-0000-0000-0000-000000000000', 425, 'wckOgxaR9321Rd5XUtZd4g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:56:15.554842+00', '2023-10-11 17:48:49.251798+00', 'WBqFeYnPX-eaKEZTqWvBHQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 426, 'iyzPZ9hC79s456nmQ2ottg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:56:15.570799+00', '2023-10-11 17:48:49.251798+00', 'WBqFeYnPX-eaKEZTqWvBHQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 427, 'yELbT-ZxsaJ2dH_4nMghMA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:56:15.583137+00', '2023-10-11 17:48:49.251798+00', 'WBqFeYnPX-eaKEZTqWvBHQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 418, 'WBqFeYnPX-eaKEZTqWvBHQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:24:32.727624+00', '2023-10-11 15:56:15.474616+00', 'IkpLdouMSriVWwMdxV-PJQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 428, '_xI_gM3TlNfm-zaK0Z7Xfg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:56:15.618343+00', '2023-10-11 17:48:49.251798+00', 'WBqFeYnPX-eaKEZTqWvBHQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 429, 'Xnv814S2CkvITG3HOjzgiQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 15:56:15.654597+00', '2023-10-11 17:48:49.251798+00', 'WBqFeYnPX-eaKEZTqWvBHQ', 'b7c2c354-c84b-4bff-9245-00cea133a99b'), + ('00000000-0000-0000-0000-000000000000', 601, 'ffz-8T8Zec8GLht6JGlr8g', '3bbe3401-63c5-417a-96a4-2aebfedfc26e', false, '2023-10-17 18:51:41.457774+00', '2023-10-17 18:51:41.457774+00', NULL, '4e9021e4-400d-43af-9199-6cf5b6a519f2'), + ('00000000-0000-0000-0000-000000000000', 602, 'owfZbn6AK55bEfB7Dr6tUQ', '2aa8890e-86ee-450a-b0f6-76b3922310f3', false, '2023-10-17 18:51:41.84151+00', '2023-10-17 18:51:41.84151+00', NULL, 'f9e6b7f0-b65f-46ef-8160-68fa43aa6343'), + ('00000000-0000-0000-0000-000000000000', 430, 'ozUgpFQfJG4IGdRpKT7aYA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 20:37:29.264334+00', '2023-10-11 21:40:08.032749+00', NULL, '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 443, 'TDQqBKz0F0J9PP9v9-8aLA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:08.03294+00', '2023-10-12 02:55:59.027049+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 444, '-i-3mX1lGTrjbal-kgS8Zg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 02:55:59.02775+00', '2023-10-12 07:35:46.174121+00', 'TDQqBKz0F0J9PP9v9-8aLA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 431, 'BvGIB2HJPmPdHVr576Uo9g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.681175+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 434, 'ArXHENxj9CO6vyY8xiNpkQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.781172+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 432, '_63zs_UhjhQuifv3-YYOnQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.697077+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 433, 'IguibvhydH5b2_tzC6BLHw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.768742+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 435, '98NMyN4-nqjjd0OCJDcOVQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.786336+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 436, 'l0OylLsiKg4P7JYN9T8_Pw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.802992+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 437, 'fpSht8NvtUXfeuD_ccHL4g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.819041+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 438, 'IFvk4ATmPPNhOXeA5jFYmA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.836+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 439, 'e8pokf8RTftK4DZKBOVhFA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.841046+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 440, 'v6JX49vw_xtGKYVRfb85fA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.846201+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 441, '0FjCCtNvsijJjPGOKUZmCQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.865702+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 442, 'TIoFM3ThEfmwQvesTLgJOg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-11 21:40:07.914306+00', '2023-10-14 21:56:32.732576+00', 'ozUgpFQfJG4IGdRpKT7aYA', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 558, 'xhxybyjTfkjFaHXqINs8NA', '3e314ae6-93b9-4adb-adff-cfe0a68d025e', false, '2023-10-17 18:07:37.830629+00', '2023-10-17 18:07:37.830629+00', NULL, 'e4fe800d-997e-47be-a760-a81de0e6beff'), + ('00000000-0000-0000-0000-000000000000', 445, 'KcqcJE9JI23vnAjjiZJRBg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 07:35:46.174814+00', '2023-10-12 21:12:10.603285+00', '-i-3mX1lGTrjbal-kgS8Zg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 455, 'ICkAIhdgoNdnah4gc9Z2Pg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.769605+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 456, '75refMyTBAxz6T5CEihwoA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.806574+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 457, 'WtqH5E-eLkwDQwypeVb_gA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.843158+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 644, 'FkgAii2iOFwoQO6yON4plw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-18 11:31:18.641999+00', '2023-10-18 11:31:59.712236+00', 'hTL1l-UyH9U4YKmUJ4jZfA', '930ce0fe-5177-4bc2-a440-64a8790a7af1'), + ('00000000-0000-0000-0000-000000000000', 446, 'iRSrx5HSBSt-IvZBDEqRaQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.544343+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 447, 'KKh0ouEEeu2Cohg7jgTwZA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.550252+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 448, '1VLEDK6mivCO8a2k2GUZNA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.569533+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 449, 'n0rchJrY6toy5Tcr7PT8JQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.57731+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 450, 'DGrdfLiVc96lNMjMw2sClg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.617257+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 451, '32TziosWENAx5aW39MUDaQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.620708+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 452, '-riSxoqWDhWTbbRACforlg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.656572+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 453, 'KW5VVoRTqdxJ035K2FIrLw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.694936+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 454, '1DOrKQCZktOzE9sl4QMawQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-12 21:12:10.733141+00', '2023-10-14 21:56:32.732576+00', 'KcqcJE9JI23vnAjjiZJRBg', '45f92069-7f1c-46cd-b30a-9402b2860abd'), + ('00000000-0000-0000-0000-000000000000', 559, 'FF82xzyxAgM65uQqhXO9Fw', '2bac0d34-cde3-4839-9d04-498967e0c7ff', false, '2023-10-17 18:07:37.830673+00', '2023-10-17 18:07:37.830673+00', NULL, '2299203f-318c-46ea-a48f-9b8b2f51961a'), + ('00000000-0000-0000-0000-000000000000', 560, '45i_A5L7YAaTOYHiQkGgIw', '02738d99-fc0a-41b9-ab4d-af87063a32f1', false, '2023-10-17 18:07:37.853645+00', '2023-10-17 18:07:37.853645+00', NULL, '5e65f056-587d-44fe-a473-ef355668d800'), + ('00000000-0000-0000-0000-000000000000', 563, 'FkjMB4ah1B7gYxhVik9rag', 'b85dceaa-0e32-49e4-ae19-847a8f9c279d', false, '2023-10-17 18:07:52.692784+00', '2023-10-17 18:07:52.692784+00', NULL, '2af92f79-8941-44df-9e3e-55547a95ab04'), + ('00000000-0000-0000-0000-000000000000', 568, 'tlmN9qSRm-oi-taaYlIaoA', 'a07cc360-f9e7-44d9-a8e0-186335eaaf27', false, '2023-10-17 18:07:52.809892+00', '2023-10-17 18:07:52.809892+00', NULL, '1f034190-bfbd-4ad8-b3a7-a2b97329213f'), + ('00000000-0000-0000-0000-000000000000', 569, 'JlJP-NpO2AaP1ZQ-e9pmxw', 'cac2b89c-3444-4d54-87d1-6a8926d0adc5', false, '2023-10-17 18:07:52.862985+00', '2023-10-17 18:07:52.862985+00', NULL, '43ce5ada-787e-48ad-abb9-2988375f401e'), + ('00000000-0000-0000-0000-000000000000', 570, 'mQ0sTwkQk11d_y0f3YeBPA', '17849d4d-bec8-4988-aff9-dc8784b91ca9', false, '2023-10-17 18:07:52.908103+00', '2023-10-17 18:07:52.908103+00', NULL, '4d1ceec0-a8ab-4056-b6c1-9782da60237b'), + ('00000000-0000-0000-0000-000000000000', 643, 'hTL1l-UyH9U4YKmUJ4jZfA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-18 09:54:43.875061+00', '2023-10-18 11:31:18.640918+00', NULL, '930ce0fe-5177-4bc2-a440-64a8790a7af1'), + ('00000000-0000-0000-0000-000000000000', 561, '0-zwYHWMNOykFQ-3yy0ZIg', '66cd3f91-3ccb-4c4c-99fb-14a944bb4f64', false, '2023-10-17 18:07:37.862964+00', '2023-10-17 18:07:37.862964+00', NULL, '8e961797-c9cd-4f33-a3cd-af764f64ea75'), + ('00000000-0000-0000-0000-000000000000', 459, 'UAcoEwXqMdniy4xycOV6ig', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 13:41:11.337821+00', '2023-10-16 13:43:02.516764+00', 'y8y1WubMSy4R3Ts_GhjBdg', '4bd82639-34b6-43d1-aea2-7d32015272b5'), + ('00000000-0000-0000-0000-000000000000', 562, 'F8Uc4IG3qDMnruPrX_JK0w', '318358a3-e11d-4382-a53a-3c8038337bac', false, '2023-10-17 18:07:52.689639+00', '2023-10-17 18:07:52.689639+00', NULL, '0cabd0f4-bd7a-4e25-9915-c3ba9396dcc1'), + ('00000000-0000-0000-0000-000000000000', 567, 'nX3UhfNHQeC5RKMT8nV09Q', '9187dcff-723b-4872-ad4d-8a2fe7fe93b3', false, '2023-10-17 18:07:52.793464+00', '2023-10-17 18:07:52.793464+00', NULL, '1085fad8-e158-42bd-b875-ebc1ccd04e61'), + ('00000000-0000-0000-0000-000000000000', 461, 'kIJ7gToIOQE_3EWUilFxKg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.704335+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 462, 'Sjjb-I96v4IAj7DQraBsFw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.711518+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 463, 'fDS86q11KcmB45oVw4rxnQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.718206+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 464, 'mbgtT2gWEYZqiUfhdiBQHw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.721265+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 465, 'SM4y07Hdoo2-zyHrVXhFlQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.727555+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 466, 'L1qvHF7YA_5K0kpaatqwYQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.735318+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 467, '-eWMJkYXbcOEtWPbkbiUPQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.746549+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 468, 'Ke4ALgaZoIb3TEsSND-9Mg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.752542+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 469, 'CEnT3u7gt-Ar53Y1_Z4rlQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.819234+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 470, '7a_bDOeFNDngYgGb4SLjSQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.856951+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 471, '-03jwzGq_iXJPT6t-3Mlzg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.895625+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 564, 'xah_H3MMCRLmhEVftc8lRw', '58e3df89-f67e-4494-a63d-5785c43af211', false, '2023-10-17 18:07:52.704008+00', '2023-10-17 18:07:52.704008+00', NULL, '9e82baf1-b527-4518-a271-922540ffe936'), + ('00000000-0000-0000-0000-000000000000', 485, '1nStV4UmaKWIAVKW-_K9mA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:39.010994+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 486, 'QC6-8RDQ_uVkr0AKyr_k4Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:39.047212+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 490, '3nrzZaypSiabWBiuLE6EwA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:47.753324+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 492, '8PhZU7luiM2uAFBn3w0Bzg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:47.836782+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 493, 'er3tAQFCHrX9Bm00d36zAQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:47.872829+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 494, 'oLSjTJ8qZprILFk9k9brGg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:47.911643+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 495, '8hPSba5OGzi67y69LdoDyA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:47.947762+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 497, 'Mcs563RaLRsiiJhIZH6uxw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:48.018376+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 498, 'h03qEe7vxvrsjumQGv7mow', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:48.054586+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 499, 'jFVOZPNpC0PE38HWeZCvCQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:48.075751+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 501, 'b9k7nPwLawHSsBBVH1qL-A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:48.998004+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 502, 'hHHKEPkUN60t3pwDzTHU1A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.018446+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 504, 'laTS2PCNDb49prp_td9mLw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.067545+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 505, 'q05sIm-twmod1bVphQ_jwQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.102485+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 506, 'sOAkozsEVo5eNu2VnFshCA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.140049+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 507, '5LoaZK6VnFo_Y8dfJUpNRQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.208785+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 508, '9_VbomX1htq1VDaS8SOSDA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.245615+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 509, 'eGQFM3fx-mVMv0fVgshphA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.317456+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 510, '7-1VyOZRlcyn3ARkf-SThw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.38637+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 511, 'vT4H1fUUIRKkgXtIJRHmyA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.423982+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 512, 'Wm372Xd1ARpc7PPxNQsAwA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.467291+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 513, '3SBzo1C95pWZDQHtCOr6lQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.512773+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 565, 'yS0XH3ckUOVq223AcKmZLg', '3aee2041-7f05-4fbc-82d1-efab1f19623f', false, '2023-10-17 18:07:52.705344+00', '2023-10-17 18:07:52.705344+00', NULL, '34317f75-21f2-4931-b3df-c0f4e7294d32'), + ('00000000-0000-0000-0000-000000000000', 460, 'x1pGI5KXfvsHqQ5uMP2cGQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 18:20:40.207151+00', '2023-10-16 19:31:58.730279+00', NULL, 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 472, 'Rc85KBiGjRB9wL8-lbRKtQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.930054+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 473, 'sQiTDecWdXoMDYiHWmVzLw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:37.967877+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 474, '62a_OeKsZvH3AdLYw_oF-A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:38.697937+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 475, 'RDzjuATvKWpMSJ2CIRiS5g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:38.705759+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 476, 'd4DQp5YPyYwu_K1GuqrSRA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:38.725027+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 477, 'EmfW96WrzlAMGIoZyxzdvA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:38.759795+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 478, 'szer8Ai845ZB5BVCbjaZHQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:38.815199+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 479, '1N9fIJm5gXbI6cdySUF8LQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:38.820148+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 480, 'IB9aPXFJEYQpx11leusgmg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:38.826136+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 481, 'WOaHYTKD2gsEzPbYI_qJUg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:38.864154+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 482, 'ejUZZ1u3-IPj03o4tcOoMQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:38.901775+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 483, 'umKvK4cx9fEmVXm5dy_xVQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:38.937497+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 484, 'YG-XYIP0Adcdvd38dTPaPg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:38.97277+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 487, '4ZYV4a9bs8Q8LzHVxH59Gw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:47.714755+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 488, 'aZ_WOWoBuQ_iQQnvJXTLXg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:47.721029+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 489, 'vLT7VdZ52a77qIbc8A2s5g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:47.736512+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 491, 'mzG-xAQHfo1vp6rcEi0tAg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:47.799633+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 496, 'f6qIWob90Zy6gXTT1cEL7Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:47.982764+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 500, 'GjssvWK_KMYbE1FGpkKryw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:48.895595+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 503, 'pPMszL5Q6Ii-DHCsHjoNqA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.030453+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 526, 'GxvPDSH3iE1mV7Q5VT03LA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:57.73877+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 528, 'leCpbzzm4mkAkoSORUiO_g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:57.792727+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 540, 'xH_xzd-98Cmw0jnIFwVM4A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.697425+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 541, 'OtmH4l7dNxvFjIJC_i2YFg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.705529+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 514, 'Ps4OddBMDbi02adWwcrX7A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.549992+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 515, '8zZi8m5DT5Ai3c92URij1Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.559919+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 516, 'eZMlav_Jndjpv6Vb3QiMGg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.616699+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 517, '7ZPR6ooBuUi0f7me-Ek9dQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.653458+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 518, '7rJT1ldMzPA8eJfLfSO5zA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.726736+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 519, 'UU5swSCzo_oDH_ptS4vPtQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.767892+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 520, 'V6tSgyma0HgQncKcLT7E3Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.79812+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 521, 'vdmelvIKnK1ogD-McZocgA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.833183+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 522, 'kT7Da-Lg1PDjlgn8Ek12fA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.885252+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 523, 'PxFuk_kNrgnwKDYSY2KCVQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.909294+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 524, 'hKfOGdGMBbXvFVgaV9lHvA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.923597+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 525, 'DMQoP_h9C7G4k5If1rNsSw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:49.957873+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 527, 'Z6lUUo-Pyh3XVYnEIJcI7w', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:57.743963+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 529, 'GuKdN0BwsgjjaFU-M47ADA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:57.798951+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 530, 'HkYM0P_j9VEobqnS74pIIQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:57.80571+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 531, 'NKMM1UXBxgaEpIxayx89Ww', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:57.811402+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 532, 'd_xIf5kkyk843k4DOQkE8A', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:57.851804+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 533, 'eC8TQXer4XTkJ5hXafjgGA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:57.890398+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 534, 'tOSFNGROBV6dJ6yM1rb8Ug', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:57.926811+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 535, 'abaLirY78FLKyZEQ8CJcwQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:57.96572+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 536, 'XMk3xc1gaGE4m6oSxOHoTg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.004214+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 537, 'p9jQJhVSQuJXCZgdTIHiwg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.041785+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 538, 'EOvfz_LomrHc9bOpyXaGWg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.079246+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 539, 'bo4eljYiJhOEddmInwljng', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.693656+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 542, 'zQNIQKaRKo4Gr7XdcEXcXg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.757429+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 543, 'v58zY0laBPE9KvLpNNyvUg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.791605+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 544, '5TZjsaz1QOIU5veJsuJ1LA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.796521+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 545, 'Bu10ZyRr_mOgYaEIzdAy5g', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.802797+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 546, 'RL4p7y5KRRkGjJo5yW4NXw', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.840923+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 547, 'VcMrBGAlH4DHRnsZukZRAQ', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.877559+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 548, 'oQO9uj9PgfC2hdrXuEfV2Q', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.911953+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 549, '3qccwzGVicXyo92mLN9hLA', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.947225+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 550, 'ddVvaeXAcyrJ5D9fdTOavg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:58.982031+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'), + ('00000000-0000-0000-0000-000000000000', 551, 'JUJhXmjuv1nw2FagKBEzeg', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, '2023-10-16 19:31:59.033453+00', '2023-10-16 20:53:50.997119+00', 'x1pGI5KXfvsHqQ5uMP2cGQ', 'f1752940-8dea-4c1b-a6d1-ea19446dc97a'); + + +-- +-- Data for Name: sso_providers; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + + + +-- +-- Data for Name: saml_providers; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + + + +-- +-- Data for Name: saml_relay_states; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + + + +-- +-- Data for Name: sso_domains; Type: TABLE DATA; Schema: auth; Owner: supabase_auth_admin +-- + + + +-- +-- Data for Name: documents; Type: TABLE DATA; Schema: public; Owner: postgres +-- + +INSERT INTO "public"."documents" ("id", "nano_id", "created_at", "user_id", "updated_at", "data", "public_access_level") VALUES + ('50ae6beb-1535-42de-9e67-42367779395b', 'dq3rFeML3Rs7Y/.inbox', '2023-08-24 04:44:04.571+00', '4c74a357-3551-4e2c-879d-a6fda9f322bc', '2023-08-24 04:44:04.902+00', '\x0103e6fd97b90c002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278a25db505d000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6471337246654d4c335273375900', 'write'), + ('a90132f7-b947-48d3-a9e1-5c73b04d754a', 'dRmepjAedTyDH', '2023-08-24 04:42:55.325+00', '4c74a357-3551-4e2c-879d-a6fda9f322bc', '2023-08-24 04:43:43.609+00', '\x0105eec881ae0e002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278a25da41db00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644168596233365363416b535428010770726f66696c6508757365726e616d6501770464656d6f28010770726f66696c65096a6f696e65645f6174017b4278a25da41dc00000', 'read'), + ('f979d5eb-0802-484e-a7cc-666a4950fefa', 'dAhYb36ScAkST', '2023-08-24 04:42:55.303+00', '4c74a357-3551-4e2c-879d-a6fda9f322bc', '2023-08-24 04:44:04.768+00', '\x0201e4afd48a0e00280104726566730a31333939393938373330017605026964770d7279323553365a553435513943096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f6471337246654d4c335273375907736f72744b65797702613003d2efd0ef03002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278a25da41c60002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('86499db0-42e9-47c2-987e-7e9dc2add7d9', 'dYgCVkDvxF6FK', '2023-09-25 10:49:14.124+00', '85df9c51-0006-42e0-a8c7-97cfd69ad912', '2023-09-25 10:49:16.569+00', '\x0103ddbf84bb06002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278acbf5208b0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('6c1ff982-cef7-447a-b83c-08890e57190e', 'dLnTPxN7j9rFr/.inbox', '2023-10-08 10:12:10.993+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-08 10:12:11.377+00', '\x0103c69496b50b002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b0ec5e072000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f644c6e5450784e376a3972467200', 'write'), + ('82d4ab20-083d-4e2b-a700-2186c0b1ed84', 'dbFnYBX3nqM7t/.inbox', '2023-09-25 12:15:01.617+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-25 12:15:02.043+00', '\x0103d6e2caf305002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acc43abf2000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6462466e594258336e714d377400', 'write'), + ('b516e8f1-a5d0-4d82-b6f7-4fece0542015', 'dJpxwyAGAMwGM', '2023-09-21 09:56:32.857+00', '8db53086-46b9-4f46-be8a-a81df3cbdb33', '2023-09-22 14:14:50.451+00', '\x0105dce0e345002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ab72b73d800028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f646532476d51366d3839504e5028010770726f66696c6508757365726e616d6501770764656d6f33333328010770726f66696c65096a6f696e65645f6174017b4278ab72b73d800000', 'read'), + ('ba2a1207-f8fe-44c3-8b02-c1a2b365997d', 'dJHTDbV1sLk9K/.inbox', '2023-09-06 11:21:55.662+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-06 11:21:56.061+00', '\x0103e2b2a9f00d002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278a6a3a3acf000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f644a485444625631734c6b394b00', 'write'), + ('09c8c658-7f2d-4600-89dc-c95d986d4c86', 'dpM6yFLkP8QXn/.inbox', '2023-09-25 12:15:48.304+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-25 12:15:48.705+00', '\x0103f5cec88d08002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acc446251000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64704d3679464c6b503851586e00', 'write'), + ('975d903f-1168-4845-83a0-bbca5979fd30', 'dR8reGLGTxDHV/.inbox', '2023-09-25 11:45:58.343+00', '326d442b-cf5f-4978-a963-27022a3d79b4', '2023-09-25 11:45:59.052+00', '\x01038a98a4ae08002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acc291248000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6452387265474c47547844485600', 'write'), + ('eaffb7df-b1a0-49c0-89cf-98afb012f91f', 'dHfWEDKPScWJY', '2023-09-26 08:59:32.865+00', '97b678ec-36e3-49f3-9d02-fa58bd4ae325', '2023-09-26 08:59:32.865+00', '\x', 'no-access'), + ('48266f35-3f07-43f9-9af8-8945498bfde4', 'dTsPhLwZMLArk/.inbox', '2023-09-28 13:15:21.292+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-28 13:15:21.614+00', '\x010397c8c4cf03002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278adbedfb4c000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64547350684c775a4d4c41726b00', 'write'), + ('2f03aff7-f9b0-4be0-976d-88d8778c0df2', 'dq3rFeML3Rs7Y', '2023-08-24 04:44:04.575+00', '4c74a357-3551-4e2c-879d-a6fda9f322bc', '2023-08-24 04:44:04.675+00', '\x0223f6c78f960700070103646f63030a626c6f636b47726f75700700f6c78f960700030e626c6f636b436f6e7461696e65720100f6c78f9607010100032800f6c78f96070102696401772439313534646430632d393636332d343465662d626164372d3437316634643165376231392800f6c78f9607010974657874436f6c6f7201770764656661756c742800f6c78f9607010f6261636b67726f756e64436f6c6f7201770764656661756c7487f6c78f960701030e626c6f636b436f6e7461696e65720700f6c78f96070903097061726167726170682800f6c78f96070a0d74657874416c69676e6d656e740177046c6566742100f6c78f960709026964012800f6c78f9607090974657874436f6c6f7201770764656661756c742800f6c78f9607090f6261636b67726f756e64436f6c6f7201770764656661756c7447f6c78f960702030768656164696e672800f6c78f96070f0d74657874416c69676e6d656e740177046c6566742800f6c78f96070f056c6576656c017701310700f6c78f96070f060400f6c78f9607120e53696d706c65206d657373616765a8f6c78f96070c01772434333362323639342d626436322d346532342d386138332d633931653662306261613164c7f6c78f960701f6c78f960709030e626c6f636b436f6e7461696e65720100f6c78f9607220100032800f6c78f96072202696401772435393231343837612d663564652d346361662d623338392d3231353636626439323830372800f6c78f9607220974657874436f6c6f7201770764656661756c742800f6c78f9607220f6261636b67726f756e64436f6c6f7201770764656661756c74000447f6c78f9607230309636f6465626c6f636b2800f6c78f96072e086c616e677561676501770a747970657363726970740700f6c78f96072e060400f6c78f9607300b6578706f7274206c65742081f6c78f96073b0284f6c78f96073d0b6d657373616765203d202284f6c78f9607480122c4f6c78f960748f6c78f9607491c48656c6c6f2066726f6d20616e6f7468657220646f63756d656e742184f6c78f960749013b028e81c9a906002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278a25db505f00001f6c78f96070502040c0123042a043c02', 'read'), + ('282f493d-3f4d-4679-b1f0-3963d957dc2e', 'deCd9MkdnUjqW', '2023-09-25 11:45:19.033+00', '326d442b-cf5f-4978-a963-27022a3d79b4', '2023-09-25 12:07:07.219+00', '\x0301a6b4f5ce0800280104726566730a2d363033323537303537017605026964770d726b524178646a706e714d4e62096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f6442746347636e394d56314d5207736f72744b65797702613001bdc8c5ad0600280104726566730b2d32313334353634343137017605026964770d72596a745a36714359614e4456096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f647a73724b556d79395771546507736f72744b6579770261310385e8ded301002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278acc2878b80002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('35e00009-869b-47c3-a354-45191f209b60', 'dLDBtke3WB48f/.inbox', '2023-09-25 12:23:16.147+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-25 12:23:16.597+00', '\x0103bd8f96ce01002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acc4b37b4000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f644c4442746b6533574234386600', 'write'), + ('93835d9b-89e4-4e05-9678-566ec51a1479', 'dxTkwpZfwMqXS', '2023-10-17 18:46:31.135+00', 'f5457795-246a-4043-b7cc-0ad7128e8f0b', '2023-10-17 18:46:31.135+00', '\x0103f7a6a4b10d002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef5ffdf0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('acc98e6b-ff43-4190-8c6e-a9e961b22a2e', 'ds2tMu7HU7kqF/.inbox', '2023-10-16 18:52:40.515+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-16 18:52:40.69+00', '\x0103fbf2e1d20d002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b39d53527000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f647332744d75374855376b714600', 'write'), + ('79f56b18-af48-4d21-ab7d-0e8bc5f34554', 'dawFUAqHhGGXr', '2023-10-17 18:07:37.858+00', '70d79ccb-8689-4f58-9987-93ed8070c081', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'no-access'), + ('af51c113-1ca0-4db0-ba39-fc8f940daa29', 'dP7XpeuqqeGkA', '2023-10-17 18:46:31.171+00', 'f5457795-246a-4043-b7cc-0ad7128e8f0b', '2023-10-17 18:46:31.171+00', '\x0105ded9a1ea0f002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef6000200028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6478546b77705a66774d71585328010770726f66696c6508757365726e616d6501770b616c6963655f656173667028010770726f66696c65096a6f696e65645f6174017b4278b3ef6000300000', 'read'), + ('3b5dc95f-de0b-47bd-9d9c-cfd3599fd820', 'dMp6k1zhCw5s4', '2023-10-17 18:07:52.981+00', 'b85dceaa-0e32-49e4-ae19-847a8f9c279d', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'write'), + ('36869096-b869-49a7-8e7f-4da687350be9', 'dUxhz1WTMxvsT', '2023-10-17 18:07:37.984+00', '70d79ccb-8689-4f58-9987-93ed8070c081', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'write'), + ('cdac0b78-30d2-4926-bcef-10e3d61bae4f', 'dJawyUQWRTNEm', '2023-10-17 18:07:38.117+00', '70d79ccb-8689-4f58-9987-93ed8070c081', '2023-10-17 18:07:38.117+00', '\x68656c6c6f', 'read'), + ('cdd0f3dc-c1ac-474f-a3e5-a50fd2adc525', 'dwbrRFAc95Jx2', '2023-10-17 18:07:53.015+00', 'b85dceaa-0e32-49e4-ae19-847a8f9c279d', '2023-10-17 18:07:53.015+00', '\x68656c6c6f', 'read'), + ('c86ea237-16c9-4623-a9cf-42c17906ff56', 'dtKyMw4m28x4K', '2023-10-17 18:07:39.315+00', '599e1862-83d4-4e03-8615-98c27519841f', '2023-10-17 18:07:39.331+00', '\x0101b8aa8a820600210104726566730766616b656b65790101b8aa8a8206010001', 'no-access'), + ('eb813820-6b45-4f15-a4a4-7300588ce6be', 'dccfgVk3RLtR3', '2023-10-17 18:46:31.674+00', '0c5d250e-d8b4-4802-8fbc-81cd3d7d5a23', '2023-10-17 18:46:31.674+00', '\x0103fdab9bad01002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef601fa0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('3cd88ad2-9895-4076-97b5-1c3ce051e04f', 'dKYFT7tt8qZkF', '2023-10-17 18:07:52.848+00', 'b85dceaa-0e32-49e4-ae19-847a8f9c279d', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'write'), + ('b97efa87-7d0a-433a-9c8c-7151f19ff454', 'dL8GHbj3VxU4t', '2023-10-17 18:07:52.903+00', '3aee2041-7f05-4fbc-82d1-efab1f19623f', '2023-10-17 18:07:52.903+00', '\x68656c6c6f', 'write'), + ('d2f4535a-1e81-4166-802c-e874719f78a1', 'dTZ1mAMjLqfw8', '2023-10-17 18:07:54.353+00', '52ad1367-aaa4-4486-9949-6b203f8d022a', '2023-10-17 18:07:54.392+00', '\x010199efa1f80500280104726566730766616b656b657901760306746172676574770d647a653234784d7a7643775251047479706577086861734368696c64096e616d65737061636577087479706563656c6c00', 'no-access'), + ('ecfb4f57-486d-47b2-bfd6-314c4491385a', 'dMYPuMgxQwmvr', '2023-10-17 18:46:31.68+00', '0c5d250e-d8b4-4802-8fbc-81cd3d7d5a23', '2023-10-17 18:46:31.68+00', '\x0105bdd1f08d03002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef6020000028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6463636667566b33524c74523328010770726f66696c6508757365726e616d65017709626f625f656e72696228010770726f66696c65096a6f696e65645f6174017b4278b3ef6020000000', 'read'), + ('f9d03531-96dd-490c-9878-6829782d6fc4', 'dSEqXFeCd7nPQ', '2023-10-17 18:46:31.858+00', 'f5457795-246a-4043-b7cc-0ad7128e8f0b', '2023-10-17 18:46:32.633+00', '\x0000', 'read'), + ('d933ffe1-eb22-449c-9b46-fece79a168d0', 'dhaVgHg6yGQzW', '2023-10-17 18:46:32.921+00', '79dc6a98-5f5f-43af-ac1f-b4c5f30aea61', '2023-10-17 18:46:32.921+00', '\x010590dcdfa50d002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef606d900028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64663279335a71454d36504e5028010770726f66696c6508757365726e616d6501770b616c6963655f6c7061646f28010770726f66696c65096a6f696e65645f6174017b4278b3ef606d900000', 'read'), + ('bbe464f9-e792-4741-9906-550f20061e10', 'deFpGXtJ1haWv', '2023-10-17 19:04:44.806+00', '53bb3616-1255-4212-8dcb-bc19d4f8c0ff', '2023-10-17 19:04:44.833+00', '\x0101f7b5d9dc0e00280104746573740568656c6c6f017705776f726c6400', 'read'), + ('d4804692-bd76-4916-968e-46bdd74dde66', 'dVNbEfPKJDZ5q/.inbox', '2023-09-06 11:24:17.272+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-06 11:24:17.794+00', '\x0103b3dcc59b03002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278a6a3c63f9000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64564e624566504b4a445a357100', 'write'), + ('ee157f67-c355-4eba-bf6e-362b50dbdabc', 'dN4VDGT3h1m8c', '2023-09-25 10:49:14.136+00', '85df9c51-0006-42e0-a8c7-97cfd69ad912', '2023-09-25 10:49:16.511+00', '\x0105a6eff2ef03002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278acbf5209700028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64596743566b4476784636464b28010770726f66696c6508757365726e616d6501770973646673646673646628010770726f66696c65096a6f696e65645f6174017b4278acbf5209700000', 'read'), + ('43d93498-6c2c-4440-af7b-6133f1962fe3', 'dG2YbdXbdJkbt', '2023-10-17 19:04:51.679+00', '48580f87-70da-491a-aa80-4454fd99026e', '2023-10-17 19:04:51.679+00', '\x0105fec4edba07002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06cadf00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f646b724665396832334654637028010770726f66696c6508757365726e616d65017709626f625f78727a6d6628010770726f66696c65096a6f696e65645f6174017b4278b3f06cadf00000', 'read'), + ('39937a40-30ce-4d90-99b4-d8fb4528d6d6', 'dfTzFxqbptVfg/.inbox', '2023-09-06 11:24:18.844+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-06 11:24:19.33+00', '\x0103b7d88fca0d002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278a6a3c6a1d000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6466547a46787162707456666700', 'write'), + ('e642fafe-79c2-4706-b7ab-7e8d4a477f19', 'dSEqXFeCd7nPQ/.inbox', '2023-10-17 18:46:31.857+00', 'f5457795-246a-4043-b7cc-0ad7128e8f0b', '2023-10-17 18:46:32.607+00', '\x0000', 'write'), + ('a5c48c88-5067-46ec-88a5-dcb21125b771', 'df2y3ZqEM6PNP', '2023-10-17 18:46:32.914+00', '79dc6a98-5f5f-43af-ac1f-b4c5f30aea61', '2023-10-17 18:46:32.914+00', '\x0103e696c5f006002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef606d20002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('37a65d09-549f-4c05-88ea-be750928e781', 'dHkGyPf8XEYJA', '2023-10-17 18:46:33.362+00', '82b70c7c-6694-4834-998f-5a036d5fa468', '2023-10-17 18:46:33.362+00', '\x010396aec5f306002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef608920002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('989d2e92-5490-4c21-a245-c8aa8a1af2ea', 'dqkCn4rz9X1cJ/.inbox', '2023-09-06 11:24:19.767+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-06 11:24:20.207+00', '\x0103fbeecda507002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278a6a3c6db7000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64716b436e34727a395831634a00', 'write'), + ('66d7b691-75f3-4f60-92c5-d4837e75ca7c', 'dkM5VyuCSbP8r', '2023-09-25 12:15:03.33+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:54:44.552+00', '\x0202c9aef4ce08002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278acc43b2a200001a6cfdcf30100210104726566730b2d313937373437393839340101a6cfdcf301010001', 'read'), + ('6ecc5a0f-095c-4ccb-ac35-e9d7ff8f8e1e', 'dPMuscDPbdk9a', '2023-10-17 18:07:37.878+00', 'cb7ed166-c97b-4484-8904-a085d2167f07', '2023-10-17 18:07:37.878+00', '\x68656c6c6f', 'write'), + ('75fe8bf4-d596-4427-b8ab-34c568ca3d3d', 'dV9EuR9a347xm', '2023-10-17 18:07:38.018+00', '70d79ccb-8689-4f58-9987-93ed8070c081', '2023-10-17 18:07:38.018+00', '\x68656c6c6f', 'no-access'), + ('aa740f46-87e1-4a0c-8b3b-4741416bc8db', 'dPnbF4uYUMpEA', '2023-09-25 11:45:19.063+00', '326d442b-cf5f-4978-a963-27022a3d79b4', '2023-09-25 12:05:52.106+00', '\x0201df91c7900c00280105666f726b73237479706563656c6c3a7479706563656c6c2e6f72672f6452387265474c4754784448560177237479706563656c6c3a7479706563656c6c2e6f72672f6452387265474c47547844485605b0988bd007002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278acc2878d600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64654364394d6b646e556a715728010770726f66696c6508757365726e616d6501770a68656c6c6f746573743128010770726f66696c65096a6f696e65645f6174017b4278acc2878d700000', 'read'), + ('980725b2-b6bc-48de-876d-c2323bd67dc6', 'dR8reGLGTxDHV', '2023-09-25 11:45:58.351+00', '326d442b-cf5f-4978-a963-27022a3d79b4', '2023-09-25 11:45:58.383+00', '\x030193d4bae60d00c4bec5adfa02f803bec5adfa02f903076570696363617401c6eba3f10400280104726566730a31363235333835333139017604026964770d726a735a754477614a34717831096e616d65737061636577087479706563656c6c04747970657706666f726b4f66067461726765747731687474703a6c6f63616c686f73743a353137332f5f646f63732f4c69766520636f64696e67207475746f7269616c2e6d64e907bec5adfa02002801046d6574610474797065017709217269636874657874070103646f63030a626c6f636b47726f75700700bec5adfa0201030e626c6f636b436f6e7461696e65720700bec5adfa020203097061726167726170682800bec5adfa02030d74657874416c69676e6d656e740177046c6566742100bec5adfa0202026964012800bec5adfa02020974657874436f6c6f7201770764656661756c742800bec5adfa02020f6261636b67726f756e64436f6c6f7201770764656661756c7447bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa0208030768656164696e670700bec5adfa0209060400bec5adfa020a1d5479706543656c6c204c69766520436f64696e67207475746f7269616c2800bec5adfa02090d74657874416c69676e6d656e740177046c6566742800bec5adfa0209056c6576656c017701312800bec5adfa020802696401772462303166303139362d373934302d343062362d393930632d6631343330616338316265302800bec5adfa02080974657874436f6c6f7201770764656661756c742800bec5adfa02080f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa0208bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa022d03097061726167726170680700bec5adfa022e060400bec5adfa022f7b5479706543656c6c20646f63756d656e747320636f6e7461696e2061206c6976652c20696e7465726163746976652070726f6772616d6d696e6720656e7669726f6e6d656e7420666f72204a617661736372697074202f20547970657363726970742072756e6e696e6720696e20796f75722062726f777365722e2800bec5adfa022e0d74657874416c69676e6d656e740177046c6566742800bec5adfa022d02696401772438383238623738312d656532382d343733342d386633322d6232383164663038363838342800bec5adfa022d0974657874436f6c6f7201770764656661756c742800bec5adfa022d0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa022dbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02af0103097061726167726170680700bec5adfa02b001060400bec5adfa02b1014a496e207468697320696e74726f64756374696f6e2c2077652077696c6c20676f207468726f7567682074686520626173696373206f6620636f64696e6720696e205479706543656c6c2e2800bec5adfa02b0010d74657874416c69676e6d656e740177046c6566742800bec5adfa02af0102696401772431666263616161362d383463382d346239392d626231662d6233663837393330666235622800bec5adfa02af010974657874436f6c6f7201770764656661756c742800bec5adfa02af010f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02af01bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02800203097061726167726170680700bec5adfa028102060600bec5adfa02820204626f6c64027b7d84bec5adfa0283023d5468697320646f63756d656e7420697320636f6d706c6574656c79206564697461626c652e20466f6c6c6f77207468652073746570732062656c6f772186bec5adfa02c00204626f6c64046e756c6c2800bec5adfa0281020d74657874416c69676e6d656e740177046c6566742800bec5adfa02800202696401772465386238653639322d306536332d346639662d396138302d3636626163663238643931622800bec5adfa0280020974657874436f6c6f7201770764656661756c742800bec5adfa0280020f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa028002bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02c602030768656164696e670700bec5adfa02c702060400bec5adfa02c80204436174732800bec5adfa02c7020d74657874416c69676e6d656e740177046c6566742800bec5adfa02c702056c6576656c017701322800bec5adfa02c60202696401772438326134623634392d633338662d346562382d613235312d3536656536636239396664332800bec5adfa02c6020974657874436f6c6f7201770764656661756c742800bec5adfa02c6020f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02c602bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02d20203097061726167726170680700bec5adfa02d302060400bec5adfa02d4025b4c657427732073617920796f75277265206c696b65206d79206772616e646d612c20616e6420796f7520686176652061206c6f74206f6620636174732e204f75722073746f72792077696c6c2062652061626f7574207468656d2e2800bec5adfa02d3020d74657874416c69676e6d656e740177046c6566742800bec5adfa02d20202696401772436643763366638662d613765312d343064392d623064662d3432653064646566656461322800bec5adfa02d2020974657874436f6c6f7201770764656661756c742800bec5adfa02d2020f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02d202bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02b403030768656164696e670700bec5adfa02b503060400bec5adfa02b6031d5374657020313a206769766520796f7572206361742061206e616d65212800bec5adfa02b5030d74657874416c69676e6d656e740177046c6566742800bec5adfa02b503056c6576656c017701332800bec5adfa02b40302696401772464666265326338302d633634622d346264652d386533642d3937396664376361646566322800bec5adfa02b4030974657874436f6c6f7201770764656661756c742800bec5adfa02b4030f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02b403bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02d9030309636f6465626c6f636b0700bec5adfa02da03060400bec5adfa02db03126578706f7274206c657420636174203d207b87bec5adfa02db03030968617264427265616b87bec5adfa02ee03060400bec5adfa02ef030920206e616d653a202284bec5adfa02f80302222c87bec5adfa02ef03030968617264427265616b87bec5adfa02fb03060400bec5adfa02fc0318202070726566657273447279466f6f643a2066616c73652c87bec5adfa02fc03030968617264427265616b87bec5adfa029504060400bec5adfa029604112020666f6f645065725765656b3a20342c87bec5adfa029604030968617264427265616b87bec5adfa02a804060400bec5adfa02a904027d3b87bec5adfa02a904030968617264427265616b2800bec5adfa02da03086c616e677561676501770a747970657363726970742800bec5adfa02d90302696401772439393739386333642d653230392d343261642d393165642d6535616630396262623338332800bec5adfa02d9030974657874436f6c6f7201770764656661756c742800bec5adfa02d9030f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02d903bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02b1040309636f6465626c6f636b0700bec5adfa02b204060400bec5adfa02b304152f2f204064656661756c742d636f6c6c617073656487bec5adfa02b304030968617264427265616b87bec5adfa02c904030968617264427265616b87bec5adfa02ca04060400bec5adfa02cb040c6c6574206d6573736167653b87bec5adfa02cb04030968617264427265616b87bec5adfa02d804030968617264427265616b87bec5adfa02d904060400bec5adfa02da04452f2f204e6f7469636520686f77206578706f72746564207661726961626c657320617265206d61646520617661696c61626c6520756e6465722074686520242d7369676e2e87bec5adfa02da04030968617264427265616b87bec5adfa02a005060400bec5adfa02a1051869662028242e6361742e6e616d65203d3d3d20222229207b87bec5adfa02a105030968617264427265616b87bec5adfa02ba05060400bec5adfa02bb054c20206d657373616765203d203c6469763ee29d8c20547279206368616e67696e672074686520226e616d6522206669656c6420696e2074686520636f64652061626f76652e3c2f6469763e3b87bec5adfa02bb05030968617264427265616b87bec5adfa028606060400bec5adfa028706337d20656c7365206966202821242e6361742e6e616d652e6d61746368282f5e5b612d7a412d5a302d395c735d2b242f2929207b87bec5adfa028706030968617264427265616b87bec5adfa02bb06060400bec5adfa02bc060d20206d657373616765203d202887bec5adfa02bc06030968617264427265616b87bec5adfa02ca06060400bec5adfa02cb0609202020203c6469763e87bec5adfa02cb06030968617264427265616b87bec5adfa02d506060400bec5adfa02d6064c202020202020e29d8c204f68206e6f2120536f6d656f6e65206d65737365642077697468206d792070726574747920696e74726f64756374696f6e2e204368616e67652074686520636f646587bec5adfa02d606030968617264427265616b87bec5adfa02a107060400bec5adfa02a2074720202020202061626f766520746f2067697665206f75722063617420612070726f706572206e616d652028776974686f7574207370656369616c2063686172616374657273292187bec5adfa02a207030968617264427265616b87bec5adfa02ea07060400bec5adfa02eb070a202020203c2f6469763e87bec5adfa02eb07030968617264427265616b87bec5adfa02f607060400bec5adfa02f707042020293b87bec5adfa02f707030968617264427265616b87bec5adfa02fc07060400bec5adfa02fd07087d20656c7365207b87bec5adfa02fd07030968617264427265616b87bec5adfa028608060400bec5adfa0287080d20206d657373616765203d202887bec5adfa028708030968617264427265616b87bec5adfa029508060400bec5adfa02960809202020203c6469763e87bec5adfa029608030968617264427265616b87bec5adfa02a008060400bec5adfa02a1084f2020202020203c7374726f6e673ee29c852057656c6c20646f6e652c20796f7572206361742069732063616c6c6564207b242e6361742e6e616d657d206e6f772e3c2f7374726f6e673e205468697387bec5adfa02a108030968617264427265616b87bec5adfa02ef08060400bec5adfa02f0083d20202020202074657874206765747320757064617465642065766572792074696d6520796f75206368616e676520746865206e616d65202d7b2220227d87bec5adfa02f008030968617264427265616b87bec5adfa02ae09060400bec5adfa02af09472020202020203c656d3e696e7374616e746c792c20617320796f7520747970653c2f656d3e2e20546f2073656520686f7720746865206d6167696320776f726b732c7b2220227d87bec5adfa02af09030968617264427265616b87bec5adfa02f709060400bec5adfa02f8094e2020202020203c7374726f6e673e636c69636b206f6e20746865206172726f7720282672736171756f3b2920746f20746865206c656674206f66207468697320746578742e3c2f7374726f6e673e87bec5adfa02f809030968617264427265616b87bec5adfa02c70a060400bec5adfa02c80a0a202020203c2f6469763e87bec5adfa02c80a030968617264427265616b87bec5adfa02d30a060400bec5adfa02d40a042020293b87bec5adfa02d40a030968617264427265616b87bec5adfa02d90a060400bec5adfa02da0a017d87bec5adfa02da0a030968617264427265616b87bec5adfa02dc0a030968617264427265616b87bec5adfa02dd0a060400bec5adfa02de0a176578706f72742064656661756c74206d6573736167653b87bec5adfa02de0a030968617264427265616b2800bec5adfa02b204086c616e677561676501770a747970657363726970742800bec5adfa02b10402696401772433393531306237652d633333652d343863372d623432622d6532623434313939303235302800bec5adfa02b1040974657874436f6c6f7201770764656661756c742800bec5adfa02b1040f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02b104bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02fb0a030768656164696e670700bec5adfa02fc0a060400bec5adfa02fd0a0f5374657020323a20467269656e64732800bec5adfa02fc0a0d74657874416c69676e6d656e740177046c6566742800bec5adfa02fc0a056c6576656c017701332800bec5adfa02fb0a02696401772432343164383037652d396338312d343235612d393665362d6636323830613832616339662800bec5adfa02fb0a0974657874436f6c6f7201770764656661756c742800bec5adfa02fb0a0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02fb0abec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02920b0309636f6465626c6f636b0700bec5adfa02930b060400bec5adfa02940b106578706f72742064656661756c74202887bec5adfa02940b030968617264427265616b87bec5adfa02a50b060400bec5adfa02a60b5020203c6469763e49206665656c206c696b65206f757220636174206e65656473206120667269656e642e204c657427732063616c6c2068696d207b242e667269656e642e6e616d657d2e3c2f6469763e87bec5adfa02a60b030968617264427265616b87bec5adfa02f70b060400bec5adfa02f80b02293b87bec5adfa02f80b030968617264427265616b2800bec5adfa02930b086c616e677561676501770a747970657363726970742800bec5adfa02920b02696401772466376236386334372d653937622d343533392d616234372d3039323463636438313735632800bec5adfa02920b0974657874436f6c6f7201770764656661756c742800bec5adfa02920b0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02920bbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02800c03097061726167726170680700bec5adfa02810c060400bec5adfa02820c655568206f682c2077686174277320746869733f204920666f72676f7420746f20616464206120636f646520626c6f636b20646566696e696e67206120667269656e6420666f72206f7572206361742e2043616e20796f7520646f20697420666f72206d653f2800bec5adfa02810c0d74657874416c69676e6d656e740177046c6566742800bec5adfa02800c02696401772466326261636634622d393565322d346537342d623332612d3265643864323137336331632800bec5adfa02800c0974657874436f6c6f7201770764656661756c742800bec5adfa02800c0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02800cbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02ec0c03097061726167726170680700bec5adfa02ed0c060400bec5adfa02ee0c6e416464206120636f646520626c6f636b20627920636c69636b696e67206f6e20746865202b206e65787420746f206120626c6f636b207768656e20686f766572696e6720697420286f72207479706520222f22292c20616e642073656c6563742022636f646520626c6f636b222e2800bec5adfa02ed0c0d74657874416c69676e6d656e740177046c6566742800bec5adfa02ec0c02696401772463343536393838662d333133622d346539372d393630372d3465633032383465396639622800bec5adfa02ec0c0974657874436f6c6f7201770764656661756c742800bec5adfa02ec0c0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02ec0cbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02e10d03097061726167726170680700bec5adfa02e20d060600bec5adfa02e30d04626f6c64027b7d86bec5adfa02e40d066974616c6963027b7d84bec5adfa02e50d0548696e743a86bec5adfa02ea0d04626f6c64046e756c6c86bec5adfa02eb0d066974616c6963046e756c6c86bec5adfa02ec0d066974616c6963027b7d84bec5adfa02ed0dc201204f757220667269656e64206f6e6c79206e656564732061206e616d6520666f72206e6f772e20557365207468652073616d652073747275637475726520617320796f7520616c7265616479207573656420666f7220796f7572206361742028666972737420636f646520626c6f636b292c20627574206f6e6c7920696e636c7564652074686520226e616d6522206669656c6420616e64206578706f727420697420617320746865207661726961626c65206e616d65642022667269656e64222e86bec5adfa02af0f066974616c6963046e756c6c2800bec5adfa02e20d0d74657874416c69676e6d656e740177046c6566742800bec5adfa02e10d02696401772430633064343433302d653461302d346339632d396563352d6365383266363430373762382800bec5adfa02e10d0974657874436f6c6f7201770764656661756c742800bec5adfa02e10d0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02e10dbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02b50f0309636f6465626c6f636b0700bec5adfa02b60f060400bec5adfa02b70f152f2f204064656661756c742d636f6c6c617073656487bec5adfa02b70f030968617264427265616b87bec5adfa02cd0f030968617264427265616b87bec5adfa02ce0f060400bec5adfa02cf0f3e6c657420636f6d706c657465456d6f6a69203d20242e667269656e6420262620242e667269656e642e6e616d65203f2022e29c8522203a2022e29d8c223b87bec5adfa02cf0f030968617264427265616b87bec5adfa028a10030968617264427265616b87bec5adfa028b10060400bec5adfa028c10106578706f72742064656661756c74202887bec5adfa028c10030968617264427265616b87bec5adfa029d10060400bec5adfa029e100720203c6469763e87bec5adfa029e10030968617264427265616b87bec5adfa02a610060400bec5adfa02a7104f202020203c7374726f6e673e7b636f6d706c657465456d6f6a697d205374657020323a203c2f7374726f6e673e204372656174652061207365636f6e642063617420696e2061206e65772063656c6c87bec5adfa02a710030968617264427265616b87bec5adfa02f710060400bec5adfa02f8102720202020616e64206578706f7274206974206173207661726961626c652027667269656e64272e87bec5adfa02f810030968617264427265616b87bec5adfa02a011060400bec5adfa02a1110820203c2f6469763e87bec5adfa02a111030968617264427265616b87bec5adfa02aa11060400bec5adfa02ab1102293b87bec5adfa02ab11030968617264427265616b2800bec5adfa02b60f086c616e677561676501770a747970657363726970742800bec5adfa02b50f02696401772438656661343763312d373136642d346462632d623632382d6239323436393738623636632800bec5adfa02b50f0974657874436f6c6f7201770764656661756c742800bec5adfa02b50f0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02b50fbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02b31103097061726167726170680700bec5adfa02b411060400bec5adfa02b511124e6f7469636520686f77207765207573652086bec5adfa02c711066974616c6963027b7d84bec5adfa02c8110d242e667269656e642e6e616d6586bec5adfa02d511066974616c6963046e756c6c84bec5adfa02d6112120696e207468652063656c6c2061626f76652e205768656e6576657220796f752086bec5adfa02f711066974616c6963027b7d84bec5adfa02f811066578706f727486bec5adfa02fe11066974616c6963046e756c6c84bec5adfa02ff11402061207661726961626c652c20796f752063616e20616363657373206974206163726f73732074686520646f63756d656e74206279207573696e67207468652086bec5adfa02bf12066974616c6963027b7d84bec5adfa02c012012486bec5adfa02c112066974616c6963046e756c6c84bec5adfa02c212192073796d626f6c2e20496e206f7468657220776f7264732c2086bec5adfa02db12066974616c6963027b7d84bec5adfa02dc12012486bec5adfa02dd12066974616c6963046e756c6c84bec5adfa02de127920697320612073746f726520666f7220616c6c207661726961626c6573207468617420796f752077616e7420746f20616363657373206163726f73732063656c6c7321204578706f72746564207661726961626c65732061726520616c736f20646973706c617965642062656c6f77207468652063656c6c2e2800bec5adfa02b4110d74657874416c69676e6d656e740177046c6566742800bec5adfa02b31102696401772464323339386264622d333534302d346366362d386631352d3338373866636363303466662800bec5adfa02b3110974657874436f6c6f7201770764656661756c742800bec5adfa02b3110f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02b311bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02dc1303097061726167726170680700bec5adfa02dd13060400bec5adfa02de1322436f64652063656c6c73206175746f6d61746963616c6c792072756e207768656e3a2800bec5adfa02dd130d74657874416c69676e6d656e740177046c6566742800bec5adfa02dc1302696401772463636466333332352d303665312d343937392d393037332d6334313062306361343636352800bec5adfa02dc130974657874436f6c6f7201770764656661756c742800bec5adfa02dc130f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02dc13bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa028514030e62756c6c65744c6973744974656d0700bec5adfa028614060400bec5adfa0287141d596f75206368616e67652074686520636f6465206f6620612063656c6c2800bec5adfa0286140d74657874416c69676e6d656e740177046c6566742800bec5adfa02851402696401772438656639636533642d333465372d343636612d616465612d3134356630383562353763362800bec5adfa0285140974657874436f6c6f7201770764656661756c742800bec5adfa0285140f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa028514bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02a914030e62756c6c65744c6973744974656d0700bec5adfa02aa14060400bec5adfa02ab1438416e79206f6620746865207265616374697665207661726961626c6573207468652063656c6c207265666572656e636573202866726f6d2086bec5adfa02e314066974616c6963027b7d84bec5adfa02e414012486bec5adfa02e514066974616c6963046e756c6c84bec5adfa02e6140d2920617265206368616e6765642800bec5adfa02aa140d74657874416c69676e6d656e740177046c6566742800bec5adfa02a91402696401772438646535626232612d653133612d346162612d613363642d3837666132373366393266622800bec5adfa02a9140974657874436f6c6f7201770764656661756c742800bec5adfa02a9140f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02a914bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02f814030768656164696e670700bec5adfa02f914060400bec5adfa02fa141146656564696e67206e65696768626f72732800bec5adfa02f9140d74657874416c69676e6d656e740177046c6566742800bec5adfa02f914056c6576656c017701322800bec5adfa02f81402696401772439613934653764652d313832322d343136302d393339652d6435346636653433646462332800bec5adfa02f8140974657874436f6c6f7201770764656661756c742800bec5adfa02f8140f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02f814bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02911503097061726167726170680700bec5adfa029215060400bec5adfa029315424f75722063617473206861766520736f6d65206e65696768626f72732e204c6574277320696e766f6c7665207468656d20696e207468652073746f727920746f6f212800bec5adfa0292150d74657874416c69676e6d656e740177046c6566742800bec5adfa02911502696401772466646238363861312d333136662d343632382d613166352d3932353433633362626237382800bec5adfa0291150974657874436f6c6f7201770764656661756c742800bec5adfa0291150f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa029115bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02da150309636f6465626c6f636b0700bec5adfa02db15060400bec5adfa02dc15186578706f7274206c6574206e65696768626f7273203d205b87bec5adfa02dc15030968617264427265616b87bec5adfa02f515060400bec5adfa02f615082020242e6361742c87bec5adfa02f615030968617264427265616b87bec5adfa02ff15060400bec5adfa0280160b2020242e667269656e642c87bec5adfa028016030968617264427265616b87bec5adfa028c16060400bec5adfa028d160320207b87bec5adfa028d16030968617264427265616b87bec5adfa029116060400bec5adfa02921616202020206e616d653a2022536d65726665746b61222c87bec5adfa029216030968617264427265616b87bec5adfa02a916060400bec5adfa02aa16192020202070726566657273447279466f6f643a20747275652c87bec5adfa02aa16030968617264427265616b87bec5adfa02c416060400bec5adfa02c5161320202020666f6f645065725765656b3a20332c87bec5adfa02c516030968617264427265616b87bec5adfa02d916060400bec5adfa02da160420207d2c87bec5adfa02da16030968617264427265616b87bec5adfa02df16060400bec5adfa02e0160320207b87bec5adfa02e016030968617264427265616b87bec5adfa02e416060400bec5adfa02e51612202020206e616d653a20224c61747465222c87bec5adfa02e516030968617264427265616b87bec5adfa02f816060400bec5adfa02f9161a2020202070726566657273447279466f6f643a2066616c73652c87bec5adfa02f916030968617264427265616b87bec5adfa029417060400bec5adfa0295171320202020666f6f645065725765656b3a20342c87bec5adfa029517030968617264427265616b87bec5adfa02a917060400bec5adfa02aa170420207d2c87bec5adfa02aa17030968617264427265616b87bec5adfa02af17060400bec5adfa02b017025d3b87bec5adfa02b017030968617264427265616b2800bec5adfa02db15086c616e677561676501770a747970657363726970742800bec5adfa02da1502696401772432323566383730632d383939612d343163342d613136392d6131646538616538656563382800bec5adfa02da150974657874436f6c6f7201770764656661756c742800bec5adfa02da150f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02da15bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02b81703097061726167726170680700bec5adfa02b917060400bec5adfa02ba17b1014e6f772c20696620796f75277265206c696b65206d79206772616e646d612c20796f752772652066656564696e672074686520656e74697265206e65696768626f72686f6f6420627920796f757273656c662c2062757420796f7520646f6e277420796574206b6e6f77206966206f757220667269656e642070726566657273206472792f77657420666f6f64206f7220686f77206d616e792063616e7320746865792065617420706572207765656b2e2800bec5adfa02b9170d74657874416c69676e6d656e740177046c6566742800bec5adfa02b81702696401772432303563653737352d616130612d343232642d623966612d3731336138663561323038652800bec5adfa02b8170974657874436f6c6f7201770764656661756c742800bec5adfa02b8170f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02b817bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02f0180309636f6465626c6f636b0700bec5adfa02f118060400bec5adfa02f218152f2f204064656661756c742d636f6c6c617073656487bec5adfa02f218030968617264427265616b87bec5adfa028819030968617264427265616b87bec5adfa028919060400bec5adfa028a19136c657420636f6d706c657465456d6f6a69203d87bec5adfa028a19030968617264427265616b87bec5adfa029e19060400bec5adfa029f194b2020242e667269656e643f2e70726566657273447279466f6f6420213d3d20756e646566696e656420262620697346696e69746528242e667269656e643f2e666f6f645065725765656b2987bec5adfa029f19030968617264427265616b87bec5adfa02eb19060400bec5adfa02ec190b202020203f2022e29c852287bec5adfa02ec19030968617264427265616b87bec5adfa02f619060400bec5adfa02f7190c202020203a2022e29d8c223b87bec5adfa02f719030968617264427265616b87bec5adfa02821a030968617264427265616b87bec5adfa02831a060400bec5adfa02841a106578706f72742064656661756c74202887bec5adfa02841a030968617264427265616b87bec5adfa02951a060400bec5adfa02961a0720203c6469763e87bec5adfa02961a030968617264427265616b87bec5adfa029e1a060400bec5adfa029f1a3a202020203c7374726f6e673e7b636f6d706c657465456d6f6a697d205374657020333a203c2f7374726f6e673e20416464207468657b2220227d87bec5adfa029f1a030968617264427265616b87bec5adfa02da1a060400bec5adfa02db1a4a202020203c636f64653e70726566657273447279466f6f643c2f636f64653e20616e64203c636f64653e666f6f645065725765656b3c2f636f64653e206669656c647320746f206f757287bec5adfa02db1a030968617264427265616b87bec5adfa02a61b060400bec5adfa02a71b2420202020667269656e64207468617420796f7520646566696e6564206561726c6965722187bec5adfa02a71b030968617264427265616b87bec5adfa02cc1b060400bec5adfa02cd1b0820203c2f6469763e87bec5adfa02cd1b030968617264427265616b87bec5adfa02d61b060400bec5adfa02d71b02293b87bec5adfa02d71b030968617264427265616b2800bec5adfa02f118086c616e677561676501770a747970657363726970742800bec5adfa02f01802696401772466383432613838322d386464392d343536312d626533382d3531376663393334653036352800bec5adfa02f0180974657874436f6c6f7201770764656661756c742800bec5adfa02f0180f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02f018bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02df1b030768656164696e670700bec5adfa02e01b060400bec5adfa02e11b1046656564696e672074686520636174732800bec5adfa02e01b0d74657874416c69676e6d656e740177046c6566742800bec5adfa02e01b056c6576656c017701332800bec5adfa02df1b02696401772436306632626233382d623032642d346435612d396637322d6665623638313134613866342800bec5adfa02df1b0974657874436f6c6f7201770764656661756c742800bec5adfa02df1b0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02df1bbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02f71b03097061726167726170680700bec5adfa02f81b060400bec5adfa02f91b76416c72696768742c206f6e636520796f7527766520636f6d706c657465642073746570732031202d20332c206c657427732073656520686f77206d75636820666f6f6420796f75206e65656420746f20707265706172652e20576520646f207468697320696e207468652063656c6c2062656c6f773a2800bec5adfa02f81b0d74657874416c69676e6d656e740177046c6566742800bec5adfa02f71b02696401772434323934666238392d626438652d346336652d616665332d6165663037353239623862342800bec5adfa02f71b0974657874436f6c6f7201770764656661756c742800bec5adfa02f71b0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02f71bbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02f41c0309636f6465626c6f636b0700bec5adfa02f51c060400bec5adfa02f61c402f2f20526570656174732061206368617261637465722061206e756d626572206f662074696d657320616e642072657475726e732074686520737472696e672e87bec5adfa02f61c030968617264427265616b87bec5adfa02b71d060400bec5adfa02b81d356578706f72742066756e6374696f6e2072657065617428636861723a20737472696e672c2074696d65733a206e756d62657229207b87bec5adfa02b81d030968617264427265616b87bec5adfa02ee1d060400bec5adfa02ef1d1a20206c657420636f6d706c657465537472696e67203d2022223b87bec5adfa02ef1d030968617264427265616b87bec5adfa028a1e060400bec5adfa028b1e232020666f7220286c65742069203d20303b2069203c2074696d65733b20692b2b29207b87bec5adfa028b1e030968617264427265616b87bec5adfa02af1e060400bec5adfa02b01e1b20202020636f6d706c657465537472696e67202b3d20636861723b87bec5adfa02b01e030968617264427265616b87bec5adfa02cc1e060400bec5adfa02cd1e0320207d87bec5adfa02cd1e030968617264427265616b87bec5adfa02d11e060400bec5adfa02d21e18202072657475726e20636f6d706c657465537472696e673b87bec5adfa02d21e030968617264427265616b87bec5adfa02eb1e060400bec5adfa02ec1e017d87bec5adfa02ec1e030968617264427265616b87bec5adfa02ee1e030968617264427265616b87bec5adfa02ef1e060400bec5adfa02f01e502f2f204e756d6265727320696e6469636174696e6720746865206e756d626572206f662077657420666f6f642063616e7320616e642064727920666f6f64207061636b7320746f20707265706172652e87bec5adfa02f01e030968617264427265616b87bec5adfa02c11f060400bec5adfa02c21f492f2f20452e672e20647279466f6f64546f50726570617265206973207468652073756d206f662063616e735065725765656b206163726f7373206e65696768626f727320776865726587bec5adfa02c21f030968617264427265616b87bec5adfa028c20060400bec5adfa028d201a2f2f2070726566657273447279466f6f6420697320747275652e87bec5adfa028d20030968617264427265616b87bec5adfa02a820060400bec5adfa02a920206578706f7274206c657420647279466f6f64546f50726570617265203d20303b87bec5adfa02a920030968617264427265616b87bec5adfa02ca20060400bec5adfa02cb20206578706f7274206c657420776574466f6f64546f50726570617265203d20303b87bec5adfa02cb20030968617264427265616b87bec5adfa02ec20030968617264427265616b87bec5adfa02ed20060400bec5adfa02ee202e666f7220286c65742069203d20303b2069203c20242e6e65696768626f72732e6c656e6774683b20692b2b29207b87bec5adfa02ee20030968617264427265616b87bec5adfa029d21060400bec5adfa029e2143202069662028242e6e65696768626f72735b695d20213d3d20756e646566696e656420262620242e6e65696768626f72735b695d2e666f6f645065725765656b29207b87bec5adfa029e21030968617264427265616b87bec5adfa02e221060400bec5adfa02e321282020202069662028242e6e65696768626f72735b695d2e70726566657273447279466f6f6429207b87bec5adfa02e321030968617264427265616b87bec5adfa028c22060400bec5adfa028d2235202020202020647279466f6f64546f50726570617265202b3d20242e6e65696768626f72735b695d2e666f6f645065725765656b3b87bec5adfa028d22030968617264427265616b87bec5adfa02c322060400bec5adfa02c4220c202020207d20656c7365207b87bec5adfa02c422030968617264427265616b87bec5adfa02d122060400bec5adfa02d22235202020202020776574466f6f64546f50726570617265202b3d20242e6e65696768626f72735b695d2e666f6f645065725765656b3b87bec5adfa02d222030968617264427265616b87bec5adfa028823060400bec5adfa02892305202020207d87bec5adfa028923030968617264427265616b87bec5adfa028f23060400bec5adfa0290230320207d87bec5adfa029023030968617264427265616b87bec5adfa029423060400bec5adfa029523017d87bec5adfa029523030968617264427265616b87bec5adfa029723030968617264427265616b87bec5adfa029823060400bec5adfa02992339636f6e737420647279466f6f644173537472696e67203d207265706561742822f09f8db1222c20647279466f6f64546f50726570617265293b87bec5adfa029923030968617264427265616b87bec5adfa02d123060400bec5adfa02d22339636f6e737420776574466f6f644173537472696e67203d207265706561742822f09fa5ab222c20776574466f6f64546f50726570617265293b87bec5adfa02d223030968617264427265616b87bec5adfa028a24030968617264427265616b87bec5adfa028b24060400bec5adfa028c24082f2f204e6f74653a87bec5adfa028c24030968617264427265616b87bec5adfa029524060400bec5adfa029624292f2f202d20486f77207765277265207573696e67204a535820746f2072656e646572206f757470757487bec5adfa029624030968617264427265616b87bec5adfa02c024060400bec5adfa02c124472f2f202d2041202264656661756c7422206578706f727420696e6469636174657320686f7720746f20646973706c617920746865206f7574707574206f66207468652063656c6c87bec5adfa02c124030968617264427265616b87bec5adfa028925060400bec5adfa028a25492f2f20202028796f752063616e207472792072656d6f76696e6720746865206c696e65732062656c6f7720746f2073656520616c6c206578706f72746564207661726961626c65732987bec5adfa028a25030968617264427265616b87bec5adfa02d425060400bec5adfa02d525106578706f72742064656661756c74202887bec5adfa02d525030968617264427265616b87bec5adfa02e625060400bec5adfa02e7250720203c6469763e87bec5adfa02e725030968617264427265616b87bec5adfa02ef25060400bec5adfa02f02549202020203c6469763e44727920666f6f64207061636b7320746f207072657061726520666f722074686520636174733a207b647279466f6f644173537472696e677d2e3c2f6469763e87bec5adfa02f025030968617264427265616b87bec5adfa02ba26060400bec5adfa02bb2648202020203c6469763e57657420666f6f642063616e7320746f207072657061726520666f722074686520636174733a207b776574466f6f644173537472696e677d2e3c2f6469763e87bec5adfa02bb26030968617264427265616b87bec5adfa028427060400bec5adfa0285270820203c2f6469763e87bec5adfa028527030968617264427265616b87bec5adfa028e27060400bec5adfa028f2702293b87bec5adfa028f27030968617264427265616b2800bec5adfa02f51c086c616e677561676501770a747970657363726970742800bec5adfa02f41c02696401772464333132623332652d386431322d343138312d616134322d6439393063303036636630372800bec5adfa02f41c0974657874436f6c6f7201770764656661756c742800bec5adfa02f41c0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02f41cbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02972703097061726167726170680700bec5adfa029827060400bec5adfa029927860257652068617665206e6f772073746f72656420746865206e756d626572206f662064727920262077657420666f6f6420726571756972656420287765206578706f72746564207661726961626c65732022647279466f6f64546f507265706172652220616e642022776574466f6f64546f5072657061726522292e20576520616c736f2076697375616c697a65207468656d206e6963656c792077697468206120667269656e646c79206d65737361676520616e6420656d6f6a6973207573696e672052656163742026204a53582e20536565207468652064656661756c7420226578706f7274222061742074686520656e64206f66207468652063656c6c2061626f76652e2800bec5adfa0298270d74657874416c69676e6d656e740177046c6566742800bec5adfa02972702696401772430336339653631362d343232342d346432652d383562342d3638363637376134616638622800bec5adfa0297270974657874436f6c6f7201770764656661756c742800bec5adfa0297270f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa029727bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02a42903097061726167726170680700bec5adfa02a529060600bec5adfa02a629066974616c6963027b7d84bec5adfa02a729b40152656163743f204a53583f205768617427732074686973206e6f773f2052656163742069732061204a617661736372697074206672616d65776f726b20746861742773207573656420746f20637265617465207573657220696e74657266616365732e20576520776f6e277420676f20746f6f20696e206465707468206f6e20697420686572652c2062757420796f752063616e20636865636b206f75742074686520646f63756d656e746174696f6e2061742086bec5adfa02db2a066974616c6963046e756c6c86bec5adfa02dc2a066974616c6963027b7d86bec5adfa02dd2a046c696e6b7c7b2268726566223a2268747470733a2f2f72656163746a732e6f72672f646f63732f67657474696e672d737461727465642e68746d6c222c22746172676574223a225f626c616e6b222c2272656c223a226e6f6f70656e6572206e6f7265666572726572206e6f666f6c6c6f77222c22636c617373223a6e756c6c7d84bec5adfa02de2a2d68747470733a2f2f72656163746a732e6f72672f646f63732f67657474696e672d737461727465642e68746d6c86bec5adfa028b2b066974616c6963046e756c6c86bec5adfa028c2b046c696e6b046e756c6c86bec5adfa028d2b066974616c6963027b7d84bec5adfa028e2b012e86bec5adfa028f2b066974616c6963046e756c6c2800bec5adfa02a5290d74657874416c69676e6d656e740177046c6566742800bec5adfa02a42902696401772432313663333538362d353363342d343465392d393764652d3265333935306666653561372800bec5adfa02a4290974657874436f6c6f7201770764656661756c742800bec5adfa02a4290f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02a429bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02952b03097061726167726170680700bec5adfa02962b060600bec5adfa02972b066974616c6963027b7d84bec5adfa02982bb0014a53582069732070617274206f662052656163742c20616e64206d616b6573206974206561737920746f2063726561746520747970652d736166652048544d4c20656c656d656e74732e20496e205479706543656c6c2c206a75737420226578706f727422204a535820656c656d656e747320746f20637265617465207573657220696e7465726661636573206f722076697375616c697a65206461746120696e20796f7572206e6f7465626f6f6b2e86bec5adfa02c82c066974616c6963046e756c6c2800bec5adfa02962b0d74657874416c69676e6d656e740177046c6566742800bec5adfa02952b02696401772439383736316162302d373837342d343266632d383935632d3439343362373464313632382800bec5adfa02952b0974657874436f6c6f7201770764656661756c742800bec5adfa02952b0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02952bbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02ce2c030768656164696e670700bec5adfa02cf2c060400bec5adfa02d02c0c496e707574206669656c64732800bec5adfa02cf2c0d74657874416c69676e6d656e740177046c6566742800bec5adfa02cf2c056c6576656c017701332800bec5adfa02ce2c02696401772462343261323262612d626435372d343434352d386361332d3230386330336333613037302800bec5adfa02ce2c0974657874436f6c6f7201770764656661756c742800bec5adfa02ce2c0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02ce2cbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02e22c03097061726167726170680700bec5adfa02e32c060400bec5adfa02e42c8a014e6578742c207765276c6c2063726561746520736f6d65207573657220696e707574206669656c647320746f20696e64696361746520686f77206d75636820666f6f6420776520686176652070726570617265642e20546865206275696c742d696e205479706543656c6c20496e707574206c696272617279206d616b6573207468697320656173793a2800bec5adfa02e32c0d74657874416c69676e6d656e740177046c6566742800bec5adfa02e22c02696401772466363261386133622d376333612d346436302d616261622d3364306462653038396264352800bec5adfa02e22c0974657874436f6c6f7201770764656661756c742800bec5adfa02e22c0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02e22cbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02f32d0309636f6465626c6f636b0700bec5adfa02f42d060400bec5adfa02f52d346578706f7274206c657420647279466f6f645072657061726564203d207479706563656c6c2e496e7075743c6e756d6265723e2887bec5adfa02f52d030968617264427265616b87bec5adfa02aa2e060400bec5adfa02ab2e2a20203c696e70757420747970653d2272616e676522206d696e3d223022206d61783d22323022202f3e2c87bec5adfa02ab2e030968617264427265616b87bec5adfa02d62e060400bec5adfa02d72e0320203087bec5adfa02d72e030968617264427265616b87bec5adfa02db2e060400bec5adfa02dc2e02293b87bec5adfa02dc2e030968617264427265616b87bec5adfa02df2e030968617264427265616b87bec5adfa02e02e060400bec5adfa02e12e462f2f204e6f7469636520616761696e20686f772077652063616e206578706f7274207468652076616c7565732072657475726e6564206279206f757220696e707574732e2e2e87bec5adfa02e12e030968617264427265616b87bec5adfa02a82f060400bec5adfa02a92f346578706f7274206c657420776574466f6f645072657061726564203d207479706563656c6c2e496e7075743c6e756d6265723e2887bec5adfa02a92f030968617264427265616b87bec5adfa02de2f060400bec5adfa02df2f2b20203c696e70757420747970653d226e756d62657222206d696e3d223022206d61783d22323022202f3e2c87bec5adfa02df2f030968617264427265616b87bec5adfa028b30060400bec5adfa028c300320203087bec5adfa028c30030968617264427265616b87bec5adfa029030060400bec5adfa02913002293b87bec5adfa029130030968617264427265616b87bec5adfa029430030968617264427265616b87bec5adfa029530060400bec5adfa029630512f2f202e2e2e6275742063616e2063686f6f736520746f206f6e6c7920646973706c61792074686520696e70757473207468656d73656c766573207769746820612064656661756c74206578706f72742e87bec5adfa029630030968617264427265616b87bec5adfa02e830060400bec5adfa02e930106578706f72742064656661756c74202887bec5adfa02e930030968617264427265616b87bec5adfa02fa30060400bec5adfa02fb300720203c6469763e87bec5adfa02fb30030968617264427265616b87bec5adfa028331060400bec5adfa02843109202020203c6469763e87bec5adfa028431030968617264427265616b87bec5adfa028e31060400bec5adfa028f31282020202020204e756d626572206f662064727920666f6f64207061636b732070726570617265643a87bec5adfa028f31030968617264427265616b87bec5adfa02b831060400bec5adfa02b931172020202020207b647279466f6f6450726570617265647d87bec5adfa02b931030968617264427265616b87bec5adfa02d131060400bec5adfa02d2310a202020203c2f6469763e87bec5adfa02d231030968617264427265616b87bec5adfa02dd31060400bec5adfa02de3109202020203c6469763e87bec5adfa02de31030968617264427265616b87bec5adfa02e831060400bec5adfa02e931272020202020204e756d626572206f662077657420666f6f642063616e732070726570617265643a87bec5adfa02e931030968617264427265616b87bec5adfa029132060400bec5adfa029232172020202020207b776574466f6f6450726570617265647d87bec5adfa029232030968617264427265616b87bec5adfa02aa32060400bec5adfa02ab320a202020203c2f6469763e87bec5adfa02ab32030968617264427265616b87bec5adfa02b632060400bec5adfa02b7320820203c2f6469763e87bec5adfa02b732030968617264427265616b87bec5adfa02c032060400bec5adfa02c13202293b87bec5adfa02c132030968617264427265616b2800bec5adfa02f42d086c616e677561676501770a747970657363726970742800bec5adfa02f32d02696401772436363837376639362d663638332d343762332d623834322d3736363132663431653361342800bec5adfa02f32d0974657874436f6c6f7201770764656661756c742800bec5adfa02f32d0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02f32dbec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02c93203097061726167726170680700bec5adfa02ca32060400bec5adfa02cb32544e6f772c206c6574277320616c736f2063726561746520736f6d652063656c6c7320746f2063616c63756c6174652077686574686572207765206861766520707265706172656420656e6f75676820666f6f643a2800bec5adfa02ca320d74657874416c69676e6d656e740177046c6566742800bec5adfa02c93202696401772435363934383165652d646538332d346232332d393961302d3461363337383730326631332800bec5adfa02c9320974657874436f6c6f7201770764656661756c742800bec5adfa02c9320f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02c932bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02a4330309636f6465626c6f636b0700bec5adfa02a533060400bec5adfa02a633152f2f204064656661756c742d636f6c6c617073656487bec5adfa02a633030968617264427265616b87bec5adfa02bc33030968617264427265616b87bec5adfa02bd33060400bec5adfa02be332a2f2f2053657474696e6720646973706c61796564206d65737361676520666f722064727920666f6f642e87bec5adfa02be33030968617264427265616b87bec5adfa02e933060400bec5adfa02ea33476578706f727420636f6e737420647279466f6f6452656d61696e696e67203d20242e647279466f6f645072657061726564202d20242e647279466f6f64546f507265706172653b87bec5adfa02ea33030968617264427265616b87bec5adfa02b234030968617264427265616b87bec5adfa02b334060400bec5adfa02b434166c657420647279466f6f644d657373616765203d202887bec5adfa02b434030968617264427265616b87bec5adfa02cb34060400bec5adfa02cc344f20203c703e477265617421205765207072657061726564206a75737420656e6f7567682064727920666f6f642c20746865726520617265206e6f206d6f7265207061636b73206c656674213c2f703e87bec5adfa02cc34030968617264427265616b87bec5adfa029c35060400bec5adfa029d3502293b87bec5adfa029d35030968617264427265616b87bec5adfa02a035030968617264427265616b87bec5adfa02a135060400bec5adfa02a2351b69662028647279466f6f6452656d61696e696e67203c203029207b87bec5adfa02a235030968617264427265616b87bec5adfa02be35060400bec5adfa02bf35142020647279466f6f644d657373616765203d202887bec5adfa02bf35030968617264427265616b87bec5adfa02d435060400bec5adfa02d53507202020203c703e87bec5adfa02d535030968617264427265616b87bec5adfa02dd35060400bec5adfa02de354c2020202020204f68206e6f2120576520686176656e277420707265706172656420656e6f7567682064727920666f6f642e20426574746572206d6f76652074686520736c696465722075702187bec5adfa02de35030968617264427265616b87bec5adfa02ab36060400bec5adfa02ac3608202020203c2f703e87bec5adfa02ac36030968617264427265616b87bec5adfa02b536060400bec5adfa02b636042020293b87bec5adfa02b636030968617264427265616b87bec5adfa02bb36060400bec5adfa02bc36227d20656c73652069662028647279466f6f6452656d61696e696e67203e203029207b87bec5adfa02bc36030968617264427265616b87bec5adfa02df36060400bec5adfa02e036142020647279466f6f644d657373616765203d202887bec5adfa02e036030968617264427265616b87bec5adfa02f536060400bec5adfa02f63607202020203c703e87bec5adfa02f636030968617264427265616b87bec5adfa02fe36060400bec5adfa02ff364520202020202059756d6d69652121205468652063617473206861766520656174656e206120666577207061636b7320616e64207765207374696c6c20686176657b2220227d87bec5adfa02ff36030968617264427265616b87bec5adfa02c537060400bec5adfa02c6374d2020202020207b647279466f6f6452656d61696e696e677d207061636b6574287329206c6566743a207b242e7265706561742822f09f8db1222c20647279466f6f6452656d61696e696e67297d87bec5adfa02c637030968617264427265616b87bec5adfa029238060400bec5adfa02933808202020203c2f703e87bec5adfa029338030968617264427265616b87bec5adfa029c38060400bec5adfa029d38042020293b87bec5adfa029d38030968617264427265616b87bec5adfa02a238060400bec5adfa02a338017d87bec5adfa02a338030968617264427265616b87bec5adfa02a538030968617264427265616b87bec5adfa02a638060400bec5adfa02a7381e6578706f72742064656661756c7420647279466f6f644d6573736167653b87bec5adfa02a738030968617264427265616b2800bec5adfa02a533086c616e677561676501770a747970657363726970742800bec5adfa02a43302696401772437666130373230632d353738312d346435642d396566362d3633386561326339646363612800bec5adfa02a4330974657874436f6c6f7201770764656661756c742800bec5adfa02a4330f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02a433bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02cb380309636f6465626c6f636b0700bec5adfa02cc38060400bec5adfa02cd38152f2f204064656661756c742d636f6c6c617073656487bec5adfa02cd38030968617264427265616b87bec5adfa02e338030968617264427265616b87bec5adfa02e438060400bec5adfa02e5382a2f2f2053657474696e6720646973706c61796564206d65737361676520666f722077657420666f6f642e87bec5adfa02e538030968617264427265616b87bec5adfa029039060400bec5adfa029139476578706f727420636f6e737420776574466f6f6452656d61696e696e67203d20242e776574466f6f645072657061726564202d20242e776574466f6f64546f507265706172653b87bec5adfa029139030968617264427265616b87bec5adfa02d939030968617264427265616b87bec5adfa02da39060400bec5adfa02db39166c657420776574466f6f644d657373616765203d202887bec5adfa02db39030968617264427265616b87bec5adfa02f239060400bec5adfa02f3390520203c703e87bec5adfa02f339030968617264427265616b87bec5adfa02f939060400bec5adfa02fa394e20202020537765657421205765207072657061726564206a75737420656e6f7567682077657420666f6f642c207468652063617473206861766520656174656e20616c6c207468652063616e732187bec5adfa02fa39030968617264427265616b87bec5adfa02c93a060400bec5adfa02ca3a0620203c2f703e87bec5adfa02ca3a030968617264427265616b87bec5adfa02d13a060400bec5adfa02d23a02293b87bec5adfa02d23a030968617264427265616b87bec5adfa02d53a030968617264427265616b87bec5adfa02d63a060400bec5adfa02d73a1b69662028776574466f6f6452656d61696e696e67203c203029207b87bec5adfa02d73a030968617264427265616b87bec5adfa02f33a060400bec5adfa02f43a142020776574466f6f644d657373616765203d202887bec5adfa02f43a030968617264427265616b87bec5adfa02893b060400bec5adfa028a3b07202020203c703e87bec5adfa028a3b030968617264427265616b87bec5adfa02923b060400bec5adfa02933b4d2020202020204f68206e6f2120576520686176656e277420707265706172656420656e6f7567682077657420666f6f642e2054727920696e6372656173696e67207468652076616c756520696e87bec5adfa02933b030968617264427265616b87bec5adfa02e13b060400bec5adfa02e23b17202020202020746865206e756d626572206669656c642187bec5adfa02e23b030968617264427265616b87bec5adfa02fa3b060400bec5adfa02fb3b08202020203c2f703e87bec5adfa02fb3b030968617264427265616b87bec5adfa02843c060400bec5adfa02853c042020293b87bec5adfa02853c030968617264427265616b87bec5adfa028a3c060400bec5adfa028b3c227d20656c73652069662028776574466f6f6452656d61696e696e67203e203029207b87bec5adfa028b3c030968617264427265616b87bec5adfa02ae3c060400bec5adfa02af3c142020776574466f6f644d657373616765203d202887bec5adfa02af3c030968617264427265616b87bec5adfa02c43c060400bec5adfa02c53c07202020203c703e87bec5adfa02c53c030968617264427265616b87bec5adfa02cd3c060400bec5adfa02ce3c4620202020202044656c6963696f75732121205468652063617473206861766520656174656e20736f6d652063616e7320616e64207765207374696c6c20686176657b2220227d87bec5adfa02ce3c030968617264427265616b87bec5adfa02953d060400bec5adfa02963d4a2020202020207b776574466f6f6452656d61696e696e677d2063616e287329206c6566743a207b242e7265706561742822f09fa5ab222c20776574466f6f6452656d61696e696e67297d87bec5adfa02963d030968617264427265616b87bec5adfa02df3d060400bec5adfa02e03d08202020203c2f703e87bec5adfa02e03d030968617264427265616b87bec5adfa02e93d060400bec5adfa02ea3d042020293b87bec5adfa02ea3d030968617264427265616b87bec5adfa02ef3d060400bec5adfa02f03d017d87bec5adfa02f03d030968617264427265616b87bec5adfa02f23d030968617264427265616b87bec5adfa02f33d060400bec5adfa02f43d1e6578706f72742064656661756c7420776574466f6f644d6573736167653b87bec5adfa02f43d030968617264427265616b2800bec5adfa02cc38086c616e677561676501770a747970657363726970742800bec5adfa02cb3802696401772438633937613263652d376535612d343137662d613231352d6233353732633636616134612800bec5adfa02cb380974657874436f6c6f7201770764656661756c742800bec5adfa02cb380f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02cb38bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02983e0309636f6465626c6f636b0700bec5adfa02993e060400bec5adfa029a3e152f2f204064656661756c742d636f6c6c617073656487bec5adfa029a3e030968617264427265616b87bec5adfa02b03e030968617264427265616b87bec5adfa02b13e060400bec5adfa02b23e3d2f2f2053657474696e6720646973706c61796564206d65737361676520666f7220686176696e6720707265706172656420656e6f75676820666f6f642e87bec5adfa02b23e030968617264427265616b87bec5adfa02f03e060400bec5adfa02f13e196578706f7274206c65742066696e616c4d657373616765203d87bec5adfa02f13e030968617264427265616b87bec5adfa028b3f060400bec5adfa028c3f382020242e647279466f6f6452656d61696e696e67203e3d203020262620242e776574466f6f6452656d61696e696e67203e3d2030203f202887bec5adfa028c3f030968617264427265616b87bec5adfa02c53f060400bec5adfa02c63f46202020203c7374726f6e673ee29c85204772656174206a6f622c20796f752066656420616c6c20746865206e65696768626f72686f6f642063617473213c2f7374726f6e673e87bec5adfa02c63f030968617264427265616b87bec5adfa028b40060400bec5adfa028c4007202029203a202887bec5adfa028c40030968617264427265616b87bec5adfa029440060400bec5adfa0295400c202020203c7374726f6e673e87bec5adfa029540030968617264427265616b87bec5adfa02a240060400bec5adfa02a34045202020202020e29d8c204c6f6f6b73206c696b65207765206e656564206d6f726520666f6f642120536f6d65206361747320617265207374696c6c2068756e6772792e2e2e87bec5adfa02a340030968617264427265616b87bec5adfa02e740060400bec5adfa02e8400d202020203c2f7374726f6e673e87bec5adfa02e840030968617264427265616b87bec5adfa02f640060400bec5adfa02f740042020293b87bec5adfa02f740030968617264427265616b87bec5adfa02fc40030968617264427265616b87bec5adfa02fd40060400bec5adfa02fe40106578706f72742064656661756c74202887bec5adfa02fe40030968617264427265616b87bec5adfa028f41060400bec5adfa0290410720203c6469763e87bec5adfa029041030968617264427265616b87bec5adfa029841060400bec5adfa02994119202020203c703e7b66696e616c4d6573736167657d3c2f703e87bec5adfa029941030968617264427265616b87bec5adfa02b341060400bec5adfa02b4410820203c2f6469763e87bec5adfa02b441030968617264427265616b87bec5adfa02bd41060400bec5adfa02be4102293b87bec5adfa02be41030968617264427265616b2800bec5adfa02993e086c616e677561676501770a747970657363726970742800bec5adfa02983e02696401772465313661663038392d396430322d343662642d626134652d6133366438323231386336362800bec5adfa02983e0974657874436f6c6f7201770764656661756c742800bec5adfa02983e0f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02983ebec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02c64103097061726167726170680700bec5adfa02c741060600bec5adfa02c84104626f6c64027b7d84bec5adfa02c94148476f2061686561642c20706c617920776974682074686520696e707574732061626f766520746f2061646a75737420686f77206d75636820666f6f6420746f20707265706172652186bec5adfa02914204626f6c64046e756c6c2800bec5adfa02c7410d74657874416c69676e6d656e740177046c6566742800bec5adfa02c64102696401772462323530373837312d323737622d343839342d383734312d6162613763656630373833622800bec5adfa02c6410974657874436f6c6f7201770764656661756c742800bec5adfa02c6410f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02c641bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02974203097061726167726170680700bec5adfa029842060400bec5adfa0299428901546865736520617265206a7573742032206f6620746865206d616e7920696e7075742074797065732074686174205479706543656c6c20737570706f7274732e20546f2073656520746865206f746865722063686f696365732c206d616b65207375726520746f2074727920746865205479706543656c6c20696e70757473207475746f7269616c2e2800bec5adfa0298420d74657874416c69676e6d656e740177046c6566742800bec5adfa02974202696401772436663932323761372d376162392d343831652d626365302d3530373334323032633538622800bec5adfa0297420974657874436f6c6f7201770764656661756c742800bec5adfa0297420f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa029742bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02a74303097061726167726170680700bec5adfa02a843060600bec5adfa02a94304626f6c64027b7d86bec5adfa02aa43066974616c6963027b7d84bec5adfa02ab43045469703a86bec5adfa02af4304626f6c64046e756c6c86bec5adfa02b043066974616c6963046e756c6c86bec5adfa02b143066974616c6963027b7d84bec5adfa02b2432f20657870616e642074686520332063656c6c732061626f766520746f2073656520686f77207468657920776f726b2e86bec5adfa02e143066974616c6963046e756c6c2800bec5adfa02a8430d74657874416c69676e6d656e740177046c6566742800bec5adfa02a74302696401772439373465333737302d373662352d346262662d623762662d3234353565663539333039652800bec5adfa02a7430974657874436f6c6f7201770764656661756c742800bec5adfa02a7430f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02a743bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02e743030768656164696e670700bec5adfa02e843060400bec5adfa02e9430b46696e616c206e6f7465732800bec5adfa02e8430d74657874416c69676e6d656e740177046c6566742800bec5adfa02e843056c6576656c017701322800bec5adfa02e74302696401772461616263666339622d646464342d346465302d386632362d6431383032346336383661362800bec5adfa02e7430974657874436f6c6f7201770764656661756c742800bec5adfa02e7430f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02e743bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02fa4303097061726167726170680700bec5adfa02fb43060400bec5adfa02fc435b576520686f7065207468697320696e74726f64756374696f6e2068617320676976656e20796f7520612073656e7365206f6620686f77205479706543656c6c20696e74657261637469766520646f63756d656e747320776f726b2e2800bec5adfa02fb430d74657874416c69676e6d656e740177046c6566742800bec5adfa02fa4302696401772436336134393632372d323266642d343934652d613965352d3665386366323530383161322800bec5adfa02fa430974657874436f6c6f7201770764656661756c742800bec5adfa02fa430f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02fa43bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02dc4403097061726167726170680700bec5adfa02dd44060400bec5adfa02de444b546865206c69766520666565646261636b20616e642052656163746976652070726f6772616d6d696e67206d6f64656c2073686f756c642062652070726574747920706f77657266756c2e2800bec5adfa02dd440d74657874416c69676e6d656e740177046c6566742800bec5adfa02dc4402696401772465633834323639372d323738382d346135652d393566642d3431643832336166666166662800bec5adfa02dc440974657874436f6c6f7201770764656661756c742800bec5adfa02dc440f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02dc44bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02ae4503097061726167726170680700bec5adfa02af45060400bec5adfa02b04592015468657265206172652061206c6f74206d6f726520666561747572657320746f20646973636f7665722e20466f72206578616d706c652c2064696420796f75206b6e6f7720796f752063616e20696d706f727420616e79204e504d207061636b61676520796f75206c696b652c206f72206576656e20636f6d706f736520646966666572656e7420646f63756d656e74733f2800bec5adfa02af450d74657874416c69676e6d656e740177046c6566742800bec5adfa02ae4502696401772433353039663739312d646661662d343665362d623736632d3432613265633232363765332800bec5adfa02ae450974657874436f6c6f7201770764656661756c742800bec5adfa02ae450f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02ae45bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02c74603097061726167726170680700bec5adfa02c846060400bec5adfa02c94663547279207369676e757020757020616e642063726561746520796f7572206f776e20646f63756d656e747320746f20676976652069742061207472792c206f7220686176652061206c6f6f6b20617420746865206f74686572206578616d706c65732e2800bec5adfa02c8460d74657874416c69676e6d656e740177046c6566742800bec5adfa02c74602696401772438313062616562362d643265632d343165662d623835392d3634313665646535343765332800bec5adfa02c7460974657874436f6c6f7201770764656661756c742800bec5adfa02c7460f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02c746bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02b14703097061726167726170680700bec5adfa02b247060600bec5adfa02b34704626f6c64027b7d84bec5adfa02b44718486176652066756e207573696e67205479706543656c6c2186bec5adfa02cc4704626f6c64046e756c6c2800bec5adfa02b2470d74657874416c69676e6d656e740177046c6566742800bec5adfa02b14702696401772439363138663932322d646433632d346563322d626336622d6365353638383664393432312800bec5adfa02b1470974657874436f6c6f7201770764656661756c742800bec5adfa02b1470f6261636b67726f756e64436f6c6f7201770764656661756c74c7bec5adfa02b147bec5adfa0202030e626c6f636b436f6e7461696e65720700bec5adfa02d24703097061726167726170680700bec5adfa02d347060600bec5adfa02d447066974616c6963027b7d84bec5adfa02d5471d54686973207475746f7269616c20697320696e7370697265642062792086bec5adfa02f247066974616c6963046e756c6c86bec5adfa02f347066974616c6963027b7d86bec5adfa02f447046c696e6b707b2268726566223a2268747470733a2f2f6769746875622e636f6d2f666f6e73702f506c75746f2e6a6c222c22746172676574223a225f626c616e6b222c2272656c223a226e6f6f70656e6572206e6f7265666572726572206e6f666f6c6c6f77222c22636c617373223a6e756c6c7d84bec5adfa02f54708706c75746f2e6a6c86bec5adfa02fd47066974616c6963046e756c6c86bec5adfa02fe47046c696e6b046e756c6c86bec5adfa02ff47066974616c6963027b7d84bec5adfa028048192c207468616e6b7320466f6e732026204e6963686f6c61732186bec5adfa029948066974616c6963046e756c6c2800bec5adfa02d3470d74657874416c69676e6d656e740177046c6566742800bec5adfa02d24702696401772431623962333037342d313238332d346565332d623831302d3030363035353438623530612800bec5adfa02d2470974657874436f6c6f7201770764656661756c742800bec5adfa02d2470f6261636b67726f756e64436f6c6f7201770764656661756c74a8bec5adfa020501772464346337393661332d646136302d343063392d396130622d6363393061643632333533382801046d657461057469746c650177174c69766520636f64696e67207475746f7269616c2e6d6401bec5adfa02010501', 'read'), + ('176c5941-7860-4d8d-9775-46fa9f83817d', 'dVyvMyD7u2RjQ', '2023-10-17 18:46:34.634+00', '79dc6a98-5f5f-43af-ac1f-b4c5f30aea61', '2023-10-17 18:46:34.675+00', '\x0101fd82e0c00e00280104746573740568656c6c6f017705776f726c6400', 'read'), + ('3adb5c8d-a16c-4da8-b5f8-ef32f0988f90', 'dQP4ewxVqJNSZ', '2023-09-21 09:56:41.162+00', '8db53086-46b9-4f46-be8a-a81df3cbdb33', '2023-09-21 11:56:17.037+00', '\x0220f2a5e7f20a00070103646f63030a626c6f636b47726f75700700f2a5e7f20a00030e626c6f636b436f6e7461696e65720100f2a5e7f20a010100032800f2a5e7f20a0102696401772439623938343161632d303961642d343565312d393835612d6261643061343863643431622800f2a5e7f20a010974657874436f6c6f7201770764656661756c742800f2a5e7f20a010f6261636b67726f756e64436f6c6f7201770764656661756c7487f2a5e7f20a01030e626c6f636b436f6e7461696e65720700f2a5e7f20a0903097061726167726170682800f2a5e7f20a0a0d74657874416c69676e6d656e740177046c6566742800f2a5e7f20a0902696401772436613934613432342d633536632d343133382d623138642d3736333366343564376666362800f2a5e7f20a090974657874436f6c6f7201770764656661756c742800f2a5e7f20a090f6261636b67726f756e64436f6c6f7201770764656661756c7447f2a5e7f20a02030768656164696e672800f2a5e7f20a0f0d74657874416c69676e6d656e740177046c6566742800f2a5e7f20a0f056c6576656c017701310700f2a5e7f20a0f060400f2a5e7f20a120568656c6c6fc7f2a5e7f20a01f2a5e7f20a09030e626c6f636b436f6e7461696e65720100f2a5e7f20a180100012800f2a5e7f20a1802696401772461356631353231662d323630632d343134392d383162322d6462386138653333363133392800f2a5e7f20a180974657874436f6c6f7201770764656661756c742800f2a5e7f20a180f6261636b67726f756e64436f6c6f7201770764656661756c74c1f2a5e7f20a18f2a5e7f20a0901000f47f2a5e7f20a190309636f6465626c6f636b2800f2a5e7f20a2e086c616e677561676501770a747970657363726970740700f2a5e7f20a2e060400f2a5e7f20a30126578706f7274206c65742078203d2033333b44f2a5e7f20a31020a0a44f2a5e7f20a4316696d706f7274202a20617320782066726f6d2022223b02b391aba305002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278ab72b944a00001f2a5e7f20a03020419021e10', 'read'), + ('7ea2fe3e-f79d-4f67-a462-7dc5c198c291', 'dbucWw9QSwMfE', '2023-10-17 18:07:38.074+00', '70d79ccb-8689-4f58-9987-93ed8070c081', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'write'), + ('87a0e179-e843-43e0-8a75-333cc72bf3e3', 'dGAEV8GKdRqg4', '2023-10-17 18:07:39.32+00', '66cd3f91-3ccb-4c4c-99fb-14a944bb4f64', '2023-10-17 18:07:39.32+00', '\x', 'no-access'), + ('036c9e5f-40c8-4d88-a9cb-634febd35edb', 'dxuVVeKksdnRf/.inbox', '2023-10-16 18:33:27.04+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-16 18:33:27.531+00', '\x0103c9f1e6b70a002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b39c3ad06000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6478755656654b6b73646e526600', 'write'), + ('f09a243d-1197-489e-be60-ee4a36577be7', 'dbFnYBX3nqM7t', '2023-09-25 12:15:01.619+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:59:42.172+00', '\x010282a6daab01002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278acc43abf300000', 'read'), + ('5c73055f-b70b-404b-b35b-15b60e63cacb', 'dV95kTpuNVUnk', '2023-10-17 18:07:52.916+00', '3aee2041-7f05-4fbc-82d1-efab1f19623f', '2023-10-17 18:07:52.916+00', '\x68656c6c6f', 'no-access'), + ('2094f8f2-9b1e-480d-b83f-3f2cddb2f6da', 'dze24xMzvCwRQ', '2023-10-17 18:07:54.378+00', '17849d4d-bec8-4988-aff9-dc8784b91ca9', '2023-10-17 18:07:54.378+00', '\x', 'no-access'), + ('879a0848-6605-4c74-82a2-3e91512926ae', 'dVc8uj4SEhQnX', '2023-10-17 18:46:35.005+00', 'ad0b4133-fc25-4243-bdfd-88150902e41b', '2023-10-17 18:46:35.005+00', '\x010398dcd7ca02002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef60efd0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('dfa68e8c-4983-4ac3-b358-12f4883aa95a', 'dustEk6bHEEr6', '2023-10-17 18:46:35.549+00', '4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a', '2023-10-17 18:46:35.549+00', '\x01038ba5effc0e002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef6111d0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('1a6f565f-6eb5-4994-92da-091d51ef6367', 'dTbzUyCsTH5nS/.inbox', '2023-10-17 18:46:35.747+00', 'ad0b4133-fc25-4243-bdfd-88150902e41b', '2023-10-17 18:46:35.747+00', '\x0000', 'write'), + ('49188e52-d6f2-4e8d-b95d-5c6d27cce386', 'dZHCbTT1yT21q', '2023-10-17 18:46:43.309+00', 'd02b3cff-b526-4a40-966b-4585acb2664d', '2023-10-17 18:46:43.309+00', '\x0105bed3bbc607002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef62f6c00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f646b4b31375559774b5844534728010770726f66696c6508757365726e616d6501770b616c6963655f6f756d646b28010770726f66696c65096a6f696e65645f6174017b4278b3ef62f6d00000', 'read'), + ('354a67b7-7f01-4d69-bcac-56e4f4e2ee67', 'dYBrbP8G6dCE8', '2023-10-17 18:46:43.96+00', 'b5a96176-148d-43ec-9d5d-ea7ab65dde41', '2023-10-17 18:46:43.96+00', '\x010592a5a2dc0d002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef631f800028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6447785946456645625736464128010770726f66696c6508757365726e616d65017709626f625f6c666d736a28010770726f66696c65096a6f696e65645f6174017b4278b3ef631f800000', 'read'), + ('326a4ea5-3609-458b-9954-fc78f2c5ba36', 'dVHpNwNJMEuEL/.inbox', '2023-10-17 18:46:44.137+00', 'd02b3cff-b526-4a40-966b-4585acb2664d', '2023-10-17 18:46:44.137+00', '\x0000', 'write'), + ('2c1a832a-fc10-4481-86f8-a92cdd0117a9', 'dcKhFyZtGUD6p', '2023-10-17 19:04:48.974+00', '9109da68-36a4-4539-856a-ecb20684e391', '2023-10-17 19:04:48.974+00', '\x0105a0ab9fc408002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06c04e00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f646b41586e5353544b505a537828010770726f66696c6508757365726e616d6501770b616c6963655f647176627328010770726f66696c65096a6f696e65645f6174017b4278b3f06c04e00000', 'read'), + ('63a6e76f-2dc3-49e4-b764-21ad751f7f47', 'dQPefpeCvzhHg', '2023-10-17 19:04:49.484+00', '01c0741c-748c-45e9-8576-75488ee7c69d', '2023-10-17 19:04:49.484+00', '\x0105cce8cbe109002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06c24b00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64484a58576d5a456e4168513828010770726f66696c6508757365726e616d65017709626f625f707467766128010770726f66696c65096a6f696e65645f6174017b4278b3f06c24b00000', 'read'), + ('15364b7a-18fd-4646-8255-ef08e292cf6f', 'dxH3spBGdaGrx/.inbox', '2023-10-17 19:04:49.667+00', '9109da68-36a4-4539-856a-ecb20684e391', '2023-10-17 19:04:49.667+00', '\x0000', 'write'), + ('3057fcf4-24c4-4431-80d0-67cdc24cc2f9', 'de1MsDbbmfHC3', '2023-10-17 19:04:51.148+00', 'ae4278af-aa9f-4058-b3b6-b583ed0ea93c', '2023-10-17 19:04:51.148+00', '\x0105c4abc38803002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06c8cb00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64456b687458734e367665667428010770726f66696c6508757365726e616d6501770b616c6963655f776778627028010770726f66696c65096a6f696e65645f6174017b4278b3f06c8cb00000', 'read'), + ('ff68ec82-7bb1-4bbf-b033-79b15bcf84b1', 'dvDdAZ4rc9BHq/.inbox', '2023-10-17 19:04:52.982+00', 'ae4278af-aa9f-4058-b3b6-b583ed0ea93c', '2023-10-17 19:04:53+00', '\x0103d1edf5dc03002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3f06cbcd000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64764464415a3472633942487100', 'write'), + ('6cb0aa70-257d-4ec1-926a-ca4784419410', 'dGmEcZyJhmxyX', '2023-10-17 19:04:58.214+00', 'baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc', '2023-10-17 19:04:58.214+00', '\x010597f6b3f201002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06e46500028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64567a33454579744a596e353728010770726f66696c6508757365726e616d6501770b616c6963655f6f6a67656128010770726f66696c65096a6f696e65645f6174017b4278b3f06e46500000', 'read'), + ('88c2c5a2-5951-4c2d-9231-b4761a1d0d44', 'dBtcGcn9MV1MR', '2023-09-25 11:50:17.245+00', '326d442b-cf5f-4978-a963-27022a3d79b4', '2023-09-25 12:07:07.226+00', '\x0102aae9df8307002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278acc2d059d00000', 'read'), + ('cd9d7c00-647a-472d-bb88-80956b306a11', 'dkM5VyuCSbP8r/.inbox', '2023-09-25 12:15:03.329+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-25 12:15:03.738+00', '\x0103f7e0e9850e002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acc43b2a1000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f646b4d3556797543536250387200', 'write'), + ('87ad6903-c692-4c25-950a-0fb4ff9f6675', 'dzsrKUmy9WqTe', '2023-09-25 11:50:19.13+00', '326d442b-cf5f-4978-a963-27022a3d79b4', '2023-09-25 12:07:07.241+00', '\x0216ef92effb0d00070103646f63030a626c6f636b47726f75700700ef92effb0d00030e626c6f636b436f6e7461696e65720100ef92effb0d010100032800ef92effb0d0102696401772438666330633163362d363437632d346236612d396332312d3061646230636639343131352800ef92effb0d010974657874436f6c6f7201770764656661756c742800ef92effb0d010f6261636b67726f756e64436f6c6f7201770764656661756c7487ef92effb0d01030e626c6f636b436f6e7461696e65720700ef92effb0d0903097061726167726170682800ef92effb0d0a0d74657874416c69676e6d656e740177046c6566742800ef92effb0d0902696401772439633739613135332d393031642d343635622d626630372d3532306235336232306330372800ef92effb0d090974657874436f6c6f7201770764656661756c742800ef92effb0d090f6261636b67726f756e64436f6c6f7201770764656661756c7441ef92effb0d0201000941ef92effb0d0f01000d47ef92effb0d19030768656164696e670700ef92effb0d27060400ef92effb0d280a737364667364667364662800ef92effb0d270d74657874416c69676e6d656e740177046c6566742800ef92effb0d27056c6576656c0177013102b1c99f6a002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278acc2d0cfb00001ef92effb0d0202040f18', 'read'), + ('f48f1dce-472d-4013-9a3a-3383f743ed05', 'duWk5eBqJZw6j', '2023-10-17 18:46:33.369+00', '82b70c7c-6694-4834-998f-5a036d5fa468', '2023-10-17 18:46:33.369+00', '\x0105e48d85a205002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef6089900028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64486b47795066385845594a4128010770726f66696c6508757365726e616d65017709626f625f686664746e28010770726f66696c65096a6f696e65645f6174017b4278b3ef6089900000', 'read'), + ('79753c31-81b0-4e57-9d18-45c5eefa9026', 'dQP4ewxVqJNSZ/.inbox', '2023-09-21 09:56:41.16+00', '8db53086-46b9-4f46-be8a-a81df3cbdb33', '2023-09-21 09:56:41.546+00', '\x0103ccf1848d0f002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278ab72b9449000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6451503465777856714a4e535a00', 'write'), + ('2696166e-f75f-45db-a075-2e8c01ecaf89', 'dQyZwcmVuKZQj', '2023-09-25 12:15:25.216+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:59:42.153+00', '\x01029cf1b3b602002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278acc44082100000', 'read'), + ('bbfbf256-6855-49bd-b2a3-b96e395e0d60', 'dUXzREKs69W5R/.inbox', '2023-09-25 12:23:42.291+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-25 12:23:42.688+00', '\x0103dc9099e209002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acc4b9dd3000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6455587a52454b73363957355200', 'write'), + ('fff09119-9836-4117-b310-6838d3c2d617', 'dS3TyDpwRkxLq', '2023-09-25 12:37:40.19+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 11:51:16.839+00', '\x0d0ea2dfaa960d00c18799f5f302a01a8799f5f302a11a01a18799f5f302b60e01418799f5f302c00e010008a18799f5f302821501418799f5f3028315010029a18799f5f3028c1501418799f5f3028d1501009104a88799f5f302b71501772435393439343234332d623134372d343931642d626431322d306434623330373834333934c48799f5f302da208799f5f302db207a6578706f7274206c65742076616c75654f76657254696d65203d2041727261792e66726f6d284172726179283130292c20285f2c206929203d3e207b0a202072657475726e20242e73746172744465706f736974202a202831202b20242e696e74657265737452617465202f2031303029202a2a20693b0a7d29c18799f5f302c0148799f5f302d21401000504ffaaa69a0a00c18799f5f3029f1a8799f5f302a01a01c18799f5f302ad188799f5f302ae1801c1ffaaa69a0a018799f5f302ae1804c1ffaaa69a0a008799f5f302a01a0101b38cb4950a0081e7d9a0cf02250301a78087a40600210104726566730a2d3135313039373032310101e79fa3910500c18799f5f302d9198799f5f302da190301d18fa5ec0400000130f3a5e4a60400a18799f5f302df1a01418799f5f302dd1a010008a1a2dfaa960d010141a2dfaa960d02010029a1a2dfaa960d0b0141a2dfaa960d0c01009104a8a2dfaa960d3601772438303264303661632d373366332d343137382d616639312d63663636306139653038356147a2dfaa960d3703097061726167726170680700f3a5e4a604c904060100f3a5e4a604ca040684f3a5e4a604d00402652084f3a5e4a604d2044263616c63756c617465207468652076616c7565206f66206f757220617373657473206f7665722074696d65207573696e672074686520696e7465726573745261746584f3a5e4a6049405013a2800f3a5e4a604c9040d74657874416c69676e6d656e740177046c6566740005a8f3a5e4a6040001772462633163333363652d333563362d343065312d393735302d33616231393035343131366447f3a5e4a6040103097061726167726170680700f3a5e4a6049d05060100f3a5e4a6049e050484f3a5e4a604a205012081f3a5e4a604a3050384f3a5e4a604a6051f6372656174652061206368617274207573696e6720766567612d6c6974653a2800f3a5e4a6049d050d74657874416c69676e6d656e740177046c656674a8f3a5e4a6040a01772435353239393237392d316530342d343164372d396233392d34353664363534643761386247f3a5e4a6040b0309636f6465626c6f636b0700f3a5e4a604c805060400f3a5e4a604c9054f696d706f7274207b20566567614c6974652c205665676150726f7073207d2066726f6d202272656163742d76656761223b0a0a636f6e73742062617244617461203d207b0a2020646174613a20242e86f3a5e4a6049806046c696e6b677b2268726566223a22687474703a2f2f76616c75654f76657254696d652e6d6170222c22746172676574223a225f626c616e6b222c2272656c223a226e6f6f70656e6572206e6f7265666572726572206e6f666f6c6c6f77222c22636c617373223a6e756c6c7d84f3a5e4a60499061176616c75654f76657254696d652e6d617086f3a5e4a604aa06046c696e6b046e756c6c84f3a5e4a604ab06ad032828762c206929203d3e207b0a2020202072657475726e207b20796561723a20692c20736176696e67733a2076207d3b0a20207d292c0a7d3b0a0a636f6e737420737065633a205665676150726f7073203d207b0a2020646174613a207b206e616d653a20226461746122207d2c0a20206465736372697074696f6e3a202241206c696e652063686172742e222c0a2020656e636f64696e673a207b0a20202020783a207b206669656c643a202279656172222c20747970653a20226f7264696e616c22207d2c0a20202020793a207b0a2020202020206669656c643a2022736176696e6773222c0a202020202020747970653a20227175616e7469746174697665222c0a2020202020207363616c653a207b20646f6d61696e3a205b302c20353030305d207d2c0a202020207d2c0a20207d2c0a20206d61726b3a207b0a20202020747970653a20226c696e65222c0a20202020696e746572706f6c6174653a20226d6f6e6f746f6e65222c0a20207d2c0a7d3b0a6578706f72742064656661756c74203c566567614c69746520646174613d7b626172446174617d20737065633d7b737065637d202f3e3b2800f3a5e4a604c805086c616e677561676501770a74797065736372697074a8f3a5e4a6043501772438343263346633622d383135382d343532332d613665362d65353639633064646530323941f3a5e4a6043601001cc4f3a5e4a604a205f3a5e4a604a305054c65742773c4f3a5e4a604d004f3a5e4a604d1040157c4f3a5e4a604d204f3a5e4a604d3040120c4f3a5e4a604d204f3a5e4a604fe09046e656564c4f3a5e4a604fe09f3a5e4a604d3040120c4f3a5e4a604fe09f3a5e4a604830a02746fc4f3a5e4a6049405f3a5e4a60495051b20616e642073746172744465706f736974207661726961626c6573c196e4e7e001098799f5f302a31a01c1a2dfaa960d008799f5f302a11a02c4f3a5e4a604a30a8799f5f302a11a013542c0918fee0300000fa88799f5f302a21c01772464393661656130392d613961392d343437382d626461652d613033303063323432323239478799f5f302ab1c03097061726167726170682800c0918fee03100d74657874416c69676e6d656e740177046c656674478799f5f302901c03097061726167726170682800c0918fee03120d74657874416c69676e6d656e740177046c656674c18799f5f302b21a8799f5f302dc1a010038c78799f5f302b21ac0918fee0314030e626c6f636b436f6e7461696e65720100c0918fee034d01001b2800c0918fee034d02696401772431653439653734372d346539662d346265312d386663642d3461326661336135613433652800c0918fee034d0974657874436f6c6f7201770764656661756c742800c0918fee034d0f6261636b67726f756e64436f6c6f7201770764656661756c74000241c0918fee034e01001c478799f5f302bf1a03097061726167726170682800c0918fee038c010d74657874416c69676e6d656e740177046c6566740700c0918fee038c01060400c0918fee038e01014681c0918fee038f010284c0918fee039101296f722074686520696e74657265737420726174652c206c6574277320757365206120736c696465723ac78799f5f302b21ac0918fee034d030e626c6f636b436f6e7461696e65720100c0918fee03bb010100012800c0918fee03bb0102696401772436373565366132362d303035632d343762622d626565632d3639373230616235663135642800c0918fee03bb010974657874436f6c6f7201770764656661756c742800c0918fee03bb010f6261636b67726f756e64436f6c6f7201770764656661756c74c1c0918fee03bb01c0918fee034d01000b47c0918fee03bc010309636f6465626c6f636b2800c0918fee03cd01086c616e677561676501770a747970657363726970740700c0918fee03cd01060400c0918fee03cf01176578706f7274206c657420696e7465726573745261746581c0918fee03e6010184c0918fee03e70115203d207479706563656c6c2e496e707574280a202081c0918fee03fc013684c0918fee03b202072020312c0a293bc1c0918fee03b202c0918fee03b3023ac4c0918fee03f302c0918fee03b302363c696e70757420747970653d2272616e676522206d696e3d22302e3022206d61783d2232302220737465703d22302e3122202f3e2c0a0008c1c0918fee034dc0918fee0314010038c1c0918fee034dc0918fee03b203010038c1c0918fee034dc0918fee03eb03010038c1c0918fee034dc0918fee03a40401003e41c0918fee036f01000747c0918fee039c050309636f6465626c6f636b2800c0918fee03a405086c616e677561676501770a747970657363726970740700c0918fee03a405060400c0918fee03a605076578706f72742081c0918fee03ad050384c0918fee03b005153c6469763e496e74657265737420726174653a207b84c0918fee03c505017dc4c0918fee03c505c0918fee03c6050e242e696e7465726573745261746584c0918fee03c605063c2f6469763ec4c0918fee03b005c0918fee03b105056465666175c1c0918fee03df05c0918fee03b10501c4c0918fee03e005c0918fee03b105036c742084c0918fee03da05013bc4c0918fee03c605c0918fee03d5050125ad018799f5f30200070103646f63030a626c6f636b47726f757007008799f5f30200030e626c6f636b436f6e7461696e657201008799f5f3020101000328008799f5f3020102696401772462303465303364332d323031632d346263342d613031392d38323836313864323237633428008799f5f302010974657874436f6c6f7201770764656661756c7428008799f5f302010f6261636b67726f756e64436f6c6f7201770764656661756c74878799f5f30201030e626c6f636b436f6e7461696e657207008799f5f30209030970617261677261706828008799f5f3020a0d74657874416c69676e6d656e740177046c65667421008799f5f302090269640128008799f5f302090974657874436f6c6f7201770764656661756c7428008799f5f302090f6261636b67726f756e64436f6c6f7201770764656661756c74478799f5f30202030768656164696e6728008799f5f3020f0d74657874416c69676e6d656e740177046c65667428008799f5f3020f056c6576656c0177013107008799f5f3020f0601008799f5f302120dc78799f5f302018799f5f30209030e626c6f636b436f6e7461696e657201008799f5f3022001000121008799f5f302200269640128008799f5f302200974657874436f6c6f7201770764656661756c7428008799f5f302200f6261636b67726f756e64436f6c6f7201770764656661756c74a18799f5f3022301c18799f5f302018799f5f30220010042a18799f5f30226010006418799f5f302210100c10dc78799f5f302018799f5f30227030e626c6f636b436f6e7461696e657201008799f5f302b30e01000121008799f5f302b30e0269640128008799f5f302b30e0974657874436f6c6f7201770764656661756c7428008799f5f302b30e0f6261636b67726f756e64436f6c6f7201770764656661756c740007418799f5f302b40e01008305818799f5f3021f08848799f5f302cb130120818799f5f302cc1305848799f5f302d1130a63616c63756c61746f72c78799f5f302018799f5f302b30e030e626c6f636b436f6e7461696e657201008799f5f302dc1301000128008799f5f302dc1302696401772466373362626238322d343566612d343432352d623336662d63623965336634663839303128008799f5f302dc130974657874436f6c6f7201770764656661756c7428008799f5f302dc130f6261636b67726f756e64436f6c6f7201770764656661756c74000d478799f5f302dd130309636f6465626c6f636b28008799f5f302ef13086c616e677561676501770a7479706573637269707407008799f5f302ef130601008799f5f302f11330818799f5f302a114010010818799f5f30209010005818799f5f302b314010005a88799f5f3020c01772430316166393333362d646334372d346532642d393035342d343338383362663930353566c78799f5f302208799f5f30209030e626c6f636b436f6e7461696e657201008799f5f302c01401000321008799f5f302c0140269640128008799f5f302c0140974657874436f6c6f7201770764656661756c7428008799f5f302c0140f6261636b67726f756e64436f6c6f7201770764656661756c740001418799f5f302c114010008c78799f5f302c0148799f5f30209030e626c6f636b436f6e7461696e657201008799f5f302d21401000121008799f5f302d2140269640128008799f5f302d2140974657874436f6c6f7201770764656661756c7428008799f5f302d2140f6261636b67726f756e64436f6c6f7201770764656661756c74002aa18799f5f3026a01418799f5f30271010008a18799f5f302c51401418799f5f302c914010029a18799f5f302d51401478799f5f302d3140309636f6465626c6f636b07008799f5f302b8150601008799f5f302b9157d818799f5f302b61606818799f5f302bc168501818799f5f302c1172e818799f5f302ef1725818799f5f302941819818799f5f302ad18890128008799f5f302b815086c616e677561676501770a74797065736372697074c78799f5f302018799f5f302dc13030e626c6f636b436f6e7461696e657207008799f5f302b819030970617261677261706828008799f5f302b9190d74657874416c69676e6d656e740177046c65667428008799f5f302b81902696401772464663430383634392d353138642d346338352d393232632d66653933646436323364303828008799f5f302b8190974657874436f6c6f7201770764656661756c7428008799f5f302b8190f6261636b67726f756e64436f6c6f7201770764656661756c7407008799f5f302b9190601008799f5f302be1906848799f5f302c419064c6574277320818799f5f302ca190a848799f5f302d419056372656174848799f5f302d91903652061818799f5f302dc1901c48799f5f302cb138799f5f302cc1307536176696e6773848799f5f302dd191320736176696e67732063616c63756c61746f72818799f5f302a21401848799f5f302f8190b6578706f7274206c657420818799f5f302831a0c848799f5f3028f1a0f73746172744465706f736974203d20818799f5f3029e1a01818799f5f3029f1a01848799f5f302a01a0130818799f5f302a11a01848799f5f302a21a013b000ec78799f5f302dc138799f5f302b30e030e626c6f636b436f6e7461696e657201008799f5f302b21a01000128008799f5f302b21a02696401772434393766383261632d313033662d343464392d613763662d64326439383239303266633428008799f5f302b21a0974657874436f6c6f7201770764656661756c7428008799f5f302b21a0f6261636b67726f756e64436f6c6f7201770764656661756c740007418799f5f302b31a01001cc78799f5f302b21a8799f5f302b30e030e626c6f636b436f6e7461696e657201008799f5f302dc1a01000121008799f5f302dc1a0269640128008799f5f302dc1a0974657874436f6c6f7201770764656661756c7428008799f5f302dc1a0f6261636b67726f756e64436f6c6f7201770764656661756c740054848799f5f302f7190f2e2046697273742c206c6574277320818799f5f302c41b01848799f5f302c51b06736574207570818799f5f302cb1b03848799f5f302ce1b0620736f6d6520818799f5f302d41b0f848799f5f302e31b15726571756972656420696e666f726d6174696f6e3a0001c18799f5f302098799f5f302b314010005c18799f5f302098799f5f302fa1b010006c78799f5f302098799f5f302801c030e626c6f636b436f6e7461696e657201008799f5f302871c01000328008799f5f302871c02696401772434333335376364322d623263372d343739322d616335392d32323937663361343562646228008799f5f302871c0974657874436f6c6f7201770764656661756c7428008799f5f302871c0f6261636b67726f756e64436f6c6f7201770764656661756c740001418799f5f302881c01000ec78799f5f302871c8799f5f302801c030e626c6f636b436f6e7461696e657201008799f5f3029f1c01000121008799f5f3029f1c0269640128008799f5f3029f1c0974657874436f6c6f7201770764656661756c7428008799f5f3029f1c0f6261636b67726f756e64436f6c6f7201770764656661756c740006418799f5f302a01c0100e103c18799f5f302a1148799f5f302a21402c18799f5f302b6168799f5f302b71604c18799f5f302bc168799f5f302bd1607c18799f5f302ef178799f5f302f01707c18799f5f302c1178799f5f302c21704818799f5f302b61936848799f5f302da20013b0ce7d9a0cf0200c78799f5f302208799f5f302c014030e626c6f636b436f6e7461696e65720700e7d9a0cf020003097061726167726170680700e7d9a0cf0201060400e7d9a0cf02021943616c63756c6174652076616c7565206f7665722074696d652800e7d9a0cf02010d74657874416c69676e6d656e740177046c6566742800e7d9a0cf020002696401772465326235386164632d333336332d346539382d623365622d3035653732396332363765352800e7d9a0cf02000974657874436f6c6f7201770764656661756c742800e7d9a0cf02000f6261636b67726f756e64436f6c6f7201770764656661756c7447f3a5e4a604db0903097061726167726170682800e7d9a0cf02200d74657874416c69676e6d656e740177046c6566740700e7d9a0cf0220060100e7d9a0cf0222030496e4e7e00100c1ffaaa69a0a01ffaaa69a0a0201c18799f5f30294188799f5f302951802c1ffaaa69a0a068799f5f302a01a06c48799f5f302a21a8799f5f302a31a013003d6d6a7d6010028008799f5f302ef130773746f72616765017600c1f3a5e4a604a30af3a5e4a604a40a01c4d6d6a7d60101f3a5e4a604a40a013102c6a5d07c002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278acc5866de0000ca2dfaa960d0200c904c40506ffaaa69a0a010007b38cb4950a010003a78087a406010001e79fa39105010003d18fa5ec04010001f3a5e4a6040700c804cb04069705059f0504a40503db091da10a03c0918fee030d000f14394e1c6d1f900102bc0102c1010ce70101fd0136ba023aaa03fa01ae0503e005018799f5f3022402040c01130d2103268d0eb40e03b90e9305cd1305dd1302e2130df2134dc11405c8140ad31403d81460ba15fd03bf1906cb190add1901f81901841a0c9f1a02a21a01a41a0eb31a02b81a24dd1a03e21a54c51b01cc1b03d51b0ff91b0e881c048f1c10a01c03a51cb604e7d9a0cf0201230396e4e7e001010009d6d6a7d601010101', 'read'), + ('a01b7d9d-55f1-432f-add5-02ce870a7ed0', 'dtNCMjZc1jwuM', '2023-10-17 19:05:15.862+00', '35dd8067-9414-4d1d-83f6-1f5f6f4ef2bc', '2023-10-17 19:05:15.862+00', '\x0105f49ccdf202002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f07295500028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6462586d775966316a7931744128010770726f66696c6508757365726e616d65017709626f625f64666d747028010770726f66696c65096a6f696e65645f6174017b4278b3f07295500000', 'read'), + ('1a21cbc5-bc36-4d5a-94af-65b25aecf320', 'dspLYVE1NNxr8', '2023-10-17 18:07:37.935+00', '70d79ccb-8689-4f58-9987-93ed8070c081', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'write'), + ('dc05a3c2-f57e-465f-b0b3-ada7ab10c191', 'dVyvMyD7u2RjQ/.inbox', '2023-10-17 18:46:34.635+00', '79dc6a98-5f5f-43af-ac1f-b4c5f30aea61', '2023-10-17 18:46:34.677+00', '\x0103ced4c9ba06002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3ef60956000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f645679764d7944377532526a5100', 'write'), + ('7760172f-beb1-46b7-9c94-70765c6a0c8f', 'de2GmQ6m89PNP', '2023-09-21 09:56:32.84+00', '8db53086-46b9-4f46-be8a-a81df3cbdb33', '2023-09-21 11:56:16.547+00', '\x0203c9f9b5b703002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ab72b73c70002801046d657461057469746c650177105075626c696320776f726b737061636501a8e8f15200280104726566730b2d31343730353136393331017605026964770d72787a5443566e346663776b38096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f6451503465777856714a4e535a07736f72744b65797702613000', 'read'), + ('15588105-80e1-4a5c-bbf4-c6f51bd44a54', 'dmFH9dST8Bpkd', '2023-10-17 18:46:35.045+00', 'ad0b4133-fc25-4243-bdfd-88150902e41b', '2023-10-17 18:46:35.045+00', '\x010582a1c5e505002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef60f2500028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64566338756a34534568516e5828010770726f66696c6508757365726e616d6501770b616c6963655f726d776d7928010770726f66696c65096a6f696e65645f6174017b4278b3ef60f2500000', 'read'), + ('51312be1-7801-4a6b-8e71-d596ade52432', 'dJMvVX93FYz31', '2023-10-17 18:46:35.557+00', '4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a', '2023-10-17 18:46:35.557+00', '\x0105c38dd8f004002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef6112500028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64757374456b3662484545723628010770726f66696c6508757365726e616d65017709626f625f756a78636928010770726f66696c65096a6f696e65645f6174017b4278b3ef6112500000', 'read'), + ('31de57c6-f15b-4c4a-b8e6-9efaf6d81acf', 'dbF4Tfca1AG5y', '2023-10-17 18:07:52.797+00', 'b85dceaa-0e32-49e4-ae19-847a8f9c279d', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'no-access'), + ('2258c601-e677-4c36-b832-7b48c44b13d4', 'dtuHWTQxuhzZ8', '2023-10-17 18:07:52.843+00', '318358a3-e11d-4382-a53a-3c8038337bac', '2023-10-17 18:07:52.843+00', '\x68656c6c6f41', 'no-access'), + ('04efe420-405a-4c6c-8f43-0da26ee7dfb7', 'dV7TwMtcEe4Ny', '2023-10-17 18:07:52.843+00', '318358a3-e11d-4382-a53a-3c8038337bac', '2023-10-17 18:07:52.843+00', '\x68656c6c6f42', 'no-access'), + ('decc1bb4-afa2-42bd-9313-4da9b1236578', 'dPbsZseQytHUN', '2023-10-17 18:07:52.843+00', '318358a3-e11d-4382-a53a-3c8038337bac', '2023-10-17 18:07:52.843+00', '\x68656c6c6f43', 'no-access'), + ('ce92ce65-76f1-41b8-bc95-8482ee90215e', 'dd2MLrSDRLgKb', '2023-10-17 18:07:52.843+00', '318358a3-e11d-4382-a53a-3c8038337bac', '2023-10-17 18:07:52.843+00', '\x68656c6c6f44', 'no-access'), + ('afd58d35-b814-4e2b-8395-784e1b0486bf', 'daCF1SqCSyere', '2023-10-17 18:07:52.886+00', '3aee2041-7f05-4fbc-82d1-efab1f19623f', '2023-10-17 18:07:52.886+00', '\x68656c6c6f', 'no-access'), + ('63a02c77-2fbd-4945-a8d5-9848042703ce', 'daSBzSHyjXMU9', '2023-10-17 19:05:08.119+00', 'bd2a14bd-328b-481a-94e5-70a0eec70f03', '2023-10-17 19:05:09.209+00', '\x0000', 'read'), + ('5c96bf85-5f01-4958-b017-53918595751c', 'dSRMkWWnhnhrB', '2023-10-17 18:07:52.944+00', 'b85dceaa-0e32-49e4-ae19-847a8f9c279d', '2023-10-17 18:07:52.944+00', '\x68656c6c6f', 'no-access'), + ('74c587a9-8d6a-4557-9e57-dc5339f40275', 'dqBLFEyFuSUu1/.inbox', '2023-09-27 11:39:19.921+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-27 12:14:28.416+00', '\x0103ea97c33d002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278ad66fb5f2000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6471424c46457946755355753100', 'write'), + ('b1e047f7-f8cb-47b2-a1ae-1e8db5de0e99', 'dTbzUyCsTH5nS', '2023-10-17 18:46:35.748+00', 'ad0b4133-fc25-4243-bdfd-88150902e41b', '2023-10-17 18:46:35.792+00', '\x0101dc91b64c00280104746573740568656c6c6f017705776f726c6400', 'read'), + ('1a0cef64-5561-4f65-ac30-ad20d3470ff3', 'dkK17UYwKXDSG', '2023-10-17 18:46:43.273+00', 'd02b3cff-b526-4a40-966b-4585acb2664d', '2023-10-17 18:46:43.273+00', '\x0103dcc0e4b00d002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef62f490002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('13dc9bde-5b4b-46a0-a8db-5f917b92f867', 'dGxYFEfEbW6FA', '2023-10-17 18:46:43.955+00', 'b5a96176-148d-43ec-9d5d-ea7ab65dde41', '2023-10-17 18:46:43.955+00', '\x010388dcabde07002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef631f20002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('92d3275a-7c28-4fc2-9588-6a9977f6c700', 'dVHpNwNJMEuEL', '2023-10-17 18:46:44.138+00', 'd02b3cff-b526-4a40-966b-4585acb2664d', '2023-10-17 18:46:44.138+00', '\x0000', 'read'), + ('5528ba86-1748-41ea-9860-e1bc7d4c1378', 'dBnJpF6pV5sWX', '2023-10-17 19:04:58.775+00', '360964c0-338d-46f7-83ed-4d188cd5a8c6', '2023-10-17 19:04:58.775+00', '\x0105a79fb9b50b002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06e69600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f647a4238704a486d686734596828010770726f66696c6508757365726e616d65017709626f625f687262726d28010770726f66696c65096a6f696e65645f6174017b4278b3f06e69600000', 'read'), + ('e55a1e9b-39a1-4453-9137-b44c2dd0fef8', 'dZUBeMb5ZeqRB/.inbox', '2023-10-17 19:04:58.985+00', 'baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc', '2023-10-17 19:04:58.985+00', '\x0000', 'write'), + ('e63cd1c4-ad12-40ea-a424-af06d2a973ae', 'dymPaCte43uz2', '2023-10-17 18:07:52.914+00', '52ad1367-aaa4-4486-9949-6b203f8d022a', '2023-10-17 18:07:54.26+00', '\x0501e7e982e60f0028010a616e6f746865726d61700568656c6c6f017705776f726c6401c98ffcd10c002801056d796d61700568656c6c6f017705776f726c6401e58ad9bc090021010a616e6f746865726d61700568656c6c6f0101e8f9de8903002101056d796d61700568656c6c6f01019f8bb3ab01002101056d796d61700568656c6c6f0103e58ad9bc09010001e8f9de89030100019f8bb3ab01010001', 'no-access'), + ('e2fe6e41-a3d9-4258-b89d-e547ac27425c', 'dq8kgEDWW9L5B', '2023-10-17 19:05:00.379+00', 'f3dfdb7e-7ea5-40b6-8b32-54059f100307', '2023-10-17 19:05:00.379+00', '\x0103ffc5dcbb05002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06ecda0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('713bd5e0-908d-4ed0-890f-870cca01b1cd', 'dpXp7p79zrAwV', '2023-10-17 19:05:00.927+00', '739fae7f-34a1-4c9d-a301-d9088d7e5efa', '2023-10-17 19:05:00.927+00', '\x01038fb1c68802002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06eeff0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('834f55ed-3e13-4ec1-9527-1e61085ec38d', 'dRfHr9u7rHjGE', '2023-10-17 19:05:09.449+00', 'b4594680-fc1e-47dd-ad1d-a1191c517762', '2023-10-17 19:05:09.449+00', '\x0103ccf1ed9a0b002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0710480002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('e9dab03b-2059-403e-a32b-942f50e9d504', 'dpAnWpdMcS1T9', '2023-10-17 19:05:02.22+00', 'f3dfdb7e-7ea5-40b6-8b32-54059f100307', '2023-10-17 19:05:02.275+00', '\x0101d684b8df0500280104746573740568656c6c6f017705776f726c6400', 'read'), + ('5192eaa8-86eb-4c7b-be5d-ffedf58b8812', 'dtHXckhxr4FE3', '2023-10-17 19:05:07.335+00', 'bd2a14bd-328b-481a-94e5-70a0eec70f03', '2023-10-17 19:05:07.335+00', '\x0103bfccd9bc06002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0708070002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('8d552acd-a6a7-46e3-9769-fe041d4a0bea', 'dy4pMkcZKpJeV', '2023-10-17 19:05:07.877+00', '382495b9-b50b-4c28-aea5-89ecca805b8b', '2023-10-17 19:05:07.877+00', '\x01039ad1adaa08002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f070a250002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('edc6c163-c904-4a22-a331-896abf739ac3', 'dRXcmqPKXk4AU', '2023-10-17 19:05:10.128+00', 'c73f4fb4-1c99-45a8-84dd-9055348d4782', '2023-10-17 19:05:10.128+00', '\x0103a2edb49b09002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0712f00002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('7fa81636-f2e2-4b57-ac30-cbfcf854ab61', 'derqgsWwBFH2S', '2023-10-17 19:05:11.347+00', 'b4594680-fc1e-47dd-ad1d-a1191c517762', '2023-10-17 19:05:11.365+00', '\x0101c3b9f6e70200280104746573740568656c6c6f017705776f726c6400', 'read'), + ('0134b3eb-ab06-4839-a227-14667e3ca7a8', 'dknu8s71xcfaW', '2023-10-17 19:05:15.386+00', 'dd8d58cb-1409-492e-8255-357acf30283b', '2023-10-17 19:05:15.386+00', '\x0105d1a4e89f0d002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f07277900028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644452664d585234376456543328010770726f66696c6508757365726e616d6501770b616c6963655f6670766d6e28010770726f66696c65096a6f696e65645f6174017b4278b3f07277900000', 'read'), + ('276d6f3f-12d8-4ef6-ace9-308c196d151b', 'ddzSgFFvJS3US/.inbox', '2023-10-17 19:05:16.074+00', 'dd8d58cb-1409-492e-8255-357acf30283b', '2023-10-17 19:05:16.074+00', '\x0000', 'write'), + ('888e54a3-fa7b-4f85-9a16-0d5063fa1128', 'dSCmS9RQtJkZT', '2023-10-17 18:47:40.159+00', 'dffbaf58-5836-42b5-8a45-6150d23cc43c', '2023-10-17 18:47:40.159+00', '\x01038599f0f40f002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef70d7f0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('1ee6c614-802d-49f3-bb3c-74a88861a143', 'dQyZwcmVuKZQj/.inbox', '2023-09-25 12:15:25.214+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-25 12:15:25.588+00', '\x0103bdba84ec0c002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acc44081f000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6451795a77636d56754b5a516a00', 'write'), + ('22d47650-b2eb-4924-9d09-fd18d8348db7', 'dVeeYvbKcq2Nz/.inbox', '2023-10-02 10:01:54.221+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-02 10:01:54.705+00', '\x0103b3c0f9e20e002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278aefd64f2e000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f645665655976624b6371324e7a00', 'write'), + ('dab02e41-494c-4f29-a2a0-72aa6fc16384', 'drWQ6fbZ2STJx', '2023-10-17 18:47:40.194+00', 'dffbaf58-5836-42b5-8a45-6150d23cc43c', '2023-10-17 18:47:40.194+00', '\x0105d8adaa5c002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef70da200028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6453436d53395251744a6b5a5428010770726f66696c6508757365726e616d6501770b616c6963655f736e73737628010770726f66696c65096a6f696e65645f6174017b4278b3ef70da200000', 'read'), + ('f90d59bb-2fa8-458f-b8a7-c89684efdbda', 'dZBEz8QQ6Lqje', '2023-10-17 18:47:40.728+00', '460416b6-9ba6-4c40-b460-b06d87cc7612', '2023-10-17 18:47:40.728+00', '\x0103acadffb108002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef70fb80002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('e7ed9f76-e88e-4e0a-816d-56db82711cb2', 'dykkgjVF4CJmA', '2023-09-26 08:59:09.735+00', 'aa652fbb-8340-4fce-a668-d449cd5fe188', '2023-09-26 08:59:09.735+00', '\x0103d18983fd02002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6b6270002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('c52ade72-e7e8-4bf8-8278-e645d99d0adc', 'dzmXn1txKGAsJ', '2023-09-26 08:59:09.771+00', 'aa652fbb-8340-4fce-a668-d449cd5fe188', '2023-09-26 08:59:09.771+00', '\x010588b5eaf303002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6b64b00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64796b6b676a564634434a6d4128010770726f66696c6508757365726e616d6501770b616c6963655f6f6277746728010770726f66696c65096a6f696e65645f6174017b4278ad0b6b64b00000', 'read'), + ('ba6eb820-24a9-40a7-a9f5-4ea85b666d6b', 'dbT4q1qyxe65Q', '2023-10-17 18:47:40.734+00', '460416b6-9ba6-4c40-b460-b06d87cc7612', '2023-10-17 18:47:40.734+00', '\x0105e682f464002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef70fbd00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f645a42457a385151364c716a6528010770726f66696c6508757365726e616d65017709626f625f61796e6d6628010770726f66696c65096a6f696e65645f6174017b4278b3ef70fbd00000', 'read'), + ('6dc43700-714c-4c86-8501-65490a794eab', 'dJSLrHNHDm1m9', '2023-09-26 08:59:10.219+00', '792f56ae-0ef7-40f3-9367-44cd9d88c8e8', '2023-09-26 08:59:10.219+00', '\x01038d9f9f980c002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6b80b0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('89098c47-592d-4ef8-83b2-307b1cf4df49', 'dREa3D5U7JZJk', '2023-09-26 08:59:10.225+00', '792f56ae-0ef7-40f3-9367-44cd9d88c8e8', '2023-09-26 08:59:10.225+00', '\x010599edbca30e002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6b81100028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644a534c72484e48446d316d3928010770726f66696c6508757365726e616d65017709626f625f6a6c77667028010770726f66696c65096a6f696e65645f6174017b4278ad0b6b81100000', 'read'), + ('4cb3ff7b-ee0c-48d4-8b05-6284e4776692', 'dBtcGcn9MV1MR/.inbox', '2023-09-25 11:50:17.245+00', '326d442b-cf5f-4978-a963-27022a3d79b4', '2023-09-25 11:50:17.609+00', '\x0103e9adc9eb0c002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acc2d059d000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6442746347636e394d56314d5200', 'write'), + ('62ff8769-1f1e-43f9-9e9e-b28a31bf95fe', 'dzsrKUmy9WqTe/.inbox', '2023-09-25 11:50:19.13+00', '326d442b-cf5f-4978-a963-27022a3d79b4', '2023-09-25 11:50:19.546+00', '\x0103f8c78c8d07002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acc2d0cfa000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f647a73724b556d79395771546500', 'write'), + ('2795bc77-38f1-4f2d-8713-74b4950d3e69', 'dNvcGynNmEpGy/.inbox', '2023-09-26 08:59:18.436+00', 'ce6a0ead-caac-4c2b-a46c-d8f7df146e75', '2023-09-26 08:59:19.099+00', '\x0103b1beb5c309002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278ad0b6d825000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f644e766347796e4e6d4570477900', 'write'), + ('1bb02354-6707-44b7-8b7a-746a0c3e119c', 'dUTD58A9neyvd', '2023-09-26 08:59:10.426+00', 'aa652fbb-8340-4fce-a668-d449cd5fe188', '2023-09-26 08:59:11.178+00', '\x0000', 'read'), + ('62a7e4b8-b8aa-4c40-ac75-a2aaf2043a74', 'dMtNPVF3n11QQ', '2023-09-26 08:59:16.298+00', 'aa171699-9a6b-479c-9436-6ac7163e9382', '2023-09-26 08:59:16.352+00', '\x0101da90c6d70c00280104746573740568656c6c6f017705776f726c6400', 'read'), + ('26d172e1-e6de-4952-9c09-6ae380104dfb', 'dL7aT8ADZ6SD2', '2023-09-26 08:59:21.023+00', '04cac50e-6bce-41b5-8af7-d8cbb2263f4a', '2023-09-26 08:59:21.023+00', '\x0103a3bee58302002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6e23f0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('0ba07d4e-e202-46c5-a9d4-c99494d32889', 'dtXkB9kjM2Tz4', '2023-09-26 08:59:11.459+00', '29589c5b-98d3-4ac7-9762-570f66c041ba', '2023-09-26 08:59:11.459+00', '\x0103b3a7e0ec06002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6bce30002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('a5fed447-47c7-4b23-ba66-7cf5502beedb', 'dm3UNtFkF8vRe', '2023-09-26 08:59:11.817+00', '14b87377-58b7-45dc-9628-4e576387ab4f', '2023-09-26 08:59:11.817+00', '\x0103bcb8ea8d0e002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6be480002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('7bc90594-1b28-439b-922c-48cfc90b7a94', 'dqbJX2eSb43Tw', '2023-09-26 08:59:13.193+00', '29589c5b-98d3-4ac7-9762-570f66c041ba', '2023-09-26 08:59:13.219+00', '\x0101e380e5ab0900280104746573740568656c6c6f017705776f726c6400', 'read'), + ('2867d109-1c30-46e1-a578-56a94d57574a', 'dLYNUVGPtu3dX', '2023-09-26 08:59:13.5+00', '532258e3-6b30-4df9-975f-eef4216f0216', '2023-09-26 08:59:13.5+00', '\x0103ddfeb2f503002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6c4dc0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('b0e4afce-5989-4cd7-b293-89bc14de37bc', 'dDFRcPawd9CGq', '2023-09-26 08:59:13.906+00', 'dd444b22-db46-48be-b0fe-d8f77ef2d315', '2023-09-26 08:59:13.906+00', '\x0103bccfdf9c0f002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6c6720002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('8af70fd0-9891-4d7b-9406-afab4ee81319', 'dZTNJMJNy4Aa7', '2023-09-26 08:59:21.221+00', '7985c1e1-c269-4247-8bd5-ddc1ff7ad963', '2023-09-26 08:59:21.282+00', '\x010190d8e39605002801056d796d61700568656c6c6f017705776f726c6400', 'write'), + ('5e7c3135-7006-4cd0-aa82-e8fae79a6c24', 'dW16FxfbJcwe1/.inbox', '2023-09-26 08:59:14.202+00', '532258e3-6b30-4df9-975f-eef4216f0216', '2023-09-26 08:59:14.651+00', '\x0103c4b8d8ac0b002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278ad0b6c79b000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64573136467866624a6377653100', 'write'), + ('1bd44522-656b-4b46-8adb-f846d19ab996', 'dU8RsvCLY9cQ4', '2023-09-26 08:59:15.624+00', 'aa171699-9a6b-479c-9436-6ac7163e9382', '2023-09-26 08:59:15.624+00', '\x0105edeba08a0b002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6cd2800028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64733843524e7134576433524428010770726f66696c6508757365726e616d6501770b616c6963655f74736c687928010770726f66696c65096a6f696e65645f6174017b4278ad0b6cd2800000', 'read'), + ('e5c0618f-5377-4360-a6df-9c79fe535f52', 'dR8b6pzLEaLMQ', '2023-09-26 08:59:16.025+00', 'ce6a0ead-caac-4c2b-a46c-d8f7df146e75', '2023-09-26 08:59:16.025+00', '\x0105a3d7c1c808002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6ceb900028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64615a785177774c616534344628010770726f66696c6508757365726e616d65017709626f625f657676686728010770726f66696c65096a6f696e65645f6174017b4278ad0b6ceb900000', 'read'), + ('9a35ce06-6c17-4df3-8149-4e8479b25979', 'dR5Qb8hQ9mkU7', '2023-09-26 08:59:21.598+00', '2f2f214b-40b2-48f3-a235-7e6e8d6d6840', '2023-09-26 08:59:21.598+00', '\x0105c1bcd1b201002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6e47e00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64417032375a7a50374b744b4e28010770726f66696c6508757365726e616d6501770e74657374757365725f646166706628010770726f66696c65096a6f696e65645f6174017b4278ad0b6e47e00000', 'read'), + ('ea778277-5ab4-495c-9bbe-e43a0748fbe9', 'dkVMbb2Xxy6H7', '2023-09-26 08:59:29.228+00', '5d94273b-6bf5-416c-8be0-12be9199625b', '2023-09-26 08:59:29.283+00', '\x0201dc82e3d10900a8ffe0c3940800017706776f726c643201ffe0c39408002101056d796d61700568656c6c6f0101ffe0c39408010001', 'read'), + ('2fe0d670-8e8e-4fb5-9cfa-6e65e11fd38d', 'dW51m3PghajgY', '2023-09-26 08:59:31.359+00', '1186ee43-7f47-41d4-8b62-8b72ac1f1f20', '2023-09-26 08:59:31.359+00', '\x68656c6c6f', 'no-access'), + ('b0a28209-b603-4169-828e-675348c8d0f1', 'dhyXcZh336Nu6', '2023-09-26 08:59:23.299+00', '1cd4f268-ddbd-4c2e-9319-11d1cc435102', '2023-09-26 08:59:23.299+00', '\x0105edb193cc01002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6eb2300028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64474c674143775157714c544628010770726f66696c6508757365726e616d6501770e74657374757365725f6577706d7028010770726f66696c65096a6f696e65645f6174017b4278ad0b6eb2300000', 'read'), + ('9279a83f-1581-40a2-865b-c381290de1cf', 'deYzhXQxG6ad5', '2023-09-26 08:59:24.093+00', '8353e17b-eefb-4bca-a5e5-73a5a8dd84bd', '2023-09-26 08:59:24.093+00', '\x0105cbcca3ce01002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6ee3c00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64744635315474556b784c7a6828010770726f66696c6508757365726e616d6501770e74657374757365725f6475776c7428010770726f66696c65096a6f696e65645f6174017b4278ad0b6ee3d00000', 'read'), + ('246f847d-27f0-4260-8788-1c2d472af51a', 'dU96XybDCP2gn', '2023-09-26 08:59:24.765+00', '81e967e1-c3a4-4b1f-aa6c-1fca43564165', '2023-09-26 08:59:24.765+00', '\x0105a8dffc9605002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6f0dd00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6471765a57766131344a4e585128010770726f66696c6508757365726e616d6501770e74657374757365725f6e6562626f28010770726f66696c65096a6f696e65645f6174017b4278ad0b6f0dd00000', 'read'), + ('ee92f958-ff39-4821-a0d1-dd1f9b4a93f3', 'dcEG23CuU35UV', '2023-09-26 08:59:25.436+00', '865c376f-7029-4f91-a3e8-aca3c8035d66', '2023-09-26 08:59:25.436+00', '\x01038699df930f002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6f37c0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('988bdcb4-0b5d-4b67-baf6-23521a239e84', 'duLa9jG5PHvR4', '2023-09-26 08:59:26.079+00', '59cd92c7-f8e2-4470-991a-28306ee1deb9', '2023-09-26 08:59:26.079+00', '\x0103cf898aaa01002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6f5ff0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('0020125b-8b7f-49f6-997d-5bc297881fac', 'dHhZfZbAwLXE5', '2023-09-26 08:59:31.383+00', '0627fa63-775d-4f95-a04c-99eea6bfb26b', '2023-09-26 08:59:31.383+00', '\x68656c6c6f41', 'no-access'), + ('3a904ef2-3852-4c35-8770-e7bd74d5ecd6', 'dKuwZ91yWfDDP', '2023-09-26 08:59:26.294+00', '7985c1e1-c269-4247-8bd5-ddc1ff7ad963', '2023-09-26 08:59:26.356+00', '\x0101ace6a4de04002801056d796d61700568656c6c6f017705776f726c6400', 'read'), + ('c6461f17-daec-44e8-9102-66e227765a1a', 'dnrd5wFrp13pT', '2023-09-26 08:59:27.738+00', '5d94273b-6bf5-416c-8be0-12be9199625b', '2023-09-26 08:59:27.738+00', '\x0105b1a1ad9504002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6fc7900028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64785772483342426d5476456628010770726f66696c6508757365726e616d6501770e74657374757365725f6979726d6f28010770726f66696c65096a6f696e65645f6174017b4278ad0b6fc7a00000', 'read'), + ('f64069d2-3fa1-4686-a2f0-6b33ae821186', 'dujaYf6zWsFB9', '2023-09-26 08:59:31.383+00', '0627fa63-775d-4f95-a04c-99eea6bfb26b', '2023-09-26 08:59:31.383+00', '\x68656c6c6f42', 'no-access'), + ('103b2918-f3fa-4db1-8a7f-a00758b2432d', 'djzm2gb9zJXBU', '2023-09-26 08:59:31.383+00', '0627fa63-775d-4f95-a04c-99eea6bfb26b', '2023-09-26 08:59:31.383+00', '\x68656c6c6f43', 'no-access'), + ('8f15d2a8-b92b-44da-9098-446bacfdc196', 'dhbgNEnVgjbzF', '2023-09-26 08:59:31.383+00', '0627fa63-775d-4f95-a04c-99eea6bfb26b', '2023-09-26 08:59:31.383+00', '\x68656c6c6f44', 'no-access'), + ('4c4229c4-657c-4b09-9c26-966ada63feb5', 'dtKQT7AUG9d4d', '2023-09-26 08:59:31.372+00', 'de55e061-f61e-4ac3-8789-7a20de5cf4f0', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'no-access'), + ('7c09c284-4c64-4639-be7e-4e4ab17ee9cd', 'dV4WD1pGRugvP/.inbox', '2023-10-17 18:47:40.918+00', 'dffbaf58-5836-42b5-8a45-6150d23cc43c', '2023-10-17 18:47:40.918+00', '\x0000', 'write'), + ('0fcd51f8-4db6-4555-b62f-db98c8f4633f', 'dV4xeFtEy6n56', '2023-10-17 18:47:41.923+00', '6f245369-254a-4e8d-8bbc-e78ecff5412c', '2023-10-17 18:47:41.923+00', '\x0103a5dfeecf08002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef714630002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('bb90b18f-5c3c-454a-9023-8818661e5fcf', 'dW6MWzu7G76ku', '2023-09-26 08:59:28.11+00', '7985c1e1-c269-4247-8bd5-ddc1ff7ad963', '2023-09-26 08:59:28.171+00', '\x0101ffe0c39408002801056d796d61700568656c6c6f017705776f726c6400', 'read'), + ('b87b0a3c-b2c2-4b10-b439-348df65fc0df', 'dW16FxfbJcwe1', '2023-09-26 08:59:14.203+00', '532258e3-6b30-4df9-975f-eef4216f0216', '2023-09-26 08:59:14.254+00', '\x0101d89ac4a70600280104746573740568656c6c6f017705776f726c6400', 'read'), + ('88dc569c-7f97-4276-88e3-96670c95c61f', 'ds8CRNq4Wd3RD', '2023-09-26 08:59:15.588+00', 'aa171699-9a6b-479c-9436-6ac7163e9382', '2023-09-26 08:59:15.588+00', '\x0103ebf4eab00a002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6cd030002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('59b15119-150a-4a9f-b85d-02a506f70e6c', 'dwWG7kAZJY9Z1', '2023-10-17 18:47:42.406+00', '822ba5ba-62c7-477e-9c39-3c5e1fe339ce', '2023-10-17 18:47:42.406+00', '\x0103eabeffcd0c002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef716460002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('3dfe12d6-531d-415e-ae04-8e8b1f52d106', 'daZxQwwLae44F', '2023-09-26 08:59:15.989+00', 'ce6a0ead-caac-4c2b-a46c-d8f7df146e75', '2023-09-26 08:59:15.989+00', '\x0103eb96e4e00f002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6ce950002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('0ad15025-d1dd-4cff-bc57-17306d5eac01', 'dVVAYmvBaeQdE/.inbox', '2023-09-25 18:14:00.657+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-25 18:14:01.047+00', '\x0103eeb8ffc80c002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acd8c54d1000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64565641596d7642616551644500', 'write'), + ('052c1049-7045-4c09-9dcf-44ffab367d94', 'dUTD58A9neyvd/.inbox', '2023-09-26 08:59:10.426+00', 'aa652fbb-8340-4fce-a668-d449cd5fe188', '2023-09-26 08:59:10.426+00', '\x0000', 'write'), + ('89d69aaf-3120-42e9-b081-60b30ad8290c', 'dHH8bM3zED4kT', '2023-09-26 08:59:11.466+00', '29589c5b-98d3-4ac7-9762-570f66c041ba', '2023-09-26 08:59:11.466+00', '\x0105e697e8b103002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6bcea00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6474586b42396b6a4d32547a3428010770726f66696c6508757365726e616d6501770b616c6963655f6a7478777128010770726f66696c65096a6f696e65645f6174017b4278ad0b6bcea00000', 'read'), + ('6f2ef40f-8ff9-4307-a053-848321a76050', 'dV6ET62VkCahC', '2023-09-26 08:59:11.851+00', '14b87377-58b7-45dc-9628-4e576387ab4f', '2023-09-26 08:59:11.851+00', '\x0105f6b1a69c07002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6be6a00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f646d33554e74466b463876526528010770726f66696c6508757365726e616d65017709626f625f67786e747028010770726f66696c65096a6f696e65645f6174017b4278ad0b6be6a00000', 'read'), + ('01dc006a-1418-4da0-b6bd-b838d6132fe7', 'dt91TRmCzHMvW', '2023-09-26 08:59:31.354+00', '0627fa63-775d-4f95-a04c-99eea6bfb26b', '2023-09-26 08:59:31.354+00', '\x68656c6c6f41', 'no-access'), + ('3d19d0f1-ef43-4ba0-95af-1e1ce4d1282f', 'dqbJX2eSb43Tw/.inbox', '2023-09-26 08:59:13.195+00', '29589c5b-98d3-4ac7-9762-570f66c041ba', '2023-09-26 08:59:13.218+00', '\x0103f1d0da9f0f002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278ad0b6bf6a000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6471624a58326553623433547700', 'write'), + ('e55c3a90-33a8-4ff3-9868-17d15c0a413e', 'deV67zncbxS3u', '2023-09-26 08:59:13.536+00', '532258e3-6b30-4df9-975f-eef4216f0216', '2023-09-26 08:59:13.536+00', '\x0105e4f8d3fc0c002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6c4ff00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644c594e55564750747533645828010770726f66696c6508757365726e616d6501770b616c6963655f67767a757428010770726f66696c65096a6f696e65645f6174017b4278ad0b6c4ff00000', 'read'), + ('343fb28a-d85e-4e8c-831d-8884f451dc66', 'drgZMVMyQDGAU', '2023-09-26 08:59:13.94+00', 'dd444b22-db46-48be-b0fe-d8f77ef2d315', '2023-09-26 08:59:13.94+00', '\x0105a0a5f6f801002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6c69400028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6444465263506177643943477128010770726f66696c6508757365726e616d65017709626f625f6f6766787728010770726f66696c65096a6f696e65645f6174017b4278ad0b6c69400000', 'read'), + ('0f4bfffa-f4a4-4ba9-a5bd-f9ad0d90c58d', 'dphh55Fd6r37x', '2023-09-26 08:59:23.567+00', '7985c1e1-c269-4247-8bd5-ddc1ff7ad963', '2023-09-26 08:59:23.624+00', '\x0101a3cfefe60f002801056d796d61700568656c6c6f017705776f726c6400', 'write'), + ('cf69e994-2dab-48b1-8cdb-2ae005876338', 'dtF51TtUkxLzh', '2023-09-26 08:59:24.088+00', '8353e17b-eefb-4bca-a5e5-73a5a8dd84bd', '2023-09-26 08:59:24.088+00', '\x0103bcd38b940a002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6ee380002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('6ec3e055-7ea3-436e-8891-3de7f7e29935', 'dEDgYk26Cnggw', '2023-09-26 08:59:31.354+00', '0627fa63-775d-4f95-a04c-99eea6bfb26b', '2023-09-26 08:59:31.354+00', '\x68656c6c6f42', 'no-access'), + ('ea1839a1-2793-49d9-9cb6-18a8932f196d', 'dA396vbMGDjjr', '2023-09-26 08:59:31.354+00', '0627fa63-775d-4f95-a04c-99eea6bfb26b', '2023-09-26 08:59:31.354+00', '\x68656c6c6f43', 'no-access'), + ('d13f1baf-3fb0-4e08-aa5b-876e80c91a03', 'dd2A7GpAUFcdF', '2023-09-26 08:59:24.272+00', '7985c1e1-c269-4247-8bd5-ddc1ff7ad963', '2023-09-26 08:59:24.328+00', '\x0101ebcbc8c60e002801056d796d61700568656c6c6f017705776f726c6400', 'write'), + ('7f9bf44f-1784-456b-8d08-33512194fd10', 'dMtNPVF3n11QQ/.inbox', '2023-09-26 08:59:16.296+00', 'aa171699-9a6b-479c-9436-6ac7163e9382', '2023-09-26 08:59:19.685+00', '\x0201ec8fee920600080105696e626f780176060c6d6573736167655f747970657703726566026964770d727a70765164427a7931546153096e616d65737061636577087479706563656c6c04747970657706666f726b4f6606736f7572636577237479706563656c6c3a7479706563656c6c2e6f72672f644e766347796e4e6d4570477905636c6f636b770c323036323033363832313a3003fdafac9d04002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278ad0b6cfc9000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f644d744e505646336e3131515100', 'write'), + ('9a002904-a8f6-48ca-b1cc-1ee09180757e', 'dNvcGynNmEpGy', '2023-09-26 08:59:18.44+00', 'ce6a0ead-caac-4c2b-a46c-d8f7df146e75', '2023-09-26 08:59:18.497+00', '\x0301da90c6d70c00210104746573740568656c6c6f0101d8d1d1cf0c00a8da90c6d70c0001770866726f6d20626f6201d5dea0d70700280104726566730a31363235333835333139017604026964770d727a70765164427a7931546153096e616d65737061636577087479706563656c6c04747970657706666f726b4f660674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f644d744e505646336e3131515101da90c6d70c010001', 'read'), + ('8de8123f-3a69-4371-8ed4-3c460a95ef9c', 'dM81Nb9n71v2J', '2023-09-26 08:59:21.03+00', '04cac50e-6bce-41b5-8af7-d8cbb2263f4a', '2023-09-26 08:59:21.03+00', '\x0105dfcec0e904002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6e24600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644c3761543841445a3653443228010770726f66696c6508757365726e616d6501770e74657374757365725f62716a686128010770726f66696c65096a6f696e65645f6174017b4278ad0b6e24600000', 'read'), + ('88facc11-d4c1-4040-8efe-3fe77a765d2c', 'dAp27ZzP7KtKN', '2023-09-26 08:59:21.542+00', '2f2f214b-40b2-48f3-a235-7e6e8d6d6840', '2023-09-26 08:59:21.542+00', '\x0103fabbdb880e002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6e4450002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('21c35caf-e4cf-40be-a901-3ce64e5da20d', 'dqvZWva14JNXQ', '2023-09-26 08:59:24.76+00', '81e967e1-c3a4-4b1f-aa6c-1fca43564165', '2023-09-26 08:59:24.76+00', '\x0103b0b1e1800f002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6f0d70002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('c61c0528-9f16-46ba-af8d-29d9d1043b60', 'dwxH1BkgjcTm2', '2023-09-26 08:59:21.913+00', '7985c1e1-c269-4247-8bd5-ddc1ff7ad963', '2023-09-26 08:59:23.059+00', '\x0101b7b2e99601002801056d796d61700568656c6c6f017705776f726c6400', 'write'), + ('847f2fca-90de-4b07-8af9-7abed924a8ec', 'dGLgACwQWqLTF', '2023-09-26 08:59:23.265+00', '1cd4f268-ddbd-4c2e-9319-11d1cc435102', '2023-09-26 08:59:23.265+00', '\x0103aaabcbf90d002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6eb010002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('63423a4a-51db-4d4d-a3a6-91d86d8f21eb', 'ddrXUGL9nccEg', '2023-09-26 08:59:31.354+00', '0627fa63-775d-4f95-a04c-99eea6bfb26b', '2023-09-26 08:59:31.354+00', '\x68656c6c6f44', 'no-access'), + ('e99aaeae-4fef-4bff-96de-6f0e6adc0712', 'dwEBL5fEEdmTK', '2023-09-26 08:59:24.955+00', '81e967e1-c3a4-4b1f-aa6c-1fca43564165', '2023-09-26 08:59:25.001+00', '\x0101e7a5b0bb0c002801056d796d61700568656c6c6f017705776f726c6400', 'read'), + ('5967eb73-39a4-4c2c-b2a3-5bbb39b9842c', 'dRJffSRUjY3U6', '2023-09-26 08:59:25.444+00', '865c376f-7029-4f91-a3e8-aca3c8035d66', '2023-09-26 08:59:25.444+00', '\x0105c3e5d4ad0b002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6f38400028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6463454732334375553335555628010770726f66696c6508757365726e616d6501770e74657374757365725f776372736e28010770726f66696c65096a6f696e65645f6174017b4278ad0b6f38400000', 'read'), + ('cdd757cf-8211-4502-8b39-7533f935fb91', 'dsprDDFka5WED', '2023-09-26 08:59:26.087+00', '59cd92c7-f8e2-4470-991a-28306ee1deb9', '2023-09-26 08:59:26.087+00', '\x0105c0acd59d02002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278ad0b6f60700028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64754c61396a4735504876523428010770726f66696c6508757365726e616d6501770e74657374757365725f7a6f696e6f28010770726f66696c65096a6f696e65645f6174017b4278ad0b6f60700000', 'read'), + ('4ea2ca5d-4886-40d3-a00d-00eb1b87e32c', 'dxWrH3BBmTvEf', '2023-09-26 08:59:27.7+00', '5d94273b-6bf5-416c-8be0-12be9199625b', '2023-09-26 08:59:27.7+00', '\x01038180dfe70e002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278ad0b6fc540002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('4492387f-6af9-4361-b276-2b751da61a9f', 'dzkGgFtFfBDpC', '2023-09-26 08:59:31.515+00', 'de55e061-f61e-4ac3-8789-7a20de5cf4f0', '2023-09-26 08:59:31.515+00', '\x68656c6c6f', 'no-access'), + ('3f910934-96f2-4fb0-8937-dbcfd453b79d', 'dE4wspFssZz8m', '2023-09-26 08:59:31.373+00', '1186ee43-7f47-41d4-8b62-8b72ac1f1f20', '2023-09-26 08:59:31.373+00', '\x68656c6c6f', 'write'), + ('4486dfdf-8b25-4019-a25d-fd0666dfe5f3', 'dgPdsWXsQSEh9', '2023-09-26 08:59:31.384+00', '1186ee43-7f47-41d4-8b62-8b72ac1f1f20', '2023-09-26 08:59:31.384+00', '\x68656c6c6f', 'no-access'), + ('194cac2a-5a1a-43a1-a401-956dca0847f0', 'dvjTzf2tRCnWr', '2023-09-26 08:59:31.553+00', 'de55e061-f61e-4ac3-8789-7a20de5cf4f0', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'write'), + ('f3cc92fe-cc9f-48e8-a78f-f28e84d9aea3', 'dWhaKEPBHU3nV/.inbox', '2023-10-17 18:47:43.685+00', '6f245369-254a-4e8d-8bbc-e78ecff5412c', '2023-10-17 18:47:43.707+00', '\x0103e5afb6b307002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3ef71740000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f645768614b4550424855336e5600', 'write'), + ('2341b83c-71de-48e9-846d-5eb645dcb390', 'dwWZ4ButVzp3B', '2023-10-17 18:47:47.379+00', '45b1dd13-6b2a-46a8-8245-a9131c992845', '2023-10-17 18:47:47.379+00', '\x0103f2b3cd9b01002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef729b20002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('4c9d3dce-884f-4e46-b933-7d9e35de603d', 'dCeupzAdTvaam', '2023-10-17 19:05:10.134+00', 'c73f4fb4-1c99-45a8-84dd-9055348d4782', '2023-10-17 19:05:10.134+00', '\x0105dfe9da8d0c002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f0712f600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f645258636d71504b586b34415528010770726f66696c6508757365726e616d65017709626f625f6370686a6628010770726f66696c65096a6f696e65645f6174017b4278b3f0712f600000', 'read'), + ('745f4566-be33-446a-852f-3956fa64694e', 'dV4WD1pGRugvP', '2023-10-17 18:47:40.919+00', 'dffbaf58-5836-42b5-8a45-6150d23cc43c', '2023-10-17 18:47:41.677+00', '\x0000', 'read'), + ('5c83af43-b020-48d3-bf89-83aab53ee288', 'dS3TyDpwRkxLq/.inbox', '2023-09-25 12:37:40.189+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-25 12:37:40.615+00', '\x010388de8c8905002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acc5866dd000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6453335479447077526b784c7100', 'write'), + ('8d62d273-c830-4d99-a5cf-26461aa98e9c', 'ds2tMu7HU7kqF', '2023-10-16 18:52:40.513+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:58:33.539+00', '\x031282b6b4e50400070103646f63030a626c6f636b47726f7570070082b6b4e50400030e626c6f636b436f6e7461696e6572010082b6b4e50401010003280082b6b4e5040102696401772435626333336636322d623263382d346362642d626663322d316461656436313431353333280082b6b4e504010974657874436f6c6f7201770764656661756c74280082b6b4e504010f6261636b67726f756e64436f6c6f7201770764656661756c748782b6b4e50401030e626c6f636b436f6e7461696e6572070082b6b4e504090309706172616772617068280082b6b4e5040a0d74657874416c69676e6d656e740177046c656674280082b6b4e5040902696401772435393132616561352d393332612d343833632d396666392d346336633261623234623734280082b6b4e504090974657874436f6c6f7201770764656661756c74280082b6b4e504090f6261636b67726f756e64436f6c6f7201770764656661756c744782b6b4e50402030768656164696e67280082b6b4e5040f0d74657874416c69676e6d656e740177046c656674280082b6b4e5040f056c6576656c01770131070082b6b4e5040f06040082b6b4e5041204746573740296e5e4d602002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278b39d5353600001dcbbab4b008482b6b4e5041608206e6577207375620182b6b4e504010204', 'read'), + ('3a76cf0c-fe93-43d8-abc3-3bc63e239d7b', 'dJgPKpnUjsuRa', '2023-10-17 18:47:41.963+00', '6f245369-254a-4e8d-8bbc-e78ecff5412c', '2023-10-17 18:47:41.963+00', '\x0105adcab616002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef7148b00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f645634786546744579366e353628010770726f66696c6508757365726e616d6501770b616c6963655f6e7565677128010770726f66696c65096a6f696e65645f6174017b4278b3ef7148b00000', 'read'), + ('ce66eade-41d2-4a42-802c-dc6b95e62ccb', 'dbtWEwD3neyYG', '2023-10-17 18:47:42.444+00', '822ba5ba-62c7-477e-9c39-3c5e1fe339ce', '2023-10-17 18:47:42.444+00', '\x0105c7eec3a30d002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef7166b00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64775747376b415a4a59395a3128010770726f66696c6508757365726e616d65017709626f625f737a766e7528010770726f66696c65096a6f696e65645f6174017b4278b3ef7166b00000', 'read'), + ('a7c7e6fe-a2a6-4723-889d-0d3e9afe8251', 'dWhaKEPBHU3nV', '2023-10-17 18:47:43.684+00', '6f245369-254a-4e8d-8bbc-e78ecff5412c', '2023-10-17 18:47:43.706+00', '\x010193f38f5800280104746573740568656c6c6f017705776f726c6400', 'read'), + ('5c810c3b-c84c-448e-a606-0ec243fcd888', 'dQrMDqUuBKzYk', '2023-09-26 08:59:31.429+00', 'de55e061-f61e-4ac3-8789-7a20de5cf4f0', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'write'), + ('89218c46-0217-4822-99df-89b7b3ca97aa', 'dedAbv3jK2RH4', '2023-10-17 18:47:47.414+00', '45b1dd13-6b2a-46a8-8245-a9131c992845', '2023-10-17 18:47:47.414+00', '\x0105f1a6fcd803002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef729d600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6477575a34427574567a70334228010770726f66696c6508757365726e616d6501770b616c6963655f6a737a656d28010770726f66696c65096a6f696e65645f6174017b4278b3ef729d600000', 'read'), + ('50a5b609-18a0-4fe7-aea6-074582deb59f', 'dJS2zcTEaVbWv', '2023-10-17 18:47:47.883+00', 'ffb51cee-dc05-43a7-9c7d-10f4ae85483a', '2023-10-17 18:47:47.883+00', '\x0105e0acb9c208002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef72baa00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6470336a456679475a3358355528010770726f66696c6508757365726e616d65017709626f625f6f646d6d6228010770726f66696c65096a6f696e65645f6174017b4278b3ef72bab00000', 'read'), + ('1bcf6d18-1567-4370-adb0-a2dd46a3431b', 'dKxdaAdm3Ak2s', '2023-09-26 08:59:31.478+00', 'de55e061-f61e-4ac3-8789-7a20de5cf4f0', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'write'), + ('8c3bee07-e459-470d-bf6d-446cdf42832f', 'dZM4bjyZAMcAs/.inbox', '2023-10-17 18:47:48.077+00', '45b1dd13-6b2a-46a8-8245-a9131c992845', '2023-10-17 18:47:48.077+00', '\x0000', 'write'), + ('3d77cf99-00a5-4753-b6ad-754cc01e38a3', 'dkSv7JBTdf9sV', '2023-10-17 18:47:49.071+00', 'a3308bac-4b8b-4ff5-9241-cd327841bbde', '2023-10-17 18:47:49.071+00', '\x0105b2cbc4ad0f002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef7304e00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6455793539584778395875554628010770726f66696c6508757365726e616d6501770b616c6963655f787269786828010770726f66696c65096a6f696e65645f6174017b4278b3ef7304e00000', 'read'), + ('9883c35a-eb66-4049-9edf-951ddb7191b7', 'dTCJuv84GjbW2', '2023-10-17 18:47:49.512+00', '4ff4a4e0-9eae-49f6-9cd1-d92b68456932', '2023-10-17 18:47:49.512+00', '\x010596c6fe22002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef7320700028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f646d514176794a5371734c734728010770726f66696c6508757365726e616d65017709626f625f6161667a7428010770726f66696c65096a6f696e65645f6174017b4278b3ef7320800000', 'read'), + ('024bcd24-cdf0-4420-a619-3aec87d0bc2d', 'dpkcuTKwkWupF', '2023-09-25 12:18:22.799+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:54:44.599+00', '\x0202b1b9d2960b002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278acc46bdcf00020eead883b00070103646f63030a626c6f636b47726f75700700eead883b00030e626c6f636b436f6e7461696e65720100eead883b010100032800eead883b0102696401772463383163616164662d306232612d343136312d616561662d6637656439643738333736622800eead883b010974657874436f6c6f7201770764656661756c742800eead883b010f6261636b67726f756e64436f6c6f7201770764656661756c7481eead883b0101000541eead883b0201000841eead883b0f01000341eead883b18010016c7eead883b01eead883b09030e626c6f636b436f6e7461696e65720100eead883b330100012100eead883b33026964012800eead883b330974657874436f6c6f7201770764656661756c742800eead883b330f6261636b67726f756e64436f6c6f7201770764656661756c74000641eead883b34010053a1eead883b360147eead883b3f03097061726167726170682800eead883b94010d74657874416c69676e6d656e740177046c65667447eead883b1c03097061726167726170682800eead883b96010d74657874416c69676e6d656e740177046c6566740700eead883b9601060400eead883b98010120a8eead883b930101772439346366326166382d336332662d346562632d383331662d61633031326231303330363201eead883b040204092a3403395b', 'read'), + ('2a1ed757-8cf5-4169-a547-c18f565abec3', 'dTdcggrC6Scud', '2023-09-26 08:59:31.402+00', '968f34de-4b5d-4f47-88d7-1cd9b860fe00', '2023-09-26 08:59:32.762+00', '\x0501bca9b1d60f002801056d796d61700568656c6c6f017705776f726c6401dae58fda0a0028010a616e6f746865726d61700568656c6c6f017705776f726c6401c4cfbca108002101056d796d61700568656c6c6f0101a7feb3ad060021010a616e6f746865726d61700568656c6c6f0101afd8d5f001002101056d796d61700568656c6c6f0103c4cfbca108010001a7feb3ad06010001afd8d5f001010001', 'no-access'), + ('e9c1693c-82ae-485f-a636-f692a2394531', 'dp5n1h44kLF8V/.inbox', '2023-10-17 18:47:50.807+00', 'a3308bac-4b8b-4ff5-9241-cd327841bbde', '2023-10-17 18:47:50.824+00', '\x0103b1f5b1b707002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3ef732ca000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6470356e316834346b4c46385600', 'write'), + ('822324d5-c8e0-4f7d-9c55-40732d0d43ba', 'dXSy3a5SkuK2j', '2023-10-17 18:47:53.586+00', '37d63cef-c20c-4639-ad8d-ba8a270fc7ee', '2023-10-17 18:47:53.586+00', '\x0103cbe0dae50c002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef741f20002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('a895c282-7cea-494d-843f-8b79ab54fcb6', 'dtfH1E9RpXeNy', '2023-10-17 18:47:54.261+00', 'cf323291-da6b-4070-957e-acb80898b45a', '2023-10-17 18:47:54.261+00', '\x01039bb88ccd03002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef744940002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('13f18e38-d66d-4fa3-962f-f0be69c60171', 'derqgsWwBFH2S/.inbox', '2023-10-17 19:05:11.349+00', 'b4594680-fc1e-47dd-ad1d-a1191c517762', '2023-10-17 19:05:11.365+00', '\x0103bad4b9e007002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3f0713bc000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6465727167735777424648325300', 'write'), + ('7a98ba39-5f2e-4b03-b37e-2e5b48227f78', 'dtAEyYsBQeyMg', '2023-10-17 18:47:54.446+00', '37d63cef-c20c-4639-ad8d-ba8a270fc7ee', '2023-10-17 18:47:55.185+00', '\x0000', 'read'), + ('1db1fa5a-c8e8-45c9-ab38-7fd9cc82da00', 'dtAHkK9wTNDUB', '2023-10-17 18:47:55.439+00', '54acb709-1807-40a5-97e6-51fd03321d37', '2023-10-17 18:47:55.439+00', '\x0103b8e3d5ab01002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef7492e0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('46f956f8-5e7b-45b7-a8c6-b4356e22b4ef', 'dgWPWaRPmrzbk', '2023-10-17 18:47:55.896+00', '3e2f2a46-fb83-444e-b315-e142bc450bdc', '2023-10-17 18:47:55.896+00', '\x0103a3c5fcfd02002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef74af80002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('405806e5-72ec-41ef-91a7-642d801f4e97', 'dDRfMXR47dVT3', '2023-10-17 19:05:15.349+00', 'dd8d58cb-1409-492e-8255-357acf30283b', '2023-10-17 19:05:15.349+00', '\x0103f2b0cbf80b002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0727540002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('556093f1-74b4-423d-a124-0e0ce96a37e6', 'dxHbSYZ3E8aCM', '2023-10-17 18:47:57.116+00', '54acb709-1807-40a5-97e6-51fd03321d37', '2023-10-17 18:47:57.131+00', '\x0101d2bcd8c50c00280104746573740568656c6c6f017705776f726c6400', 'read'), + ('5932b762-49c7-4841-875c-3dc3d2b32efd', 'dwj8r2Gh2AVtf', '2023-10-17 19:05:09.483+00', 'b4594680-fc1e-47dd-ad1d-a1191c517762', '2023-10-17 19:05:09.483+00', '\x010580e7e1c801002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f07106b00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f645266487239753772486a474528010770726f66696c6508757365726e616d6501770b616c6963655f686f616a7728010770726f66696c65096a6f696e65645f6174017b4278b3f07106b00000', 'read'), + ('c7fef645-e103-442c-b166-4af7ad051d5c', 'dbXmwYf1jy1tA', '2023-10-17 19:05:15.855+00', '35dd8067-9414-4d1d-83f6-1f5f6f4ef2bc', '2023-10-17 19:05:15.855+00', '\x010384839ecf0a002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f07294f0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('40d64ea9-5b81-43c7-aade-c801dfcd59a7', 'ddzSgFFvJS3US', '2023-10-17 19:05:16.075+00', 'dd8d58cb-1409-492e-8255-357acf30283b', '2023-10-17 19:05:16.953+00', '\x0000', 'read'), + ('0b066011-689a-4e3d-8548-270f4c9c02ce', 'dp3jEfyGZ3X5U', '2023-10-17 18:47:47.877+00', 'ffb51cee-dc05-43a7-9c7d-10f4ae85483a', '2023-10-17 18:47:47.877+00', '\x01039594b18c0b002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef72ba50002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('c2e1580b-83f1-4aa5-babf-af1bbf16e382', 'dpkcuTKwkWupF/.inbox', '2023-09-25 12:18:22.797+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-25 12:18:23.182+00', '\x01039e858f9f0f002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278acc46bdce000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64706b6375544b776b5775704600', 'write'), + ('9df68395-9c4a-481f-8f8b-91824fe15d9d', 'dgrX5mWELK1cz/.inbox', '2023-10-11 20:37:39.612+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-11 20:37:39.917+00', '\x0103a4d59cf60a002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b2075989d000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64677258356d57454c4b31637a00', 'write'), + ('6f917fb6-0cd4-427f-b60e-a9d8584841d8', 'dj1WtR4BWWQ61/.inbox', '2023-09-25 15:01:09.889+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-09-25 15:01:10.381+00', '\x0103ecb2ffe508002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278accdbc682000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f646a315774523442575751363100', 'write'), + ('84537359-bfdd-4a96-921e-8c3af5acf965', 'dmRcsTHre6znw', '2023-09-26 08:59:31.592+00', 'de55e061-f61e-4ac3-8789-7a20de5cf4f0', '2023-09-26 08:59:31.592+00', '\x68656c6c6f', 'read'), + ('99bf0cad-8e46-47be-a5e6-3d19af91d995', 'drEt3f9Mt5Gjt', '2023-09-26 08:59:32.854+00', '968f34de-4b5d-4f47-88d7-1cd9b860fe00', '2023-09-26 08:59:32.886+00', '\x010186e2f8d80d00210104726566730766616b656b6579010186e2f8d80d010001', 'no-access'), + ('55c9447c-2766-4afa-9cae-64b1918767d0', 'dZM4bjyZAMcAs', '2023-10-17 18:47:48.078+00', '45b1dd13-6b2a-46a8-8245-a9131c992845', '2023-10-17 18:47:48.798+00', '\x0000', 'read'), + ('959520f1-c0a2-44ef-a109-fb37e8ba2e8f', 'dUy59XGx9XuUF', '2023-10-17 18:47:49.063+00', 'a3308bac-4b8b-4ff5-9241-cd327841bbde', '2023-10-17 18:47:49.063+00', '\x0103f3f8f6a409002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef730470002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('0dc03887-4bd3-491c-a6a4-4ad5a223ade8', 'dmQAvyJSqsLsG', '2023-10-17 18:47:49.475+00', '4ff4a4e0-9eae-49f6-9cd1-d92b68456932', '2023-10-17 18:47:49.475+00', '\x0103e3b98cca01002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef731e30002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('0a069291-d90a-4f30-8ee4-90b14c830f74', 'dp5n1h44kLF8V', '2023-10-17 18:47:50.808+00', 'a3308bac-4b8b-4ff5-9241-cd327841bbde', '2023-10-17 18:47:50.823+00', '\x0101dabff8920800280104746573740568656c6c6f017705776f726c6400', 'read'), + ('fcc854d9-6cdd-431b-b819-553ceb5408cd', 'dVmJgGfLg9Fcx', '2023-10-17 18:47:53.62+00', '37d63cef-c20c-4639-ad8d-ba8a270fc7ee', '2023-10-17 18:47:53.62+00', '\x0105a1dba7e20e002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef7421300028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64585379336135536b754b326a28010770726f66696c6508757365726e616d6501770b616c6963655f65727a766d28010770726f66696c65096a6f696e65645f6174017b4278b3ef7421300000', 'read'), + ('936355ab-0594-4654-856f-f59eaeeb5b3b', 'dC963q6Ru1KSS', '2023-10-17 18:47:54.266+00', 'cf323291-da6b-4070-957e-acb80898b45a', '2023-10-17 18:47:54.266+00', '\x0105e891f7a20e002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef7449a00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64746648314539527058654e7928010770726f66696c6508757365726e616d65017709626f625f686e6f746828010770726f66696c65096a6f696e65645f6174017b4278b3ef7449a00000', 'read'), + ('551b6235-afc3-4c8f-918c-c2e12652f1ff', 'dtAEyYsBQeyMg/.inbox', '2023-10-17 18:47:54.445+00', '37d63cef-c20c-4639-ad8d-ba8a270fc7ee', '2023-10-17 18:47:54.445+00', '\x0000', 'write'), + ('34fefb01-53c8-4212-a611-c2cd6ebc4296', 'dr9zQdC9f7Cwj', '2023-10-17 18:47:55.445+00', '54acb709-1807-40a5-97e6-51fd03321d37', '2023-10-17 18:47:55.445+00', '\x0105e6a08bfe02002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef7493500028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f647441486b4b3977544e44554228010770726f66696c6508757365726e616d6501770b616c6963655f767063757728010770726f66696c65096a6f696e65645f6174017b4278b3ef7493500000', 'read'), + ('9daf90e5-e9d4-4f4a-b52a-cd8905d98a07', 'dPP3yNhgyWfzr', '2023-10-17 18:47:55.902+00', '3e2f2a46-fb83-444e-b315-e142bc450bdc', '2023-10-17 18:47:55.902+00', '\x010595e6fd910b002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef74afe00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64675750576152506d727a626b28010770726f66696c6508757365726e616d65017709626f625f6b6b71727528010770726f66696c65096a6f696e65645f6174017b4278b3ef74afe00000', 'read'), + ('6d8b35ec-eb07-4a5c-b5e7-3a79b43442d5', 'dxHbSYZ3E8aCM/.inbox', '2023-10-17 18:47:57.117+00', '54acb709-1807-40a5-97e6-51fd03321d37', '2023-10-17 18:47:57.185+00', '\x0103f681ddef08002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3ef74bc7000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6478486253595a33453861434d00', 'write'), + ('a260b9eb-96b6-4fd5-bb31-002658fa5e76', 'dT5GvYqC15uM5', '2023-10-17 19:05:17.2+00', '61db0cb6-e98b-49df-9075-1672903f3ec6', '2023-10-17 19:05:17.2+00', '\x0103e2a8afff02002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f072e8f0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('d1ee532d-7024-46bd-9c93-c9cef1af5039', 'dEcrUDYXHSFkZ', '2023-10-17 19:05:17.691+00', '7b5e41a9-103c-47b6-97cb-78e1d7722688', '2023-10-17 19:05:17.691+00', '\x01039ab795cf01002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f07307b0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('bbaf8404-9e5e-434c-8deb-d48525947079', 'dzWpmYEarVHhU/.inbox', '2023-10-17 19:05:19.285+00', '61db0cb6-e98b-49df-9075-1672903f3ec6', '2023-10-17 19:05:19.309+00', '\x0103ecf0e4dd0d002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3f073281000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f647a57706d594561725648685500', 'write'), + ('fc10d9d3-8f68-44ce-bece-b4d8fdc60fbe', 'dDZ7mj5dLFLtY', '2023-10-17 18:50:39.038+00', '09684a6a-ddd9-4426-be2a-381af56b280d', '2023-10-17 18:50:39.038+00', '\x0103d7cfac9c0c002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef9c83e0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('8276e42f-a989-4779-b549-3de0a58b9528', 'dzaqqVaXCmS5p', '2023-10-17 18:50:39.076+00', '09684a6a-ddd9-4426-be2a-381af56b280d', '2023-10-17 18:50:39.076+00', '\x0105dad5b4d209002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef9c86300028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64445a376d6a35644c464c745928010770726f66696c6508757365726e616d6501770b616c6963655f6a6b766a6728010770726f66696c65096a6f696e65645f6174017b4278b3ef9c86300000', 'read'), + ('057ef0ef-074c-4a39-80eb-d6da91547bcf', 'dBHH5ZQKud9tW', '2023-10-17 18:50:39.667+00', 'fda0cea4-7a85-45e5-8399-e22cdfc00849', '2023-10-17 18:50:39.667+00', '\x01039ed8feef0e002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef9cab30002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('616889a5-68d3-4a68-b3b4-271a394ff660', 'dK5jYxLXqqsax', '2023-10-17 18:50:39.672+00', 'fda0cea4-7a85-45e5-8399-e22cdfc00849', '2023-10-17 18:50:39.672+00', '\x01059fcda0d007002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef9cab800028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64424848355a514b756439745728010770726f66696c6508757365726e616d65017709626f625f74746c696e28010770726f66696c65096a6f696e65645f6174017b4278b3ef9cab800000', 'read'), + ('9eb26087-be9f-4038-a6db-6e41c6877fce', 'dzWpmYEarVHhU', '2023-10-17 19:05:19.288+00', '61db0cb6-e98b-49df-9075-1672903f3ec6', '2023-10-17 19:05:19.307+00', '\x0101fada90830900280104746573740568656c6c6f017705776f726c6400', 'read'), + ('b24c8c0d-83e5-41da-8512-cf370ef7c0e6', 'detytjdu5AXa6', '2023-10-17 18:50:39.848+00', '09684a6a-ddd9-4426-be2a-381af56b280d', '2023-10-17 18:50:40.584+00', '\x0000', 'read'), + ('48a1985b-3e85-4ab1-927a-bfb9e5582b02', 'dN4EGPWPHVp3A', '2023-10-17 18:50:40.828+00', 'ab848897-5a42-4331-b448-0a799a0c4da3', '2023-10-17 18:50:40.828+00', '\x0103ebf9b3b60a002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef9cf3c0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('84ea42b4-64a6-4652-accc-a67b74995776', 'dQdZDVrvs2KDG', '2023-10-17 18:50:41.359+00', 'f7fefaf5-ebb2-4eb3-80c2-d228233629f8', '2023-10-17 18:50:41.359+00', '\x0103bab6f2b603002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef9d14f0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('5833891a-37a8-42d5-aa5e-0411d9b4bcb6', 'dVNbEfPKJDZ5q', '2023-09-06 11:24:17.274+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:59:42.165+00', '\x0a01f3c793bc0f0000080a989592850f0000014196fee3e206e601010008a896fee3e206e10101772434373666336530312d303866632d343333392d623864662d353038663632316335376461000147989592850f01030768656164696e670700989592850f0c060400989592850f0d067364667364662800989592850f0c0d74657874416c69676e6d656e740177046c6566742800989592850f0c056c6576656c017701310b98b587e80e00070103646f63030a626c6f636b47726f7570010098b587e80e000100078198b587e80e0101000ac198b587e80e0198b587e80e09010005c198b587e80e1498b587e80e09010006c198b587e80e1a98b587e80e0901000702b89fccdb0e002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278a6a3c63fa00035b9c7a9fc0d000007c1b49dcdcc0d2ab49dcdcc0d0001001ac198b587e80e1a98b587e80e2101000cc1b9c7a9fc0d2298b587e80e2101000cc198b587e80e1ab9c7a9fc0d2201000cc1b9c7a9fc0d3cb9c7a9fc0d22010005c1b9c7a9fc0d49b9c7a9fc0d2201000cc1b9c7a9fc0d4fb9c7a9fc0d22010005c1b9c7a9fc0d49b9c7a9fc0d4f01000cc1b9c7a9fc0d62b9c7a9fc0d4f010005c1b9c7a9fc0d6fb9c7a9fc0d4f010010c1b9c7a9fc0d6fb9c7a9fc0d7501000cc1b9c7a9fc0d6fb9c7a9fc0d860101000cc1b9c7a9fc0d9301b9c7a9fc0d8601010005c1b9c7a9fc0da001b9c7a9fc0d860101000cc1b9c7a9fc0da601b9c7a9fc0d860101000cc1b9c7a9fc0d49b9c7a9fc0d6201000cc1c4f7d6c00d1bc4f7d6c00d2b01000cc1c4f7d6c00d1bb9c7a9fc0dcd0101000cc1b9c7a9fc0dda01b9c7a9fc0dcd01010005c1b9c7a9fc0d8601b9c7a9fc0d75010005c1b9c7a9fc0ded01b9c7a9fc0d7501000cc1b9c7a9fc0de701b9c7a9fc0dcd01010013c1b49dcdcc0d24b49dcdcc0d2a010010c1b9c7a9fc0de701b9c7a9fc0d800201000cc1b9c7a9fc0de701b9c7a9fc0da50201000f4198b587e80e0101000e0cb49dcdcc0d00c198b587e80e0198b587e80e1401000cc1b49dcdcc0d0098b587e80e14010005c1b49dcdcc0d0d98b587e80e1401000ac1b49dcdcc0d1398b587e80e14010005c198b587e80e01b49dcdcc0d00010005c1b49dcdcc0d24b49dcdcc0d000100120dc4f7d6c00d000015c198b587e80e01b49dcdcc0d24010005c1c4f7d6c00d15b49dcdcc0d2401000fc1c4f7d6c00d1bb49dcdcc0d24010005c1c4f7d6c00d2bb49dcdcc0d24010005c1c4f7d6c00d31b49dcdcc0d2401000bc1c4f7d6c00d37b49dcdcc0d2401000502a0b8f4a70800070096fee3e2068501060400a0b8f4a708000673646673646622bdb6d2f106008198b587e80e0901000581bdb6d2f10600010006c1bdb6d2f10600bdb6d2f1060601000cc1bdb6d2f1060dbdb6d2f1060601000cc1bdb6d2f1061abdb6d2f10606010005c1bdb6d2f10627bdb6d2f1060601000cc1bdb6d2f10600bdb6d2f1060d010005c1bdb6d2f1063abdb6d2f1060d01000741b9c7a9fc0dc20201000cc1bdb6d2f10648b9c7a9fc0dc202010005c1bdb6d2f10655b9c7a9fc0dc202010005c1bdb6d2f1065bb9c7a9fc0dc202010005c1bdb6d2f10661b9c7a9fc0dc20201000ac1bdb6d2f10667b9c7a9fc0dc202010010c1bdb6d2f10672b9c7a9fc0dc20201000fc1bdb6d2f1065bbdb6d2f1066101000cc1bdb6d2f10655bdb6d2f1065b01000c5296fee3e20600c1bdb6d2f106a001bdb6d2f1065b010005c196fee3e20600bdb6d2f1065b01000ac196fee3e20606bdb6d2f1065b010005c196fee3e20611bdb6d2f1065b010007c7bdb6d2f10648bdb6d2f10655030e626c6f636b436f6e7461696e6572070096fee3e2061f0309706172616772617068280096fee3e206200d74657874416c69676e6d656e740177046c656674280096fee3e2061f02696401772437353238336164612d393032342d343531392d623836652d626536613464613133346335280096fee3e2061f0974657874436f6c6f7201770764656661756c74280096fee3e2061f0f6261636b67726f756e64436f6c6f7201770764656661756c740002c1bdb6d2f1064896fee3e2061f010005c196fee3e2062796fee3e2061f01000cc196fee3e2062d96fee3e2061f010010c196fee3e2063a96fee3e2061f010007c196fee3e2064b96fee3e2061f010005c796fee3e2065396fee3e2061f030e626c6f636b436f6e7461696e6572010096fee3e20659010001280096fee3e2065902696401772461613331656438352d363136642d343764382d616364632d646339643136326466623332280096fee3e206590974657874436f6c6f7201770764656661756c74280096fee3e206590f6261636b67726f756e64436f6c6f7201770764656661756c7400064796fee3e2065a0309636f6465626c6f636b280096fee3e20665086c616e677561676501770a74797065736372697074070096fee3e2066506010096fee3e20667070005c196fee3e2065396fee3e20659010009c196fee3e2067496fee3e20659010005c796fee3e2067e96fee3e20659030e626c6f636b436f6e7461696e6572070096fee3e20684010309706172616772617068280096fee3e20685010d74657874416c69676e6d656e740177046c656674280096fee3e206840102696401772462373434333530302d343732662d343265372d383432652d383265643063343930396331280096fee3e20684010974657874436f6c6f7201770764656661756c74280096fee3e20684010f6261636b67726f756e64436f6c6f7201770764656661756c74c196fee3e2067496fee3e2067e010005c196fee3e2068a0196fee3e2067e010012c196fee3e2065396fee3e20674010005c196fee3e206a30196fee3e2067401000bc196fee3e206a90196fee3e20674010016c196fee3e206a90196fee3e206b501010005c196fee3e206cc0196fee3e206b501010005c196fee3e206d20196fee3e206b501010005c796fee3e206d80196fee3e206b501030e626c6f636b436f6e7461696e6572010096fee3e206de01010001210096fee3e206de0102696401280096fee3e206de010974657874436f6c6f7201770764656661756c74280096fee3e206de010f6261636b67726f756e64436f6c6f7201770764656661756c7400024196fee3e206df010100098496fee3e2066e0d6578706f7274206c65742076618196fee3e206fc01018496fee3e206fd010e203d20343334333334353334353b0005c196fee3e206a30196fee3e206a901010009c196fee3e206910296fee3e206a901010005c196fee3e2069b0296fee3e206a90101000508f3c793bc0f010008989592850f02000a0b0198b587e80e010128b9c7a9fc0d0100d102b49dcdcc0d01003dc4f7d6c00d010049bdb6d2f1060100ad0196fee3e2060a001f25345a025f06681c8a0154df0103e4010cfd01018c021b', 'read'), + ('d4e9525f-b41f-4bdf-af8a-0edcc8f22383', 'dXLC3a2BvukGe/.inbox', '2023-10-17 18:50:42.69+00', 'ab848897-5a42-4331-b448-0a799a0c4da3', '2023-10-17 18:50:42.706+00', '\x010391e2cae50c002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3ef9d242000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64584c433361324276756b476500', 'write'), + ('d5524e92-752d-4274-88f0-d3968622d59b', 'dyagHMCqqnz18', '2023-10-17 18:50:45.97+00', 'b2413c9a-9e11-41f2-bf21-bc272edf8deb', '2023-10-17 18:50:45.97+00', '\x0105cdbad1fb0b002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef9e35100028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f647838675a714637367048553628010770726f66696c6508757365726e616d6501770b616c6963655f796f75777728010770726f66696c65096a6f696e65645f6174017b4278b3ef9e35200000', 'read'), + ('342b371d-70a3-4683-bb59-36da84f91c8c', 'dWypPeH3rMJw4', '2023-10-17 18:50:46.476+00', '9fe18068-74a7-47d9-a69a-73baea219071', '2023-10-17 18:50:46.476+00', '\x0105a1aa809c09002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef9e54c00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6441363568734e4b4e7834484828010770726f66696c6508757365726e616d65017709626f625f636f7a787028010770726f66696c65096a6f696e65645f6174017b4278b3ef9e54c00000', 'read'), + ('541049bf-9a2e-4d93-9493-5dde79b185d6', 'dYEwf4A8AYvxc/.inbox', '2023-10-17 18:50:46.661+00', 'b2413c9a-9e11-41f2-bf21-bc272edf8deb', '2023-10-17 18:50:46.661+00', '\x0000', 'write'), + ('ed7376e9-6736-431a-987e-7ad1d6910457', 'deUunqhrJf3mM', '2023-10-17 18:50:47.751+00', '14f578f2-1077-4d46-80d7-810155d89bc3', '2023-10-17 18:50:47.751+00', '\x0105bce8b08a0e002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef9ea4700028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64736e55665846655741634d7928010770726f66696c6508757365726e616d6501770b616c6963655f6b63636a7028010770726f66696c65096a6f696e65645f6174017b4278b3ef9ea4700000', 'read'), + ('296ed8e9-3d48-4184-80d3-8f0632ee0f34', 'dQnYrKRYPLAYK', '2023-10-17 18:50:48.239+00', 'df4aeb98-61a1-4929-85dc-70e9db95ef80', '2023-10-17 18:50:48.239+00', '\x0105b5f694d70d002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef9ec2f00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6459724156544a33345652514428010770726f66696c6508757365726e616d65017709626f625f77796c6b7028010770726f66696c65096a6f696e65645f6174017b4278b3ef9ec2f00000', 'read'), + ('f7408017-2a1e-470e-a9ee-e283846ccd4b', 'dTXRqhVQEhRA6', '2023-10-17 18:50:49.536+00', '14f578f2-1077-4d46-80d7-810155d89bc3', '2023-10-17 18:50:49.574+00', '\x010185d9ad6f00280104746573740568656c6c6f017705776f726c6400', 'read'), + ('a7ee4199-57ec-47bf-ab4b-e2837f2780a5', 'drdAEz5tpZ6Yy', '2023-10-17 19:05:17.238+00', '61db0cb6-e98b-49df-9075-1672903f3ec6', '2023-10-17 19:05:17.238+00', '\x0105849bc1a307002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f072eb600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64543547765971433135754d3528010770726f66696c6508757365726e616d6501770b616c6963655f6d7365617128010770726f66696c65096a6f696e65645f6174017b4278b3f072eb600000', 'read'), + ('78c7acd1-e174-41e1-ac1d-ca8923c78c65', 'dFwFWCdqFmqXz', '2023-10-17 19:05:17.728+00', '7b5e41a9-103c-47b6-97cb-78e1d7722688', '2023-10-17 19:05:17.728+00', '\x01058bb59c8006002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f07309f00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64456372554459584853466b5a28010770726f66696c6508757365726e616d65017709626f625f72726b776528010770726f66696c65096a6f696e65645f6174017b4278b3f07309f00000', 'read'), + ('e8f1d2de-1867-46db-a25c-f65d55979675', 'dJHTDbV1sLk9K', '2023-09-06 11:21:55.664+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:59:42.159+00', '\x1301aedbd7b00f00000f069196bba90d0047d49199b00a00030970617261677261706807009196bba90d000604009196bba90d013c46697273742c207765e280996c6c2063726561746520612054657874417265612077686572652075736572732063616e20656e74657220746578743a28009196bba90d000d74657874416c69676e6d656e740177046c656674c4c5fde2920261c5fde292026205636f756e74c4f1f1e5fe0c8209f1f1e5fe0c8309012cb901f1f1e5fe0c00000241ccf1fba306b302010014c1ccf1fba306b202ccf1fba306920201000541f1f1e5fe0c02010013a8ccf1fba306a60301772431313561393337662d363934392d343034612d383663382d356232323861336461356137000147f1f1e5fe0c1d030768656164696e670700f1f1e5fe0c33060400f1f1e5fe0c341143686172616374657220636f756e7465722800f1f1e5fe0c330d74657874416c69676e6d656e740177046c6566742100f1f1e5fe0c33056c6576656c01009701c7f1f1e5fe0c17ccf1fba3069202030e626c6f636b436f6e7461696e65720100f1f1e5fe0cdf0101003c2800f1f1e5fe0cdf0102696401772437313934306437302d383833352d343533622d613736322d3937663462623364303634622800f1f1e5fe0cdf010974657874436f6c6f7201770764656661756c742800f1f1e5fe0cdf010f6261636b67726f756e64436f6c6f7201770764656661756c74c1f1f1e5fe0cdf01ccf1fba306920201009902c1ccf1fba3069202ccf1fba3069f02010006c7f1f1e5fe0cdf01f1f1e5fe0ca002030e626c6f636b436f6e7461696e65722100f1f1e5fe0cc104026964012800f1f1e5fe0cc1040974657874436f6c6f7201770764656661756c742800f1f1e5fe0cc1040f6261636b67726f756e64436f6c6f7201770764656661756c740700f1f1e5fe0cc1040309636f6465626c6f636b2800f1f1e5fe0cc504086c616e677561676501770a747970657363726970740700f1f1e5fe0cc504060100f1f1e5fe0cc7046cc1f1f1e5fe0ca002ccf1fba3069202010013c7f1f1e5fe0cc104f1f1e5fe0ca002030e626c6f636b436f6e7461696e65720700f1f1e5fe0cc80503097061726167726170680700f1f1e5fe0cc905060100f1f1e5fe0cca05052800f1f1e5fe0cc9050d74657874416c69676e6d656e740177046c6566742100f1f1e5fe0cc805026964012800f1f1e5fe0cc8050974657874436f6c6f7201770764656661756c742800f1f1e5fe0cc8050f6261636b67726f756e64436f6c6f7201770764656661756c740005c1f1f1e5fe0cb405ccf1fba3069202010011c1f1f1e5fe0cd905ccf1fba3069202010006a1f1f1e5fe0cd10501c7f1f1e5fe0cc104f1f1e5fe0cc805030e626c6f636b436f6e7461696e65720700f1f1e5fe0cf30503097061726167726170680700f1f1e5fe0cf405060400f1f1e5fe0cf505357765e280996c6c2063726561746520612054657874417265612077686572652075736572732063616e20656e74657220746578743a2800f1f1e5fe0cf4050d74657874416c69676e6d656e740177046c6566742800f1f1e5fe0cf30502696401772463383466383666632d663431322d343330382d393437612d6665666263643131656236312800f1f1e5fe0cf3050974657874436f6c6f7201770764656661756c742800f1f1e5fe0cf3050f6261636b67726f756e64436f6c6f7201770764656661756c74c7f1f1e5fe0cf305f1f1e5fe0cc805030e626c6f636b436f6e7461696e65720700f1f1e5fe0cad060309636f6465626c6f636b2800f1f1e5fe0cae06086c616e677561676501770a747970657363726970742100f1f1e5fe0cad06026964012800f1f1e5fe0cad060974657874436f6c6f7201770764656661756c742800f1f1e5fe0cad060f6261636b67726f756e64436f6c6f7201770764656661756c7481f1f1e5fe0cc905010012c1f1f1e5fe0cc805f1f1e5fe0ca0020100050700f1f1e5fe0cae06060100f1f1e5fe0ccc060881f1f1e5fe0cd4060481f1f1e5fe0cd8060a81f1f1e5fe0ce2060481f1f1e5fe0ce6061a81f1f1e5fe0c80070781f1f1e5fe0c87071581f1f1e5fe0c9c070d84f1f1e5fe0cb3050e6578706f7274206c65742064617484f1f1e5fe0cb7071661203d207479706563656c6c2e496e707574280a202081f1f1e5fe0ccd073581f1f1e5fe0c820813c1f1f1e5fe0c8208f1f1e5fe0c83083984f1f1e5fe0c9508333c7465787461726561207374796c653d7b7b2077696474683a202231303025222c206865696768743a20323030207d7d202f3e81f1f1e5fe0c81090184f1f1e5fe0c8209010a81f1f1e5fe0c83091184f1f1e5fe0c940902293bc1f1f1e5fe0cd406f1f1e5fe0cd50604c1f1f1e5fe0c8007f1f1e5fe0c81070ac1f1f1e5fe0cd806f1f1e5fe0cd90605c1f1f1e5fe0ce206f1f1e5fe0ce30602c1f1f1e5fe0ca409f1f1e5fe0c810701c1f1f1e5fe0ca409f1f1e5fe0cac0904c1f1f1e5fe0ca409f1f1e5fe0cad0901c1f1f1e5fe0ca409f1f1e5fe0cb10903c1f1f1e5fe0c8707f1f1e5fe0c880707c1f1f1e5fe0c9c07f1f1e5fe0c9d070381f1f1e5fe0ca9071481f1f1e5fe0cd20901c1f1f1e5fe0ce606f1f1e5fe0ce70609c1f1f1e5fe0ca907f1f1e5fe0cbf0903c1f1f1e5fe0cdf09f1f1e5fe0cbf0901c1f1f1e5fe0ce009f1f1e5fe0cbf0901c1f1f1e5fe0ce009f1f1e5fe0ce10907c1f1f1e5fe0ce809f1f1e5fe0ce10904c1f1f1e5fe0cd209f1f1e5fe0cd30902c1f1f1e5fe0cd209f1f1e5fe0ced0903c1f1f1e5fe0cf109f1f1e5fe0ced0905c1f1f1e5fe0cf109f1f1e5fe0cf2092381f1f1e5fe0ccf054ac1f1f1e5fe0cc805f1f1e5fe0cc60601000cc1f1f1e5fe0ce40af1f1e5fe0cc606010012c1f1f1e5fe0cc805f1f1e5fe0ce40a01000cc1f1f1e5fe0c840bf1f1e5fe0ce40a010039c1f1f1e5fe0c910bf1f1e5fe0ce40a010005c1f1f1e5fe0ccb0bf1f1e5fe0ce40a01001641f1f1e5fe0ccd0607c1f1f1e5fe0ca909f1f1e5fe0cd90608c1f1f1e5fe0cdc09f1f1e5fe0ce70618c1f1f1e5fe0cd806f1f1e5fe0ca50905c1f1f1e5fe0cee09f1f1e5fe0cd30901c1f1f1e5fe0ce606f1f1e5fe0cd40909c1f1f1e5fe0cf609f1f1e5fe0ced0901c1f1f1e5fe0c990af1f1e5fe0cf20905c1f1f1e5fe0cf109f1f1e5fe0cf709230001c1f1f1e5fe0c910bf1f1e5fe0ccb0b010036c1f1f1e5fe0cc80cf1f1e5fe0ccb0b010005c1f1f1e5fe0cff0cf1f1e5fe0ccb0b01001641f1f1e5fe0ce80b07c1f1f1e5fe0ca909f1f1e5fe0cef0b08c1f1f1e5fe0cdc09f1f1e5fe0cf70b18c1f1f1e5fe0cd806f1f1e5fe0c8f0c05c1f1f1e5fe0cee09f1f1e5fe0c940c01c1f1f1e5fe0ce606f1f1e5fe0c950c09c1f1f1e5fe0cf609f1f1e5fe0c9e0c01c1f1f1e5fe0c990af1f1e5fe0c9f0c05c1f1f1e5fe0cf109f1f1e5fe0ca40c230031c1f1f1e5fe0c910bf1f1e5fe0cc80c010005c1f1f1e5fe0cac0ef1f1e5fe0cc80c010078c1f1f1e5fe0cb20ef1f1e5fe0cc80c010054c1f1f1e5fe0cb20ef1f1e5fe0cab0f0100870144f1f1e5fe0c9c0d07696d706f727420c4f1f1e5fe0ca909f1f1e5fe0ca30d085f2066726f6d2022c4f1f1e5fe0cdc09f1f1e5fe0cab0d18223b0a0a6578706f7274206c657420636f756e7473203d20c4f1f1e5fe0cd806f1f1e5fe0cc30d052a20617320c4f1f1e5fe0cee09f1f1e5fe0cc80d013bc4f1f1e5fe0ce606f1f1e5fe0cc90d096c6f646173682d6573c4f1f1e5fe0cf609f1f1e5fe0cd20d0129c1f1f1e5fe0c990af1f1e5fe0cd30d05c1f1f1e5fe0cf109f1f1e5fe0cd80d230009c1f1f1e5fe0ca002f1f1e5fe0cb405010006c1f1f1e5fe0cd10bf1f1e5fe0ce40a010005c1f1f1e5fe0ce40af1f1e5fe0cf10a010009c1f1f1e5fe0ce109f1f1e5fe0cbf0914c1f1f1e5fe0ca907f1f1e5fe0cdd0902c1f1f1e5fe0cdf09f1f1e5fe0ce00901c1f1f1e5fe0ce009f1f1e5fe0ce20905c1f1f1e5fe0ce809f1f1e5fe0ce90903c1f1f1e5fe0cd209f1f1e5fe0cef0902c1f1f1e5fe0ca712f1f1e5fe0cef0901c4f1f1e5fe0c990af1f1e5fe0cbf1105203d3e2063c1f1f1e5fe0ca712f1f1e5fe0ca81201c4f1f1e5fe0cf109f1f1e5fe0cc411235f2e636f756e74427928242e646174612e746f4c6f7765724361736528292c2028632981f1f1e5fe0ce30a03c1f1f1e5fe0cc905f1f1e5fe0cb306010006c1f1f1e5fe0ce30af1f1e5fe0cd2120101baf888b10a00000402d49199b00a0041f1f1e5fe0ce00101003d02fbf0dff908002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278a6a3a3ad000003c79fc4ed0800a1f1f1e5fe0c4702a8c79fc4ed08010177013181c5fde292028e01010195b694960800210104726566730a313132313030303135360103aac59ea307000003c1f1f1e5fe0cb707f1f1e5fe0cb80701000501f29da3c50600000663ccf1fba30600070103646f63030a626c6f636b47726f75700100ccf1fba3060001000787ccf1fba30601030e626c6f636b436f6e7461696e65720700ccf1fba3060903097061726167726170682800ccf1fba3060a0d74657874416c69676e6d656e740177046c6566742100ccf1fba30609026964012800ccf1fba306090974657874436f6c6f7201770764656661756c742800ccf1fba306090f6261636b67726f756e64436f6c6f7201770764656661756c74000ac1ccf1fba30601ccf1fba3060901000ac1ccf1fba30619ccf1fba30609010009c1ccf1fba30624ccf1fba30609010005c1ccf1fba3062eccf1fba30609010005c1ccf1fba30634ccf1fba3060901000ac1ccf1fba3063accf1fba30609010005c1ccf1fba30645ccf1fba3060901002ea8ccf1fba3060c01772430643361613534312d316235642d346566622d623330312d393366303333366533313039c1ccf1fba3064bccf1fba3060901000cc1ccf1fba3067bccf1fba30609010023c1ccf1fba3068801ccf1fba3060901000cc1ccf1fba306ac01ccf1fba30609010005c1ccf1fba3068801ccf1fba306ac01010005c1ccf1fba3068801ccf1fba306bf01010005c1ccf1fba3067bccf1fba306880101000cc1ccf1fba306cb01ccf1fba3068801010005c1ccf1fba3067bccf1fba306cb0101000cc1ccf1fba306de01ccf1fba306cb0101000fc1ccf1fba3067bccf1fba306de0101000cc1ccf1fba306fb01ccf1fba306de01010009c1ccf1fba3068802ccf1fba306de0101000cc7ccf1fba3069202ccf1fba306de01030e626c6f636b436f6e7461696e65720700ccf1fba3069f0203097061726167726170682800ccf1fba306a0020d74657874416c69676e6d656e740177046c6566742800ccf1fba3069f0202696401772465396230626133612d373362392d343334352d393165342d6137633233326364653962302800ccf1fba3069f020974657874436f6c6f7201770764656661756c742800ccf1fba3069f020f6261636b67726f756e64436f6c6f7201770764656661756c74c7ccf1fba3069f02ccf1fba306de01030e626c6f636b436f6e7461696e65720700ccf1fba306a50203097061726167726170682800ccf1fba306a6020d74657874416c69676e6d656e740177046c6566742800ccf1fba306a50202696401772461306661623038632d613762652d346236332d393865392d3031656264303835633163392800ccf1fba306a5020974657874436f6c6f7201770764656661756c742800ccf1fba306a5020f6261636b67726f756e64436f6c6f7201770764656661756c7487ccf1fba306a602030a626c6f636b47726f75700700ccf1fba306ab02030e626c6f636b436f6e7461696e65720700ccf1fba306ac0203097061726167726170682800ccf1fba306ad020d74657874416c69676e6d656e740177046c6566742800ccf1fba306ac0202696401772462353231313536642d336137632d343932312d613836312d6430326362366138626164332800ccf1fba306ac020974657874436f6c6f7201770764656661756c742800ccf1fba306ac020f6261636b67726f756e64436f6c6f7201770764656661756c74c7ccf1fba3068802ccf1fba3069202030e626c6f636b436f6e7461696e65720100ccf1fba306b2020100012100ccf1fba306b202026964012800ccf1fba306b2020974657874436f6c6f7201770764656661756c742800ccf1fba306b2020f6261636b67726f756e64436f6c6f7201770764656661756c7481ccf1fba306b302010006c1ccf1fba3067bccf1fba306fb0101000cc1ccf1fba306bf02ccf1fba306fb0101000bc1ccf1fba30645ccf1fba3064b01000cc1ccf1fba306d802ccf1fba3064b010005c1ccf1fba306e502ccf1fba3064b01000cc1ccf1fba306eb02ccf1fba3064b010005c1ccf1fba306f802ccf1fba3064b01000cc1ccf1fba306fe02ccf1fba3064b010005c1ccf1fba3068b03ccf1fba3064b01000cc1ccf1fba3069103ccf1fba3064b010007a1ccf1fba306b5020101ffbe98be0300000601b9bfa18f030000010cc5fde2920200c1f1f1e5fe0c33f1f1e5fe0c1d010049c7ccf1fba306b202f1f1e5fe0c17030e626c6f636b436f6e7461696e65720700c5fde292024a03097061726167726170680700c5fde292024b060400c5fde292024c064c657427732081c5fde29202520f84c5fde29202612d2074686520636861726163746572206f63637572656e63657320696e2061207069656365206f6620746578742e2800c5fde292024b0d74657874416c69676e6d656e740177046c6566742800c5fde292024a02696401772430373763333463632d616463362d343236652d623261662d3739623337303833633036392800c5fde292024a0974657874436f6c6f7201770764656661756c742800c5fde292024a0f6261636b67726f756e64436f6c6f7201770764656661756c740186e0dbe50100000101cee09bd8010000010290b7cbd10100c1f1f1e5fe0cf305f1f1e5fe0cad0601002001a0b09fb70100000705bdcff33000a8f1f1e5fe0cc20401772464303861356233382d363961362d346532392d383366652d6664313532616434633238660001a8f1f1e5fe0cb00601772433656632623734362d613939392d346530392d393564622d393463653439653432623365a8f1f1e5fe0cf20501772438656466646434622d343866392d343161662d616665332d393130323065353630623437000611aedbd7b00f01000ff1f1e5fe0c1400313201479801e0013da002a102c20401c8048001cb0505d10501d4051fb00601b30619cd065dce0781018209018409119709f107bf116aae1201d2120bbaf888b10a010004d49199b00a01003ec79fc4ed08020002030195b6949608010001aac59ea307010009f29da3c506010006ccf1fba3060601080c010f6b7ba401b30203b8026fffbe98be03010006b9bfa18f03010001c5fde2920202004a530f86e0dbe501010001cee09bd80101000190b7cbd101010021a0b09fb701010007bdcff3300201010406', 'read'), + ('4a5b80c9-7a79-4371-80b1-ba7940b29fca', 'dVeeYvbKcq2Nz', '2023-10-02 10:01:54.223+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 11:51:16.882+00', '\x170dc0b28dbb0c000001c19a9ddeac0a019a9ddeac0a0d010005c1c0b28dbb0c019a9ddeac0a0d010070819a9ddeac0a0601000581c0b28dbb0c7801000581c0b28dbb0c7e010006c1c0b28dbb0c7ec0b28dbb0c840101006e1c82a6c6a50c00c1fbd0c0dd07f60bd8a3f5e90a0101004ac182a6c6a50c00d8a3f5e90a01010040c7f3e8ea9c08d803f3e8ea9c08ea03030e626c6f636b436f6e7461696e6572010082a6c6a50c8c01010001280082a6c6a50c8c0102696401772433373161316164322d646537392d343231322d383765362d343561343765353261633431280082a6c6a50c8c010974657874436f6c6f7201770764656661756c74280082a6c6a50c8c010f6261636b67726f756e64436f6c6f7201770764656661756c7400044782a6c6a50c8d010309636f6465626c6f636b070082a6c6a50c960106010082a6c6a50c9701168482a6c6a50cad016e696d706f7274202a20617320646f632066726f6d2022217479706563656c6c3a7479706563656c6c2e6f72672f64565641596d76426165516445223b0a0a6578706f7274206c6574206d6170203d20646f632e6d61703b0a6578706f7274206c6574206d617053636f7065203d208182a6c6a50c9b02038182a6c6a50c9e02018482a6c6a50c9f02150a0a6578706f72742064656661756c74206d61703b8182a6c6a50cb40201280082a6c6a50c9601086c616e677561676501770a74797065736372697074280082a6c6a50c96010773746f726167650177008182a6c6a50cb502018184adfeeb0a0503c1f3e8ea9c08ea03fbd0c0dd07010100058182a6c6a50cbb02030700f3e8ea9c08e80306010082a6c6a50cc502062e889188880c0000c408c7fbd0c0dd07f60b82a6c6a50c00030e626c6f636b436f6e7461696e65720700889188880cc40803097061726167726170682800889188880cc5080d74657874416c69676e6d656e740177046c6566742100889188880cc408026964012800889188880cc4080974657874436f6c6f7201770764656661756c742800889188880cc4080f6261636b67726f756e64436f6c6f7201770764656661756c74a8889188880cc70801772432663733633962652d613133342d346134302d623639622d316462323536663466336566c7fbd0c0dd07f60b889188880cc408030e626c6f636b436f6e7461696e65720700889188880ccb0803097061726167726170680700889188880ccc08060100889188880ccd08012800889188880ccc080d74657874416c69676e6d656e740177046c6566742800889188880ccb0802696401772461393766653738302d396130662d343161392d623934612d6466356164663635323537362800889188880ccb080974657874436f6c6f7201770764656661756c742800889188880ccb080f6261636b67726f756e64436f6c6f7201770764656661756c7481889188880cce0802c7fbd0c0dd07800afbd0c0dd07f60b030e626c6f636b436f6e7461696e65720700889188880cd5080309636f6465626c6f636b0700889188880cd608062100889188880cd608026964010400889188880cd70801652800889188880cd50802696401772431613763353865342d393462302d343030342d616636372d3233353630616536313131652800889188880cd5080974657874436f6c6f7201770764656661756c742800889188880cd5080f6261636b67726f756e64436f6c6f7201770764656661756c7484889188880cd9084d78706f7274206173796e632066756e6374696f6e206164644c696e652829207b0a2020636f6e73742073616e4672616e636973636f436f6f726473203d20617761697420242e6c6f6f6b75702881889188880ca909ff01c7889188880ccb08889188880cc408030e626c6f636b436f6e7461696e65720700889188880ca90b03097061726167726170682800889188880caa0b0d74657874416c69676e6d656e740177046c6566742800889188880ca90b02696401772462313035306634302d653932662d343265332d383866392d3861323866356432333038652800889188880ca90b0974657874436f6c6f7201770764656661756c742800889188880ca90b0f6261636b67726f756e64436f6c6f7201770764656661756c742800889188880cd608086c616e677561676501770a747970657363726970742800889188880cd6080773746f7261676501760081889188880ca80b0a84889188880cba0b8c022253616e204672616e636973636f22293b0a2020636f6e7374206e6577596f726b436f6f726473203d20617761697420242e6c6f6f6b757028224e657720596f726b22293b0a2020242e6d617053636f70652e67656f6a736f6e4c61796572732e70757368287b0a20202020747970653a202246656174757265222c0a2020202070726f706572746965733a207b7d2c0a2020202067656f6d657472793a207b0a202020202020747970653a20224c696e65537472696e67222c0a202020202020636f6f7264696e617465733a205b73616e4672616e636973636f436f6f7264732c206e6577596f726b436f6f7264735d2c0a202020207d2c0a20207d293b0a7d0a6164644c696e6528293b0700fbd0c0dd07f70b060100889188880cc70d03c1889188880cd508fbd0c0dd07f60b0100bd050700889188880caa0b060100889188880c891303c1889188880ccb0dfbd0c0dd07f60b0100f60981889188880cca0d0301b9babef40b0084f3e8ea9c08e30209416d7374657264616d028f89ad810b000700f3e8ea9c08eb030601008f89ad810b00030184adfeeb0a00818f89ad810b030625d8a3f5e90a000001c1f3e8ea9c08ea03f3e8ea9c08e20301000fc1d8a3f5e90a01f3e8ea9c08e203010005c1d8a3f5e90a11f3e8ea9c08e2030100ed01c1d8a3f5e90a17f3e8ea9c08e2030100e801c1d8a3f5e90a8502f3e8ea9c08e2030100ee01c1d8a3f5e90aee03f3e8ea9c08e203010006c1d8a3f5e90add05f3e8ea9c08e203010006c1d8a3f5e90ae405f3e8ea9c08e203010005c1d8a3f5e90aeb05f3e8ea9c08e203010016c1d8a3f5e90af105f3e8ea9c08e203010006c1d8a3f5e90a8806f3e8ea9c08e203010005c1d8a3f5e90a8f06f3e8ea9c08e203010006c1d8a3f5e90a9506f3e8ea9c08e203010033c1d8a3f5e90a9c06f3e8ea9c08e203010006c1d8a3f5e90ad006f3e8ea9c08e203010014c1d8a3f5e90ad706f3e8ea9c08e203010006c1d8a3f5e90aec06f3e8ea9c08e203010006c1d8a3f5e90af306f3e8ea9c08e203010006039d9caddd0a0081f19ed5a4040903c182a6c6a50c8c01f3e8ea9c08ea030100ce01079a9ddeac0a00070103646f63030a626c6f636b47726f757001009a9ddeac0a00010004819a9ddeac0a01010006c19a9ddeac0a019a9ddeac0a060100090c84e4e7c50800c7f3e8ea9c08ea03aad0d4830500030e626c6f636b436f6e7461696e6572070084e4e7c508000309706172616772617068280084e4e7c508010d74657874416c69676e6d656e740177046c656674280084e4e7c5080002696401772438356163336631622d303832322d343965392d626231372d396131373965653262343966280084e4e7c508000974657874436f6c6f7201770764656661756c74280084e4e7c508000f6261636b67726f756e64436f6c6f7201770764656661756c74070084e4e7c5080106010084e4e7c5080603c182a6c6a50c0082a6c6a50c4b01008001c182a6c6a50c9b0282a6c6a50c9c0206c182a6c6a50c9e0282a6c6a50c9f024363f3e8ea9c08000001479a9ddeac0a01030e626c6f636b436f6e7461696e65720700f3e8ea9c0801030768656164696e670700f3e8ea9c0802060400f3e8ea9c08030c4265657267617274656e202087f3e8ea9c0803030a696e6c696e65436f64650700f3e8ea9c0810060400f3e8ea9c0811396578706f72742064656661756c7420242e736d617274426c6f636b287479706563656c6c2e656469746f722e63757272656e74426c6f636b292800f3e8ea9c08020d74657874416c69676e6d656e740177046c6566742800f3e8ea9c0802056c6576656c0177013387f3e8ea9c0802030a626c6f636b47726f75700700f3e8ea9c084d030e626c6f636b436f6e7461696e65720700f3e8ea9c084e030e62756c6c65744c6973744974656d0700f3e8ea9c084f060400f3e8ea9c0850136772656574696e673a20477574656e746167212800f3e8ea9c084f0d74657874416c69676e6d656e740177046c6566742800f3e8ea9c084e02696401772430393162343837352d623366652d343661362d386439382d6465666339666133613934392800f3e8ea9c084e0974657874436f6c6f7201770764656661756c742800f3e8ea9c084e0f6261636b67726f756e64436f6c6f7201770764656661756c7487f3e8ea9c084e030e626c6f636b436f6e7461696e65720700f3e8ea9c0868030e62756c6c65744c6973744974656d0700f3e8ea9c0869060400f3e8ea9c086a106c6f636174696f6e3a204265726c696e2800f3e8ea9c08690d74657874416c69676e6d656e740177046c6566742800f3e8ea9c086802696401772435613233393739622d616333322d343835382d623764382d3961623032333238643736662800f3e8ea9c08680974657874436f6c6f7201770764656661756c742800f3e8ea9c08680f6261636b67726f756e64436f6c6f7201770764656661756c7487f3e8ea9c0868030e626c6f636b436f6e7461696e65720700f3e8ea9c087f030e62756c6c65744c6973744974656d0700f3e8ea9c088001060400f3e8ea9c08810108636f6f7264733a2087f3e8ea9c088101030a696e6c696e65436f64650700f3e8ea9c088a01060400f3e8ea9c088b015c6578706f72742064656661756c7420617761697420242e6c6f6f6b7570287479706563656c6c2e656469746f722e63757272656e74426c6f636b2e706172656e742e636f6e746578742e64656661756c742e6c6f636174696f6e293b2800f3e8ea9c0880010d74657874416c69676e6d656e740177046c6566742800f3e8ea9c087f02696401772433303339356238632d666435302d343664392d616630652d3236366133346361373230612800f3e8ea9c087f0974657874436f6c6f7201770764656661756c742800f3e8ea9c087f0f6261636b67726f756e64436f6c6f7201770764656661756c742800f3e8ea9c080102696401772464313265376338352d653831302d346365612d613861372d6661623564663938346635372800f3e8ea9c08010974657874436f6c6f7201770764656661756c742800f3e8ea9c08010f6261636b67726f756e64436f6c6f7201770764656661756c74c7f3e8ea9c08019a9ddeac0a01030e626c6f636b436f6e7461696e65720700f3e8ea9c08ef01030768656164696e670700f3e8ea9c08f001060400f3e8ea9c08f1010b43616e616c20726964652087f3e8ea9c08f101030a696e6c696e65436f64650700f3e8ea9c08fd01060400f3e8ea9c08fe01396578706f72742064656661756c7420242e736d617274426c6f636b287479706563656c6c2e656469746f722e63757272656e74426c6f636b292800f3e8ea9c08f0010d74657874416c69676e6d656e740177046c6566742800f3e8ea9c08f001056c6576656c0177013387f3e8ea9c08f001030a626c6f636b47726f75700700f3e8ea9c08ba02030e626c6f636b436f6e7461696e65720700f3e8ea9c08bb02030e62756c6c65744c6973744974656d0700f3e8ea9c08bc02060400f3e8ea9c08bd02106772656574696e673a2048616c6c6f212800f3e8ea9c08bc020d74657874416c69676e6d656e740177046c6566742800f3e8ea9c08bb0202696401772435333036386164372d333633362d346366382d393663382d3565313962656631346337362800f3e8ea9c08bb020974657874436f6c6f7201770764656661756c742800f3e8ea9c08bb020f6261636b67726f756e64436f6c6f7201770764656661756c7487f3e8ea9c08bb02030e626c6f636b436f6e7461696e65720700f3e8ea9c08d202030e62756c6c65744c6973744974656d0700f3e8ea9c08d302060400f3e8ea9c08d4020a6c6f636174696f6e3a2081f3e8ea9c08de02052800f3e8ea9c08d3020d74657874416c69676e6d656e740177046c6566742800f3e8ea9c08d20202696401772464623438636663312d313163362d343930622d383861382d3839653665313464653931312800f3e8ea9c08d2020974657874436f6c6f7201770764656661756c742800f3e8ea9c08d2020f6261636b67726f756e64436f6c6f7201770764656661756c7487f3e8ea9c08d202030e626c6f636b436f6e7461696e65720700f3e8ea9c08e802030e62756c6c65744c6973744974656d0700f3e8ea9c08e902060400f3e8ea9c08ea0208636f6f7264733a2087f3e8ea9c08ea02030a696e6c696e65436f64650700f3e8ea9c08f302060400f3e8ea9c08f4025c6578706f72742064656661756c7420617761697420242e6c6f6f6b7570287479706563656c6c2e656469746f722e63757272656e74426c6f636b2e706172656e742e636f6e746578742e64656661756c742e6c6f636174696f6e293b2800f3e8ea9c08e9020d74657874416c69676e6d656e740177046c6566742800f3e8ea9c08e80202696401772462336235313336302d376634632d343834382d623034372d3439333765643832633161362800f3e8ea9c08e8020974657874436f6c6f7201770764656661756c742800f3e8ea9c08e8020f6261636b67726f756e64436f6c6f7201770764656661756c742800f3e8ea9c08ef0102696401772436646334313863652d646539612d343165382d623438622d6535633732616261666463642800f3e8ea9c08ef010974657874436f6c6f7201770764656661756c742800f3e8ea9c08ef010f6261636b67726f756e64436f6c6f7201770764656661756c74c7f3e8ea9c08ef019a9ddeac0a01030e626c6f636b436f6e7461696e65720100f3e8ea9c08d8030100042800f3e8ea9c08d80302696401772435353562363264652d633765312d343461642d386661312d3439313434313830323566372800f3e8ea9c08d8030974657874436f6c6f7201770764656661756c742800f3e8ea9c08d8030f6261636b67726f756e64436f6c6f7201770764656661756c740001c1f3e8ea9c08d8039a9ddeac0a0101000547f3e8ea9c08d90303097061726167726170682800f3e8ea9c08e8030d74657874416c69676e6d656e740177046c656674c7f3e8ea9c08d803f3e8ea9c08e203030e626c6f636b436f6e7461696e65720700f3e8ea9c08ea0303097061726167726170682800f3e8ea9c08eb030d74657874416c69676e6d656e740177046c6566742800f3e8ea9c08ea0302696401772463303734623762342d306264612d346636642d393237662d6237383561313564336565652800f3e8ea9c08ea030974657874436f6c6f7201770764656661756c742800f3e8ea9c08ea030f6261636b67726f756e64436f6c6f7201770764656661756c7451fbd0c0dd07000001c7f3e8ea9c08ea03d8a3f5e90a01030e626c6f636b436f6e7461696e65720700fbd0c0dd0701030768656164696e670700fbd0c0dd0702060400fbd0c0dd07032b656c7065722066756e6374696f6e7320746f206578747261637420646174612066726f6d20626c6f636b732800fbd0c0dd07020d74657874416c69676e6d656e740177046c6566742800fbd0c0dd0702056c6576656c017701332800fbd0c0dd070102696401772465313532393063312d323464662d343666332d393766372d3131373435653139376264622800fbd0c0dd07010974657874436f6c6f7201770764656661756c742800fbd0c0dd07010f6261636b67726f756e64436f6c6f7201770764656661756c74c7fbd0c0dd0701d8a3f5e90a01030e626c6f636b436f6e7461696e65720700fbd0c0dd07340309636f6465626c6f636b0700fbd0c0dd0735060400fbd0c0dd0736e5042f2f20612066756e6374696f6e20746861742065787472616374732070726f70657274796e616d653a2076616c7565207061747465726e732066726f6d20626c6f636b206368696c6472656e0a6578706f72742066756e6374696f6e20736d617274426c6f636b28626c6f636b3a20616e7929207b0a2020636f6e737420656e7472696573203d20626c6f636b2e6368696c6472656e2e6d61702828623a20616e7929203d3e207b0a202020206966202821622e636f6e74656e742e6c656e67746829207b0a20202020202072657475726e20756e646566696e65643b0a202020207d0a20202020636f6e73742070726f7073203d20622e636f6e74656e745b305d2e746578742e73706c697428223a222c2032293b0a202020206966202870726f70732e6c656e67746820213d3d203229207b0a20202020202072657475726e20756e646566696e65643b0a202020207d0a202020206c65742076616c203d2070726f70735b315d2e7472696d28293b0a20202020636f6e7374206232203d207479706563656c6c2e656469746f722e676574426c6f636b28622e6964293b0a202020206966202862322e636f6e7465787429207b0a20202020202076616c203d2062322e636f6e746578745b2264656661756c74225d3b0a202020207d0a2020202072657475726e205b70726f70735b305d2e7472696d28292c2076616c5d3b0a20207d293b0a202072657475726e204f626a6563742e66726f6d456e747269657328656e74726965732e66696c74657228286129203d3e2021216129293b0a0a20202f2f2072657475726e203c7370616e3e7b227b7d227d3c2f7370616e3e3b0a7d2800fbd0c0dd0735086c616e677561676501770a747970657363726970742800fbd0c0dd07350773746f726167650176002800fbd0c0dd073402696401772431306338353166372d633037652d343066632d393734322d3339316366386139653732612800fbd0c0dd07340974657874436f6c6f7201770764656661756c742800fbd0c0dd07340f6261636b67726f756e64436f6c6f7201770764656661756c74c7fbd0c0dd0734d8a3f5e90a01030e626c6f636b436f6e7461696e65720700fbd0c0dd07a105030768656164696e670700fbd0c0dd07a205060400fbd0c0dd07a3050d4150492046756e6374696f6e732800fbd0c0dd07a2050d74657874416c69676e6d656e740177046c6566742800fbd0c0dd07a205056c6576656c017701332800fbd0c0dd07a10502696401772437376162363361372d353939332d343530312d386636612d3537353166356132373161612800fbd0c0dd07a1050974657874436f6c6f7201770764656661756c742800fbd0c0dd07a1050f6261636b67726f756e64436f6c6f7201770764656661756c74c7fbd0c0dd07a105d8a3f5e90a01030e626c6f636b436f6e7461696e65720700fbd0c0dd07b6050309636f6465626c6f636b0700fbd0c0dd07b705060400fbd0c0dd07b80583012f2f204150492063616c6c20666f7220726f7574696e670a0a6578706f727420636f6e737420726f75746532203d207479706563656c6c2e6d656d6f697a65286173796e632028706f696e74733a206e756d6265725b5d5b5d29203d3e207b0a20206c657420726573706f6e7365203d206177616974206665746368280a202020202286fbd0c0dd07bb06046c696e6b777b2268726566223a2268747470733a2f2f6772617068686f707065722e636f6d2f6170692f312f726f7574653f6b65793d222c22746172676574223a225f626c616e6b222c2272656c223a226e6f6f70656e6572206e6f7265666572726572206e6f666f6c6c6f77222c22636c617373223a6e756c6c7d84fbd0c0dd07bc062868747470733a2f2f6772617068686f707065722e636f6d2f6170692f312f726f7574653f6b65793d86fbd0c0dd07e406046c696e6b046e756c6c84fbd0c0dd07e506fb0222202b20242e4150495f4b45592c0a202020207b0a2020202020206d6574686f643a2022504f5354222c0a202020202020686561646572733a207b0a20202020202020204163636570743a20226170706c69636174696f6e2f6a736f6e222c0a202020202020202022436f6e74656e742d54797065223a20226170706c69636174696f6e2f6a736f6e222c0a2020202020207d2c0a202020202020626f64793a204a534f4e2e737472696e67696679287b0a2020202020202020706f696e74732c202f2f3a20706f696e74732e6d617028287029203d3e205b702e6c6f6e6769747564652c20702e6c617469747564655d292c0a202020202020202070726f66696c653a2022636172222c0a20202020202020206c6f63616c653a2022656e222c0a202020202020202063616c635f706f696e74733a20747275652c0a2020202020202020706f696e74735f656e636f6465643a2066616c73652c0a2020202020207d292c0a202020207d2c0a2020293b0a202072657475726e2081fbd0c0dd07e0091584fbd0c0dd07f509053b0a7d293b2800fbd0c0dd07b705086c616e677561676501770a747970657363726970742800fbd0c0dd07b7050773746f726167650176002800fbd0c0dd07b60502696401772432313634326130642d326438642d343466392d616662632d6530323636613534313536322800fbd0c0dd07b6050974657874436f6c6f7201770764656661756c742800fbd0c0dd07b6050f6261636b67726f756e64436f6c6f7201770764656661756c74c7fbd0c0dd07b605d8a3f5e90a01030e626c6f636b436f6e7461696e65720700fbd0c0dd07800a0309636f6465626c6f636b0700fbd0c0dd07810a060400fbd0c0dd07820aee012f2f204150492063616c6c20666f722067656f636f64696e67206c6f636174696f6e206c6f6f6b75700a6578706f727420636f6e7374206c6f6f6b7570203d207479706563656c6c2e6d656d6f697a65286173796e632028706c6163653a20737472696e6729203d3e207b0a20206c65742066203d206177616974206665746368282268747470733a2f2f70686f746f6e2e6b6f6d6f6f742e696f2f6170692f3f713d22202b20706c616365293b0a202072657475726e2028617761697420662e6a736f6e2829292e66656174757265735b305d2e67656f6d657472792e636f6f7264696e617465733b0a7d293b2800fbd0c0dd07810a086c616e677561676501770a747970657363726970742800fbd0c0dd07810a0773746f726167650176002800fbd0c0dd07800a02696401772463306130303137372d343435662d343465632d613934342d3331633334333831313830302800fbd0c0dd07800a0974657874436f6c6f7201770764656661756c742800fbd0c0dd07800a0f6261636b67726f756e64436f6c6f7201770764656661756c74c7fbd0c0dd07800ad8a3f5e90a01030e626c6f636b436f6e7461696e65720700fbd0c0dd07f60b03097061726167726170682800fbd0c0dd07f70b0d74657874416c69676e6d656e740177046c6566742800fbd0c0dd07f60b02696401772437323631313361352d323030302d343964332d383561362d3965343963633164646364372800fbd0c0dd07f60b0974657874436f6c6f7201770764656661756c742800fbd0c0dd07f60b0f6261636b67726f756e64436f6c6f7201770764656661756c7444fbd0c0dd07040148c7fbd0c0dd07a105fbd0c0dd07b605030e626c6f636b436f6e7461696e65720100fbd0c0dd07fd0b0100012800fbd0c0dd07fd0b02696401772464663139323138632d343933362d343337302d383034312d3238393366343131643866392800fbd0c0dd07fd0b0974657874436f6c6f7201770764656661756c742800fbd0c0dd07fd0b0f6261636b67726f756e64436f6c6f7201770764656661756c74000447fbd0c0dd07fe0b0309636f6465626c6f636b2800fbd0c0dd07870c086c616e677561676501770a747970657363726970742800fbd0c0dd07870c0773746f726167650176000700fbd0c0dd07870c060400fbd0c0dd078a0c156578706f72742066756e6374696f6e20746573742884fbd0c0dd079f0c0129c4fbd0c0dd079f0cfbd0c0dd07a00c09783a20737472696e6784fbd0c0dd07a00c02207b84fbd0c0dd07ab0c017dc4fbd0c0dd07ab0cfbd0c0dd07ac0c030a2020c1fbd0c0dd07af0cfbd0c0dd07ac0c02c4fbd0c0dd07b10cfbd0c0dd07ac0c010ac4fbd0c0dd07b10cfbd0c0dd07b20c0872657475726e2035c1fbd0c0dd07ba0cfbd0c0dd07b20c01c4fbd0c0dd07bb0cfbd0c0dd07b20c013b01c794a3bf070081b9dda4fb02020422b0cba5b60700000847aad0d48305010309636f6465626c6f636b2800b0cba5b60708086c616e677561676501770a747970657363726970742800b0cba5b607080773746f726167650176000700b0cba5b60708060400b0cba5b6070b6c2f2f204064656661756c742d636f6c6c61707365640a6578706f7274206c6574204150495f4b4559203d202266326234636234332d363464642d343666352d393461352d333231326664626264363565223b0a6578706f72742064656661756c7420224150495f4b4559223b81d8c8d2c4018402ee0181b0cba5b607e5020281b0cba5b607e7020181b0cba5b607e8020ac1b0cba5b607e502b0cba5b607e60202c1b0cba5b607f402b0cba5b607e60201c1b0cba5b607f402b0cba5b607f5020cc1b0cba5b607e702b0cba5b607e8020fc1b0cba5b607e802b0cba5b607e90201c1b0cba5b607e802b0cba5b607910301c1b0cba5b6079103b0cba5b607e90201c1b0cba5b6079103b0cba5b607930303c1b0cba5b6078103b0cba5b607f5020184b0cba5b607f202496578706f7274206173796e632066756e6374696f6e20616464526f7574652829207b0a2020636f6e73742064656c6674436f6f726473203d20617761697420242e6c6f6f6b7570282281b0cba5b607e0030584b0cba5b607e5034922293b0a2020636f6e7374206e696a6d6567656e436f6f726473203d20617761697420242e6c6f6f6b757028224e696a6d6567656e22293b0a2020636f6e737420726f757465203d2084b0cba5b607ae042d617761697420242e726f75746532285b64656c6674436f6f7264732c206e696a6d6567656e436f6f7264735d2984b0cba5b607db042a3b0a2020242e6d617053636f70652e67656f6a736f6e4c61796572732e7075736828726f757465293b0a81b0cba5b60785050e81b0cba5b60793050284b0cba5b6079505227d0a6578706f7274206c65742078203d20617761697420616464526f75746528293bc4b0cba5b607e503b0cba5b607e603084d696c736265656bc1b0cba5b6079305b0cba5b607940507c1b0cba5b607c605b0cba5b607940501c1b0cba5b607c605b0cba5b607c70501c1b0cba5b607c705b0cba5b607940520c4b0cba5b607ae04b0cba5b607af040128c4b0cba5b607db04b0cba5b607dc0411292e70617468735b305d2e706f696e747301ccfa87a80600000106d1a4a8b80500c1fbd0c0dd07f509fbd0c0dd07f6094ec1d1a4a8b8054dfbd0c0dd07f60902c1d1a4a8b8054dd1a4a8b8054e49c1d1a4a8b8059801d1a4a8b8054e05c1d1a4a8b8059801d1a4a8b805990103c4d1a4a8b8054ffbd0c0dd07f6095c28617761697420726573706f6e73652e6a736f6e282929206173207b0a20202020747970653a202246656174757265223b0a2020202070726f706572746965733a207b7d3b0a2020202067656f6d657472793a20616e793b0a20207d09aad0d4830500c7f3e8ea9c08ea03f19ed5a40400030e626c6f636b436f6e7461696e65720100aad0d48305000100012800aad0d483050002696401772461313164623131322d373363372d343463392d623066302d6536633232653863313364652800aad0d48305000974657874436f6c6f7201770764656661756c742800aad0d48305000f6261636b67726f756e64436f6c6f7201770764656661756c740004c182a6c6a50c8c019d9caddd0a030100a10708f19ed5a40400c7f3e8ea9c08ea0382a6c6a50cbc02030e626c6f636b436f6e7461696e65720700f19ed5a4040003097061726167726170682800f19ed5a404010d74657874416c69676e6d656e740177046c6566742800f19ed5a4040002696401772430383263643230342d316361322d343635622d396239652d3539653234313936613564652800f19ed5a404000974657874436f6c6f7201770764656661756c742800f19ed5a404000f6261636b67726f756e64436f6c6f7201770764656661756c740700f19ed5a40401060100f19ed5a404060301b9dda4fb02008182a6c6a50cc4020304dae382f50200c482a6c6a50c9f0282a6c6a50ca00204646f633b8184e4e7c5080903c184e4e7c5080a82a6c6a50c4b0100cd0701d4ceacea010041fbd0c0dd07a405030ed8c8d2c4010081dae382f5020603c7889188880cd508889188880ccb0d030e626c6f636b436f6e7461696e65720700d8c8d2c401030309636f6465626c6f636b0700d8c8d2c40104062100d8c8d2c40104026964010100d8c8d2c40105012800d8c8d2c4010302696401772466366666323761342d613661392d343239362d383239362d6264666633386338316432662800d8c8d2c401030974657874436f6c6f7201770764656661756c742800d8c8d2c401030f6261636b67726f756e64436f6c6f7201770764656661756c7481d8c8d2c40107830181d8c8d2c4018d01772800d8c8d2c40104086c616e677561676501770a747970657363726970742800d8c8d2c401040773746f72616765017600c1d8c8d2c4018d01d8c8d2c4018e013c02d29c8a6e002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278aefd64f2f00015c0b28dbb0c0100fa0182a6c6a50c08008c018d01029201049801169c0204b50201b8020dc60206889188880c0900c408c70801ce0801d30802d80801aa09ff01b10b0ac80dc1058a13fd098f89ad810b01010384adfeeb0a010006d8a3f5e90a010081079d9caddd0a0100d2019a9ddeac0a01011684e4e7c5080107cd01f3e8ea9c08040001df0205d90305e10307fbd0c0dd07060001e10915fe0b02830c04b00c02bb0c01c794a3bf07010004b0cba5b60705000878a002e10305860510c00529ccfa87a806010001d1a4a8b8050100a101aad0d4830502010206a607f19ed5a404010703b9dda4fb02010003dae382f5020104d107d4ceacea01010003d8c8d2c40104000306020bfa0187023c', 'read'), + ('bc98fd76-6506-47ee-8220-17346d23b321', 'detytjdu5AXa6/.inbox', '2023-10-17 18:50:39.848+00', '09684a6a-ddd9-4426-be2a-381af56b280d', '2023-10-17 18:50:39.848+00', '\x0000', 'write'), + ('3541207e-e6a8-49a0-9cdf-f1de06108adf', 'dDcRsGum9vqax', '2023-10-17 18:50:40.866+00', 'ab848897-5a42-4331-b448-0a799a0c4da3', '2023-10-17 18:50:40.866+00', '\x01059bdc959003002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef9cf6200028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644e344547505750485670334128010770726f66696c6508757365726e616d6501770b616c6963655f6a746d657028010770726f66696c65096a6f696e65645f6174017b4278b3ef9cf6200000', 'read'), + ('c3e14d32-b456-40e1-b517-66ef8ae80ca5', 'dGyzmJG6XPKpg', '2023-10-17 18:50:41.366+00', 'f7fefaf5-ebb2-4eb3-80c2-d228233629f8', '2023-10-17 18:50:41.366+00', '\x0105a99dd28c0f002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3ef9d15600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6451645a4456727673324b444728010770726f66696c6508757365726e616d65017709626f625f7064616f7228010770726f66696c65096a6f696e65645f6174017b4278b3ef9d15600000', 'read'), + ('9d4937d7-d8b7-48af-8444-38213e0b3b7b', 'dpM6yFLkP8QXn', '2023-09-25 12:15:48.306+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:54:44.576+00', '\x0102d1c2ccf908002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278acc44625300000', 'read'), + ('80817b27-f3ba-4ee7-a4ac-ffd289c07d41', 'dXLC3a2BvukGe', '2023-10-17 18:50:42.691+00', 'ab848897-5a42-4331-b448-0a799a0c4da3', '2023-10-17 18:50:42.707+00', '\x0101f3ed8ab50e00280104746573740568656c6c6f017705776f726c6400', 'read'), + ('73b2e0b0-4fcc-4f65-8991-da4ad1b76996', 'dx8gZqF76pHU6', '2023-10-17 18:50:45.935+00', 'b2413c9a-9e11-41f2-bf21-bc272edf8deb', '2023-10-17 18:50:45.935+00', '\x0103a1d7da8c01002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef9e32e0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('ce653f15-7542-4176-9b3e-d00f5001d41a', 'dA65hsNKNx4HH', '2023-10-17 18:50:46.471+00', '9fe18068-74a7-47d9-a69a-73baea219071', '2023-10-17 18:50:46.471+00', '\x0103a0dad18b05002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef9e5470002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('fc6411c3-806d-4dfd-a106-38c54b12ed82', 'dYEwf4A8AYvxc', '2023-10-17 18:50:46.661+00', 'b2413c9a-9e11-41f2-bf21-bc272edf8deb', '2023-10-17 18:50:47.439+00', '\x0000', 'read'), + ('207570db-ff80-4c8b-806f-e8365cee7fbf', 'dsnUfXFeWAcMy', '2023-10-17 18:50:47.714+00', '14f578f2-1077-4d46-80d7-810155d89bc3', '2023-10-17 18:50:47.714+00', '\x01039afa8ca60a002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef9ea220002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('55ea3586-1beb-430a-a70c-c93b22966c71', 'dYrAVTJ34VRQD', '2023-10-17 18:50:48.203+00', 'df4aeb98-61a1-4929-85dc-70e9db95ef80', '2023-10-17 18:50:48.203+00', '\x0103f995eeda0d002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3ef9ec0b0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('c71a6139-b031-4a80-a81c-fbc1e1879869', 'dqkCn4rz9X1cJ', '2023-09-06 11:24:19.767+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:59:42.19+00', '\x0310f1a2ccb1e10300070103646f63030a626c6f636b47726f75700700f1a2ccb1e10300030e626c6f636b436f6e7461696e65720700f1a2ccb1e1030103097061726167726170680700f1a2ccb1e10302060400f1a2ccb1e10303016d2800f1a2ccb1e103020d74657874416c69676e6d656e740177046c6566742800f1a2ccb1e1030102696401772461356265396361352d346237352d343732322d396461352d3262383337393463306535392800f1a2ccb1e103010974657874436f6c6f7201770764656661756c742800f1a2ccb1e103010f6261636b67726f756e64436f6c6f7201770764656661756c7487f1a2ccb1e10301030e626c6f636b436f6e7461696e65720700f1a2ccb1e1030903097061726167726170682800f1a2ccb1e1030a0d74657874416c69676e6d656e740177046c6566742800f1a2ccb1e1030902696401772466326431346433342d316437362d343864312d386335362d6235653264363630623836352800f1a2ccb1e103090974657874436f6c6f7201770764656661756c742800f1a2ccb1e103090f6261636b67726f756e64436f6c6f7201770764656661756c7484f1a2ccb1e10304022c6d2bc7d4dbf70900070103646f63030a626c6f636b47726f75700100c7d4dbf7090001000787c7d4dbf70901030e626c6f636b436f6e7461696e65720700c7d4dbf7090903097061726167726170682800c7d4dbf7090a0d74657874416c69676e6d656e740177046c6566742100c7d4dbf70909026964012800c7d4dbf709090974657874436f6c6f7201770764656661756c742800c7d4dbf709090f6261636b67726f756e64436f6c6f7201770764656661756c74000ac1c7d4dbf70901c7d4dbf70909010005c1c7d4dbf70919c7d4dbf70909010005c1c7d4dbf7091fc7d4dbf70909010008a1c7d4dbf7090c0241c7d4dbf70901010018a1c7d4dbf7092f01a8c7d4dbf7094901772465386461613066342d393936342d346436642d383535642d36333835313362643464333647c7d4dbf70930030e626c6f636b436f6e7461696e65720100c7d4dbf7094b0100032800c7d4dbf7094b02696401772433623165623361362d353038322d346436362d393139362d3966376130346264353066642800c7d4dbf7094b0974657874436f6c6f7201770764656661756c742800c7d4dbf7094b0f6261636b67726f756e64436f6c6f7201770764656661756c74000747c7d4dbf7094c030768656164696e670700c7d4dbf7095a060100c7d4dbf7095b0181c7d4dbf7095c052800c7d4dbf7095a0d74657874416c69676e6d656e740177046c6566742800c7d4dbf7095a056c6576656c01770132c1c7d4dbf7095cc7d4dbf7095d01c1c7d4dbf7095cc7d4dbf7096402c1c7d4dbf70964c7d4dbf7095d01c1c7d4dbf70964c7d4dbf7096702c1c7d4dbf7095cc7d4dbf7096501c1c7d4dbf7095cc7d4dbf7096a02c1c7d4dbf7096ac7d4dbf7096501c1c7d4dbf7096ac7d4dbf7096d0284c7d4dbf709610c736466736466736466736466028d91ffcd09002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278a6a3c6db700001c7d4dbf7090701080c010f3b4c0453075c06640c', 'read'), + ('23a32383-be33-416d-a0aa-18f0285a6a6a', 'dTXRqhVQEhRA6/.inbox', '2023-10-17 18:50:49.533+00', '14f578f2-1077-4d46-80d7-810155d89bc3', '2023-10-17 18:50:49.668+00', '\x0103f48a96a505002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3ef9ecef000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6454585271685651456852413600', 'write'), + ('0128dc4f-62f5-45e8-9b00-60a04181ce12', 'dAYwbHMAvXSPb', '2023-10-17 18:51:39.571+00', 'b59ab93d-978d-4c94-8389-31fad2cd9710', '2023-10-17 18:51:39.571+00', '\x010386a5efae0a002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3efab4b20002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('e6f36104-77f2-4dcf-a401-5f97a3beab36', 'dD8UGP3TTynFf', '2023-10-17 18:51:39.607+00', 'b59ab93d-978d-4c94-8389-31fad2cd9710', '2023-10-17 18:51:39.607+00', '\x0105a891ee860d002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3efab4d600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6441597762484d41765853506228010770726f66696c6508757365726e616d6501770b616c6963655f7062696b6c28010770726f66696c65096a6f696e65645f6174017b4278b3efab4d600000', 'read'), + ('6ca66b4a-73c0-4b62-a57b-23f5b102f4e4', 'dpvaC41spGU1c', '2023-10-17 18:51:40.221+00', '56734189-7b21-477d-a421-17bae84d9a60', '2023-10-17 18:51:40.221+00', '\x0103a996abf90d002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3efab73d0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('fc3aa370-2503-427b-95b0-3ec18c1b904a', 'dzpqjyS7unG7J', '2023-10-17 18:51:40.227+00', '56734189-7b21-477d-a421-17bae84d9a60', '2023-10-17 18:51:40.227+00', '\x010588f0b29e0e002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3efab74300028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6470766143343173704755316328010770726f66696c6508757365726e616d65017709626f625f7478696e6128010770726f66696c65096a6f696e65645f6174017b4278b3efab74300000', 'read'), + ('8e5cef72-2027-4a29-b4f6-40f34c7e3f95', 'dVVAYmvBaeQdE', '2023-09-25 18:14:00.658+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 11:51:16.867+00', '\x5401b8c6feb30f0000b40708be9be4b30f00c1ddc4afec0c21bbe088cd078f0204c4be9be4b30f03bbe088cd078f0208206e616d653a2022c1be9be4b30f0bbbe088cd078f0201c1be9be4b30f0cbbe088cd078f0203c1be9be4b30f0fbbe088cd078f0202c4be9be4b30f11bbe088cd078f020122c4be9be4b30f12bbe088cd078f02012000012c9cb1c2a80f00000247def9d4a70202030768656164696e6728009cb1c2a80f020d74657874416c69676e6d656e740177046c65667428009cb1c2a80f02056c6576656c0177013107009cb1c2a80f020601009cb1c2a80f0502849cb1c2a80f07034d61700002c784e19fdb0be90184e19fdb0bef01030e626c6f636b436f6e7461696e657201009cb1c2a80f0d01000128009cb1c2a80f0d02696401772465303935353061332d366336382d343937372d396534312d61336337363631356239643428009cb1c2a80f0d0974657874436f6c6f7201770764656661756c7428009cb1c2a80f0d0f6261636b67726f756e64436f6c6f7201770764656661756c740006479cb1c2a80f0e0309636f6465626c6f636b28009cb1c2a80f19086c616e677561676501770a7479706573637269707421009cb1c2a80f190773746f726167650107009cb1c2a80f190604009cb1c2a80f1c2b6c65742058203d207479706563656c6c2e4175746f466f726d3b0a0a6578706f72742064656661756c7420819cb1c2a80f472e819cb1c2a80f7501819cb1c2a80f7605849cb1c2a80f7b013bc19cb1c2a80f759cb1c2a80f7605c19cb1c2a80f769cb1c2a80f7701c19cb1c2a80f769cb1c2a80f820105c19cb1c2a80f82019cb1c2a80f7701c19cb1c2a80f82019cb1c2a80f880103c19cb1c2a80f8b019cb1c2a80f880101c19cb1c2a80f88019cb1c2a80f7701c19cb1c2a80f88019cb1c2a80f8d0105c19cb1c2a80f8d019cb1c2a80f7701c19cb1c2a80f8d019cb1c2a80f930103c19cb1c2a80f96019cb1c2a80f930101c19cb1c2a80f93019cb1c2a80f7701c19cb1c2a80f93019cb1c2a80f980104c19cb1c2a80f8b019cb1c2a80f8c0105c19cb1c2a80f96019cb1c2a80f970109c49cb1c2a80f7b9cb1c2a80f7c06280a20203c58c19cb1c2a80fb0019cb1c2a80f7c46c19cb1c2a80ff6019cb1c2a80f7c01c19cb1c2a80ff7019cb1c2a80f7c02c49cb1c2a80ff9019cb1c2a80f7c05202f3e0a290acc82eaa60f00c185e6ae98080bb4f6f99a052301c185e6ae98080bcc82eaa60f0001c1cc82eaa60f00b4f6f99a052301c1cc82eaa60f00cc82eaa60f0201c1cc82eaa60f02b4f6f99a052301c1cc82eaa60f02cc82eaa60f0401c1cc82eaa60f04b4f6f99a052301c1cc82eaa60f04cc82eaa60f0601c1d6fedbe70260be9be4b30f120c00a2190196bbbb970f00001901c68683c60e00001e02b7e7f7c20e00c1aee3f0e7039801aee3f0e7039e010100cd0208d498f9b10e00000bc4f5e4eee20d36f5e4eee20d300e626c6f636b5661726961626c653ac1f5e4eee20d30bbe088cd078f0201c4f5e4eee20d30d498f9b10e190122c4d498f9b10e1ad498f9b10e190122c4d498f9b10e1ad498f9b10e1b036d6170c1d498f9b10e1bd498f9b10e1901c4d498f9b10e19bbe088cd078f020120019cf4a8930e002800def9d4a7020102696401772430616362643061662d383062622d343736352d383262382d6663373162383638663963610680e1b6860e00c1def9d4a7020caee3f0e70328010005c180e1b6860e00aee3f0e70328010005c180e1b6860e06aee3f0e7032801000510f5e4eee20d00c4be9be4b30f12be9be4b30f13012cc1be9be4b30f13bbe088cd078f0201c1be9be4b30f13f5e4eee20d0104c1f5e4eee20d05f5e4eee20d0101c1f5e4eee20d06f5e4eee20d0106c1f5e4eee20d06f5e4eee20d0701c1f5e4eee20d05f5e4eee20d0601c1f5e4eee20d0cf5e4eee20d011bc1f5e4eee20d29f5e4eee20d0101c1f5e4eee20d29f5e4eee20d2a01c1f5e4eee20d01bbe088cd078f0201c1f5e4eee20d01f5e4eee20d2c01c1f5e4eee20d2cbbe088cd078f0201c1f5e4eee20d2df5e4eee20d2c01c4f5e4eee20d2ebbe088cd078f020120c1f5e4eee20d2ef5e4eee20d3006019ff18ad70d00000301fa8af6c80d00002d039fc187fa0c00c1b4f6f99a051fb4f6f99a052003c1b4f6f99a052ab4f6f99a052201c1b4f6f99a052a9fc187fa0c030105ddc4afec0c00c1bbe088cd078e02bbe088cd078f0203c4ddc4afec0c02bbe088cd078f021f7479706563656c6c2e656469746f722e7265676973746572426c6f636b287ba1bbe088cd072101c1bbe088cd0722def9d4a7020c010007199285c5eb0c0081e2938fb7040723c1def9d4a70206def9d4a70213010016c19285c5eb0c23def9d4a7021301000cc19285c5eb0c3adef9d4a70213010013c19285c5eb0c47def9d4a70213010009c19285c5eb0c5bdef9d4a70213010035c19285c5eb0c65def9d4a70213010013c19285c5eb0c9b01def9d4a7021301000fc19285c5eb0caf01def9d4a70213010009c79285c5eb0cbf01def9d4a70213030e626c6f636b436f6e7461696e657207009285c5eb0cc901030970617261677261706828009285c5eb0cca010d74657874416c69676e6d656e740177046c65667428009285c5eb0cc90102696401772461323361633332662d333362652d343639352d616433362d32346439386230616562666328009285c5eb0cc9010974657874436f6c6f7201770764656661756c7428009285c5eb0cc9010f6261636b67726f756e64436f6c6f7201770764656661756c7407009285c5eb0cca010601009285c5eb0ccf011303f5c7c5c40c000003c1aee3f0e70328aee3f0e703210100e70201c09ef7a50c00a1a6bf87ac0802020281ced8980c002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278acd8c54d2000019cddb6870c00001b01c09bd9e50b00a19ff3b2db07ea02060d84e19fdb0b0000e901c1aee3f0e70321aee3f0e7038c01010005c184e19fdb0be901aee3f0e7038c01010009c784e19fdb0bef01aee3f0e7038c01030e626c6f636b436f6e7461696e6572070084e19fdb0bf9010309706172616772617068280084e19fdb0bfa010d74657874416c69676e6d656e740177046c656674280084e19fdb0bf90102696401772432386638326130662d393832342d343863622d623337662d623266333364393038396636280084e19fdb0bf9010974657874436f6c6f7201770764656661756c74280084e19fdb0bf9010f6261636b67726f756e64436f6c6f7201770764656661756c74c184e19fdb0bf901aee3f0e7038c0101007301a6d68dcf0b00c4b0d7ef6803be9be4b30f12034d617002dd99fecb0b000003a18694c6a004a0010305e28a9ec90b00c1a0d8eb93088020a0d8eb930881209603c1e28a9ec90b9503a0d8eb9308812001c1e28a9ec90b9503e28a9ec90b9603c202c1e28a9ec90b9603a0d8eb93088120da04c4e28a9ec90bb20aa0d8eb9308812093020a20207b0a20202020747970653a202246656174757265222c0a2020202070726f706572746965733a207b7d2c0a2020202067656f6d657472793a207b0a202020202020636f6f7264696e617465733a205b0a20202020202020205b342e3934353936303532373532363231312c2035322e34343530363233353337323736355d2c0a20202020202020205b342e3439333335323237393932393132372c2035322e3031353634313332333837353331355d2c0a20202020202020205b342e3831353132323937333134303937332c2035322e31343431313135323538373538345d2c0a2020202020205d2c0a202020202020747970653a20224c696e65537472696e67222c0a202020207d2c0a20207d2c0a06c6bfc3d50a00c1be9be4b30f0cbe9be4b30f0d030004c1be9be4b30f0fbe9be4b30f1009a1ddc4afec0c2201c1ddc4afec0c23def9d4a7020c01000703ecbeecaa0a00c18b8197f30209be9be4b30f1204c1ecbeecaa0a03be9be4b30f1201000501ce89b8f2090000c80107a783dabd0900c48ad6ad920302a0d8eb9308d117047b0a2020c1a783dabd0903a0d8eb9308d1173cc4a783dabd093fa0d8eb9308d117017dc4a783dabd093fa783dabd09400f747970653a20224665617475726522c1a783dabd094fa783dabd094024c4a783dabd0973a783dabd0940010ac4a783dabd0973a783dabd0974243b0a202070726f706572746965733a207b7d3b0a202067656f6d657472793a20616e793b01e1d6fbb60900000102d1b4ecab0900c196ceecd3062096ceecd3060c0100ac0101d7f999870900000404d4b7ab840900c1eeecd38e0233eeecd38e023401c1eeecd38e0233d4b7ab84090009c1d4b7ab840900eeecd38e023401c1d4b7ab840900d4b7ab84090a0908fda58fe2080081def9d4a70283011141def9d4a7022205c1def9d4a7028301fda58fe2080001c1def9d4a7028301fda58fe2081607c1fda58fe20816fda58fe2080001c1fda58fe20816fda58fe2081e0181fda58fe2081001c1fda58fe20810fda58fe20820011c84c3f3c108000002c1aee3f0e70328f5c7c5c40c03010007c7aee3f0e7032184e19fdb0be901030e626c6f636b436f6e7461696e6572070084c3f3c1080a0309706172616772617068070084c3f3c1080b06c780e1b6860e0caee3f0e70328030e626c6f636b436f6e7461696e6572280084c3f3c1080d02696401772436623038646133322d333334642d343531332d396534622d336664393234613437653763280084c3f3c1080d0974657874436f6c6f7201770764656661756c74280084c3f3c1080d0f6261636b67726f756e64436f6c6f7201770764656661756c74070084c3f3c1080d0309636f6465626c6f636b280084c3f3c10811086c616e677561676501770a74797065736372697074070084c3f3c1081106010084c3f3c108130f8184c3f3c10822018184c3f3c10823ed028184c3f3c1089003088184c3f3c10898030cc184c3f3c108900384c3f3c108910329280084c3f3c108110773746f72616765017600280084c3f3c1080b0d74657874416c69676e6d656e740177046c656674280084c3f3c1080a02696401772437613764366238332d393361382d346537312d623137302d386636396335336262353066280084c3f3c1080a0974657874436f6c6f7201770764656661756c74280084c3f3c1080a0f6261636b67726f756e64436f6c6f7201770764656661756c7400012800def9d4a7021f0773746f72616765017600c4ddc4afec0c02ddc4afec0c03010ac4ddc4afec0c0284c3f3c108d503162f2f20506c7567696e20726567697374726174696f6e01a6bf87ac0800a193c3b942010301f9cb90a1080000030785e6ae980800c1b4f6f99a0522b4f6f99a052307c185e6ae980806b4f6f99a052301c185e6ae98080685e6ae98080701c185e6ae980807b4f6f99a052301c185e6ae98080785e6ae98080901c185e6ae980809b4f6f99a052301c185e6ae98080985e6ae98080b0179a0d8eb9308008484e1fdb4077e1a0a0a6578706f7274206c65742067656f6a736f6e4c617965727381a0d8eb9308190784a0d8eb930820083a2041727261793c81a0d8eb9308280181a0d8eb93082901c1a0d8eb930829a0d8eb93082a03c1a0d8eb93082da0d8eb93082a01c1a0d8eb93082da0d8eb93082e0a81a0d8eb93082a01c196b9e9e604f90496b9e9e604fa0407c196b9e9e604c70496b9e9e604c80401c196b9e9e604f00496b9e9e604f10401c196b9e9e604f904a0d8eb93083a01c1a0d8eb930843a0d8eb93083a01c1a0d8eb930843a0d8eb93084403c1a0d8eb930847a0d8eb93084414c1a0d8eb93085ba0d8eb93084401c1a0d8eb93085ca0d8eb93084401c1a0d8eb93085ca0d8eb93085d01c1a0d8eb93085ea0d8eb93085d01c1a0d8eb93085ea0d8eb93085f03c1a0d8eb930847a0d8eb93084801c1a0d8eb93085ba0d8eb93085c01c1a0d8eb930862a0d8eb93085f01c1a0d8eb93085fa0d8eb93085d05c1a0d8eb93086aa0d8eb93085d01c1a0d8eb93086aa0d8eb93086b12c1a0d8eb93087da0d8eb93086b11c1a0d8eb93088e01a0d8eb93086b0bc1a0d8eb93089901a0d8eb93086b01c1a0d8eb93087da0d8eb93087e01c1a0d8eb93088e01a0d8eb93088f0101c1a0d8eb93089901a0d8eb93089a0101c1a0d8eb93086ba0d8eb93085d09c1a0d8eb9308a601a0d8eb93085d07c1a0d8eb9308a601a0d8eb9308a70117c1a0d8eb9308c401a0d8eb9308a7010ac1a0d8eb9308ce01a0d8eb9308a7010dc1a0d8eb9308db01a0d8eb9308a70118c1a0d8eb9308f301a0d8eb9308a70112c1a0d8eb9308ad01a0d8eb93085d02c1a0d8eb93088702a0d8eb93085d07c1a0d8eb93088702a0d8eb9308880201c196b9e9e604d10196b9e9e604d20106c196b9e9e604d101a0d8eb9308900201c1a0d8eb9308950296b9e9e604d20107c1a0d8eb9308db01a0d8eb9308dc0103c1a0d8eb9308ce01a0d8eb9308cf0106c1a0d8eb9308c401a0d8eb9308c50105c1a0d8eb9308ab02a0d8eb9308c50102c1a0d8eb9308ab02a0d8eb9308ac0201c1a0d8eb9308ae02a0d8eb9308ac0201c1a0d8eb9308ae02a0d8eb9308af0207c1a0d8eb9308af02a0d8eb9308ac0202c1a0d8eb9308f301a0d8eb9308f4011f8184c3f3c108a403bf0481a0d8eb930896070981a0d8eb93089f070681a0d8eb9308a5073181a0d8eb9308d607b102c1a0d8eb93089607a0d8eb93089707a004c1a0d8eb93082aa0d8eb93083904c1a0d8eb9308ab0ea0d8eb93083901c184e1fdb40706f7bcab96039501010005c7a0d8eb9308ad0ef7bcab96039501030e626c6f636b436f6e7461696e65720700a0d8eb9308b30e03097061726167726170682800a0d8eb9308b40e0d74657874416c69676e6d656e740177046c6566742800a0d8eb9308b30e02696401772435343639383161362d333863302d343339322d616431312d3231616334613763353966302800a0d8eb9308b30e0974657874436f6c6f7201770764656661756c742800a0d8eb9308b30e0f6261636b67726f756e64436f6c6f7201770764656661756c740009c1a0d8eb93082aa0d8eb9308a80e01c1a0d8eb9308ab0ea0d8eb9308ac0e01c1a0d8eb9308c30ea0d8eb9308ac0e01c1a0d8eb9308c30ea0d8eb9308c40e03c1a0d8eb9308c70ea0d8eb9308c40e01c1a0d8eb9308c70ea0d8eb9308c80e07c1a0d8eb9308cf0ea0d8eb9308c80e01c1a0d8eb9308cf0ea0d8eb9308d00e08c1a0d8eb9308c40ea0d8eb9308ac0e10c1a0d8eb9308e80ea0d8eb9308ac0e08c1a0d8eb9308e80ea0d8eb9308e90e9a02c1a0d8eb93088a11a0d8eb9308e90e05c1a0d8eb93088a11a0d8eb93088b11c201c1a0d8eb9308d607a0d8eb9308d70709c1a0d8eb93089f07a0d8eb9308a00701c1a0d8eb9308a507a0d8eb9308a60701c1a0d8eb9308da12a0d8eb9308d70709c1a0d8eb9308e512a0d8eb9308d70709c1a0d8eb9308e512a0d8eb9308e61207c1a0d8eb9308f512a0d8eb9308e61202c1a0d8eb9308f512a0d8eb9308f61201c1a0d8eb9308f512a0d8eb9308f81208c1a0d8eb9308f00ea0d8eb9308ac0e02c1a0d8eb93088213a0d8eb9308ac0e01c1a0d8eb93088213a0d8eb93088313bf02c1a0d8eb9308c215a0d8eb9308831305c1a0d8eb9308c215a0d8eb9308c315f301c1a0d8eb93082ea0d8eb93082a02c1a0d8eb9308bc17a0d8eb93082a01c1a0d8eb9308bc17a0d8eb9308bd170ac1a0d8eb93088313a0d8eb9308ac0e04c1a0d8eb9308cb17a0d8eb9308ac0e01c1a0d8eb9308cb17a0d8eb9308cc1704c4a0d8eb9308d017a0d8eb9308cc17053e203d205bc1a0d8eb9308d517a0d8eb9308cc17c503c1a0d8eb93089a1ba0d8eb9308cc1711c1a0d8eb9308ab1ba0d8eb9308cc1705c1a0d8eb9308f812a0d8eb9308f61201c1a0d8eb9308f812a0d8eb9308b11b01c1a0d8eb9308b21ba0d8eb9308b11b01c1a0d8eb9308b21ba0d8eb9308b31b0ac1a0d8eb93089a1ba0d8eb93089b1b01c1a0d8eb9308ab1ba0d8eb9308ac1bc60181a0d8eb930839e40181a0d8eb9308e81e02c1a0d8eb9308e81ea0d8eb9308e91e910181a0d8eb9308ea1e0584a0d8eb93088020b5015d3b0a0a6578706f727420636f6e7374206c617965725374796c65203d207b0a2020747970653a20226c696e65222c0a20206c61796f75743a207b0a20202020226c696e652d6a6f696e223a2022726f756e64222c0a20202020226c696e652d636170223a2022726f756e64222c0a20207d2c0a20207061696e743a207b0a20202020226c696e652d636f6c6f72223a202223383838222c0a20202020226c696e652d7769647468223a20332c0a20207d2c0a7d3bc1a0d8eb9308bd1ba0d8eb9308b31b0d01a2b7d8df0700000e029ff3b2db070000e902a1e389d504000223bbe088cd0700819eba86ed022721a1def9d4a7021201c7def9d4a70213def9d4a7020c030e626c6f636b436f6e7461696e65720100bbe088cd07220100032800bbe088cd072202696401772433353665383464362d326162302d346663622d616261662d3038663339323333393331322800bbe088cd07220974657874436f6c6f7201770764656661756c742800bbe088cd07220f6261636b67726f756e64436f6c6f7201770764656661756c74000281bbe088cd07201081bbe088cd073b01c1bbe088cd073bbbe088cd073c01c1bbe088cd073dbbe088cd073c01c1bbe088cd073dbbe088cd073e05c1bbe088cd0743bbe088cd073e01c1bbe088cd0743bbe088cd074407c1bbe088cd074bbbe088cd074401c1bbe088cd074bbbe088cd074c04c1bbe088cd074cbbe088cd074401c1bbe088cd0744bbe088cd073e04c1bbe088cd0755bbe088cd073e01c1bbe088cd0755bbe088cd075610c1bbe088cd0766bbe088cd075601c1bbe088cd0766bbe088cd076709c1bbe088cd0770bbe088cd076705c1bbe088cd0770bbe088cd077117c1bbe088cd078c01bbe088cd077101c1bbe088cd078c01bbe088cd078d0102c1bbe088cd078d01bbe088cd077119c1bbe088cd07a801bbe088cd077101c1bbe088cd07a801bbe088cd07a90101c1bbe088cd07aa01bbe088cd07a90101c1bbe088cd07aa01bbe088cd07ab011681bbe088cd073c4d84bbe088cd078e02037d293b2484e1fdb40700c7def9d4a7020cf7bcab96039501030e626c6f636b436f6e7461696e6572010084e1fdb40700010001280084e1fdb4070002696401772434666463626439302d333166352d343035302d393030652d643932346335313531333465280084e1fdb407000974657874436f6c6f7201770764656661756c74280084e1fdb407000f6261636b67726f756e64436f6c6f7201770764656661756c74c784e1fdb40700f7bcab96039501030e626c6f636b436f6e7461696e6572070084e1fdb407060309706172616772617068280084e1fdb407070d74657874416c69676e6d656e740177046c656674280084e1fdb4070602696401772462653036363138352d343134302d346635362d386634662d303233613162626665366430280084e1fdb407060974657874436f6c6f7201770764656661756c74280084e1fdb407060f6261636b67726f756e64436f6c6f7201770764656661756c742800aee3f0e703f2090773746f7261676501760084aee3f0e703dd0b030a0a658184e1fdb4070f028484e1fdb407111378706f7274206c6574206d61726b6572733a208184e1fdb40724018484e1fdb40725017dc184e1fdb4072584e1fdb4072605c184e1fdb4072b84e1fdb4072601c484e1fdb4072b84e1fdb4072c0141c484e1fdb4072d84e1fdb4072c027b0ac484e1fdb4072d84e1fdb4072e05727261793c8484e1fdb40726013ec484e1fdb4072f84e1fdb4072c022020c184e1fdb4073784e1fdb4072c18c184e1fdb4072c84e1fdb4072604c184e1fdb4075384e1fdb4072601c184e1fdb4075384e1fdb4075412c184e1fdb4075484e1fdb4072602c484e1fdb4076884e1fdb40726022020c184e1fdb4076a84e1fdb4072601c184e1fdb4076a84e1fdb4076b0d8484e1fdb4073504203d205b8484e1fdb4077c025d3bc484e1fdb4076884e1fdb40769276c617469747564653a206e756d6265723b0a20206c6f6e6769747564653a206e756d6265723b0a0280e3a88c0700a1dd99fecb0b0501a880e3a88c07000177ad017b2273657474696e6773223a7b227a6f6f6d223a226578706f72742064656661756c7420313b222c226c61746974756465223a226578706f72742064656661756c742033332e3430343938363937393834343631222c226c6f6e676974756465223a226578706f72742064656661756c74202d342e38383234383939303635393136373235222c2267656f6a736f6e4c6179657273223a226578706f72742064656661756c74205b5d3b227d7d0a96ceecd30600c18b8197f3020c8b8197f3020802000ac180e1b6860e0680e1b6860e0c010005c196ceecd3060c80e1b6860e0c010005c196ceecd3061280e1b6860e0c010007c180e1b6860e0696ceecd3060c01001001c9bfa2ae0600000401edeacda30600c4eeecd38e0260eeecd38e0261013f01f0f4f99c0600000a0287ebd6920600c184c3f3c108a403a0d8eb9308d80201c184c3f3c108a40387ebd69206000901eae8c1d20500000301d2c6eaaf0500c1aee3f0e703c60baee3f0e703c70b040ab4f6f99a0500c1d6fedbe7025fd6fedbe702600681bbe088cd0791021a81b4f6f99a051f0181b4f6f99a05200181b4f6f99a05210181b4f6f99a052201c1b4f6f99a0520b4f6f99a052103c1b4f6f99a0521b4f6f99a052201c1b4f6f99a0521b4f6f99a052702c1b4f6f99a0527b4f6f99a0522010298e1af95050081c1a9908f03b707018498e1af950500a406280a20203c646976207374796c653d7b7b2077696474683a203730302c206865696768743a20343030207d7d3e0a202020203c4d61704c696272650a2020202020206f6e4d6f76653d7b286529203d3e207b0a2020202020202020242e7a6f6f6d203d20652e7669657753746174652e7a6f6f6d3b0a2020202020202020242e6c61746974756465203d20652e7669657753746174652e6c617469747564653b0a2020202020202020242e6c6f6e676974756465203d20652e7669657753746174652e6c6f6e6769747564653b0a2020202020207d7d0a2020202020206c6f6e6769747564653d7b242e6c6f6e6769747564657d0a2020202020206c617469747564653d7b242e6c617469747564657d0a2020202020207a6f6f6d3d7b242e7a6f6f6d7d0a2020202020206d61705374796c653d2268747470733a2f2f64656d6f74696c65732e6d61706c696272652e6f72672f7374796c652e6a736f6e223e0a2020202020207b242e67656f6a736f6e4c61796572732e6d617028286c2c206929203d3e20280a20202020202020203c536f7572636520747970653d2267656f6a736f6e22206b65793d7b22736f757263655f22202b20697d20646174613d7b6c7d3e0a202020202020202020203c4c61796572207b2e2e2e242e6c617965725374796c657d202f3e0a20202020202020203c2f536f757263653e0a20202020202029297d0a2020202020207b242e6d61726b6572732e6d617028286d2c206929203d3e20280a20202020202020203c4d61726b65720a202020202020202020206b65793d7b697d0a202020202020202020206c617469747564653d7b6d2e6c617469747564657d0a202020202020202020206c6f6e6769747564653d7b6d2e6c6f6e6769747564657d0a20202020202020202020636f6c6f723d7b6d2e636f6c6f727d0a20202020202020202020706f7075703d7b6d2e74657874203f206e6577206d61706c69627265676c2e506f70757028292e73657454657874286d2e7465787429203a20756e646566696e65647d0a20202020202020202f3e0a20202020202029297d0a202020203c2f4d61704c696272653e0a20203c2f6469763e0a293b02e382b9810500c196b9e9e604d00996b9e9e604dc0901c196b9e9e604bd0996b9e9e604be09037e96b9e9e60400819285c5eb0c2206c184c3f3c108980384c3f3c10899030bc184c3f3c108980396b9e9e6040605c196b9e9e6041596b9e9e6040605c196b9e9e6041596b9e9e6041601c196b9e9e6041b96b9e9e6041601c196b9e9e6041b96b9e9e6041c02c196b9e9e6041e96b9e9e6041c0bc196b9e9e6042996b9e9e6041c01c196b9e9e6042a96b9e9e6041c01c196b9e9e6042a96b9e9e6042b02c196b9e9e6041e96b9e9e6041f01c196b9e9e6042996b9e9e6042a01c196b9e9e6042d96b9e9e6042b04c196b9e9e6043396b9e9e6042b01c196b9e9e6043396b9e9e6043407c196b9e9e6043b96b9e9e6043401c196b9e9e6043c96b9e9e6043404c196b9e9e6043b96b9e9e6043c0bc196b9e9e6043c96b9e9e6043d0bc196b9e9e6045696b9e9e6043d0bc196b9e9e6046196b9e9e6043d1ac196b9e9e6047b96b9e9e6043d05c196b9e9e6045696b9e9e6045701c196b9e9e6046196b9e9e6046201c184c3f3c1082284c3f3c1082301c184c3f3c1082384c3f3c1082401c184c3f3c1082396b9e9e604840102c196b9e9e604860196b9e9e604840107c196b9e9e604840184c3f3c1082401c196b9e9e604860196b9e9e604870101c196b9e9e6048e0184c3f3c1082401c196b9e9e604840196b9e9e6048e0106c196b9e9e6047b96b9e9e6047c01c196b9e9e6047b96b9e9e604970109c196b9e9e604970196b9e9e6047c01c196b9e9e604970196b9e9e604a10101c196b9e9e604a10196b9e9e6047c01c196b9e9e604a00196b9e9e604970102c196b9e9e604a50196b9e9e604970101c196b9e9e604a50196b9e9e604a6010ac196b9e9e604a30196b9e9e6047c01c196b9e9e604a30196b9e9e604b1010bc196b9e9e604bc0196b9e9e604b10101c196b9e9e604bc0196b9e9e604bd010bc196b9e9e604b10196b9e9e6047c01c196b9e9e604b10196b9e9e604c90108c196b9e9e604d10196b9e9e604c90127c196b9e9e604f80196b9e9e604c90101c196b9e9e604f90196b9e9e604c9011bc196b9e9e604940296b9e9e604c901b302c196b9e9e604c70496b9e9e604c90129c196b9e9e604f00496b9e9e604c90109c196b9e9e604f90496b9e9e604c90103c196b9e9e604fc0496b9e9e604c9010bc196b9e9e604870596b9e9e604c90103c196b9e9e6048a0596b9e9e604c90144c196b9e9e604fc0496b9e9e604fd0401c196b9e9e604870596b9e9e604880501c196b9e9e604c90196b9e9e6047c01c196b9e9e604c90196b9e9e604d10507c196b9e9e604d80596b9e9e604d10501c196b9e9e604d80596b9e9e604d90507c196b9e9e604d10596b9e9e6047c01c196b9e9e604d10596b9e9e604e10511c196b9e9e604f20596b9e9e604e1055ec196b9e9e604d00696b9e9e604e10507c196b9e9e604d70696b9e9e604e10509c196b9e9e604f80196b9e9e604f90124c196b9e9e604840796b9e9e604f90101c196b9e9e604f90196b9e9e604fa0101c196b9e9e604d70696b9e9e604d80612c196b9e9e604840796b9e9e60485070dc196b9e9e604980796b9e9e604d80609c196b9e9e604ae0796b9e9e604d80601c196b9e9e604ae0796b9e9e604af0706c184e1fdb4076b84e1fdb4072602c496b9e9e604b70784e1fdb40726010ac196b9e9e604b70796b9e9e604b80705c496b9e9e604bd0796b9e9e604b807093a20737472696e673bc184e1fdb4077c84e1fdb4077d03c196b9e9e604c90784e1fdb4077d01c196b9e9e604c90796b9e9e604ca0701c196b9e9e604cb0796b9e9e604ca0701c196b9e9e604cb0796b9e9e604cc0705c196b9e9e604d10796b9e9e604cc0703c196b9e9e604d10796b9e9e604d2070ec196b9e9e604d40796b9e9e604cc0702c196b9e9e604e40796b9e9e604cc0703c196b9e9e604e40796b9e9e604e50711c196b9e9e604e70796b9e9e604cc0702c196b9e9e604fa0796b9e9e604cc0703c196b9e9e604fa0796b9e9e604fb0707c196b9e9e604840896b9e9e604fb0701c196b9e9e604840896b9e9e604850805c196b9e9e604850896b9e9e604fb0701c196b9e9e604fd0796b9e9e604cc0702c196b9e9e6048d0896b9e9e604cc0703c196b9e9e6048d0896b9e9e6048e0807c196b9e9e604970896b9e9e6048e0801c196b9e9e604970896b9e9e604980803c196b9e9e604cc0796b9e9e604ca070cc196b9e9e604d70696b9e9e604870704c196b9e9e604d00696b9e9e604d10603c196b9e9e604f20596b9e9e604f30509c196b9e9e604f20596b9e9e604af0807c196b9e9e604be0896b9e9e604af0801c196b9e9e604be0896b9e9e604bf0801c196b9e9e6048a0596b9e9e6048b050300064784e1fdb407010309636f6465626c6f636b280096b9e9e604ca08086c616e677561676501770a74797065736372697074280096b9e9e604ca080773746f72616765017600070096b9e9e604ca0806010096b9e9e604cd08488196b9e9e604950901c196b9e9e604950996b9e9e6049609038196b9e9e6049609248196b9e9e604bd090e8196b9e9e604cb0901c196b9e9e604cb0996b9e9e604cc0904c196b9e9e604cb0996b9e9e604cd0907c196b9e9e604d70996b9e9e604cd0901c196b9e9e604d70996b9e9e604d80903c196b9e9e604d00996b9e9e604cc0901c196b9e9e604940296b9e9e60495022401c1ce9cc10400006503e2938fb7040000030700def9d4a70207060100e2938fb704030402a2fba1a50400070084e1fdb40707060100a2fba1a5040003078694c6a00400c19cb1c2a80ff6019cb1c2a80ff70101c19cb1c2a80ff7019cb1c2a80ff80101c19cb1c2a80ff7018694c6a004010ec18694c6a004019cb1c2a80ff80101c18694c6a004018694c6a0041004c49cb1c2a80ff9019cb1c2a80ffa0185010a20202020696e7075744f626a6563743d7b247d0a202020206669656c64733d7b7b0a2020202020207a6f6f6d3a20747275652c0a2020202020206c617469747564653a20747275652c0a2020202020206c6f6e6769747564653a20747275652c0a20202020202067656f6a736f6e4c61796572733a20747275652c0a202020207d7d0a20a1ad80ff900100070197f2f0920400002906dfca92f60300c1be9be4b30f11be9be4b30f12040001c1dfca92f60303be9be4b30f120ca1c6bfc3d50a1001c1ddc4afec0c23c6bfc3d50a1101000745aee3f0e70300000dc1cc82eaa60f06b4f6f99a052314c1def9d4a7020c9eba86ed022b010006c1def9d4a7020caee3f0e70321010063c1aee3f0e703219eba86ed022b010005c7aee3f0e7038c019eba86ed022b030e626c6f636b436f6e7461696e65720700aee3f0e703920103097061726167726170682800aee3f0e70393010d74657874416c69676e6d656e740177046c6566742800aee3f0e703920102696401772461303135613061652d653165382d343937622d393438632d3763356637396632396330382800aee3f0e70392010974657874436f6c6f7201770764656661756c742800aee3f0e70392010f6261636b67726f756e64436f6c6f7201770764656661756c74c1aee3f0e70392019eba86ed022b010005c7aee3f0e70398019eba86ed022b030e626c6f636b436f6e7461696e65720700aee3f0e7039e0103097061726167726170682800aee3f0e7039f010d74657874416c69676e6d656e740177046c6566742800aee3f0e7039e0102696401772433383638646139622d396133302d346165372d386237342d6362636462306638373034622800aee3f0e7039e010974657874436f6c6f7201770764656661756c742800aee3f0e7039e010f6261636b67726f756e64436f6c6f7201770764656661756c74c7aee3f0e7039e019eba86ed022b030e626c6f636b436f6e7461696e65720700aee3f0e703a40103097061726167726170682800aee3f0e703a5010d74657874416c69676e6d656e740177046c6566742800aee3f0e703a40102696401772464373562366561632d623038352d343865372d623163622d3864373438643632353438342800aee3f0e703a4010974657874436f6c6f7201770764656661756c742800aee3f0e703a4010f6261636b67726f756e64436f6c6f7201770764656661756c74c7aee3f0e703a4019eba86ed022b030e626c6f636b436f6e7461696e65720700aee3f0e703aa0103097061726167726170682800aee3f0e703ab010d74657874416c69676e6d656e740177046c6566742800aee3f0e703aa0102696401772462666335373064662d376137332d346664612d383262322d3266353436663130613364622800aee3f0e703aa010974657874436f6c6f7201770764656661756c742800aee3f0e703aa010f6261636b67726f756e64436f6c6f7201770764656661756c7400ae03c1aee3f0e70320b4f6f99a052306008705c1aee3f0e703e304b4f6f99a052302000547bbe088cd07230309636f6465626c6f636b2800aee3f0e703f209086c616e677561676501770a747970657363726970740700aee3f0e703f209060400aee3f0e703f409016581aee3f0e703f5090184aee3f0e703f6091178706f7274206c6574207a6f6f6d203d2081aee3f0e703870a0184aee3f0e703880a013b0004c1aee3f0e703880aaee3f0e703890a050011c1aee3f0e703920aaee3f0e703890a0a000dc1aee3f0e703ad0aaee3f0e703890a07000dc1aee3f0e703c10aaee3f0e703890a090006c1aee3f0e703d70aaee3f0e703890a0ac4aee3f0e703e70aaee3f0e703890a0131004b84aee3f0e703890a0c0a6578706f7274206c65742081aee3f0e703bf0b0484aee3f0e703c30b03203d2084aee3f0e703c60b0e313b0a6578706f7274206c65742081aee3f0e703d40b0484aee3f0e703d80b05203d20313bc4aee3f0e703c30baee3f0e703c40b086c61746974756465c4aee3f0e703d80baee3f0e703d90b096c6f6e67697475646500f101c1aee3f0e703e80aaee3f0e703890a0201b1bba6d2030000f20105f7bcab9603000700def9d4a7020d060100f7bcab96030006008e01c1def9d4a7020c80e1b6860e00010036018ad6ad920300c1a0d8eb9308d017a0d8eb9308d1170303c1a9908f030081a0d8eb9308870a0a84c1a9908f03098a01696d706f7274204d61704c696272652c207b204d61726b65722c20536f757263652c204c617965722c20506f707570207d2066726f6d202272656163742d6d61702d676c2f6d61706c69627265223b0a696d706f7274206d61706c69627265676c2066726f6d20226d61706c696272652d676c223b0a0a6578706f727420636f6e7374206d6170203d2081c1a9908f039301a406058b8197f302000007c1cc82eaa60f13be9be4b30f1201c18b8197f30207be9be4b30f12020001c18b8197f302078b8197f30208020a9eba86ed020081fda58fe2082013819eba86ed021201c19eba86ed02129eba86ed02130cc19eba86ed021f9eba86ed021301c19eba86ed021f9eba86ed022002819eba86ed021301819eba86ed022304c19eba86ed02239eba86ed02240381def9d4a7020c0100051cd6fedbe702000001c1a4d4c79a020aa4d4c79a020b04a1a4d4c79a020c01c1ddc4afec0c23dfca92f60312010008c1a4d4c79a020bbe9be4b30f1208a1d6fedbe7020501c1d6fedbe70206dfca92f60312010007c1d6fedbe70216be9be4b30f120aa1d6fedbe7021701c1d6fedbe70218dfca92f60312010007c1ddc4afec0c23d6fedbe70206010005c1d6fedbe70233d6fedbe70206010007c1d6fedbe70229be9be4b30f120aa1d6fedbe7022a01c1d6fedbe70239d6fedbe70206010007c1d6fedbe7024abe9be4b30f12070002c1d6fedbe7025abe9be4b30f1203c1d6fedbe7025fbe9be4b30f1201a8d6fedbe7024b01772463333638343634652d666162372d346534652d613263322d323839383762663235643665c1d6fedbe7024cd6fedbe7020601000704fe8fecc00200c1ecbeecaa0a03ecbeecaa0a04010005c1ecbeecaa0a03fe8fecc002000400030182a797bd020000990127def9d4a70200070103646f63030a626c6f636b47726f75700700def9d4a70200030e626c6f636b436f6e7461696e65720100def9d4a702010100012800def9d4a702010974657874436f6c6f7201770764656661756c742800def9d4a702010f6261636b67726f756e64436f6c6f7201770764656661756c7487def9d4a70201030e626c6f636b436f6e7461696e65720700def9d4a7020603097061726167726170682800def9d4a702070d74657874416c69676e6d656e740177046c6566742800def9d4a7020602696401772434333563376235392d363065612d343762392d386263382d3062383334303564663732392800def9d4a702060974657874436f6c6f7201770764656661756c742800def9d4a702060f6261636b67726f756e64436f6c6f7201770764656661756c7487def9d4a70206030e626c6f636b436f6e7461696e65720700def9d4a7020c03097061726167726170682800def9d4a7020d0d74657874416c69676e6d656e740177046c6566742100def9d4a7020c026964012800def9d4a7020c0974657874436f6c6f7201770764656661756c742800def9d4a7020c0f6261636b67726f756e64436f6c6f7201770764656661756c74a1def9d4a7020f01c7def9d4a70206def9d4a7020c030e626c6f636b436f6e7461696e65720100def9d4a702130100032800def9d4a7021302696401772463353838363365662d326638322d346664372d616230632d6631663736306562393537382800def9d4a702130974657874436f6c6f7201770764656661756c742800def9d4a702130f6261636b67726f756e64436f6c6f7201770764656661756c74000447def9d4a702140309636f6465626c6f636b2800def9d4a7021f086c616e677561676501770a747970657363726970740700def9d4a7021f060100def9d4a702212381def9d4a7024401c1def9d4a70244def9d4a7024501c1def9d4a70246def9d4a7024501c1def9d4a70246def9d4a7024705c1def9d4a7024cdef9d4a7024701c1def9d4a7024cdef9d4a7024d22c1def9d4a7026fdef9d4a7024d1181def9d4a7024503c1def9d4a7026fdef9d4a702700108a4d4c79a0200a1dfca92f6031101c1dfca92f60312c6bfc3d50a11010007c1dfca92f60310be9be4b30f1202c1a4d4c79a020abe9be4b30f1201a1a4d4c79a020001c1a4d4c79a0201c6bfc3d50a1101001008eeecd38e02008496b9e9e604cc0933696d706f7274206373732066726f6d20226d61706c696272652d676c2f646973742f6d61706c696272652d676c2e637373223b81eeecd38e02320181eeecd38e023310c196b9e9e604d70696b9e9e604a80809c196b9e9e604af0796b9e9e604d8060cc196b9e9e604fa0796b9e9e604fe0703c496b9e9e604bd0796b9e9e604be0705636f6c6f72c4eeecd38e026096b9e9e604be07113a20737472696e673b0a2020746578743f01ebf6808a0200000f0486e7e3d6010084eeecd38e0243090a6578706f7274207b8486e7e3d60108017dc486e7e3d6010886e7e3d60109036373738486e7e3d60109013b018db286bc0100000c01e083e0bb0100000101ad80ff900100a1c09ef7a50c010106b0d7ef68000002c1ecbeecaa0a04be9be4b30f1201c1b0d7ef6802be9be4b30f12010001c1b0d7ef6802b0d7ef68030600bf010193c3b94200a1c09bd9e50b050201c6bcc33e0000c60401df8bd42900002901e389d50400a19cb1c2a80f1b014fb8c6feb30f0100b407be9be4b30f0300040c0614019cb1c2a80f09000206020b020e0213061b0148347d2eb10149cc82eaa60f0100b61996bbbb970f010019c68683c60e01001eb7e7f7c20e0100ce02d498f9b10e03000b19011f0180e1b6860e010012f5e4eee20d02012f31069ff18ad70d010003fa8af6c80d01002d9fc187fa0c010005ddc4afec0c02000322099285c5eb0c0200c901d00113f5c7c5c40c0100eb02c09ef7a50c0100029cddb6870c01001bc09bd9e50b01000684e19fdb0b0200f901ff0174dd99fecb0b010006e28a9ec90b0100b30ac6bfc3d50a010019ecbeecaa0a01000ace89b8f2090100c801a783dabd0902043c5024e1d6fbb609010001d1b4ecab090100ad01d7f9998709010004d4b7ab8409010014fda58fe20801002284c3f3c10803000a14ba03d30301a6bf87ac08010003f9cb90a10801000385e6ae980801000da0d8eb9308051a07298a0eb90e9809d617ab08b6210da2b7d8df0701000e9ff3b2db070100eb02bbe088cd0703002223042ae50184e1fdb40706010210022501270638316b0e80e3a88c0701000196ceecd306010031c9bfa2ae06010004f0f4f99c0601000a87ebd6920601000aeae8c1d205010003d2c6eaaf05010004b4f6f99a0501002b98e1af9505010001e382b9810501000496b9e9e6040400b807b90705c7078301ce08b301c1ce9cc104010065e2938fb7040200030404a2fba1a5040101038694c6a0040200159a010797f2f09204010029dfca92f60301001aaee3f0e7030a009201980106b001c208f60901880a018a0a5ee90a4bc00b04d50b04ef0bf301b1bba6d2030100f201f7bcab96030101cb018ad6ad9203010003c1a9908f0302000a9401a4068b8197f30201000d9eba86ed02010031d6fedbe7020200616208fe8fecc00201000d82a797bd0201009901def9d4a7020602020f01120114041b042263a4d4c79a0201001eeeecd38e02013329ebf6808a0201000f8db286bc0101000ce083e0bb01010001ad80ff9001010001b0d7ef680100ca0193c3b942010002c6bcc33e0100c604df8bd429010029e389d504010001', 'read'), + ('6c39bf3f-7f16-48e4-b68f-52ed05e7c271', 'dqBLFEyFuSUu1', '2023-09-27 11:39:19.922+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 11:51:16.901+00', '\xa40101c0819ee60f00000c0c88e4bbd50f000003c7838f98c70501bd87c5880713030e626c6f636b436f6e7461696e6572010088e4bbd50f03010003210088e4bbd50f0302696401280088e4bbd50f030974657874436f6c6f7201770764656661756c74280088e4bbd50f030f6261636b67726f756e64436f6c6f7201770764656661756c7400bb03c1bd87c588070bbd87c588070c1d81bd87c5880712178488e4bbd50ff903074f666669636573008e0501e0fe97d50f00001a09a796d4c40f000009c1bd87c5880713c7cd9b4d03010077c1af8785db0d49c7cd9b4da00101006ec188e5bca20ae306f4c5bb910fc30101008101c1ada5b2294ef4c5bb910f0001000c0abce7b7b40f00c7b9f7ef8b0c00a796d4c40ff202030e626c6f636b436f6e7461696e65720700bce7b7b40f0003097061726167726170682800bce7b7b40f010d74657874416c69676e6d656e740177046c6566742100bce7b7b40f00026964012800bce7b7b40f000974657874436f6c6f7201770764656661756c742800bce7b7b40f000f6261636b67726f756e64436f6c6f7201770764656661756c74c1b9f7ef8b0c00bce7b7b40f00010009c1d587b7b90b08c4e8c683070d0100d10201c0e5a1920f0000030af4c5bb910f00c1ada5b2294e82e1fbdd0500010009c188e5bca20ae306c7cd9b4db90201000ec188e5bca20ae306f4c5bb910f0a01009c01c188e5bca20ae306f4c5bb910f1901000cc188e5bca20ae306f4c5bb910fb6010100980101abf1d6f50e00000812d6bd9fea0e00c1d7bbc9c1098a01d7bbc9c1090701000cc1d6bd9fea0e00d7bbc9c10907010027c1a3a2a9b40b00d7bbc9c1098a01010003c1838f98c7051bd7bbc9c109a50101000bc1d7bbc9c1098a01d6bd9fea0e00010039c1d6bd9fea0e00d6bd9fea0e0d010005c1a3a2a9b40b00d6bd9fea0e35010003c1838f98c7051bd6bd9fea0e3901009802c1d7bbc9c1097cdf91f6a0020101000905d7bed0ce0e000006c18af4cef8072a87f0f6a5010001004ac1c7c89cec0da301c7c89cec0d0a01000505b5e2e5bd0e00c4d9a081c904a501dcc680f40c58010ac1d9a081c90401d9a081c90409010009c1b9f7ef8b0c00dcc680f40cac010100c70303be8ff3b60e000001c1838f98c70521a3a2a9b40bbb010100070189b7c38f0e000005018cefeafe0d0000020cc7c89cec0d00c1c68faa980143e3c3878e0100010009c18af4cef8072af3d5b4f10c0001008c01c18af4cef8072ac7c89cec0d0a010005c1c7c89cec0d9701c7c89cec0d0a010005c1c7c89cec0d9d01c7c89cec0d0a010009c18af4cef8072ac7c89cec0d970101008a010196b498e40d00000313af8785db0d00000fc1ada5b2291dc2f8bf94040b01002cc1b1f8b58a0804b1f8b58a081801000cc7b1f8b58a0804af8785db0d3c030e626c6f636b436f6e7461696e65720700af8785db0d49030e62756c6c65744c6973744974656d0700af8785db0d4a062100af8785db0d4a026964010100af8785db0d4b012100af8785db0d49026964012100af8785db0d490974657874436f6c6f72012100af8785db0d490f6261636b67726f756e64436f6c6f720181af8785db0d4d040003a1af8785db0d4e01a8af8785db0d4f01770764656661756c74a8af8785db0d5001770764656661756c74000701fad1c8d40d00000301aee39cd40d00001403c3cfa6b50d000001c1838f98c70521be8ff3b60e0101000903f2b1a3b30d000001c1be8ff3b60e01a3a2a9b40bbb0101000803e4b082a50d008191ffb8b2021302c491ffb8b2029f01fce984d50542010a84fce984d50553013b0de9c0afa20d000002c1aa87f65013ab9d9d8e0b7e010041c1ab9d9d8e0b7eaa87f6500c010005c1aa87f65006aa87f65013010045c1aa87f65013e9c0afa20d02010005c1ab9d9d8e0b7ee9c0afa20d44010005c1aa87f65006e9c0afa20d4a0100450cdcc680f40c00000347b9f7ef8b0c010309636f6465626c6f636b0700dcc680f40c03060400dcc680f40c04532f2f204064656661756c742d636f6c6c61707365640a696d706f7274202a20617320646f632066726f6d2022217479706563656c6c3a7479706563656c6c2e6f72672f64565641596d76426165516445223b0a84dcc680f40c57486578706f7274206c6574206d6170203d20646f632e6d61703b0a6578706f7274206c6574206d617053636f7065203d20646f633b0a6578706f72742064656661756c74206d61703b81dcc680f40c9f01012800dcc680f40c03086c616e677561676501770a747970657363726970742800dcc680f40c030773746f72616765017700c1bce7b7b40f00a796d4c40ff202010008c1b9f7ef8b0c00bce7b7b40f060100bc1d02f3d5b4f10c00c18af4cef8072a91edc38001000100870101ce9bfed90c000020069dffbccb0c00c1838f98c70500def5d293069703010040c1def5d293064eb8dcaba6091701002ac1def5d293064e9dffbccb0c410100a70805dec893c50c00000cc1b1f8b58a08a003b1f8b58a08ad03010014c1b1f8b58a08a003dec893c50c0c01000905ebbf92c10c000022c1838f98c7051bd6bd9fea0e8901010005c1ebbf92c10c22d6bd9fea0e890101000c01dfc1dabd0c00000301f1af8dbd0c00000301d195c6bc0c00000301f4d8e2b60c00000f01bde1d7ae0c00000301a7a1edac0c00000c01c1a0d29a0c0000020181c8a28f0c00001509b9f7ef8b0c00c7ada5b2294ea796d4c40ff202030e626c6f636b436f6e7461696e65720100b9f7ef8b0c000100012800b9f7ef8b0c0002696401772461373865656132662d333631332d343031612d393262382d3365386638306534373430372800b9f7ef8b0c000974657874436f6c6f7201770764656661756c742800b9f7ef8b0c000f6261636b67726f756e64436f6c6f7201770764656661756c740004c1c4e8c683070df8f1cfaf02c8010100ad0302c4d495800c00c18af4cef8072ab8dcaba6091701005a01c4a8a8eb0b00002801d8adfaea0b00000103dcbcb2c70b000006c1bd87c5880713d3dee699065b0100840706d587b7b90b00c1c4e8c683070db9f7ef8b0c0a010007c188e5bca20ac301c4e8c683070d0100d201c1b1f8b58a08a603aa87f6500001000604a3a2a9b40b00c1838f98c7051b838f98c705210100ba01c1838f98c70521838f98c70509010007029b89a2b30b00c1838f98c70521c3cfa6b50d010100d30206828ff1b00b0081e4b082a50d0103c1b9f7ef8b0c0091ffb8b202140100ee010700bce7b7b40f01060100828ff1b00bf2010300060189e7a29d0b00002908ab9d9d8e0b00c1b1f8b58a088201b1f8b58a089a0301006dc1ab9d9d8e0b00b1f8b58a089a03010005c1b1f8b58a088201ab9d9d8e0b00010009c1aa87f65013aa87f6500c010041019bc59c810b000030019cdef2f10a0000090f80ade9ef0a000027c1d9a081c90409b1f8b58a088201010005c780ade9ef0a27b1f8b58a088201030e626c6f636b436f6e7461696e6572070080ade9ef0a2d0309706172616772617068280080ade9ef0a2e0d74657874416c69676e6d656e740177046c656674210080ade9ef0a2d02696401280080ade9ef0a2d0974657874436f6c6f7201770764656661756c74280080ade9ef0a2d0f6261636b67726f756e64436f6c6f7201770764656661756c74c180ade9ef0a2db1f8b58a088201010005c180ade9ef0a33b1f8b58a088201010005c180ade9ef0a39b1f8b58a08820101005b01ece583bd0a000005019ee0acb60a00000301858cbdb20a00000303c4fdfaa50a000003c1c4e8c683070d82e1fbdd050b0100b5021888e5bca20a000006c1838f98c70501e380df9d04030100bc01c1ada5b2294eada5b2290f010005c1ada5b2294e88e5bca20ac301010009c1838f98c7050188e5bca20a0601009c01c188e4bbd50f03bd87c588071301009601c1b1f8b58a0804af8785db0d4901009601c1af8785db0d49af8785db0d3c0100b70181d3dee6990682020dc7af8785db0d4988e5bca20a9e05030e626c6f636b436f6e7461696e6572070088e5bca20ae306030e62756c6c65744c6973744974656d070088e5bca20ae40606040088e5bca20ae5060d53616e204672616e636973636f280088e5bca20ae4060d74657874416c69676e6d656e740177046c656674280088e5bca20ae30602696401772465326363303431392d626235622d343737342d386537612d613839376538313932613535280088e5bca20ae3060974657874436f6c6f7201770764656661756c74280088e5bca20ae3060f6261636b67726f756e64436f6c6f7201770764656661756c740389cbbf980a000004c1b1f8b58a0818f2c4f49d06030100da0103e2d791f609000001c1ebbf92c10c22ebbf92c10c2801000c03da87c3ec09000001c1e2d791f60901ebbf92c10c2801000903dac9feeb09000003c1a796d4c40ff001f4c5bb910fc3010100b40101b1d3b7dd090000030198c4f0d60900000314d7bbc9c10900c1838f98c70521f388f4830500010006c1a3a2a9b40b00f388f483050f01001ac1838f98c7051bf388f48305ce02010050c19b89a2b30b00f388f483059f03010006c1fac8c1cb0202838f98c70509010001c1c3cfa6b50d01df91f6a00201010006c1838f98c70521d7bbc9c10900010006c1a3a2a9b40b00d7bbc9c1090701001ac1838f98c7051bd7bbc9c10922010050c19b89a2b30b00d7bbc9c1097301000a01c6f7baa6090000e10209b8dcaba609000017c18af4cef8072ad7bed0ce0e06010005c1b8dcaba60917d7bed0ce0e0601000bc1b8dcaba60917b8dcaba6091d010009c1838f98c705018af4cef8071d01003001b3a3c1a5090000280186cfaa8d0900000301b5ec90df0800000301f2eab7db0800000303b4d7abdb08000004c1b9f7ef8b0c00b5e2e5bd0e0b0100de060191a986be080000010e97a2a8bc080081ada5b2291e010010c1ada5b2291daf8785db0d0f01000fc1ada5b2291e97a2a8bc0800010010c7ada5b2291d97a2a8bc0811030e626c6f636b436f6e7461696e6572070097a2a8bc0832030e62756c6c65744c6973744974656d070097a2a8bc083306040097a2a8bc08340942617263656c6f6e61280097a2a8bc08330d74657874416c69676e6d656e740177046c656674280097a2a8bc083202696401772462313838663464392d623164652d343036652d613263352d636464376332376138303832280097a2a8bc08320974657874436f6c6f7201770764656661756c74280097a2a8bc08320f6261636b67726f756e64436f6c6f7201770764656661756c7404d09f99b50800c18af4cef8072a8af4cef8073001008701c18af4cef8072ad09f99b50800010087010adbe7bda70800c7bce7b7b40f00dcc680f40ca301030e626c6f636b436f6e7461696e65720700dbe7bda7080003097061726167726170682800dbe7bda708010d74657874416c69676e6d656e740177046c6566742800dbe7bda7080002696401772437313036633865612d316665352d346639302d623665622d3264303239373561343830612800dbe7bda708000974657874436f6c6f7201770764656661756c742800dbe7bda708000f6261636b67726f756e64436f6c6f7201770764656661756c740700dbe7bda70801060100dbe7bda7080603c1b9f7ef8b0c00828ff1b00b030100dd0101888add9608000054039ca4938f08000003c1b9f7ef8b0c00b4d7abdb08040100c40325b1f8b58a08000004c1bd87c5880713b8dcaba60933010013c1b1f8b58a0804b8dcaba60933010013c1b1f8b58a0818b8dcaba60933010009c1b1f8b58a082cb8dcaba60933010026c1b1f8b58a0836b8dcaba60933010010c1b1f8b58a085db8dcaba60933010013c1b1f8b58a086eb8dcaba60933010007c1b1f8b58a088201b8dcaba60933010060c1b1f8b58a088a01b8dcaba6093301000bc1b1f8b58a088a01b1f8b58a08eb0101008a01c1b1f8b58a088201b1f8b58a088a01010009c1bd87c5880713b1f8b58a0804010007c1b1f8b58a088201b1f8b58a088203010005c1b1f8b58a088201b1f8b58a089403010005c1b1f8b58a089a03b1f8b58a089403010005c1b1f8b58a08a003b1f8b58a089403010006c1b1f8b58a08a003b1f8b58a08a603010009c1838f98c705009dffbccb0c000100950101e8f693810800000101aba7a0f9070000030b8af4cef807000013c1da87c3ec0901c68faa980143010009c1838f98c70501838f98c7051b01000cc18af4cef8071d838f98c7051b010005c18af4cef8072a838f98c7051b01000fc1c68faa980143ebbf92c10c2801000901cbeaa6de0700000401e8c1f2c60700210104726566730b2d313937373437393839340111bd87c58807000001a8838f98c7050601772431303034623161302d313639362d343332302d393231302d38646337633132646465616341838f98c7050f01000347bd87c5880702030768656164696e672800bd87c58807060d74657874416c69676e6d656e740177046c6566742800bd87c5880706056c6576656c017701310700bd87c5880706060100bd87c58807090281bd87c588070b07c7838f98c70501b8dcaba60933030e626c6f636b436f6e7461696e65720100bd87c58807130100012100bd87c5880713026964012800bd87c58807130974657874436f6c6f7201770764656661756c742800bd87c58807130f6261636b67726f756e64436f6c6f7201770764656661756c74002707c4e8c6830700000dc188e5bca20ac301ada5b2290f010005c4fce984d50552fce984d5054a0820706c7567696e2000a901c1ada5b2294e88e5bca20ac90101000901e7ce89fc0600000301ccaf9ef80600000f03e7b6d1e606000001c1a3a2a9b40bbb01838f98c70509010007019be5d4dc0600000303aad8a1b90600008601c1ada5b2294ec4e8c68307c40101000901beb0bcb50600000301efe79aa40600000303f2c4f49d06000003c1b1f8b58a0818feb385b4040a0100a00112d3dee6990600005bc1bd87c5880713b1f8b58a088c03010061a888e4bbd50f0801772432643831666163312d663138612d346232372d383264632d6231323138323266386135384788e4bbd50f0403097061726167726170680700d3dee69906be01060400d3dee69906bf0127576527726520706c616e6e696e6720746f206275696c64206e6577206f66666963657320696e3a2800d3dee69906be010d74657874416c69676e6d656e740177046c656674a8bd87c588071601772437353037613830362d386161642d343632372d393932332d62313632633139633735356447bd87c5880714030e62756c6c65744c6973744974656d0700d3dee69906e901060400d3dee69906ea0109416d7374657264616d2800d3dee69906e9010d74657874416c69676e6d656e740177046c6566740006a8af8785db0d5801772437383937363536632d646431662d346236392d623130392d3631613230393531303861642800af8785db0d4a0d74657874416c69676e6d656e740177046c65667484af8785db0d54064265726c696e00a60501f0e1c294060000030ddef5d29306000004c1c4d495800c00b8dcaba60917010049c1def5d2930604b8dcaba6091701006b81838f98c7050001004fc1838f98c70500def5d29306ba01010043c1838f98c70500def5d293068a02010048c1838f98c70500def5d29306ce0201006505cfe9df8206000012c1e2d791f60901da87c3ec0901010005c1cfe9df820612da87c3ec090101000901bbccb5f805000003019cc9f9e90500000f01eaf5c2e6050000030482e1fbdd0500c1ada5b2294eaad8a1b906860101000ac1c4e8c683070dada5b2290f0100690187918fda050000071afce984d505000002c1e9c0afa20d9c01ada5b2295a010007c7ab9d9d8e0b7ee9c0afa20d9601030e626c6f636b436f6e7461696e65720700fce984d5050a03097061726167726170682800fce984d5050b0d74657874416c69676e6d656e740177046c6566742800fce984d5050a0974657874436f6c6f7201770764656661756c742800fce984d5050a0f6261636b67726f756e64436f6c6f7201770764656661756c742800fce984d5050a02696401772436663735383862392d343765642d346663372d613239342d616536613737633365396538c7aa87f65006e9c0afa20d9c01030e626c6f636b436f6e7461696e65722800fce984d5051002696401772436393336366163312d333932622d343833662d386232662d6463643239323365636637322800fce984d505100974657874436f6c6f7201770764656661756c742800fce984d505100f6261636b67726f756e64436f6c6f7201770764656661756c740700fce984d505100309636f6465626c6f636b2800fce984d50514086c616e677561676501770a747970657363726970742800fce984d505140773746f726167650176000700fce984d50514060400fce984d5051719696d706f7274202a20617320706c7567696e2066726f6d202284fce984d505300122c4fce984d50530fce984d505310e2164565641596d7642616551644584fce984d50531013b81fce984d505400184fce984d50541086578706f7274207b84fce984d50549017dc1fce984d50549fce984d5054a0881fce984d5054a0101da819bd1050000160f838f98c70500070103646f63030a626c6f636b47726f75700700838f98c70500030e626c6f636b436f6e7461696e65720100838f98c705010100032100838f98c70501026964012800838f98c705010974657874436f6c6f7201770764656661756c742800838f98c705010f6261636b67726f756e64436f6c6f7201770764656661756c7481838f98c7050101000541838f98c7050201000bc1838f98c70501838f98c70509010005c1838f98c7051b838f98c7050901000701c0bae6bd0500004101f091a8ad0500000801c5fae5ac0500000a018e8696a90500000301d9b2ac8e0500009f0401f5a5ec8c050000b80108f388f4830500c1838f98c705219b89a2b30b0001000ec1a3a2a9b40b00838f98c705210100be02c1838f98c7051ba3a2a9b40b00010050c19b89a2b30b00c3cfa6b50d0101000601ccc1b183050000ed0401b6bf84f00400000301bd96bbe80400000301e287fade040000030186f9ded00400000301d8a1c4cd040000070dd9a081c90400a8bce7b7b40f0301772438343639326530342d343661652d343733612d386363642d313532346335643131396532c7d7a9e48f0300b1f8b58a088201030e626c6f636b436f6e7461696e65720100d9a081c904010100012800d9a081c9040102696401772462626162383639372d353139342d346534662d396131322d3366323533376239623234342800d9a081c904010974657874436f6c6f7201770764656661756c742800d9a081c904010f6261636b67726f756e64436f6c6f7201770764656661756c7447d9a081c9040203097061726167726170682800d9a081c904070d74657874416c69676e6d656e740177046c656674c1d9a081c90401b1f8b58a088201010009c1dcc680f40c57dcc680f40c589301000306feb385b40400c1b1f8b58a088201ada5b2294e010009c1b1f8b58a0818ada5b2291501004bc1feb385b4040aada5b2291501000502ab86edb30400c1af8785db0d3cb1f8b58a081801000903e380df9d04000003c1838f98c7050188e4bbd50f0301000904c2f8bf940400c1ab9d9d8e0b6eb1f8b58a089a0301000ac1b1f8b58a0818b1f8b58a082c01004e01cbc6bce40300c1838f98c7051bebbf92c10c220103b1c8f8c003000003c1b1f8b58a089a03f6ec900f040100e5060182a9a7a6030000030bd7a9e48f0300c7b1f8b58a086eb1f8b58a088201030e626c6f636b436f6e7461696e65720700d7a9e48f0300030e62756c6c65744c6973744974656d2800d7a9e48f03010d74657874416c69676e6d656e740177046c6566742800d7a9e48f030002696401772462623836303838372d303061662d343366632d616566392d3336613532633731663530382800d7a9e48f03000974657874436f6c6f7201770764656661756c742800d7a9e48f03000f6261636b67726f756e64436f6c6f7201770764656661756c740700d7a9e48f0301060100d7a9e48f03060184d7a9e48f030706507261677565c1fce984d50541fce984d5054203000701e0c6ccff020000030d9daae8f902000004c18af4cef8072ac7c89cec0dad01010048c18af4cef8072a9daae8f90204010005c19daae8f9024d9daae8f90204010005c19daae8f902539daae8f90204010005c19daae8f902599daae8f90204010009c18af4cef8072a9daae8f9024d01005601bafdbce0020000b50201ccfea7da0200000503fac8c1cb02000002c1e7b6d1e60601838f98c7050901000701fef09cb9020000031391ffb8b20200a880ade9ef0a3001772439616137336462362d323263632d346265392d383538322d643965363061613534613233c780ade9ef0a2d80ade9ef0a33030e626c6f636b436f6e7461696e6572070091ffb8b202010309706172616772617068280091ffb8b202020d74657874416c69676e6d656e740177046c656674280091ffb8b2020102696401772461353536303636632d663334612d343634342d383639622d373266646234653964633763280091ffb8b202010974657874436f6c6f7201770764656661756c74280091ffb8b202010f6261636b67726f756e64436f6c6f7201770764656661756c74c780ade9ef0a2d91ffb8b20201030e626c6f636b436f6e7461696e6572070091ffb8b202070309706172616772617068280091ffb8b202080d74657874416c69676e6d656e740177046c656674280091ffb8b2020702696401772466633239376535642d393632612d343562652d626661302d363134306531643963646237280091ffb8b202070974657874436f6c6f7201770764656661756c74280091ffb8b202070f6261636b67726f756e64436f6c6f7201770764656661756c74070091ffb8b2020806010091ffb8b2020d06c1b9f7ef8b0c009ca4938f0803010072c1d7a9e48f0310fce984d5054219000a01e2fabab10200000c018fb0a2b00200000307f8f1cfaf02000004c1c4e8c683070dc4fdfaa50a03010062c1c4e8c683070df8f1cfaf0204010060c1c4e8c683070df8f1cfaf026701006903df91f6a002000001c1c3cfa6b50d01be8ff3b60e01010008028f8fc79402002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278ad66fb5f2000018c869ceb0100000601a0c496ea0100003301edeecae6010000030190a99bcb01000003059ff084c00100000cc1cfe9df820612cfe9df820618010005c19ff084c0010ccfe9df82061801000901eba7fcbf010000030185dac4ab010000030287f0f6a50100c18af4cef8072a9daae8f9026901004503c68faa9801000043c1da87c3ec0901ebbf92c10c2801001c02e3c3878e0100c1c68faa9801438af4cef80740010009019686d988010000030291edc3800100c18af4cef8072ad09f99b50888010100870101ab9de86a0000030caa87f65000c1b1f8b58a08a603b1f8b58a089403010005c7aa87f65000b1f8b58a089403030e626c6f636b436f6e7461696e65720700aa87f6500603097061726167726170682800aa87f650070d74657874416c69676e6d656e740177046c6566742800aa87f6500602696401772435656238353961352d653338302d343863342d383735612d3765313137306431616462352800aa87f650060974657874436f6c6f7201770764656661756c742800aa87f650060f6261636b67726f756e64436f6c6f7201770764656661756c74c1aa87f65006b1f8b58a089403010006c1aa87f65006aa87f6500c0100fa0107c7cd9b4d000003c1bd87c5880713dcbcb2c70b0601009c01c1af8785db0d4988e5bca20ae30601009801c188e5bca20ae30688e5bca20a9e050100c20202e9f1a93e00c1ebbf92c10c22e2d791f6090101000d0190c09c3c00000501dbbed4310000021aada5b22900c1b1f8b58a088201ab9d9d8e0b7401000ec1b1f8b58a088201ada5b22900010005c7b1f8b58a0818c2f8bf94040b030e626c6f636b436f6e7461696e65720100ada5b229150100012800ada5b2291502696401772465393565616130622d663764652d343763312d393032352d3932343861306532323330612800ada5b229150974657874436f6c6f7201770764656661756c742800ada5b229150f6261636b67726f756e64436f6c6f7201770764656661756c7447ada5b2291603097061726167726170682800ada5b2291b0d74657874416c69676e6d656e740177046c656674c7ada5b22915c2f8bf94040b030e626c6f636b436f6e7461696e65720700ada5b2291d03097061726167726170682800ada5b2291e0d74657874416c69676e6d656e740177046c6566742800ada5b2291d02696401772430363738383064612d656365612d346434362d616636622d6237663865633665323238342800ada5b2291d0974657874436f6c6f7201770764656661756c742800ada5b2291d0f6261636b67726f756e64436f6c6f7201770764656661756c740700ada5b2291e060400ada5b229230a5765277265206e6f742081ada5b2292d0384ada5b229301d706c616e6e696e6720746f206275696c64206f66666963657320696e3ac1b1f8b58a088201ada5b2290f01000bc1e9c0afa20d9c01e9c0afa20d4a0100b50101f4cf8b2600000401a7f7f72200000301ec91ef2100000203f6ec900f000004c1b1f8b58a089a03c3ccd80a03010049018df2b40c00000303c3ccd80a000003c1b1f8b58a089a03b1f8b58a08a00301006101c2d0d707000006a301c0819ee60f01000c88e4bbd50f04000304050bef0381048e05e0fe97d50f01001aa796d4c40f0100ff02bce7b7b40f02030106dc02c0e5a1920f010003f4c5bb910f0100dc02abf1d6f50e010008d6bd9fea0e0100ac03d7bed0ce0e010057b5e2e5bd0e0101d203be8ff3b60e01000989b7c38f0e0100058cefeafe0d010002c7c89cec0d0100b80296b498e40d010003af8785db0d0300494c0d5b07fad1c8d40d010003aee39cd40d010014c3cfa6b50d01000bf2b1a3b30d01000ae4b082a50d010002e9c0afa20d0100e201dcc680f40c030003a00101a301c61df3d5b4f10c01008801ce9bfed90c0100209dffbccb0c01009409dec893c50c01002bebbf92c10c010035dfc1dabd0c010003f1af8dbd0c010003d195c6bc0c010003f4d8e2b60c01000fbde1d7ae0c010003a7a1edac0c01000cc1a0d29a0c01000281c8a28f0c010015b9f7ef8b0c02010206b203c4d495800c01005bc4a8a8eb0b010028d8adfaea0b010001dcbcb2c70b01008b07d587b7b90b0100e201a3a2a9b40b0100c3019b89a2b30b0100d402828ff1b00b0200f201f3010989e7a29d0b010029ab9d9d8e0b0100c0019bc59c810b0100309cdef2f10a01000980ade9ef0a03002d30013368ece583bd0a0100059ee0acb60a010003858cbdb20a010003c4fdfaa50a0100b90288e5bca20a0100e30689cbbf980a0100df01e2d791f60901000eda87c3ec0901000bdac9feeb090100b801b1d3b7dd0901000398c4f0d609010003d7bbc9c10901008102c6f7baa6090100e102b8dcaba609010064b3a3c1a50901002886cfaa8d09010003b5ec90df08010003f2eab7db08010003b4d7abdb080100e30691a986be0801000197a2a8bc08010032d09f99b50801009002dbe7bda7080107e101888add96080100549ca4938f080100c803b1f8b58a080100cd04e8f6938108010001aba7a0f9070100038af4cef80701004acbeaa6de07010004e8c1f2c607010001bd87c5880705000102040a0914031927c4e8c683070200131bb301e7ce89fc06010003ccaf9ef80601000fe7b6d1e6060100099be5d4dc06010003aad8a1b90601009001beb0bcb506010003efe79aa406010003f2c4f49d060100a401d3dee699060300bd01f501068302a605f0e1c29406010003def5d293060100fd03cfe9df8206010022bbccb5f8050100039cc9f9e90501000feaf5c2e60501000382e1fbdd0501007587918fda05010007fce984d50503000a41014b09da819bd105010016838f98c7050202050920c0bae6bd05010041f091a8ad05010008c5fae5ac0501000a8e8696a905010003d9b2ac8e0501009f04f5a5ec8c050100b801f388f483050100a603ccc1b183050100ed04b6bf84f004010003bd96bbe804010003e287fade0401000386f9ded004010003d8a1c4cd04010007d9a081c90402020209a001feb385b40401005cab86edb30401000ae380df9d0401000dc2f8bf940401005acbc6bce403010001b1c8f8c0030100e90682a9a7a603010003d7a9e48f030207010e0ae0c6ccff020100039daae8f9020100c001bafdbce0020100b502ccfea7da02010005fac8c1cb0201000afef09cb90201000391ffb8b202010e9c01e2fabab10201000c8fb0a2b002010003f8f1cfaf020100b202df91f6a00201000a8c869ceb01010006a0c496ea01010033edeecae60101000390a99bcb010100039ff084c00101001ceba7fcbf0101000385dac4ab0101000387f0f6a501010046c68faa9801010060e3c3878e0101000a9686d9880101000391edc3800101008801ab9de86a010003aa87f6500200060c8202c7cd9b4d0100fc04e9f1a93e01000e90c09c3c010005dbbed431010002ada5b22904001516022e034ec201f4cf8b26010004a7f7f722010003ec91ef21010002f6ec900f01004e8df2b40c010003c3ccd80a010065c2d0d707010006', 'read'), + ('90f281a3-185b-4ed2-9124-2c5c84efc991', 'dWAhJ3CGb2r1b', '2023-10-17 18:51:40.407+00', 'b59ab93d-978d-4c94-8389-31fad2cd9710', '2023-10-17 18:51:41.24+00', '\x0000', 'read'), + ('9e8d4fd7-fa9a-4369-bc0e-7aa977b5fbc1', 'daa6ueKfmsCaE', '2023-10-17 18:51:41.517+00', '3bbe3401-63c5-417a-96a4-2aebfedfc26e', '2023-10-17 18:51:41.517+00', '\x010399f0d1820c002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3efabc4d0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('61ebd4a9-d1d3-4554-8aab-b19d336c3aef', 'dWXfGStad9rXe', '2023-10-17 18:51:41.933+00', '2aa8890e-86ee-450a-b0f6-76b3922310f3', '2023-10-17 18:51:41.933+00', '\x0103b980c6f102002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3efabded0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('d5f5a1f9-fdc3-46fd-933c-6d060e0ff4c8', 'dEJv33zZV99s9', '2023-10-17 18:51:43.237+00', '3bbe3401-63c5-417a-96a4-2aebfedfc26e', '2023-10-17 18:51:43.294+00', '\x010195d9ffdd0d00280104746573740568656c6c6f017705776f726c6400', 'read'), + ('9196e676-0b7f-497c-8a55-b5b60e27e575', 'dfTzFxqbptVfg', '2023-09-06 11:24:18.845+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:54:44.523+00', '\x0d05e9d68297df0200a1ddd39ba9030c01c1ddd39ba90301ddd39ba9030901000cc1e9d68297df0201ddd39ba9030901000f08cd8cc8c10f00280104726566730a2d343136353434353439017605026964770d7244746268386a4d5356334766096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f6462466e594258336e714d377407736f72744b657977025a7a280104726566730a31313231303030313536017605026964770d727367676341685a7868656477096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f64564e624566504b4a445a357107736f72744b657977025a79280104726566730a2d333230373737323439017605026964770d724e3855466b614a6439363571096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f644a485444625631734c6b394b07736f72744b657977025a782101047265667308373537383138383501210104726566730a3133323833373735363401210104726566730b2d3136343131333539373601210104726566730935333730343535313001210104726566730b2d313937373437393839340101deb9a8f10c00280104726566730b2d31353036393735333132017605026964770d72674654475632516642484764096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f64716b436e34727a395831634a07736f72744b65797702613001cbbbffeb0c00000702969f89da0c002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278a6a3c6a1d000019ddce3ad0c00001302c1c8aef20a00a1cd8cc8c10f0701a8cd8cc8c10f04017605026964770d726e64434e4d54775363563434096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f6451795a77636d56754b5a516a07736f72744b657977025a7701d189a1c8090000020ce1e1c0c70700a8f2fad09f031501772438613632313436632d643964342d346161652d623564622d63353261633139653831363847ddd39ba90301030e626c6f636b436f6e7461696e65720100e1e1c0c707010100032800e1e1c0c7070102696401772463663562316335352d663339642d346164612d626164302d3233313234616562383861642800e1e1c0c707010974657874436f6c6f7201770764656661756c742800e1e1c0c707010f6261636b67726f756e64436f6c6f7201770764656661756c7447e1e1c0c70702030768656164696e672800e1e1c0c707090d74657874416c69676e6d656e740177046c6566742800e1e1c0c70709056c6576656c017701310700e1e1c0c70709060400e1e1c0c7070c046869796f0addd39ba90300070103646f63030a626c6f636b47726f75700100ddd39ba9030001000787ddd39ba90301030e626c6f636b436f6e7461696e65720700ddd39ba9030903097061726167726170682800ddd39ba9030a0d74657874416c69676e6d656e740177046c6566742100ddd39ba90309026964012800ddd39ba903090974657874436f6c6f7201770764656661756c742800ddd39ba903090f6261636b67726f756e64436f6c6f7201770764656661756c74000505f2fad09f0300000aa1e9d68297df020001c1c7cfdbad022bddd39ba90309010009a1f2fad09f030a0107c7cfdbad0200002bc1e9d68297df020eddd39ba9030901000dc1c7cfdbad022bf2fad09f030b010005c1c7cfdbad0239f2fad09f030b01004301f282b9030000030be9d68297df0201001ecd8cc8c10f010305cbbbffeb0c0100079ddce3ad0c010013c1c8aef20a010001d189a1c809010002e1e1c0c707010204ddd39ba9030301080c010f05f2fad09f03010016c7cfdbad0201008301f282b903010003', 'read'), + ('7abc6316-f1af-4473-9fc9-41b6685f02f6', 'dgrX5mWELK1cz', '2023-10-11 20:37:39.614+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:54:44.529+00', '\x0d108395adfe0f00070103646f63030a626c6f636b47726f757007008395adfe0f00030e626c6f636b436f6e7461696e657207008395adfe0f01030970617261677261706807008395adfe0f020601008395adfe0f030128008395adfe0f020d74657874416c69676e6d656e740177046c65667428008395adfe0f0102696401772435396264333032632d363639392d343734332d386130302d63386234633562386538643728008395adfe0f010974657874436f6c6f7201770764656661756c7428008395adfe0f010f6261636b67726f756e64436f6c6f7201770764656661756c74878395adfe0f01030e626c6f636b436f6e7461696e657207008395adfe0f09030970617261677261706828008395adfe0f0a0d74657874416c69676e6d656e740177046c65667428008395adfe0f0902696401772462393266616564632d353464312d343136642d396632322d35663631633938363238356228008395adfe0f090974657874436f6c6f7201770764656661756c7428008395adfe0f090f6261636b67726f756e64436f6c6f7201770764656661756c74818395adfe0f04031cdaef96f50f00878395adfe0f09030e626c6f636b436f6e7461696e65720700daef96f50f0003097061726167726170680700daef96f50f01062800daef96f50f0102696401770d626e6e533157574d6b515973570400daef96f50f020e436174732061726520736d616c6c81daef96f50f110184daef96f50f1213206361726e69766f726f7573206d616d6d616c81daef96f50f250b81daef96f50f301184daef96f50f410c732e2054686579206172652081daef96f50f4d0684daef96f50f530b20666f722074686569722081daef96f50f5e0b84daef96f50f690468756e7481daef96f50f6d1284daef96f50f7f016e81daef96f50f80010784daef96f50f8701012081daef96f50f88010984daef96f50f9101017381daef96f50f92010184daef96f50f9301016981daef96f50f94010984daef96f50f9d01026c7381daef96f50f9f010681daef96f50fa5011784daef96f50fbc010520616e642081daef96f50fc1014649b8a9c5e60e0081c7c7c0e4051203c1daef96f50f11daef96f50f1201c1daef96f50f25daef96f50f2602c1daef96f50f30daef96f50f3111c1e2aff9d30709daef96f50fa60117c1daef96f50fa501e2aff9d3070901c1daef96f50fbc01e2aff9d3070a01c1daef96f50f11b8a9c5e60e0301c1daef96f50f25b8a9c5e60e0402c1daef96f50f30b8a9c5e60e0611c1e2aff9d30709b8a9c5e60e1717c1daef96f50fa501b8a9c5e60e2e01c1daef96f50fbc01b8a9c5e60e2f01c1daef96f50f11b8a9c5e60e3001c1daef96f50f25b8a9c5e60e3102c1daef96f50f30b8a9c5e60e3311c1e2aff9d30709b8a9c5e60e4417c1daef96f50fa501b8a9c5e60e5b01c1daef96f50fbc01b8a9c5e60e5c01c1daef96f50f11b8a9c5e60e5d01c1daef96f50f25b8a9c5e60e5e02c1daef96f50f30b8a9c5e60e6011c1e2aff9d30709b8a9c5e60e7117c1daef96f50fa501b8a9c5e60e880101c1daef96f50fbc01b8a9c5e60e890101c1daef96f50f11b8a9c5e60e8a0101c1daef96f50f25b8a9c5e60e8b0102c1daef96f50f30b8a9c5e60e8d0111c1e2aff9d30709b8a9c5e60e9e0117c1daef96f50fa501b8a9c5e60eb50101c1daef96f50fbc01b8a9c5e60eb60101c1daef96f50f11b8a9c5e60eb70101c1daef96f50f25b8a9c5e60eb80102c1daef96f50f30b8a9c5e60eba0111c1e2aff9d30709b8a9c5e60ecb0117c1daef96f50fa501b8a9c5e60ee20101c1daef96f50fbc01b8a9c5e60ee30101c1daef96f50f11b8a9c5e60ee40101c1daef96f50f25b8a9c5e60ee50102c1daef96f50f30b8a9c5e60ee70111c1e2aff9d30709b8a9c5e60ef80117c1daef96f50fa501b8a9c5e60e8f0201c1daef96f50fbc01b8a9c5e60e900201c1daef96f50f11b8a9c5e60e910201c1daef96f50f25b8a9c5e60e920202c1daef96f50f30b8a9c5e60e940211c1e2aff9d30709b8a9c5e60ea50217c1daef96f50fa501b8a9c5e60ebc0201c1daef96f50fbc01b8a9c5e60ebd0201c1daef96f50f11b8a9c5e60ebe0201c1daef96f50f25b8a9c5e60ebf0202c1daef96f50f30b8a9c5e60ec10211c1e2aff9d30709b8a9c5e60ed20217c1daef96f50fa501b8a9c5e60ee90201c1daef96f50fbc01b8a9c5e60eea0201c1daef96f50f11b8a9c5e60eeb0201c1daef96f50f25b8a9c5e60eec0202c1daef96f50f30b8a9c5e60eee0211c1e2aff9d30709b8a9c5e60eff0217c1daef96f50fa501b8a9c5e60e960301c1daef96f50fbc01b8a9c5e60e970301c1daef96f50f11b8a9c5e60e980301c1daef96f50f25b8a9c5e60e990302c1daef96f50f30b8a9c5e60e9b0311c1e2aff9d30709b8a9c5e60eac0317c1daef96f50fa501b8a9c5e60ec30301c1daef96f50fbc01b8a9c5e60ec40301c1daef96f50f11b8a9c5e60ec50301c1daef96f50f25b8a9c5e60ec60302c1daef96f50f30b8a9c5e60ec80311c1e2aff9d30709b8a9c5e60ed90317c1daef96f50fa501b8a9c5e60ef00301c1daef96f50fbc01b8a9c5e60ef1030178b5cac8c30e00c4b9c987c408de01b9c987c408df0106736561726368c4c88c97d70ce811c88c97d70ce91108207374796c653d7bc4b5cac8c30e0dc88c97d70ce911017dc4b5cac8c30e0db5cac8c30e0e017bc4b5cac8c30e0fb5cac8c30e0e017dc4b5cac8c30e0fb5cac8c30e10017ac1b5cac8c30e11b5cac8c30e1001c4b5cac8c30e12b5cac8c30e100c496e6465783a20313030303bc1b5cac8c30e1eb5cac8c30e1001c4b5cac8c30e1fb5cac8c30e1009706f736974696f6e3ac4b5cac8c30e28b5cac8c30e10086162736f6c757465c1b5cac8c30e30b5cac8c30e1001c4b5cac8c30e31b5cac8c30e100122c4b5cac8c30e28b5cac8c30e290122c4b9c987c408d201b9c987c408d3010120c4b5cac8c30e34b9c987c408d301077374796c653d7bc4b5cac8c30e3bb9c987c408d301017dc4b5cac8c30e3bb5cac8c30e3c017bc4b5cac8c30e3db5cac8c30e3c017dc1b5cac8c30e3db5cac8c30e3e0dc4b5cac8c30e4bb5cac8c30e3e023a22c4b5cac8c30e4db5cac8c30e3e0122c1b5cac8c30e4db5cac8c30e4e05c4b5cac8c30e53b5cac8c30e4e016ec4b5cac8c30e4bb5cac8c30e4c07646973706c6179c4b5cac8c30e54b5cac8c30e4e036f6e65c1b9c987c408c601b9c987c408c7011dc4b9c987c408b701b9c987c408b801030a2020c4b9c987c408b701b5cac8c30e7c0d636f6e7374207370616e203d20c4b5cac8c30e8b01b5cac8c30e7c06757365526566c4b5cac8c30e9101b5cac8c30e7c022829c4b5cac8c30e9101b5cac8c30e9201053c616e793ec4b5cac8c30e8b01b5cac8c30e8c010652656163742ec4b5cac8c30e9301b5cac8c30e7c013bc1b5cac8c30e7eb9c987c408b80103c4b5cac8c30e7eb5cac8c30ea00107636f6e7374205bc4b5cac8c30ea901b5cac8c30ea001015dc4b5cac8c30ea901b5cac8c30eaa010177c1b5cac8c30eab01b5cac8c30eaa0101c4b5cac8c30eac01b5cac8c30eaa010e696474682c207365745769647468c4b5cac8c30eaa01b5cac8c30ea00103203d20c4b5cac8c30ebd01b5cac8c30ea00109757365537461746528c1b5cac8c30ec601b5cac8c30ea00101c1b5cac8c30ec601b5cac8c30ec70101c1b5cac8c30ec701b5cac8c30ea00101c4b5cac8c30ea201b9c987c408b801030a2020c4b5cac8c30ea201b5cac8c30eca01053230293b0ac4b5cac8c30ebd01b5cac8c30ebe010652656163742ec1b9c987c408f601b9c987c408f70101c4b9c987c408f601b5cac8c30ed8010173c1b5cac8c30ed901b5cac8c30ed80106c1b5cac8c30edf01b5cac8c30ed80101c1b5cac8c30edf01b5cac8c30ee00101c1b5cac8c30ee101b5cac8c30ee00101c1b5cac8c30ee101b5cac8c30ee2010dc4b9c987c408b502b9c987c408b6021274796c653d7b7b77696474683a7769647468c4b5cac8c30e8102b9c987c408b602047d7d2020c4b5cac8c30e8102b5cac8c30e8202022b22c4b5cac8c30e8702b5cac8c30e82020122c4b5cac8c30e8702b5cac8c30e8802027078c4b9c987c408b502b5cac8c30ef0010173c4b5cac8c30ed101b5cac8c30eca010b202052656163742e757365c1b5cac8c30e9602b5cac8c30eca0103c4b5cac8c30e9902b5cac8c30eca010d4c61796f757445666665637428c1b5cac8c30ea602b5cac8c30eca0101c4b5cac8c30ea602b5cac8c30ea702072829203d3e207bc1b5cac8c30eae02b5cac8c30ea70201c4b5cac8c30eae02b5cac8c30eaf02010ac1b5cac8c30eb002b5cac8c30eaf0207c4b5cac8c30ea702b5cac8c30eca01030a2020c4b5cac8c30eba02b5cac8c30eca01017dc4b5cac8c30ebb02b5cac8c30eca0102293bc4b5cac8c30ebb02b5cac8c30ebc02022c5bc4b5cac8c30ebf02b5cac8c30ebc02015dc4b5cac8c30ebf02b5cac8c30ec00206736561726368c4b5cac8c30ea702b5cac8c30eb8020420202020c4b5cac8c30eca02b5cac8c30eb80209736574576964746828c1b5cac8c30ed302b5cac8c30eb80201c1b5cac8c30ed302b5cac8c30ed40215c1b5cac8c30ee902b5cac8c30ed40213c1b5cac8c30efc02b5cac8c30ed40201c1b5cac8c30efc02b5cac8c30efd020fc1b5cac8c30efd02b5cac8c30ed40206c4b5cac8c30ed402b5cac8c30eb802013bc4b5cac8c30ee902b5cac8c30eea020b7061727365466c6f617428c4b5cac8c30ed402b5cac8c30e93030129c4b5cac8c30e34b5cac8c30e350120c4b5cac8c30e34b5cac8c30ea003057265663d7bc4b5cac8c30ea503b5cac8c30ea003017dc4b5cac8c30ea503b5cac8c30ea603047370616ec4b5cac8c30eba02b5cac8c30ebb02022020c4b5cac8c30eac03b5cac8c30ebb02030a2020c1b5cac8c30eac03b5cac8c30ead0308c4b5cac8c30eca02b5cac8c30ecb02050a20202020c4b5cac8c30eca02b5cac8c30eb8030d7370616e2e63757272656e742ec1b5cac8c30ec903b5cac8c30eb80301c4b5cac8c30eca03b5cac8c30eb8030f7374796c652e646973706c61793d22c4b5cac8c30ed903b5cac8c30eb8030122c4b5cac8c30ed903b5cac8c30eda0305626c6f636bc4b5cac8c30eda03b5cac8c30eb803013bc4b5cac8c30ed402b5cac8c30e9f03057370616e2ec4b5cac8c30ee503b5cac8c30e9f030b636c69656e745769647468c4b5cac8c30ee503b5cac8c30ee603012ec4b5cac8c30ee503b5cac8c30ef1030763757272656e74c1b5cac8c30e4eb5cac8c30e3e01c4b5cac8c30ef903b5cac8c30e3e0a706f736974696f6e3a22c4b5cac8c30e8304b5cac8c30e3e0122c4b5cac8c30e8304b5cac8c30e8404086162736f6c757465c4b5cac8c30eaf03b5cac8c30ebb020520200a2020c4b5cac8c30eb703b5cac8c30ead03127370616e2e63757272656e742e7374796c65c4b5cac8c30ea304b5cac8c30ead030a2e646973706c61793d22c1b5cac8c30ead04b5cac8c30ead0305c4b5cac8c30eb204b5cac8c30ead0302223bc4b5cac8c30eb204b5cac8c30eb304046e6f6e65c4b5cac8c30e8802b5cac8c30e8202133b626f726465723a303b6f75746c696e653a3041c88c97d70c8c0d01c4b9c987c408b101b9c987c408b201056170706c65c1b5cac8c30ecc04c88c97d70c8c0d09c1c88c97d70c8c0dc88c97d70c8d0d01c1c88c97d70c8c0db5cac8c30edb040602d4deeddd0d002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278b2075989e0003bc88c97d70c00000647ae86f4fd04ed0a0309636f6465626c6f636b2800c88c97d70c06086c616e677561676501770a747970657363726970742800c88c97d70c060773746f726167650176000700c88c97d70c06060400c88c97d70c0918696d706f7274207b20436f6d6d616e64207d2066726f6d2081c88c97d70c21e80381c88c97d70c890405c1c88c97d70c8904c88c97d70c8a04b403c1c88c97d70cc207c88c97d70c8a040dc1c88c97d70ccf07c88c97d70c8a0467c1c88c97d70cc207c88c97d70cc30701c1c88c97d70ccf07c88c97d70cd0070181c88c97d70c8e042084c88c97d70cd8080922636d646b223b0a0a84c88c97d70ce108016384c88c97d70ce2081d6f6e737420436f6d6d616e644d656e75203d202829203d3e207b0a202081c88c97d70cff082a81c88c97d70ca909b80281c88c97d70ce10b0d81c88c97d70cee0b5284c88c97d70cc00c290a2020293b0a7d3b0a0a6578706f72742064656661756c74203c436f6d6d616e644d656e75202f3e3bc1c88c97d70ce10bc88c97d70ce20b01c1c88c97d70cee0bc88c97d70cef0b01c1c88c97d70ce208c88c97d70ce30801c4c88c97d70ce108c88c97d70ce2080165c1c88c97d70ced0cc88c97d70ce20802c4c88c97d70cef0cc88c97d70ce2080678706f727420c1c7c7c0e405f82dc7c7c0e405f92d01c1c7c7c0e405f82dc88c97d70cf60c0381b192c293070601001087c88c97d70cfa0c060400c88c97d70c8b0d012084c88c97d70c8c0dd901666c657869626c6520626f6479207769746820717569636b207265666c657865732e205468657920617265206b6e6f776e20666f72207468656972206167696c69747920616e642067726163652e2044657370697465206265696e6720736f6c69746172792068756e746572732c206361747320617265206120736f6369616c20737065636965732c206f6674656e207573696e6720636f6d706c657820766f63616c697a6174696f6e732c2070757272732c20616e64207461696c206d6f76656d656e747320666f7220636f6d6d756e69636174696f6e2e0011c1c88c97d70cff08c88c97d70c800902c1c88c97d70cf80ec88c97d70c800903c1c88c97d70cf80ec88c97d70cf90e31c4c88c97d70cac0fc88c97d70cf90e010ac4c88c97d70cac0fc88c97d70cad0f32636f6e7374205b76616c75652c2073657456616c75655d203d2052656163742e757365537461746528226170706c6522293bc1c88c97d70cad0fc88c97d70cf90e30c1c88c97d70cad0fc88c97d70ce00f04c1c88c97d70ca909c88c97d70caa092fc1c88c97d70ca909c88c97d70c941003c1c88c97d70cc510c88c97d70c941005c1c88c97d70cc510c88c97d70cc6100bc1c88c97d70cd510c88c97d70cc61001c1c88c97d70cd510c88c97d70cd61005c1c88c97d70cd610c88c97d70cc61007c4c88c97d70cc00cc88c97d70cc10c033c2f3ec1c88c97d70cc00cc88c97d70ce3100ec1c88c97d70cf310c88c97d70ce3105dc4c88c97d70cd011c88c97d70ce310182f3e0a20202020202020203c436f6d6d616e642e4c697374c4c88c97d70ce811c88c97d70ce31099023e0a202020202020202020203c436f6d6d616e642e456d7074793e4e6f20726573756c747320666f756e642e3c2f436f6d6d616e642e456d7074793e0a0a202020202020202020203c436f6d6d616e642e47726f75702068656164696e673d224c657474657273223e0a2020202020202020202020203c436f6d6d616e642e4974656d3e613c2f436f6d6d616e642e4974656d3e0a2020202020202020202020203c436f6d6d616e642e4974656d3e623c2f436f6d6d616e642e4974656d3e0a2020202020202020202020203c436f6d6d616e642e536570617261746f72202f3e0a2020202020202020202020203c436f6d6d616e642e4974656d3e633c2f436f6d6d616e642e4974656d3e0a202020202020202020203c2fc4c88c97d70c8114c88c97d70ce3100d436f6d6d616e642e47726f7570c4c88c97d70c8e14c88c97d70ce3105d3e0a0a202020202020202020203c436f6d6d616e642e4974656d3e4170706c653c2f436f6d6d616e642e4974656d3e0a20202020202020203c2f436f6d6d616e642e4c6973743e0a2020202020203c2f436f6d6d616e643e0a20202020c6c88c97d70c8114c88c97d70c8214046c696e6b637b2268726566223a22687474703a2f2f436f6d6d616e642e47726f7570222c22746172676574223a225f626c616e6b222c2272656c223a226e6f6f70656e6572206e6f7265666572726572206e6f666f6c6c6f77222c22636c617373223a6e756c6c7dc6c88c97d70c8e14c88c97d70c8f14046c696e6b046e756c6c12b9c987c40800c1c88c97d70cf310c88c97d70cf41005c4c88c97d70c8f10c88c97d70cf90e022020c4b9c987c40806c88c97d70cf90e046f6e7374c1b9c987c4080ac88c97d70cf90e54c1c88c97d70cd011c88c97d70cd1112ac4b9c987c4088801c88c97d70cd1110120c4b9c987c40806b9c987c408070163c4b9c987c4088801b9c987c408890127205b7365617263682c207365745365617263685d203d2052656163742e75736553746174652822c4b9c987c408b101b9c987c40889010622293b0a2020c4b9c987c408b701b9c987c40889010f72657475726e20280a202020203c3ec4b9c987c408c601b9c987c40889010c0a2020202020203c7370616ec4b9c987c408d201b9c987c4088901013ec1b9c987c408d301b9c987c408890105c4b9c987c408d801b9c987c4088901017bc1b9c987c408d901b9c987c408890105c4b9c987c408de01b9c987c4088901187d3c2f7370616e3e0a2020202020203c436f6d6d616e6420c4b9c987c408f601b9c987c40889013f76616c75653d7b76616c75657d206f6e56616c75654368616e67653d7b73657456616c75657d3e0a20202020202020203c436f6d6d616e642e496e70757420c4b9c987c408b502b9c987c40889012876616c75653d7b7365617263687d206f6e56616c75654368616e67653d7b7365745365617263687d07e2aff9d30700c4daef96f50f53daef96f50f54056b6e6f776ec4daef96f50f7fdaef96f50f80010169c4daef96f50f8701daef96f50f88010167c4daef96f50f9301daef96f50f9401016bc4daef96f50f9d01daef96f50f9e01016cc1daef96f50fa501daef96f50fa60101c1daef96f50fbc01daef96f50fbd01013cb192c29307000004c7ae86f4fd04fe03b985e8e30504030e626c6f636b436f6e7461696e65720700b192c293070403097061726167726170680700b192c2930705062100b192c2930705026964010100b192c2930706012100b192c2930704026964012100b192c29307040974657874436f6c6f72012100b192c29307040f6261636b67726f756e64436f6c6f720181b192c2930708c80281b192c29307d3020181b192c29307d40201a1b192c293070901a1b192c293070a01a1b192c293070b01a1b192c29307d60201a1b192c29307d70201a1b192c29307d80201a1b192c29307d90201a1b192c29307da0201a1b192c29307db0201a1b192c29307dc0201a1b192c29307dd0201a1b192c29307de0201a1b192c29307df0201a1b192c29307e00201a1b192c29307e10201a1ae86f4fd048304012100ae86f4fd04ff030d74657874416c69676e6d656e7401c1ae86f4fd04b807ae86f4fd04b907c902a1b192c29307e202012100b192c29307050d74657874416c69676e6d656e7401c1b192c29307d302b192c29307d402b403a1ae86f4fd0481040141ae86f4fd04820401a1b192c29307e50201c1ae86f4fd048204ae86f4fd048604b303a1b192c29307070141b192c293070801c1b192c2930708b192c293070cc802a1b192c29307b00501a1b192c29307e80801a1b192c29307e60201c1ae86f4fd04b807b192c29307e702c902a1b192c29307e60e01a1b192c29307b10501c1b192c29307d302b192c29307b205b403a1b192c29307e6080141b192c29307e70801a1b192c29307e70e01c1ae86f4fd048204b192c29307e908b303a1b192c293079c0c0141b192c293079d0c01c1b192c2930708b192c293079e0cc802a1b192c29307b21102a1b192c29307e30201a1b192c29307e40201a1b192c29307e91a01a8b192c29307ea1a01770764656661756c74a8b192c29307eb1a01770764656661756c7406d6faa8ff0500c1b5cac8c30eb703b5cac8c30e920403c4b5cac8c30ef903b5cac8c30efa03012cc4d6faa8ff0502b5cac8c30e9204032f2f20c1b5cac8c30e9104b5cac8c30ebb0205c6d6faa8ff0506b5cac8c30e9204046c696e6b687b2268726566223a22687474703a2f2f7370616e2e63757272656e742e7374796c65222c22746172676574223a225f626c616e6b222c2272656c223a226e6f6f70656e6572206e6f7265666572726572206e6f666f6c6c6f77222c22636c617373223a6e756c6c7dc6b5cac8c30ea304b5cac8c30ea404046c696e6b046e756c6c30c7c7c0e405000003c1b192c2930704b985e8e305040100042800b985e8e305050d74657874416c69676e6d656e740177046c656674c7b985e8e30504ae86f4fd048f41030e626c6f636b436f6e7461696e65720700c7c7c0e4050903097061726167726170682800c7c7c0e4050a0d74657874416c69676e6d656e740177046c6566742800c7c7c0e4050902696401772432623031363265302d663864362d343837382d616435342d3266653533386637313761332800c7c7c0e405090974657874436f6c6f7201770764656661756c742800c7c7c0e405090f6261636b67726f756e64436f6c6f7201770764656661756c740700c7c7c0e4050a060100c7c7c0e4050f03c1b192c2930704c7c7c0e4050301008703c1b192c2930704c7c7c0e4051301008703c1b192c2930704c7c7c0e4059b0301008703c1b192c2930704c7c7c0e405a30601008703c1b192c2930704c7c7c0e405ab0901008703c1b192c2930704c7c7c0e405b30c01008703c1b192c2930704c7c7c0e405bb0f01008703c1b192c2930704c7c7c0e405c31201008703c1b192c2930704c7c7c0e405cb1501008703a1b192c29307ea1401a8b192c29307e80e0177046c656674c1b192c29307af05ae86f4fd04b907c902a1b192c29307ec1a01a8b192c29307b3110177046c656674c1b192c29307e508b192c29307d402b403a1c7c7c0e405db1b01c1c7c7c0e405a51eae86f4fd04b907b403a1c7c7c0e405a61e01c1c7c7c0e405db21b192c29307d402c902a8ae86f4fd04840201772438663830386539302d373461362d343935362d393830342d6661616665376237303364392800ae86f4fd0480020d74657874416c69676e6d656e740177046c656674c4ae86f4fd04f903ae86f4fd04fa03b5035468652072656c6174696f6e73686970206265747765656e206361747320616e6420646f6773206973206f6674656e20706f7274726179656420617320616e7461676f6e69737469632c20657370656369616c6c7920696e20706f70756c61722063756c747572652e20486f77657665722c20776974682070726f70657220736f6369616c697a6174696f6e2c206361747320616e6420646f67732063616e206c69766520746f67657468657220706561636566756c6c7920616e64206d6179206576656e20666f726d207374726f6e6720626f6e64732e20496e206d616e7920686f757365686f6c64732c207468657920636f65786973742061732066616d696c7920706574732e204361747320616e6420646f6773206861766520646966666572656e7420636f6d6d756e69636174696f6e207374796c65732c20616e64206d6973756e6465727374616e64696e67732063616e20736f6d6574696d6573206f636375722e2042757420776974682074696d6520616e642070617469656e63652c20746865792063616e206c6561726e20746f20756e6465727374616e642065616368206f746865722773207369676e616c73a8c7c7c0e405dc2101772466623435303133382d383337332d346238642d393630652d633838393664383631633065c4c7c7c0e4059025ae86f4fd04b907c9024361747320617265206f6674656e207365656e2061732073796d626f6c73206f66206d79737465727920616e64206d616769632c2064756520746f20746865697220736563726574697665206e617475726520616e64207468656972206162696c69747920746f207375727669766520696e20612076617269657479206f6620636f6e646974696f6e732e20496e206d616e792063756c74757265732c20746865792061726520636f6e736964657265642073616372656420616e6420617265206f6674656e206173736f636961746564207769746820646569746965732e20446573706974652074686569722072657075746174696f6e20666f7220696e646570656e64656e63652c20636174732063616e20666f726d206465657020616e64206c6f76696e6720626f6e647320776974682074686569722068756d616e20636172656769766572a8c7c7c0e405912501772430396532313833352d616662352d346135612d393763362d363865326132663130303163c4b192c29307d402b192c29307d5021c467572746865722c206361747320686176652061207374726f6e6720c1c7c7c0e405f82db192c29307d502d80108b985e8e305000004c7ae86f4fd04fe03ae86f4fd048f41030e626c6f636b436f6e7461696e65720700b985e8e3050403097061726167726170680700b985e8e30505062100b985e8e30505026964012800b985e8e3050402696401772463626332666137632d326532662d343338332d613034652d3864343464393932656665382800b985e8e305040974657874436f6c6f7201770764656661756c742800b985e8e305040f6261636b67726f756e64436f6c6f7201770764656661756c743cae86f4fd04002800daef96f50f0002696401772435353534383063372d653334302d346362352d386234392d3464666534353737646631372800daef96f50f000974657874436f6c6f7201770764656661756c742800daef96f50f000f6261636b67726f756e64436f6c6f7201770764656661756c7487daef96f50f00030e626c6f636b436f6e7461696e65720700ae86f4fd040303097061726167726170682800ae86f4fd04040d74657874416c69676e6d656e740177046c6566742100ae86f4fd0403026964012800ae86f4fd04030974657874436f6c6f7201770764656661756c742800ae86f4fd04030f6261636b67726f756e64436f6c6f7201770764656661756c74a1ae86f4fd040601c1daef96f50f00ae86f4fd040301000b81daef96f50f87021f84ae86f4fd04340e67726f6f6d696e6720686162697481ae86f4fd0442b70184ae86f4fd04f90102732e0003c7daef96f50f00ae86f4fd040a030e626c6f636b436f6e7461696e65720700ae86f4fd04ff0103097061726167726170680700ae86f4fd048002062100ae86f4fd048002026964010100ae86f4fd048102012100ae86f4fd04ff01026964012800ae86f4fd04ff010974657874436f6c6f7201770764656661756c742800ae86f4fd04ff010f6261636b67726f756e64436f6c6f7201770764656661756c7481ae86f4fd048302f30184ae86f4fd04f903012e0003c7ae86f4fd04ff01ae86f4fd040a030e626c6f636b436f6e7461696e65720700ae86f4fd04fe0303097061726167726170680700ae86f4fd04ff03062100ae86f4fd04ff03026964010100ae86f4fd048004012100ae86f4fd04fe03026964012800ae86f4fd04fe030974657874436f6c6f7201770764656661756c742800ae86f4fd04fe030f6261636b67726f756e64436f6c6f7201770764656661756c7481ae86f4fd048204b30384ae86f4fd04b80702732ea8ae86f4fd040901772465366634383639612d626465332d346665372d396437632d666262356136303339353966c1ae86f4fd040aae86f4fd0403010009c1ae86f4fd04fe03ae86f4fd040a01009f03c1ae86f4fd04bc07ae86f4fd0403010005c7ae86f4fd04e60aae86f4fd0403030e626c6f636b436f6e7461696e65720100ae86f4fd04ec0a0100012800ae86f4fd04ec0a02696401772463653638303964662d346162322d343336392d383237382d6637666534633530666261382800ae86f4fd04ec0a0974657874436f6c6f7201770764656661756c742800ae86f4fd04ec0a0f6261636b67726f756e64436f6c6f7201770764656661756c7400f003c1ae86f4fd04c607ae86f4fd040a0100a532c1ae86f4fd04e20eae86f4fd040a010006c1ae86f4fd04fe03ae86f4fd04c6070100dd03c1ae86f4fd04c607ae86f4fd04e20e01000a0c8395adfe0f0204010f03daef96f50f0b1201261c4e065f0b6e12810107890109930101950109a0011dc20146b8a9c5e60e01009f04b5cac8c30e1612011f0131013f0d4f055f1da00103ac0101c70103d80101da0116970203a70201af0201b10207d4023fb00308ca0301f90301ae0405cc0401d20410c88c97d70c09000622b7088009c103ea0c03ee0c02f60c15e60e47e00f8301e6106bb9c987c4080400050b7ed40105da0105e2aff9d307010902b192c2930702000407e61ad6faa8ff050200030705c7c7c0e40505000810cc1bdd1bca02a81eb309f92dd801b985e8e3050200040701ae86f4fd040c0601092c43b701fc01038202038702f301fb03038104038604b303bc07b003ed0a02f20a863a', 'read'), + ('b5b64ccc-d766-4387-91fa-ddc5d6ab5217', 'dWAhJ3CGb2r1b/.inbox', '2023-10-17 18:51:40.406+00', 'b59ab93d-978d-4c94-8389-31fad2cd9710', '2023-10-17 18:51:40.406+00', '\x0000', 'write'), + ('d9b062d0-e329-47a7-bc99-9ca14961c47c', 'dkFktM5rzNygF', '2023-10-17 18:51:41.522+00', '3bbe3401-63c5-417a-96a4-2aebfedfc26e', '2023-10-17 18:51:41.522+00', '\x010590f69ae20c002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3efabc5200028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6461613675654b666d7343614528010770726f66696c6508757365726e616d6501770b616c6963655f7a6d716a7a28010770726f66696c65096a6f696e65645f6174017b4278b3efabc5200000', 'read'), + ('7fa255ec-344d-42cb-8df2-36d84446e9e8', 'dNXmFPsM9EDs2', '2023-10-17 18:51:41.973+00', '2aa8890e-86ee-450a-b0f6-76b3922310f3', '2023-10-17 18:51:41.973+00', '\x0105b49ae9a907002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3efabe1400028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6457586647537461643972586528010770726f66696c6508757365726e616d65017709626f625f7072636b7128010770726f66696c65096a6f696e65645f6174017b4278b3efabe1400000', 'read'), + ('0f979ae6-35b8-4f8e-ab02-128d5c24b5b9', 'dLDBtke3WB48f', '2023-09-25 12:23:16.148+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 10:00:05.674+00', '\x0318b0d3cb990f000001478cc8eee80c02030768656164696e670700b0d3cb990f01060100b0d3cb990f02012800b0d3cb990f010d74657874416c69676e6d656e740177046c6566742800b0d3cb990f01056c6576656c0177013141b0d3cb990f0301c1b0d3cb990f06b0d3cb990f0305c78cc8eee80c018cc8eee80c09030e626c6f636b436f6e7461696e65720700b0d3cb990f0c03097061726167726170680700b0d3cb990f0d060400b0d3cb990f0e01202800b0d3cb990f0d0d74657874416c69676e6d656e740177046c6566742800b0d3cb990f0c02696401772438623961653039302d356262662d343866662d396435362d3265363630646434306439302800b0d3cb990f0c0974657874436f6c6f7201770764656661756c742800b0d3cb990f0c0f6261636b67726f756e64436f6c6f7201770764656661756c7441b0d3cb990f0f0381b0d3cb990f0305c4b0d3cb990f06b0d3cb990f070548656c6c6f81b0d3cb990f1b0cc1b0d3cb990f06b0d3cb990f1c0ac1b0d3cb990f36b0d3cb990f1c0381b0d3cb990f2c0dc1b0d3cb990f36b0d3cb990f37030d8cc8eee80c00070103646f63030a626c6f636b47726f757007008cc8eee80c00030e626c6f636b436f6e7461696e657201008cc8eee80c0101000328008cc8eee80c0102696401772432386663353536312d323437352d343730392d623633352d35643738306530643934626328008cc8eee80c010974657874436f6c6f7201770764656661756c7428008cc8eee80c010f6261636b67726f756e64436f6c6f7201770764656661756c74878cc8eee80c01030e626c6f636b436f6e7461696e657207008cc8eee80c09030970617261677261706828008cc8eee80c0a0d74657874416c69676e6d656e740177046c65667428008cc8eee80c0902696401772461663065633339342d363938642d346431302d623431622d35636565306439633961383028008cc8eee80c090974657874436f6c6f7201770764656661756c7428008cc8eee80c090f6261636b67726f756e64436f6c6f7201770764656661756c7402a0cdaedb07002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278acc4b37b500002b0d3cb990f05000103010606140821298cc8eee80c010204', 'read'), + ('6ac91ccd-5af0-4b44-aca6-adc416c71885', 'dUXzREKs69W5R', '2023-09-25 12:23:42.292+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:54:44.513+00', '\x0d01d2d3ecb00f0084e18f908e094b013b24a98ad4ea0d000001c7c78efe1518e18f908e0909030e626c6f636b436f6e7461696e65720700a98ad4ea0d0103097061726167726170680700a98ad4ea0d02060400a98ad4ea0d0301642800a98ad4ea0d020d74657874416c69676e6d656e740177046c6566742800a98ad4ea0d0102696401772464303163333164342d393638372d343237652d383338382d6333356436366633316530352800a98ad4ea0d010974657874436f6c6f7201770764656661756c742800a98ad4ea0d010f6261636b67726f756e64436f6c6f7201770764656661756c7484a98ad4ea0d0404666466640001c1a98ad4ea0d01e18f908e0909010012c7a98ad4ea0d01a98ad4ea0d0e030e626c6f636b436f6e7461696e65720100a98ad4ea0d210100012800a98ad4ea0d2102696401772464623661643063302d666232322d346464382d613639322d3435643362373235343036362800a98ad4ea0d210974657874436f6c6f7201770764656661756c742800a98ad4ea0d210f6261636b67726f756e64436f6c6f7201770764656661756c74000247a98ad4ea0d22030e62756c6c65744c6973744974656d2800a98ad4ea0d290d74657874416c69676e6d656e740177046c6566740700a98ad4ea0d29060400a98ad4ea0d2b067364667364660001c7a98ad4ea0d21a98ad4ea0d0e030e626c6f636b436f6e7461696e65720100a98ad4ea0d330100032800a98ad4ea0d3302696401772438656562613237632d613932642d343335322d626664362d3336616535646430336531382800a98ad4ea0d330974657874436f6c6f7201770764656661756c742800a98ad4ea0d330f6261636b67726f756e64436f6c6f7201770764656661756c74000141a98ad4ea0d3401000947a98ad4ea0d3c03097061726167726170682800a98ad4ea0d460d74657874416c69676e6d656e740177046c656674029c8ba2e70d0084a98ad4ea0d3106647366736466c4e18f908e094ce18f908e094d04646664661081e1a7980d00c7a98ad4ea0d33e0cbb9920c11030e626c6f636b436f6e7461696e6572070081e1a7980d000309706172616772617068280081e1a7980d010d74657874416c69676e6d656e740177046c656674210081e1a7980d0002696401280081e1a7980d000974657874436f6c6f7201770764656661756c74280081e1a7980d000f6261636b67726f756e64436f6c6f7201770764656661756c74a181e1a7980d0301c7a98ad4ea0d3381e1a7980d00030e626c6f636b436f6e7461696e6572070081e1a7980d070309706172616772617068070081e1a7980d0806040081e1a7980d090164280081e1a7980d080d74657874416c69676e6d656e740177046c656674280081e1a7980d0702696401772432636339383633622d666338352d343864612d623261302d343731646535366138643961280081e1a7980d070974657874436f6c6f7201770764656661756c74280081e1a7980d070f6261636b67726f756e64436f6c6f7201770764656661756c748481e1a7980d0a036664660ee0cbb9920c00c4c78efe1510c78efe151104646664660001c7c78efe1501e18f908e0909030e626c6f636b436f6e7461696e65720700e0cbb9920c0503097061726167726170680700e0cbb9920c06060400e0cbb9920c0701642800e0cbb9920c060d74657874416c69676e6d656e740177046c6566742800e0cbb9920c0502696401772438623638653736372d333238332d343364372d383163342d3932346561393665663362322800e0cbb9920c050974657874436f6c6f7201770764656661756c742800e0cbb9920c050f6261636b67726f756e64436f6c6f7201770764656661756c7484e0cbb9920c08036664660001c1a98ad4ea0d33a98ad4ea0d0e01002506ba94d3c70900a1d3e7d2af040001c1d3e7d2af040181e1a7980d0001000ec1ba94d3c7090181e1a7980d0001000ba8ba94d3c7090001772464643636306631642d326134372d343937332d623433642d33343433656236353837353821e18f908e0900070103646f63030a626c6f636b47726f75700700e18f908e0900030e626c6f636b436f6e7461696e65720100e18f908e09010100032800e18f908e090102696401772463663861633264362d336336332d343530332d386438382d3337393038366165633735632800e18f908e09010974657874436f6c6f7201770764656661756c742800e18f908e09010f6261636b67726f756e64436f6c6f7201770764656661756c7481e18f908e090101000547e18f908e0902030768656164696e672800e18f908e090f0d74657874416c69676e6d656e740177046c6566742800e18f908e090f056c6576656c017701310700e18f908e090f060400e18f908e09120a57656c636f6d6520746f84e18f908e091c09205479706543656c6cc7e18f908e0901e18f908e0909030e626c6f636b436f6e7461696e65720100e18f908e09260100012800e18f908e092602696401772463663764383062642d313636362d343435392d623237332d6166656335376339303632662800e18f908e09260974657874436f6c6f7201770764656661756c742800e18f908e09260f6261636b67726f756e64436f6c6f7201770764656661756c74000647e18f908e09270309636f6465626c6f636b2800e18f908e0932086c616e677561676501770a747970657363726970740700e18f908e0932060400e18f908e09340b6578706f7274206c65742081e18f908e093f0581e18f908e09440284e18f908e094604203d202284e18f908e094a0122c4e18f908e094ae18f908e094b0148c4e18f908e094ce18f908e094b0165c4e18f908e094de18f908e094b096c6c6f20776f726c6402dab1fbf806002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278acc4b9dd40000ad3e7d2af0400a181e1a7980d0601c781e1a7980d0781e1a7980d00030e626c6f636b436f6e7461696e65720700d3e7d2af040103097061726167726170680700d3e7d2af0402060400d3e7d2af040301642800d3e7d2af04020d74657874416c69676e6d656e740177046c6566742800d3e7d2af040102696401772461666363333064622d643064322d346663642d386434622d3131376337613566653436362800d3e7d2af04010974657874436f6c6f7201770764656661756c742800d3e7d2af04010f6261636b67726f756e64436f6c6f7201770764656661756c7484d3e7d2af04040966646664666466646601f5c89a80020084c78efe152202646603acd2e8f50100c1e18f908e0944e18f908e094504c4e18f908e0946e18f908e09470461616161c1e18f908e091ce18f908e091d0101e5febdb10100c4e18f908e094de18f908e094e0673646673666415c78efe15000001c7e18f908e0926e18f908e0909030e626c6f636b436f6e7461696e65720700c78efe150103097061726167726170680700c78efe1502060400c78efe150301732800c78efe15020d74657874416c69676e6d656e740177046c6566742800c78efe150102696401772462356432363038372d333533302d343237382d613365332d6136313432383564653365642800c78efe15010974657874436f6c6f7201770764656661756c742800c78efe15010f6261636b67726f756e64436f6c6f7201770764656661756c7484c78efe150408646673646673646684c78efe1510067364667364660001c7e0cbb9920c05e18f908e0909030e626c6f636b436f6e7461696e65720700c78efe151803097061726167726170680700c78efe1519060400c78efe151a01642800c78efe15190d74657874416c69676e6d656e740177046c6566742800c78efe151802696401772462326463303362632d313163392d343231332d383265322d6535646333363135343433612800c78efe15180974657874436f6c6f7201770764656661756c742800c78efe15180f6261636b67726f756e64436f6c6f7201770764656661756c7481c78efe151b0308a98ad4ea0d0700010d1422022702320134043b0b81e1a7980d0203010601e0cbb9920c0204011027ba94d3c70901001ce18f908e09050204090627022c064007d3e7d2af04010001acd2e8f5010200040801c78efe1503000117012003', 'read'), + ('89b59355-e8f3-4b76-b329-c4ac434c2c6c', 'dEJv33zZV99s9/.inbox', '2023-10-17 18:51:43.239+00', '3bbe3401-63c5-417a-96a4-2aebfedfc26e', '2023-10-17 18:51:43.33+00', '\x01039fd98ec002002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3efabee9000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64454a7633337a5a563939733900', 'write'), + ('23ffc5b9-62f0-4725-9750-39ae5e63df9a', 'dRZbcgJ4Zussq', '2023-10-17 19:04:10.46+00', '7ce29934-b4f9-46b5-a8db-e640d417d46d', '2023-10-17 19:04:10.46+00', '\x0103fb8ea1cb03002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0629dc0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('6fcfc36f-7e56-410b-bb02-b070f0e58213', 'dG4vkEksyd9sM', '2023-10-17 19:04:10.496+00', '7ce29934-b4f9-46b5-a8db-e640d417d46d', '2023-10-17 19:04:10.496+00', '\x0105ecdcf1e003002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f0629ff00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64525a6263674a345a7573737128010770726f66696c6508757365726e616d6501770b616c6963655f7a7465737428010770726f66696c65096a6f696e65645f6174017b4278b3f0629ff00000', 'read'), + ('369b8b18-7aa7-4c26-b5bd-6b05797c411c', 'dHhr4v5aMSHsK', '2023-10-17 19:04:11.015+00', '678535ca-a9ab-49d0-a572-d4327ec65853', '2023-10-17 19:04:11.015+00', '\x0103eacda7d708002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f062c070002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('936008f8-3bfb-4583-b22f-6e9a8f795e46', 'dmjPLCPjdCXBW', '2023-10-17 19:04:11.021+00', '678535ca-a9ab-49d0-a572-d4327ec65853', '2023-10-17 19:04:11.021+00', '\x01059bcde5f802002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f062c0d00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64486872347635614d5348734b28010770726f66696c6508757365726e616d65017709626f625f6a79706e6c28010770726f66696c65096a6f696e65645f6174017b4278b3f062c0d00000', 'read'), + ('1b67d193-d86e-488e-a969-8ceceae19df3', 'dGeeN8p6YG3sh/.inbox', '2023-10-17 19:04:28.519+00', '0d040e26-9715-407a-a915-43196936a3ed', '2023-10-17 19:04:28.519+00', '\x0000', 'write'), + ('52cd1d6a-f444-4018-9f7e-39e23a4c0457', 'dtANKsW8rhY1j', '2023-10-17 19:04:11.237+00', '7ce29934-b4f9-46b5-a8db-e640d417d46d', '2023-10-17 19:04:12.355+00', '\x0000', 'read'), + ('e46b9da9-be03-43fa-bab9-fc1b760e3dad', 'dFMVFeJuMvV4w', '2023-10-17 19:04:12.652+00', '23210227-b04e-466e-8fa0-ec7470f0b547', '2023-10-17 19:04:12.652+00', '\x0103a8d0d98703002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06326c0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('c858204b-f44a-42fc-a071-f2e0092dd8ff', 'dxkDr4L39KgDu', '2023-10-17 19:04:13.241+00', '55ff640a-c130-4851-b117-ccee0cabf494', '2023-10-17 19:04:13.241+00', '\x0103d1a682b60d002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0634b90002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('a10ca135-81ec-482e-8cd6-818798a6813f', 'dXxawSTsJtkjt', '2023-10-17 19:04:29.64+00', '183f77c9-03cf-426a-9d65-2aadd097794b', '2023-10-17 19:04:29.64+00', '\x0105e2f38bfc07002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f0674c800028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6444475857664359564752737228010770726f66696c6508757365726e616d6501770b616c6963655f67726d696728010770726f66696c65096a6f696e65645f6174017b4278b3f0674c800000', 'read'), + ('ac18c177-f7dc-4b0e-a007-6855bcb23539', 'dUMMxw7hJcKrZ', '2023-10-17 19:04:14.502+00', '23210227-b04e-466e-8fa0-ec7470f0b547', '2023-10-17 19:04:14.535+00', '\x0101d2b89bd30600280104746573740568656c6c6f017705776f726c6400', 'read'), + ('8dff1fa9-0435-492c-a27f-f126b9b9af79', 'dCMHhBHUsm5HX', '2023-10-17 19:04:17.592+00', '885429c3-130f-4301-926e-ac0d499f455b', '2023-10-17 19:04:17.592+00', '\x0105d99bada207002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f0645b700028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64437378437a4b75754d376b5028010770726f66696c6508757365726e616d6501770b616c6963655f7672626b6728010770726f66696c65096a6f696e65645f6174017b4278b3f0645b800000', 'read'), + ('51801287-0db1-47ff-a647-bcf7ec6487a0', 'dPcAfrYSptqwx', '2023-10-17 19:04:17.974+00', '73427a80-cec3-47c4-8e88-4b378615f5c4', '2023-10-17 19:04:17.974+00', '\x0105ca9bf29308002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06473500028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644a384344396a53594d62377a28010770726f66696c6508757365726e616d65017709626f625f7a7069726928010770726f66696c65096a6f696e65645f6174017b4278b3f06473600000', 'read'), + ('220931d3-69a5-4cc0-8fdc-b597ed62231b', 'dFEBS73JvgK4Z/.inbox', '2023-10-17 19:04:18.169+00', '885429c3-130f-4301-926e-ac0d499f455b', '2023-10-17 19:04:18.169+00', '\x0000', 'write'), + ('324a3c1a-b515-44f5-b84e-221c4c619728', 'dFxJq64Y3VE8S', '2023-10-17 19:04:19.292+00', '0934bf33-6502-4df8-b080-9fb0071aa729', '2023-10-17 19:04:19.292+00', '\x0103a5f9dda50d002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f064c5b0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('d24e8d4a-a73d-4a9a-bf8f-0ee38a9ac90e', 'dE1gt2djG8RE4', '2023-10-17 19:04:19.746+00', 'a1940a9e-059e-47fa-bc4d-dc693cdc50e4', '2023-10-17 19:04:19.746+00', '\x0103ddd7e1c602002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f064e210002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('7c0a7c96-0bbe-4e8c-ab26-038796acfdd0', 'dAc1zbGGAsReD', '2023-10-17 19:04:30.075+00', '19e6a036-19b4-4575-96a3-c94583531aa7', '2023-10-17 19:04:30.075+00', '\x0105eea1ffa706002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06767b00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6448767968517268416a45646628010770726f66696c6508757365726e616d65017709626f625f757279646128010770726f66696c65096a6f696e65645f6174017b4278b3f06767b00000', 'read'), + ('fbfa85b9-a852-427a-b25c-4f9a447fb027', 'dzWEPF5ywh6G6', '2023-10-17 19:04:21.076+00', '0934bf33-6502-4df8-b080-9fb0071aa729', '2023-10-17 19:04:21.094+00', '\x0101fe9dabb50300280104746573740568656c6c6f017705776f726c6400', 'read'), + ('72c4d48e-d1e7-46ca-a365-920506f786c8', 'dSR1eepkMPSyj', '2023-10-17 19:04:22.766+00', '285c8193-af0d-4d88-8e21-ccb202777e1b', '2023-10-17 19:04:22.766+00', '\x0103d8b9b48d0a002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0659ee0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('5606dc08-3a41-41ee-b678-1072ee7eae7e', 'dS3TFAZKSwYCM', '2023-10-17 19:04:23.242+00', 'c6706a31-3b32-40c0-9946-55565ef494cc', '2023-10-17 19:04:23.242+00', '\x0103c79fb4ca01002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f065bca0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('5a29e854-4505-4c27-9f97-6d69d358edc0', 'dkDRQDZeE5P45/.inbox', '2023-10-17 19:04:23.429+00', '285c8193-af0d-4d88-8e21-ccb202777e1b', '2023-10-17 19:04:23.429+00', '\x0000', 'write'), + ('d3452761-c925-421b-b3b7-fce73f3cf5ec', 'djpcBmG1gHjZC', '2023-10-17 19:04:24.494+00', 'ba559abf-70e5-4268-8776-fd03eb7629d6', '2023-10-17 19:04:24.494+00', '\x0105e896ae8e08002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f0660ad00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64444838446a785176646b327128010770726f66696c6508757365726e616d6501770b616c6963655f79776d627728010770726f66696c65096a6f696e65645f6174017b4278b3f0660ad00000', 'read'), + ('3ea62159-eb66-4069-b864-31f3a1880971', 'dft2BgSbsmtpE', '2023-10-17 19:04:24.939+00', '13f7fe94-2da8-4889-8e9c-30e202001c70', '2023-10-17 19:04:24.939+00', '\x0105c6d3dbc001002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06626b00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644a564a5671577757355a327428010770726f66696c6508757365726e616d65017709626f625f746570616528010770726f66696c65096a6f696e65645f6174017b4278b3f06626b00000', 'read'), + ('f083f67f-caee-4600-bc99-953734e64b2e', 'dfJrjb3Np9WC6/.inbox', '2023-10-17 19:04:26.199+00', 'ba559abf-70e5-4268-8776-fd03eb7629d6', '2023-10-17 19:04:26.225+00', '\x0103b99ff6ea0a002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3f066324000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64664a726a62334e703957433600', 'write'), + ('fc47fe59-1109-43da-91e6-e25a87e02ede', 'dcvbeDMDrt35v', '2023-10-17 19:04:27.881+00', '0d040e26-9715-407a-a915-43196936a3ed', '2023-10-17 19:04:27.881+00', '\x0105a5f191d50f002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f066de800028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f645677617354596e747057347928010770726f66696c6508757365726e616d6501770b616c6963655f6e786d6f6528010770726f66696c65096a6f696e65645f6174017b4278b3f066de800000', 'read'), + ('52b98697-b4b0-426c-9ea3-800d842d9607', 'dWveBd5Y8PbPX', '2023-10-17 19:04:28.311+00', '8ed61b81-61a5-424f-8e63-4d2647a04770', '2023-10-17 19:04:28.311+00', '\x01058cdcfb9f07002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f066f9600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6472374475664b506d7650705628010770726f66696c6508757365726e616d65017709626f625f736f6b6b7728010770726f66696c65096a6f696e65645f6174017b4278b3f066f9600000', 'read'), + ('a68281d9-c17e-4e9b-8703-637f3f33dd9b', 'dBqc51a32Q6Bc/.inbox', '2023-10-17 19:04:31.337+00', '183f77c9-03cf-426a-9d65-2aadd097794b', '2023-10-17 19:04:31.433+00', '\x0103bb83948302002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3f06773f000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6442716335316133325136426300', 'write'), + ('b803a319-5e7a-4e08-8e6f-4bf8042fca1c', 'dxTyG1eD3bmGw', '2023-10-17 19:04:33.122+00', 'cd65cf1c-0c2c-46c2-8b7a-224aad438d47', '2023-10-17 19:04:33.122+00', '\x0103bcd0d1a803002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0682610002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('8b4b2544-ac8f-4824-b73b-640b672ddde8', 'dptQ9waUxzZ8y', '2023-10-17 19:04:33.568+00', '87446f40-b68c-407e-9553-6466762a1cbc', '2023-10-17 19:04:33.568+00', '\x0103d7bcf2ae08002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06841f0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('bbb5a8d1-aac3-4d40-9ca0-0777e57ff62f', 'dtEYHBe3XQhTj', '2023-10-17 19:04:33.752+00', 'cd65cf1c-0c2c-46c2-8b7a-224aad438d47', '2023-10-17 19:04:34.599+00', '\x0000', 'read'), + ('ee281345-e287-4e51-bb85-668e55dee8c9', 'dTsPhLwZMLArk', '2023-09-28 13:15:21.293+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 09:54:44.507+00', '\x2e0de79bfbf80f0081efcf97d70f2d1981e79bfbf80f181681e79bfbf80f2e11c1e79bfbf80f18e79bfbf80f1902c1efcf97d70f2de79bfbf80f0012c1e79bfbf80f2ee79bfbf80f2f0681e79bfbf80f3f0281e79bfbf80f5b2481e79bfbf80f7f04c1e79bfbf80f5be79bfbf80f5c01c1e79bfbf80f7fe79bfbf80f80010181e79bfbf80f83010381e79bfbf80f88010104efcf97d70f002100f2f6f7d50386010773746f726167650181f2f6f7d503f6010181efcf97d70f012b81efcf97d70f2c0109cc8c87b10f00c1c9abd5ae0814c9abd5ae08150884f2f6f7d5036d0766646664666666c1b2fa8edd0609f2f6f7d50399010e84cc8c87b10f0e046666676484cc8c87b10f200166c4cc8c87b10f20cc8c87b10f21016484cc8c87b10f210166c4cc8c87b10f21cc8c87b10f230164c1efcf97d70f2cefcf97d70f2d0601f189fbc70e00a1de95f7a109050402cd82a8e00d00c1c9abd5ae083cc9abd5ae083d0281c9abd5ae08770102bf80cfd90d00a1c8b0eaf7085907a8bf80cfd90d060177537b2273657474696e6773223a7b2278223a226578706f72742064656661756c74203132202b20242e78783b222c227878223a226578706f72742064656661756c7420323334323334323334333131313b227d7d019f96f5d50d0084cc8c87b10f2302666407d2fcb6990d00c1bea5ee840559bea5ee84055a01c1bea5ee840559d2fcb6990d0001c1d2fcb6990d00bea5ee84055a01c1d2fcb6990d00d2fcb6990d0202c1d2fcb6990d02bea5ee84055a01c1d2fcb6990d02d2fcb6990d0501c1bea5ee84056bbea5ee84054e3b01e6fd99bd0c00a19bc5d3a104000308c5f7f3b80b00c1a1fad0ee01079ce9caef03b70101a1a1fad0ee010101c1a1fad0ee0107c5f7f3b80b0004c1c5f7f3b80b009ce9caef03b70103c1c5f7f3b80b089ce9caef03b70101c1c5f7f3b80b099ce9caef03b70101c1c5f7f3b80b08c5f7f3b80b0901c1c5f7f3b80b09c5f7f3b80b0a010dc7f5f0b60b00849f96f5d50d0102616484c7f5f0b60b01016681c9abd5ae08160281c7f5f0b60b0401c49ab884c00802cc8c87b10f240173c4cc8c87b10f24cc8c87b10f230164c4cc8c87b10f24c7f5f0b60b070166c1c7f5f0b60b04c7f5f0b60b0501c1c7f5f0b60b04c7f5f0b60b090281c7f5f0b60b050281c7f5f0b60b0d07c1efcf97d70f01efcf97d70f020384c7f5f0b60b140365737402e1f2fc960b00c1aef5a2b50800e79bfbf80f890101a1efcf97d70f000101afb6c6fc0a00a1b2f0aaae07000201e988d4f50a00a1f4d5e4ae01020103de95f7a10900a1e6fd99bd0c0202c4bdc6a180082e9ce9caef038601032f2f20a1de95f7a109010101c8b0eaf70800a181caa69306015a02e0a58be40800c49ce9caef03209ce9caef0321010ac19ce9caef0320e0a58be408000905c7c58ecc0800c1c7f5f0b60b0dc7f5f0b60b0e08c4c7f5f0b60b01c7f5f0b60b020161c1c7c58ecc0808c7f5f0b60b020181c7f5f0b60b0201c1c7f5f0b60b0dc7c58ecc080001019ab884c00800c4cc8c87b10f21cc8c87b10f240373737301c0badbbf0800a1a4bbd08c072e0501aef5a2b50800c1e79bfbf80f8801e79bfbf80f8901010194dce6b00800a1afb6c6fc0a010229c9abd5ae0800070103646f63030a626c6f636b47726f75700700c9abd5ae0800030e626c6f636b436f6e7461696e65720100c9abd5ae08010100032800c9abd5ae080102696401772435323230303961382d616266302d346161622d613663362d6434396631653036386234632800c9abd5ae08010974657874436f6c6f7201770764656661756c742800c9abd5ae08010f6261636b67726f756e64436f6c6f7201770764656661756c7487c9abd5ae0801030e626c6f636b436f6e7461696e65720700c9abd5ae080903097061726167726170682800c9abd5ae080a0d74657874416c69676e6d656e740177046c6566742800c9abd5ae080902696401772466386538323763622d393761302d346464612d383566372d3139303565376432316531382800c9abd5ae08090974657874436f6c6f7201770764656661756c742800c9abd5ae08090f6261636b67726f756e64436f6c6f7201770764656661756c7447c9abd5ae0802030768656164696e672800c9abd5ae080f0d74657874416c69676e6d656e740177046c6566742800c9abd5ae080f056c6576656c017701310700c9abd5ae080f060400c9abd5ae0812017481c9abd5ae08130181c9abd5ae081402c7c9abd5ae0801c9abd5ae0809030e626c6f636b436f6e7461696e65720100c9abd5ae08170100012800c9abd5ae081702696401772431366631363165362d336262612d346630612d393839302d3136656637633661373665332800c9abd5ae08170974657874436f6c6f7201770764656661756c742800c9abd5ae08170f6261636b67726f756e64436f6c6f7201770764656661756c74000647c9abd5ae08180309636f6465626c6f636b2800c9abd5ae0823086c616e677561676501770a747970657363726970740700c9abd5ae0823060100c9abd5ae08250784c9abd5ae082c046c65742081c9abd5ae08300784c9abd5ae083702203d81c9abd5ae08390181c9abd5ae083a01c1c9abd5ae083ac9abd5ae083b01c1c9abd5ae083cc9abd5ae083b3a81c9abd5ae083b01c1c9abd5ae0837c9abd5ae083801c4c9abd5ae0839c9abd5ae083a012002ba8e8dad0800c1e1f2fc960b00e79bfbf80f890101a1e1f2fc960b010129bdc6a1800800c1c5f7f3b80b08c5f7f3b80b0b01a1c5f7f3b80b0101c1c5f7f3b80b0bc5f7f3b80b0901a1bdc6a180080101c1c5f7f3b80b0a9ce9caef03b70101a1bdc6a180080301c1bdc6a18008049ce9caef03b70101a1bdc6a180080501c1bdc6a18008069ce9caef03b70101a1bdc6a180080701c1bdc6a18008089ce9caef03b70101a1bdc6a180080901c1bdc6a180080a9ce9caef03b70101a1bdc6a180080b01c1bdc6a180080c9ce9caef03b70101a1bdc6a180080d01c1bdc6a180080e9ce9caef03b70101a1bdc6a180080f01c1bdc6a18008109ce9caef03b70101a1bdc6a180081101c1bdc6a18008129ce9caef03b70101a1bdc6a180081301c1bdc6a18008149ce9caef03b70101a1bdc6a180081501c1bdc6a18008169ce9caef03b70101a1bdc6a180081701c1bdc6a18008189ce9caef03b70101a1bdc6a180081901c1bdc6a180081a9ce9caef03b70102a1bdc6a180081b01c1bdc6a180081d9ce9caef03b70101a1bdc6a180081e01c1bdc6a180081f9ce9caef03b70101a1bdc6a180082001c1bdc6a18008219ce9caef03b70102a1bdc6a180082201c1bdc6a18008249ce9caef03b70101a1bdc6a180082501c1bdc6a18008269ce9caef03b70103a1bdc6a180082701c19ce9caef0385019ce9caef0386010302a49bead00700c49dd799f60520cdb1b5f803020131a8cdb1b5f803010177147b2261223a7b2278223a33323338333331337d7d01b2f0aaae0700a1ec8394da0500010ca4bbd08c0700a1e988d4f50a0003c4e0a58be408009ce9caef0321010ac4e0a58be40809e0a58be408000c6578706f7274206c65742078c4a4bbd08c070fe0a58be4080011203d204d6174682e72616e646f6d28293bc4a4bbd08c070fa4bbd08c07100178c1f2f6f7d50364f2f6f7d5036502c4a4bbd08c0723f2f6f7d50365012cc4f2f6f7d50365f2f6f7d503660120c4f2f6f7d50365a4bbd08c07250378783ac4a4bbd08c0725f2f6f7d503660120c4a4bbd08c0725a4bbd08c07290474727565a1a4bbd08c07020106b2fa8edd0600c1c9abd5ae0837c9abd5ae087801c1f2f6f7d5039701f2f6f7d503980101c1f2f6f7d5039801f2f6f7d503990103c1b2fa8edd0604f2f6f7d503990101c1b2fa8edd0604b2fa8edd060502c1b2fa8edd0605f2f6f7d5039901020181caa6930600a1c0badbbf08040206b7e7c8910600c1ba8e8dad0800e79bfbf80f890101a1ba8e8dad080101c1ba8e8dad0800b7e7c891060001a1b7e7c891060101c1b7e7c8910600e79bfbf80f890101a1b7e7c891060301149dd799f60500c1bdc6a1800824bdc6a180082601a1bdc6a180082b01c19dd799f60500bdc6a180082601a19dd799f6050101c19dd799f60502bdc6a180082601a19dd799f6050301c1bdc6a1800826bdc6a180082801a19dd799f6050501c1bdc6a18008269dd799f6050601a19dd799f6050709c4bdc6a180082a9ce9caef03b701017bc49dd799f605129ce9caef03b701017da19dd799f6051101c49dd799f605129dd799f605130520783a2033c49dd799f605199dd799f605130133c49dd799f6051a9dd799f605130133c49dd799f6051b9dd799f605130120c49ce9caef0356a4b685e90100022e78c49dd799f6051b9dd799f6051c0133c19dd799f6051f9dd799f6051c0101ec8394da0500a1f189fbc70e030109bea5ee84050084b7bcf4fd030a012881bea5ee8405001281bea5ee8405123b81bea5ee84054d0181bea5ee84054e0b81bea5ee8405590481bea5ee84055d0cc1bea5ee840512bea5ee84051301c1bea5ee84054dbea5ee84054e01029bc5d3a104002100f2f6f7d503130773746f7261676501c1f2f6f7d50330f2f6f7d503310106b7bcf4fd0300c1c9abd5ae0879c9abd5ae083a0581cd82a8e00d020481b7bcf4fd030802c1b7bcf4fd0304c9abd5ae083a0cc1b7bcf4fd0308b7bcf4fd030901c1cd82a8e00d02b7bcf4fd03050a04cdb1b5f80300c49dd799f605199dd799f6051a0132a19dd799f6051401c49dd799f605209dd799f6051c0133c49dd799f6051a9dd799f6051b01380a9ce9caef0300c1b7e7c8910600b7e7c89106040384e79bfbf80f89011e6578706f7274206c65742078203d204d6174682e72616e646f6d28293b0a849ce9caef0320356578706f7274206c65742079203d207479706563656c6c2e656469746f722e63757272656e74426c6f636b2e73746f726167652e61819ce9caef035501849ce9caef03562f0a6578706f7274206c6574207a203d207479706563656c6c2e656469746f722e63757272656e74426c6f636b3b0a0a849ce9caef038501297479706563656c6c2e656469746f722e63757272656e74426c6f636b2e73746f726167652e61203d20819ce9caef03ae0102819ce9caef03b00101819ce9caef03b10105849ce9caef03b601013b43f2f6f7d5030087c9abd5ae0809030e626c6f636b436f6e7461696e65720700f2f6f7d5030003097061726167726170682800f2f6f7d503010d74657874416c69676e6d656e740177046c6566742100f2f6f7d50300026964012800f2f6f7d503000974657874436f6c6f7201770764656661756c742800f2f6f7d503000f6261636b67726f756e64436f6c6f7201770764656661756c74a8f2f6f7d5030301772462306235613930382d396639392d343130322d396266642d666335613066633034326231c7c9abd5ae0809f2f6f7d50300030e626c6f636b436f6e7461696e65720100f2f6f7d503070100032800f2f6f7d5030702696401772430353931623138662d383832302d346430312d613630322d3035306537303234663939642800f2f6f7d503070974657874436f6c6f7201770764656661756c742800f2f6f7d503070f6261636b67726f756e64436f6c6f7201770764656661756c74000447f2f6f7d503080309636f6465626c6f636b2800f2f6f7d50313086c616e677561676501770a747970657363726970740700f2f6f7d50313060400f2f6f7d503151b6c65742058203d207479706563656c6c2e4175746f466f726d3b0a84f2f6f7d50330340a6578706f72742064656661756c74203c5820696e7075744f626a6563743d7b247d206669656c64733d7b7b20783a207472756584f2f6f7d50364012084f2f6f7d50365067d7d202f3e3b0700c9abd5ae080a060100f2f6f7d5036c01c7c9abd5ae0809f2f6f7d50307030e626c6f636b436f6e7461696e65720700f2f6f7d5036e03097061726167726170682800f2f6f7d5036f0d74657874416c69676e6d656e740177046c6566742800f2f6f7d5036e02696401772434363265306363342d353863652d343336352d396231622d6365313934396161386530662800f2f6f7d5036e0974657874436f6c6f7201770764656661756c742800f2f6f7d5036e0f6261636b67726f756e64436f6c6f7201770764656661756c74c7f2f6f7d5036ef2f6f7d50307030e626c6f636b436f6e7461696e65720100f2f6f7d503740100012800f2f6f7d5037402696401772430626432323831642d616134322d343836302d396634352d6536383464396238336331632800f2f6f7d503740974657874436f6c6f7201770764656661756c742800f2f6f7d503740f6261636b67726f756e64436f6c6f7201770764656661756c74c7f2f6f7d50374f2f6f7d50307030e626c6f636b436f6e7461696e65720700f2f6f7d5037a03097061726167726170682800f2f6f7d5037b0d74657874416c69676e6d656e740177046c6566742800f2f6f7d5037a02696401772439333364613861302d336462642d343634612d616132362d3063366562386238333130332800f2f6f7d5037a0974657874436f6c6f7201770764656661756c742800f2f6f7d5037a0f6261636b67726f756e64436f6c6f7201770764656661756c74000647f2f6f7d503750309636f6465626c6f636b2800f2f6f7d5038601086c616e677561676501770a747970657363726970740700f2f6f7d5038601060100f2f6f7d50388010f81f2f6f7d50397010181f2f6f7d50398010381f2f6f7d5039b010ac1f2f6f7d5039b01f2f6f7d5039c0103c1f2f6f7d503a801f2f6f7d5039c0101c1f2f6f7d503a801f2f6f7d503a90108c1f2f6f7d503b101f2f6f7d503a90101c1f2f6f7d503b101f2f6f7d503b20106c1f2f6f7d503b201f2f6f7d503a9010281f2f6f7d503a5013781f2f6f7d503f10105c1f2f6f7d503f101f2f6f7d503f20104c1f2f6f7d5037af2f6f7d50307010005c7f2f6f7d503fb01f2f6f7d50307030e626c6f636b436f6e7461696e65720700f2f6f7d503810203097061726167726170682800f2f6f7d50382020d74657874416c69676e6d656e740177046c6566742800f2f6f7d503810202696401772461356532313064342d346233652d343161652d623333652d3931316435363766353733612800f2f6f7d50381020974657874436f6c6f7201770764656661756c742800f2f6f7d50381020f6261636b67726f756e64436f6c6f7201770764656661756c74003402d0a4bf9c03002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278adbedfb4d00001f9e4e5fc0100a194dce6b008010d04a1fad0ee0100c19ce9caef03b0019ce9caef03b10101a1b7e7c891060501c19ce9caef03b1019ce9caef03b20104c19ce9caef03b6019ce9caef03b7010203a4b685e90100c49ce9caef03569ce9caef0357013b2800c9abd5ae08230773746f72616765017600c1c9abd5ae0837b2fa8edd0600010588f1afd40100c1bea5ee84056bd2fcb6990d0712c1bea5ee84054ebea5ee84054f3ec188f1afd4014fbea5ee84054f01c188f1afd4014f88f1afd401503bc1bea5ee84055dbea5ee84055e0701f4d5e4ae0100a1f9e4e5fc010c0340e0d086720081bea5ee8405696784e0d08672660329203d81e0d08672690284e0d086726b033e207b81e0d086726e01c4e0d086726ee0d086726f030a2020c1e0d0867272e0d086726f01c4e0d0867272e0d0867273043c646976c1e0d0867277e0d086727301c4e0d0867278e0d0867273013ec1e0d0867279e0d086727303c4e0d086727ce0d08672730848656c6c6f3c2f64c1e0d086728401e0d086727304c4e0d086728801e0d08672730169c1e0d086728901e0d086727302c4e0d086728b01e0d086727302763ec4e0d0867272e0d08672740772657475726e2081e0d086726f3681e0d08672ca011081e0d08672da010181e0d08672db0102c4e0d0867272e0d086728e01030a2020c4e0d0867272e0d08672de01046c657420c1e0d08672e401e0d08672de0106c4e0d08672ea01e0d08672de01015bc4e0d08672eb01e0d08672de01015dc4e0d08672eb01e0d08672ec0107732c2073657453c4e0d08672ec01e0d08672de0103203d20c1e0d08672f601e0d08672de0103c4e0d08672f901e0d08672de010952656163742e757365c1e0d086728202e0d08672de0102c4e0d086728402e0d08672de0106537461746528c4e0d086728a02e0d08672de010129c4e0d086728a02e0d086728b020135c4e0d086728b02e0d08672de01013bc1e0d08672ca01e0d08672cb0101c1e0d08672db01e0d08672dc0101c1e0d08672db01e0d086728f0205c1e0d086729402e0d086728f0201c1e0d086729402e0d08672950208c1e0d08672ca01e0d086728e0208c1e0d08672a502e0d086728e020bc1e0d08672b002e0d086728e0201c1e0d08672b002e0d08672b10206c1e0d08672b102e0d086728e0205c1e0d08672bc02e0d086728e0201c1e0d08672bc02e0d08672bd0203c1e0d08672c002e0d08672bd0201c1e0d08672c002e0d08672c10209c4c9abd5ae0878c9abd5ae0838025858c1e0d08672da01e0d08672db0102c4e0d0867266e0d0867267027b7dc4e0d0867266e0d08672cf020770726f70733a20c1e0d086728e02e0d08672cb0107c1e0d08672a502e0d08672a6020584e0d08672dd01233b0a7d3b0a0a636f6e7374206c6f67526566203d2028723a20616e7929203d3e207b0a81e0d0867286030b84e0d0867291032b0a7d3b0a6578706f727420636f6e737420626c61203d203c5858207265663d7b6c6f675265667d202f3e3bc1e0d086729103e0d0867292030dc1e0d08672c903e0d08672920301c1e0d08672c903e0d08672ca0301c1e0d08672cb03e0d08672ca0301c1e0d08672cb03e0d08672cc0303c4e0d08672ca03e0d086729203152020636f6e736f6c652e6c6f67282252454622293b2ae79bfbf80f01008a01efcf97d70f01002ecc8c87b10f0300080f0e2506f189fbc70e010004cd82a8e00d010003bf80cfd90d010007d2fcb6990d010042e6fd99bd0c010003c5f7f3b80b01000dc7f5f0b60b020303090fe1f2fc960b010002afb6c6fc0a010002e988d4f50a010001de95f7a1090200020501c8b0eaf70801005ae0a58be408010109c7c58ecc080200080903c0badbbf08010005aef5a2b50801000194dce6b008010002c9abd5ae08070204140318021d06260731073a3fba8e8dad08010002bdc6a1800801002fb2f0aaae07010001a4bbd08c0703000322022e01b2fa8edd0601000a81caa69306010002b7e7c891060100069dd799f60503001214012001ec8394da05010001bea5ee840501016b9bc5d3a104010002b7bcf4fd03010022cdb1b5f8030101019ce9caef030300035601af0108f2f6f7d50308030108040f046d017502800106890178870234f9e4e5fc0101000da1fad0ee01010008a4b685e90101020188f1afd40101009301f4d5e4ae01010003e0d086721100676a026f01730178017a038501048a0102950149e50106f701038302028e023dcd0202d8020c87030bbd0313', 'read'), + ('0acc8a9f-f0c5-49e5-a505-bf770b95dd91', 'dtANKsW8rhY1j/.inbox', '2023-10-17 19:04:11.236+00', '7ce29934-b4f9-46b5-a8db-e640d417d46d', '2023-10-17 19:04:11.236+00', '\x0000', 'write'), + ('53e72cad-7505-404d-8e2a-8cfde7135aa5', 'dvzDXqRUzTaGv', '2023-10-17 19:04:12.689+00', '23210227-b04e-466e-8fa0-ec7470f0b547', '2023-10-17 19:04:12.689+00', '\x0105c7ba81ff0c002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06329100028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64464d5646654a754d7656347728010770726f66696c6508757365726e616d6501770b616c6963655f6a68696e6e28010770726f66696c65096a6f696e65645f6174017b4278b3f06329100000', 'read'), + ('c5f1dab0-478d-4dfb-84e7-c39cd6a18376', 'dVRaKU5TspaMM', '2023-10-17 19:04:13.299+00', '55ff640a-c130-4851-b117-ccee0cabf494', '2023-10-17 19:04:13.299+00', '\x010580ff92ab06002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f0634f200028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64786b4472344c33394b67447528010770726f66696c6508757365726e616d65017709626f625f6a6f62697428010770726f66696c65096a6f696e65645f6174017b4278b3f0634f200000', 'read'), + ('eee85214-7fe8-4789-91b7-b5945c2255f0', 'dRsgMgEzcYm59', '2023-10-17 19:04:33.574+00', '87446f40-b68c-407e-9553-6466762a1cbc', '2023-10-17 19:04:33.574+00', '\x0105d5fff3ce01002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06842600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6470745139776155787a5a387928010770726f66696c6508757365726e616d65017709626f625f6b6f65797128010770726f66696c65096a6f696e65645f6174017b4278b3f06842600000', 'read'), + ('cfe59600-ce64-4c67-8377-be2e55c9475c', 'dUMMxw7hJcKrZ/.inbox', '2023-10-17 19:04:14.505+00', '23210227-b04e-466e-8fa0-ec7470f0b547', '2023-10-17 19:04:14.536+00', '\x0103c4d0803a002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3f0635b3000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f64554d4d787737684a634b725a00', 'write'), + ('920a46fe-041c-48c9-a215-e1479482c9c8', 'dCsxCzKuuM7kP', '2023-10-17 19:04:17.552+00', '885429c3-130f-4301-926e-ac0d499f455b', '2023-10-17 19:04:17.552+00', '\x01038cff8ae601002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06458f0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('8a6e39d0-9ec9-40f7-915b-223ebb634300', 'dJ8CD9jSYMb7z', '2023-10-17 19:04:17.968+00', '73427a80-cec3-47c4-8e88-4b378615f5c4', '2023-10-17 19:04:17.968+00', '\x0103aeacc19707002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06472f0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('dddf5173-3605-4c55-bfd9-65aec42aff51', 'dtEYHBe3XQhTj/.inbox', '2023-10-17 19:04:33.751+00', 'cd65cf1c-0c2c-46c2-8b7a-224aad438d47', '2023-10-17 19:04:33.751+00', '\x0000', 'write'), + ('715e0ad1-8b48-4d83-bf22-8485374f37a0', 'dFEBS73JvgK4Z', '2023-10-17 19:04:18.17+00', '885429c3-130f-4301-926e-ac0d499f455b', '2023-10-17 19:04:19.034+00', '\x0000', 'read'), + ('a821d727-7d6c-48c1-909a-6a6dfdc41ef0', 'dskuVjhZpgR3C', '2023-10-17 19:04:19.327+00', '0934bf33-6502-4df8-b080-9fb0071aa729', '2023-10-17 19:04:19.327+00', '\x0105ecfc99c504002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f064c7f00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6446784a71363459335645385328010770726f66696c6508757365726e616d6501770b616c6963655f6a7775686228010770726f66696c65096a6f696e65645f6174017b4278b3f064c7f00000', 'read'), + ('981cb0a9-cd20-4ca3-bafd-0cf22794991f', 'daGU4LULqgc52', '2023-10-17 19:04:19.782+00', 'a1940a9e-059e-47fa-bc4d-dc693cdc50e4', '2023-10-17 19:04:19.782+00', '\x0105d3cbea960c002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f064e4500028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644531677432646a473852453428010770726f66696c6508757365726e616d65017709626f625f6269716d6c28010770726f66696c65096a6f696e65645f6174017b4278b3f064e4500000', 'read'), + ('4803ec2b-1e67-4c93-8137-f6732c0f1aa3', 'dE9aK82YXD19S', '2023-10-17 19:04:34.843+00', '65dc68e4-1e03-42ce-8e8c-6499d10b26cd', '2023-10-17 19:04:34.843+00', '\x0103cfe7dbcd07002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06891b0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('e2bf2aaa-37d2-444c-8de9-533f28991457', 'dzWEPF5ywh6G6/.inbox', '2023-10-17 19:04:21.077+00', '0934bf33-6502-4df8-b080-9fb0071aa729', '2023-10-17 19:04:21.094+00', '\x010380e6f18909002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3f064f56000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f647a574550463579776836473600', 'write'), + ('62a74204-829b-4fdb-aed7-6042b23fe907', 'dM4kudZGuQSzj', '2023-10-17 19:04:22.806+00', '285c8193-af0d-4d88-8e21-ccb202777e1b', '2023-10-17 19:04:22.806+00', '\x0105f6a1e5f20a002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f065a1600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f645352316565706b4d5053796a28010770726f66696c6508757365726e616d6501770b616c6963655f667771756f28010770726f66696c65096a6f696e65645f6174017b4278b3f065a1600000', 'read'), + ('00168fb6-9ee8-4d01-b006-82a5dde036cb', 'dpHPwQ82TM5Gc', '2023-10-17 19:04:23.248+00', 'c6706a31-3b32-40c0-9946-55565ef494cc', '2023-10-17 19:04:23.248+00', '\x0105fe83f09b0d002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f065bd000028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6453335446415a4b537759434d28010770726f66696c6508757365726e616d65017709626f625f687476627928010770726f66696c65096a6f696e65645f6174017b4278b3f065bd000000', 'read'), + ('ccaf85b0-7de1-48de-8682-26cabad6cf3a', 'dWN8jcvLnC9hY', '2023-10-17 19:04:35.388+00', '7009e4ed-d840-472d-81ad-cebd9ad715e8', '2023-10-17 19:04:35.388+00', '\x0103b68884a404002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f068b3c0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('86bfb5a5-a0ef-47b9-9ad7-2f3a062054d1', 'dkDRQDZeE5P45', '2023-10-17 19:04:23.43+00', '285c8193-af0d-4d88-8e21-ccb202777e1b', '2023-10-17 19:04:24.219+00', '\x0000', 'read'), + ('cddb14de-a21f-4566-8fe0-015d256b34c5', 'dDH8DjxQvdk2q', '2023-10-17 19:04:24.488+00', 'ba559abf-70e5-4268-8776-fd03eb7629d6', '2023-10-17 19:04:24.488+00', '\x0103aea1a211002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0660a80002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('15d181b2-db3e-4a2c-b5a0-da90e297a81d', 'dJVJVqWwW5Z2t', '2023-10-17 19:04:24.932+00', '13f7fe94-2da8-4889-8e9c-30e202001c70', '2023-10-17 19:04:24.932+00', '\x0103a7a8b2a409002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0662640002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('9b098450-ac6c-4fc4-92e2-b34ddfffc06b', 'dfJrjb3Np9WC6', '2023-10-17 19:04:26.196+00', 'ba559abf-70e5-4268-8776-fd03eb7629d6', '2023-10-17 19:04:26.226+00', '\x0101958bdb800300280104746573740568656c6c6f017705776f726c6400', 'read'), + ('73e8f2ea-bbe3-4913-918d-210441af357a', 'dVwasTYntpW4y', '2023-10-17 19:04:27.839+00', '0d040e26-9715-407a-a915-43196936a3ed', '2023-10-17 19:04:27.839+00', '\x0103a2ebd1a10e002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f066dbf0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('4236e10d-ba65-46b2-921d-f3ca8a3c8920', 'dr7DufKPmvPpV', '2023-10-17 19:04:28.305+00', '8ed61b81-61a5-424f-8e63-4d2647a04770', '2023-10-17 19:04:28.305+00', '\x0103b686bea006002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f066f910002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('3820d8f6-418e-4f5a-844b-9123eaf8c381', 'dJVjUBH9Xjbr7/.inbox', '2023-10-17 19:04:41.277+00', '0774e324-0760-411b-bd62-03c6c4f664d8', '2023-10-17 19:04:41.277+00', '\x0000', 'write'), + ('5c7c6583-2cc3-42d3-8c7a-f337f7320e6d', 'dGeeN8p6YG3sh', '2023-10-17 19:04:28.52+00', '0d040e26-9715-407a-a915-43196936a3ed', '2023-10-17 19:04:29.339+00', '\x0000', 'read'), + ('7cda6579-f008-41e8-ad54-8ca0f92be1b8', 'dDGXWfCYVGRsr', '2023-10-17 19:04:29.635+00', '183f77c9-03cf-426a-9d65-2aadd097794b', '2023-10-17 19:04:29.635+00', '\x0103b48386f506002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0674c30002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('eb3d9222-aa3f-494b-8d96-a0f845ba1912', 'dHvyhQrhAjEdf', '2023-10-17 19:04:30.068+00', '19e6a036-19b4-4575-96a3-c94583531aa7', '2023-10-17 19:04:30.068+00', '\x0103deac9e9e0d002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f0676730002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('b6e16ac0-c80a-4a63-857e-90d8e0fd35cd', 'dkvNuKpNBWgyX', '2023-10-17 19:04:36.596+00', '65dc68e4-1e03-42ce-8e8c-6499d10b26cd', '2023-10-17 19:04:36.628+00', '\x01019d8d1700280104746573740568656c6c6f017705776f726c6400', 'read'), + ('604dc41f-a0f8-49ec-8375-b93564e1b9c4', 'dBqc51a32Q6Bc', '2023-10-17 19:04:31.332+00', '183f77c9-03cf-426a-9d65-2aadd097794b', '2023-10-17 19:04:31.444+00', '\x010192e8a9b10d00280104746573740568656c6c6f017705776f726c6400', 'read'), + ('194ce3db-c134-49cf-8a43-e2cededbd300', 'dqgfRxa6KJyUB', '2023-10-17 19:04:33.157+00', 'cd65cf1c-0c2c-46c2-8b7a-224aad438d47', '2023-10-17 19:04:33.157+00', '\x0105fdb5f4e104002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06828500028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f647854794731654433626d477728010770726f66696c6508757365726e616d6501770b616c6963655f68686c686228010770726f66696c65096a6f696e65645f6174017b4278b3f06828500000', 'read'), + ('3909050a-fc07-4dba-a63d-547a0ca39bee', 'dq8zGCkVrWNWq', '2023-10-17 19:04:40.54+00', '0774e324-0760-411b-bd62-03c6c4f664d8', '2023-10-17 19:04:40.54+00', '\x010582f2bc2e002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f069f5b00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6458387163387a6d7474776a3928010770726f66696c6508757365726e616d6501770b616c6963655f6a7063657628010770726f66696c65096a6f696e65645f6174017b4278b3f069f5c00000', 'read'), + ('0d098a56-82d5-4e33-92f6-5fe18bcdc523', 'dPYPdqJFL7DH3', '2023-10-17 19:04:41.031+00', 'e15be323-a3b5-432a-811b-b257c1c7ad40', '2023-10-17 19:04:41.031+00', '\x010595ceba8903002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06a14700028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64706a684c394a34703743685728010770726f66696c6508757365726e616d65017709626f625f746b63707728010770726f66696c65096a6f696e65645f6174017b4278b3f06a14700000', 'read'), + ('cf45057a-0231-4f0a-a356-020a82ff80d4', 'dMA7UPNTdAq6p', '2023-10-17 19:04:42.716+00', '53bb3616-1255-4212-8dcb-bc19d4f8c0ff', '2023-10-17 19:04:42.716+00', '\x0105bfddd3d507002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06a7db00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644678326b43323166336b534128010770726f66696c6508757365726e616d6501770b616c6963655f687a6b7a6228010770726f66696c65096a6f696e65645f6174017b4278b3f06a7db00000', 'read'), + ('3e93b29f-e33c-448d-b0dc-0728b525e7ac', 'dxQThqt8YKRza', '2023-10-17 19:04:43.37+00', '44793729-c7d0-434f-8d2b-d81d1f505586', '2023-10-17 19:04:43.37+00', '\x0105fcb08bac03002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06aa6900028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644a466a634845795a3156514728010770726f66696c6508757365726e616d65017709626f625f6a7566617428010770726f66696c65096a6f696e65645f6174017b4278b3f06aa6a00000', 'read'), + ('6482809d-dfcb-4547-b527-199ff60611b5', 'dLnTPxN7j9rFr', '2023-10-08 10:12:10.995+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 11:51:16.808+00', '\x6a02fbe1b8fd0f00c4d4c4cd8703880fd4c4cd8703890f0764656661756c7400fc0309f982fce80f000032c1f7bae3960514bdc5ec960b56010069c1f7bae3960514f982fce80f320100bf01c1a79cb3b50414e1ff87a105ac070100c501c1a79cb3b50414f982fce80fdc0201009c0501bad0af8b0f00000103d19285810f00004dc1f7bae39605149fe886d10ebd0101000501c68bd2dd0e00000706d4f3a3d40e00c1a79cb3b50414f285c18009e40601008101c1a79cb3b50414d4f3a3d40e0001008101c1a79cb3b50414d4f3a3d40e8201010081012f9fe886d10e00c1d596a1a00a0ed596a1a00a14010005c1d596a1a00a0e9fe886d10e00010005a8d596a1a00a0001772436663561343432652d323462382d343964362d623866642d343265353431326230653338c7d596a1a00a14f7bae3960514030e626c6f636b436f6e7461696e657207009fe886d10e0d030970617261677261706828009fe886d10e0e0d74657874416c69676e6d656e740177046c65667421009fe886d10e0d0269640128009fe886d10e0d0974657874436f6c6f7201770764656661756c7428009fe886d10e0d0f6261636b67726f756e64436f6c6f7201770764656661756c74a89fe886d10e1001772437336262373633622d303832382d343232632d393235332d36323837363537646138366507009fe886d10e0e0601009fe886d10e143bc19fe886d10e0df7bae3960514010005c19fe886d10e50f7bae396051401001dc19fe886d10e56f7bae3960514010005c19fe886d10e74f7bae3960514010042c1f7bae3960514f7bae3960507010005c19fe886d10ebd01f7bae3960507010005c79fe886d10ec301f7bae3960507030e626c6f636b436f6e7461696e657207009fe886d10ec901030970617261677261706828009fe886d10eca010d74657874416c69676e6d656e740177046c65667421009fe886d10ec9010269640128009fe886d10ec9010974657874436f6c6f7201770764656661756c7428009fe886d10ec9010f6261636b67726f756e64436f6c6f7201770764656661756c74a89fe886d10ecc0101772461303736636235632d666132392d343334352d613233372d363131613335643433386164c19fe886d10ec3019fe886d10ec90101002fc79fe886d10ed0019fe886d10ec901030e626c6f636b436f6e7461696e657207009fe886d10e8002030970617261677261706828009fe886d10e81020d74657874416c69676e6d656e740177046c65667428009fe886d10e800202696401772432393833616532352d616464362d346532632d393963382d63663538363332393537393728009fe886d10e80020974657874436f6c6f7201770764656661756c7428009fe886d10e80020f6261636b67726f756e64436f6c6f7201770764656661756c74c79fe886d10e80029fe886d10ec901030e626c6f636b436f6e7461696e657207009fe886d10e8602030970617261677261706828009fe886d10e87020d74657874416c69676e6d656e740177046c65667428009fe886d10e860202696401772464643464343366322d653935382d346635662d613230392d66366565656566363166323528009fe886d10e86020974657874436f6c6f7201770764656661756c7428009fe886d10e86020f6261636b67726f756e64436f6c6f7201770764656661756c7401ecadc4d00e00002901f492d0c10e0000880101be8c82b40e0000d90101a3c6e4ef0d00000601c3ffa1ed0d00000301c4918ec90d0000c60209aca6bac30d00c7d596a1a00a0e9fe886d10e06030e626c6f636b436f6e7461696e65720100aca6bac30d000100012100aca6bac30d00026964012800aca6bac30d000974657874436f6c6f7201770764656661756c742800aca6bac30d000f6261636b67726f756e64436f6c6f7201770764656661756c74000641aca6bac30d01010098020186d7febd0d00000401a7aec5ba0d00001802e2c7e7ac0d00c1a79cb3b50425cbf4e55b0001001402dfd8db8a0d0041d4c4cd8703f90e0141dfd8db8a0d00090183f3edfd0c00000301b29fc2f70c00000701fca4f6d00c0000800101b3e0b1b60c0000d80301a3b5aab10c00009d05de01c1e3ec9f0c0000cd01c1ade3bed9043fa58592eb04360100eb01a1d4c4cd8703e80e01c1d4c4cd8703f50ed4c4cd8703f60e0aa1ff81c8b102810d0181ff81c8b102ff0c13a1ff81c8b1029b0d0181ff81c8b102990d0881ff81c8b102860d0100fa01a8dbfcff91070401772430363732383963392d393664622d346236352d383063352d35626461356361663966666447dbfcff91071403097061726167726170682800c1e3ec9f0cdd050d74657874416c69676e6d656e740177046c656674a1d4c4cd8703e50e0147d4c4cd8703e60e030768656164696e670700c1e3ec9f0ce005060100c1e3ec9f0ce1050581c1e3ec9f0ce6050687c1e3ec9f0ce105030a696e6c696e65436f64650700c1e3ec9f0ced05060400c1e3ec9f0cee05396578706f72742064656661756c7420242e736d617274426c6f636b287479706563656c6c2e656469746f722e63757272656e74426c6f636b292800c1e3ec9f0ce0050d74657874416c69676e6d656e740177046c6566742100c1e3ec9f0ce005056c6576656c01c7c1e3ec9f0ce005d4c4cd8703e60e030a626c6f636b47726f75700700c1e3ec9f0caa06030e626c6f636b436f6e7461696e65720700c1e3ec9f0cab06030e62756c6c65744c6973744974656d0700c1e3ec9f0cac06060400c1e3ec9f0cad060a6c6f636174696f6e3a2081c1e3ec9f0cb706092800c1e3ec9f0cac060d74657874416c69676e6d656e740177046c6566742100c1e3ec9f0cab06026964012800c1e3ec9f0cab060974657874436f6c6f7201770764656661756c742800c1e3ec9f0cab060f6261636b67726f756e64436f6c6f7201770764656661756c7487c1e3ec9f0cab06030e626c6f636b436f6e7461696e65720700c1e3ec9f0cc506030e62756c6c65744c6973744974656d0700c1e3ec9f0cc606060400c1e3ec9f0cc70608636f6f7264733a2087c1e3ec9f0cc706030a696e6c696e65436f64650700c1e3ec9f0cd006060400c1e3ec9f0cd1065c6578706f72742064656661756c7420617761697420242e6c6f6f6b7570287479706563656c6c2e656469746f722e63757272656e74426c6f636b2e706172656e742e636f6e746578742e64656661756c742e6c6f636174696f6e293b2800c1e3ec9f0cc6060d74657874416c69676e6d656e740177046c6566742100c1e3ec9f0cc506026964012800c1e3ec9f0cc5060974657874436f6c6f7201770764656661756c742800c1e3ec9f0cc5060f6261636b67726f756e64436f6c6f7201770764656661756c74a1c1e3ec9f0cb90301c1c1e3ec9f0cc303d4c4cd8703f60e05c1c1e3ec9f0cb707d4c4cd8703f60e06a1c1e3ec9f0cc4030181c1e3ec9f0cd7030581c1e3ec9f0cc3070481c1e3ec9f0cc7070281c1e3ec9f0cc90703a1c1e3ec9f0cd8030181c1e3ec9f0ce00313c1ff81c8b102840dff81c8b1029e0d01009503a1ff81c8b102040100f80441ff81c8b102ac010141c1e3ec9f0cf00f14c1c1e3ec9f0c8410c1e3ec9f0cf00f06c1ff81c8b1029102ff81c8b102920201c1ff81c8b1029102c1e3ec9f0c8b102fc1c1e3ec9f0c8410c1e3ec9f0c85100bc1c1e3ec9f0c8a10c1e3ec9f0cf00f01004f41c1e3ec9f0ce20503a8c1e3ec9f0ca90601770133c1c1e3ec9f0cc303c1e3ec9f0cb30703a8d4c4cd8703b50f017701330004c1c1e3ec9f0ce605c1e3ec9f0ce7050684c1e3ec9f0cec050120c1c1e3ec9f0cec05c1e3ec9f0ca8110584c1e3ec9f0ca8110120c1c1e3ec9f0cb707c1e3ec9f0cb8070cc1c1e3ec9f0cba11c1e3ec9f0cb8070284d4c4cd8703f60e0120c1c1e3ec9f0cbd07d4c4cd8703f60e04c1c1e3ec9f0cc707c1e3ec9f0cc80706001481c1e3ec9f0ce007060007c1c1e3ec9f0cba11c1e3ec9f0cbb110181c1e3ec9f0cc00606c1c1e3ec9f0cc907c1e3ec9f0cca0703c1c1e3ec9f0cc307c1e3ec9f0cc4070881c1e3ec9f0ccc070581c1e3ec9f0cff1103c1c1e3ec9f0cff11c1e3ec9f0c80120281c1e3ec9f0ce1110fa1c1e3ec9f0cb20701c1d4c4cd8703f60ec1e3ec9f0cbd110aa1c1e3ec9f0cbe070184c1e3ec9f0c82120a6c6f636174696f6e3a2081c1e3ec9f0ca91209a1c1e3ec9f0ccd070184c1e3ec9f0c931208636f6f7264733a20c7ff81c8b102860dc1e3ec9f0ce103030a696e6c696e65436f64650700c1e3ec9f0cbc12060400c1e3ec9f0cbd125c6578706f72742064656661756c7420617761697420242e6c6f6f6b7570287479706563656c6c2e656469746f722e63757272656e74426c6f636b2e706172656e742e636f6e746578742e64656661756c742e6c6f636174696f6e293b00a50184a79cb3b5042208526f61647472697000cc01a8ff81c8b102cb0301772438303361366561372d643235642d346261632d623561382d33383630353731343237363341ff81c8b102cc0301000ca8ff81c8b1028b0501772465323536356161652d336363342d346436652d616138632d32323262313137653264313947ff81c8b1028c050309636f6465626c6f636b0700c1e3ec9f0ca216060400c1e3ec9f0ca31683012f2f204150492063616c6c20666f7220726f7574696e670a0a6578706f727420636f6e737420726f75746532203d207479706563656c6c2e6d656d6f697a65286173796e632028706f696e74733a206e756d6265725b5d5b5d29203d3e207b0a20206c657420726573706f6e7365203d206177616974206665746368280a202020202284c1e3ec9f0ca6172868747470733a2f2f6772617068686f707065722e636f6d2f6170692f312f726f7574653f6b65793d81c1e3ec9f0cce172484c1e3ec9f0cf217012284c1e3ec9f0cf31788032c0a202020207b0a2020202020206d6574686f643a2022504f5354222c0a202020202020686561646572733a207b0a20202020202020204163636570743a20226170706c69636174696f6e2f6a736f6e222c0a202020202020202022436f6e74656e742d54797065223a20226170706c69636174696f6e2f6a736f6e222c0a2020202020207d2c0a202020202020626f64793a204a534f4e2e737472696e67696679287b0a2020202020202020706f696e74732c202f2f3a20706f696e74732e6d617028287029203d3e205b702e6c6f6e6769747564652c20702e6c617469747564655d292c0a202020202020202070726f66696c653a2022636172222c0a20202020202020206c6f63616c653a2022656e222c0a202020202020202063616c635f706f696e74733a20747275652c0a2020202020202020706f696e74735f656e636f6465643a2066616c73652c0a2020202020207d292c0a202020207d2c0a2020293b0a202072657475726e20617761697420726573706f6e73652e6a736f6e28293b0a7d293b2800c1e3ec9f0ca216086c616e677561676501770a747970657363726970742800c1e3ec9f0ca2160773746f72616765017600a1ff81c8b10299050141ff81c8b1029a05010001a1ff81c8b102dd090141ff81c8b102de090100c102a8d596a1a00a1101772433316531643736372d333261352d343163352d623734642d34363739316236383031366647d596a1a00a0f0309636f6465626c6f636b0700c1e3ec9f0cc51d060400c1e3ec9f0cc61d32696d706f7274202a20617320702066726f6d20222164565641596d76426165516445223b0a6578706f7274207b2070207d3b2800c1e3ec9f0cc51d086c616e677561676501770a747970657363726970742800c1e3ec9f0cc51d0773746f72616765017600a8aca6bac30d0301772462623664343537382d383334382d346237372d623939322d35636161373538653230656547aca6bac30d0c03097061726167726170682800c1e3ec9f0cfc1d0d74657874416c69676e6d656e740177046c656674a8d1c9ecfd050301772439616430643565382d613333392d343664342d383663622d36393331383932366463313647d1c9ecfd05010309636f6465626c6f636b0700c1e3ec9f0cff1d060400c1e3ec9f0c801ecd012f2f206578706f72742066756e6374696f6e2070726576696f7573436f6f72647328746329207b0a2f2f2020206c657420626c6f636b203d2074632e656469746f722e66696e64426c6f636b557028286229203d3e207b0a2f2f202020202072657475726e20622e636f6e746578743f2e64656661756c743f2e636f6f7264733b0a2f2f2020207d293b0a2f2f20202072657475726e20626c6f636b203f20626c6f636b2e636f6e746578742e64656661756c742e636f6f726473203a20756e646566696e65643b0a2f2f207d2800c1e3ec9f0cff1d086c616e677561676501770a747970657363726970742800c1e3ec9f0cff1d0773746f72616765017600000447c1e3ec9f0c9416030768656164696e672800c1e3ec9f0cd41f0d74657874416c69676e6d656e740177046c6566742800c1e3ec9f0cd41f056c6576656c017701330700c1e3ec9f0cd41f060400c1e3ec9f0cd71f044150492081c1e3ec9f0cdb1f05a8c1e3ec9f0cfe1a01772464373566643331322d323437652d343364662d386238622d30343232373434643536643847c1e3ec9f0cff1a0309636f6465626c6f636b0700c1e3ec9f0ce21f060400c1e3ec9f0ce31fee012f2f204150492063616c6c20666f722067656f636f64696e67206c6f636174696f6e206c6f6f6b75700a6578706f727420636f6e7374206c6f6f6b7570203d207479706563656c6c2e6d656d6f697a65286173796e632028706c6163653a20737472696e6729203d3e207b0a20206c65742066203d206177616974206665746368282268747470733a2f2f70686f746f6e2e6b6f6d6f6f742e696f2f6170692f3f713d22202b20706c616365293b0a202072657475726e2028617761697420662e6a736f6e2829292e66656174757265735b305d2e67656f6d657472792e636f6f7264696e617465733b0a7d293b2800c1e3ec9f0ce21f086c616e677561676501770a747970657363726970742800c1e3ec9f0ce21f0773746f72616765017600a8c1e3ec9f0c811b01772430316661633830632d353138362d343230382d623636332d33613562373062336162363347c1e3ec9f0c821b03097061726167726170682800c1e3ec9f0cd5210d74657874416c69676e6d656e740177046c656674004dc7e9fdacec0700dfee82a9070c030e626c6f636b436f6e7461696e65720100c1e3ec9f0ca4220100012800c1e3ec9f0ca42202696401772464383930613038662d336232652d343033312d616538352d3731306133306434633466392800c1e3ec9f0ca4220974657874436f6c6f7201770764656661756c742800c1e3ec9f0ca4220f6261636b67726f756e64436f6c6f7201770764656661756c74000447c1e3ec9f0ca522030768656164696e672800c1e3ec9f0cae220d74657874416c69676e6d656e740177046c6566742800c1e3ec9f0cae22056c6576656c017701330700c1e3ec9f0cae22060400c1e3ec9f0cb12207506c7567696e73000441ff81c8b102a701010044a1c1e3ec9f0cf70a0141ff81c8b1020501002fa1ff81c8b102a6010141c1e3ec9f0cbd220100c604a8c1e3ec9f0c822301772461643539396239632d313832352d343339312d393935392d33653163326432623266336147c1e3ec9f0c83230309636f6465626c6f636b0700c1e3ec9f0cfc27060100c1e3ec9f0cfd27f0022800c1e3ec9f0cfc27086c616e677561676501770a747970657363726970742800c1e3ec9f0cfc270773746f72616765017600a8c1e3ec9f0cb32301772430386236336166352d613938362d343039612d613962352d64623139353363326139313641c1e3ec9f0cb42301002fa8ff81c8b102a90101772463633338366561632d336337342d343033382d383034322d383837333764376532613238a8ff81c8b102c60301760081ff81c8b102c403880481c1e3ec9f0caa2f3781c1e3ec9f0ce12f01000184c1e3ec9f0ce01f0946756e6374696f6e73c1cddcbd35ce01ade3bed9043f010005c7c1e3ec9f0ced2fade3bed9043f030e626c6f636b436f6e7461696e65720100c1e3ec9f0cf32f0100012100c1e3ec9f0cf32f026964012800c1e3ec9f0cf32f0974657874436f6c6f7201770764656661756c742800c1e3ec9f0cf32f0f6261636b67726f756e64436f6c6f7201770764656661756c740004c1c1e3ec9f0ced2fc1e3ec9f0cf32f010005c7d395a1be0600d4c4cd8703c80b030e626c6f636b436f6e7461696e65720100c1e3ec9f0c833001002e2100c1e3ec9f0c8330026964012800c1e3ec9f0c83300974657874436f6c6f7201770764656661756c742800c1e3ec9f0c83300f6261636b67726f756e64436f6c6f7201770764656661756c74a1c1e3ec9f0cb33001c1d395a1be0600c1e3ec9f0c8330010005a8c1e3ec9f0cb63001772436646631306235322d643963662d343136312d626561642d633365613030346562646534c1c1e3ec9f0cb730c1e3ec9f0c833001000847c1e3ec9f0c8430030768656164696e670700c1e3ec9f0cc730060400c1e3ec9f0cc8302c48656c7065722066756e6374696f6e7320746f206578747261637420646174612066726f6d20626c6f636b732800c1e3ec9f0cc7300d74657874416c69676e6d656e740177046c6566742800c1e3ec9f0cc730056c6576656c01770133004d02d2f0a99e0c00c1ff81c8b1028610ff81c8b102b70e01000501c3e9d3fa0b00007d108ff7a7f60b00c19186ffcc03f30f97d9a89e08a903010005c78ff7a7f60b0097d9a89e08a903030e626c6f636b436f6e7461696e657207008ff7a7f60b06030970617261677261706828008ff7a7f60b070d74657874416c69676e6d656e740177046c65667428008ff7a7f60b0602696401772439343238396363342d353733662d343330322d393132612d30323938376134336663393928008ff7a7f60b060974657874436f6c6f7201770764656661756c7428008ff7a7f60b060f6261636b67726f756e64436f6c6f7201770764656661756c74c78ff7a7f60b0697d9a89e08a903030e626c6f636b436f6e7461696e657207008ff7a7f60b0c030970617261677261706828008ff7a7f60b0d0d74657874416c69676e6d656e740177046c65667428008ff7a7f60b0c02696401772463336133306165302d616164322d343266332d626662632d66653430386635343337366628008ff7a7f60b0c0974657874436f6c6f7201770764656661756c7428008ff7a7f60b0c0f6261636b67726f756e64436f6c6f7201770764656661756c7407008ff7a7f60b070601008ff7a7f60b120301c4ffc0e10b00003001e3fc90c70b00000301b699e6ba0b00001901c3bc91ae0b00005101b1a6d8ad0b00002708bdc5ec960b00c1f7bae3960514d19285810f4d010049c1f7bae3960514bdc5ec960b0001000bc1f7bae3960514bdc5ec960b4a010013c1bdc5ec960b56bdc5ec960b4a01005601b9e1a78d0b0000010d8099c2e30a000030c7dfee82a90706e9fdacec0700030e626c6f636b436f6e7461696e657201008099c2e30a3001000121008099c2e30a300269640128008099c2e30a300974657874436f6c6f7201770764656661756c7428008099c2e30a300f6261636b67726f756e64436f6c6f7201770764656661756c74c18099c2e30a30e9fdacec070001000b418099c2e30a31010009c1dfee82a90712f78588b9092801001c36a0becad40a00a1c786e5f2056401c1c786e5f2056ec1e3ec9f0cbd110da1c786e5f2056f01a1c786e5f2057001c1c786e5f2057497d9a89e083603a1c786e5f205750181c786e5f2057a09a1c786e5f2057b01c1c786e5f20588018f8d969c06fc030aa1c786e5f205890101a1c786e5f2058a0101c1c786e5f205a8018f8d969c06cd0404a1c786e5f2058e010181c786e5f205b10105a1a0becad40a0001c1a0becad40a0dc1e3ec9f0cbd110aa1a0becad40a0e01a1a0becad40a0f01c1a0becad40a1297d9a89e083604a1a0becad40a130181a0becad40a1c05a1a0becad40a1d01c1a0becad40a278f8d969c06fc030da1a0becad40a2801a1a0becad40a2901c1a0becad40a2d8f8d969c06cd0403a1a0becad40a2e0181a0becad40a33098197d9a89e08a803f002c7d395a1be0600c1e3ec9f0cb730030e626c6f636b436f6e7461696e65720100a0becad40ad8030100012800a0becad40ad80302696401772462323331383164652d616537332d343337662d383731652d3034666330646535663234652800a0becad40ad8030974657874436f6c6f7201770764656661756c742800a0becad40ad8030f6261636b67726f756e64436f6c6f7201770764656661756c74000647a0becad40ad9030309636f6465626c6f636b2800a0becad40ae403086c616e677561676501770a747970657363726970742800a0becad40ae4030773746f726167650176000700a0becad40ae403060400a0becad40ae703116578706f7274206c65742079203d20242e81a0becad40af8030684a0becad40afe03013b81a0becad40ad703f002c4a0becad40afe03a0becad40aff0309726f7574655061746881a0becad40aef06f00284a0becad40ae809f0022f2f2066696e6420626c6f636b732077697468206c6f636174696f6e732028636f6f726473290a6578706f727420636f6e737420636f6f726473203d207479706563656c6c2e656469746f722e66696e64426c6f636b7328286229203d3e207b0a202072657475726e202121622e636f6e746578743f2e64656661756c743f2e636f6f7264733b0a7d293b0a0a2f2f207468656e2063616c63756c617465206120726f757465206265747765656e20746865206c6f636174696f6e730a6578706f7274206c657420726f757465203d20617761697420242e726f7574653228636f6f7264732e6d617028286329203d3e20632e636f6e746578742e64656661756c742e636f6f72647329293b0a6578706f7274206c657420726f75746550617468203d207b0a2020747970653a202246656174757265222c0a202070726f706572746965733a207b7d2c0a202067656f6d657472793a20726f7574652e70617468735b305d2e706f696e74732c0a7d3bc18f8d969c06be068f8d969c06fd0109c18f8d969c06fc018f8d969c06b70608c1a0becad40ae10c8f8d969c06fd0104c1a0becad40aed0c8f8d969c06fd0109818f8d969c06ee030bc1a0becad40aed0ca0becad40aee0c01c4a0becad40af60c8f8d969c06fd0108477574656e74616701b7d597c90a0000ac0101a7b795c30a0000530197ebadbc0a0000060181f9ddb80a0000320dd596a1a00a00a1f7bae396051a01c1f7bae396051bf7bae396051401000cc7d596a1a00a01f7bae3960514030e626c6f636b436f6e7461696e65720100d596a1a00a0e0100012100d596a1a00a0e026964012800d596a1a00a0e0974657874436f6c6f7201770764656661756c742800d596a1a00a0e0f6261636b67726f756e64436f6c6f7201770764656661756c74c1d596a1a00a0ef7bae396051401001481d596a1a00a0f01000601d298e7fd09000011068ffdc8ea09000038a1dbfcff91070b0141dbfcff91070901008101a1e1ff87a105de050100c20601e7cd97db0900000e03dba095bd090000ac01c18ff7a7f60b068ff7a7f60b0c0100dc0203f78588b909000028c1dfee82a90712dbfcff9107cc030100b1020188eb89a6090000a20601bfffbb9e0900c4d4c4cd8703890fd4c4cd87038a0f01200cf285c1800900c1a79cb3b50414dbfcff9107fb030100c001c1a79cb3b50414f285c180090001008203c1a79cb3b50414f285c18009c10101005fc1a79cb3b50414f285c18009c40401005fc1a79cb3b50414f285c18009a40501005fc1a79cb3b50414f285c1800984060100c00103faf88eed08000001c1cddcbd35ce01d2f0a99e0c0001003c01acf0f9e40800c1dfd8db8a0d09dfd8db8a0d00010298b98ce10800c1c1e3ec9f0ced2fc1e3ec9f0cfd2f0100c902018ae193c40800003c0187d5dfa7080000024c97d9a89e0800a1c1e3ec9f0cc2060147c1e3ec9f0cab06030e626c6f636b436f6e7461696e6572070097d9a89e0801030e62756c6c65744c6973744974656d280097d9a89e08020d74657874416c69676e6d656e740177046c656674210097d9a89e080102696401280097d9a89e08010974657874436f6c6f7201770764656661756c74280097d9a89e08010f6261636b67726f756e64436f6c6f7201770764656661756c74070097d9a89e080206010097d9a89e0807068497d9a89e080d0a6772656574696e673a208197d9a89e0817048197d9a89e081b01a1c1e3ec9f0c9f120147ff81c8b102ef0c030e626c6f636b436f6e7461696e6572070097d9a89e081e030e62756c6c65744c6973744974656d280097d9a89e081f0d74657874416c69676e6d656e740177046c656674210097d9a89e081e02696401280097d9a89e081e0974657874436f6c6f7201770764656661756c74280097d9a89e081e0f6261636b67726f756e64436f6c6f7201770764656661756c74070097d9a89e081f06010097d9a89e0824028497d9a89e08260a6772656574696e673a208197d9a89e0830058497d9a89e08350121000281c1e3ec9f0ced2af002c78099c2e30a308099c2e30a36030e626c6f636b436f6e7461696e6572010097d9a89e08a903010001280097d9a89e08a90302696401772464373066393131302d313730642d343738312d383438342d666637383461623138643136280097d9a89e08a9030974657874436f6c6f7201770764656661756c74280097d9a89e08a9030f6261636b67726f756e64436f6c6f7201770764656661756c7400064797d9a89e08aa030309636f6465626c6f636b280097d9a89e08b503086c616e677561676501770a74797065736372697074280097d9a89e08b5030773746f72616765017600070097d9a89e08b50306040097d9a89e08b803076578706f7274208197d9a89e08bf03018497d9a89e08c0030e6c6574204150495f4b4559203d20c1c1e3ec9f0cf317c1e3ec9f0cf41701c497d9a89e08cf03c1e3ec9f0cf41709242e4150495f4b4559c497d9a89e08cf0397d9a89e08d00303202b20c6c1e3ec9f0ca617c1e3ec9f0ca717046c696e6b777b2268726566223a2268747470733a2f2f6772617068686f707065722e636f6d2f6170692f312f726f7574653f6b65793d222c22746172676574223a225f626c616e6b222c2272656c223a226e6f6f70656e6572206e6f7265666572726572206e6f666f6c6c6f77222c22636c617373223a6e756c6c7dc6c1e3ec9f0cf217c1e3ec9f0cf317046c696e6b046e756c6c8497d9a89e08ce0301228497d9a89e08de030122c497d9a89e08de0397d9a89e08df032466326234636234332d363464642d343666352d393461352d3332313266646262643635658497d9a89e08df030f3b0a6578706f72742064656661756c8197d9a89e089204018497d9a89e089304037420228497d9a89e0896040122c497d9a89e08960497d9a89e089704074150495f4b45598497d9a89e089704013b4497d9a89e08b903010a4497d9a89e08a004152f2f204064656661756c742d636f6c6c617073656400b601c7c1e3ec9f0cf32fade3bed9043f030e626c6f636b436f6e7461696e6572070097d9a89e08ec050309706172616772617068280097d9a89e08ed050d74657874416c69676e6d656e740177046c656674280097d9a89e08ec0502696401772432363835333861362d326465622d343132352d613630332d616361386562656333636337280097d9a89e08ec050974657874436f6c6f7201770764656661756c74280097d9a89e08ec050f6261636b67726f756e64436f6c6f7201770764656661756c74c797d9a89e08ec05ade3bed9043f030e626c6f636b436f6e7461696e6572010097d9a89e08f205010001280097d9a89e08f20502696401772461636339663237302d623331322d346632612d616132612d396538393462616164656137280097d9a89e08f2050974657874436f6c6f7201770764656661756c74280097d9a89e08f2050f6261636b67726f756e64436f6c6f7201770764656661756c7400034797d9a89e08f305030768656164696e67280097d9a89e08fb050d74657874416c69676e6d656e740177046c656674280097d9a89e08fb05056c6576656c01770132070097d9a89e08fb0506010097d9a89e08fe05018497d9a89e08ff050f43616c63756c61746520726f7574650da2aff493080000d301a1d0fd8d8008b80d0141d0fd8d8008b90d01009501a1d0fd8d8008bb0d0100fb01a1a2aff49308d3010141a2aff49308d401010001a1a2aff49308ea02010043c1a79cb3b50415d0fd8d8008ff0d0100cc021fd0fd8d800800a18ffdc8ea093801418ffdc8ea0939010001a18ffdc8ea09bb01010043c1a79cb3b50415e1ff87a10593060100d403a1d0fd8d8008000141d0fd8d80080101009501a1d0fd8d8008030100f201a1d0fd8d80089c040141d0fd8d80089d04010001a1d0fd8d8008b305010043c1a79cb3b50415d0fd8d8008470100c102a1d0fd8d8008a6070141d0fd8d8008a70701009501a1d0fd8d8008a9070100f101a1d0fd8d8008af0a0141d0fd8d8008b00a010001a1d0fd8d8008c60b010043c1a79cb3b50415d0fd8d8008ed070100ef0302e9fdacec0700c1dfee82a90706dfee82a9070c0100ea010194ef94ca070000400184f5d8c707000004019fa983c10700001f14dfee82a90700c7f4ba96fb0200dbfcff9107cc03030e626c6f636b436f6e7461696e65720100dfee82a907000100012100dfee82a90700026964012800dfee82a907000974657874436f6c6f7201770764656661756c742800dfee82a907000f6261636b67726f756e64436f6c6f7201770764656661756c74c7dfee82a90700dbfcff9107cc03030e626c6f636b436f6e7461696e65720100dfee82a907060100012100dfee82a90706026964012800dfee82a907060974657874436f6c6f7201770764656661756c742800dfee82a907060f6261636b67726f756e64436f6c6f7201770764656661756c74c1dfee82a90706dbfcff9107cc03010005c1dfee82a9070cdbfcff9107cc03010011c1dfee82a9070cdfee82a9071201002041dfee82a9070101002317dbfcff910700a1a79cb3b5041701c7a79cb3b50401a79cb3b50414030e626c6f636b436f6e7461696e65720100dbfcff9107010100012100dbfcff910701026964012800dbfcff9107010974657874436f6c6f7201770764656661756c742800dbfcff9107010f6261636b67726f756e64436f6c6f7201770764656661756c74a1dbfcff91070001c7dbfcff910701a79cb3b50414030e626c6f636b436f6e7461696e65720100dbfcff9107080100012100dbfcff910708026964012800dbfcff9107080974657874436f6c6f7201770764656661756c742800dbfcff9107080f6261636b67726f756e64436f6c6f7201770764656661756c74000641dbfcff9107020100b703c1f4ba96fb0200f7bae396050101002ec1a79cb3b50414f4ba96fb020001000581a79cb3b504150100890401a683dc8c0700000501b3dbc1cd0600002101bcb7d7cc0600005309d395a1be0600c7d4c4cd8703c20bd4c4cd8703c80b030e626c6f636b436f6e7461696e65720100d395a1be06000100012100d395a1be0600026964012800d395a1be06000974657874436f6c6f7201770764656661756c742800d395a1be06000f6261636b67726f756e64436f6c6f7201770764656661756c74000c41d395a1be060101009c0105d89583b406000059c19fe886d10e00d596a1a00a14010037c1d89583b40659d596a1a00a140100b3040189f0cda106000038a7018f8d969c060047c1e3ec9f0cf12a030970617261677261706828008f8d969c06000d74657874416c69676e6d656e740177046c656674a1c1e3ec9f0cf62f01c1a79cb3b50414ff81c8b102d90c0100ec01c18f8d969c0603ff81c8b102d90c010005a18f8d969c060201c197d9a89e081b97d9a89e081c028197d9a89e081c04848f8d969c06fc01012184c1e3ec9f0cef110142818f8d969c06fe0108c7c1e3ec9f0cf32f97d9a89e08ec05030e626c6f636b436f6e7461696e657201008f8d969c06870201000128008f8d969c06870202696401772430333330303935372d656362322d343564332d393662352d38643434393463373961626428008f8d969c0687020974657874436f6c6f7201770764656661756c7428008f8d969c0687020f6261636b67726f756e64436f6c6f7201770764656661756c740004478f8d969c0688020309636f6465626c6f636b07008f8d969c0691020604008f8d969c0692029e012f2f204064656661756c742d636f6c6c61707365640a696d706f7274202a20617320646f632066726f6d2022217479706563656c6c3a7479706563656c6c2e6f72672f64565641596d76426165516445223b0a0a6578706f7274206c6574206d6170203d20646f632e6d61703b0a6578706f7274206c6574206d617053636f7065203d20646f633b0a0a6578706f72742064656661756c74206d61703b0a28008f8d969c069102086c616e677561676501770a7479706573637269707428008f8d969c0691020773746f72616765017700c78f8d969c06870297d9a89e08ec05030e626c6f636b436f6e7461696e657201008f8d969c06b30301000128008f8d969c06b30302696401772466666435333532382d316163372d346231322d623232622d32663964323531326537623328008f8d969c06b3030974657874436f6c6f7201770764656661756c7428008f8d969c06b3030f6261636b67726f756e64436f6c6f7201770764656661756c740006478f8d969c06b4030309636f6465626c6f636b28008f8d969c06bf03086c616e677561676501770a7479706573637269707428008f8d969c06bf030773746f7261676501760007008f8d969c06bf030604008f8d969c06c20305242e6d6170818f8d969c06c70302848f8d969c06c9030553636f7065818f8d969c06ce0301848f8d969c06cf03122e67656f6a736f6e4c6179657273203d205b848f8d969c06e103015dc48f8d969c06e1038f8d969c06e2030b242e726f75746550617468848f8d969c06e203013ba18f8d969c06f6010147c1e3ec9f0cf42f030768656164696e6707008f8d969c06f0030601008f8d969c06f10305818f8d969c06f60305848f8d969c06fb030120878f8d969c06f103030a696e6c696e65436f646507008f8d969c06fd030604008f8d969c06fe03076578706f727420818f8d969c06850407848f8d969c068c040120848f8d969c068d042a242e736d617274426c6f636b287479706563656c6c2e656469746f722e63757272656e74426c6f636b2928008f8d969c06f0030d74657874416c69676e6d656e740177046c65667428008f8d969c06f003056c6576656c01770133c78f8d969c06f003c1e3ec9f0cf42f030a626c6f636b47726f757007008f8d969c06ba04030e626c6f636b436f6e7461696e657207008f8d969c06bb04030e62756c6c65744c6973744974656d07008f8d969c06bc040604008f8d969c06bd040a6772656574696e673a20818f8d969c06c70405848f8d969c06cc04012128008f8d969c06bc040d74657874416c69676e6d656e740177046c65667421008f8d969c06bb040269640128008f8d969c06bb040974657874436f6c6f7201770764656661756c7428008f8d969c06bb040f6261636b67726f756e64436f6c6f7201770764656661756c74878f8d969c06bb04030e626c6f636b436f6e7461696e657207008f8d969c06d204030e62756c6c65744c6973744974656d07008f8d969c06d3040604008f8d969c06d4040a6c6f636174696f6e3a20818f8d969c06de040928008f8d969c06d3040d74657874416c69676e6d656e740177046c65667421008f8d969c06d2040269640128008f8d969c06d2040974657874436f6c6f7201770764656661756c7428008f8d969c06d2040f6261636b67726f756e64436f6c6f7201770764656661756c74878f8d969c06d204030e626c6f636b436f6e7461696e657207008f8d969c06ec04030e62756c6c65744c6973744974656d07008f8d969c06ed040604008f8d969c06ee0408636f6f7264733a20878f8d969c06ee04030a696e6c696e65436f646507008f8d969c06f7040604008f8d969c06f8045c6578706f72742064656661756c7420617761697420242e6c6f6f6b7570287479706563656c6c2e656469746f722e63757272656e74426c6f636b2e706172656e742e636f6e746578742e64656661756c742e6c6f636174696f6e293b28008f8d969c06ed040d74657874416c69676e6d656e740177046c65667421008f8d969c06ec040269640128008f8d969c06ec040974657874436f6c6f7201770764656661756c7428008f8d969c06ec040f6261636b67726f756e64436f6c6f7201770764656661756c74c18f8d969c06f6038f8d969c06f7030ac18f8d969c06cc048f8d969c06cd0408818f8d969c06e70406a1c1e3ec9f0c941201c1c1e3ec9f0c9e12c1e3ec9f0cbd110ac18f8d969c06fb05c1e3ec9f0cbd1101a1c1e3ec9f0cb31201a197d9a89e082101c197d9a89e083597d9a89e083608a197d9a89e081d0181c1e3ec9f0cb21206a18f8d969c06ef0301c18f8d969c06fb038f8d969c06fc030aa18f8d969c06d60501a18f8d969c06cf0401c18f8d969c06ea058f8d969c06cd0405a18f8d969c06e90401818f8d969c06f00509a8c1e3ec9f0cdf0501772466336464363962332d326234332d343835662d623865632d343161653232373132326235c4c1e3ec9f0cad11c1e3ec9f0ca8110a4265657267617274656ea8c1e3ec9f0caf0701772465383138646233382d656562332d343662352d616631612d326366636333356439386633a897d9a89e080401772461336638373633342d366637372d343233392d386466342d363430306338353832313331c18f8d969c06fc018f8d969c06fd0108a897d9a89e080001772464393764623666612d653331312d343266352d626530382d333638383962313864383337848f8d969c0686020565726c696ea18f8d969c06f10501c18f8d969c06fb058f8d969c06fc050ca18f8d969c06fd0501a18f8d969c06fe0501c48f8d969c06860697d9a89e08360148c18f8d969c06d40697d9a89e083603a18f8d969c06870601818f8d969c068d0608a18f8d969c06c50601c18f8d969c06fc05c1e3ec9f0cbd110aa18f8d969c06d20601a18f8d969c06d30601c18f8d969c06d70697d9a89e083604a18f8d969c06d80601818f8d969c06e00609a18f8d969c068e0601c18f8d969c0698068f8d969c06fc030da18f8d969c06990601a18f8d969c069a0601c18f8d969c069f068f8d969c06cd0403a18f8d969c06a00601818f8d969c06a90609a18f8d969c06e10601c18f8d969c06eb06c1e3ec9f0cbd110da18f8d969c06ec0601a18f8d969c06ed0601c18f8d969c06f10697d9a89e083603a18f8d969c06f20601818f8d969c06fb0609a18f8d969c06fc0601c18f8d969c0689078f8d969c06fc030aa18f8d969c068a0701a18f8d969c068b0701c18f8d969c068e078f8d969c06cd0404a18f8d969c068f0701818f8d969c06980709a18f8d969c06990701c18f8d969c06a607c1e3ec9f0cbd110aa18f8d969c06a70701a18f8d969c06a80701c18f8d969c06ab0797d9a89e083604a18f8d969c06ac0701818f8d969c06b50709a18f8d969c06b60701c18f8d969c06c0078f8d969c06fc030da18f8d969c06c10701a18f8d969c06c20701c18f8d969c06c6078f8d969c06cd0403a18f8d969c06c70701818f8d969c06d00709818f8d969c06eb0705818f8d969c06880806c18f8d969c06d0078f8d969c0680080901fe92bf910600001707d1c9ecfd0500c79fe886d10e069fe886d10e00030e626c6f636b436f6e7461696e65720100d1c9ecfd05000100012100d1c9ecfd0500026964012800d1c9ecfd05000974657874436f6c6f7201770764656661756c742800d1c9ecfd05000f6261636b67726f756e64436f6c6f7201770764656661756c7400c21f26c786e5f20500c18ff7a7f60b06dba095bd09ac0101002fa1d2da9235f20f01c1d2da9235fc0fc1e3ec9f0cbd110da1d2da9235fd0f01a1d2da9235fe0f01c1d2da9235821097d9a89e083603a1d2da923583100181d2da9235881009a1d2da9235891001c1d2da923596108f8d969c06fc030aa1d2da9235971001a1d2da9235981001c1d2da92359b108f8d969c06cd0404a1d2da92359c100181d2da9235a51005a1c786e5f2053001c1c786e5f2053dc1e3ec9f0cbd110aa1c786e5f2053e01a1c786e5f2053f01c1c786e5f2054297d9a89e083604a1c786e5f205430181c786e5f2054c05a1c786e5f2054d01c1c786e5f205578f8d969c06fc030da1c786e5f2055801a1c786e5f2055901c1c786e5f2055d8f8d969c06cd0403a1c786e5f2055e0181c786e5f2056309c1c786e5f2058d018f8d969c06cd0407c18f8d969c06ea058f8d969c069b0601c1c786e5f2055dc786e5f2058b0103c1c786e5f2059e018f8d969c06cd0406c48f8d969c06ea05c786e5f2059f010148c1c786e5f2055dc786e5f205a0010381c786e5f205970105c1c786e5f20563c786e5f2058f010901b2decea20500000e14e1ff87a10500c1dbfcff910701dbfcff9107080100af03c1a79cb3b50414d4f3a3d40e8402010005c1e1ff87a105b003d4f3a3d40e8402010064c1e1ff87a105b003e1ff87a105b603010005c1e1ff87a1059b04e1ff87a105b603010011a1dbfcff9107070100aa01a1e1ff87a105b304010034c1a79cb3b50415dbfcff9107810401007ac1a79cb3b50414e1ff87a105b00301001dc1a79cb3b50414e1ff87a1058e0701001d01db90e39d050000080ef7bae39605000001c1a79cb3b50414a79cb3b50425010005c1f7bae3960501a79cb3b5042501000cc7f7bae3960501f7bae3960507030e626c6f636b436f6e7461696e65720700f7bae396051403097061726167726170682800f7bae39605150d74657874416c69676e6d656e740177046c6566742100f7bae3960514026964012800f7bae39605140974657874436f6c6f7201770764656661756c742800f7bae39605140f6261636b67726f756e64436f6c6f7201770764656661756c74a1f7bae396051701c1f7bae3960501f7bae396051401000a01bfd697f8040000da03019eae8ded0400818ff7a7f60b150203a58592eb04000036c1ade3bed9043fade3bed9040101000501adaafce40400000e01f5d6e9e20400002a05ade3bed904000001c1cddcbd35ce01faf88eed080101003dc1cddcbd35ce01ade3bed9040101003b01a7a88fd9040081d2da92358a15e5040182f0cabf0400000101beab83bc0400003217a79cb3b50400070103646f63030a626c6f636b47726f75700700a79cb3b50400030e626c6f636b436f6e7461696e65720100a79cb3b504010100032800a79cb3b5040102696401772436346336656461352d366666612d343234392d626162632d3066393931313363323630392800a79cb3b504010974657874436f6c6f7201770764656661756c742800a79cb3b504010f6261636b67726f756e64436f6c6f7201770764656661756c7481a79cb3b5040101000ac7a79cb3b50401a79cb3b50409030e626c6f636b436f6e7461696e65720100a79cb3b504140100012100a79cb3b50414026964012800a79cb3b504140974657874436f6c6f7201770764656661756c742800a79cb3b504140f6261636b67726f756e64436f6c6f7201770764656661756c74000147a79cb3b50402030768656164696e670700a79cb3b5041b060100a79cb3b5041c062800a79cb3b5041b0d74657874416c69676e6d656e740177046c6566742800a79cb3b5041b056c6576656c01770131c1a79cb3b50414a79cb3b5040901001c01d3cf9ce4030000030197ec95e10300005436f2b79cd10300a1a2aff49308e6040141a2aff49308e70401009501a1a2aff49308e9040100fb01a1f2b79cd103000141f2b79cd10301010001a1f2b79cd1039701010043c1a79cb3b50415a2aff49308ad050100ca02a1f2b79cd10393030141f2b79cd103940301009501a1f2b79cd10396030100fb01a1f2b79cd103a5060141f2b79cd103a606010001a1f2b79cd103bc07010043c1a79cb3b50415f2b79cd103da030100b901a1f4ba96fb02030141f4ba96fb0201010018a1dfee82a9070301009201a1f2b79cd103b8090141f2b79cd103b90901009501a1f2b79cd103bb090100f201a1f2b79cd103b90b0141f2b79cd103ba0b01000ca1f2b79cd103d30b010015a1f2b79cd103e60c0141f2b79cd103e70c010001a1f2b79cd103fd0d010043c1a79cb3b50415f2b79cd103ff090100c40241a79cb3b50415010050c1e1ff87a105b003e1ff87a1059b04010005c1f2b79cd103f113e1ff87a1059b04010018c1f2b79cd103f113f2b79cd103f7130100d3030e9186ffcc030081b39591f801e404f008819186ffcc03ef083d819186ffcc03ac091dc19186ffcc03ef089186ffcc03f00803c19186ffcc03ac099186ffcc03ad0903849186ffcc03c909e5042f2f20612066756e6374696f6e20746861742065787472616374732070726f70657274796e616d653a2076616c7565207061747465726e732066726f6d20626c6f636b206368696c6472656e0a6578706f72742066756e6374696f6e20736d617274426c6f636b28626c6f636b3a20616e7929207b0a2020636f6e737420656e7472696573203d20626c6f636b2e6368696c6472656e2e6d61702828623a20616e7929203d3e207b0a202020206966202821622e636f6e74656e742e6c656e67746829207b0a20202020202072657475726e20756e646566696e65643b0a202020207d0a20202020636f6e73742070726f7073203d20622e636f6e74656e745b305d2e746578742e73706c697428223a222c2032293b0a202020206966202870726f70732e6c656e67746820213d3d203229207b0a20202020202072657475726e20756e646566696e65643b0a202020207d0a202020206c65742076616c203d2070726f70735b315d2e7472696d28293b0a20202020636f6e7374206232203d207479706563656c6c2e656469746f722e676574426c6f636b28622e6964293b0a202020206966202862322e636f6e7465787429207b0a20202020202076616c203d2062322e636f6e746578745b2264656661756c74225d3b0a202020207d0a2020202072657475726e205b70726f70735b305d2e7472696d28292c2076616c5d3b0a20207d293b0a202072657475726e204f626a6563742e66726f6d456e747269657328656e74726965732e66696c74657228286129203d3e2021216129293b0a0a20202f2f2072657475726e203c7370616e3e7b227b7d227d3c2f7370616e3e3b0a7dc18099c2e30a3097d9a89e08a903010005c19186ffcc03b50e97d9a89e08a9030100b101c19186ffcc03bb0e97d9a89e08a903010005c19186ffcc03ed0f97d9a89e08a9030100f602018bb5fcb50300001d40d4c4cd870300a1f2b79cd10394100141f2b79cd103951001004cc1d4c4cd870301f2b79cd1039510010041a1f2b79cd10397100141f2b79cd103a01301008902a1d4c4cd8703000141d4c4cd870301010001a1d4c4cd870390010141d4c4cd8703910101004cc1d4c4cd87039f03d4c4cd870391010100c502a1d4c4cd87039e030100c402a1d4c4cd8703b2060100c402c1f2b79cd103f713e1ff87a1059b04010005c7d4c4cd8703bc0be1ff87a1059b04030e626c6f636b436f6e7461696e65720100d4c4cd8703c20b0100012100d4c4cd8703c20b026964012800d4c4cd8703c20b0974657874436f6c6f7201770764656661756c742800d4c4cd8703c20b0f6261636b67726f756e64436f6c6f7201770764656661756c74c7d4c4cd8703c20be1ff87a1059b04030e626c6f636b436f6e7461696e65720100d4c4cd8703c80b0100012100d4c4cd8703c80b026964012800d4c4cd8703c80b0974657874436f6c6f7201770764656661756c742800d4c4cd8703c80b0f6261636b67726f756e64436f6c6f7201770764656661756c74a1d4c4cd87039b030141d4c4cd87039c0301004cc1d4c4cd8703cf0bd4c4cd87039c03010049a1d4c4cd8703f7080141d4c4cd87039f030100fd01a1d4c4cd8703ce0b0141d4c4cd8703cf0b010001a1d4c4cd8703e60c0147d4c4cd8703e70c030768656164696e670700d4c4cd8703e90e060100d4c4cd8703ea0e0b81d4c4cd8703f50e0187d4c4cd8703ea0e030a696e6c696e65436f64650700d4c4cd8703f70e060400d4c4cd8703f80e076578706f72742081d4c4cd8703ff0e0981d4c4cd8703880f0184d4c4cd8703890f2a242e736d617274426c6f636b287479706563656c6c2e656469746f722e63757272656e74426c6f636b292800d4c4cd8703e90e0d74657874416c69676e6d656e740177046c6566742100d4c4cd8703e90e056c6576656c01c1d4c4cd8703e90ed4c4cd8703e70c0100e202a1f2b79cd103f00f010002c1f2b79cd103f113f2b79cd10390140100840301d183b9ff0200004807f4ba96fb0200c7a79cb3b50414f7bae3960501030e626c6f636b436f6e7461696e65720100f4ba96fb02000100012100f4ba96fb0200026964012800f4ba96fb02000974657874436f6c6f7201770764656661756c742800f4ba96fb02000f6261636b67726f756e64436f6c6f7201770764656661756c74002201b5d1dfcc020000fc0201c8a0f8bc020000a601019786d5b7020000163aff81c8b102000004a1d4c4cd8703c50b0141d4c4cd8703c30b0100a001a1d395a1be06030141d395a1be0612010001a1d4c4cd8703cb0b0147d4c4cd8703c90b0309636f6465626c6f636b0700ff81c8b102aa01060100ff81c8b102ab016681ff81c8b1029102b3012800ff81c8b102aa01086c616e677561676501770a747970657363726970742100ff81c8b102aa010773746f72616765010004a1d4c4cd870399120141f2b79cd103f10f0100be01a1f2b79cd103fe0f0141dfee82a9074501000ca1dfee82a907090141dfee82a907070100c204a18099c2e30a3301418099c2e30a42010066c1a79cb3b50414f982fce80fa2040100a501c1ff81c8b102c50af982fce80fa20401006dc1a79cb3b50414ff81c8b102c50a010014c7d4c4cd8703e90ed4c4cd8703b60f030a626c6f636b47726f75700700ff81c8b102ee0c030e626c6f636b436f6e7461696e65720700ff81c8b102ef0c030e62756c6c65744c6973744974656d0700ff81c8b102f00c060100ff81c8b102f10c0e2800ff81c8b102f00c0d74657874416c69676e6d656e740177046c6566742100ff81c8b102ef0c026964012800ff81c8b102ef0c0974657874436f6c6f7201770764656661756c742800ff81c8b102ef0c0f6261636b67726f756e64436f6c6f7201770764656661756c7487ff81c8b102ef0c030e626c6f636b436f6e7461696e65720700ff81c8b102840d030e62756c6c65744c6973744974656d0700ff81c8b102850d060100ff81c8b102860d132800ff81c8b102850d0d74657874416c69676e6d656e740177046c6566742100ff81c8b102840d026964012800ff81c8b102840d0974657874436f6c6f7201770764656661756c742800ff81c8b102840d0f6261636b67726f756e64436f6c6f7201770764656661756c7481ff81c8b102840d01009801c1f2b79cd103f113d4c4cd87039c120100c701c1ff81c8b102b70ed4c4cd87039c12010006c1f2b79cd103f113ff81c8b102b70e0100870202c2f0caa302002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278b0ec5e07300001b39591f8010081a7a88fd904e404e50454e3e4d3ad0100a1a0becad40a3401c1a0becad40a3ec1e3ec9f0cbd110da1a0becad40a3f01a1a0becad40a4001c1a0becad40a4497d9a89e083603a1a0becad40a450181a0becad40a4a09a1a0becad40a4b01c1a0becad40a588f8d969c06fc030aa1a0becad40a5901a1a0becad40a5a01c1a0becad40a5d8f8d969c06cd0404a1a0becad40a5e0181a0becad40a6705a1e3e4d3ad010001c1e3e4d3ad010dc1e3ec9f0cbd110aa1e3e4d3ad010e01a1e3e4d3ad010f01c1e3e4d3ad011297d9a89e083604a1e3e4d3ad01130181e3e4d3ad011c05a1e3e4d3ad011d01c1e3e4d3ad01278f8d969c06fc030da1e3e4d3ad012801a1e3e4d3ad012901c1e3e4d3ad012d8f8d969c06cd0403a1e3e4d3ad012e0181e3e4d3ad013309a1e3e4d3ad013401c1e3e4d3ad013ec1e3ec9f0cbd110da1e3e4d3ad013f01a1e3e4d3ad014001c1e3e4d3ad014497d9a89e083603a1e3e4d3ad01450181e3e4d3ad014a09a1e3e4d3ad014b01c1e3e4d3ad01588f8d969c06fc030aa1e3e4d3ad015901a1e3e4d3ad015a01c1e3e4d3ad015d8f8d969c06cd0404a1e3e4d3ad015e0181e3e4d3ad016705a1e3e4d3ad016801c1e3e4d3ad0175c1e3ec9f0cbd110aa1e3e4d3ad017601a1e3e4d3ad017701c1e3e4d3ad017a97d9a89e083604a1e3e4d3ad017b0181e3e4d3ad01840105a1e3e4d3ad01850101c1e3e4d3ad018f018f8d969c06fc030da1e3e4d3ad01900101a1e3e4d3ad01910101c1e3e4d3ad0195018f8d969c06cd0403a1e3e4d3ad0196010181e3e4d3ad019b0109a1e3e4d3ad019c0101c1e3e4d3ad01a601c1e3ec9f0cbd110da1e3e4d3ad01a70101a1e3e4d3ad01a80101c1e3e4d3ad01ac0197d9a89e083603a1e3e4d3ad01ad010181e3e4d3ad01b20109a1e3e4d3ad01b30101c1e3e4d3ad01c0018f8d969c06fc030aa1e3e4d3ad01c10101a1e3e4d3ad01c20101c1e3e4d3ad01c5018f8d969c06cd0404a1e3e4d3ad01c6010181e3e4d3ad01cf0105a8e3e4d3ad01d00101772464353962653461322d393133362d343939392d623361322d353566653739663763613862c4e3e4d3ad01dd01c1e3ec9f0cbd110a43616e616c2072696465a8e3e4d3ad01de0101772435616533613737632d313264382d343138392d613830382d666466643739336537646433a8e3e4d3ad01df0101772439613435663765352d653038302d343761352d383539302d616430643565633138623364c4e3e4d3ad01e20197d9a89e083604616c6c6fa8e3e4d3ad01e30101772464616136343635302d376437342d343037392d383861662d32376430346465356333393384e3e4d3ad01ec010544656c6674a8e3e4d3ad01ed0101772464656234396439332d656633622d346231302d386633342d636435626666636464303631c4e3e4d3ad01f7018f8d969c06fc030d456174696e6720746170617320a8e3e4d3ad01f80101772433333862616135642d353361342d343563332d626536382d373265373836633631656238a8e3e4d3ad01f90101772462306130623938352d363630312d343533372d386331302d393437616139376537616663c4e3e4d3ad01fd018f8d969c06cd04036f6c61a8e3e4d3ad01fe0101772462393938633131302d333538662d343463622d613335652d37333530376333363339303284e3e4d3ad0183020942617263656c6f6e6101e6cc8aa70100002902cbf4e55b00c1a79cb3b50425a79cb3b5040901001003cddcbd350000ce01c1ff81c8b1028610d2f0a99e0c000100064ad2da923500c18f8d969c068c048f8d969c068d0402c4d2da9235018f8d969c068d040174c4d2da923501d2da9235020664656661756cc1c1e3ec9f0caa2fc1e3ec9f0cab2f03c1c1e3ec9f0ce12fc1e3ec9f0ce22f02c1d2da92350dc1e3ec9f0ce22f01c1c1e3ec9f0ce12fd2da92350c01c1d2da92350dd2da92350e1b81c1e3ec9f0ce22fc209c18f8d969c068d048f8d969c068e040181d2da9235ec09c80481d2da9235b50e0e81d2da9235c30e0bc1d2da9235c30ed2da9235c40e01c1d2da9235cf0ed2da9235c40e01c1d2da9235cf0ed2da9235d00e02a18f8d969c06d10701c18f8d969c06db07c1e3ec9f0cbd110da18f8d969c06dc0701a18f8d969c06dd0701c18f8d969c06e10797d9a89e083603a18f8d969c06e20701818f8d969c068d0809a18f8d969c06ec0701c18f8d969c06f9078f8d969c06fc030aa18f8d969c06fa0701a18f8d969c06fb0701c18f8d969c06fe078f8d969c06cd0404a18f8d969c06ff0701818f8d969c06930805a1d2da9235d30e01c1d2da9235e00ec1e3ec9f0cbd110aa1d2da9235e10e01a1d2da9235e20e01c1d2da9235e50e97d9a89e083604a1d2da9235e60e0181d2da9235ef0e05a1d2da9235f00e01c1d2da9235fa0e8f8d969c06fc030da1d2da9235fb0e01a1d2da9235fc0e01c1d2da9235800f8f8d969c06cd0403a1d2da9235810f0181d2da9235860f09c1d2da9235b50ed2da9235b60e03a1d2da9235870f01c1d2da9235910fc1e3ec9f0cbd110da1d2da9235920f01a1d2da9235930f01c1d2da9235970f97d9a89e083603a1d2da9235980f0181d2da92359d0f09a1d2da92359e0f01c1d2da9235ab0f8f8d969c06fc030aa1d2da9235ac0f01a1d2da9235ad0f01c1d2da9235b00f8f8d969c06cd0404a1d2da9235b10f0181d2da9235ba0f05a1d2da9235be0f01c1d2da9235cb0fc1e3ec9f0cbd110aa1d2da9235cc0f01a1d2da9235cd0f01c1d2da9235d00f97d9a89e083604a1d2da9235d10f0181d2da9235da0f05a1d2da9235db0f01c1d2da9235e50f8f8d969c06fc030da1d2da9235e60f01a1d2da9235e70f01c1d2da9235eb0f8f8d969c06cd0403a1d2da9235ec0f0181d2da9235f10f0981d2da9235ce0ee50468fbe1b8fd0f0107fc03f982fce80f0100bf09bad0af8b0f010001d19285810f010053c68bd2dd0e010007d4f3a3d40e010086039fe886d10e05000c100115b401cc0101d00130ecadc4d00e010029f492d0c10e01008801be8c82b40e0100d901a3c6e4ef0d010006c3ffa1ed0d010003c4918ec90d0100c602aca6bac30d020103069f0286d7febd0d010004a7aec5ba0d010018e2c7e7ac0d010015dfd8db8a0d01000a83f3edfd0c010003b29fc2f70c010007fca4f6d00c01008001b3e0b1b60c0100d803a3b5aab10c01009d05c1e3ec9f0c2300dc05df0501e2050ba90601b80609c20601af0701b207e7099a11039e110aa91105af110ebe1162aa120a9a13a501c714cc0194160dcf1724fe1ac602d01f04dc1f05d7214da52202aa2204b922c205fe27f002f12a30a32bc104ed2f06f42f03f92f0a843030b63007be3009f7304dd2f0a99e0c010006c3e9d3fa0b01007d8ff7a7f60b0200061303c4ffc0e10b010030e3fc90c70b010003b699e6ba0b010019c3bc91ae0b010051b1a6d8ad0b010027bdc5ec960b0100c101b9e1a78d0b0100018099c2e30a03003031033633a0becad40a0700d803d90302de0306f903068004f002f906f002d90c2ab7d597c90a0100ac01a7b795c30a01005397ebadbc0a01000681f9ddb80a010032d596a1a00a03000e0f03141cd298e7fd090100118ffdc8ea090100fe07e7cd97db0901000edba095bd0901008904f78588b9090100da0288eb89a6090100a206f285c180090100a508faf88eed0801003eacf0f9e40801000198b98ce1080100ca028ae193c40801003c87d5dfa70801000297d9a89e0811000104010806180621012502310537f202aa0302af0306c00301cf0301930401b604b601f30502f80503ff0501a2aff493080100fa07d0fd8d80080100ef11e9fdacec070100eb0194ef94ca0701004084f5d8c7070100049fa983c10701001fdfee82a90703010307030c5ddbfcff91070500010203070109030efd07a683dc8c07010005b3dbc1cd06010021bcb7d7cc06010053d395a1be0602010306a901d89583b4060100c50589f0cda1060100388f8d969c061402fb01ff01088802028d0204b40302b90306c80302cf0301ef0301f2030a860407c80405cf0401df0409e90401d60501d90551b70608c5060fd506c801fe92bf9106010017d1c9ecfd0502010306c21fc786e5f2050200a901aa0111b2decea20501000ee1ff87a1050100ca07db90e39d05010008f7bae3960503001417011a0cbfd697f8040100da039eae8ded04010002a58592eb0401003cadaafce40401000ef5d6e9e20401002aade3bed90401007ba7a88fd9040100e50482f0cabf04010001beab83bc04010032a79cb3b504060204090b15031a011d06251dd3cf9ce40301000397ec95e103010054f2b79cd1030100e4179186ffcc030200d009b50eb5048bb5fcb50301001dd4c4cd87030700c20bc30b03c90b03ce0b9b03eb0e0c800f0ab50fec05d183b9ff02010048f4ba96fb020201030622b5d1dfcc020100fc02c8a0f8bc020100a6019786d5b702010016ff81c8b1020800aa01ac019902c603a809f20c0e810d01870d139b0d019e0df004b39591f8010100e504e3e4d3ad0101008402e6cc8aa701010029cbf4e55b010011cddcbd350100d501d2da9235020002098215', 'read'), + ('44a202dd-0898-4be3-b52d-4344583ea2af', 'deRckzr6fjUef', '2023-10-17 19:04:34.882+00', '65dc68e4-1e03-42ce-8e8c-6499d10b26cd', '2023-10-17 19:04:34.882+00', '\x010599b6ecca08002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06894100028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f644539614b383259584431395328010770726f66696c6508757365726e616d6501770b616c6963655f6e746d697728010770726f66696c65096a6f696e65645f6174017b4278b3f06894100000', 'read'), + ('66f42b55-1eb8-4374-a015-01c00372b129', 'deDSWXBRG3bV1', '2023-10-17 18:07:37.837+00', 'c5e8398d-782a-4050-884e-8dc65a2cd869', '2023-10-17 18:07:37.837+00', '\x68656c6c6f41', 'no-access'), + ('fa38e7bb-f38e-4263-bee0-029b206ac546', 'dAxnQZftLLDad', '2023-10-17 18:07:37.838+00', 'c5e8398d-782a-4050-884e-8dc65a2cd869', '2023-10-17 18:07:37.838+00', '\x68656c6c6f42', 'no-access'), + ('c1e75c1d-cb56-45ed-8ad2-a9fdaa798807', 'dTEJUwVNtF4Wk', '2023-10-17 18:07:37.838+00', 'c5e8398d-782a-4050-884e-8dc65a2cd869', '2023-10-17 18:07:37.838+00', '\x68656c6c6f43', 'no-access'), + ('3c4779dd-872a-41f0-9ac6-4103f9f9729c', 'dj3XjDStHwYLG', '2023-10-17 19:04:35.394+00', '7009e4ed-d840-472d-81ad-cebd9ad715e8', '2023-10-17 19:04:35.394+00', '\x0105bbf484ef0c002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f068b4200028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64574e386a63764c6e4339685928010770726f66696c6508757365726e616d65017709626f625f75726f667128010770726f66696c65096a6f696e65645f6174017b4278b3f068b4200000', 'read'), + ('211e76f5-bcfc-4514-b357-a5333f770be3', 'dV5Kmb8XQRYct', '2023-10-17 18:07:37.838+00', 'c5e8398d-782a-4050-884e-8dc65a2cd869', '2023-10-17 18:07:37.838+00', '\x68656c6c6f44', 'no-access'), + ('c54f05a1-0e3c-45b2-9fcf-a89152fc3862', 'dHhuV5fNbFYAm', '2023-10-17 18:07:37.86+00', 'cb7ed166-c97b-4484-8904-a085d2167f07', '2023-10-17 18:07:37.86+00', '\x68656c6c6f', 'no-access'), + ('35d69141-986b-4f44-91ff-a6f77ca1f01f', 'dVuXzXfmqxfsp', '2023-10-17 18:07:37.885+00', 'c5e8398d-782a-4050-884e-8dc65a2cd869', '2023-10-17 18:07:37.885+00', '\x68656c6c6f41', 'no-access'), + ('08d0758b-aaff-4ff1-bd87-029837dbad12', 'dQ5Ch5GqUBDgC', '2023-10-17 18:07:37.885+00', 'c5e8398d-782a-4050-884e-8dc65a2cd869', '2023-10-17 18:07:37.885+00', '\x68656c6c6f42', 'no-access'), + ('a9604000-a2a7-477e-bec5-cbd13c4b58fe', 'dkcBZrCZFgdK4', '2023-10-17 18:07:37.885+00', 'c5e8398d-782a-4050-884e-8dc65a2cd869', '2023-10-17 18:07:37.885+00', '\x68656c6c6f43', 'no-access'), + ('65df9538-e8c8-491b-b75e-cf14b5cd45ed', 'dVsKWqZjmvbQH', '2023-10-17 18:07:37.885+00', 'c5e8398d-782a-4050-884e-8dc65a2cd869', '2023-10-17 18:07:37.885+00', '\x68656c6c6f44', 'no-access'), + ('173ba541-65a8-45a5-b2cd-d9a374c5ede5', 'dnD5TxS8QajpU', '2023-10-17 18:07:37.903+00', 'cb7ed166-c97b-4484-8904-a085d2167f07', '2023-10-17 18:07:37.903+00', '\x68656c6c6f', 'no-access'), + ('279f00f3-0860-479c-81da-8fdb787e5c76', 'dkvNuKpNBWgyX/.inbox', '2023-10-17 19:04:36.599+00', '65dc68e4-1e03-42ce-8e8c-6499d10b26cd', '2023-10-17 19:04:36.627+00', '\x0103e7fba2c801002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3f068bf7000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f646b764e754b704e425767795800', 'write'), + ('7e7576ea-f693-4445-9790-fb9944ca8d1f', 'dX8qc8zmttwj9', '2023-10-17 19:04:40.505+00', '0774e324-0760-411b-bd62-03c6c4f664d8', '2023-10-17 19:04:40.505+00', '\x0103e291b08305002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f069f380002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('c01745ae-3c02-448f-9b04-3725374d0431', 'dpjhL9J4p7ChW', '2023-10-17 19:04:41.025+00', 'e15be323-a3b5-432a-811b-b257c1c7ad40', '2023-10-17 19:04:41.025+00', '\x0103aefec1ae07002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06a1410002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('7c727579-9e21-4242-ae9e-cab20fec2861', 'dvDdAZ4rc9BHq', '2023-10-17 19:04:52.98+00', 'ae4278af-aa9f-4058-b3b6-b583ed0ea93c', '2023-10-17 19:04:53+00', '\x0101bfe6b0ff0800280104746573740568656c6c6f017705776f726c6400', 'read'), + ('589379da-7c8e-400d-bb1a-23ef6bc4a2d0', 'dbukWLA8vE5se', '2023-10-17 18:07:37.876+00', '599e1862-83d4-4e03-8615-98c27519841f', '2023-10-17 18:07:39.22+00', '\x0501908493ba0a0028010a616e6f746865726d61700568656c6c6f017705776f726c6401b4ddf491040021010a616e6f746865726d61700568656c6c6f0101b5a3e8ed02002801056d796d61700568656c6c6f017705776f726c6401e2a9849202002101056d796d61700568656c6c6f01018c8cd654002101056d796d61700568656c6c6f0103b4ddf49104010001e2a98492020100018c8cd654010001', 'no-access'), + ('500aaa17-ad18-4f69-be92-a7c4cc67145a', 'dx3jJtFRNYzBD', '2023-10-17 18:07:52.816+00', '318358a3-e11d-4382-a53a-3c8038337bac', '2023-10-17 18:07:52.816+00', '\x68656c6c6f41', 'no-access'), + ('8750c0c2-127d-4843-bc82-0b6dd6f923f7', 'dFJS4TVPTye4m', '2023-10-17 18:07:52.817+00', '318358a3-e11d-4382-a53a-3c8038337bac', '2023-10-17 18:07:52.817+00', '\x68656c6c6f42', 'no-access'), + ('eee80de3-0566-4a0f-8017-4fd3871d3bf2', 'dj3DkP7Ukkx56', '2023-10-17 18:07:52.817+00', '318358a3-e11d-4382-a53a-3c8038337bac', '2023-10-17 18:07:52.817+00', '\x68656c6c6f43', 'no-access'), + ('3afbc88f-d3e1-4a8d-ae3b-6dec03728a0c', 'dwGdnyUjpM8XP', '2023-10-17 18:07:52.817+00', '318358a3-e11d-4382-a53a-3c8038337bac', '2023-10-17 18:07:52.817+00', '\x68656c6c6f44', 'no-access'), + ('2d472521-12d7-4e70-b6d3-1d1435ce3daa', 'dJVjUBH9Xjbr7', '2023-10-17 19:04:41.278+00', '0774e324-0760-411b-bd62-03c6c4f664d8', '2023-10-17 19:04:42.385+00', '\x0000', 'read'), + ('6d6e073e-91ae-4956-9f53-e244a2d6c94d', 'dFx2kC21f3kSA', '2023-10-17 19:04:42.682+00', '53bb3616-1255-4212-8dcb-bc19d4f8c0ff', '2023-10-17 19:04:42.682+00', '\x0103bfdad2aa0b002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06a7ba0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('28e8ddef-e175-4661-a2fa-1f369e320dca', 'dn6vdXbKBZXpW', '2023-10-17 18:07:52.895+00', 'b85dceaa-0e32-49e4-ae19-847a8f9c279d', '2021-01-01 00:00:00+00', '\x68656c6c6f', 'write'), + ('cb4792f5-7946-4d6d-97e1-fe1a661791a4', 'dJFjcHEyZ1VQG', '2023-10-17 19:04:43.364+00', '44793729-c7d0-434f-8d2b-d81d1f505586', '2023-10-17 19:04:43.364+00', '\x0103d1b1f5c609002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06aa630002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('28309001-e316-4ed6-8104-7f468c2b11f5', 'dVz3EEytJYn57', '2023-10-17 19:04:58.177+00', 'baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc', '2023-10-17 19:04:58.177+00', '\x0103e6b280bf05002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06e4410002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('4c5292d8-e6ca-442e-9f26-7e3f62c3235e', 'deFpGXtJ1haWv/.inbox', '2023-10-17 19:04:44.803+00', '53bb3616-1255-4212-8dcb-bc19d4f8c0ff', '2023-10-17 19:04:44.834+00', '\x0103cf84a7ca09002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3f06abc5000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f646546704758744a316861577600', 'write'), + ('ecfcfa3e-87e8-4a2e-bf73-9fdfa76c5215', 'dkAXnSSTKPZSx', '2023-10-17 19:04:48.936+00', '9109da68-36a4-4539-856a-ecb20684e391', '2023-10-17 19:04:48.936+00', '\x0103dcccbd59002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06c0270002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('fa8824e9-0219-4bf4-bbb4-66d3f9eaebf2', 'dHJXWmZEnAhQ8', '2023-10-17 19:04:49.476+00', '01c0741c-748c-45e9-8576-75488ee7c69d', '2023-10-17 19:04:49.476+00', '\x0103d2decdec0d002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06c2440002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('d55a23f3-80f6-4ab1-a947-daab8f2c5fd3', 'dzB8pJHmhg4Yh', '2023-10-17 19:04:58.768+00', '360964c0-338d-46f7-83ed-4d188cd5a8c6', '2023-10-17 19:04:58.768+00', '\x01039ee4d1cd06002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06e6900002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('6ede94ab-4a60-48dd-8baf-ac4e02a27e34', 'dxH3spBGdaGrx', '2023-10-17 19:04:49.668+00', '9109da68-36a4-4539-856a-ecb20684e391', '2023-10-17 19:04:50.832+00', '\x0000', 'read'), + ('425f2efa-0408-41a2-858e-201b16cb0562', 'dEkhtXsN6veft', '2023-10-17 19:04:51.108+00', 'ae4278af-aa9f-4058-b3b6-b583ed0ea93c', '2023-10-17 19:04:51.108+00', '\x010392edbcbf0c002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06c8a40002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('3fed2fdb-dee4-4277-be6e-9c37c7a591c3', 'dkrFe9h23FTcp', '2023-10-17 19:04:51.643+00', '48580f87-70da-491a-aa80-4454fd99026e', '2023-10-17 19:04:51.643+00', '\x0103ffc0c2d107002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278b3f06cabb0002801046d657461057469746c650177105075626c696320776f726b737061636500', 'read'), + ('d5aafa63-471f-4bbf-96fd-ab29d7cc814e', 'dquKRGtyHDrxS', '2023-10-17 19:05:07.885+00', '382495b9-b50b-4c28-aea5-89ecca805b8b', '2023-10-17 19:05:07.885+00', '\x01059cc582d809002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f070a2c00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f647934704d6b635a4b704a655628010770726f66696c6508757365726e616d65017709626f625f686865616928010770726f66696c65096a6f696e65645f6174017b4278b3f070a2d00000', 'read'), + ('e1934e83-8b40-4a6e-b750-2c0126651108', 'dZUBeMb5ZeqRB', '2023-10-17 19:04:58.986+00', 'baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc', '2023-10-17 19:05:00.055+00', '\x0000', 'read'), + ('5f2c99be-da9d-47d8-aa56-dc6a376911e7', 'dh5B4sgZJFKZ6', '2023-10-17 19:05:00.417+00', 'f3dfdb7e-7ea5-40b6-8b32-54059f100307', '2023-10-17 19:05:00.417+00', '\x0105c3cf8eb80d002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06ed0100028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f6471386b6745445757394c354228010770726f66696c6508757365726e616d6501770b616c6963655f636e6a637828010770726f66696c65096a6f696e65645f6174017b4278b3f06ed0100000', 'read'), + ('485251d8-0db2-4465-8fc3-e1ea54fa6313', 'dwW3QC6hTfN6n', '2023-10-17 19:05:00.967+00', '739fae7f-34a1-4c9d-a301-d9088d7e5efa', '2023-10-17 19:05:00.967+00', '\x0105f2cb949f03002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f06ef2600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64705870377037397a7241775628010770726f66696c6508757365726e616d65017709626f625f706976687928010770726f66696c65096a6f696e65645f6174017b4278b3f06ef2600000', 'read'), + ('7a2d5488-46bc-4f2d-b972-dd582217e220', 'dpAnWpdMcS1T9/.inbox', '2023-10-17 19:05:02.223+00', 'f3dfdb7e-7ea5-40b6-8b32-54059f100307', '2023-10-17 19:05:02.276+00', '\x0103cfefa8f60e002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b3f06f009000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6470416e5770644d635331543900', 'write'), + ('d3290847-4736-4cbd-8424-6320c6038e5c', 'ddfdD7RX6z7u3', '2023-10-17 19:05:07.373+00', 'bd2a14bd-328b-481a-94e5-70a0eec70f03', '2023-10-17 19:05:07.373+00', '\x010587fa91c501002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278b3f07082c00028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64744858636b6878723446453328010770726f66696c6508757365726e616d6501770b616c6963655f767677627028010770726f66696c65096a6f696e65645f6174017b4278b3f07082c00000', 'read'), + ('ddd02755-3e09-4188-b11a-f910c3bcd7ec', 'daSBzSHyjXMU9/.inbox', '2023-10-17 19:05:08.118+00', 'bd2a14bd-328b-481a-94e5-70a0eec70f03', '2023-10-17 19:05:08.118+00', '\x0000', 'write'), + ('64e7d513-aea4-4fcf-900f-3a2ee650019b', 'dxuVVeKksdnRf', '2023-10-16 18:33:27.053+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 11:51:16.929+00', '\x0501aeb9d7d50d0084d0faa2d90b41074172636869766508a5cfc3800c00280104726566730b2d31343830383733383630017605026964770d7248545032754e367258717839096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f64677258356d57454c4b31637a07736f72744b657977025a7a280104726566730a31383237313832393631017605026964770d72463853576b716852625a5047096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f64547350684c775a4d4c41726b07736f72744b657977025a79280104726566730a31383837393837353039017605026964770d725a77446d586272684e323848096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f6455587a52454b73363957355207736f72744b657977025a78280104726566730b2d32313238333534373036017605026964770d726a4254323351665753625458096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f6466547a46787162707456666707736f72744b657977025a7728010472656673083735373831383835017605026964770d72793773626a6338334b346d4d096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f646b4d3556797543536250387207736f72744b657977025a76280104726566730b2d31363431313335393736017605026964770d724b3743616e51364a48637955096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f64704d3679464c6b503851586e07736f72744b657977025a752801047265667309353337303435353130017605026964770d72734e3765345454564c703750096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f64706b6375544b776b5775704607736f72744b657977025a74280104726566730b2d31393737343739383934017605026964770d72594e4a355a54365833745774096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f644c4442746b6533574234386607736f72744b657977035a755616d0faa2d90b00070103646f63030a626c6f636b47726f75700700d0faa2d90b00030e626c6f636b436f6e7461696e65720100d0faa2d90b010100032800d0faa2d90b0102696401772462386430393462392d373239632d343537322d623964312d3563363364363438336231642800d0faa2d90b010974657874436f6c6f7201770764656661756c742800d0faa2d90b010f6261636b67726f756e64436f6c6f7201770764656661756c7487d0faa2d90b01030e626c6f636b436f6e7461696e65720700d0faa2d90b0903097061726167726170682800d0faa2d90b0a0d74657874416c69676e6d656e740177046c6566742100d0faa2d90b09026964012800d0faa2d90b090974657874436f6c6f7201770764656661756c742800d0faa2d90b090f6261636b67726f756e64436f6c6f7201770764656661756c7447d0faa2d90b02030768656164696e672800d0faa2d90b0f0d74657874416c69676e6d656e740177046c6566742800d0faa2d90b0f056c6576656c017701310700d0faa2d90b0f060100d0faa2d90b122fa1d0faa2d90b0c01c1d0faa2d90b01d0faa2d90b0901000ca8d0faa2d90b4201772434613837636265382d663535382d343762362d626536392d62623633316436336234376402818f946e002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278b39c3ad1300001c7d9b619002801047265667309383234373538333036017605026964770d72616258645063737663584479096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f647332744d75374855376b714607736f72744b65797702613001d0faa2d90b0302040c01133d', 'read'), + ('f05dc72f-dcde-458c-9f75-d6954c5c47eb', 'dzd1NbfabWWyW', '2023-09-06 11:21:49.415+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 11:51:16.681+00', '\x0106f8f1beba0a002801046d65746104747970650177082170726f66696c652801046d6574610a637265617465645f6174017b4278a6a3a226600028010a776f726b737061636573067075626c69630177237479706563656c6c3a7479706563656c6c2e6f72672f64744e505251435957544b354428010770726f66696c6508757365726e616d6501770674657374657228010770726f66696c65096a6f696e65645f6174017b4278a6a3a226700028010770726f66696c650a6176617461725f75726c01775e68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f612f414163485474644f636f30437469455179334e3150507875385230325a517673696b334b3865375935306870366b4d41657131383d7339362d6300', 'read'), + ('9d45b200-eb8c-4a32-8f29-fa737c6bcdfb', 'dxXDH1KdUY1Ak/.inbox', '2023-10-18 11:31:59.68+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 11:32:00.259+00', '\x0103ccac9fd509002801046d657461047479706501770621696e626f782801046d6574610a637265617465645f6174017b4278b428e8a41000280109696e626f786d657461067461726765740177237479706563656c6c3a7479706563656c6c2e6f72672f6478584448314b64555931416b00', 'write'), + ('b2fb5f00-d6a0-460e-847d-8ab1b814f3a2', 'dxXDH1KdUY1Ak', '2023-10-18 11:31:59.682+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 11:51:16.82+00', '\x040784ef97fb0e00c4fae5c2fd0476fae5c2fd04640121c1fae5c2fd04d101fae5c2fd04d20108c1fae5c2fd0475fae5c2fd047601c4fae5c2fd04d001fae5c2fd04d101076d617271756565c4fae5c2fd04e201fae5c2fd04e301076d617271756565c184ef97fb0e00fae5c2fd046402c484ef97fb0e19fae5c2fd046401315afae5c2fd0400070103646f63030a626c6f636b47726f75700700fae5c2fd0400030e626c6f636b436f6e7461696e65720100fae5c2fd04010100032800fae5c2fd040102696401772461383033383339612d616363662d346238332d393436312d3031643436653835656131612800fae5c2fd04010974657874436f6c6f7201770764656661756c742800fae5c2fd04010f6261636b67726f756e64436f6c6f7201770764656661756c7487fae5c2fd0401030e626c6f636b436f6e7461696e65720700fae5c2fd040903097061726167726170682800fae5c2fd040a0d74657874416c69676e6d656e740177046c6566742800fae5c2fd040902696401772466623862313434362d666261362d346462662d393835332d3366363335643838343937632800fae5c2fd04090974657874436f6c6f7201770764656661756c742800fae5c2fd04090f6261636b67726f756e64436f6c6f7201770764656661756c7447fae5c2fd0402030768656164696e672800fae5c2fd040f0d74657874416c69676e6d656e740177046c6566742800fae5c2fd040f056c6576656c017701310700fae5c2fd040f060100fae5c2fd04120484fae5c2fd04160b426173696320696e74726fc7fae5c2fd0401fae5c2fd0409030e626c6f636b436f6e7461696e65720100fae5c2fd04220100012800fae5c2fd042202696401772436393363376133302d316536332d346437392d386336662d3131643265626164353537632800fae5c2fd04220974657874436f6c6f7201770764656661756c742800fae5c2fd04220f6261636b67726f756e64436f6c6f7201770764656661756c74000947fae5c2fd04230309636f6465626c6f636b2800fae5c2fd0431086c616e677561676501770a747970657363726970742800fae5c2fd04310773746f726167650176000700fae5c2fd0431060100fae5c2fd04340384fae5c2fd04370b6578706f7274206c65742081fae5c2fd04421a84fae5c2fd045c03203d2081fae5c2fd045f0384fae5c2fd0462012284fae5c2fd04630122c1fae5c2fd0463fae5c2fd046406c4fae5c2fd046afae5c2fd0464014cc1fae5c2fd046bfae5c2fd046403c4fae5c2fd046efae5c2fd046403495645c1fae5c2fd0471fae5c2fd046401c4fae5c2fd0472fae5c2fd046403323032c4fae5c2fd0475fae5c2fd04640133c4fae5c2fd0472fae5c2fd0473012084fae5c2fd0464013b87fae5c2fd0409030e626c6f636b436f6e7461696e65720700fae5c2fd047903097061726167726170682800fae5c2fd047a0d74657874416c69676e6d656e740177046c6566742100fae5c2fd0479026964012800fae5c2fd04790974657874436f6c6f7201770764656661756c742800fae5c2fd04790f6261636b67726f756e64436f6c6f7201770764656661756c74a1fae5c2fd047c01c1fae5c2fd0409fae5c2fd0479010009c1fae5c2fd0409fae5c2fd048001010005c1fae5c2fd0409fae5c2fd048a010100050700fae5c2fd040a060100fae5c2fd04960103c4fae5c2fd045cfae5c2fd045d086772656574696e67c4fae5c2fd046afae5c2fd046b0648656c6c6f20c1fae5c2fd04a701fae5c2fd046b03a8fae5c2fd047f01772463333530626631352d636539372d346362352d613364322d353439346330663761643764c7fae5c2fd0409fae5c2fd049001030e626c6f636b436f6e7461696e65720100fae5c2fd04ac010100032800fae5c2fd04ac0102696401772431333733623962652d356636302d346435392d613163652d6135363830303366316262372800fae5c2fd04ac010974657874436f6c6f7201770764656661756c742800fae5c2fd04ac010f6261636b67726f756e64436f6c6f7201770764656661756c74000647fae5c2fd04ad010309636f6465626c6f636b2800fae5c2fd04ba01086c616e677561676501770a747970657363726970742800fae5c2fd04ba010773746f726167650176000700fae5c2fd04ba01060400fae5c2fd04bd01106578706f72742064656661756c74203c81fae5c2fd04cd010384fae5c2fd04d001013e84fae5c2fd04d101017b84fae5c2fd04d201017dc4fae5c2fd04d201fae5c2fd04d3010124c1fae5c2fd04d401fae5c2fd04d30102c1fae5c2fd04d601fae5c2fd04d3010784fae5c2fd04d301023c2f81fae5c2fd04df010384fae5c2fd04e201013ec4fae5c2fd04d601fae5c2fd04d701012e84fae5c2fd04e301013bc1fae5c2fd04e401fae5c2fd04d70101019d809ae90200c4fae5c2fd04dd01fae5c2fd04d3010378783502e7b8d635002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278b428e8a420000284ef97fb0e0201091802fae5c2fd041402041304230228093503431a600365066c0372017c017f17970103a80103ad0104b40106ce0103d50109e00103e60101', 'read'), + ('014614bf-be01-4bba-bbaa-6e54246ba1e2', 'dj1WtR4BWWQ61', '2023-09-25 15:01:09.89+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 11:51:16.892+00', '\x05148babfe860e002800a6dfb39f08300773746f72616765017600c1a6dfb39f08bb03a6dfb39f08bc0301c1a6dfb39f089404a6dfb39f08fd0354c18babfe860e55a6dfb39f08fd0313c18babfe860e68a6dfb39f08fd0302c18babfe860e558babfe860e562dc18babfe860e688babfe860e6901c18babfe860e688babfe860e98010ec18babfe860ea6018babfe860e980101c18babfe860ea6018babfe860ea70104c48babfe860e6aa6dfb39f08fd03133c436f6e66657474694578706c6f73696f6e20c18babfe860ebe01a6dfb39f08fd0312c18babfe860ed001a6dfb39f08fd0302c48babfe860ed201a6dfb39f08fd03022f3ec18babfe860ed0018babfe860ed10102c18babfe860e6a8babfe860eac010cc18babfe860ed2018babfe860ed30101c18babfe860ed2018babfe860ee3010fc18babfe860ef2018babfe860ee30101c18babfe860ef2018babfe860ef3010202f8aaabc908002801046d65746104747970650177092172696368746578742801046d6574610a637265617465645f6174017b4278accdbc68300034a6dfb39f0800070103646f63030a626c6f636b47726f75700700a6dfb39f0800030e626c6f636b436f6e7461696e65720100a6dfb39f08010100032800a6dfb39f080102696401772463353462643862372d666266642d346430382d396265302d6537313634663766313034342800a6dfb39f08010974657874436f6c6f7201770764656661756c742800a6dfb39f08010f6261636b67726f756e64436f6c6f7201770764656661756c7487a6dfb39f0801030e626c6f636b436f6e7461696e65720700a6dfb39f080903097061726167726170682800a6dfb39f080a0d74657874416c69676e6d656e740177046c6566742100a6dfb39f0809026964012800a6dfb39f08090974657874436f6c6f7201770764656661756c742800a6dfb39f08090f6261636b67726f756e64436f6c6f7201770764656661756c7447a6dfb39f0802030768656164696e672800a6dfb39f080f0d74657874416c69676e6d656e740177046c6566742800a6dfb39f080f056c6576656c017701310700a6dfb39f080f060100a6dfb39f081204a1a6dfb39f080c0184a6dfb39f08160b52656163742026204e504da8a6dfb39f081701772463613265343862322d633731342d343734382d613366332d666464393537393831663864c7a6dfb39f0801a6dfb39f0809030e626c6f636b436f6e7461696e65720100a6dfb39f08240100032800a6dfb39f082402696401772434306138623965372d613063362d343530622d393361382d3761393465366566326534612800a6dfb39f08240974657874436f6c6f7201770764656661756c742800a6dfb39f08240f6261636b67726f756e64436f6c6f7201770764656661756c74000447a6dfb39f08250309636f6465626c6f636b2800a6dfb39f0830086c616e677561676501770a747970657363726970740700a6dfb39f0830060100a6dfb39f08323b84a6dfb39f086d136578706f72742064656661756c7420280a202081a6dfb39f0880014f84a6dfb39f08cf0102202084a6dfb39f08d101063c2f3e0a293bc1a6dfb39f08cf01a6dfb39f08d00159c1a6dfb39f08b002a6dfb39f08d00102c1a6dfb39f08b002a6dfb39f08b10201c1a6dfb39f08b002a6dfb39f08b30231c4a6dfb39f08b202a6dfb39f08d001103c3e0a202020203c68313e48656c6c6fc1a6dfb39f08f402a6dfb39f08d0010bc4a6dfb39f08ff02a6dfb39f08d001063c2f68313e0ac1a6dfb39f088503a6dfb39f08d0012ec4a6dfb39f08ff02a6dfb39f088003062066726f6d20c4a6dfb39f08b903a6dfb39f088003025265c4a6dfb39f08bb03a6dfb39f0880030461637421c4a6dfb39f086da6dfb39f086e020a0ac4a6dfb39f086da6dfb39f08c00339696d706f727420436f6e66657474694578706c6f73696f6e2066726f6d202272656163742d636f6e66657474692d6578706c6f73696f6e223bc4a6dfb39f08d101a6dfb39f08d201022020c4a6dfb39f08fc03a6dfb39f08d201030a2020c1a6dfb39f08fc03a6dfb39f08fd031502e8b9bda00700c18babfe860ed6018babfe860ed10102c18babfe860ee2018babfe860eac011b0199e6e4e20600c1a6dfb39f08b903a6dfb39f08ba0301048babfe860e0301ab01bf0114d50121a6dfb39f080b02040c01130525042c04333b81014fd8018d01f5020b86032e800415e8b9bda00701001d99e6e4e206010001', 'read'), + ('fd0997c9-dd6d-483d-b7a0-96507e0502d0', 'dtNPRQCYWTK5D', '2023-09-06 11:21:49.4+00', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', '2023-10-18 11:51:16.715+00', '\x1601d2aca2b30f00280104726566730a2d313531303937303231017605026964770d726a75626e75795a756a4e5a77096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f6478584448314b64555931416b07736f72744b65797702613301c0cfd8940f00210104726566730a2d3630333738323734360101e1f2d6f50e00280104726566730a32303232363039323836017605026964770d72597073464b5a377a53344d6d096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f644c6e5450784e376a3972467207736f72744b65797702614101b3d8f6cc0e00210104726566730a2d3431363534343534390101b3a482c70e002801047265667309363630393931313433017605026964770d725570424b5667544a35515057096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f64565641596d7642616551644507736f72744b65797702613601efd7ccf60d00210104726566730b2d31343830383733383630010691a0d9ee0d002101047265667308373537383138383502210104726566730a3133323833373735363401210104726566730b2d3136343131333539373601210104726566730935333730343535313001210104726566730b2d3139373734373938393401210104726566730a31383837393837353039010299ea9cb30d00210104726566730b2d3231323833353437303601210104726566730b2d313530363937353331320101ced3eff90c00210104726566730a313132313030303135360103a8aec3fb0b002801046d65746104747970650177082170726f6a6563742801046d6574610a637265617465645f6174017b4278a6a3a22570002801046d657461057469746c650177105075626c696320776f726b737061636501bbdee0e70a00280104726566730a32303038363038393136017605026964770d72586e52484875736371446657096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f6453335479447077526b784c7107736f72744b6579770261340185a2eedb0900210104726566730a2d3332303737373234390101c48de69d0800a1c0cfd8940f000101b8bec9810800280104726566730b2d31353332333331373031017605026964770d7277564b324174316b354a4431096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f6478755656654b6b73646e526607736f72744b65797702614301e2a990ef0700a1ced3eff90c0001019aae9ee50700280104726566730b2d31303236343336363730017605026964770d72614d74746175474c4b686564096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f646a315774523442575751363107736f72744b6579770261350180db94d70700a1e2a990ef07000101d9a5b3f4060021010472656673093832343735383330360101a0ca94ae0600a8c48de69d0800017605026964770d72786b7a426a6a44646b713639096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f6471424c46457946755355753107736f72744b65797702613705b68fbd8d0600a191a0d9ee0d0501a191a0d9ee0d0401a191a0d9ee0d0301a191a0d9ee0d0201a191a0d9ee0d0101019aa8d0eb0300280104726566730a31333330353634343436017605026964770d7248744d6e7133767666644566096e616d65737061636577087479706563656c6c047479706577086861734368696c640674617267657477237479706563656c6c3a7479706563656c6c2e6f72672f645665655976624b6371324e7a07736f72744b65797702613901db97d6d50200210104726566730a31383237313832393631010dc0cfd8940f010001b3d8f6cc0e010001efd7ccf60d01000191a0d9ee0d01000799ea9cb30d010002ced3eff90c01000185a2eedb09010001c48de69d08010001e2a990ef0701000180db94d707010001d9a5b3f406010001b68fbd8d06010005db97d6d502010001', 'read'); + + +-- +-- Data for Name: document_permissions; Type: TABLE DATA; Schema: public; Owner: postgres +-- + +INSERT INTO "public"."document_permissions" ("document_id", "user_id", "access_level") VALUES + ('ea1839a1-2793-49d9-9cb6-18a8932f196d', '31c5fbff-4848-43c0-b659-61f24232dc4c', 'read'), + ('63423a4a-51db-4d4d-a3a6-91d86d8f21eb', '31c5fbff-4848-43c0-b659-61f24232dc4c', 'read'), + ('6ec3e055-7ea3-436e-8891-3de7f7e29935', '31c5fbff-4848-43c0-b659-61f24232dc4c', 'no-access'), + ('103b2918-f3fa-4db1-8a7f-a00758b2432d', '31c5fbff-4848-43c0-b659-61f24232dc4c', 'no-access'), + ('8f15d2a8-b92b-44da-9098-446bacfdc196', '31c5fbff-4848-43c0-b659-61f24232dc4c', 'read'), + ('f64069d2-3fa1-4686-a2f0-6b33ae821186', '31c5fbff-4848-43c0-b659-61f24232dc4c', 'read'), + ('c1e75c1d-cb56-45ed-8ad2-a9fdaa798807', '3e314ae6-93b9-4adb-adff-cfe0a68d025e', 'read'), + ('211e76f5-bcfc-4514-b357-a5333f770be3', '3e314ae6-93b9-4adb-adff-cfe0a68d025e', 'read'), + ('fa38e7bb-f38e-4263-bee0-029b206ac546', '3e314ae6-93b9-4adb-adff-cfe0a68d025e', 'no-access'), + ('a9604000-a2a7-477e-bec5-cbd13c4b58fe', '3e314ae6-93b9-4adb-adff-cfe0a68d025e', 'no-access'), + ('65df9538-e8c8-491b-b75e-cf14b5cd45ed', '3e314ae6-93b9-4adb-adff-cfe0a68d025e', 'read'), + ('08d0758b-aaff-4ff1-bd87-029837dbad12', '3e314ae6-93b9-4adb-adff-cfe0a68d025e', 'read'), + ('eee80de3-0566-4a0f-8017-4fd3871d3bf2', 'a07cc360-f9e7-44d9-a8e0-186335eaaf27', 'read'), + ('3afbc88f-d3e1-4a8d-ae3b-6dec03728a0c', 'a07cc360-f9e7-44d9-a8e0-186335eaaf27', 'read'), + ('8750c0c2-127d-4843-bc82-0b6dd6f923f7', 'a07cc360-f9e7-44d9-a8e0-186335eaaf27', 'no-access'), + ('decc1bb4-afa2-42bd-9313-4da9b1236578', 'a07cc360-f9e7-44d9-a8e0-186335eaaf27', 'no-access'), + ('ce92ce65-76f1-41b8-bc95-8482ee90215e', 'a07cc360-f9e7-44d9-a8e0-186335eaaf27', 'read'), + ('04efe420-405a-4c6c-8f43-0da26ee7dfb7', 'a07cc360-f9e7-44d9-a8e0-186335eaaf27', 'read'); + + +-- +-- Data for Name: document_relations; Type: TABLE DATA; Schema: public; Owner: postgres +-- + +INSERT INTO "public"."document_relations" ("parent_id", "child_id") VALUES + ('6ec3e055-7ea3-436e-8891-3de7f7e29935', '01dc006a-1418-4da0-b6bd-b838d6132fe7'), + ('ea1839a1-2793-49d9-9cb6-18a8932f196d', '6ec3e055-7ea3-436e-8891-3de7f7e29935'), + ('63423a4a-51db-4d4d-a3a6-91d86d8f21eb', '01dc006a-1418-4da0-b6bd-b838d6132fe7'), + ('f64069d2-3fa1-4686-a2f0-6b33ae821186', '0020125b-8b7f-49f6-997d-5bc297881fac'), + ('103b2918-f3fa-4db1-8a7f-a00758b2432d', 'f64069d2-3fa1-4686-a2f0-6b33ae821186'), + ('8f15d2a8-b92b-44da-9098-446bacfdc196', '0020125b-8b7f-49f6-997d-5bc297881fac'), + ('9196e676-0b7f-497c-8a55-b5b60e27e575', 'f09a243d-1197-489e-be60-ee4a36577be7'), + ('9196e676-0b7f-497c-8a55-b5b60e27e575', 'e8f1d2de-1867-46db-a25c-f65d55979675'), + ('9196e676-0b7f-497c-8a55-b5b60e27e575', '5833891a-37a8-42d5-aa5e-0411d9b4bcb6'), + ('9196e676-0b7f-497c-8a55-b5b60e27e575', 'c71a6139-b031-4a80-a81c-fbc1e1879869'), + ('9196e676-0b7f-497c-8a55-b5b60e27e575', '2696166e-f75f-45db-a075-2e8c01ecaf89'), + ('fa38e7bb-f38e-4263-bee0-029b206ac546', '66f42b55-1eb8-4374-a015-01c00372b129'), + ('c1e75c1d-cb56-45ed-8ad2-a9fdaa798807', 'fa38e7bb-f38e-4263-bee0-029b206ac546'), + ('211e76f5-bcfc-4514-b357-a5333f770be3', '66f42b55-1eb8-4374-a015-01c00372b129'), + ('08d0758b-aaff-4ff1-bd87-029837dbad12', '35d69141-986b-4f44-91ff-a6f77ca1f01f'), + ('a9604000-a2a7-477e-bec5-cbd13c4b58fe', '08d0758b-aaff-4ff1-bd87-029837dbad12'), + ('65df9538-e8c8-491b-b75e-cf14b5cd45ed', '35d69141-986b-4f44-91ff-a6f77ca1f01f'), + ('8750c0c2-127d-4843-bc82-0b6dd6f923f7', '500aaa17-ad18-4f69-be92-a7c4cc67145a'), + ('eee80de3-0566-4a0f-8017-4fd3871d3bf2', '8750c0c2-127d-4843-bc82-0b6dd6f923f7'), + ('3afbc88f-d3e1-4a8d-ae3b-6dec03728a0c', '500aaa17-ad18-4f69-be92-a7c4cc67145a'), + ('04efe420-405a-4c6c-8f43-0da26ee7dfb7', '2258c601-e677-4c36-b832-7b48c44b13d4'), + ('decc1bb4-afa2-42bd-9313-4da9b1236578', '04efe420-405a-4c6c-8f43-0da26ee7dfb7'), + ('ce92ce65-76f1-41b8-bc95-8482ee90215e', '2258c601-e677-4c36-b832-7b48c44b13d4'); + + +-- +-- Data for Name: workspaces; Type: TABLE DATA; Schema: public; Owner: postgres +-- + +INSERT INTO "public"."workspaces" ("id", "created_at", "name", "owner_user_id", "is_username", "document_nano_id") VALUES + ('c9676445-09cc-4eea-bb58-8950736d0635', '2023-08-24 04:42:55.334968+00', 'demo', '4c74a357-3551-4e2c-879d-a6fda9f322bc', true, 'dRmepjAedTyDH'), + ('c3915ed2-8b9b-429c-8d05-e506cdcd662c', '2023-09-06 11:21:49.430302+00', 'tester', '3bbdab72-195f-4ab2-aa84-b992365b6f0b', true, 'dzd1NbfabWWyW'), + ('a09bdde9-7cbd-4088-8571-24a53b2894b4', '2023-09-21 09:56:32.873684+00', 'demo333', '8db53086-46b9-4f46-be8a-a81df3cbdb33', true, 'dJpxwyAGAMwGM'), + ('8534f5fb-1676-41cf-892c-3cac8f7667e7', '2023-09-25 10:49:14.149472+00', 'sdfsdfsdf', '85df9c51-0006-42e0-a8c7-97cfd69ad912', true, 'dN4VDGT3h1m8c'), + ('20e1e77a-1eb9-4dc8-90ef-39a57286cd0d', '2023-09-25 11:45:19.07882+00', 'hellotest1', '326d442b-cf5f-4978-a963-27022a3d79b4', true, 'dPnbF4uYUMpEA'), + ('1050af84-0e00-4e76-9ae8-ae1c1b76320b', '2023-09-26 08:59:09.795957+00', 'alice_obwtg', 'aa652fbb-8340-4fce-a668-d449cd5fe188', true, 'dzmXn1txKGAsJ'), + ('450bb351-66c1-4c5c-9bbe-ec15462efa39', '2023-09-26 08:59:10.231122+00', 'bob_jlwfp', '792f56ae-0ef7-40f3-9367-44cd9d88c8e8', true, 'dREa3D5U7JZJk'), + ('2f57fd53-a1b9-4c07-bd6e-10c051e03694', '2023-09-26 08:59:11.47635+00', 'alice_jtxwq', '29589c5b-98d3-4ac7-9762-570f66c041ba', true, 'dHH8bM3zED4kT'), + ('5db64ec7-dc98-42f5-a816-d51c3f2d6e77', '2023-09-26 08:59:11.887208+00', 'bob_gxntp', '14b87377-58b7-45dc-9628-4e576387ab4f', true, 'dV6ET62VkCahC'), + ('1eadf6b3-ccbc-4340-aa76-1f1cd4f39dd1', '2023-09-26 08:59:13.543622+00', 'alice_gvzut', '532258e3-6b30-4df9-975f-eef4216f0216', true, 'deV67zncbxS3u'), + ('2a783129-c658-4a86-ac65-c262eb935b5e', '2023-09-26 08:59:13.994396+00', 'bob_ogfxw', 'dd444b22-db46-48be-b0fe-d8f77ef2d315', true, 'drgZMVMyQDGAU'), + ('32dcc8f0-b684-49f4-bdda-5f5654b544ae', '2023-09-26 08:59:15.633223+00', 'alice_tslhy', 'aa171699-9a6b-479c-9436-6ac7163e9382', true, 'dU8RsvCLY9cQ4'), + ('d45faced-55a2-4f79-9d33-8aa3279067fe', '2023-09-26 08:59:16.062173+00', 'bob_evvhg', 'ce6a0ead-caac-4c2b-a46c-d8f7df146e75', true, 'dR8b6pzLEaLMQ'), + ('dc3f53ed-4801-4806-8a6d-6e6e19fd5c8a', '2023-09-26 08:59:21.041276+00', 'testuser_bqjha', '04cac50e-6bce-41b5-8af7-d8cbb2263f4a', true, 'dM81Nb9n71v2J'), + ('d26b9abb-0c7a-48bd-b30f-81693d03f0bb', '2023-09-26 08:59:21.640565+00', 'testuser_dafpf', '2f2f214b-40b2-48f3-a235-7e6e8d6d6840', true, 'dR5Qb8hQ9mkU7'), + ('a6d7ea6e-b043-436f-8af2-64ae6add51cc', '2023-09-26 08:59:23.341793+00', 'testuser_ewpmp', '1cd4f268-ddbd-4c2e-9319-11d1cc435102', true, 'dhyXcZh336Nu6'), + ('dbece8e8-5bbc-4ee1-a2b5-66914200c082', '2023-09-26 08:59:24.101942+00', 'testuser_duwlt', '8353e17b-eefb-4bca-a5e5-73a5a8dd84bd', true, 'deYzhXQxG6ad5'), + ('ee91037f-4ca3-44bd-96db-524c2cf4693e', '2023-09-26 08:59:24.777+00', 'testuser_nebbo', '81e967e1-c3a4-4b1f-aa6c-1fca43564165', true, 'dU96XybDCP2gn'), + ('47214715-c951-48c0-aa70-f26a2e8a7e3b', '2023-09-26 08:59:25.457817+00', 'testuser_wcrsn', '865c376f-7029-4f91-a3e8-aca3c8035d66', true, 'dRJffSRUjY3U6'), + ('19f1ea37-8904-4f81-bda0-ff19fc7b9d58', '2023-09-26 08:59:26.101297+00', 'testuser_zoino', '59cd92c7-f8e2-4470-991a-28306ee1deb9', true, 'dsprDDFka5WED'), + ('c6335947-0dd2-4e91-b16c-1f08669c03c0', '2023-09-26 08:59:27.784531+00', 'testuser_iyrmo', '5d94273b-6bf5-416c-8be0-12be9199625b', true, 'dnrd5wFrp13pT'), + ('06c6ade2-a15f-466b-bd64-1a8b510c0a14', '2023-10-17 18:46:31.211306+00', 'alice_easfp', 'f5457795-246a-4043-b7cc-0ad7128e8f0b', true, 'dP7XpeuqqeGkA'), + ('fe67a869-b41c-41fc-9546-908f38441966', '2023-10-17 18:46:31.690419+00', 'bob_enrib', '0c5d250e-d8b4-4802-8fbc-81cd3d7d5a23', true, 'dMYPuMgxQwmvr'), + ('c22d09a6-9868-43c2-9884-e99e5b27a962', '2023-10-17 18:46:32.936147+00', 'alice_lpado', '79dc6a98-5f5f-43af-ac1f-b4c5f30aea61', true, 'dhaVgHg6yGQzW'), + ('54e67305-fc73-4869-ac3f-760a35d58545', '2023-10-17 18:46:33.379786+00', 'bob_hfdtn', '82b70c7c-6694-4834-998f-5a036d5fa468', true, 'duWk5eBqJZw6j'), + ('8f7835ea-a709-4e82-a911-82dd3708a632', '2023-10-17 18:46:35.08335+00', 'alice_rmwmy', 'ad0b4133-fc25-4243-bdfd-88150902e41b', true, 'dmFH9dST8Bpkd'), + ('797f2677-75d4-47e0-8967-19d1beb8fa92', '2023-10-17 18:46:35.568547+00', 'bob_ujxci', '4cf5ad8f-96d8-4c4f-9bf8-d9119815bf8a', true, 'dJMvVX93FYz31'), + ('e541537b-5ead-4d46-ae01-96ff58824108', '2023-10-17 18:46:43.348458+00', 'alice_oumdk', 'd02b3cff-b526-4a40-966b-4585acb2664d', true, 'dZHCbTT1yT21q'), + ('03f49b04-8eb5-4c7b-9829-3235042cf00f', '2023-10-17 18:46:43.968566+00', 'bob_lfmsj', 'b5a96176-148d-43ec-9d5d-ea7ab65dde41', true, 'dYBrbP8G6dCE8'), + ('4582cd46-bf55-47aa-ba2e-9ceb94f6aae2', '2023-10-17 18:47:40.233281+00', 'alice_snssv', 'dffbaf58-5836-42b5-8a45-6150d23cc43c', true, 'drWQ6fbZ2STJx'), + ('3ca51c3f-5b3a-4ed0-bf59-393a0f66bfbf', '2023-10-17 18:47:40.740384+00', 'bob_aynmf', '460416b6-9ba6-4c40-b460-b06d87cc7612', true, 'dbT4q1qyxe65Q'), + ('bcac07f4-6969-4c92-9e71-bb48a66aea58', '2023-10-17 18:47:42.002445+00', 'alice_nuegq', '6f245369-254a-4e8d-8bbc-e78ecff5412c', true, 'dJgPKpnUjsuRa'), + ('6b65a3de-76c7-4f98-9371-b1df229ed8fc', '2023-10-17 18:47:42.452635+00', 'bob_szvnu', '822ba5ba-62c7-477e-9c39-3c5e1fe339ce', true, 'dbtWEwD3neyYG'), + ('b24155a7-9431-4340-a3f8-f1cbf1f5104a', '2023-10-17 18:47:47.451662+00', 'alice_jszem', '45b1dd13-6b2a-46a8-8245-a9131c992845', true, 'dedAbv3jK2RH4'), + ('d4979e4b-68c1-48d3-8394-fbb616e382a3', '2023-10-17 18:47:47.905291+00', 'bob_odmmb', 'ffb51cee-dc05-43a7-9c7d-10f4ae85483a', true, 'dJS2zcTEaVbWv'), + ('d4cad028-fe84-44ed-a5c5-26ecdf55c30b', '2023-10-17 18:47:49.080097+00', 'alice_xrixh', 'a3308bac-4b8b-4ff5-9241-cd327841bbde', true, 'dkSv7JBTdf9sV'), + ('27b5c44b-7473-4593-8a18-8c0d4d04633b', '2023-10-17 18:47:49.521524+00', 'bob_aafzt', '4ff4a4e0-9eae-49f6-9cd1-d92b68456932', true, 'dTCJuv84GjbW2'), + ('e480f98b-fada-4a1f-afd3-e8f9d5554bea', '2023-10-17 18:47:53.67428+00', 'alice_erzvm', '37d63cef-c20c-4639-ad8d-ba8a270fc7ee', true, 'dVmJgGfLg9Fcx'), + ('c522d8d4-a388-4b6d-bc07-9f934071e8a8', '2023-10-17 18:47:54.27282+00', 'bob_hnoth', 'cf323291-da6b-4070-957e-acb80898b45a', true, 'dC963q6Ru1KSS'), + ('1cdbeb6e-84bb-4ed4-af13-517b0938b9cd', '2023-10-17 18:47:55.452364+00', 'alice_vpcuw', '54acb709-1807-40a5-97e6-51fd03321d37', true, 'dr9zQdC9f7Cwj'), + ('cd11e6e9-5dfe-4562-b513-e0f55b385335', '2023-10-17 18:47:55.907665+00', 'bob_kkqru', '3e2f2a46-fb83-444e-b315-e142bc450bdc', true, 'dPP3yNhgyWfzr'), + ('c4d7db54-b702-450a-97ac-d13212860b5f', '2023-10-17 18:50:39.131463+00', 'alice_jkvjg', '09684a6a-ddd9-4426-be2a-381af56b280d', true, 'dzaqqVaXCmS5p'), + ('d64f7b93-88be-4323-8b16-ac263df61a35', '2023-10-17 18:50:39.679787+00', 'bob_ttlin', 'fda0cea4-7a85-45e5-8399-e22cdfc00849', true, 'dK5jYxLXqqsax'), + ('b51fb1fb-2086-436e-8c41-385a3abce230', '2023-10-17 18:50:40.904104+00', 'alice_jtmep', 'ab848897-5a42-4331-b448-0a799a0c4da3', true, 'dDcRsGum9vqax'), + ('a6121fde-4c85-498a-ae28-84fcfb017d8f', '2023-10-17 18:50:41.378074+00', 'bob_pdaor', 'f7fefaf5-ebb2-4eb3-80c2-d228233629f8', true, 'dGyzmJG6XPKpg'), + ('9fc76baa-b476-4372-a24a-519f11080a33', '2023-10-17 18:50:46.007506+00', 'alice_youww', 'b2413c9a-9e11-41f2-bf21-bc272edf8deb', true, 'dyagHMCqqnz18'), + ('76e97779-1b37-4633-bd92-0a451691e685', '2023-10-17 18:50:46.483486+00', 'bob_cozxp', '9fe18068-74a7-47d9-a69a-73baea219071', true, 'dWypPeH3rMJw4'), + ('49ab9f89-5de9-45ba-bb73-0440c9268005', '2023-10-17 18:50:47.757638+00', 'alice_kccjp', '14f578f2-1077-4d46-80d7-810155d89bc3', true, 'deUunqhrJf3mM'), + ('2ed19dda-b8e2-4195-b24d-58b6bfa14e18', '2023-10-17 18:50:48.246932+00', 'bob_wylkp', 'df4aeb98-61a1-4929-85dc-70e9db95ef80', true, 'dQnYrKRYPLAYK'), + ('cd28b816-4e3e-4073-ab2e-360471995cfd', '2023-10-17 18:51:39.647252+00', 'alice_pbikl', 'b59ab93d-978d-4c94-8389-31fad2cd9710', true, 'dD8UGP3TTynFf'), + ('5b076b82-0dcf-493a-922c-5ca4a7db7fe3', '2023-10-17 18:51:40.237921+00', 'bob_txina', '56734189-7b21-477d-a421-17bae84d9a60', true, 'dzpqjyS7unG7J'), + ('86d356c2-ec7b-4673-a5f6-5e81b941fd9a', '2023-10-17 18:51:41.532104+00', 'alice_zmqjz', '3bbe3401-63c5-417a-96a4-2aebfedfc26e', true, 'dkFktM5rzNygF'), + ('b9ca0fd8-6eeb-4ea1-b5bc-2727225289ae', '2023-10-17 18:51:42.011629+00', 'bob_prckq', '2aa8890e-86ee-450a-b0f6-76b3922310f3', true, 'dNXmFPsM9EDs2'), + ('d550d78f-1bb2-4c20-a23b-25563cfb4d93', '2023-10-17 19:04:10.532414+00', 'alice_ztest', '7ce29934-b4f9-46b5-a8db-e640d417d46d', true, 'dG4vkEksyd9sM'), + ('18046fcc-413d-45bd-a641-0aacb2ff40fb', '2023-10-17 19:04:11.027394+00', 'bob_jypnl', '678535ca-a9ab-49d0-a572-d4327ec65853', true, 'dmjPLCPjdCXBW'), + ('2877d24f-3fe9-4c2d-acc8-81bf68151838', '2023-10-17 19:04:12.730336+00', 'alice_jhinn', '23210227-b04e-466e-8fa0-ec7470f0b547', true, 'dvzDXqRUzTaGv'), + ('dea8f4a6-9bfa-4076-9dc2-5e47fe25720a', '2023-10-17 19:04:13.312284+00', 'bob_jobit', '55ff640a-c130-4851-b117-ccee0cabf494', true, 'dVRaKU5TspaMM'), + ('347ce8aa-530a-4b13-93ed-3eba26d020ae', '2023-10-17 19:04:17.628613+00', 'alice_vrbkg', '885429c3-130f-4301-926e-ac0d499f455b', true, 'dCMHhBHUsm5HX'), + ('4f56bf94-7c9d-46b3-9335-850562da904e', '2023-10-17 19:04:17.979325+00', 'bob_zpiri', '73427a80-cec3-47c4-8e88-4b378615f5c4', true, 'dPcAfrYSptqwx'), + ('55270fe9-2e12-4a70-bceb-0870debd7a37', '2023-10-17 19:04:19.332525+00', 'alice_jwuhb', '0934bf33-6502-4df8-b080-9fb0071aa729', true, 'dskuVjhZpgR3C'), + ('fc38ed3e-4e78-4c94-ae2f-0faca88bf123', '2023-10-17 19:04:19.81834+00', 'bob_biqml', 'a1940a9e-059e-47fa-bc4d-dc693cdc50e4', true, 'daGU4LULqgc52'), + ('e5266a56-c89a-4e96-aaf2-6b814541abb7', '2023-10-17 19:04:22.842453+00', 'alice_fwquo', '285c8193-af0d-4d88-8e21-ccb202777e1b', true, 'dM4kudZGuQSzj'), + ('c407d9e9-0102-4fde-b9cb-6b32ba16ff9c', '2023-10-17 19:04:23.25422+00', 'bob_htvby', 'c6706a31-3b32-40c0-9946-55565ef494cc', true, 'dpHPwQ82TM5Gc'), + ('a25a8a66-696f-419c-bf63-adeffebfe878', '2023-10-17 19:04:24.497635+00', 'alice_ywmbw', 'ba559abf-70e5-4268-8776-fd03eb7629d6', true, 'djpcBmG1gHjZC'), + ('9aee1716-e333-4cf8-b18c-b351282a3eb4', '2023-10-17 19:04:24.946139+00', 'bob_tepae', '13f7fe94-2da8-4889-8e9c-30e202001c70', true, 'dft2BgSbsmtpE'), + ('ffb92a72-5904-4d36-92e5-aa9a0187c1b0', '2023-10-17 19:04:27.915821+00', 'alice_nxmoe', '0d040e26-9715-407a-a915-43196936a3ed', true, 'dcvbeDMDrt35v'), + ('8c04c4d9-ac1c-4a36-980b-fec7eb0d04d9', '2023-10-17 19:04:28.315147+00', 'bob_sokkw', '8ed61b81-61a5-424f-8e63-4d2647a04770', true, 'dWveBd5Y8PbPX'), + ('59df3f2f-0d7c-4205-9b74-1d8ec76f04b5', '2023-10-17 19:04:29.644054+00', 'alice_grmig', '183f77c9-03cf-426a-9d65-2aadd097794b', true, 'dXxawSTsJtkjt'), + ('2bd760bc-e605-49d3-be98-e59ca044b499', '2023-10-17 19:04:30.081293+00', 'bob_uryda', '19e6a036-19b4-4575-96a3-c94583531aa7', true, 'dAc1zbGGAsReD'), + ('2601a862-363e-46fe-a709-65d02efcbb3b', '2023-10-17 19:04:33.19766+00', 'alice_hhlhb', 'cd65cf1c-0c2c-46c2-8b7a-224aad438d47', true, 'dqgfRxa6KJyUB'), + ('f8d88a6c-fcef-41cc-b408-b027d3965984', '2023-10-17 19:04:33.581295+00', 'bob_koeyq', '87446f40-b68c-407e-9553-6466762a1cbc', true, 'dRsgMgEzcYm59'), + ('bfc49241-d922-4518-abe9-11bf5832a1bc', '2023-10-17 19:04:34.919181+00', 'alice_ntmiw', '65dc68e4-1e03-42ce-8e8c-6499d10b26cd', true, 'deRckzr6fjUef'), + ('104fc4d7-b686-4397-8dc9-f37a3b3d121c', '2023-10-17 19:04:35.402205+00', 'bob_urofq', '7009e4ed-d840-472d-81ad-cebd9ad715e8', true, 'dj3XjDStHwYLG'), + ('f9a50cbb-abde-49f1-a2f8-23cc6fad923c', '2023-10-17 19:04:40.578216+00', 'alice_jpcev', '0774e324-0760-411b-bd62-03c6c4f664d8', true, 'dq8zGCkVrWNWq'), + ('f71c35e9-677e-424d-aeda-75a075a2e324', '2023-10-17 19:04:41.039511+00', 'bob_tkcpw', 'e15be323-a3b5-432a-811b-b257c1c7ad40', true, 'dPYPdqJFL7DH3'), + ('f00f8c1f-ac45-4382-b7cb-6fe10fd5bf5e', '2023-10-17 19:04:42.751931+00', 'alice_hzkzb', '53bb3616-1255-4212-8dcb-bc19d4f8c0ff', true, 'dMA7UPNTdAq6p'), + ('be20715e-6008-4fec-a38e-564b8accc5ce', '2023-10-17 19:04:43.377119+00', 'bob_jufat', '44793729-c7d0-434f-8d2b-d81d1f505586', true, 'dxQThqt8YKRza'), + ('6e9caa81-da76-4b32-bb5e-38b2931a5f10', '2023-10-17 19:04:49.01307+00', 'alice_dqvbs', '9109da68-36a4-4539-856a-ecb20684e391', true, 'dcKhFyZtGUD6p'), + ('44f86f2c-8ede-4626-b6c7-ba44bf7810e8', '2023-10-17 19:04:49.49265+00', 'bob_ptgva', '01c0741c-748c-45e9-8576-75488ee7c69d', true, 'dQPefpeCvzhHg'), + ('36e738a9-d760-4f7e-a73b-fce736157c31', '2023-10-17 19:04:51.181065+00', 'alice_wgxbp', 'ae4278af-aa9f-4058-b3b6-b583ed0ea93c', true, 'de1MsDbbmfHC3'), + ('f65a4292-bfd3-42c1-8667-eb212d31ba91', '2023-10-17 19:04:51.721267+00', 'bob_xrzmf', '48580f87-70da-491a-aa80-4454fd99026e', true, 'dG2YbdXbdJkbt'), + ('1ad19d1c-b28b-47f7-afaf-0eeffb760fd1', '2023-10-17 19:04:58.252311+00', 'alice_ojgea', 'baf2c9a8-06ac-4d7f-80d0-90f27ba28ddc', true, 'dGmEcZyJhmxyX'), + ('e30aae35-4bb6-4748-99a6-eb0a6707d178', '2023-10-17 19:04:58.78195+00', 'bob_hrbrm', '360964c0-338d-46f7-83ed-4d188cd5a8c6', true, 'dBnJpF6pV5sWX'), + ('7b77902f-79ca-4691-a83e-e9eeb1265a00', '2023-10-17 19:05:15.426848+00', 'alice_fpvmn', 'dd8d58cb-1409-492e-8255-357acf30283b', true, 'dknu8s71xcfaW'), + ('5eae8199-f72c-43fb-a4ec-7e48c8e863e7', '2023-10-17 19:05:15.871234+00', 'bob_dfmtp', '35dd8067-9414-4d1d-83f6-1f5f6f4ef2bc', true, 'dtNCMjZc1jwuM'), + ('c9029016-1e53-4218-8065-dae889505edc', '2023-10-17 19:05:17.275987+00', 'alice_mseaq', '61db0cb6-e98b-49df-9075-1672903f3ec6', true, 'drdAEz5tpZ6Yy'), + ('e7069cca-8f77-4f91-9ec1-71f83ab35393', '2023-10-17 19:05:17.735855+00', 'bob_rrkwe', '7b5e41a9-103c-47b6-97cb-78e1d7722688', true, 'dFwFWCdqFmqXz'), + ('a85543b8-3e35-402e-8484-f769f6437a10', '2023-10-17 19:05:00.454889+00', 'alice_cnjcx', 'f3dfdb7e-7ea5-40b6-8b32-54059f100307', true, 'dh5B4sgZJFKZ6'), + ('525131ca-dded-47b0-a814-44955c8848af', '2023-10-17 19:05:00.976332+00', 'bob_pivhy', '739fae7f-34a1-4c9d-a301-d9088d7e5efa', true, 'dwW3QC6hTfN6n'), + ('bcbd83e5-1d09-4295-b726-4bcc8a712dfa', '2023-10-17 19:05:07.410288+00', 'alice_vvwbp', 'bd2a14bd-328b-481a-94e5-70a0eec70f03', true, 'ddfdD7RX6z7u3'), + ('7ed7124e-ecd4-43f6-83ff-11d4022fe089', '2023-10-17 19:05:07.893993+00', 'bob_hheai', '382495b9-b50b-4c28-aea5-89ecca805b8b', true, 'dquKRGtyHDrxS'), + ('90768174-94ec-42cf-8366-403bd71cea2e', '2023-10-17 19:05:09.559691+00', 'alice_hoajw', 'b4594680-fc1e-47dd-ad1d-a1191c517762', true, 'dwj8r2Gh2AVtf'), + ('9279e853-8d28-491d-9a0f-6bf3ec265709', '2023-10-17 19:05:10.142549+00', 'bob_cphjf', 'c73f4fb4-1c99-45a8-84dd-9055348d4782', true, 'dCeupzAdTvaam'); + + +-- +-- Data for Name: buckets; Type: TABLE DATA; Schema: storage; Owner: supabase_storage_admin +-- + + + +-- +-- Data for Name: objects; Type: TABLE DATA; Schema: storage; Owner: supabase_storage_admin +-- + + + +-- +-- Data for Name: hooks; Type: TABLE DATA; Schema: supabase_functions; Owner: supabase_functions_admin +-- + + + +-- +-- Name: refresh_tokens_id_seq; Type: SEQUENCE SET; Schema: auth; Owner: supabase_auth_admin +-- + +SELECT pg_catalog.setval('"auth"."refresh_tokens_id_seq"', 644, true); + + +-- +-- Name: hooks_id_seq; Type: SEQUENCE SET; Schema: supabase_functions; Owner: supabase_functions_admin +-- + +SELECT pg_catalog.setval('"supabase_functions"."hooks_id_seq"', 1, false); + + +-- +-- PostgreSQL database dump complete +-- + +RESET ALL; diff --git a/packages/shared-test/package.json b/packages/shared-test/package.json index e9470b4f9..82a0df493 100644 --- a/packages/shared-test/package.json +++ b/packages/shared-test/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": {}, "devDependencies": { - "@hocuspocus/provider": "^2.4.0", + "@hocuspocus/provider": "2.4.0", "@typecell-org/shared": "*", "@typecell-org/util": "*", "typescript": "5.0.4", diff --git a/packages/shared/src/codeModels/ModelReceiver.ts b/packages/shared/src/codeModels/ModelReceiver.ts index f8991ccc9..3d6113079 100644 --- a/packages/shared/src/codeModels/ModelReceiver.ts +++ b/packages/shared/src/codeModels/ModelReceiver.ts @@ -44,7 +44,7 @@ export class ModelReceiver const modelUri = uri.URI.parse(modelId); existingModel = new BasicCodeModel( - modelUri.path, + modelUri.toString(), model.value, model.language, ); diff --git a/packages/shared/src/frameInterop/HostBridgeMethods.ts b/packages/shared/src/frameInterop/HostBridgeMethods.ts index 6c2919c11..835e88388 100644 --- a/packages/shared/src/frameInterop/HostBridgeMethods.ts +++ b/packages/shared/src/frameInterop/HostBridgeMethods.ts @@ -18,4 +18,6 @@ export type HostBridgeMethods = { * Function for y-penpal */ processYjsMessage: (message: Uint8Array) => Promise; + + markPlugins: (identifierStr: string, value: boolean) => Promise; };