mage-ai 0.9.74__py3-none-any.whl → 0.9.75__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mage-ai might be problematic. Click here for more details.
- mage_ai/ai/llm_pipeline_wizard.py +6 -4
- mage_ai/ai/openai_client.py +7 -5
- mage_ai/data_integrations/destinations/constants.py +1 -0
- mage_ai/data_preparation/models/block/__init__.py +4 -4
- mage_ai/data_preparation/models/constants.py +1 -1
- mage_ai/data_preparation/models/pipeline.py +5 -0
- mage_ai/data_preparation/templates/data_exporters/streaming/elasticsearch.yaml +3 -0
- mage_ai/data_preparation/templates/data_loaders/streaming/nats.yaml +6 -3
- mage_ai/io/base.py +29 -1
- mage_ai/io/oracledb.py +2 -4
- mage_ai/io/postgres.py +38 -19
- mage_ai/io/utils.py +18 -0
- mage_ai/orchestration/db/__init__.py +3 -3
- mage_ai/server/constants.py +1 -1
- mage_ai/server/frontend_dist/404.html +3 -3
- mage_ai/server/frontend_dist/_next/static/38-PtskJFUTYUpRhT1qF_/_buildManifest.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/{1187-839336d276186105.js → 1187-4560c3895e1d7099.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/{1598-0adca9dce3ba4c60.js → 1598-cbf3f5a6078fc3f5.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/2717-638a944d24d5abde.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/3548-36f746b1824004f2.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/{3763-39a5174f6a3924db.js → 3763-aabe2703076636b0.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/3782-3e2acb5ed45b582b.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/449-f689774546860ca4.js +1 -0
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/5627-d5e559859dd0e1e0.js → frontend_dist/_next/static/chunks/5627-10e76bafa5a26f5f.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/{5699-e49718dfc9eb2854.js → 5699-e99379e332bd0b41.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/{7966-163da2621b8c987c.js → 7966-a5a7db345ce81263.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{_app-5bdff745074fb350.js → _app-13bf3b7dcef50c29.js} +2 -2
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/compute-ed67fa8e81662e8b.js → frontend_dist/_next/static/chunks/pages/compute-9e2dea78024e3bb4.js} +1 -1
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/files-e0ecd7ced09a63b2.js → frontend_dist/_next/static/chunks/pages/files-e08c7fe76f968f9c.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/global-data-products/{[...slug]-c7a729477ecda50e.js → [...slug]-30c3807057a4e65b.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{global-data-products-fd6ae6a358a60a0c.js → global-data-products-8dcb3b31af9e0e39.js} +1 -1
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/global-hooks/[...slug]-8e50243797a7fe59.js → frontend_dist/_next/static/chunks/pages/global-hooks/[...slug]-85a64b64d27214b6.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{global-hooks-d0c003446332dc0d.js → global-hooks-4ff959d51b8a9502.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/{files-a69ed8e9f814490c.js → files-d08a460641d0efaa.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/{overview-1aad7093c6d39257.js → overview-aae747f487e08d51.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/{pipeline-runs-528d30e0d13b0cc7.js → pipeline-runs-09a842d64a6ada62.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/{settings-fb9201d9cf63031d.js → settings-2e98e57d9376a458.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/users/{[user]-000f5a980a07da39.js → [user]-7be6e41ad66089bb.js} +1 -1
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/new-e4e613f6e817a733.js → frontend_dist/_next/static/chunks/pages/manage/users/new-4c088833063bfa07.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/manage/{users-a5e9d77ed5b50205.js → users-b99379d0aa6a8c25.js} +1 -1
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/manage-34d718b8a4066c23.js → frontend_dist/_next/static/chunks/pages/manage-868fcd8cbeb265f0.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{oauth-3bfd1b8d7f036726.js → oauth-6ceceb62191dfe8a.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/overview-e51cd04bd4d1fffe.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{pipeline-runs-5f8c100e648efa8a.js → pipeline-runs-2d0136b51b57de93.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills/{[...slug]-688c652f3296bb9c.js → [...slug]-1ad5238742e25b4c.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-bd11e87d026bfbf9.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/{dashboard-1236e36d39b1637d.js → dashboard-0f4f47f721b0723f.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-432da20df91511fb.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-fe91dfb0091f6bc6.js +1 -0
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-0d68d4bf6290fefb.js → frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-cf794b2d22a80f31.js} +1 -1
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-9254358d58f07714.js → frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-a964caef91bed9e1.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/{monitors-821001e690caebe2.js → monitors-80bebb4401eefe25.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-2eae7cb017027682.js +1 -0
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs-2d4b2a0800a66b33.js → frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-e3d7fdfeb7f806f7.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/{settings-cd49372ae1702963.js → settings-0abf8a1b7243f93b.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-707ed8ca942ca802.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers/{[...slug]-259143ed3cf59e31.js → [...slug]-8429f17d4146e1ec.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-193045d9836d8d80.js +1 -0
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-b578b075a8d857e3.js → frontend_dist/_next/static/chunks/pages/pipelines-38187954b6ec4b40.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/platform/global-hooks/{[...slug]-5eeec927e4202b63.js → [...slug]-6834ae87bd668cb2.js} +1 -1
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/platform/global-hooks-fbe9ad995d46d837.js → frontend_dist/_next/static/chunks/pages/platform/global-hooks-b3f7309a23e592b2.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/account/{profile-fc659962d4015cb3.js → profile-f8b7374385e1f1bf.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/preferences-8de68502a9afa299.js +1 -0
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/settings-a4f88c334414402b.js → frontend_dist/_next/static/chunks/pages/settings/platform/settings-50fb6a34f3913f1f.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/permissions/{[...slug]-4deb9579ef99a3c6.js → [...slug]-2e5c098c21ea32b7.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{permissions-e0cda2f2bfce8d61.js → permissions-54e4b15b9585bfc4.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-040f83d75d0f6537.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/roles/{[...slug]-910257d16c604ebd.js → [...slug]-95088f43034e3c95.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{roles-4f7a0756806cee34.js → roles-e9149e1fcf218f42.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{sync-data-208d6f955204d704.js → sync-data-75b67ae4a00818ef.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/users/{[...slug]-c89dc67e5a1706a8.js → [...slug]-557dda05ca6c6124.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/{users-5212c01a9dc558da.js → users-3ee783f5139c76a1.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{sign-in-054b33312d3193c3.js → sign-in-593c40985d63fcf7.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/templates/{[...slug]-b6ed6a5d818bfd20.js → [...slug]-252c4b6b818345d5.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/{templates-852357bc983af2ea.js → templates-ca528bc607753ab8.js} +1 -1
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/terminal-1f9c56d671bbc67d.js → frontend_dist/_next/static/chunks/pages/terminal-287362c1defcc96b.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/test-2f83af8c9f1378fe.js +1 -0
- mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-d9de73fb799efed8.js +1 -0
- mage_ai/server/{frontend_dist_base_path_template/_next/static/chunks/pages/version-control-ae3469b992a341d6.js → frontend_dist/_next/static/chunks/pages/version-control-573f0225d7a703ed.js} +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/{webpack-b9a067f3bd0a3a05.js → webpack-0bc44da590c7cf85.js} +1 -1
- mage_ai/server/frontend_dist/block-layout.html +3 -3
- mage_ai/server/frontend_dist/compute.html +6 -6
- mage_ai/server/frontend_dist/files.html +6 -6
- mage_ai/server/frontend_dist/global-data-products/[...slug].html +6 -6
- mage_ai/server/frontend_dist/global-data-products.html +6 -6
- mage_ai/server/frontend_dist/global-hooks/[...slug].html +6 -6
- mage_ai/server/frontend_dist/global-hooks.html +6 -6
- mage_ai/server/frontend_dist/index.html +3 -3
- mage_ai/server/frontend_dist/manage/files.html +6 -6
- mage_ai/server/frontend_dist/manage/overview.html +6 -6
- mage_ai/server/frontend_dist/manage/pipeline-runs.html +6 -6
- mage_ai/server/frontend_dist/manage/settings.html +6 -6
- mage_ai/server/frontend_dist/manage/users/[user].html +6 -6
- mage_ai/server/frontend_dist/manage/users/new.html +6 -6
- mage_ai/server/frontend_dist/manage/users.html +6 -6
- mage_ai/server/frontend_dist/manage.html +6 -6
- mage_ai/server/frontend_dist/oauth.html +5 -5
- mage_ai/server/frontend_dist/overview.html +6 -6
- mage_ai/server/frontend_dist/pipeline-runs.html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills/[...slug].html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/backfills.html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/dashboard.html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/edit.html +3 -3
- mage_ai/server/frontend_dist/pipelines/[pipeline]/logs.html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runs.html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors/block-runtime.html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/monitors.html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs/[run].html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/runs.html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/settings.html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/syncs.html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers/[...slug].html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline]/triggers.html +6 -6
- mage_ai/server/frontend_dist/pipelines/[pipeline].html +3 -3
- mage_ai/server/frontend_dist/pipelines.html +6 -6
- mage_ai/server/frontend_dist/platform/global-hooks/[...slug].html +6 -6
- mage_ai/server/frontend_dist/platform/global-hooks.html +6 -6
- mage_ai/server/frontend_dist/settings/account/profile.html +6 -6
- mage_ai/server/frontend_dist/settings/platform/preferences.html +6 -6
- mage_ai/server/frontend_dist/settings/platform/settings.html +6 -6
- mage_ai/server/frontend_dist/settings/workspace/permissions/[...slug].html +6 -6
- mage_ai/server/frontend_dist/settings/workspace/permissions.html +6 -6
- mage_ai/server/frontend_dist/settings/workspace/preferences.html +6 -6
- mage_ai/server/frontend_dist/settings/workspace/roles/[...slug].html +6 -6
- mage_ai/server/frontend_dist/settings/workspace/roles.html +6 -6
- mage_ai/server/frontend_dist/settings/workspace/sync-data.html +6 -6
- mage_ai/server/frontend_dist/settings/workspace/users/[...slug].html +6 -6
- mage_ai/server/frontend_dist/settings/workspace/users.html +6 -6
- mage_ai/server/frontend_dist/settings.html +3 -3
- mage_ai/server/frontend_dist/sign-in.html +7 -7
- mage_ai/server/frontend_dist/templates/[...slug].html +6 -6
- mage_ai/server/frontend_dist/templates.html +6 -6
- mage_ai/server/frontend_dist/terminal.html +6 -6
- mage_ai/server/frontend_dist/test.html +3 -3
- mage_ai/server/frontend_dist/triggers.html +6 -6
- mage_ai/server/frontend_dist/v2/canvas.html +2 -2
- mage_ai/server/frontend_dist/v2.html +2 -2
- mage_ai/server/frontend_dist/version-control.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/404.html +3 -3
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{1187-839336d276186105.js → 1187-4560c3895e1d7099.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{1598-0adca9dce3ba4c60.js → 1598-cbf3f5a6078fc3f5.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2717-638a944d24d5abde.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3548-36f746b1824004f2.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{3763-39a5174f6a3924db.js → 3763-aabe2703076636b0.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3782-3e2acb5ed45b582b.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/449-f689774546860ca4.js +1 -0
- mage_ai/server/{frontend_dist/_next/static/chunks/5627-d5e559859dd0e1e0.js → frontend_dist_base_path_template/_next/static/chunks/5627-10e76bafa5a26f5f.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{5699-e49718dfc9eb2854.js → 5699-e99379e332bd0b41.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/{7966-163da2621b8c987c.js → 7966-a5a7db345ce81263.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{_app-90de19bc03f1484b.js → _app-0392ef723ea2c6f8.js} +2 -2
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/compute-ed67fa8e81662e8b.js → frontend_dist_base_path_template/_next/static/chunks/pages/compute-9e2dea78024e3bb4.js} +1 -1
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/files-e0ecd7ced09a63b2.js → frontend_dist_base_path_template/_next/static/chunks/pages/files-e08c7fe76f968f9c.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/global-data-products/{[...slug]-c7a729477ecda50e.js → [...slug]-30c3807057a4e65b.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{global-data-products-fd6ae6a358a60a0c.js → global-data-products-8dcb3b31af9e0e39.js} +1 -1
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/global-hooks/[...slug]-8e50243797a7fe59.js → frontend_dist_base_path_template/_next/static/chunks/pages/global-hooks/[...slug]-85a64b64d27214b6.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{global-hooks-d0c003446332dc0d.js → global-hooks-4ff959d51b8a9502.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/{files-a69ed8e9f814490c.js → files-d08a460641d0efaa.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/{overview-1aad7093c6d39257.js → overview-aae747f487e08d51.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/{pipeline-runs-528d30e0d13b0cc7.js → pipeline-runs-09a842d64a6ada62.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/{settings-fb9201d9cf63031d.js → settings-2e98e57d9376a458.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/{[user]-000f5a980a07da39.js → [user]-7be6e41ad66089bb.js} +1 -1
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/manage/users/new-e4e613f6e817a733.js → frontend_dist_base_path_template/_next/static/chunks/pages/manage/users/new-4c088833063bfa07.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/manage/{users-a5e9d77ed5b50205.js → users-b99379d0aa6a8c25.js} +1 -1
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/manage-34d718b8a4066c23.js → frontend_dist_base_path_template/_next/static/chunks/pages/manage-868fcd8cbeb265f0.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{oauth-3bfd1b8d7f036726.js → oauth-6ceceb62191dfe8a.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/overview-e51cd04bd4d1fffe.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{pipeline-runs-5f8c100e648efa8a.js → pipeline-runs-2d0136b51b57de93.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills/{[...slug]-688c652f3296bb9c.js → [...slug]-1ad5238742e25b4c.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-bd11e87d026bfbf9.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/{dashboard-1236e36d39b1637d.js → dashboard-0f4f47f721b0723f.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-432da20df91511fb.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-fe91dfb0091f6bc6.js +1 -0
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-0d68d4bf6290fefb.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runs-cf794b2d22a80f31.js} +1 -1
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-9254358d58f07714.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/monitors/block-runtime-a964caef91bed9e1.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/{monitors-821001e690caebe2.js → monitors-80bebb4401eefe25.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-2eae7cb017027682.js +1 -0
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs-2d4b2a0800a66b33.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs-e3d7fdfeb7f806f7.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/{settings-cd49372ae1702963.js → settings-0abf8a1b7243f93b.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/syncs-707ed8ca942ca802.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers/{[...slug]-259143ed3cf59e31.js → [...slug]-8429f17d4146e1ec.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-193045d9836d8d80.js +1 -0
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/pipelines-b578b075a8d857e3.js → frontend_dist_base_path_template/_next/static/chunks/pages/pipelines-38187954b6ec4b40.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/platform/global-hooks/{[...slug]-5eeec927e4202b63.js → [...slug]-6834ae87bd668cb2.js} +1 -1
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/platform/global-hooks-fbe9ad995d46d837.js → frontend_dist_base_path_template/_next/static/chunks/pages/platform/global-hooks-b3f7309a23e592b2.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/account/{profile-fc659962d4015cb3.js → profile-f8b7374385e1f1bf.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/preferences-8de68502a9afa299.js +1 -0
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/settings/platform/settings-a4f88c334414402b.js → frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/settings-50fb6a34f3913f1f.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/permissions/{[...slug]-4deb9579ef99a3c6.js → [...slug]-2e5c098c21ea32b7.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/{permissions-e0cda2f2bfce8d61.js → permissions-54e4b15b9585bfc4.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-040f83d75d0f6537.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/roles/{[...slug]-910257d16c604ebd.js → [...slug]-95088f43034e3c95.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/{roles-4f7a0756806cee34.js → roles-e9149e1fcf218f42.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/{sync-data-208d6f955204d704.js → sync-data-75b67ae4a00818ef.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/users/{[...slug]-c89dc67e5a1706a8.js → [...slug]-557dda05ca6c6124.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/{users-5212c01a9dc558da.js → users-3ee783f5139c76a1.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{sign-in-054b33312d3193c3.js → sign-in-593c40985d63fcf7.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/templates/{[...slug]-b6ed6a5d818bfd20.js → [...slug]-252c4b6b818345d5.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{templates-852357bc983af2ea.js → templates-ca528bc607753ab8.js} +1 -1
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/terminal-1f9c56d671bbc67d.js → frontend_dist_base_path_template/_next/static/chunks/pages/terminal-287362c1defcc96b.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/test-2f83af8c9f1378fe.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-d9de73fb799efed8.js +1 -0
- mage_ai/server/{frontend_dist/_next/static/chunks/pages/version-control-ae3469b992a341d6.js → frontend_dist_base_path_template/_next/static/chunks/pages/version-control-573f0225d7a703ed.js} +1 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/dxnSzgIvSG4Ke5LM-tPQX/_buildManifest.js +1 -0
- mage_ai/server/frontend_dist_base_path_template/block-layout.html +3 -3
- mage_ai/server/frontend_dist_base_path_template/compute.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/files.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/global-data-products/[...slug].html +6 -6
- mage_ai/server/frontend_dist_base_path_template/global-data-products.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/global-hooks/[...slug].html +6 -6
- mage_ai/server/frontend_dist_base_path_template/global-hooks.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/index.html +3 -3
- mage_ai/server/frontend_dist_base_path_template/manage/files.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/manage/overview.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/manage/pipeline-runs.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/manage/settings.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/manage/users/[user].html +6 -6
- mage_ai/server/frontend_dist_base_path_template/manage/users/new.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/manage/users.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/manage.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/oauth.html +5 -5
- mage_ai/server/frontend_dist_base_path_template/overview.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipeline-runs.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills/[...slug].html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/backfills.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/dashboard.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/edit.html +3 -3
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/logs.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runs.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors/block-runtime.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/monitors.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs/[run].html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/runs.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/settings.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/syncs.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers/[...slug].html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline]/triggers.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/pipelines/[pipeline].html +3 -3
- mage_ai/server/frontend_dist_base_path_template/pipelines.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/platform/global-hooks/[...slug].html +6 -6
- mage_ai/server/frontend_dist_base_path_template/platform/global-hooks.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings/account/profile.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings/platform/preferences.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings/platform/settings.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions/[...slug].html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/permissions.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/preferences.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles/[...slug].html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/roles.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/sync-data.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/users/[...slug].html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings/workspace/users.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/settings.html +3 -3
- mage_ai/server/frontend_dist_base_path_template/sign-in.html +7 -7
- mage_ai/server/frontend_dist_base_path_template/templates/[...slug].html +6 -6
- mage_ai/server/frontend_dist_base_path_template/templates.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/terminal.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/test.html +3 -3
- mage_ai/server/frontend_dist_base_path_template/triggers.html +6 -6
- mage_ai/server/frontend_dist_base_path_template/v2/canvas.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/v2.html +2 -2
- mage_ai/server/frontend_dist_base_path_template/version-control.html +6 -6
- mage_ai/server/server.py +9 -0
- mage_ai/services/teams/config.py +13 -2
- mage_ai/services/teams/teams.py +13 -11
- mage_ai/shared/constants.py +3 -1
- mage_ai/shared/enum.py +2 -5
- mage_ai/shared/environments.py +27 -3
- mage_ai/streaming/sinks/elasticsearch.py +15 -5
- mage_ai/tests/api/endpoints/test_blocks.py +1 -101
- mage_ai/tests/api/endpoints/test_configuration_options.py +1 -48
- mage_ai/tests/api/endpoints/test_configuration_options_project_platform.py +68 -0
- mage_ai/tests/api/endpoints/test_custom_designs.py +1 -106
- mage_ai/tests/api/endpoints/test_custom_designs_project_platform.py +132 -0
- mage_ai/tests/api/endpoints/test_dbt_blocks.py +111 -0
- mage_ai/tests/api/endpoints/test_file_contents.py +0 -48
- mage_ai/tests/api/endpoints/test_file_contents_with_project_platform.py +66 -0
- mage_ai/tests/api/endpoints/test_pipelines.py +0 -134
- mage_ai/tests/api/endpoints/test_pipelines_with_project_platform.py +143 -0
- mage_ai/tests/data_preparation/models/block/hook/test_hook_block.py +3 -3
- mage_ai/tests/data_preparation/models/test_block.py +7 -0
- mage_ai/tests/data_preparation/test_repo_manager.py +0 -63
- mage_ai/tests/data_preparation/test_repo_manager_project_platform.py +67 -0
- mage_ai/tests/data_preparation/test_variable_manager.py +0 -51
- mage_ai/tests/data_preparation/test_variable_manager_project_platform.py +41 -0
- mage_ai/tests/io/create_table/test_postgresql.py +27 -0
- mage_ai/tests/orchestration/notification/test_config.py +3 -3
- mage_ai-0.9.75.dist-info/METADATA +377 -0
- {mage_ai-0.9.74.dist-info → mage_ai-0.9.75.dist-info}/RECORD +296 -289
- {mage_ai-0.9.74.dist-info → mage_ai-0.9.75.dist-info}/WHEEL +1 -1
- mage_ai/server/frontend_dist/_next/static/chunks/1557-1ad0c64c2d08e569.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/2717-d65056b6b5e124eb.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/3548-b2c5edfb710886a6.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/3782-4b3091e550f809a2.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/overview-69af3253ad0d0d89.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/backfills-fe112809feb25b05.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/edit-e9ca358209cdf93d.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/logs-a29f1615d2e7d330.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-6d382ae5bad9745c.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/syncs-135be8974f7f5f2b.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/pipelines/[pipeline]/triggers-3af13e89adff4d6c.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/platform/preferences-058d283ee178c038.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/settings/workspace/preferences-7b02bb70462144cb.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/test-86b12cc12d4a625f.js +0 -1
- mage_ai/server/frontend_dist/_next/static/chunks/pages/triggers-2481c40b18d5b6d4.js +0 -1
- mage_ai/server/frontend_dist/_next/static/pLWT6Sqd09xYpufCVIqnz/_buildManifest.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/JQewSAObpbhO0wrdAM6Ng/_buildManifest.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/1557-1ad0c64c2d08e569.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/2717-d65056b6b5e124eb.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3548-b2c5edfb710886a6.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/3782-4b3091e550f809a2.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/overview-69af3253ad0d0d89.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/backfills-fe112809feb25b05.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/edit-e9ca358209cdf93d.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/logs-a29f1615d2e7d330.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/runs/[run]-6d382ae5bad9745c.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/syncs-135be8974f7f5f2b.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/pipelines/[pipeline]/triggers-3af13e89adff4d6c.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/platform/preferences-058d283ee178c038.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/settings/workspace/preferences-7b02bb70462144cb.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/test-86b12cc12d4a625f.js +0 -1
- mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/triggers-2481c40b18d5b6d4.js +0 -1
- mage_ai-0.9.74.dist-info/METADATA +0 -544
- /mage_ai/server/frontend_dist/_next/static/{pLWT6Sqd09xYpufCVIqnz → 38-PtskJFUTYUpRhT1qF_}/_ssgManifest.js +0 -0
- /mage_ai/server/frontend_dist/_next/static/chunks/pages/{_app-5bdff745074fb350.js.LICENSE.txt → _app-13bf3b7dcef50c29.js.LICENSE.txt} +0 -0
- /mage_ai/server/frontend_dist_base_path_template/_next/static/chunks/pages/{_app-90de19bc03f1484b.js.LICENSE.txt → _app-0392ef723ea2c6f8.js.LICENSE.txt} +0 -0
- /mage_ai/server/frontend_dist_base_path_template/_next/static/{JQewSAObpbhO0wrdAM6Ng → dxnSzgIvSG4Ke5LM-tPQX}/_ssgManifest.js +0 -0
- {mage_ai-0.9.74.dist-info → mage_ai-0.9.75.dist-info}/LICENSE +0 -0
- {mage_ai-0.9.74.dist-info → mage_ai-0.9.75.dist-info}/entry_points.txt +0 -0
- {mage_ai-0.9.74.dist-info → mage_ai-0.9.75.dist-info}/top_level.txt +0 -0
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
};
|
|
32
32
|
}
|
|
33
33
|
})();
|
|
34
|
-
</script><link rel="preload" href="/_next/static/css/18782af6d2c4e826.css" as="style"/><link rel="stylesheet" href="/_next/static/css/18782af6d2c4e826.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script defer="" src="/_next/static/chunks/9138.222694f07e9cdef0.js"></script><script src="/_next/static/chunks/webpack-
|
|
34
|
+
</script><link rel="preload" href="/_next/static/css/18782af6d2c4e826.css" as="style"/><link rel="stylesheet" href="/_next/static/css/18782af6d2c4e826.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script defer="" src="/_next/static/chunks/9138.222694f07e9cdef0.js"></script><script src="/_next/static/chunks/webpack-0bc44da590c7cf85.js" defer=""></script><script src="/_next/static/chunks/framework-ea07653270784974.js" defer=""></script><script src="/_next/static/chunks/main-f39b6301263551db.js" defer=""></script><script src="/_next/static/chunks/pages/_app-13bf3b7dcef50c29.js" defer=""></script><script src="/_next/static/chunks/9580-29d3a9839aec37a6.js" defer=""></script><script src="/_next/static/chunks/pages/v2-892b95c22b554fd1.js" defer=""></script><script src="/_next/static/38-PtskJFUTYUpRhT1qF_/_buildManifest.js" defer=""></script><script src="/_next/static/38-PtskJFUTYUpRhT1qF_/_ssgManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.11">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
|
|
35
35
|
*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit;}/*!sc*/
|
|
36
36
|
data-styled.g4[id="sc-global-czSCUT1"]{content:"sc-global-czSCUT1,"}/*!sc*/
|
|
37
|
-
</style></head><body><div id="__next"></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"mode":"dark","themeSettings":{"v2":{"mode":"dark","theme":{"backgrounds":{"blur":"rgba(0, 0, 0, 0.7)","body":"#000000","button":{"base":{"default":"#28333D","hover":"#34404CB3"},"basic":{"default":"transparent","hover":"#FFFFFF1A"},"primary":{"default":"#956FFF","hover":"#956FFFD9"},"secondary":{"default":"#00C868","hover":"#00C868D9"}},"ide":{"base":"#00000099"},"input":{"base":{"active":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","default":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","focus":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","hover":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)"}},"menu":{"base":{"default":"#34404CB3"},"contained":{"default":"#34404C"}},"scrollbar":{"thumb":{"default":"#34404C","hover":"#FFFFFF80"},"track":{"default":"#34404C33","hover":"#34404CB3"}}},"borders":{"color":{"base":{"default":"#34404C","hover":"#34404CD9"},"button":{"base":{"default":"#34404C","hover":"#34404C"},"basic":{"default":"#34404C","hover":"#34404C"},"primary":{"default":"#34404C","hover":"#34404C"},"secondary":{"default":"#34404C","hover":"#34404C"}},"input":{"base":{"active":"#1F6BFF","default":"#0500FF","focus":"#1F6BFF","hover":"#1F6BFF"}},"muted":{"default":"#34404C33","hover":"#34404C33"}},"outline":{"offset":1,"width":2},"radius":{"base":"10px","round":"40px","sm":"6px"},"style":"solid","width":"1px"},"buttons":{"border":{"color":{"base":{"default":"#34404C","hover":"#34404C"},"basic":{"default":"#34404C","hover":"#34404C"},"primary":{"default":"#34404C","hover":"#34404C"},"secondary":{"default":"#34404C","hover":"#34404C"}}},"font":{"lineHeight":{"base":19,"sm":17}},"grid":{"column":{"gap":{"base":8,"sm":6}}},"outline":{"color":{"base":{"default":"#34404C","hover":"#34404C"},"basic":{"default":"#FFFFFF80","hover":"#FFFFFF80"},"primary":{"default":"#956FFF","hover":"#956FFF"},"secondary":{"default":"#00C868","hover":"#00C868"}}},"padding":{"base":"13px 14px","sm":"12px 13px","xs":"6px 8px","xxs":"6px"}},"fonts":{"color":{"button":{"base":"#FFFFFF"},"text":{"base":"#FFFFFF","blue":"#1F6BFF","inverted":"#000000","muted":"#FFFFFF99"}},"family":{"base":{"black":"Inter Black, sans-serif","bold":"Inter Bold, sans-serif","lightFont":"Inter Light, sans-serif","medium":"Inter Medium, sans-serif","regular":"Inter Regular, sans-serif","semiBold":"Inter SemiBold, sans-serif"},"monospace":{"black":"Fira Code Bold, monospace","bold":"Fira Code Bold, monospace","boldItalic":"Fira Code Bold Italic, monospace","lightFont":"Fira Code Light, monospace","medium":"Fira Code Medium, monospace","regular":"Fira Code Retina, Fira Code Regular, monospace","regularItalic":"Fira Code Regular Italic, monospace","semiBold":"Fira Code SemiBold, monospace"}},"lineHeight":{"base":"125%","md":"144%","monospace":"160%","sm":"20px","xs":"125%"},"size":{"base":"16px","sm":"14px","xs":"12px"},"style":{"base":"normal","italic":"italic"},"weight":{"bold":700,"light":300,"medium":500,"regular":400,"semiBold":600}},"grid":{"gutter":{"width":{"base":12,"sm":8,"xs":4}}},"icons":{"color":{"base":"#FFFFFF","inverted":"#000000"},"size":{"base":20,"sm":17,"xs":12}},"ide":{"background":{"color":{"base":"#00000099"}},"rules":{"type":{"foreground":"#6B50D7"},"type.class":{"foreground":"#6B50D7","fontStyle":"bold"},"type.class.class_definition":{"foreground":"#6B50D7"},"type.primitive":{"foreground":"#B026FF"},"type.primitive.class_definition":{"foreground":"#B026FF"},"constant":{"foreground":"#E3D4C2"},"string.quote.double.triple":{"foreground":"#BFA78B","fontStyle":"italic"},"string.quote.single.triple":{"foreground":"#BFA78B","fontStyle":"italic"},"comment":{"foreground":"#AF8859","fontStyle":"italic"},"comment.doc":{"foreground":"#AF8859","fontStyle":"italic"},"constructor":{"foreground":"#BDCEFF"},"attribute":{"foreground":"#81A1FF"},"property":{"foreground":"#81A1FF"},"function.name":{"foreground":"#517DFF","fontStyle":"italic"},"function.decorator":{"foreground":"#2A60FE"},"string.link":{"foreground":"#4F6AC4","fontStyle":"underline"},"keyword.class":{"foreground":"#C72400","fontStyle":"italic"},"namespace":{"foreground":"#FFD7E0"},"keyword.as":{"foreground":"#FFA3B9","fontStyle":"italic"},"keyword.from":{"foreground":"#FF547D","fontStyle":"italic"},"keyword":{"foreground":"#FF144D"},"keyword.import":{"foreground":"#EB0032","fontStyle":"italic"},"variable.self":{"foreground":"#B98D95"},"punctuation.dot":{"foreground":"#C7CDDA"},"variable":{"foreground":"#A1A1A1"},"enum":{"foreground":"#70747C"},"brackets.square":{"foreground":"#FF99CC","background":"#FF99CC"},"brackets.round":{"foreground":"#FF4FF8","background":"#FF4FF8"},"brackets.curly":{"foreground":"#CC1493","background":"#CC1493"},"brackets.square.python":{"foreground":"#FF99CC","background":"#FF99CC"},"brackets.round.python":{"foreground":"#FF4FF8","background":"#FF4FF8"},"brackets.curly.python":{"foreground":"#CC1493","background":"#CC1493"},"punctuation.delimiter":{"foreground":"#FF9933"},"punctuation.comma":{"foreground":"#FF6700"},"string.invalid":{"foreground":"#F6540B","fontStyle":"italic underline"},"operator":{"foreground":"#CBFE00"},"literal.none":{"foreground":"#FFE662"},"literal.boolean":{"foreground":"#FFDA19"},"literal.number":{"foreground":"#F6C000"},"string.regex.delimiter":{"foreground":"#C6EEDB"},"string":{"foreground":"#7AA300"},"string.regex":{"foreground":"#9DDFBF"},"string.escape":{"foreground":"#6BBF96"},"string.quote.double":{"foreground":"#37A46F"},"string.quote.single":{"foreground":"#00954C"}}},"inputs":{"background":{"base":{"active":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","default":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","focus":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","hover":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)"}},"border":{"color":{"base":{"active":"#1F6BFF","default":"#0500FF","focus":"#1F6BFF","hover":"#1F6BFF"}},"radius":{"base":"10px"},"style":{"base":"solid"},"width":{"base":"1px"}},"padding":{"base":"13px 16px","sm":"8px 16px"},"placeholder":{"color":"#FFFFFF80"}},"margin":{"base":12,"sm":8,"xs":4},"menus":{"blur":{"base":"blur(20px)","contained":"saturate(100%) blur(3px)"},"border":{"radius":{"base":"6px"}},"padding":{"item":{"base":"8px 16px"}}},"padding":{"base":12,"sm":8,"xs":4},"scrollbars":{"background":{"thumb":{"default":"#34404C","hover":"#FFFFFF80"},"track":{"default":"#34404C33","hover":"#34404CB3"}},"border":{"radius":{"thumb":"40px","track":"10px"}},"width":{"thumb":4,"track":6}},"colors":{"black":"#000000","blackFixed":"#000000","blackLo":"#00000033","blackMd":"#00000099","blackHi":"#000000D9","blue":"#0500FF","blueHi":"#0500FFD9","blueLo":"#0500FF33","blueMd":"#0500FFB3","blueMuted":"#5AA6FF","blueText":"#1F6BFF","teal":"#00B4CC","tealHi":"rgba(0, 180, 204, 0.5)","tealLo":"#00B4CC33","tealMd":"#00B4CCB3","dbt":"#FC6949","dbtHi":"#FC6949D9","dbtLo":"rgba(252, 105, 73, 0.3)","dbtMd":"rgba(252, 105, 73, 0.5)","glow":"#0500FF66","glow2":"#0500FF","gray":"#34404C","grayLo":"#34404C33","grayMd":"#34404CB3","grayHi":"#34404CD9","green":"#00C868","greenLo":"#00C86833","greenMd":"#00C868B3","greenHi":"#00C868D9","pink":"#DD55FF","pinkLo":"#DD55FF33","pinkMd":"#DD55FFB3","pinkHi":"#DD55FFD9","purple":"#956FFF","purpleLo":"#956FFF33","purpleMd":"#956FFFB3","purpleHi":"#956FFFD9","red":"#FF3B3B","redHi":"#FF3B3BD9","redLo":"#FF3B3B33","redMd":"#FF3B3BB3","rose":"#D1A2AB","roseHi":"#D1A2ABD9","roseLo":"#D1A2AB33","roseMd":"#D1A2ABB3","sky":"#9ECBFF","skyHi":"rgba(106, 161, 224, 0.5)","skyLo":"#6AA1E0","skyMd":"#9ECBFFB3","yellow":"#FFCC19","yellowHi":"#FFCC19D9","yellowLo":"#FFCC1933","yellowMd":"#FFCC19","white":"#FFFFFF","whiteFixed":"#FFFFFF","whiteLo":"#FFFFFF80","whiteMd":"#FFFFFF99","whiteHi":"#FFFFFF1A","backgrounds":{"blur":"rgba(0, 0, 0, 0.7)","body":"#000000","button":{"base":{"default":"#28333D","hover":"#34404CB3"},"basic":{"default":"transparent","hover":"#FFFFFF1A"},"primary":{"default":"#956FFF","hover":"#956FFFD9"},"secondary":{"default":"#00C868","hover":"#00C868D9"}},"ide":{"base":"#00000099"},"input":{"base":{"active":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","default":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","focus":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","hover":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)"}},"menu":{"base":{"default":"#34404CB3"},"contained":{"default":"#34404C"}},"scrollbar":{"thumb":{"default":"#34404C","hover":"#FFFFFF80"},"track":{"default":"#34404C33","hover":"#34404CB3"}}},"borders":{"base":{"default":"#34404C","hover":"#34404CD9"},"button":{"base":{"default":"#34404C","hover":"#34404C"},"basic":{"default":"#34404C","hover":"#34404C"},"primary":{"default":"#34404C","hover":"#34404C"},"secondary":{"default":"#34404C","hover":"#34404C"}},"input":{"base":{"active":"#1F6BFF","default":"#0500FF","focus":"#1F6BFF","hover":"#1F6BFF"}},"muted":{"default":"#34404C33","hover":"#34404C33"}},"icons":{"base":"#FFFFFF","inverted":"#000000"},"outline":{"button":{"base":{"default":"#34404C","hover":"#34404C"},"basic":{"default":"#FFFFFF80","hover":"#FFFFFF80"},"primary":{"default":"#956FFF","hover":"#956FFF"},"secondary":{"default":"#00C868","hover":"#00C868"}}},"placeholder":{"input":{"base":"#FFFFFF80"}},"statuses":{"success":"#8ADE00","successHi":"rgba(138, 222, 0, 0.3)"},"typography":{"button":{"base":"#FFFFFF"},"text":{"base":"#FFFFFF","blue":"#1F6BFF","inverted":"#000000","muted":"#FFFFFF99"}}}}}},"version":"v2"},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanLight":"rgba(101, 227, 255, 0.3)","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtDark":"rgba(252, 105, 73, 0.3)","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"rgb(255, 79, 248, 0.5)","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","rose":"#D1A2AB","roseLight":"rgba(209, 162, 171, 0.5)","sky":"#6AA1E0","skyLight":"rgba(106, 161, 224, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"blackTransparent":"rgba(0, 0, 0, 0.6)","blackTransparentDark":"rgba(0, 0, 0, 0.8)","chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","dashboard":"#18181C","dashboardTransparent":"rgba(24, 24, 28, 0.1)","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","panelTransparent":"rgba(35, 36, 41, 0.7)","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","successLight":"rgb(138, 222, 0, 0.3)","table":"#292A2F","tag":"#3A4550"},"borders":{"button":"#454850","contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","darkLight":"#2E3036","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","medium2":"#141414","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","blackBackgroundTransparent":"rgba(0, 0, 0, 0.5)","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBackgroundTransparent":"rgba(54, 56, 63, 0.5)","defaultBorder":"#ffffff1a","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBackgroundTransparent":"rgba(78, 78, 78, 0.5)","hoverBlackBackgroundTransparent":"rgba(0, 0, 0, 0.7)","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkPrimaryLight":"#5982ff","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","linkText":"#6AA1E0","linkTextLight":"#9ECBFF","purple":"#885EFF","rowHoverBackground":"rgba(0, 0, 0, 0.1)","transparent":"rgba(255, 255, 255, 0)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF","whiteTransparent":"rgba(255, 255, 255, 0.6)"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(0, 0, 0, 0.3)","frame":"0px 10px 40px rgba(0, 0, 0, 0.26)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/v2","query":{},"buildId":"pLWT6Sqd09xYpufCVIqnz","nextExport":true,"isFallback":false,"dynamicIds":[29138],"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
|
|
37
|
+
</style></head><body><div id="__next"></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"mode":"dark","themeSettings":{"v2":{"mode":"dark","theme":{"backgrounds":{"blur":"rgba(0, 0, 0, 0.7)","body":"#000000","button":{"base":{"default":"#28333D","hover":"#34404CB3"},"basic":{"default":"transparent","hover":"#FFFFFF1A"},"primary":{"default":"#956FFF","hover":"#956FFFD9"},"secondary":{"default":"#00C868","hover":"#00C868D9"}},"ide":{"base":"#00000099"},"input":{"base":{"active":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","default":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","focus":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","hover":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)"}},"menu":{"base":{"default":"#34404CB3"},"contained":{"default":"#34404C"}},"scrollbar":{"thumb":{"default":"#34404C","hover":"#FFFFFF80"},"track":{"default":"#34404C33","hover":"#34404CB3"}}},"borders":{"color":{"base":{"default":"#34404C","hover":"#34404CD9"},"button":{"base":{"default":"#34404C","hover":"#34404C"},"basic":{"default":"#34404C","hover":"#34404C"},"primary":{"default":"#34404C","hover":"#34404C"},"secondary":{"default":"#34404C","hover":"#34404C"}},"input":{"base":{"active":"#1F6BFF","default":"#0500FF","focus":"#1F6BFF","hover":"#1F6BFF"}},"muted":{"default":"#34404C33","hover":"#34404C33"}},"outline":{"offset":1,"width":2},"radius":{"base":"10px","round":"40px","sm":"6px"},"style":"solid","width":"1px"},"buttons":{"border":{"color":{"base":{"default":"#34404C","hover":"#34404C"},"basic":{"default":"#34404C","hover":"#34404C"},"primary":{"default":"#34404C","hover":"#34404C"},"secondary":{"default":"#34404C","hover":"#34404C"}}},"font":{"lineHeight":{"base":19,"sm":17}},"grid":{"column":{"gap":{"base":8,"sm":6}}},"outline":{"color":{"base":{"default":"#34404C","hover":"#34404C"},"basic":{"default":"#FFFFFF80","hover":"#FFFFFF80"},"primary":{"default":"#956FFF","hover":"#956FFF"},"secondary":{"default":"#00C868","hover":"#00C868"}}},"padding":{"base":"13px 14px","sm":"12px 13px","xs":"6px 8px","xxs":"6px"}},"fonts":{"color":{"button":{"base":"#FFFFFF"},"text":{"base":"#FFFFFF","blue":"#1F6BFF","inverted":"#000000","muted":"#FFFFFF99"}},"family":{"base":{"black":"Inter Black, sans-serif","bold":"Inter Bold, sans-serif","lightFont":"Inter Light, sans-serif","medium":"Inter Medium, sans-serif","regular":"Inter Regular, sans-serif","semiBold":"Inter SemiBold, sans-serif"},"monospace":{"black":"Fira Code Bold, monospace","bold":"Fira Code Bold, monospace","boldItalic":"Fira Code Bold Italic, monospace","lightFont":"Fira Code Light, monospace","medium":"Fira Code Medium, monospace","regular":"Fira Code Retina, Fira Code Regular, monospace","regularItalic":"Fira Code Regular Italic, monospace","semiBold":"Fira Code SemiBold, monospace"}},"lineHeight":{"base":"125%","md":"144%","monospace":"160%","sm":"20px","xs":"125%"},"size":{"base":"16px","sm":"14px","xs":"12px"},"style":{"base":"normal","italic":"italic"},"weight":{"bold":700,"light":300,"medium":500,"regular":400,"semiBold":600}},"grid":{"gutter":{"width":{"base":12,"sm":8,"xs":4}}},"icons":{"color":{"base":"#FFFFFF","inverted":"#000000"},"size":{"base":20,"sm":17,"xs":12}},"ide":{"background":{"color":{"base":"#00000099"}},"rules":{"type":{"foreground":"#6B50D7"},"type.class":{"foreground":"#6B50D7","fontStyle":"bold"},"type.class.class_definition":{"foreground":"#6B50D7"},"type.primitive":{"foreground":"#B026FF"},"type.primitive.class_definition":{"foreground":"#B026FF"},"constant":{"foreground":"#E3D4C2"},"string.quote.double.triple":{"foreground":"#BFA78B","fontStyle":"italic"},"string.quote.single.triple":{"foreground":"#BFA78B","fontStyle":"italic"},"comment":{"foreground":"#AF8859","fontStyle":"italic"},"comment.doc":{"foreground":"#AF8859","fontStyle":"italic"},"constructor":{"foreground":"#BDCEFF"},"attribute":{"foreground":"#81A1FF"},"property":{"foreground":"#81A1FF"},"function.name":{"foreground":"#517DFF","fontStyle":"italic"},"function.decorator":{"foreground":"#2A60FE"},"string.link":{"foreground":"#4F6AC4","fontStyle":"underline"},"keyword.class":{"foreground":"#C72400","fontStyle":"italic"},"namespace":{"foreground":"#FFD7E0"},"keyword.as":{"foreground":"#FFA3B9","fontStyle":"italic"},"keyword.from":{"foreground":"#FF547D","fontStyle":"italic"},"keyword":{"foreground":"#FF144D"},"keyword.import":{"foreground":"#EB0032","fontStyle":"italic"},"variable.self":{"foreground":"#B98D95"},"punctuation.dot":{"foreground":"#C7CDDA"},"variable":{"foreground":"#A1A1A1"},"enum":{"foreground":"#70747C"},"brackets.square":{"foreground":"#FF99CC","background":"#FF99CC"},"brackets.round":{"foreground":"#FF4FF8","background":"#FF4FF8"},"brackets.curly":{"foreground":"#CC1493","background":"#CC1493"},"brackets.square.python":{"foreground":"#FF99CC","background":"#FF99CC"},"brackets.round.python":{"foreground":"#FF4FF8","background":"#FF4FF8"},"brackets.curly.python":{"foreground":"#CC1493","background":"#CC1493"},"punctuation.delimiter":{"foreground":"#FF9933"},"punctuation.comma":{"foreground":"#FF6700"},"string.invalid":{"foreground":"#F6540B","fontStyle":"italic underline"},"operator":{"foreground":"#CBFE00"},"literal.none":{"foreground":"#FFE662"},"literal.boolean":{"foreground":"#FFDA19"},"literal.number":{"foreground":"#F6C000"},"string.regex.delimiter":{"foreground":"#C6EEDB"},"string":{"foreground":"#7AA300"},"string.regex":{"foreground":"#9DDFBF"},"string.escape":{"foreground":"#6BBF96"},"string.quote.double":{"foreground":"#37A46F"},"string.quote.single":{"foreground":"#00954C"}}},"inputs":{"background":{"base":{"active":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","default":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","focus":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","hover":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)"}},"border":{"color":{"base":{"active":"#1F6BFF","default":"#0500FF","focus":"#1F6BFF","hover":"#1F6BFF"}},"radius":{"base":"10px"},"style":{"base":"solid"},"width":{"base":"1px"}},"padding":{"base":"13px 16px","sm":"8px 16px"},"placeholder":{"color":"#FFFFFF80"}},"margin":{"base":12,"sm":8,"xs":4},"menus":{"blur":{"base":"blur(20px)","contained":"saturate(100%) blur(3px)"},"border":{"radius":{"base":"6px"}},"padding":{"item":{"base":"8px 16px"}}},"padding":{"base":12,"sm":8,"xs":4},"scrollbars":{"background":{"thumb":{"default":"#34404C","hover":"#FFFFFF80"},"track":{"default":"#34404C33","hover":"#34404CB3"}},"border":{"radius":{"thumb":"40px","track":"10px"}},"width":{"thumb":4,"track":6}},"colors":{"black":"#000000","blackFixed":"#000000","blackLo":"#00000033","blackMd":"#00000099","blackHi":"#000000D9","blue":"#0500FF","blueHi":"#0500FFD9","blueLo":"#0500FF33","blueMd":"#0500FFB3","blueMuted":"#5AA6FF","blueText":"#1F6BFF","teal":"#00B4CC","tealHi":"rgba(0, 180, 204, 0.5)","tealLo":"#00B4CC33","tealMd":"#00B4CCB3","dbt":"#FC6949","dbtHi":"#FC6949D9","dbtLo":"rgba(252, 105, 73, 0.3)","dbtMd":"rgba(252, 105, 73, 0.5)","glow":"#0500FF66","glow2":"#0500FF","gray":"#34404C","grayLo":"#34404C33","grayMd":"#34404CB3","grayHi":"#34404CD9","green":"#00C868","greenLo":"#00C86833","greenMd":"#00C868B3","greenHi":"#00C868D9","pink":"#DD55FF","pinkLo":"#DD55FF33","pinkMd":"#DD55FFB3","pinkHi":"#DD55FFD9","purple":"#956FFF","purpleLo":"#956FFF33","purpleMd":"#956FFFB3","purpleHi":"#956FFFD9","red":"#FF3B3B","redHi":"#FF3B3BD9","redLo":"#FF3B3B33","redMd":"#FF3B3BB3","rose":"#D1A2AB","roseHi":"#D1A2ABD9","roseLo":"#D1A2AB33","roseMd":"#D1A2ABB3","sky":"#9ECBFF","skyHi":"rgba(106, 161, 224, 0.5)","skyLo":"#6AA1E0","skyMd":"#9ECBFFB3","yellow":"#FFCC19","yellowHi":"#FFCC19D9","yellowLo":"#FFCC1933","yellowMd":"#FFCC19","white":"#FFFFFF","whiteFixed":"#FFFFFF","whiteLo":"#FFFFFF80","whiteMd":"#FFFFFF99","whiteHi":"#FFFFFF1A","backgrounds":{"blur":"rgba(0, 0, 0, 0.7)","body":"#000000","button":{"base":{"default":"#28333D","hover":"#34404CB3"},"basic":{"default":"transparent","hover":"#FFFFFF1A"},"primary":{"default":"#956FFF","hover":"#956FFFD9"},"secondary":{"default":"#00C868","hover":"#00C868D9"}},"ide":{"base":"#00000099"},"input":{"base":{"active":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","default":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","focus":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)","hover":"radial-gradient(\n 155.7% 118.3% at 22.25% 145.77%,\n rgba(42, 76, 255, 0.08) 0%,\n rgba(42, 76, 255, 0.00) 100%\n), rgba(42, 76, 255, 0.10)"}},"menu":{"base":{"default":"#34404CB3"},"contained":{"default":"#34404C"}},"scrollbar":{"thumb":{"default":"#34404C","hover":"#FFFFFF80"},"track":{"default":"#34404C33","hover":"#34404CB3"}}},"borders":{"base":{"default":"#34404C","hover":"#34404CD9"},"button":{"base":{"default":"#34404C","hover":"#34404C"},"basic":{"default":"#34404C","hover":"#34404C"},"primary":{"default":"#34404C","hover":"#34404C"},"secondary":{"default":"#34404C","hover":"#34404C"}},"input":{"base":{"active":"#1F6BFF","default":"#0500FF","focus":"#1F6BFF","hover":"#1F6BFF"}},"muted":{"default":"#34404C33","hover":"#34404C33"}},"icons":{"base":"#FFFFFF","inverted":"#000000"},"outline":{"button":{"base":{"default":"#34404C","hover":"#34404C"},"basic":{"default":"#FFFFFF80","hover":"#FFFFFF80"},"primary":{"default":"#956FFF","hover":"#956FFF"},"secondary":{"default":"#00C868","hover":"#00C868"}}},"placeholder":{"input":{"base":"#FFFFFF80"}},"statuses":{"success":"#8ADE00","successHi":"rgba(138, 222, 0, 0.3)"},"typography":{"button":{"base":"#FFFFFF"},"text":{"base":"#FFFFFF","blue":"#1F6BFF","inverted":"#000000","muted":"#FFFFFF99"}}}}}},"version":"v2"},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanLight":"rgba(101, 227, 255, 0.3)","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtDark":"rgba(252, 105, 73, 0.3)","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"rgb(255, 79, 248, 0.5)","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","rose":"#D1A2AB","roseLight":"rgba(209, 162, 171, 0.5)","sky":"#6AA1E0","skyLight":"rgba(106, 161, 224, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"blackTransparent":"rgba(0, 0, 0, 0.6)","blackTransparentDark":"rgba(0, 0, 0, 0.8)","chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","dashboard":"#18181C","dashboardTransparent":"rgba(24, 24, 28, 0.1)","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","panelTransparent":"rgba(35, 36, 41, 0.7)","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","successLight":"rgb(138, 222, 0, 0.3)","table":"#292A2F","tag":"#3A4550"},"borders":{"button":"#454850","contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","darkLight":"#2E3036","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","medium2":"#141414","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","blackBackgroundTransparent":"rgba(0, 0, 0, 0.5)","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBackgroundTransparent":"rgba(54, 56, 63, 0.5)","defaultBorder":"#ffffff1a","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBackgroundTransparent":"rgba(78, 78, 78, 0.5)","hoverBlackBackgroundTransparent":"rgba(0, 0, 0, 0.7)","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkPrimaryLight":"#5982ff","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","linkText":"#6AA1E0","linkTextLight":"#9ECBFF","purple":"#885EFF","rowHoverBackground":"rgba(0, 0, 0, 0.1)","transparent":"rgba(255, 255, 255, 0)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF","whiteTransparent":"rgba(255, 255, 255, 0.6)"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(0, 0, 0, 0.3)","frame":"0px 10px 40px rgba(0, 0, 0, 0.26)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/v2","query":{},"buildId":"38-PtskJFUTYUpRhT1qF_","nextExport":true,"isFallback":false,"dynamicIds":[29138],"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
};
|
|
28
28
|
}
|
|
29
29
|
})();
|
|
30
|
-
</script><link rel="preload" href="/_next/static/css/18782af6d2c4e826.css" as="style"/><link rel="stylesheet" href="/_next/static/css/18782af6d2c4e826.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-
|
|
30
|
+
</script><link rel="preload" href="/_next/static/css/18782af6d2c4e826.css" as="style"/><link rel="stylesheet" href="/_next/static/css/18782af6d2c4e826.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-0bc44da590c7cf85.js" defer=""></script><script src="/_next/static/chunks/framework-ea07653270784974.js" defer=""></script><script src="/_next/static/chunks/main-f39b6301263551db.js" defer=""></script><script src="/_next/static/chunks/pages/_app-13bf3b7dcef50c29.js" defer=""></script><script src="/_next/static/chunks/449-f689774546860ca4.js" defer=""></script><script src="/_next/static/chunks/pages/version-control-573f0225d7a703ed.js" defer=""></script><script src="/_next/static/38-PtskJFUTYUpRhT1qF_/_buildManifest.js" defer=""></script><script src="/_next/static/38-PtskJFUTYUpRhT1qF_/_ssgManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.11">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
|
|
31
31
|
*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit;}/*!sc*/
|
|
32
32
|
data-styled.g4[id="sc-global-czSCUT1"]{content:"sc-global-czSCUT1,"}/*!sc*/
|
|
33
33
|
.esCWvc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/
|
|
@@ -35,13 +35,13 @@ data-styled.g5[id="Flex-sc-sgfnl9-0"]{content:"esCWvc,"}/*!sc*/
|
|
|
35
35
|
.kgseVY{padding-left:16px;padding-right:16px;padding-top:16px;padding-bottom:16px;}/*!sc*/
|
|
36
36
|
data-styled.g7[id="Spacing__SpacingStyle-sc-1mpmtgj-0"]{content:"kgseVY,"}/*!sc*/
|
|
37
37
|
.bVoYMS{height:48px;left:0;padding-left:16px;padding-right:16px;position:fixed;top:0;width:100%;z-index:10;background-color:#232429;border-bottom:1px solid #1C1C1C;}/*!sc*/
|
|
38
|
-
data-styled.
|
|
38
|
+
data-styled.g210[id="indexstyle__HeaderStyle-sc-1bk8irg-0"]{content:"bVoYMS,"}/*!sc*/
|
|
39
39
|
.jrjFfx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:calc(100vh - 48px);position:fixed;top:48px;width:100%;background-color:#1E1F24;}/*!sc*/
|
|
40
|
-
data-styled.
|
|
40
|
+
data-styled.g241[id="indexstyle__ContainerStyle-sc-ecogjt-0"]{content:"jrjFfx,"}/*!sc*/
|
|
41
41
|
.drmgmw{height:100%;background-color:#232429;border-right:1px solid #1C1C1C;}/*!sc*/
|
|
42
42
|
@-webkit-keyframes animate-in{0%{width:168px;}100%{width:272px;}}/*!sc*/
|
|
43
43
|
@keyframes animate-in{0%{width:168px;}100%{width:272px;}}/*!sc*/
|
|
44
|
-
data-styled.
|
|
44
|
+
data-styled.g242[id="indexstyle__VerticalNavigationStyleComponent-sc-ecogjt-1"]{content:"drmgmw,"}/*!sc*/
|
|
45
45
|
.dionUf .Toastify__toast-container{margin-top:24px;padding:0 !important;width:500px !important;}/*!sc*/
|
|
46
46
|
.dionUf .Toastify__toast{border-radius:8px !important;font-family:Greycliff Medium,Helvetica Neue,Helvetica,sans-serif !important;font-size:14px !important;line-height:20px !important;margin-bottom:0 !important;margin-left:0 !important;margin-right:0 !important;margin-top:16px !important;min-height:0 !important;padding:16px !important;}/*!sc*/
|
|
47
47
|
.dionUf .Toastify__toast-body{margin:0 !important;}/*!sc*/
|
|
@@ -49,5 +49,5 @@ data-styled.g240[id="indexstyle__VerticalNavigationStyleComponent-sc-ecogjt-1"]{
|
|
|
49
49
|
.dionUf .Toastify__toast--info{background:#00A81A !important;color:#FFFFFF !important;}/*!sc*/
|
|
50
50
|
.dionUf .Toastify__toast--success{background:#00A81A !important;color:#FFFFFF !important;}/*!sc*/
|
|
51
51
|
.dionUf .Toastify__toast--warning{background:#DD9900 !important;color:#FFFFFF !important;}/*!sc*/
|
|
52
|
-
data-styled.
|
|
53
|
-
</style></head><body><div id="__next"><div class="" style="position:fixed;top:0;left:0;height:2px;background:transparent;z-index:99999999999;width:100%"><div class="" style="height:100%;background:#FF144D;transition:all 500ms ease;width:0%"><div style="box-shadow:0 0 10px #FF144D, 0 0 10px #FF144D;width:5%;opacity:1;position:absolute;height:100%;transition:all 500ms ease;transform:rotate(3deg) translate(0px, -4px);left:-10rem"></div></div></div><div class="indexstyle__HeaderStyle-sc-1bk8irg-0 bVoYMS"></div><div class="indexstyle__ContainerStyle-sc-ecogjt-0 jrjFfx"><div class="indexstyle__VerticalNavigationStyleComponent-sc-ecogjt-1 drmgmw"><div class="Spacing__SpacingStyle-sc-1mpmtgj-0 kgseVY"></div></div><div class="Flex-sc-sgfnl9-0 esCWvc"></div></div><div id="command-center-root"></div><div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 dionUf"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"auth":{"decodedToken":{"expires":0,"token":null}}},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanLight":"rgba(101, 227, 255, 0.3)","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtDark":"rgba(252, 105, 73, 0.3)","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"rgb(255, 79, 248, 0.5)","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","rose":"#D1A2AB","roseLight":"rgba(209, 162, 171, 0.5)","sky":"#6AA1E0","skyLight":"rgba(106, 161, 224, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"blackTransparent":"rgba(0, 0, 0, 0.6)","blackTransparentDark":"rgba(0, 0, 0, 0.8)","chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","dashboard":"#18181C","dashboardTransparent":"rgba(24, 24, 28, 0.1)","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","panelTransparent":"rgba(35, 36, 41, 0.7)","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","successLight":"rgb(138, 222, 0, 0.3)","table":"#292A2F","tag":"#3A4550"},"borders":{"button":"#454850","contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","darkLight":"#2E3036","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","medium2":"#141414","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","blackBackgroundTransparent":"rgba(0, 0, 0, 0.5)","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBackgroundTransparent":"rgba(54, 56, 63, 0.5)","defaultBorder":"#ffffff1a","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBackgroundTransparent":"rgba(78, 78, 78, 0.5)","hoverBlackBackgroundTransparent":"rgba(0, 0, 0, 0.7)","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkPrimaryLight":"#5982ff","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","linkText":"#6AA1E0","linkTextLight":"#9ECBFF","purple":"#885EFF","rowHoverBackground":"rgba(0, 0, 0, 0.1)","transparent":"rgba(255, 255, 255, 0)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF","whiteTransparent":"rgba(255, 255, 255, 0.6)"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(0, 0, 0, 0.3)","frame":"0px 10px 40px rgba(0, 0, 0, 0.26)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/version-control","query":{},"buildId":"
|
|
52
|
+
data-styled.g279[id="ToastWrapper-sc-1a33ph1-0"]{content:"dionUf,"}/*!sc*/
|
|
53
|
+
</style></head><body><div id="__next"><div class="" style="position:fixed;top:0;left:0;height:2px;background:transparent;z-index:99999999999;width:100%"><div class="" style="height:100%;background:#FF144D;transition:all 500ms ease;width:0%"><div style="box-shadow:0 0 10px #FF144D, 0 0 10px #FF144D;width:5%;opacity:1;position:absolute;height:100%;transition:all 500ms ease;transform:rotate(3deg) translate(0px, -4px);left:-10rem"></div></div></div><div class="indexstyle__HeaderStyle-sc-1bk8irg-0 bVoYMS"></div><div class="indexstyle__ContainerStyle-sc-ecogjt-0 jrjFfx"><div class="indexstyle__VerticalNavigationStyleComponent-sc-ecogjt-1 drmgmw"><div class="Spacing__SpacingStyle-sc-1mpmtgj-0 kgseVY"></div></div><div class="Flex-sc-sgfnl9-0 esCWvc"></div></div><div id="command-center-root"></div><div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 dionUf"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"auth":{"decodedToken":{"expires":0,"token":null}}},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanLight":"rgba(101, 227, 255, 0.3)","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtDark":"rgba(252, 105, 73, 0.3)","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"rgb(255, 79, 248, 0.5)","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","rose":"#D1A2AB","roseLight":"rgba(209, 162, 171, 0.5)","sky":"#6AA1E0","skyLight":"rgba(106, 161, 224, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"blackTransparent":"rgba(0, 0, 0, 0.6)","blackTransparentDark":"rgba(0, 0, 0, 0.8)","chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","dashboard":"#18181C","dashboardTransparent":"rgba(24, 24, 28, 0.1)","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","panelTransparent":"rgba(35, 36, 41, 0.7)","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","successLight":"rgb(138, 222, 0, 0.3)","table":"#292A2F","tag":"#3A4550"},"borders":{"button":"#454850","contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","darkLight":"#2E3036","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","medium2":"#141414","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","blackBackgroundTransparent":"rgba(0, 0, 0, 0.5)","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBackgroundTransparent":"rgba(54, 56, 63, 0.5)","defaultBorder":"#ffffff1a","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBackgroundTransparent":"rgba(78, 78, 78, 0.5)","hoverBlackBackgroundTransparent":"rgba(0, 0, 0, 0.7)","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkPrimaryLight":"#5982ff","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","linkText":"#6AA1E0","linkTextLight":"#9ECBFF","purple":"#885EFF","rowHoverBackground":"rgba(0, 0, 0, 0.1)","transparent":"rgba(255, 255, 255, 0)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF","whiteTransparent":"rgba(255, 255, 255, 0.6)"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(0, 0, 0, 0.3)","frame":"0px 10px 40px rgba(0, 0, 0, 0.26)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/version-control","query":{},"buildId":"38-PtskJFUTYUpRhT1qF_","nextExport":true,"isFallback":false,"gip":true,"appGip":true,"scriptLoader":[]}</script></body></html>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
};
|
|
28
28
|
}
|
|
29
29
|
})();
|
|
30
|
-
</script><link rel="preload" href="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/css/18782af6d2c4e826.css" as="style"/><link rel="stylesheet" href="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/css/18782af6d2c4e826.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/chunks/webpack-12ad70eb5c31aa92.js" defer=""></script><script src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/chunks/framework-ea07653270784974.js" defer=""></script><script src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/chunks/main-342bedfde9cd81cf.js" defer=""></script><script src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/chunks/pages/_app-
|
|
30
|
+
</script><link rel="preload" href="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/css/18782af6d2c4e826.css" as="style"/><link rel="stylesheet" href="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/css/18782af6d2c4e826.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/chunks/webpack-12ad70eb5c31aa92.js" defer=""></script><script src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/chunks/framework-ea07653270784974.js" defer=""></script><script src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/chunks/main-342bedfde9cd81cf.js" defer=""></script><script src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/chunks/pages/_app-0392ef723ea2c6f8.js" defer=""></script><script src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/chunks/pages/404-8ecd93274c427b76.js" defer=""></script><script src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/dxnSzgIvSG4Ke5LM-tPQX/_buildManifest.js" defer=""></script><script src="/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_/_next/static/dxnSzgIvSG4Ke5LM-tPQX/_ssgManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.11">html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;}/*!sc*/
|
|
31
31
|
*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit;}/*!sc*/
|
|
32
32
|
data-styled.g4[id="sc-global-czSCUT1"]{content:"sc-global-czSCUT1,"}/*!sc*/
|
|
33
33
|
.cGTklP{margin-top:16px;margin-bottom:16px;}/*!sc*/
|
|
@@ -45,5 +45,5 @@ data-styled.g81[id="Headline__H1Style-sc-12jzt2e-2"]{content:"wrkfv,"}/*!sc*/
|
|
|
45
45
|
.dionUf .Toastify__toast--info{background:#00A81A !important;color:#FFFFFF !important;}/*!sc*/
|
|
46
46
|
.dionUf .Toastify__toast--success{background:#00A81A !important;color:#FFFFFF !important;}/*!sc*/
|
|
47
47
|
.dionUf .Toastify__toast--warning{background:#DD9900 !important;color:#FFFFFF !important;}/*!sc*/
|
|
48
|
-
data-styled.
|
|
49
|
-
</style></head><body><div id="__next"><div class="" style="position:fixed;top:0;left:0;height:2px;background:transparent;z-index:99999999999;width:100%"><div class="" style="height:100%;background:#FF144D;transition:all 500ms ease;width:0%"><div style="box-shadow:0 0 10px #FF144D, 0 0 10px #FF144D;width:5%;opacity:1;position:absolute;height:100%;transition:all 500ms ease;transform:rotate(3deg) translate(0px, -4px);left:-10rem"></div></div></div><main style="align-items:center;display:flex;flex-direction:column;height:100vh;margin-top:16rem"><svg width="84.70857142857143" height="64" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.4" d="M15.3266 0L19.2641 1.82961e-06L11.9687 14L8.03125 14L15.3266 0Z" fill="url(#paint0_linear_1303_5)"></path><path d="M11.9692 1.82961e-06L8.03164 0L0.736328 14L4.67383 14L8.03164 7.55626V14H11.9691V8.38194e-05L11.9692 1.82961e-06Z" fill="url(#paint1_linear_1303_5)"></path><path d="M15.3269 2.57679e-06H19.2644V14H15.3269V2.57679e-06Z" fill="url(#paint2_linear_1303_5)"></path><defs><linearGradient id="paint0_linear_1303_5" x1="8.03125" y1="7" x2="19.2641" y2="7" gradientUnits="userSpaceOnUse"><stop offset="0.28125" stop-color="#7D55EC"></stop><stop offset="1" stop-color="#2AB2FE"></stop></linearGradient><linearGradient id="paint1_linear_1303_5" x1="0.736328" y1="7" x2="19.2644" y2="7" gradientUnits="userSpaceOnUse"><stop offset="0.28125" stop-color="#7D55EC"></stop><stop offset="1" stop-color="#2AB2FE"></stop></linearGradient><linearGradient id="paint2_linear_1303_5" x1="0.736328" y1="7" x2="19.2644" y2="7" gradientUnits="userSpaceOnUse"><stop offset="0.28125" stop-color="#7D55EC"></stop><stop offset="1" stop-color="#2AB2FE"></stop></linearGradient></defs></svg><div class="Spacing__SpacingStyle-sc-1mpmtgj-0 cGTklP"><div class="Headline__HeadlineContainerStyle-sc-12jzt2e-0 hxvzgz"><h1 class="Headline__H1Style-sc-12jzt2e-2 wrkfv">404 - Page Not Found<!-- --></h1></div></div><p class="Text__TextStyle-sc-sl5nur-0 cKjmRF">You will be redirected to the Pipelines dashboard in <!-- -->5<!-- --> seconds.<!-- --></p></main><div id="command-center-root"></div><div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 dionUf"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanLight":"rgba(101, 227, 255, 0.3)","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtDark":"rgba(252, 105, 73, 0.3)","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"rgb(255, 79, 248, 0.5)","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","rose":"#D1A2AB","roseLight":"rgba(209, 162, 171, 0.5)","sky":"#6AA1E0","skyLight":"rgba(106, 161, 224, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"blackTransparent":"rgba(0, 0, 0, 0.6)","blackTransparentDark":"rgba(0, 0, 0, 0.8)","chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","dashboard":"#18181C","dashboardTransparent":"rgba(24, 24, 28, 0.1)","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","panelTransparent":"rgba(35, 36, 41, 0.7)","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","successLight":"rgb(138, 222, 0, 0.3)","table":"#292A2F","tag":"#3A4550"},"borders":{"button":"#454850","contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","darkLight":"#2E3036","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","medium2":"#141414","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","blackBackgroundTransparent":"rgba(0, 0, 0, 0.5)","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBackgroundTransparent":"rgba(54, 56, 63, 0.5)","defaultBorder":"#ffffff1a","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBackgroundTransparent":"rgba(78, 78, 78, 0.5)","hoverBlackBackgroundTransparent":"rgba(0, 0, 0, 0.7)","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkPrimaryLight":"#5982ff","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","linkText":"#6AA1E0","linkTextLight":"#9ECBFF","purple":"#885EFF","rowHoverBackground":"rgba(0, 0, 0, 0.1)","transparent":"rgba(255, 255, 255, 0)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF","whiteTransparent":"rgba(255, 255, 255, 0.6)"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(0, 0, 0, 0.3)","frame":"0px 10px 40px rgba(0, 0, 0, 0.26)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/404","query":{},"buildId":"
|
|
48
|
+
data-styled.g279[id="ToastWrapper-sc-1a33ph1-0"]{content:"dionUf,"}/*!sc*/
|
|
49
|
+
</style></head><body><div id="__next"><div class="" style="position:fixed;top:0;left:0;height:2px;background:transparent;z-index:99999999999;width:100%"><div class="" style="height:100%;background:#FF144D;transition:all 500ms ease;width:0%"><div style="box-shadow:0 0 10px #FF144D, 0 0 10px #FF144D;width:5%;opacity:1;position:absolute;height:100%;transition:all 500ms ease;transform:rotate(3deg) translate(0px, -4px);left:-10rem"></div></div></div><main style="align-items:center;display:flex;flex-direction:column;height:100vh;margin-top:16rem"><svg width="84.70857142857143" height="64" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.4" d="M15.3266 0L19.2641 1.82961e-06L11.9687 14L8.03125 14L15.3266 0Z" fill="url(#paint0_linear_1303_5)"></path><path d="M11.9692 1.82961e-06L8.03164 0L0.736328 14L4.67383 14L8.03164 7.55626V14H11.9691V8.38194e-05L11.9692 1.82961e-06Z" fill="url(#paint1_linear_1303_5)"></path><path d="M15.3269 2.57679e-06H19.2644V14H15.3269V2.57679e-06Z" fill="url(#paint2_linear_1303_5)"></path><defs><linearGradient id="paint0_linear_1303_5" x1="8.03125" y1="7" x2="19.2641" y2="7" gradientUnits="userSpaceOnUse"><stop offset="0.28125" stop-color="#7D55EC"></stop><stop offset="1" stop-color="#2AB2FE"></stop></linearGradient><linearGradient id="paint1_linear_1303_5" x1="0.736328" y1="7" x2="19.2644" y2="7" gradientUnits="userSpaceOnUse"><stop offset="0.28125" stop-color="#7D55EC"></stop><stop offset="1" stop-color="#2AB2FE"></stop></linearGradient><linearGradient id="paint2_linear_1303_5" x1="0.736328" y1="7" x2="19.2644" y2="7" gradientUnits="userSpaceOnUse"><stop offset="0.28125" stop-color="#7D55EC"></stop><stop offset="1" stop-color="#2AB2FE"></stop></linearGradient></defs></svg><div class="Spacing__SpacingStyle-sc-1mpmtgj-0 cGTklP"><div class="Headline__HeadlineContainerStyle-sc-12jzt2e-0 hxvzgz"><h1 class="Headline__H1Style-sc-12jzt2e-2 wrkfv">404 - Page Not Found<!-- --></h1></div></div><p class="Text__TextStyle-sc-sl5nur-0 cKjmRF">You will be redirected to the Pipelines dashboard in <!-- -->5<!-- --> seconds.<!-- --></p></main><div id="command-center-root"></div><div></div><div></div><div></div><div class="ToastWrapper-sc-1a33ph1-0 dionUf"><div class="Toastify"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{},"currentTheme":{"accent":{"alert":"#F6540B","blue":"#4877FF","blueLight":"rgba(72, 119, 255, 0.5)","contentDefaultTransparent":"rgba(174, 174, 174, 0.5)","cyan":"#65E3FF","cyanLight":"rgba(101, 227, 255, 0.3)","cyanTransparent":"rgba(101, 227, 255, 0.12)","dbt":"#fc6949","dbtDark":"rgba(252, 105, 73, 0.3)","dbtLight":"rgba(252, 105, 73, 0.5)","info":"#00ABFF","infoTransparent":"rgba(0, 171, 255, 0.5)","negative":"#FF1E59","negativeTransparent":"rgba(255, 30, 89, 0.3)","pink":"#FF4FF8","pinkLight":"rgb(255, 79, 248, 0.5)","positive":"#00A81A","primaryTransparent":"rgba(155, 108, 167, 0.5)","purple":"#7D55EC","purpleLight":"rgba(125, 85, 236, 0.5)","rose":"#D1A2AB","roseLight":"rgba(209, 162, 171, 0.5)","sky":"#6AA1E0","skyLight":"rgba(106, 161, 224, 0.5)","teal":"#00B4CC","tealLight":"rgba(0, 180, 204, 0.5)","warning":"#DD9900","warningTransparent":"rgba(221, 153, 0, 0.5)","yellow":"#FFCC19","yellowLight":"rgba(255, 204, 25, 0.5)"},"background":{"blackTransparent":"rgba(0, 0, 0, 0.6)","blackTransparentDark":"rgba(0, 0, 0, 0.8)","chartBlock":"#2E3036","codeArea":"#1E1F24","codeTextarea":"#000000","content":"#1B1C20","danger":"#FFD0DB","dark":"#B1B8C3","dashboard":"#18181C","dashboardTransparent":"rgba(24, 24, 28, 0.1)","header":"#1B1B1B","menu":"#0F4CFF","muted":"#F9FAFC","navigation":"#EDEDED","output":"#2E3036","page":"#1E1F24","panel":"#232429","panelTransparent":"rgba(35, 36, 41, 0.7)","popup":"#27292E","row":"#2C2C2C","row2":"#51535C","scrollbarThumb":"rgba(100, 100, 100, 0.5)","scrollbarThumbHover":"rgba(255, 255, 255, 0.3)","scrollbarTrack":"#2E3036","success":"#8ADE00","successLight":"rgb(138, 222, 0, 0.3)","table":"#292A2F","tag":"#3A4550"},"borders":{"button":"#454850","contrast":"#FFFFFF","danger":"#FF144D","dark":"#000000","darkLight":"#2E3036","info":"#FFCC19","light":"#2F3034","medium":"#1C1C1C","medium2":"#141414","success":"#2FCB52"},"brand":{"earth100":"#C6EEDB","earth200":"#9DDFBF","earth300":"#6BBF96","earth400":"#37A46F","earth400Transparent":"rgba(55, 164, 111, 0.4)","earth500":"#00954C","energy100":"#FFF4BA","energy200":"#FFED92","energy300":"#FFE662","energy400":"#FFDA19","energy400Transparent":"rgba(255, 218, 25, 0.04)","energy500":"#F6C000","fire100":"#FFD7E0","fire200":"#FFA3B9","fire300":"#FF547D","fire400":"#FF144D","fire400Transparent":"rgba(255, 20, 77, 0.4)","fire500":"#EB0032","stone100":"#F3E6D7","stone200":"#E3D4C2","stone400":"#BFA78B","stone500":"#AF8859","water100":"#BDCEFF","water200":"#81A1FF","water300":"#517DFF","water400":"#2A60FE","water400Transparent":"rgba(42, 96, 254, 0.4)","water500":"#0F4CFF","wind100":"#EEEAFF","wind200":"#CCC1F4","wind300":"#A698DD","wind400":"#6B50D7","wind400SuperTransparent":"rgba(107, 80, 215, 0.12)","wind400Transparent":"rgba(107, 80, 215, 0.4)","wind500":"#4E32BC"},"chart":{"backgroundPrimary":"#7D55EC","backgroundSecondary":"#FF144D","backgroundTertiary":"#86E2FF","button1":"#4877FF","button2":"#FFCC19","button3":"#8ADE00","button4":"#FF4FF8","button5":"#B98D95","lines":"#9B6CA7","primary":"#6B50D7","secondary":"#FF144D","tertiary":"#2A60FE"},"content":{"active":"#FFFFFF","default":"#AEAEAE","disabled":"rgba(255, 255, 255, 0.3)","inverted":"#2C2C2C","muted":"#787A85"},"elevation":{"visualizationAccent":"#996CFF","visualizationAccentAlt":"#C1ACF7"},"feature":{"active":"rgba(250, 248, 254, 0.14)","disabled":"rgba(201, 206, 218, 0.12)"},"icons":{"neutral":"#787878"},"interactive":{"activeBorder":"#060606","blackBackgroundTransparent":"rgba(0, 0, 0, 0.5)","checked":"#060606","dangerBorder":"#FF144D","defaultBackground":"#36383F","defaultBackgroundTransparent":"rgba(54, 56, 63, 0.5)","defaultBorder":"#ffffff1a","disabledBorder":"#B1B8C3","focusBackground":"#B1B8C3","focusBorder":"#86E2FF","hoverBackground":"#4E4E4E","hoverBackgroundTransparent":"rgba(78, 78, 78, 0.5)","hoverBlackBackgroundTransparent":"rgba(0, 0, 0, 0.7)","hoverBorder":"#B9BFCA","hoverOverlay":"rgba(255, 255, 255, 0.1)","linkPrimary":"#1752FF","linkPrimaryHover":"#4877FF","linkPrimaryLight":"#5982ff","linkSecondary":"#6B50D7","linkSecondaryDisabled":"#C4B9EF","linkText":"#6AA1E0","linkTextLight":"#9ECBFF","purple":"#885EFF","rowHoverBackground":"rgba(0, 0, 0, 0.1)","transparent":"rgba(255, 255, 255, 0)"},"loader":{"color":"#EB0032","colorInverted":"#8ADE00"},"logo":{"color":"#FFFFFF"},"monotone":{"black":"#060606","blackTransparent":"rgba(0, 0, 0, 0.6)","gray":"#B1B8C3","grey100":"#F2F2F2","grey200":"#D5D7DC","grey300":"#B4B8C0","grey400":"#70747C","grey500":"#51535C","purple":"#6B50D7","white":"#FFFFFF","whiteTransparent":"rgba(255, 255, 255, 0.6)"},"neutral":{"n100":"#E7E8EA","n200":"#D8DADE","n300":"#CBCCD0","n400":"#BCBEC4","n500":"#AEB0B6"},"progress":{"negative":"#FF144D","positive":"#6B50D7"},"shadow":{"base":"12px 40px 120px rgba(0, 0, 0, 0.3)","frame":"0px 10px 40px rgba(0, 0, 0, 0.26)","menu":"4px 10px 20px rgba(6, 6, 6, 0.12)","popup":"10px 20px 40px rgba(0, 0, 0, 0.2)","small":"0px, 4px, rgba(0, 0, 0, 0.25)","window":"0px 10px 60px rgba(0, 0, 0, 0.7)"},"status":{"negative":"#FF144D","positive":"#24B400"},"text":{"fileBrowser":"#787A85"}}},"page":"/404","query":{},"buildId":"dxnSzgIvSG4Ke5LM-tPQX","assetPrefix":"/CLOUD_NOTEBOOK_BASE_PATH_PLACEHOLDER_","nextExport":true,"isFallback":false,"appGip":true,"scriptLoader":[]}</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1187],{94629:function(e,t,n){n.d(t,{Z:function(){return _}});var o=n(82394),r=n(21831),l=n(82684),i=n(50724),s=n(82555),u=n(97618),c=n(70613),a=n(31557),d=n(68899),p=n(28598);function h(e,t){var n=e.children,o=e.noPadding;return(0,p.jsx)(d.HS,{noPadding:o,ref:t,children:n})}var f=l.forwardRef(h),v=n(62547),m=n(82571),j=n(77417),x=n(46684),g=n(75375);function b(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function y(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?b(Object(n),!0).forEach((function(t){(0,o.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Z(e,t){e.addProjectBreadcrumbToCustomBreadcrumbs;var n=e.after,o=e.afterHeader,l=e.afterHidden,h=e.afterWidth,b=e.afterWidthOverride,Z=e.appendBreadcrumbs,_=e.before,O=e.beforeHeader,P=e.beforeWidth,k=e.breadcrumbs,S=e.children,E=e.contained,w=e.errors,A=e.headerMenuItems,R=e.headerOffset,C=e.hideAfterCompletely,I=e.mainContainerHeader,T=e.navigationItems,N=e.setAfterHidden,D=e.setAfterWidth,L=e.setBeforeWidth,U=e.setErrors,B=e.subheaderChildren,M=e.subheaderNoPadding,H=e.title,F=e.uuid,G=(0,g.Z)(F,{beforeResizeOffset:g.H,setWidthAfter:D,setWidthBefore:L,widthAfter:h,widthBefore:P,widthOverrideAfter:b}),W=G.mainContainerRef,Y=G.mousedownActiveAfter,Q=G.mousedownActiveBefore,V=G.setMousedownActiveAfter,K=G.setMousedownActiveBefore,q=G.setWidthAfter,z=G.setWidthBefore,X=G.widthAfter,$=G.widthBefore,J=(0,j.Z)().project,ee=[];return k&&ee.push.apply(ee,(0,r.Z)(k)),null!=k&&k.length&&!Z||!J||null!=k&&k.length||ee.unshift({bold:!Z,label:function(){return H}}),(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(c.Z,{title:H}),(0,p.jsx)(a.Z,{breadcrumbs:ee,menuItems:A}),(0,p.jsxs)(d.Nk,{ref:t,children:[0!==(null==T?void 0:T.length)&&(0,p.jsx)(d.lm,{showMore:!0,children:(0,p.jsx)(m.Z,{navigationItems:T,showMore:!0})}),(0,p.jsx)(u.Z,{flex:1,flexDirection:"column",children:(0,p.jsxs)(v.Z,{after:n,afterHeader:o,afterHeightOffset:x.Mz,afterHidden:l,afterMousedownActive:Y,afterWidth:X,before:_,beforeHeader:O,beforeHeightOffset:x.Mz,beforeMousedownActive:Q,beforeWidth:_?$:d.k1,contained:E,headerOffset:R,hideAfterCompletely:!n||C,leftOffset:_?d.k1:null,mainContainerHeader:I,mainContainerRef:W,setAfterHidden:N,setAfterMousedownActive:V,setAfterWidth:q,setBeforeMousedownActive:K,setBeforeWidth:z,children:[B&&(0,p.jsx)(f,{noPadding:M,children:B}),S]})})]}),w&&(0,p.jsx)(i.Z,{disableClickOutside:!0,isOpen:!0,onClickOutside:function(){return null==U?void 0:U(null)},children:(0,p.jsx)(s.Z,y(y({},w),{},{onClose:function(){return null==U?void 0:U(null)}}))})]})}var _=l.forwardRef(Z)},46866:function(e,t,n){n.d(t,{Z:function(){return he}});var o=n(30018),r=n(21831),l=n(82394),i=n(75582),s=n(12691),u=n.n(s),c=n(9518),a=n(21764),d=n(82684),p=n(83455),h=n(34376),f=n(32013),v=n(98777),m=n(71180),j=n(31882),x=n(97618),g=n(55485),b=n(14466),y=n(48670),Z=n(88543),_=n(38276),O=n(30160),P=n(35686),k=n(72473),S=n(8193),E=n(70515),w=n(81728),A=n(3917),R=n(55283),C=n(50178),I=n(86735),T=n(72619),N=n(44085),D=n(17488),L=n(28598);function U(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function B(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?U(Object(n),!0).forEach((function(t){(0,l.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):U(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var M="CUSTOM_VALUE_TYPE",H={compact:!0,monospace:!0,small:!0};var F=function(e){var t=e.leftKey,n=e.leftObjectKeys,o=e.leftObjectType,r=e.leftObjectTypeState,i=e.leftValue,s=e.leftValueType,u=e.rightAligned,c=e.setLeftKey,a=e.setLeftObjectTypeState,p=e.updatePredicate,h=(0,d.useRef)(null),f=(0,d.useState)(),v=f[0],j=f[1];(0,d.useEffect)((function(){var e,t;j(null==h||null===(e=h.current)||void 0===e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.width)}),[]),(0,d.useEffect)((function(){var e,t;j(null==h||null===(e=h.current)||void 0===e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.width)}),[o,r]);var x=(0,d.useMemo)((function(){return{alignItems:"center",justifyContent:u?"flex-start":"flex-end"}}),[u]),y=(0,d.useMemo)((function(){var e=(0,L.jsx)(O.ZP,{default:!0,small:!0,children:"Value data type"}),t=(0,L.jsx)(N.Z,{compact:!0,onChange:function(e){return p((0,l.Z)({},u?"right_value_type":"left_value_type",B(B({},s),{},{value_data_type:e.target.value})))},placeholder:"required",small:!0,value:null==s?void 0:s.value_data_type,children:Object.values(b.t4).map((function(e){return(0,L.jsx)("option",{value:e,children:e.toLowerCase()},e)}))});return(0,L.jsxs)(g.ZP,B(B({},x),{},{children:[u?t:e,(0,L.jsx)(_.Z,{mr:1}),u?e:t]}))}),[s,u,x,p]),Z=(0,d.useMemo)((function(){var e=(0,L.jsx)(O.ZP,{default:!0,small:!0,children:"Get value from"}),t=M===String(r)||!o&&i,n=(0,L.jsxs)(N.Z,B(B({},H),{},{onChange:function(e){var t,n,o=e.target.value;(a(o),M===o)?p((t={},(0,l.Z)(t,u?"right_object_keys":"left_object_keys",null),(0,l.Z)(t,u?"right_object_type":"left_object_type",null),t)):p((n={},(0,l.Z)(n,u?"right_object_type":"left_object_type",o),(0,l.Z)(n,u?"right_value":"left_value",null),n))},placeholder:"required",value:t?M:o,children:[(0,L.jsx)("option",{value:M,children:"Custom value"}),Object.values(b.XG).map((function(e){return(0,L.jsx)("option",{value:e,children:e.toLowerCase()},e)}))]})),s=t&&(0,L.jsxs)(L.Fragment,{children:[!u&&(0,L.jsx)(_.Z,{mr:1}),(0,L.jsx)(D.Z,B(B({},H),{},{onChange:function(e){return p((0,l.Z)({},u?"right_value":"left_value",e.target.value))},value:i||""})),u&&(0,L.jsx)(_.Z,{mr:1})]});return(0,L.jsxs)(g.ZP,B(B({},x),{},{children:[!u&&e,u&&s,u&&n,(0,L.jsx)(_.Z,{mr:1}),!u&&n,!u&&s,u&&e]}))}),[o,r,i,a,x,p]),P=(0,d.useMemo)((function(){return(0,L.jsxs)(L.Fragment,{children:[u&&(0,L.jsx)("div",{style:{paddingRight:4}}),(0,L.jsx)(m.ZP,{compact:!0,disabled:!t,onClick:function(){p((0,l.Z)({},u?"right_object_keys":"left_object_keys",(n||[]).concat(t))),c(null)},padding:"2px 6px",ref:h,small:!0,children:"Add key"}),!u&&(0,L.jsx)("div",{style:{paddingRight:4}})]})}),[t,n,u,c,p]),S=(0,d.useMemo)((function(){var e=(0,L.jsx)(O.ZP,{default:!0,small:!0,children:"Value extraction keys"}),r=(0,L.jsx)(D.Z,B(B({},H),{},{buttonAfter:!u&&P,buttonAfterWidth:u||void 0===v?null:v+10,buttonBefore:u&&P,buttonBeforeWidth:u&&void 0!==v?v+10:null,onChange:function(e){c(e.target.value)},placeholder:"Enter key...",value:t||""}));L.Fragment,L.Fragment;return(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(g.ZP,B(B({},x),{},{children:[u?r:e,(0,L.jsx)(_.Z,{mr:1}),u?e:r]})),(null==n?void 0:n.length)>=1&&(0,L.jsx)(_.Z,{mt:1,children:(0,L.jsxs)(g.ZP,B(B({},x),{},{children:[(0,L.jsx)(O.ZP,{default:!0,monospace:!0,xsmall:!0,children:o}),!(null!=n&&n.length)&&(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,xsmall:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,xsmall:!0,children:"..."}),"']"]}),null==n?void 0:n.map((function(e){return(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,xsmall:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,xsmall:!0,children:e}),"']"]})})),(0,L.jsx)("div",{style:{marginRight:4}}),(0,L.jsx)(m.ZP,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){p((0,l.Z)({},u?"right_object_keys":"left_object_keys",(n||[]).slice(0,Math.max(0,(null==n?void 0:n.length)-1))))},children:(0,L.jsxs)(g.ZP,{alignItems:"center",children:[(0,L.jsx)(k.Close,{danger:!0,size:1.25*E.iI}),(0,L.jsx)("div",{style:{marginRight:2}}),(0,L.jsx)(O.ZP,{default:!0,xsmall:!0,children:"Delete key"})]})})]}))})]})}),[v,P,t,n,o,u,x]);return(0,L.jsxs)(L.Fragment,{children:[y,(0,L.jsx)(_.Z,{mt:1}),Z,(0,L.jsx)(_.Z,{mt:1}),o&&M!==String(r)&&S]})},G=n(65956),W=n(44897),Y=n(61896),Q=1.25*E.iI,V=1.5*E.iI,K=E.iI/4,q=.75*E.iI,z=E.iI/2,X=(0,c.css)([""," ",""],(function(e){return!e.default&&"\n background-color: ".concat((e.theme.accent||W.Z.accent).purple,";\n ")}),(function(e){return e.default&&"\n background-color: ".concat((e.theme.content||W.Z.content).muted,";\n ")})),$=c.default.div.withConfig({displayName:"indexstyle__LabelStyle",componentId:"sc-1v7t9a0-0"})(["border-radius:100px;padding:","px ","px;",""],K,V,(function(e){return"\n background-color: ".concat((e.theme.background||W.Z.background).chartBlock,";\n border: ").concat(1,"px solid ").concat((e.theme.interactive||W.Z.interactive).defaultBorder,";\n ")})),J=c.default.div.withConfig({displayName:"indexstyle__CircleStyle",componentId:"sc-1v7t9a0-1"})(["",";border-radius:","px;height:","px;width:","px;",""],X,1.25*E.iI,Q,Q,(function(e){return"\n border: 1px solid ".concat((e.theme.interactive||W.Z.interactive).hoverBorder,";\n ")})),ee=c.default.div.withConfig({displayName:"indexstyle__OperatorStyle",componentId:"sc-1v7t9a0-2"})(["",";min-width:","px;padding-bottom:","px;padding-left:","px;padding-right:","px;padding-top:","px;"],X,Q+2*(1+V),E.iI/4,z,z,E.iI/4+1),te=c.default.div.withConfig({displayName:"indexstyle__VerticalLineStyle",componentId:"sc-1v7t9a0-3"})(["",";width:","px;margin-right:","px;"," ",""],X,q,V+1+Q/2-q/2,(function(e){return e.last&&"\n height: calc(50% - ".concat(K+1+Y.dN/2,"px);\n ")}),(function(e){return!e.last&&"\n height: 100%;\n "}));var ne=function(e){var t=e.andOrOperator,n=e.children,o=e.first,r=e.last,l=e.level,i=e.predicate,s=e.removePredicate,u=e.title,c=e.updatePredicate,a=(0,d.useRef)(null),p=(0,d.useState)(null),h=p[0],f=p[1],v=(0,d.useState)(null),j=v[0],y=v[1],Z=(0,d.useState)(null),P=Z[0],S=Z[1],w=(0,d.useState)(null),A=w[0],R=w[1],C=(0,d.useState)(null),I=(C[0],C[1]),T=(i.and_or_operator,i.left_object_keys),D=i.left_object_type,U=i.left_value,B=i.left_value_type,M=i.operator,H=i.right_object_keys,W=i.right_object_type,Y=i.right_value,Q=i.right_value_type;(0,d.useEffect)((function(){var e,t;I(null==a||null===(e=a.current)||void 0===e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.height)}),[]),(0,d.useEffect)((function(){var e,t;I(null==a||null===(e=a.current)||void 0===e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.height)}),[D,W]);var V=(0,d.useMemo)((function(){if(!t)return null;var e=(0,L.jsx)(O.ZP,{bold:!0,center:!0,monospace:!0,uppercase:!0,children:t});return(0,L.jsx)(ee,{default:b.YB.OR===t,children:e})}),[t,l]);return(0,L.jsxs)(g.ZP,{children:[(0,L.jsxs)(g.ZP,{alignItems:"flex-end",flexDirection:"column",children:[!o&&r&&(0,L.jsx)(te,{default:b.YB.OR===t,last:!0}),(0,L.jsx)($,{children:(0,L.jsxs)(g.ZP,{alignItems:"center",children:[(0,L.jsx)(O.ZP,{monospace:!0,children:u}),(0,L.jsx)(_.Z,{mr:1}),(0,L.jsx)(J,{default:b.YB.OR===t})]})}),!r&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(te,{default:b.YB.OR===t}),V,(0,L.jsx)(te,{default:b.YB.OR===t})]})]}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(x.Z,{flex:1,children:(0,L.jsxs)(g.ZP,{flexDirection:"column",fullWidth:!0,ref:a,children:[(0,L.jsxs)(G.Z,{dark:!!(l%2),children:[(0,L.jsxs)(g.ZP,{children:[(0,L.jsxs)(x.Z,{flex:1,flexDirection:"column",children:[(0,L.jsxs)(g.ZP,{justifyContent:"center",children:[(0,L.jsxs)(g.ZP,{alignItems:"center",justifyContent:"flex-end",children:[!D&&void 0===U&&(0,L.jsx)(O.ZP,{monospace:!0,muted:!0,small:!0,children:"Left expression"}),!D&&U&&(0,L.jsx)(O.ZP,{default:!0,monospace:!0,small:!0,children:b.t4.STRING===(null==B?void 0:B.value_data_type)?"'".concat(U,"'"):U}),D&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(O.ZP,{default:!0,monospace:!0,small:!0,children:D}),!(null!=T&&T.length)&&(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,small:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:"..."}),"']"]}),null==T?void 0:T.map((function(e){return(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,small:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:e}),"']"]})}))]})]}),(0,L.jsx)(_.Z,{mr:1}),(0,L.jsx)(O.ZP,{default:!0,monospace:!0,small:!0,children:M?b.N_[M]:"operator"}),(!M||!b.i9.includes(M))&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(_.Z,{mr:1}),(0,L.jsxs)(g.ZP,{alignItems:"center",justifyContent:"flex-start",children:[!W&&void 0===Y&&(0,L.jsx)(O.ZP,{monospace:!0,muted:!0,small:!0,children:"Right expression"}),!W&&Y&&(0,L.jsx)(O.ZP,{default:!0,monospace:!0,small:!0,children:b.t4.STRING===(null==Q?void 0:Q.value_data_type)?"'".concat(Y,"'"):Y}),W&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(O.ZP,{default:!0,monospace:!0,small:!0,children:W}),!(null!=H&&H.length)&&(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,small:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:"..."}),"']"]}),null==H?void 0:H.map((function(e){return(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,small:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:e}),"']"]})}))]})]})]})]}),(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(g.ZP,{alignItems:"center",children:[(0,L.jsx)(x.Z,{flex:1,flexDirection:"column",children:(0,L.jsx)(F,{leftKey:j,leftObjectKeys:T,leftObjectType:D,leftObjectTypeState:h,leftValue:U,leftValueType:B,setLeftKey:y,setLeftObjectTypeState:f,updatePredicate:c})}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)("div",{children:(0,L.jsx)(N.Z,{alignCenter:!0,compact:!0,onChange:function(e){return c({operator:e.target.value})},placeholder:"required",small:!0,value:M,children:Object.values(b.W6).map((function(e){return(0,L.jsx)("option",{value:e,children:b.N_[e]},e)}))})}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(x.Z,{flex:1,flexDirection:"column",children:(0,L.jsx)(F,{leftKey:A,leftObjectKeys:H,leftObjectType:W,leftObjectTypeState:P,leftValue:Y,leftValueType:Q,rightAligned:!0,setLeftKey:R,setLeftObjectTypeState:S,updatePredicate:c})})]})]}),(0,L.jsx)("div",{children:(0,L.jsx)(m.ZP,{beforeIcon:(0,L.jsx)(k.Trash,{muted:!0,size:1.25*E.iI}),compact:!0,onClick:function(){return s()},small:!0,children:(0,L.jsxs)(O.ZP,{default:!0,monospace:!0,small:!0,children:["Delete ",u]})})})]}),n]}),!r&&(0,L.jsx)(_.Z,{mb:E.cd})]})})]})};function oe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function re(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?oe(Object(n),!0).forEach((function(t){(0,l.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):oe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var le={and_or_operator:b.YB.AND,left_value_type:{value_data_type:b.t4.STRING},operator:b.W6.EQUALS,right_value_type:{value_data_type:b.t4.STRING}};var ie=function(e){var t=e.index,n=e.level,o=e.predicate,l=e.renderPredicate,i=e.setPredicate,s=(0,d.useMemo)((function(){return(null==o?void 0:o.predicates)||[]}),[o]),u=((0,d.useCallback)((function(e){i({predicates:e})}),[i]),(0,d.useCallback)((function(){i({predicates:(s||[]).concat(le)})}),[s,i])),c=(0,d.useCallback)((function(e,t){var n=(0,r.Z)(s);n[t]=e,i({predicates:n})}),[s,i]),a=(0,d.useMemo)((function(){return(null==s?void 0:s.length)||0}),[s]),p=(0,d.useCallback)((function(e,t){if(!(e<0)){var n=(0,w.bH)()[t];return 0===e||(n=n.toLowerCase(),e>=2&&(n="".concat(n).concat(e-1))),n}}),[]),h=(0,d.useMemo)((function(){return p(n,t)}),[p,t,n]);return(0,L.jsxs)(L.Fragment,{children:[null==s?void 0:s.map((function(e,t){var r,u=function(n){return c(re(re({},e),n),t)};return(0,L.jsx)(ne,{andOrOperator:null==o?void 0:o.and_or_operator,first:0===t,last:t===a-1,level:n+1,predicate:e,removePredicate:function(){i(re(re({},e),{},{predicates:(0,I.oM)(s,t)}))},title:p(n+1,t),updatePredicate:u,children:(0,L.jsx)(_.Z,{mt:(null==e||null===(r=e.predicates)||void 0===r?void 0:r.length)>=1?E.cd:0,children:l({index:t,level:n+1,predicate:e,renderPredicate:l,setPredicate:u})})},"predicate-".concat(t))})),(0,L.jsx)(_.Z,{mt:E.cd,children:(0,L.jsxs)(g.ZP,{alignItems:"center",children:[n>=0&&(null==s?void 0:s.length)>=2&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(N.Z,{compact:!0,monospace:!0,onChange:function(e){return i(re(re({},o),{},{and_or_operator:e.target.value}))},small:!0,paddingVertical:3,value:null==o?void 0:o.and_or_operator,children:Object.values(b.YB).map((function(e){return(0,L.jsx)("option",{value:e,children:(b.YB.OR===e?"".concat(e," "):e).toUpperCase()},e)}))}),(0,L.jsx)(_.Z,{mr:1})]}),(0,L.jsxs)(m.ZP,{compact:n>=0,beforeIcon:(0,L.jsx)(k.Add,{}),onClick:function(){return u()},secondary:!0,small:n>=0,children:["Add predicate",h&&" in ".concat(h)]})]})})]})};function se(e){var t=e.index,n=e.level,o=e.predicate,r=e.renderPredicate,l=e.setPredicate;return(0,L.jsx)(ie,{index:t,level:n,predicate:o,renderPredicate:r,setPredicate:l})}var ue=n(42122),ce=n(70320),ae=n(23780);function de(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function pe(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?de(Object(n),!0).forEach((function(t){(0,l.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):de(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var he=function(e){var t,n,l,s,N,D,U,B,M,H,F,G,W,Y,Q,V,K,q,z,X,$,J,ee,te,ne,oe=e.isNew,re=e.operationType,le=e.resourceType,ie=e.rootProject,de=e.uuid,he=(0,ce.qB)(),fe=(0,h.useRouter)(),ve=(0,C.PR)(null==fe?void 0:fe.basePath),me="GlobalHookDetail/".concat(de),je=(0,d.useContext)(c.ThemeContext),xe=(0,d.useState)(null),ge=xe[0],be=xe[1],ye=(0,d.useState)(!1),Ze=ye[0],_e=ye[1],Oe=(0,d.useState)(re),Pe=Oe[0],ke=(Oe[1],(0,d.useState)(le)),Se=ke[0],Ee=(ke[1],(0,ae.VI)(null,{},[],{uuid:me})),we=(0,i.Z)(Ee,1)[0],Ae=(0,d.useMemo)((function(){return(0,ue.hB)(pe({include_operation_types:1,include_resource_types:1,include_snapshot_validation:1,operation_type:void 0===Pe?null:Pe,resource_type:void 0===Se?null:Se},ie?{root_project:ie}:{}))}),[Pe,Se]),Re=P.ZP.global_hooks.detail(oe?"__new__":de,Ae).data,Ce=(0,d.useMemo)((function(){return null==Re?void 0:Re.global_hook}),[Re]),Ie=(0,d.useMemo)((function(){return{onErrorCallback:function(e){var t=e.error,n=t.errors,o=t.exception,r=t.message,l=t.type,i=e.response;return a.Am.error((null==n?void 0:n.error)||o||r,{position:a.Am.POSITION.BOTTOM_RIGHT,toastId:l}),we({errors:n,response:i})}}}),[]),Te=(0,p.Db)(P.ZP.global_hooks.useCreate(),{onSuccess:function(e){return(0,T.wD)(e,pe({callback:function(e){var t=e.global_hook;fe.replace("/".concat(ie?"platform/":"","global-hooks/").concat(t.uuid,"?operation_type=").concat(t.operation_type,"&resource_type=").concat(t.resource_type))}},Ie))}}),Ne=(0,i.Z)(Te,2),De=Ne[0],Le=Ne[1].isLoading,Ue=(0,p.Db)(P.ZP.global_hooks.useUpdate(null==Ce?void 0:Ce.uuid,Ae),{onSuccess:function(e){return(0,T.wD)(e,pe({callback:function(e){var t=e.global_hook;Je((function(e){return pe(pe({},e),t)})),a.Am.success("Global hook changes successfully saved.",{position:a.Am.POSITION.BOTTOM_RIGHT,toastId:"global-hooks-success-".concat(t.uuid)})}},Ie))}}),Be=(0,i.Z)(Ue,2),Me=Be[0],He=Be[1].isLoading,Fe=(0,p.Db)((function(e){var t=e.pipeline;return P.ZP.global_hooks.useUpdate(null==Ce?void 0:Ce.uuid,Ae)({global_hook:{pipeline:t,snapshot:1}})}),{onSuccess:function(e){return(0,T.wD)(e,pe({callback:function(e){var t=e.global_hook;Je((function(e){return pe(pe({},e),{},{metadata:pe(pe({},null==e?void 0:e.metadata),null==t?void 0:t.metadata),pipeline:pe(pe({},null==e?void 0:e.pipeline),null==t?void 0:t.pipeline)})})),a.Am.success("Snapshot successfully created.",{position:a.Am.POSITION.BOTTOM_RIGHT,toastId:"global-hooks-snapshot-success-".concat(t.uuid)})}},Ie))}}),Ge=(0,i.Z)(Fe,2),We=Ge[0],Ye=Ge[1].isLoading,Qe=(0,p.Db)(P.ZP.global_hooks.useDelete(null==Ce?void 0:Ce.uuid,Ae),{onSuccess:function(e){return(0,T.wD)(e,pe({callback:function(e){var t=e.global_hook;a.Am.success("Global hook changes successfully saved.",{position:a.Am.POSITION.BOTTOM_RIGHT,toastId:"global-hooks-success-".concat(t.uuid)}),fe.replace("/".concat(ie?"platform/":"","global-hooks"))}},Ie))}}),Ve=(0,i.Z)(Qe,2),Ke=Ve[0],qe=Ve[1].isLoading,ze=P.ZP.pipelines.list().data,Xe=(0,d.useMemo)((function(){return(0,I.YC)((null==ze?void 0:ze.pipelines)||[],(function(e){return e.name}))}),[ze]),$e=(0,d.useMemo)((function(){return(0,I.HK)(Xe||[],(function(e){return e.uuid}))}),[Xe]),Je=(0,d.useCallback)((function(e){be(e),_e(!0)}),[be,_e]);(0,d.useEffect)((function(){Ce&&!ge&&be(Ce)}),[ge,Ce,be]);var et=(0,d.useMemo)((function(){return null!=ge&&ge.operation_type&&null!=ge&&ge.resource_type?"".concat((0,w.vg)(null==ge?void 0:ge.operation_type)," ").concat(null==ge?void 0:ge.resource_type," operation"):null!=ge&&ge.resource_type?"".concat(null==ge?void 0:ge.resource_type," operation"):null!=ge&&ge.operation_type?"".concat(null==ge?void 0:ge.operation_type," operation"):"operation"}),[ge]),tt=(0,d.useMemo)((function(){var e;return null==$e?void 0:$e[null==ge||null===(e=ge.pipeline)||void 0===e?void 0:e.uuid]}),[ge,$e]),nt=(0,d.useMemo)((function(){return(null==tt?void 0:tt.blocks)||[]}),[tt]),ot=(0,d.useMemo)((function(){return(0,I.HK)(nt||[],(function(e){return e.uuid}))}),[nt]),rt=(0,d.useMemo)((function(){return(null==ge?void 0:ge.outputs)||[]}),[ge]),lt=(0,d.useCallback)((function(e,t){var n=(0,r.Z)(rt||[]);n[t]=e,Je((function(e){return pe(pe({},e),{},{outputs:n})}))}),[rt,Je]),it=(0,d.useMemo)((function(){return(0,L.jsx)(m.ZP,{beforeIcon:(0,L.jsx)(k.Add,{}),compact:(null==rt?void 0:rt.length)>=1,small:(null==rt?void 0:rt.length)>=1,onClick:function(){return Je((function(e){return pe(pe({},e),{},{outputs:((null==e?void 0:e.outputs)||[]).concat({block:{uuid:null},key:b.TT.PAYLOAD})})}))},secondary:!0,children:"Add block output"})}),[rt,Je]),st=(0,d.useMemo)((function(){return null==rt?void 0:rt.map((function(e,t){var n,o,r=e.block,l=e.key,i=e.keyMore,s=e.keys,c=null==ot?void 0:ot[null==r?void 0:r.uuid];return o=c?(0,L.jsx)(u(),{as:"/pipelines/".concat(null==tt?void 0:tt.uuid,"/edit?block_uuid=").concat(null==c?void 0:c.uuid),href:"/pipelines/[pipeline]/edit",passHref:!0,children:(0,L.jsx)(y.Z,{block:!0,openNewWindow:!0,children:(0,L.jsx)(O.ZP,{color:(0,R.qn)(null==c?void 0:c.type,{blockColor:null==c?void 0:c.color,theme:je}).accent,monospace:!0,children:(null==c?void 0:c.uuid)||"[select a block]"})})}):(0,L.jsx)(O.ZP,{default:!0,monospace:!0,children:(null==c?void 0:c.uuid)||(null==r?void 0:r.uuid)||"[select a block]"}),(0,L.jsxs)(v.Z,{noBorderRadius:!0,noPaddingContent:!0,title:(0,L.jsxs)(g.ZP,{alignItems:"center",children:[o,(0,L.jsx)(_.Z,{mr:1}),(0,L.jsx)(k.PaginateArrowRight,{muted:!0}),(0,L.jsx)(_.Z,{mr:1}),(0,L.jsxs)(O.ZP,{default:!0,monospace:!0,children:[l||"{object}",(null==s?void 0:s.length)>=1&&(null==s?void 0:s.map((function(e){return(0,L.jsxs)(O.ZP,{default:!0,inline:!0,monospace:!0,children:["['",e,"']"]})})))]})]}),titleXPadding:E.cd*E.iI,titleYPadding:E.cd*E.iI,children:[(0,L.jsx)(Z.S,{title:"Block to extract data from",description:"The output data from this block will be merged into the ".concat(et,"’s data."),selectInput:{monospace:!0,onChange:function(n){return lt(pe(pe({},e),{},{block:pe(pe({},c),{},{uuid:n.target.value})}),t)},options:null==nt?void 0:nt.map((function(e){return{label:e.name,value:e.uuid}})),placeholder:"Select a block",value:null==c?void 0:c.uuid}},"block-uuid-".concat(t)),(0,L.jsx)(Z.S,{title:"Object to merge block output data into",description:"Select the ".concat(et," object to merge the block output data into."),selectInput:{monospace:!0,onChange:function(n){return lt(pe(pe({},e),{},{key:n.target.value}),t)},options:null===(n=Object.values(b.TT))||void 0===n?void 0:n.map((function(e){return{label:e,value:e}})),placeholder:"Select an object",value:l}},"key-".concat(t)),(0,L.jsxs)(Z.S,{title:"Additional dictionary keys",description:(0,L.jsxs)(O.ZP,{muted:!0,small:!0,children:["If there is a nested object or value in the $",et," data that you want to merge the block output data into,",(0,L.jsx)("br",{}),"use these additional keys to instruct the hook on how nested you want to merge the block output data."]}),textInput:{fullWidth:!1,monospace:!0,placeholder:"optional",onChange:function(n){return lt(pe(pe({},e),{},{keyMore:n.target.value}),t)},value:i},children:[null==s?void 0:s.map((function(n){return(0,L.jsx)(_.Z,{ml:1,children:(0,L.jsx)(j.Z,{border:!0,label:n,monospace:!0,onClick:function(){lt(pe(pe({},e),{},{keys:(s||[]).filter((function(e){return e!==n}))}),t)}})},"keys-".concat(t,"-").concat(n))})),(null==s?void 0:s.length)>=1&&(0,L.jsx)(_.Z,{mr:E.cd}),i&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(m.ZP,{compact:!0,onClick:function(){lt(pe(pe({},e),{},{keyMore:"",keys:(s||[]).concat(i)}),t)},small:!0,children:["Add key ",i]}),(0,L.jsx)(_.Z,{mr:E.cd})]})]},"keys-".concat(t)),(0,L.jsx)(Z.S,{title:"Remove block output",children:(0,L.jsx)(m.ZP,{compact:!0,onClick:function(){return Je((function(e){return pe(pe({},e),{},{outputs:(0,I.oM)((null==e?void 0:e.outputs)||[],t)})}))},small:!0,children:"Remove"})})]})}))}),[nt,ot,rt,tt,lt]),ut=(0,d.useMemo)((function(){return(0,ue.GL)(ge||{},["conditions","operation_type","outputs","pipeline","predicate","resource_type","run_settings","stages","strategies"])}),[ge]),ct=(0,d.useMemo)((function(){return(null==ge?void 0:ge.metadata)||{created_at:null,snapshot_hash:null,snapshot_valid:!1,snapshotted_at:null,updated_at:null,user:{id:null}}}),[ge]),at=(0,d.useMemo)((function(){return null==ge?void 0:ge.predicate}),[ge]),dt=(0,d.useMemo)((function(){return(0,L.jsx)(_.Z,{p:E.cd,children:se({level:-1,predicate:at,renderPredicate:se,setPredicate:function(e){return Je((function(t){return pe(pe({},t),{},{predicate:pe(pe({},e),{},{and_or_operator:b.YB.OR})})}))}})})}),[at,Je]);return(0,L.jsxs)(_.Z,{mb:8,p:E.cd,children:[(0,L.jsxs)(Z.Z,{title:"What to run hook for",children:[(0,L.jsx)(Z.S,{description:"This hook’s UUID must be unique across all hooks for the same resource type and operation type.",invalid:Ze&&!(null!=ge&&ge.uuid),textInput:oe?{monospace:!0,onChange:function(e){return Je((function(t){return pe(pe({},t),{},{uuid:e.target.value})}))},placeholder:"e.g. bootstrap pipeline blocks",value:null==ge?void 0:ge.uuid}:null,title:"Hook UUID",children:!oe&&(0,L.jsx)(_.Z,{px:E.cd,children:(0,L.jsx)(O.ZP,{large:!0,monospace:!0,children:de})})}),(0,L.jsx)(Z.S,{description:"Select the resource this hook should be attached to.",invalid:Ze&&!(null!=ge&&ge.resource_type),selectInput:{monospace:!0,onChange:function(e){return Je((function(t){return pe(pe({},t),{},{resource_type:e.target.value})}))},options:null==ge||null===(t=ge.resource_types)||void 0===t?void 0:t.map((function(e){return{label:(0,w.j3)(e),value:e}})),placeholder:"e.g. Pipeline",value:null==ge?void 0:ge.resource_type},title:"Resource type"}),(0,L.jsx)(Z.S,{description:"When a specific operation occurs for a given resource, this hook will be invoked for that specific operation on the configured resource.",invalid:Ze&&!(null!=ge&&ge.operation_type),selectInput:{monospace:!0,onChange:function(e){return Je((function(t){return pe(pe({},t),{},{operation_type:e.target.value})}))},options:null==ge||null===(n=ge.operation_types)||void 0===n?void 0:n.map((function(e){return{label:(0,w.vg)(e),value:e}})),placeholder:"e.g. Update",value:null==ge?void 0:ge.operation_type},title:"Operation type"}),!oe&&(0,L.jsx)(f.Z,{noBorder:!0,noBoxShadow:!0,visibleMappingForced:{0:!0},children:(0,L.jsxs)(v.Z,{noBorderRadius:!0,noPaddingContent:!0,title:"Targeting",titleXPadding:E.cd*E.iI,titleYPadding:E.cd*E.iI,children:[(0,L.jsx)(_.Z,{p:E.cd,children:(0,L.jsxs)(O.ZP,{default:!0,children:["Add targeting conditions to determine what subset of ",null!=ge&&ge.resource_type?(0,w._6)((0,w.j3)(null==ge?void 0:ge.resource_type),2,null,!0):"resources"," this hook should run for."]})}),dt]})})]}),!oe&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(Z.Z,{title:"When to run hook",children:[(0,L.jsx)(Z.S,{title:"Before operation starts",description:"If enabled, this hook will be invoked before the ".concat(et," starts."),toggleSwitch:{checked:null==ge||null===(l=ge.stages)||void 0===l?void 0:l.includes(b.SQ.BEFORE),onCheck:function(e){return Je((function(t){var n,r;return pe(pe({},t),{},{stages:e(null==t||null===(n=t.stages)||void 0===n?void 0:n.includes(b.SQ.BEFORE))?Array.from((0,o.Z)(Set,[((null==t?void 0:t.stages)||[]).concat(b.SQ.BEFORE)])):(null==t||null===(r=t.stages)||void 0===r?void 0:r.filter((function(e){return e!==b.SQ.BEFORE})))||[]})}))}}}),(0,L.jsx)(Z.S,{title:"After operation completes",description:"If enabled, this hook will be invoked after the ".concat(et," ends."),toggleSwitch:{checked:null==ge||null===(s=ge.stages)||void 0===s?void 0:s.includes(b.SQ.AFTER),onCheck:function(e){return Je((function(t){var n,r;return pe(pe({},t),{},{stages:e(null==t||null===(n=t.stages)||void 0===n?void 0:n.includes(b.SQ.AFTER))?Array.from((0,o.Z)(Set,[((null==t?void 0:t.stages)||[]).concat(b.SQ.AFTER)])):(null==t||null===(r=t.stages)||void 0===r?void 0:r.filter((function(e){return e!==b.SQ.AFTER})))||[]})}))}}}),(0,L.jsx)(Z.S,{title:"Run if ".concat(et," succeeds"),description:"If enabled, this hook will be invoked if the ".concat(et," is successful and doesn’t error."),toggleSwitch:{checked:null==ge||null===(N=ge.conditions)||void 0===N?void 0:N.includes(b.sw.SUCCESS),onCheck:function(e){return Je((function(t){var n,r;return pe(pe({},t),{},{conditions:e(null==t||null===(n=t.conditions)||void 0===n?void 0:n.includes(b.sw.SUCCESS))?Array.from((0,o.Z)(Set,[((null==t?void 0:t.conditions)||[]).concat(b.sw.SUCCESS)])):(null==t||null===(r=t.conditions)||void 0===r?void 0:r.filter((function(e){return e!==b.sw.SUCCESS})))||[]})}))}}}),(0,L.jsx)(Z.S,{title:"Run if ".concat(et," fails"),description:"If enabled, this hook will be invoked if the ".concat(et," fails with an error."),toggleSwitch:{checked:null==ge||null===(D=ge.conditions)||void 0===D?void 0:D.includes(b.sw.FAILURE),onCheck:function(e){return Je((function(t){var n,r;return pe(pe({},t),{},{conditions:e(null==t||null===(n=t.conditions)||void 0===n?void 0:n.includes(b.sw.FAILURE))?Array.from((0,o.Z)(Set,[((null==t?void 0:t.conditions)||[]).concat(b.sw.FAILURE)])):(null==t||null===(r=t.conditions)||void 0===r?void 0:r.filter((function(e){return e!==b.sw.FAILURE})))||[]})}))}}})]}),(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(Z.Z,{title:"Code to run",description:"When the current hook gets triggered, it will execute the associated pipeline.",children:[(0,L.jsx)(Z.S,{title:"Pipeline to execute",description:"Select a pipeline that will be executed every time this hook is triggered.",invalid:Ze&&!(null!=ge&&null!==(U=ge.pipeline)&&void 0!==U&&U.uuid),selectInput:{fullWidth:!1,monospace:!0,onChange:function(e){return Je((function(t){return pe(pe({},t),{},{pipeline:pe(pe({},null==t?void 0:t.pipeline),{},{uuid:e.target.value})})}))},options:null==Xe?void 0:Xe.map((function(e){var t=e.name,n=e.uuid;return{label:t||n,value:n}})),placeholder:"Select a pipeline",value:null==ge||null===(B=ge.pipeline)||void 0===B?void 0:B.uuid},children:(null==ge||null===(M=ge.pipeline)||void 0===M?void 0:M.uuid)&&(0,L.jsx)(_.Z,{mr:2,children:(0,L.jsx)(u(),{as:"/pipelines/".concat(null==ge||null===(H=ge.pipeline)||void 0===H?void 0:H.uuid,"/edit"),href:"/pipelines/[pipeline]/edit",passHref:!0,children:(0,L.jsx)(y.Z,{block:!0,openNewWindow:!0,children:"View pipeline"})})})}),(0,L.jsxs)(Z.S,{title:null==ge||null===(F=ge.pipeline)||void 0===F||!F.uuid||null!=ct&&ct.snapshot_hash||null!=ct&&ct.snapshot_valid?"Valid code snapshot":"Code snapshot hasn’t been created yet",description:(0,L.jsx)(L.Fragment,{children:(0,L.jsxs)(O.ZP,{muted:!0,small:!0,children:["Take a snapshot of ",null!=ge&&null!==(G=ge.pipeline)&&void 0!==G&&G.uuid?(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:null==ge||null===(W=ge.pipeline)||void 0===W?void 0:W.uuid}):"the associated pipeline","’s code. The snapshot is used to validate the hook before it runs.",(0,L.jsx)("br",{}),"A hook cannot run if ",null!=ge&&null!==(Y=ge.pipeline)&&void 0!==Y&&Y.uuid?(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:null==ge||null===(Q=ge.pipeline)||void 0===Q?void 0:Q.uuid}):"the associated pipeline","’s code has changed after the most recent snapshot has been made.",(0,L.jsx)("br",{}),"If the code changes, a new snapshot must be created."]})}),invalid:(null==ge||null===(V=ge.pipeline)||void 0===V?void 0:V.uuid)&&(null==ct?void 0:ct.snapshot_hash)&&!(null!=ct&&ct.snapshot_valid),warning:(null==ge||null===(K=ge.pipeline)||void 0===K?void 0:K.uuid)&&!(null!=ct&&ct.snapshot_hash)&&!(null!=ct&&ct.snapshot_valid),children:[!(null!=ct&&ct.snapshot_hash)&&(0,L.jsx)(O.ZP,{default:!0,large:!0,children:null!=ge&&null!==(q=ge.pipeline)&&void 0!==q&&q.uuid?"No snapshot has been created":"Select a pipeline before taking a snapshot"}),(null==ct?void 0:ct.snapshot_hash)&&(0,L.jsx)(g.ZP,{flexDirection:"column",children:(0,L.jsx)(O.ZP,{danger:!(null!=ct&&ct.snapshot_valid),large:!0,rightAligned:!0,success:null==ct?void 0:ct.snapshot_valid,children:null!=ct&&ct.snapshot_valid?"Snapshot valid":"Snapshot outdated"})})]}),(0,L.jsx)(_.Z,{p:E.cd,children:(0,L.jsx)(g.ZP,{alignItems:"center",justifyContent:"flex-end",children:(0,L.jsxs)(g.ZP,{alignItems:"center",children:[(null==ct?void 0:ct.snapshotted_at)&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(O.ZP,{muted:!0,rightAligned:!0,small:!0,children:["Last snapshot at ",(0,L.jsx)(O.ZP,{inline:!0,muted:!0,small:!0,monospace:!0,children:null==ct?void 0:ct.snapshotted_at})]}),(0,L.jsx)(_.Z,{mr:E.cd})]}),(0,L.jsx)(m.ZP,{disabled:!(null!=ge&&null!==(z=ge.pipeline)&&void 0!==z&&z.uuid),loading:Ye,onClick:function(){return We({pipeline:null==ge?void 0:ge.pipeline})},primary:!(null!=ct&&ct.snapshot_valid),secondary:null==ct?void 0:ct.snapshot_valid,children:null!=ct&&ct.snapshot_hash?null!=ct&&ct.snapshot_valid?"Update snapshot even though it’s valid":"Update snapshot to make it valid":"Create snapshot of code"})]})})})]}),(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(Z.Z,{title:"How to run hook",children:[(0,L.jsx)(Z.S,{title:"Stop operation if hook fails",description:"If enabled, the ".concat(et," will be cancelled and an error will be raised."),toggleSwitch:{checked:null==ge||null===(X=ge.strategies)||void 0===X?void 0:X.includes(b.Ij.RAISE),onCheck:function(e){return Je((function(t){var n,r;return pe(pe({},t),{},{strategies:e(null==t||null===(n=t.strategies)||void 0===n?void 0:n.includes(b.Ij.RAISE))?Array.from((0,o.Z)(Set,[((null==t?void 0:t.strategies)||[]).concat(b.Ij.RAISE)])):(null==t||null===(r=t.strategies)||void 0===r?void 0:r.filter((function(e){return e!==b.Ij.RAISE})))||[]})}))}}}),(0,L.jsx)(Z.S,{title:"Execute hook with history and logging",description:(0,L.jsxs)(O.ZP,{muted:!0,small:!0,children:["If enabled, anytime this hook is executed an associated pipeline run and block runs will be created.",(0,L.jsx)("br",{}),"This will provide a history of the hook execution as well as logging for observability.",(0,L.jsx)("br",{}),"However, this will have a significant impact on the ",et," resolution time.",(0,L.jsx)("br",{}),"This may cause very delayed API responsed and a degraded devloper experience."]}),toggleSwitch:{checked:!(null==ge||null===($=ge.run_settings)||void 0===$||!$.with_trigger),onCheck:function(e){return Je((function(t){var n;return pe(pe({},t),{},{run_settings:pe(pe({},null==t?void 0:t.run_settings),{},{with_trigger:e(null==t||null===(n=t.run_settings)||void 0===n?void 0:n.with_trigger)})})}))}}}),(0,L.jsx)(Z.S,{title:"Run hook asynchronously",description:(0,L.jsxs)(O.ZP,{muted:!0,small:!0,children:["Hooks will execute the associated pipeline synchronously and prevent the current resource operation (e.g. API request) from resolving until all associated hooks for that resource operation are completed.",(0,L.jsx)("br",{}),"Hooks running synchronously can mutate the input data and output data. However, it can slow down the user experience in the application.",(0,L.jsx)("br",{}),"Enable this setting to run hooks asynchronously and not block the current resource operation from resolving.",(0,L.jsx)("br",{}),"However, asynchronous hooks cannot mutate the input data or output data. Use this asynchronous setting when hooks don’t need to mutate data."]}),toggleSwitch:{checked:!(null==ge||null===(J=ge.run_settings)||void 0===J||!J.asynchronous),onCheck:function(e){return Je((function(t){var n;return pe(pe({},t),{},{run_settings:pe(pe({},null==t?void 0:t.run_settings),{},{asynchronous:e(null==t||null===(n=t.run_settings)||void 0===n?void 0:n.asynchronous)})})}))}}})]}),(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(Z.Z,{title:"Block outputs ".concat((null==rt?void 0:rt.length)>=1?"(".concat((null==rt?void 0:rt.length)||0,")"):""),description:(0,L.jsx)(_.Z,{mt:1,children:(0,L.jsxs)(O.ZP,{muted:!0,children:["When a hook runs and executes a pipeline, the output from the pipeline’s blocks",(0,L.jsx)("br",{}),"can optionally be used to mutate the ",et," input and output data."]})}),headerChildren:(null==rt?void 0:rt.length)>=1&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(_.Z,{ml:E.cd}),it]}),children:[!(null!=rt&&rt.length)&&(0,L.jsx)(_.Z,{p:E.cd,children:it}),(null==rt?void 0:rt.length)>=1&&(0,L.jsx)(f.Z,{noBorder:!0,noBoxShadow:!0,children:st})]}),(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(Z.Z,{title:"Metadata",children:[(0,L.jsx)(Z.S,{title:"Last updated",children:(0,L.jsxs)(x.Z,{alignItems:"center",flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(O.ZP,{large:!0,monospace:!0,muted:!0,children:null!=ct&&ct.updated_at?(0,A.XG)(null==ct?void 0:ct.updated_at,he):"-"}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(k.Schedule,{muted:!0,size:S.Z}),(0,L.jsx)(_.Z,{mr:1})]})}),(0,L.jsx)(Z.S,{title:"Created at",children:(0,L.jsxs)(x.Z,{alignItems:"center",flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(O.ZP,{large:!0,monospace:!0,muted:!0,children:null!=ct&&ct.created_at?(0,A.XG)(null==ct?void 0:ct.created_at,he):"-"}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(k.Schedule,{muted:!0,size:S.Z}),(0,L.jsx)(_.Z,{mr:1})]})}),(0,L.jsx)(Z.S,{title:"Snapshotted at",children:(0,L.jsxs)(x.Z,{alignItems:"center",flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(O.ZP,{large:!0,monospace:!0,muted:!0,children:null!=ct&&ct.snapshotted_at?(0,A.XG)(null==ct?void 0:ct.snapshotted_at,he):"-"}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(k.Schedule,{muted:!0,size:S.Z}),(0,L.jsx)(_.Z,{mr:1})]})}),(0,L.jsx)(Z.S,{title:"Snapshot valid",children:(0,L.jsxs)(x.Z,{alignItems:"center",flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(O.ZP,{large:!0,danger:!(null!=ct&&ct.snapshot_valid),muted:null==ct?void 0:ct.snapshot_valid,children:null!=ct&&ct.snapshot_valid?"Valid":"Hook won’t run until snapshot is valid"}),(0,L.jsx)(_.Z,{mr:E.cd}),null!=ct&&ct.snapshot_valid?(0,L.jsx)(k.Check,{size:S.Z,success:!0}):(0,L.jsx)(k.AlertTriangle,{danger:!0,size:S.Z}),(0,L.jsx)(_.Z,{mr:1})]})}),(0,L.jsx)(Z.S,{title:"Created by",children:(0,L.jsxs)(x.Z,{alignItems:"center",flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(O.ZP,{large:!0,monospace:!0,muted:!0,children:null!=ct&&null!==(ee=ct.user)&&void 0!==ee&&ee.id?String(null==ct||null===(te=ct.user)||void 0===te?void 0:te.id)===String(null==ve?void 0:ve.id)?"You created this hook":"User ID ".concat(null==ct||null===(ne=ct.user)||void 0===ne?void 0:ne.id):"-"}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(k.UserSmileyFace,{muted:!0,size:S.Z}),(0,L.jsx)(_.Z,{mr:1})]})})]})]}),(0,L.jsx)(_.Z,{mt:E.HN,children:(0,L.jsxs)(g.ZP,{alignItems:"center",justifyContent:"space-between",children:[!oe&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(m.ZP,{compact:!0,danger:!0,loading:qe,onClick:function(){window.confirm("Are you sure you wantt to delete this hook?")&&Ke()},small:!0,children:"Delete global hook"}),(0,L.jsx)(_.Z,{mr:E.cd})]}),(0,L.jsxs)(x.Z,{flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(m.ZP,{beforeIcon:(0,L.jsx)(k.PaginateArrowLeft,{}),disabled:Le||He||qe,onClick:function(){return fe.push("/".concat(ie?"platform/":"","global-hooks"))},secondary:!0,children:Ze?"Cancel changes & go back":"Go back to all hooks"}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(m.ZP,{beforeIcon:(0,L.jsx)(k.Save,{}),disabled:qe,loading:Le||He,onClick:function(){return(oe?De:Me)({global_hook:pe(pe(pe({},ut),oe?{uuid:null==ge?void 0:ge.uuid}:{}),{},{root_project:ie})})},primary:!0,children:oe?"Create new global hook":"Save changes"})]})]})})]})}},93808:function(e,t,n){n.d(t,{Z:function(){return S}});var o=n(77837),r=n(26304),l=n(62243),i=n(29385),s=n(80022),u=n(13692),c=n(93189),a=n(15544),d=n(82394),p=n(38860),h=n.n(p),f=n(82684),v=n(56663),m=n.n(v),j=n(40761),x=n(34661),g=n(36105),b=n(50178),y=n(69419),Z=n(28598),_=["auth"];function O(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function P(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?O(Object(n),!0).forEach((function(t){(0,d.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):O(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function k(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=(0,a.Z)(e);if(t){var r=(0,a.Z)(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return(0,c.Z)(this,n)}}function S(e){return function(t){(0,u.Z)(a,t);var n,c=k(a);function a(){var e;(0,l.Z)(this,a);for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return e=c.call.apply(c,[this].concat(n)),(0,d.Z)((0,s.Z)(e),"state",{auth:new j.Z(e.props.token)}),e}return(0,i.Z)(a,[{key:"componentDidMount",value:function(){this.setState({auth:new j.Z(this.props.token)})}},{key:"render",value:function(){var t=this.props,n=(t.auth,(0,r.Z)(t,_));return(0,Z.jsx)(e,P({auth:this.state.auth},n))}}],[{key:"getInitialProps",value:(n=(0,o.Z)(h().mark((function t(n){var o,r,l,i,s,u,c,a,d;return h().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o=m()(n),r=(0,b.ex)(n),l=r.id,i=o[x.Mv],s=o[g.qt],u=new j.Z(i),c=P(P({},n),{},{auth:u,currentGroupId:l,theme:s}),(0,b.YB)(n)&&u.isExpired&&(console.log("OAuth token has expired."),a=P(P({},n.query),{},{redirect_url:n.asPath}),(0,y.nL)("/sign-in?".concat((0,y.uM)(a)),n.res)),!e.getInitialProps){t.next=12;break}return t.next=10,e.getInitialProps(c);case 10:return d=t.sent,t.abrupt("return",P(P({},d),{},{auth:u,currentGroupId:l,theme:s}));case 12:return t.abrupt("return",c);case 13:case"end":return t.stop()}}),t)}))),function(e){return n.apply(this,arguments)})}]),a}(f.Component)}},14466:function(e,t,n){n.d(t,{Ij:function(){return l},N_:function(){return v},SQ:function(){return i},TT:function(){return s},W6:function(){return p},XG:function(){return a},YB:function(){return c},i9:function(){return f},sw:function(){return u},t4:function(){return d}});var o,r,l,i,s,u,c,a,d,p,h=n(82394);!function(e){e.CREATE="create",e.DELETE="delete",e.DETAIL="detail",e.EXECUTE="execute",e.LIST="list",e.UPDATE="update",e.UPDATE_ANYWHERE="update_anywhere"}(r||(r={})),function(e){e.BREAK="break",e.CONTINUE="continue",e.RAISE="raise"}(l||(l={})),function(e){e.AFTER="after",e.BEFORE="before"}(i||(i={})),function(e){e.ERROR="error",e.META="meta",e.METADATA="metadata",e.PAYLOAD="payload",e.QUERY="query",e.RESOURCE="resource",e.RESOURCES="resources"}(s||(s={})),function(e){e.FAILURE="failure",e.SUCCESS="success"}(u||(u={})),function(e){e.AND="and",e.OR="or"}(c||(c={})),function(e){e.ERROR="error",e.HOOK="hook",e.META="meta",e.METADATA="metadata",e.OPERATION_RESOURCE="operation_resource",e.PAYLOAD="payload",e.QUERY="query",e.RESOURCE="resource",e.RESOURCES="resources",e.RESOURCE_ID="resource_id",e.RESOURCE_PARENT="resource_parent",e.RESOURCE_PARENT_ID="resource_parent_id",e.RESOURCE_PARENT_TYPE="resource_parent_type",e.USER="user"}(a||(a={})),function(e){e.BOOLEAN="BOOLEAN",e.DICTIONARY="DICTIONARY",e.FLOAT="FLOAT",e.INTEGER="INTEGER",e.LIST="LIST",e.STRING="STRING"}(d||(d={})),function(e){e.EQUALS="EQUALS",e.GREATER_THAN="GREATER_THAN",e.GREATER_THAN_OR_EQUALS="GREATER_THAN_OR_EQUALS",e.INCLUDES="INCLUDES",e.LESS_THAN="LESS_THAN",e.LESS_THAN_OR_EQUALS="LESS_THAN_OR_EQUALS",e.NOT_EQUALS="NOT_EQUALS",e.NOT_INCLUDES="NOT_INCLUDES",e.NOT_PRESENT="NOT_PRESENT",e.PRESENT="PRESENT"}(p||(p={}));var f=[p.NOT_PRESENT,p.PRESENT],v=(o={},(0,h.Z)(o,p.EQUALS,"=="),(0,h.Z)(o,p.GREATER_THAN,">"),(0,h.Z)(o,p.GREATER_THAN_OR_EQUALS,">="),(0,h.Z)(o,p.INCLUDES,"includes"),(0,h.Z)(o,p.LESS_THAN,"<"),(0,h.Z)(o,p.LESS_THAN_OR_EQUALS,"<="),(0,h.Z)(o,p.NOT_EQUALS,"!="),(0,h.Z)(o,p.NOT_INCLUDES,"not includes"),(0,h.Z)(o,p.NOT_PRESENT,"is not present"),(0,h.Z)(o,p.PRESENT,"is present"),o)},80022:function(e,t,n){function o(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}n.d(t,{Z:function(){return o}})},15544:function(e,t,n){function o(e){return o=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},o(e)}n.d(t,{Z:function(){return o}})},13692:function(e,t,n){n.d(t,{Z:function(){return r}});var o=n(61049);function r(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&(0,o.Z)(e,t)}},93189:function(e,t,n){n.d(t,{Z:function(){return l}});var o=n(12539),r=n(80022);function l(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return(0,r.Z)(e)}}}]);
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1187],{94629:function(e,t,n){n.d(t,{Z:function(){return _}});var o=n(82394),r=n(21831),l=n(82684),i=n(50724),s=n(82555),u=n(97618),c=n(70613),a=n(92272),d=n(68899),p=n(28598);function h(e,t){var n=e.children,o=e.noPadding;return(0,p.jsx)(d.HS,{noPadding:o,ref:t,children:n})}var f=l.forwardRef(h),v=n(62547),m=n(82571),j=n(77417),x=n(46684),g=n(75375);function b(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function y(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?b(Object(n),!0).forEach((function(t){(0,o.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):b(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Z(e,t){e.addProjectBreadcrumbToCustomBreadcrumbs;var n=e.after,o=e.afterHeader,l=e.afterHidden,h=e.afterWidth,b=e.afterWidthOverride,Z=e.appendBreadcrumbs,_=e.before,O=e.beforeHeader,P=e.beforeWidth,k=e.breadcrumbs,S=e.children,E=e.contained,w=e.errors,A=e.headerMenuItems,R=e.headerOffset,C=e.hideAfterCompletely,I=e.mainContainerHeader,T=e.navigationItems,N=e.setAfterHidden,D=e.setAfterWidth,L=e.setBeforeWidth,U=e.setErrors,B=e.subheaderChildren,M=e.subheaderNoPadding,H=e.title,F=e.uuid,G=(0,g.Z)(F,{beforeResizeOffset:g.H,setWidthAfter:D,setWidthBefore:L,widthAfter:h,widthBefore:P,widthOverrideAfter:b}),W=G.mainContainerRef,Y=G.mousedownActiveAfter,Q=G.mousedownActiveBefore,V=G.setMousedownActiveAfter,K=G.setMousedownActiveBefore,q=G.setWidthAfter,z=G.setWidthBefore,X=G.widthAfter,$=G.widthBefore,J=(0,j.Z)().project,ee=[];return k&&ee.push.apply(ee,(0,r.Z)(k)),null!=k&&k.length&&!Z||!J||null!=k&&k.length||ee.unshift({bold:!Z,label:function(){return H}}),(0,p.jsxs)(p.Fragment,{children:[(0,p.jsx)(c.Z,{title:H}),(0,p.jsx)(a.Z,{breadcrumbs:ee,menuItems:A}),(0,p.jsxs)(d.Nk,{ref:t,children:[0!==(null==T?void 0:T.length)&&(0,p.jsx)(d.lm,{showMore:!0,children:(0,p.jsx)(m.Z,{navigationItems:T,showMore:!0})}),(0,p.jsx)(u.Z,{flex:1,flexDirection:"column",children:(0,p.jsxs)(v.Z,{after:n,afterHeader:o,afterHeightOffset:x.Mz,afterHidden:l,afterMousedownActive:Y,afterWidth:X,before:_,beforeHeader:O,beforeHeightOffset:x.Mz,beforeMousedownActive:Q,beforeWidth:_?$:d.k1,contained:E,headerOffset:R,hideAfterCompletely:!n||C,leftOffset:_?d.k1:null,mainContainerHeader:I,mainContainerRef:W,setAfterHidden:N,setAfterMousedownActive:V,setAfterWidth:q,setBeforeMousedownActive:K,setBeforeWidth:z,children:[B&&(0,p.jsx)(f,{noPadding:M,children:B}),S]})})]}),w&&(0,p.jsx)(i.Z,{disableClickOutside:!0,isOpen:!0,onClickOutside:function(){return null==U?void 0:U(null)},children:(0,p.jsx)(s.Z,y(y({},w),{},{onClose:function(){return null==U?void 0:U(null)}}))})]})}var _=l.forwardRef(Z)},46866:function(e,t,n){n.d(t,{Z:function(){return he}});var o=n(30018),r=n(21831),l=n(82394),i=n(75582),s=n(12691),u=n.n(s),c=n(9518),a=n(21764),d=n(82684),p=n(83455),h=n(34376),f=n(32013),v=n(98777),m=n(71180),j=n(31882),x=n(97618),g=n(55485),b=n(14466),y=n(48670),Z=n(88543),_=n(38276),O=n(30160),P=n(35686),k=n(72473),S=n(8193),E=n(70515),w=n(81728),A=n(3917),R=n(55283),C=n(50178),I=n(86735),T=n(72619),N=n(44085),D=n(17488),L=n(28598);function U(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function B(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?U(Object(n),!0).forEach((function(t){(0,l.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):U(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var M="CUSTOM_VALUE_TYPE",H={compact:!0,monospace:!0,small:!0};var F=function(e){var t=e.leftKey,n=e.leftObjectKeys,o=e.leftObjectType,r=e.leftObjectTypeState,i=e.leftValue,s=e.leftValueType,u=e.rightAligned,c=e.setLeftKey,a=e.setLeftObjectTypeState,p=e.updatePredicate,h=(0,d.useRef)(null),f=(0,d.useState)(),v=f[0],j=f[1];(0,d.useEffect)((function(){var e,t;j(null==h||null===(e=h.current)||void 0===e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.width)}),[]),(0,d.useEffect)((function(){var e,t;j(null==h||null===(e=h.current)||void 0===e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.width)}),[o,r]);var x=(0,d.useMemo)((function(){return{alignItems:"center",justifyContent:u?"flex-start":"flex-end"}}),[u]),y=(0,d.useMemo)((function(){var e=(0,L.jsx)(O.ZP,{default:!0,small:!0,children:"Value data type"}),t=(0,L.jsx)(N.Z,{compact:!0,onChange:function(e){return p((0,l.Z)({},u?"right_value_type":"left_value_type",B(B({},s),{},{value_data_type:e.target.value})))},placeholder:"required",small:!0,value:null==s?void 0:s.value_data_type,children:Object.values(b.t4).map((function(e){return(0,L.jsx)("option",{value:e,children:e.toLowerCase()},e)}))});return(0,L.jsxs)(g.ZP,B(B({},x),{},{children:[u?t:e,(0,L.jsx)(_.Z,{mr:1}),u?e:t]}))}),[s,u,x,p]),Z=(0,d.useMemo)((function(){var e=(0,L.jsx)(O.ZP,{default:!0,small:!0,children:"Get value from"}),t=M===String(r)||!o&&i,n=(0,L.jsxs)(N.Z,B(B({},H),{},{onChange:function(e){var t,n,o=e.target.value;(a(o),M===o)?p((t={},(0,l.Z)(t,u?"right_object_keys":"left_object_keys",null),(0,l.Z)(t,u?"right_object_type":"left_object_type",null),t)):p((n={},(0,l.Z)(n,u?"right_object_type":"left_object_type",o),(0,l.Z)(n,u?"right_value":"left_value",null),n))},placeholder:"required",value:t?M:o,children:[(0,L.jsx)("option",{value:M,children:"Custom value"}),Object.values(b.XG).map((function(e){return(0,L.jsx)("option",{value:e,children:e.toLowerCase()},e)}))]})),s=t&&(0,L.jsxs)(L.Fragment,{children:[!u&&(0,L.jsx)(_.Z,{mr:1}),(0,L.jsx)(D.Z,B(B({},H),{},{onChange:function(e){return p((0,l.Z)({},u?"right_value":"left_value",e.target.value))},value:i||""})),u&&(0,L.jsx)(_.Z,{mr:1})]});return(0,L.jsxs)(g.ZP,B(B({},x),{},{children:[!u&&e,u&&s,u&&n,(0,L.jsx)(_.Z,{mr:1}),!u&&n,!u&&s,u&&e]}))}),[o,r,i,a,x,p]),P=(0,d.useMemo)((function(){return(0,L.jsxs)(L.Fragment,{children:[u&&(0,L.jsx)("div",{style:{paddingRight:4}}),(0,L.jsx)(m.ZP,{compact:!0,disabled:!t,onClick:function(){p((0,l.Z)({},u?"right_object_keys":"left_object_keys",(n||[]).concat(t))),c(null)},padding:"2px 6px",ref:h,small:!0,children:"Add key"}),!u&&(0,L.jsx)("div",{style:{paddingRight:4}})]})}),[t,n,u,c,p]),S=(0,d.useMemo)((function(){var e=(0,L.jsx)(O.ZP,{default:!0,small:!0,children:"Value extraction keys"}),r=(0,L.jsx)(D.Z,B(B({},H),{},{buttonAfter:!u&&P,buttonAfterWidth:u||void 0===v?null:v+10,buttonBefore:u&&P,buttonBeforeWidth:u&&void 0!==v?v+10:null,onChange:function(e){c(e.target.value)},placeholder:"Enter key...",value:t||""}));L.Fragment,L.Fragment;return(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(g.ZP,B(B({},x),{},{children:[u?r:e,(0,L.jsx)(_.Z,{mr:1}),u?e:r]})),(null==n?void 0:n.length)>=1&&(0,L.jsx)(_.Z,{mt:1,children:(0,L.jsxs)(g.ZP,B(B({},x),{},{children:[(0,L.jsx)(O.ZP,{default:!0,monospace:!0,xsmall:!0,children:o}),!(null!=n&&n.length)&&(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,xsmall:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,xsmall:!0,children:"..."}),"']"]}),null==n?void 0:n.map((function(e){return(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,xsmall:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,xsmall:!0,children:e}),"']"]})})),(0,L.jsx)("div",{style:{marginRight:4}}),(0,L.jsx)(m.ZP,{noBackground:!0,noBorder:!0,noPadding:!0,onClick:function(){p((0,l.Z)({},u?"right_object_keys":"left_object_keys",(n||[]).slice(0,Math.max(0,(null==n?void 0:n.length)-1))))},children:(0,L.jsxs)(g.ZP,{alignItems:"center",children:[(0,L.jsx)(k.Close,{danger:!0,size:1.25*E.iI}),(0,L.jsx)("div",{style:{marginRight:2}}),(0,L.jsx)(O.ZP,{default:!0,xsmall:!0,children:"Delete key"})]})})]}))})]})}),[v,P,t,n,o,u,x]);return(0,L.jsxs)(L.Fragment,{children:[y,(0,L.jsx)(_.Z,{mt:1}),Z,(0,L.jsx)(_.Z,{mt:1}),o&&M!==String(r)&&S]})},G=n(65956),W=n(44897),Y=n(61896),Q=1.25*E.iI,V=1.5*E.iI,K=E.iI/4,q=.75*E.iI,z=E.iI/2,X=(0,c.css)([""," ",""],(function(e){return!e.default&&"\n background-color: ".concat((e.theme.accent||W.Z.accent).purple,";\n ")}),(function(e){return e.default&&"\n background-color: ".concat((e.theme.content||W.Z.content).muted,";\n ")})),$=c.default.div.withConfig({displayName:"indexstyle__LabelStyle",componentId:"sc-1v7t9a0-0"})(["border-radius:100px;padding:","px ","px;",""],K,V,(function(e){return"\n background-color: ".concat((e.theme.background||W.Z.background).chartBlock,";\n border: ").concat(1,"px solid ").concat((e.theme.interactive||W.Z.interactive).defaultBorder,";\n ")})),J=c.default.div.withConfig({displayName:"indexstyle__CircleStyle",componentId:"sc-1v7t9a0-1"})(["",";border-radius:","px;height:","px;width:","px;",""],X,1.25*E.iI,Q,Q,(function(e){return"\n border: 1px solid ".concat((e.theme.interactive||W.Z.interactive).hoverBorder,";\n ")})),ee=c.default.div.withConfig({displayName:"indexstyle__OperatorStyle",componentId:"sc-1v7t9a0-2"})(["",";min-width:","px;padding-bottom:","px;padding-left:","px;padding-right:","px;padding-top:","px;"],X,Q+2*(1+V),E.iI/4,z,z,E.iI/4+1),te=c.default.div.withConfig({displayName:"indexstyle__VerticalLineStyle",componentId:"sc-1v7t9a0-3"})(["",";width:","px;margin-right:","px;"," ",""],X,q,V+1+Q/2-q/2,(function(e){return e.last&&"\n height: calc(50% - ".concat(K+1+Y.dN/2,"px);\n ")}),(function(e){return!e.last&&"\n height: 100%;\n "}));var ne=function(e){var t=e.andOrOperator,n=e.children,o=e.first,r=e.last,l=e.level,i=e.predicate,s=e.removePredicate,u=e.title,c=e.updatePredicate,a=(0,d.useRef)(null),p=(0,d.useState)(null),h=p[0],f=p[1],v=(0,d.useState)(null),j=v[0],y=v[1],Z=(0,d.useState)(null),P=Z[0],S=Z[1],w=(0,d.useState)(null),A=w[0],R=w[1],C=(0,d.useState)(null),I=(C[0],C[1]),T=(i.and_or_operator,i.left_object_keys),D=i.left_object_type,U=i.left_value,B=i.left_value_type,M=i.operator,H=i.right_object_keys,W=i.right_object_type,Y=i.right_value,Q=i.right_value_type;(0,d.useEffect)((function(){var e,t;I(null==a||null===(e=a.current)||void 0===e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.height)}),[]),(0,d.useEffect)((function(){var e,t;I(null==a||null===(e=a.current)||void 0===e||null===(t=e.getBoundingClientRect())||void 0===t?void 0:t.height)}),[D,W]);var V=(0,d.useMemo)((function(){if(!t)return null;var e=(0,L.jsx)(O.ZP,{bold:!0,center:!0,monospace:!0,uppercase:!0,children:t});return(0,L.jsx)(ee,{default:b.YB.OR===t,children:e})}),[t,l]);return(0,L.jsxs)(g.ZP,{children:[(0,L.jsxs)(g.ZP,{alignItems:"flex-end",flexDirection:"column",children:[!o&&r&&(0,L.jsx)(te,{default:b.YB.OR===t,last:!0}),(0,L.jsx)($,{children:(0,L.jsxs)(g.ZP,{alignItems:"center",children:[(0,L.jsx)(O.ZP,{monospace:!0,children:u}),(0,L.jsx)(_.Z,{mr:1}),(0,L.jsx)(J,{default:b.YB.OR===t})]})}),!r&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(te,{default:b.YB.OR===t}),V,(0,L.jsx)(te,{default:b.YB.OR===t})]})]}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(x.Z,{flex:1,children:(0,L.jsxs)(g.ZP,{flexDirection:"column",fullWidth:!0,ref:a,children:[(0,L.jsxs)(G.Z,{dark:!!(l%2),children:[(0,L.jsxs)(g.ZP,{children:[(0,L.jsxs)(x.Z,{flex:1,flexDirection:"column",children:[(0,L.jsxs)(g.ZP,{justifyContent:"center",children:[(0,L.jsxs)(g.ZP,{alignItems:"center",justifyContent:"flex-end",children:[!D&&void 0===U&&(0,L.jsx)(O.ZP,{monospace:!0,muted:!0,small:!0,children:"Left expression"}),!D&&U&&(0,L.jsx)(O.ZP,{default:!0,monospace:!0,small:!0,children:b.t4.STRING===(null==B?void 0:B.value_data_type)?"'".concat(U,"'"):U}),D&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(O.ZP,{default:!0,monospace:!0,small:!0,children:D}),!(null!=T&&T.length)&&(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,small:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:"..."}),"']"]}),null==T?void 0:T.map((function(e){return(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,small:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:e}),"']"]})}))]})]}),(0,L.jsx)(_.Z,{mr:1}),(0,L.jsx)(O.ZP,{default:!0,monospace:!0,small:!0,children:M?b.N_[M]:"operator"}),(!M||!b.i9.includes(M))&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(_.Z,{mr:1}),(0,L.jsxs)(g.ZP,{alignItems:"center",justifyContent:"flex-start",children:[!W&&void 0===Y&&(0,L.jsx)(O.ZP,{monospace:!0,muted:!0,small:!0,children:"Right expression"}),!W&&Y&&(0,L.jsx)(O.ZP,{default:!0,monospace:!0,small:!0,children:b.t4.STRING===(null==Q?void 0:Q.value_data_type)?"'".concat(Y,"'"):Y}),W&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(O.ZP,{default:!0,monospace:!0,small:!0,children:W}),!(null!=H&&H.length)&&(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,small:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:"..."}),"']"]}),null==H?void 0:H.map((function(e){return(0,L.jsxs)(O.ZP,{monospace:!0,muted:!0,small:!0,children:["['",(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:e}),"']"]})}))]})]})]})]}),(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(g.ZP,{alignItems:"center",children:[(0,L.jsx)(x.Z,{flex:1,flexDirection:"column",children:(0,L.jsx)(F,{leftKey:j,leftObjectKeys:T,leftObjectType:D,leftObjectTypeState:h,leftValue:U,leftValueType:B,setLeftKey:y,setLeftObjectTypeState:f,updatePredicate:c})}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)("div",{children:(0,L.jsx)(N.Z,{alignCenter:!0,compact:!0,onChange:function(e){return c({operator:e.target.value})},placeholder:"required",small:!0,value:M,children:Object.values(b.W6).map((function(e){return(0,L.jsx)("option",{value:e,children:b.N_[e]},e)}))})}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(x.Z,{flex:1,flexDirection:"column",children:(0,L.jsx)(F,{leftKey:A,leftObjectKeys:H,leftObjectType:W,leftObjectTypeState:P,leftValue:Y,leftValueType:Q,rightAligned:!0,setLeftKey:R,setLeftObjectTypeState:S,updatePredicate:c})})]})]}),(0,L.jsx)("div",{children:(0,L.jsx)(m.ZP,{beforeIcon:(0,L.jsx)(k.Trash,{muted:!0,size:1.25*E.iI}),compact:!0,onClick:function(){return s()},small:!0,children:(0,L.jsxs)(O.ZP,{default:!0,monospace:!0,small:!0,children:["Delete ",u]})})})]}),n]}),!r&&(0,L.jsx)(_.Z,{mb:E.cd})]})})]})};function oe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function re(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?oe(Object(n),!0).forEach((function(t){(0,l.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):oe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var le={and_or_operator:b.YB.AND,left_value_type:{value_data_type:b.t4.STRING},operator:b.W6.EQUALS,right_value_type:{value_data_type:b.t4.STRING}};var ie=function(e){var t=e.index,n=e.level,o=e.predicate,l=e.renderPredicate,i=e.setPredicate,s=(0,d.useMemo)((function(){return(null==o?void 0:o.predicates)||[]}),[o]),u=((0,d.useCallback)((function(e){i({predicates:e})}),[i]),(0,d.useCallback)((function(){i({predicates:(s||[]).concat(le)})}),[s,i])),c=(0,d.useCallback)((function(e,t){var n=(0,r.Z)(s);n[t]=e,i({predicates:n})}),[s,i]),a=(0,d.useMemo)((function(){return(null==s?void 0:s.length)||0}),[s]),p=(0,d.useCallback)((function(e,t){if(!(e<0)){var n=(0,w.bH)()[t];return 0===e||(n=n.toLowerCase(),e>=2&&(n="".concat(n).concat(e-1))),n}}),[]),h=(0,d.useMemo)((function(){return p(n,t)}),[p,t,n]);return(0,L.jsxs)(L.Fragment,{children:[null==s?void 0:s.map((function(e,t){var r,u=function(n){return c(re(re({},e),n),t)};return(0,L.jsx)(ne,{andOrOperator:null==o?void 0:o.and_or_operator,first:0===t,last:t===a-1,level:n+1,predicate:e,removePredicate:function(){i(re(re({},e),{},{predicates:(0,I.oM)(s,t)}))},title:p(n+1,t),updatePredicate:u,children:(0,L.jsx)(_.Z,{mt:(null==e||null===(r=e.predicates)||void 0===r?void 0:r.length)>=1?E.cd:0,children:l({index:t,level:n+1,predicate:e,renderPredicate:l,setPredicate:u})})},"predicate-".concat(t))})),(0,L.jsx)(_.Z,{mt:E.cd,children:(0,L.jsxs)(g.ZP,{alignItems:"center",children:[n>=0&&(null==s?void 0:s.length)>=2&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(N.Z,{compact:!0,monospace:!0,onChange:function(e){return i(re(re({},o),{},{and_or_operator:e.target.value}))},small:!0,paddingVertical:3,value:null==o?void 0:o.and_or_operator,children:Object.values(b.YB).map((function(e){return(0,L.jsx)("option",{value:e,children:(b.YB.OR===e?"".concat(e," "):e).toUpperCase()},e)}))}),(0,L.jsx)(_.Z,{mr:1})]}),(0,L.jsxs)(m.ZP,{compact:n>=0,beforeIcon:(0,L.jsx)(k.Add,{}),onClick:function(){return u()},secondary:!0,small:n>=0,children:["Add predicate",h&&" in ".concat(h)]})]})})]})};function se(e){var t=e.index,n=e.level,o=e.predicate,r=e.renderPredicate,l=e.setPredicate;return(0,L.jsx)(ie,{index:t,level:n,predicate:o,renderPredicate:r,setPredicate:l})}var ue=n(42122),ce=n(70320),ae=n(23780);function de(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function pe(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?de(Object(n),!0).forEach((function(t){(0,l.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):de(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var he=function(e){var t,n,l,s,N,D,U,B,M,H,F,G,W,Y,Q,V,K,q,z,X,$,J,ee,te,ne,oe=e.isNew,re=e.operationType,le=e.resourceType,ie=e.rootProject,de=e.uuid,he=(0,ce.qB)(),fe=(0,h.useRouter)(),ve=(0,C.PR)(null==fe?void 0:fe.basePath),me="GlobalHookDetail/".concat(de),je=(0,d.useContext)(c.ThemeContext),xe=(0,d.useState)(null),ge=xe[0],be=xe[1],ye=(0,d.useState)(!1),Ze=ye[0],_e=ye[1],Oe=(0,d.useState)(re),Pe=Oe[0],ke=(Oe[1],(0,d.useState)(le)),Se=ke[0],Ee=(ke[1],(0,ae.VI)(null,{},[],{uuid:me})),we=(0,i.Z)(Ee,1)[0],Ae=(0,d.useMemo)((function(){return(0,ue.hB)(pe({include_operation_types:1,include_resource_types:1,include_snapshot_validation:1,operation_type:void 0===Pe?null:Pe,resource_type:void 0===Se?null:Se},ie?{root_project:ie}:{}))}),[Pe,Se]),Re=P.ZP.global_hooks.detail(oe?"__new__":de,Ae).data,Ce=(0,d.useMemo)((function(){return null==Re?void 0:Re.global_hook}),[Re]),Ie=(0,d.useMemo)((function(){return{onErrorCallback:function(e){var t=e.error,n=t.errors,o=t.exception,r=t.message,l=t.type,i=e.response;return a.Am.error((null==n?void 0:n.error)||o||r,{position:a.Am.POSITION.BOTTOM_RIGHT,toastId:l}),we({errors:n,response:i})}}}),[]),Te=(0,p.Db)(P.ZP.global_hooks.useCreate(),{onSuccess:function(e){return(0,T.wD)(e,pe({callback:function(e){var t=e.global_hook;fe.replace("/".concat(ie?"platform/":"","global-hooks/").concat(t.uuid,"?operation_type=").concat(t.operation_type,"&resource_type=").concat(t.resource_type))}},Ie))}}),Ne=(0,i.Z)(Te,2),De=Ne[0],Le=Ne[1].isLoading,Ue=(0,p.Db)(P.ZP.global_hooks.useUpdate(null==Ce?void 0:Ce.uuid,Ae),{onSuccess:function(e){return(0,T.wD)(e,pe({callback:function(e){var t=e.global_hook;Je((function(e){return pe(pe({},e),t)})),a.Am.success("Global hook changes successfully saved.",{position:a.Am.POSITION.BOTTOM_RIGHT,toastId:"global-hooks-success-".concat(t.uuid)})}},Ie))}}),Be=(0,i.Z)(Ue,2),Me=Be[0],He=Be[1].isLoading,Fe=(0,p.Db)((function(e){var t=e.pipeline;return P.ZP.global_hooks.useUpdate(null==Ce?void 0:Ce.uuid,Ae)({global_hook:{pipeline:t,snapshot:1}})}),{onSuccess:function(e){return(0,T.wD)(e,pe({callback:function(e){var t=e.global_hook;Je((function(e){return pe(pe({},e),{},{metadata:pe(pe({},null==e?void 0:e.metadata),null==t?void 0:t.metadata),pipeline:pe(pe({},null==e?void 0:e.pipeline),null==t?void 0:t.pipeline)})})),a.Am.success("Snapshot successfully created.",{position:a.Am.POSITION.BOTTOM_RIGHT,toastId:"global-hooks-snapshot-success-".concat(t.uuid)})}},Ie))}}),Ge=(0,i.Z)(Fe,2),We=Ge[0],Ye=Ge[1].isLoading,Qe=(0,p.Db)(P.ZP.global_hooks.useDelete(null==Ce?void 0:Ce.uuid,Ae),{onSuccess:function(e){return(0,T.wD)(e,pe({callback:function(e){var t=e.global_hook;a.Am.success("Global hook changes successfully saved.",{position:a.Am.POSITION.BOTTOM_RIGHT,toastId:"global-hooks-success-".concat(t.uuid)}),fe.replace("/".concat(ie?"platform/":"","global-hooks"))}},Ie))}}),Ve=(0,i.Z)(Qe,2),Ke=Ve[0],qe=Ve[1].isLoading,ze=P.ZP.pipelines.list().data,Xe=(0,d.useMemo)((function(){return(0,I.YC)((null==ze?void 0:ze.pipelines)||[],(function(e){return e.name}))}),[ze]),$e=(0,d.useMemo)((function(){return(0,I.HK)(Xe||[],(function(e){return e.uuid}))}),[Xe]),Je=(0,d.useCallback)((function(e){be(e),_e(!0)}),[be,_e]);(0,d.useEffect)((function(){Ce&&!ge&&be(Ce)}),[ge,Ce,be]);var et=(0,d.useMemo)((function(){return null!=ge&&ge.operation_type&&null!=ge&&ge.resource_type?"".concat((0,w.vg)(null==ge?void 0:ge.operation_type)," ").concat(null==ge?void 0:ge.resource_type," operation"):null!=ge&&ge.resource_type?"".concat(null==ge?void 0:ge.resource_type," operation"):null!=ge&&ge.operation_type?"".concat(null==ge?void 0:ge.operation_type," operation"):"operation"}),[ge]),tt=(0,d.useMemo)((function(){var e;return null==$e?void 0:$e[null==ge||null===(e=ge.pipeline)||void 0===e?void 0:e.uuid]}),[ge,$e]),nt=(0,d.useMemo)((function(){return(null==tt?void 0:tt.blocks)||[]}),[tt]),ot=(0,d.useMemo)((function(){return(0,I.HK)(nt||[],(function(e){return e.uuid}))}),[nt]),rt=(0,d.useMemo)((function(){return(null==ge?void 0:ge.outputs)||[]}),[ge]),lt=(0,d.useCallback)((function(e,t){var n=(0,r.Z)(rt||[]);n[t]=e,Je((function(e){return pe(pe({},e),{},{outputs:n})}))}),[rt,Je]),it=(0,d.useMemo)((function(){return(0,L.jsx)(m.ZP,{beforeIcon:(0,L.jsx)(k.Add,{}),compact:(null==rt?void 0:rt.length)>=1,small:(null==rt?void 0:rt.length)>=1,onClick:function(){return Je((function(e){return pe(pe({},e),{},{outputs:((null==e?void 0:e.outputs)||[]).concat({block:{uuid:null},key:b.TT.PAYLOAD})})}))},secondary:!0,children:"Add block output"})}),[rt,Je]),st=(0,d.useMemo)((function(){return null==rt?void 0:rt.map((function(e,t){var n,o,r=e.block,l=e.key,i=e.keyMore,s=e.keys,c=null==ot?void 0:ot[null==r?void 0:r.uuid];return o=c?(0,L.jsx)(u(),{as:"/pipelines/".concat(null==tt?void 0:tt.uuid,"/edit?block_uuid=").concat(null==c?void 0:c.uuid),href:"/pipelines/[pipeline]/edit",passHref:!0,children:(0,L.jsx)(y.Z,{block:!0,openNewWindow:!0,children:(0,L.jsx)(O.ZP,{color:(0,R.qn)(null==c?void 0:c.type,{blockColor:null==c?void 0:c.color,theme:je}).accent,monospace:!0,children:(null==c?void 0:c.uuid)||"[select a block]"})})}):(0,L.jsx)(O.ZP,{default:!0,monospace:!0,children:(null==c?void 0:c.uuid)||(null==r?void 0:r.uuid)||"[select a block]"}),(0,L.jsxs)(v.Z,{noBorderRadius:!0,noPaddingContent:!0,title:(0,L.jsxs)(g.ZP,{alignItems:"center",children:[o,(0,L.jsx)(_.Z,{mr:1}),(0,L.jsx)(k.PaginateArrowRight,{muted:!0}),(0,L.jsx)(_.Z,{mr:1}),(0,L.jsxs)(O.ZP,{default:!0,monospace:!0,children:[l||"{object}",(null==s?void 0:s.length)>=1&&(null==s?void 0:s.map((function(e){return(0,L.jsxs)(O.ZP,{default:!0,inline:!0,monospace:!0,children:["['",e,"']"]})})))]})]}),titleXPadding:E.cd*E.iI,titleYPadding:E.cd*E.iI,children:[(0,L.jsx)(Z.S,{title:"Block to extract data from",description:"The output data from this block will be merged into the ".concat(et,"’s data."),selectInput:{monospace:!0,onChange:function(n){return lt(pe(pe({},e),{},{block:pe(pe({},c),{},{uuid:n.target.value})}),t)},options:null==nt?void 0:nt.map((function(e){return{label:e.name,value:e.uuid}})),placeholder:"Select a block",value:null==c?void 0:c.uuid}},"block-uuid-".concat(t)),(0,L.jsx)(Z.S,{title:"Object to merge block output data into",description:"Select the ".concat(et," object to merge the block output data into."),selectInput:{monospace:!0,onChange:function(n){return lt(pe(pe({},e),{},{key:n.target.value}),t)},options:null===(n=Object.values(b.TT))||void 0===n?void 0:n.map((function(e){return{label:e,value:e}})),placeholder:"Select an object",value:l}},"key-".concat(t)),(0,L.jsxs)(Z.S,{title:"Additional dictionary keys",description:(0,L.jsxs)(O.ZP,{muted:!0,small:!0,children:["If there is a nested object or value in the $",et," data that you want to merge the block output data into,",(0,L.jsx)("br",{}),"use these additional keys to instruct the hook on how nested you want to merge the block output data."]}),textInput:{fullWidth:!1,monospace:!0,placeholder:"optional",onChange:function(n){return lt(pe(pe({},e),{},{keyMore:n.target.value}),t)},value:i},children:[null==s?void 0:s.map((function(n){return(0,L.jsx)(_.Z,{ml:1,children:(0,L.jsx)(j.Z,{border:!0,label:n,monospace:!0,onClick:function(){lt(pe(pe({},e),{},{keys:(s||[]).filter((function(e){return e!==n}))}),t)}})},"keys-".concat(t,"-").concat(n))})),(null==s?void 0:s.length)>=1&&(0,L.jsx)(_.Z,{mr:E.cd}),i&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(m.ZP,{compact:!0,onClick:function(){lt(pe(pe({},e),{},{keyMore:"",keys:(s||[]).concat(i)}),t)},small:!0,children:["Add key ",i]}),(0,L.jsx)(_.Z,{mr:E.cd})]})]},"keys-".concat(t)),(0,L.jsx)(Z.S,{title:"Remove block output",children:(0,L.jsx)(m.ZP,{compact:!0,onClick:function(){return Je((function(e){return pe(pe({},e),{},{outputs:(0,I.oM)((null==e?void 0:e.outputs)||[],t)})}))},small:!0,children:"Remove"})})]})}))}),[nt,ot,rt,tt,lt]),ut=(0,d.useMemo)((function(){return(0,ue.GL)(ge||{},["conditions","operation_type","outputs","pipeline","predicate","resource_type","run_settings","stages","strategies"])}),[ge]),ct=(0,d.useMemo)((function(){return(null==ge?void 0:ge.metadata)||{created_at:null,snapshot_hash:null,snapshot_valid:!1,snapshotted_at:null,updated_at:null,user:{id:null}}}),[ge]),at=(0,d.useMemo)((function(){return null==ge?void 0:ge.predicate}),[ge]),dt=(0,d.useMemo)((function(){return(0,L.jsx)(_.Z,{p:E.cd,children:se({level:-1,predicate:at,renderPredicate:se,setPredicate:function(e){return Je((function(t){return pe(pe({},t),{},{predicate:pe(pe({},e),{},{and_or_operator:b.YB.OR})})}))}})})}),[at,Je]);return(0,L.jsxs)(_.Z,{mb:8,p:E.cd,children:[(0,L.jsxs)(Z.Z,{title:"What to run hook for",children:[(0,L.jsx)(Z.S,{description:"This hook’s UUID must be unique across all hooks for the same resource type and operation type.",invalid:Ze&&!(null!=ge&&ge.uuid),textInput:oe?{monospace:!0,onChange:function(e){return Je((function(t){return pe(pe({},t),{},{uuid:e.target.value})}))},placeholder:"e.g. bootstrap pipeline blocks",value:null==ge?void 0:ge.uuid}:null,title:"Hook UUID",children:!oe&&(0,L.jsx)(_.Z,{px:E.cd,children:(0,L.jsx)(O.ZP,{large:!0,monospace:!0,children:de})})}),(0,L.jsx)(Z.S,{description:"Select the resource this hook should be attached to.",invalid:Ze&&!(null!=ge&&ge.resource_type),selectInput:{monospace:!0,onChange:function(e){return Je((function(t){return pe(pe({},t),{},{resource_type:e.target.value})}))},options:null==ge||null===(t=ge.resource_types)||void 0===t?void 0:t.map((function(e){return{label:(0,w.j3)(e),value:e}})),placeholder:"e.g. Pipeline",value:null==ge?void 0:ge.resource_type},title:"Resource type"}),(0,L.jsx)(Z.S,{description:"When a specific operation occurs for a given resource, this hook will be invoked for that specific operation on the configured resource.",invalid:Ze&&!(null!=ge&&ge.operation_type),selectInput:{monospace:!0,onChange:function(e){return Je((function(t){return pe(pe({},t),{},{operation_type:e.target.value})}))},options:null==ge||null===(n=ge.operation_types)||void 0===n?void 0:n.map((function(e){return{label:(0,w.vg)(e),value:e}})),placeholder:"e.g. Update",value:null==ge?void 0:ge.operation_type},title:"Operation type"}),!oe&&(0,L.jsx)(f.Z,{noBorder:!0,noBoxShadow:!0,visibleMappingForced:{0:!0},children:(0,L.jsxs)(v.Z,{noBorderRadius:!0,noPaddingContent:!0,title:"Targeting",titleXPadding:E.cd*E.iI,titleYPadding:E.cd*E.iI,children:[(0,L.jsx)(_.Z,{p:E.cd,children:(0,L.jsxs)(O.ZP,{default:!0,children:["Add targeting conditions to determine what subset of ",null!=ge&&ge.resource_type?(0,w._6)((0,w.j3)(null==ge?void 0:ge.resource_type),2,null,!0):"resources"," this hook should run for."]})}),dt]})})]}),!oe&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(Z.Z,{title:"When to run hook",children:[(0,L.jsx)(Z.S,{title:"Before operation starts",description:"If enabled, this hook will be invoked before the ".concat(et," starts."),toggleSwitch:{checked:null==ge||null===(l=ge.stages)||void 0===l?void 0:l.includes(b.SQ.BEFORE),onCheck:function(e){return Je((function(t){var n,r;return pe(pe({},t),{},{stages:e(null==t||null===(n=t.stages)||void 0===n?void 0:n.includes(b.SQ.BEFORE))?Array.from((0,o.Z)(Set,[((null==t?void 0:t.stages)||[]).concat(b.SQ.BEFORE)])):(null==t||null===(r=t.stages)||void 0===r?void 0:r.filter((function(e){return e!==b.SQ.BEFORE})))||[]})}))}}}),(0,L.jsx)(Z.S,{title:"After operation completes",description:"If enabled, this hook will be invoked after the ".concat(et," ends."),toggleSwitch:{checked:null==ge||null===(s=ge.stages)||void 0===s?void 0:s.includes(b.SQ.AFTER),onCheck:function(e){return Je((function(t){var n,r;return pe(pe({},t),{},{stages:e(null==t||null===(n=t.stages)||void 0===n?void 0:n.includes(b.SQ.AFTER))?Array.from((0,o.Z)(Set,[((null==t?void 0:t.stages)||[]).concat(b.SQ.AFTER)])):(null==t||null===(r=t.stages)||void 0===r?void 0:r.filter((function(e){return e!==b.SQ.AFTER})))||[]})}))}}}),(0,L.jsx)(Z.S,{title:"Run if ".concat(et," succeeds"),description:"If enabled, this hook will be invoked if the ".concat(et," is successful and doesn’t error."),toggleSwitch:{checked:null==ge||null===(N=ge.conditions)||void 0===N?void 0:N.includes(b.sw.SUCCESS),onCheck:function(e){return Je((function(t){var n,r;return pe(pe({},t),{},{conditions:e(null==t||null===(n=t.conditions)||void 0===n?void 0:n.includes(b.sw.SUCCESS))?Array.from((0,o.Z)(Set,[((null==t?void 0:t.conditions)||[]).concat(b.sw.SUCCESS)])):(null==t||null===(r=t.conditions)||void 0===r?void 0:r.filter((function(e){return e!==b.sw.SUCCESS})))||[]})}))}}}),(0,L.jsx)(Z.S,{title:"Run if ".concat(et," fails"),description:"If enabled, this hook will be invoked if the ".concat(et," fails with an error."),toggleSwitch:{checked:null==ge||null===(D=ge.conditions)||void 0===D?void 0:D.includes(b.sw.FAILURE),onCheck:function(e){return Je((function(t){var n,r;return pe(pe({},t),{},{conditions:e(null==t||null===(n=t.conditions)||void 0===n?void 0:n.includes(b.sw.FAILURE))?Array.from((0,o.Z)(Set,[((null==t?void 0:t.conditions)||[]).concat(b.sw.FAILURE)])):(null==t||null===(r=t.conditions)||void 0===r?void 0:r.filter((function(e){return e!==b.sw.FAILURE})))||[]})}))}}})]}),(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(Z.Z,{title:"Code to run",description:"When the current hook gets triggered, it will execute the associated pipeline.",children:[(0,L.jsx)(Z.S,{title:"Pipeline to execute",description:"Select a pipeline that will be executed every time this hook is triggered.",invalid:Ze&&!(null!=ge&&null!==(U=ge.pipeline)&&void 0!==U&&U.uuid),selectInput:{fullWidth:!1,monospace:!0,onChange:function(e){return Je((function(t){return pe(pe({},t),{},{pipeline:pe(pe({},null==t?void 0:t.pipeline),{},{uuid:e.target.value})})}))},options:null==Xe?void 0:Xe.map((function(e){var t=e.name,n=e.uuid;return{label:t||n,value:n}})),placeholder:"Select a pipeline",value:null==ge||null===(B=ge.pipeline)||void 0===B?void 0:B.uuid},children:(null==ge||null===(M=ge.pipeline)||void 0===M?void 0:M.uuid)&&(0,L.jsx)(_.Z,{mr:2,children:(0,L.jsx)(u(),{as:"/pipelines/".concat(null==ge||null===(H=ge.pipeline)||void 0===H?void 0:H.uuid,"/edit"),href:"/pipelines/[pipeline]/edit",passHref:!0,children:(0,L.jsx)(y.Z,{block:!0,openNewWindow:!0,children:"View pipeline"})})})}),(0,L.jsxs)(Z.S,{title:null==ge||null===(F=ge.pipeline)||void 0===F||!F.uuid||null!=ct&&ct.snapshot_hash||null!=ct&&ct.snapshot_valid?"Valid code snapshot":"Code snapshot hasn’t been created yet",description:(0,L.jsx)(L.Fragment,{children:(0,L.jsxs)(O.ZP,{muted:!0,small:!0,children:["Take a snapshot of ",null!=ge&&null!==(G=ge.pipeline)&&void 0!==G&&G.uuid?(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:null==ge||null===(W=ge.pipeline)||void 0===W?void 0:W.uuid}):"the associated pipeline","’s code. The snapshot is used to validate the hook before it runs.",(0,L.jsx)("br",{}),"A hook cannot run if ",null!=ge&&null!==(Y=ge.pipeline)&&void 0!==Y&&Y.uuid?(0,L.jsx)(O.ZP,{default:!0,inline:!0,monospace:!0,small:!0,children:null==ge||null===(Q=ge.pipeline)||void 0===Q?void 0:Q.uuid}):"the associated pipeline","’s code has changed after the most recent snapshot has been made.",(0,L.jsx)("br",{}),"If the code changes, a new snapshot must be created."]})}),invalid:(null==ge||null===(V=ge.pipeline)||void 0===V?void 0:V.uuid)&&(null==ct?void 0:ct.snapshot_hash)&&!(null!=ct&&ct.snapshot_valid),warning:(null==ge||null===(K=ge.pipeline)||void 0===K?void 0:K.uuid)&&!(null!=ct&&ct.snapshot_hash)&&!(null!=ct&&ct.snapshot_valid),children:[!(null!=ct&&ct.snapshot_hash)&&(0,L.jsx)(O.ZP,{default:!0,large:!0,children:null!=ge&&null!==(q=ge.pipeline)&&void 0!==q&&q.uuid?"No snapshot has been created":"Select a pipeline before taking a snapshot"}),(null==ct?void 0:ct.snapshot_hash)&&(0,L.jsx)(g.ZP,{flexDirection:"column",children:(0,L.jsx)(O.ZP,{danger:!(null!=ct&&ct.snapshot_valid),large:!0,rightAligned:!0,success:null==ct?void 0:ct.snapshot_valid,children:null!=ct&&ct.snapshot_valid?"Snapshot valid":"Snapshot outdated"})})]}),(0,L.jsx)(_.Z,{p:E.cd,children:(0,L.jsx)(g.ZP,{alignItems:"center",justifyContent:"flex-end",children:(0,L.jsxs)(g.ZP,{alignItems:"center",children:[(null==ct?void 0:ct.snapshotted_at)&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(O.ZP,{muted:!0,rightAligned:!0,small:!0,children:["Last snapshot at ",(0,L.jsx)(O.ZP,{inline:!0,muted:!0,small:!0,monospace:!0,children:null==ct?void 0:ct.snapshotted_at})]}),(0,L.jsx)(_.Z,{mr:E.cd})]}),(0,L.jsx)(m.ZP,{disabled:!(null!=ge&&null!==(z=ge.pipeline)&&void 0!==z&&z.uuid),loading:Ye,onClick:function(){return We({pipeline:null==ge?void 0:ge.pipeline})},primary:!(null!=ct&&ct.snapshot_valid),secondary:null==ct?void 0:ct.snapshot_valid,children:null!=ct&&ct.snapshot_hash?null!=ct&&ct.snapshot_valid?"Update snapshot even though it’s valid":"Update snapshot to make it valid":"Create snapshot of code"})]})})})]}),(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(Z.Z,{title:"How to run hook",children:[(0,L.jsx)(Z.S,{title:"Stop operation if hook fails",description:"If enabled, the ".concat(et," will be cancelled and an error will be raised."),toggleSwitch:{checked:null==ge||null===(X=ge.strategies)||void 0===X?void 0:X.includes(b.Ij.RAISE),onCheck:function(e){return Je((function(t){var n,r;return pe(pe({},t),{},{strategies:e(null==t||null===(n=t.strategies)||void 0===n?void 0:n.includes(b.Ij.RAISE))?Array.from((0,o.Z)(Set,[((null==t?void 0:t.strategies)||[]).concat(b.Ij.RAISE)])):(null==t||null===(r=t.strategies)||void 0===r?void 0:r.filter((function(e){return e!==b.Ij.RAISE})))||[]})}))}}}),(0,L.jsx)(Z.S,{title:"Execute hook with history and logging",description:(0,L.jsxs)(O.ZP,{muted:!0,small:!0,children:["If enabled, anytime this hook is executed an associated pipeline run and block runs will be created.",(0,L.jsx)("br",{}),"This will provide a history of the hook execution as well as logging for observability.",(0,L.jsx)("br",{}),"However, this will have a significant impact on the ",et," resolution time.",(0,L.jsx)("br",{}),"This may cause very delayed API responsed and a degraded devloper experience."]}),toggleSwitch:{checked:!(null==ge||null===($=ge.run_settings)||void 0===$||!$.with_trigger),onCheck:function(e){return Je((function(t){var n;return pe(pe({},t),{},{run_settings:pe(pe({},null==t?void 0:t.run_settings),{},{with_trigger:e(null==t||null===(n=t.run_settings)||void 0===n?void 0:n.with_trigger)})})}))}}}),(0,L.jsx)(Z.S,{title:"Run hook asynchronously",description:(0,L.jsxs)(O.ZP,{muted:!0,small:!0,children:["Hooks will execute the associated pipeline synchronously and prevent the current resource operation (e.g. API request) from resolving until all associated hooks for that resource operation are completed.",(0,L.jsx)("br",{}),"Hooks running synchronously can mutate the input data and output data. However, it can slow down the user experience in the application.",(0,L.jsx)("br",{}),"Enable this setting to run hooks asynchronously and not block the current resource operation from resolving.",(0,L.jsx)("br",{}),"However, asynchronous hooks cannot mutate the input data or output data. Use this asynchronous setting when hooks don’t need to mutate data."]}),toggleSwitch:{checked:!(null==ge||null===(J=ge.run_settings)||void 0===J||!J.asynchronous),onCheck:function(e){return Je((function(t){var n;return pe(pe({},t),{},{run_settings:pe(pe({},null==t?void 0:t.run_settings),{},{asynchronous:e(null==t||null===(n=t.run_settings)||void 0===n?void 0:n.asynchronous)})})}))}}})]}),(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(Z.Z,{title:"Block outputs ".concat((null==rt?void 0:rt.length)>=1?"(".concat((null==rt?void 0:rt.length)||0,")"):""),description:(0,L.jsx)(_.Z,{mt:1,children:(0,L.jsxs)(O.ZP,{muted:!0,children:["When a hook runs and executes a pipeline, the output from the pipeline’s blocks",(0,L.jsx)("br",{}),"can optionally be used to mutate the ",et," input and output data."]})}),headerChildren:(null==rt?void 0:rt.length)>=1&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(_.Z,{ml:E.cd}),it]}),children:[!(null!=rt&&rt.length)&&(0,L.jsx)(_.Z,{p:E.cd,children:it}),(null==rt?void 0:rt.length)>=1&&(0,L.jsx)(f.Z,{noBorder:!0,noBoxShadow:!0,children:st})]}),(0,L.jsx)(_.Z,{mb:E.cd}),(0,L.jsxs)(Z.Z,{title:"Metadata",children:[(0,L.jsx)(Z.S,{title:"Last updated",children:(0,L.jsxs)(x.Z,{alignItems:"center",flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(O.ZP,{large:!0,monospace:!0,muted:!0,children:null!=ct&&ct.updated_at?(0,A.XG)(null==ct?void 0:ct.updated_at,he):"-"}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(k.Schedule,{muted:!0,size:S.Z}),(0,L.jsx)(_.Z,{mr:1})]})}),(0,L.jsx)(Z.S,{title:"Created at",children:(0,L.jsxs)(x.Z,{alignItems:"center",flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(O.ZP,{large:!0,monospace:!0,muted:!0,children:null!=ct&&ct.created_at?(0,A.XG)(null==ct?void 0:ct.created_at,he):"-"}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(k.Schedule,{muted:!0,size:S.Z}),(0,L.jsx)(_.Z,{mr:1})]})}),(0,L.jsx)(Z.S,{title:"Snapshotted at",children:(0,L.jsxs)(x.Z,{alignItems:"center",flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(O.ZP,{large:!0,monospace:!0,muted:!0,children:null!=ct&&ct.snapshotted_at?(0,A.XG)(null==ct?void 0:ct.snapshotted_at,he):"-"}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(k.Schedule,{muted:!0,size:S.Z}),(0,L.jsx)(_.Z,{mr:1})]})}),(0,L.jsx)(Z.S,{title:"Snapshot valid",children:(0,L.jsxs)(x.Z,{alignItems:"center",flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(O.ZP,{large:!0,danger:!(null!=ct&&ct.snapshot_valid),muted:null==ct?void 0:ct.snapshot_valid,children:null!=ct&&ct.snapshot_valid?"Valid":"Hook won’t run until snapshot is valid"}),(0,L.jsx)(_.Z,{mr:E.cd}),null!=ct&&ct.snapshot_valid?(0,L.jsx)(k.Check,{size:S.Z,success:!0}):(0,L.jsx)(k.AlertTriangle,{danger:!0,size:S.Z}),(0,L.jsx)(_.Z,{mr:1})]})}),(0,L.jsx)(Z.S,{title:"Created by",children:(0,L.jsxs)(x.Z,{alignItems:"center",flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(O.ZP,{large:!0,monospace:!0,muted:!0,children:null!=ct&&null!==(ee=ct.user)&&void 0!==ee&&ee.id?String(null==ct||null===(te=ct.user)||void 0===te?void 0:te.id)===String(null==ve?void 0:ve.id)?"You created this hook":"User ID ".concat(null==ct||null===(ne=ct.user)||void 0===ne?void 0:ne.id):"-"}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(k.UserSmileyFace,{muted:!0,size:S.Z}),(0,L.jsx)(_.Z,{mr:1})]})})]})]}),(0,L.jsx)(_.Z,{mt:E.HN,children:(0,L.jsxs)(g.ZP,{alignItems:"center",justifyContent:"space-between",children:[!oe&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(m.ZP,{compact:!0,danger:!0,loading:qe,onClick:function(){window.confirm("Are you sure you wantt to delete this hook?")&&Ke()},small:!0,children:"Delete global hook"}),(0,L.jsx)(_.Z,{mr:E.cd})]}),(0,L.jsxs)(x.Z,{flex:1,justifyContent:"flex-end",children:[(0,L.jsx)(m.ZP,{beforeIcon:(0,L.jsx)(k.PaginateArrowLeft,{}),disabled:Le||He||qe,onClick:function(){return fe.push("/".concat(ie?"platform/":"","global-hooks"))},secondary:!0,children:Ze?"Cancel changes & go back":"Go back to all hooks"}),(0,L.jsx)(_.Z,{mr:E.cd}),(0,L.jsx)(m.ZP,{beforeIcon:(0,L.jsx)(k.Save,{}),disabled:qe,loading:Le||He,onClick:function(){return(oe?De:Me)({global_hook:pe(pe(pe({},ut),oe?{uuid:null==ge?void 0:ge.uuid}:{}),{},{root_project:ie})})},primary:!0,children:oe?"Create new global hook":"Save changes"})]})]})})]})}},93808:function(e,t,n){n.d(t,{Z:function(){return S}});var o=n(77837),r=n(26304),l=n(62243),i=n(29385),s=n(80022),u=n(13692),c=n(93189),a=n(15544),d=n(82394),p=n(38860),h=n.n(p),f=n(82684),v=n(56663),m=n.n(v),j=n(40761),x=n(34661),g=n(36105),b=n(50178),y=n(69419),Z=n(28598),_=["auth"];function O(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function P(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?O(Object(n),!0).forEach((function(t){(0,d.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):O(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function k(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=(0,a.Z)(e);if(t){var r=(0,a.Z)(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return(0,c.Z)(this,n)}}function S(e){return function(t){(0,u.Z)(a,t);var n,c=k(a);function a(){var e;(0,l.Z)(this,a);for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return e=c.call.apply(c,[this].concat(n)),(0,d.Z)((0,s.Z)(e),"state",{auth:new j.Z(e.props.token)}),e}return(0,i.Z)(a,[{key:"componentDidMount",value:function(){this.setState({auth:new j.Z(this.props.token)})}},{key:"render",value:function(){var t=this.props,n=(t.auth,(0,r.Z)(t,_));return(0,Z.jsx)(e,P({auth:this.state.auth},n))}}],[{key:"getInitialProps",value:(n=(0,o.Z)(h().mark((function t(n){var o,r,l,i,s,u,c,a,d;return h().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o=m()(n),r=(0,b.ex)(n),l=r.id,i=o[x.Mv],s=o[g.qt],u=new j.Z(i),c=P(P({},n),{},{auth:u,currentGroupId:l,theme:s}),(0,b.YB)(n)&&u.isExpired&&(console.log("OAuth token has expired."),a=P(P({},n.query),{},{redirect_url:n.asPath}),(0,y.nL)("/sign-in?".concat((0,y.uM)(a)),n.res)),!e.getInitialProps){t.next=12;break}return t.next=10,e.getInitialProps(c);case 10:return d=t.sent,t.abrupt("return",P(P({},d),{},{auth:u,currentGroupId:l,theme:s}));case 12:return t.abrupt("return",c);case 13:case"end":return t.stop()}}),t)}))),function(e){return n.apply(this,arguments)})}]),a}(f.Component)}},14466:function(e,t,n){n.d(t,{Ij:function(){return l},N_:function(){return v},SQ:function(){return i},TT:function(){return s},W6:function(){return p},XG:function(){return a},YB:function(){return c},i9:function(){return f},sw:function(){return u},t4:function(){return d}});var o,r,l,i,s,u,c,a,d,p,h=n(82394);!function(e){e.CREATE="create",e.DELETE="delete",e.DETAIL="detail",e.EXECUTE="execute",e.LIST="list",e.UPDATE="update",e.UPDATE_ANYWHERE="update_anywhere"}(r||(r={})),function(e){e.BREAK="break",e.CONTINUE="continue",e.RAISE="raise"}(l||(l={})),function(e){e.AFTER="after",e.BEFORE="before"}(i||(i={})),function(e){e.ERROR="error",e.META="meta",e.METADATA="metadata",e.PAYLOAD="payload",e.QUERY="query",e.RESOURCE="resource",e.RESOURCES="resources"}(s||(s={})),function(e){e.FAILURE="failure",e.SUCCESS="success"}(u||(u={})),function(e){e.AND="and",e.OR="or"}(c||(c={})),function(e){e.ERROR="error",e.HOOK="hook",e.META="meta",e.METADATA="metadata",e.OPERATION_RESOURCE="operation_resource",e.PAYLOAD="payload",e.QUERY="query",e.RESOURCE="resource",e.RESOURCES="resources",e.RESOURCE_ID="resource_id",e.RESOURCE_PARENT="resource_parent",e.RESOURCE_PARENT_ID="resource_parent_id",e.RESOURCE_PARENT_TYPE="resource_parent_type",e.USER="user"}(a||(a={})),function(e){e.BOOLEAN="BOOLEAN",e.DICTIONARY="DICTIONARY",e.FLOAT="FLOAT",e.INTEGER="INTEGER",e.LIST="LIST",e.STRING="STRING"}(d||(d={})),function(e){e.EQUALS="EQUALS",e.GREATER_THAN="GREATER_THAN",e.GREATER_THAN_OR_EQUALS="GREATER_THAN_OR_EQUALS",e.INCLUDES="INCLUDES",e.LESS_THAN="LESS_THAN",e.LESS_THAN_OR_EQUALS="LESS_THAN_OR_EQUALS",e.NOT_EQUALS="NOT_EQUALS",e.NOT_INCLUDES="NOT_INCLUDES",e.NOT_PRESENT="NOT_PRESENT",e.PRESENT="PRESENT"}(p||(p={}));var f=[p.NOT_PRESENT,p.PRESENT],v=(o={},(0,h.Z)(o,p.EQUALS,"=="),(0,h.Z)(o,p.GREATER_THAN,">"),(0,h.Z)(o,p.GREATER_THAN_OR_EQUALS,">="),(0,h.Z)(o,p.INCLUDES,"includes"),(0,h.Z)(o,p.LESS_THAN,"<"),(0,h.Z)(o,p.LESS_THAN_OR_EQUALS,"<="),(0,h.Z)(o,p.NOT_EQUALS,"!="),(0,h.Z)(o,p.NOT_INCLUDES,"not includes"),(0,h.Z)(o,p.NOT_PRESENT,"is not present"),(0,h.Z)(o,p.PRESENT,"is present"),o)},80022:function(e,t,n){function o(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}n.d(t,{Z:function(){return o}})},15544:function(e,t,n){function o(e){return o=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},o(e)}n.d(t,{Z:function(){return o}})},13692:function(e,t,n){n.d(t,{Z:function(){return r}});var o=n(61049);function r(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&(0,o.Z)(e,t)}},93189:function(e,t,n){n.d(t,{Z:function(){return l}});var o=n(12539),r=n(80022);function l(e,t){if(t&&("object"===o(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return(0,r.Z)(e)}}}]);
|