@pgflow/core 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/{CHANGELOG.md → dist/CHANGELOG.md} +6 -0
  2. package/package.json +8 -5
  3. package/__tests__/mocks/index.ts +0 -1
  4. package/__tests__/mocks/postgres.ts +0 -37
  5. package/__tests__/types/PgflowSqlClient.test-d.ts +0 -59
  6. package/docs/options_for_flow_and_steps.md +0 -75
  7. package/docs/pgflow-blob-reference-system.md +0 -179
  8. package/eslint.config.cjs +0 -22
  9. package/example-flow.mermaid +0 -5
  10. package/example-flow.svg +0 -1
  11. package/flow-lifecycle.mermaid +0 -83
  12. package/flow-lifecycle.svg +0 -1
  13. package/out-tsc/vitest/__tests__/mocks/index.d.ts +0 -2
  14. package/out-tsc/vitest/__tests__/mocks/index.d.ts.map +0 -1
  15. package/out-tsc/vitest/__tests__/mocks/postgres.d.ts +0 -15
  16. package/out-tsc/vitest/__tests__/mocks/postgres.d.ts.map +0 -1
  17. package/out-tsc/vitest/__tests__/types/PgflowSqlClient.test-d.d.ts +0 -2
  18. package/out-tsc/vitest/__tests__/types/PgflowSqlClient.test-d.d.ts.map +0 -1
  19. package/out-tsc/vitest/tsconfig.spec.tsbuildinfo +0 -1
  20. package/out-tsc/vitest/vite.config.d.ts +0 -3
  21. package/out-tsc/vitest/vite.config.d.ts.map +0 -1
  22. package/pkgs/core/dist/index.js +0 -54
  23. package/pkgs/core/dist/pkgs/core/LICENSE.md +0 -660
  24. package/pkgs/core/dist/pkgs/core/README.md +0 -373
  25. package/pkgs/dsl/dist/index.js +0 -123
  26. package/pkgs/dsl/dist/pkgs/dsl/README.md +0 -11
  27. package/pkgs/edge-worker/dist/index.js +0 -953
  28. package/pkgs/edge-worker/dist/index.js.map +0 -7
  29. package/pkgs/edge-worker/dist/pkgs/edge-worker/LICENSE.md +0 -660
  30. package/pkgs/edge-worker/dist/pkgs/edge-worker/README.md +0 -46
  31. package/pkgs/example-flows/dist/index.js +0 -152
  32. package/pkgs/example-flows/dist/pkgs/example-flows/README.md +0 -11
  33. package/project.json +0 -125
  34. package/prompts/architect.md +0 -87
  35. package/prompts/condition.md +0 -33
  36. package/prompts/declarative_sql.md +0 -15
  37. package/prompts/deps_in_payloads.md +0 -20
  38. package/prompts/dsl-multi-arg.ts +0 -48
  39. package/prompts/dsl-options.md +0 -39
  40. package/prompts/dsl-single-arg.ts +0 -51
  41. package/prompts/dsl-two-arg.ts +0 -61
  42. package/prompts/dsl.md +0 -119
  43. package/prompts/fanout_steps.md +0 -1
  44. package/prompts/json_schemas.md +0 -36
  45. package/prompts/one_shot.md +0 -286
  46. package/prompts/pgtap.md +0 -229
  47. package/prompts/sdk.md +0 -59
  48. package/prompts/step_types.md +0 -62
  49. package/prompts/versioning.md +0 -16
  50. package/queries/fail_permanently.sql +0 -17
  51. package/queries/fail_task.sql +0 -21
  52. package/queries/sequential.sql +0 -47
  53. package/queries/two_roots_left_right.sql +0 -59
  54. package/schema.svg +0 -1
  55. package/scripts/colorize-pgtap-output.awk +0 -72
  56. package/scripts/run-test-with-colors +0 -5
  57. package/scripts/watch-test +0 -7
  58. package/src/PgflowSqlClient.ts +0 -85
  59. package/src/database-types.ts +0 -759
  60. package/src/index.ts +0 -3
  61. package/src/types.ts +0 -103
  62. package/supabase/config.toml +0 -32
  63. package/supabase/seed.sql +0 -202
  64. package/supabase/tests/add_step/basic_step_addition.test.sql +0 -29
  65. package/supabase/tests/add_step/circular_dependency.test.sql +0 -21
  66. package/supabase/tests/add_step/flow_isolation.test.sql +0 -26
  67. package/supabase/tests/add_step/idempotent_step_addition.test.sql +0 -20
  68. package/supabase/tests/add_step/invalid_step_slug.test.sql +0 -16
  69. package/supabase/tests/add_step/nonexistent_dependency.test.sql +0 -16
  70. package/supabase/tests/add_step/nonexistent_flow.test.sql +0 -13
  71. package/supabase/tests/add_step/options.test.sql +0 -66
  72. package/supabase/tests/add_step/step_with_dependency.test.sql +0 -36
  73. package/supabase/tests/add_step/step_with_multiple_dependencies.test.sql +0 -46
  74. package/supabase/tests/complete_task/archives_message.test.sql +0 -67
  75. package/supabase/tests/complete_task/completes_run_if_no_more_remaining_steps.test.sql +0 -62
  76. package/supabase/tests/complete_task/completes_task_and_updates_dependents.test.sql +0 -64
  77. package/supabase/tests/complete_task/decrements_remaining_steps_if_completing_step.test.sql +0 -62
  78. package/supabase/tests/complete_task/saves_output_when_completing_run.test.sql +0 -57
  79. package/supabase/tests/create_flow/flow_creation.test.sql +0 -27
  80. package/supabase/tests/create_flow/idempotency_and_duplicates.test.sql +0 -26
  81. package/supabase/tests/create_flow/invalid_slug.test.sql +0 -13
  82. package/supabase/tests/create_flow/options.test.sql +0 -57
  83. package/supabase/tests/fail_task/exponential_backoff.test.sql +0 -70
  84. package/supabase/tests/fail_task/mark_as_failed_if_no_retries_available.test.sql +0 -49
  85. package/supabase/tests/fail_task/respects_flow_retry_settings.test.sql +0 -48
  86. package/supabase/tests/fail_task/respects_step_retry_settings.test.sql +0 -48
  87. package/supabase/tests/fail_task/retry_task_if_retries_available.test.sql +0 -39
  88. package/supabase/tests/is_valid_slug.test.sql +0 -72
  89. package/supabase/tests/poll_for_tasks/builds_proper_input_from_deps_outputs.test.sql +0 -35
  90. package/supabase/tests/poll_for_tasks/hides_messages.test.sql +0 -35
  91. package/supabase/tests/poll_for_tasks/increments_attempts_count.test.sql +0 -35
  92. package/supabase/tests/poll_for_tasks/multiple_task_processing.test.sql +0 -24
  93. package/supabase/tests/poll_for_tasks/polls_only_queued_tasks.test.sql +0 -35
  94. package/supabase/tests/poll_for_tasks/reads_messages.test.sql +0 -38
  95. package/supabase/tests/poll_for_tasks/returns_no_tasks_if_no_step_task_for_message.test.sql +0 -34
  96. package/supabase/tests/poll_for_tasks/returns_no_tasks_if_queue_is_empty.test.sql +0 -19
  97. package/supabase/tests/poll_for_tasks/returns_no_tasks_when_qty_set_to_0.test.sql +0 -22
  98. package/supabase/tests/poll_for_tasks/sets_vt_delay_based_on_opt_timeout.test.sql +0 -41
  99. package/supabase/tests/poll_for_tasks/tasks_reapppear_if_not_processed_in_time.test.sql +0 -59
  100. package/supabase/tests/start_flow/creates_run.test.sql +0 -24
  101. package/supabase/tests/start_flow/creates_step_states_for_all_steps.test.sql +0 -25
  102. package/supabase/tests/start_flow/creates_step_tasks_only_for_root_steps.test.sql +0 -54
  103. package/supabase/tests/start_flow/returns_run.test.sql +0 -24
  104. package/supabase/tests/start_flow/sends_messages_on_the_queue.test.sql +0 -50
  105. package/supabase/tests/start_flow/starts_only_root_steps.test.sql +0 -21
  106. package/supabase/tests/step_dsl_is_idempotent.test.sql +0 -34
  107. package/tsconfig.json +0 -16
  108. package/tsconfig.lib.json +0 -26
  109. package/tsconfig.spec.json +0 -35
  110. package/vite.config.ts +0 -57
@@ -1 +0,0 @@
1
- <svg aria-roledescription="sequence" role="graphics-document document" viewBox="-50 -10 1314 2742" style="max-width: 1314px; background-color: white;" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" width="100%" id="my-svg"><rect class="rect" height="921" width="985" fill="rgb(250, 240, 240)" y="1715" x="169"/><rect class="rect" height="384" width="449" fill="rgb(255, 225, 225)" y="2242" x="195"/><rect class="rect" height="282" width="839" fill="rgb(240, 250, 240)" y="1950" x="260"/><rect class="rect" height="673" width="1032.5" fill="rgb(235, 255, 235)" y="1032" x="121.5"/><g><rect class="actor actor-bottom" ry="3" rx="3" name="Handler" height="65" width="150" stroke="#666" fill="#eaeaea" y="2656" x="1064"/><text style="text-anchor: middle; font-size: 16px; font-weight: 400;" class="actor actor-box" alignment-baseline="central" dominant-baseline="central" y="2688.5" x="1139"><tspan dy="0" x="1139">Task Handler</tspan></text></g><g><rect class="actor actor-bottom" ry="3" rx="3" name="Worker" height="65" width="150" stroke="#666" fill="#eaeaea" y="2656" x="758"/><text style="text-anchor: middle; font-size: 16px; font-weight: 400;" class="actor actor-box" alignment-baseline="central" dominant-baseline="central" y="2688.5" x="833"><tspan dy="0" x="833">Edge Worker</tspan></text></g><g><rect class="actor actor-bottom" ry="3" rx="3" name="PGMQ" height="65" width="150" stroke="#666" fill="#eaeaea" y="2656" x="558"/><text style="text-anchor: middle; font-size: 16px; font-weight: 400;" class="actor actor-box" alignment-baseline="central" dominant-baseline="central" y="2688.5" x="633"><tspan dy="0" x="633">PGMQ Queue</tspan></text></g><g><rect class="actor actor-bottom" ry="3" rx="3" name="pgflow" height="65" width="150" stroke="#666" fill="#eaeaea" y="2656" x="200"/><text style="text-anchor: middle; font-size: 16px; font-weight: 400;" class="actor actor-box" alignment-baseline="central" dominant-baseline="central" y="2688.5" x="275"><tspan dy="0" x="275">pgflow SQL Core</tspan></text></g><g><rect class="actor actor-bottom" ry="3" rx="3" name="Client" height="65" width="150" stroke="#666" fill="#eaeaea" y="2656" x="0"/><text style="text-anchor: middle; font-size: 16px; font-weight: 400;" class="actor actor-box" alignment-baseline="central" dominant-baseline="central" y="2688.5" x="75"><tspan dy="0" x="75">Client</tspan></text></g><g><line name="Handler" stroke="#999" stroke-width="0.5px" class="actor-line 200" y2="2656" x2="1139" y1="65" x1="1139" id="actor4"/><g id="root-4"><rect class="actor actor-top" ry="3" rx="3" name="Handler" height="65" width="150" stroke="#666" fill="#eaeaea" y="0" x="1064"/><text style="text-anchor: middle; font-size: 16px; font-weight: 400;" class="actor actor-box" alignment-baseline="central" dominant-baseline="central" y="32.5" x="1139"><tspan dy="0" x="1139">Task Handler</tspan></text></g></g><g><line name="Worker" stroke="#999" stroke-width="0.5px" class="actor-line 200" y2="2656" x2="833" y1="65" x1="833" id="actor3"/><g id="root-3"><rect class="actor actor-top" ry="3" rx="3" name="Worker" height="65" width="150" stroke="#666" fill="#eaeaea" y="0" x="758"/><text style="text-anchor: middle; font-size: 16px; font-weight: 400;" class="actor actor-box" alignment-baseline="central" dominant-baseline="central" y="32.5" x="833"><tspan dy="0" x="833">Edge Worker</tspan></text></g></g><g><line name="PGMQ" stroke="#999" stroke-width="0.5px" class="actor-line 200" y2="2656" x2="633" y1="65" x1="633" id="actor2"/><g id="root-2"><rect class="actor actor-top" ry="3" rx="3" name="PGMQ" height="65" width="150" stroke="#666" fill="#eaeaea" y="0" x="558"/><text style="text-anchor: middle; font-size: 16px; font-weight: 400;" class="actor actor-box" alignment-baseline="central" dominant-baseline="central" y="32.5" x="633"><tspan dy="0" x="633">PGMQ Queue</tspan></text></g></g><g><line name="pgflow" stroke="#999" stroke-width="0.5px" class="actor-line 200" y2="2656" x2="275" y1="65" x1="275" id="actor1"/><g id="root-1"><rect class="actor actor-top" ry="3" rx="3" name="pgflow" height="65" width="150" stroke="#666" fill="#eaeaea" y="0" x="200"/><text style="text-anchor: middle; font-size: 16px; font-weight: 400;" class="actor actor-box" alignment-baseline="central" dominant-baseline="central" y="32.5" x="275"><tspan dy="0" x="275">pgflow SQL Core</tspan></text></g></g><g><line name="Client" stroke="#999" stroke-width="0.5px" class="actor-line 200" y2="2656" x2="75" y1="65" x1="75" id="actor0"/><g id="root-0"><rect class="actor actor-top" ry="3" rx="3" name="Client" height="65" width="150" stroke="#666" fill="#eaeaea" y="0" x="0"/><text style="text-anchor: middle; font-size: 16px; font-weight: 400;" class="actor actor-box" alignment-baseline="central" dominant-baseline="central" y="32.5" x="75"><tspan dy="0" x="75">Client</tspan></text></g></g><style>#my-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#333;}#my-svg .error-icon{fill:#552222;}#my-svg .error-text{fill:#552222;stroke:#552222;}#my-svg .edge-thickness-normal{stroke-width:1px;}#my-svg .edge-thickness-thick{stroke-width:3.5px;}#my-svg .edge-pattern-solid{stroke-dasharray:0;}#my-svg .edge-thickness-invisible{stroke-width:0;fill:none;}#my-svg .edge-pattern-dashed{stroke-dasharray:3;}#my-svg .edge-pattern-dotted{stroke-dasharray:2;}#my-svg .marker{fill:#333333;stroke:#333333;}#my-svg .marker.cross{stroke:#333333;}#my-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#my-svg p{margin:0;}#my-svg .actor{stroke:hsl(259.6261682243, 59.7765363128%, 87.9019607843%);fill:#ECECFF;}#my-svg text.actor&gt;tspan{fill:black;stroke:none;}#my-svg .actor-line{stroke:hsl(259.6261682243, 59.7765363128%, 87.9019607843%);}#my-svg .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333;}#my-svg .messageLine1{stroke-width:1.5;stroke-dasharray:2,2;stroke:#333;}#my-svg #arrowhead path{fill:#333;stroke:#333;}#my-svg .sequenceNumber{fill:white;}#my-svg #sequencenumber{fill:#333;}#my-svg #crosshead path{fill:#333;stroke:#333;}#my-svg .messageText{fill:#333;stroke:none;}#my-svg .labelBox{stroke:hsl(259.6261682243, 59.7765363128%, 87.9019607843%);fill:#ECECFF;}#my-svg .labelText,#my-svg .labelText&gt;tspan{fill:black;stroke:none;}#my-svg .loopText,#my-svg .loopText&gt;tspan{fill:black;stroke:none;}#my-svg .loopLine{stroke-width:2px;stroke-dasharray:2,2;stroke:hsl(259.6261682243, 59.7765363128%, 87.9019607843%);fill:hsl(259.6261682243, 59.7765363128%, 87.9019607843%);}#my-svg .note{stroke:#aaaa33;fill:#fff5ad;}#my-svg .noteText,#my-svg .noteText&gt;tspan{fill:black;stroke:none;}#my-svg .activation0{fill:#f4f4f4;stroke:#666;}#my-svg .activation1{fill:#f4f4f4;stroke:#666;}#my-svg .activation2{fill:#f4f4f4;stroke:#666;}#my-svg .actorPopupMenu{position:absolute;}#my-svg .actorPopupMenuPanel{position:absolute;fill:#ECECFF;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);filter:drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}#my-svg .actor-man line{stroke:hsl(259.6261682243, 59.7765363128%, 87.9019607843%);fill:#ECECFF;}#my-svg .actor-man circle,#my-svg line{stroke:hsl(259.6261682243, 59.7765363128%, 87.9019607843%);fill:#ECECFF;stroke-width:2px;}#my-svg :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g/><defs><symbol height="24" width="24" id="computer"><path d="M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z" transform="scale(.5)"/></symbol></defs><defs><symbol clip-rule="evenodd" fill-rule="evenodd" id="database"><path d="M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z" transform="scale(.5)"/></symbol></defs><defs><symbol height="24" width="24" id="clock"><path d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z" transform="scale(.5)"/></symbol></defs><defs><marker orient="auto-start-reverse" markerHeight="12" markerWidth="12" markerUnits="userSpaceOnUse" refY="5" refX="7.9" id="arrowhead"><path d="M -1 0 L 10 5 L 0 10 z"/></marker></defs><defs><marker refY="4.5" refX="4" orient="auto" markerHeight="8" markerWidth="15" id="crosshead"><path style="stroke-dasharray: 0, 0;" d="M 1,2 L 6,7 M 6,2 L 1,7" stroke-width="1pt" stroke="#000000" fill="none"/></marker></defs><defs><marker orient="auto" markerHeight="28" markerWidth="20" refY="7" refX="15.5" id="filled-head"><path d="M 18,7 L9,13 L14,7 L9,1 Z"/></marker></defs><defs><marker orient="auto" markerHeight="40" markerWidth="60" refY="15" refX="15" id="sequencenumber"><circle r="6" cy="15" cx="15"/></marker></defs><g><rect class="activation0" height="316" width="10" stroke="#666" fill="#EDF2AE" y="203" x="270"/></g><g><rect class="activation0" height="290" width="10" stroke="#666" fill="#EDF2AE" y="565" x="270"/></g><g><rect class="note" height="37" width="150" stroke="#666" fill="#EDF2AE" y="939" x="858"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="noteText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="944" x="933"><tspan x="933">Task Execution</tspan></text></g><g><rect class="note" height="37" width="150" stroke="#666" fill="#EDF2AE" y="1052" x="964"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="noteText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1057" x="1039"><tspan x="1039">Task succeeds</tspan></text></g><g><rect class="activation0" height="44" width="10" stroke="#666" fill="#EDF2AE" y="1089" x="1134"/></g><g><rect class="activation0" height="516" width="10" stroke="#666" fill="#EDF2AE" y="1179" x="270"/></g><g><rect class="note" height="37" width="244" stroke="#666" fill="#EDF2AE" y="1735" x="870"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="noteText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1740" x="992"><tspan x="992">Handler throws or exceeds timeout</tspan></text></g><g><rect class="activation0" height="46" width="10" stroke="#666" fill="#EDF2AE" y="1772" x="1134"/></g><g><rect class="activation0" height="762" width="10" stroke="#666" fill="#EDF2AE" y="1864" x="270"/></g><g><rect class="note" height="37" width="150" stroke="#666" fill="#EDF2AE" y="1970" x="300"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="noteText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1975" x="375"><tspan x="375">Retries remaining</tspan></text></g><g><rect class="note" height="37" width="231" stroke="#666" fill="#EDF2AE" y="2139" x="858"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="noteText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="2144" x="974"><tspan x="974">Worker attempts execution again</tspan></text></g><g><rect class="note" height="37" width="152" stroke="#666" fill="#EDF2AE" y="2262" x="300"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="noteText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="2267" x="376"><tspan x="376">No retries remaining</tspan></text></g><g><rect class="note" height="37" width="188" stroke="#666" fill="#EDF2AE" y="2579" x="300"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="noteText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="2584" x="394"><tspan x="394">Permanent failure of a run</tspan></text></g><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="80" x="174">create_flow(...)</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="111" x2="271" y1="111" x1="76"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="126" x="174">add_step(...)</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="157" x2="271" y1="157" x1="76"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="172" x="174">start_flow(...)</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="203" x2="271" y1="203" x1="76"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="218" x="280">Create run record</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,247 C 340,237 340,277 280,267"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="292" x="280">Initialize step_states</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,323 C 340,313 340,353 280,343"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="368" x="280">Create step_tasks for root steps</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,399 C 340,389 340,429 280,419"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="444" x="455">Enqueue message for root step task</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="475" x2="629" y1="475" x1="280"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="490" x="175">Return run details</text><line style="stroke-dasharray: 3, 3; fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine1" y2="519" x2="79" y1="519" x1="270"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="534" x="556">poll_for_tasks(...)</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="565" x2="279" y1="565" x1="832"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="580" x="455">Get visible messages</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="611" x2="629" y1="611" x1="280"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="626" x="458">Return messages</text><line style="stroke-dasharray: 3, 3; fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine1" y2="657" x2="283" y1="657" x1="632"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="672" x="280">Increment attempts counter on task</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,703 C 340,693 340,733 280,723"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="748" x="280">Build step input by combining run input &amp; dependency outputs</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,779 C 340,769 340,809 280,799"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="824" x="555">Return tasks with metadata and inputs</text><line style="stroke-dasharray: 3, 3; fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine1" y2="855" x2="829" y1="855" x1="280"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="870" x="834">Find handler function for a task</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 834,899 C 894,889 894,929 834,919"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="991" x="985">Call handler function with task input</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="1022" x2="1135" y1="1022" x1="834"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1104" x="986">Return result</text><line style="stroke-dasharray: 3, 3; fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine1" y2="1133" x2="837" y1="1133" x1="1134"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1148" x="556">complete_task(results)</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="1179" x2="279" y1="1179" x1="832"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1194" x="280">Update task status to 'completed'</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,1225 C 340,1215 340,1255 280,1245"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1270" x="455">Archive message</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="1301" x2="629" y1="1301" x1="280"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1316" x="280">Update step_state to 'completed'</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,1347 C 340,1337 340,1377 280,1367"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1392" x="280">Check &amp; start dependent steps</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,1423 C 340,1413 340,1453 280,1443"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1468" x="455">Enqueue messages for ready dependent steps</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="1499" x2="629" y1="1499" x1="280"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1514" x="280">Decrement remaining_steps counter</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,1545 C 340,1535 340,1575 280,1565"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1590" x="280">If all steps completed, mark run as 'completed'</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,1621 C 340,1611 340,1651 280,1641"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1666" x="555">Confirmation</text><line style="stroke-dasharray: 3, 3; fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine1" y2="1695" x2="829" y1="1695" x1="280"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1787" x="986">Throw exception or exceeds timeout</text><line style="stroke-dasharray: 3, 3; fill: none;" marker-end="url(#crosshead)" stroke="none" stroke-width="2" class="messageLine1" y2="1818" x2="837" y1="1818" x1="1134"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1833" x="556">fail_task(error_message)</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="1864" x2="279" y1="1864" x1="832"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="1879" x="280">Check remaining retry attempts</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,1910 C 340,1900 340,1940 280,1930"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="2022" x="455">Delay message visibility</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="2053" x2="629" y1="2053" x1="280"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="2068" x="634">Message becomes visible</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 634,2099 C 694,2089 694,2129 634,2119"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="2191" x="558">poll_for_tasks(...)</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="2222" x2="283" y1="2222" x1="832"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="2314" x="280">Mark task as 'failed'</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,2343 C 340,2333 340,2373 280,2363"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="2388" x="280">Mark step as 'failed'</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,2419 C 340,2409 340,2449 280,2439"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="2464" x="280">Mark run as 'failed'</text><path style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" d="M 280,2493 C 340,2483 340,2523 280,2513"/><text style="font-size: 16px; font-weight: 400;" dy="1em" class="messageText" alignment-baseline="middle" dominant-baseline="middle" text-anchor="middle" y="2538" x="455">Archive message</text><line style="fill: none;" marker-end="url(#arrowhead)" stroke="none" stroke-width="2" class="messageLine0" y2="2569" x2="629" y1="2569" x1="280"/></svg>
@@ -1,2 +0,0 @@
1
- export * from './postgres.ts';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../__tests__/mocks/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
@@ -1,15 +0,0 @@
1
- /**
2
- * Mock implementation for the postgres module
3
- * This prevents real database connections during tests
4
- */
5
- export declare function setupPostgresMock(): {
6
- default: import("vitest").Mock<[], {
7
- (strings: TemplateStringsArray, ...values: unknown[]): Promise<unknown[]>;
8
- json: (data: unknown) => string;
9
- begin: () => Promise<void>;
10
- commit: () => Promise<void>;
11
- rollback: () => Promise<void>;
12
- end: () => Promise<void>;
13
- }>;
14
- };
15
- //# sourceMappingURL=postgres.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"postgres.d.ts","sourceRoot":"","sources":["../../../../__tests__/mocks/postgres.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,wBAAgB,iBAAiB;;kBAGnB,oBAAoB,aAAa,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;cACnE,CAAC,IAAI,EAAE,OAAO,KAAK,MAAM;eACxB,MAAM,OAAO,CAAC,IAAI,CAAC;gBAClB,MAAM,OAAO,CAAC,IAAI,CAAC;kBACjB,MAAM,OAAO,CAAC,IAAI,CAAC;aACxB,MAAM,OAAO,CAAC,IAAI,CAAC;;EAsB3B"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=PgflowSqlClient.test-d.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PgflowSqlClient.test-d.d.ts","sourceRoot":"","sources":["../../../../__tests__/types/PgflowSqlClient.test-d.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"fileNames":["../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/.pnpm/@vitest+utils@1.6.0/node_modules/@vitest/utils/dist/types.d.ts","../../../../node_modules/.pnpm/@vitest+utils@1.6.0/node_modules/@vitest/utils/dist/helpers.d.ts","../../../../node_modules/.pnpm/@sinclair+typebox@0.27.8/node_modules/@sinclair/typebox/typebox.d.ts","../../../../node_modules/.pnpm/@jest+schemas@29.6.3/node_modules/@jest/schemas/build/index.d.ts","../../../../node_modules/.pnpm/pretty-format@29.7.0/node_modules/pretty-format/build/index.d.ts","../../../../node_modules/.pnpm/@vitest+utils@1.6.0/node_modules/@vitest/utils/dist/index.d.ts","../../../../node_modules/.pnpm/@vitest+runner@1.6.0/node_modules/@vitest/runner/dist/tasks-K5XERDtv.d.ts","../../../../node_modules/.pnpm/@vitest+utils@1.6.0/node_modules/@vitest/utils/dist/types-9l4niLY8.d.ts","../../../../node_modules/.pnpm/@vitest+utils@1.6.0/node_modules/@vitest/utils/dist/diff.d.ts","../../../../node_modules/.pnpm/@vitest+runner@1.6.0/node_modules/@vitest/runner/dist/types.d.ts","../../../../node_modules/.pnpm/@vitest+utils@1.6.0/node_modules/@vitest/utils/dist/error.d.ts","../../../../node_modules/.pnpm/@vitest+runner@1.6.0/node_modules/@vitest/runner/dist/index.d.ts","../../../../node_modules/.pnpm/@vitest+runner@1.6.0/node_modules/@vitest/runner/dist/utils.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/assert.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/assert/strict.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/globals.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/async_hooks.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/buffer.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/child_process.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/cluster.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/console.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/constants.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/crypto.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/dgram.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/diagnostics_channel.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/dns.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/dns/promises.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/domain.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/dom-events.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/events.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/fs.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/fs/promises.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/http.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/http2.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/https.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/inspector.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/module.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/net.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/os.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/path.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/perf_hooks.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/process.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/punycode.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/querystring.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/readline.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/repl.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/stream.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/stream/web.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/test.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/timers.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/timers/promises.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/tls.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/trace_events.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/tty.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/url.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/util.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/v8.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/vm.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/wasi.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/worker_threads.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/zlib.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/globals.global.d.ts","../../../../node_modules/.pnpm/@types+node@18.16.20/node_modules/@types/node/index.d.ts","../../../../node_modules/.pnpm/@types+estree@1.0.6/node_modules/@types/estree/index.d.ts","../../../../node_modules/.pnpm/rollup@4.30.0/node_modules/rollup/dist/rollup.d.ts","../../../../node_modules/.pnpm/rollup@4.30.0/node_modules/rollup/dist/parseAst.d.ts","../../../../node_modules/.pnpm/vite@5.4.11_@types+node@18.16.20/node_modules/vite/types/hmrPayload.d.ts","../../../../node_modules/.pnpm/vite@5.4.11_@types+node@18.16.20/node_modules/vite/types/customEvent.d.ts","../../../../node_modules/.pnpm/vite@5.4.11_@types+node@18.16.20/node_modules/vite/types/hot.d.ts","../../../../node_modules/.pnpm/vite@5.4.11_@types+node@18.16.20/node_modules/vite/dist/node/types.d-aGj9QkWt.d.ts","../../../../node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/lib/main.d.ts","../../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/previous-map.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/input.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/css-syntax-error.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/declaration.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/root.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/warning.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/lazy-result.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/no-work-result.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/processor.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/result.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/document.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/rule.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/node.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/comment.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/container.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/at-rule.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/list.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/postcss.d.ts","../../../../node_modules/.pnpm/postcss@8.4.49/node_modules/postcss/lib/postcss.d.mts","../../../../node_modules/.pnpm/vite@5.4.11_@types+node@18.16.20/node_modules/vite/dist/node/runtime.d.ts","../../../../node_modules/.pnpm/vite@5.4.11_@types+node@18.16.20/node_modules/vite/types/importGlob.d.ts","../../../../node_modules/.pnpm/vite@5.4.11_@types+node@18.16.20/node_modules/vite/types/metadata.d.ts","../../../../node_modules/.pnpm/vite@5.4.11_@types+node@18.16.20/node_modules/vite/dist/node/index.d.ts","../../../../node_modules/.pnpm/vite-node@1.6.0_@types+node@18.16.20/node_modules/vite-node/dist/trace-mapping.d-xyIfZtPm.d.ts","../../../../node_modules/.pnpm/vite-node@1.6.0_@types+node@18.16.20/node_modules/vite-node/dist/index-O2IrwHKf.d.ts","../../../../node_modules/.pnpm/vite-node@1.6.0_@types+node@18.16.20/node_modules/vite-node/dist/index.d.ts","../../../../node_modules/.pnpm/@vitest+snapshot@1.6.0/node_modules/@vitest/snapshot/dist/environment-cMiGIVXz.d.ts","../../../../node_modules/.pnpm/@vitest+snapshot@1.6.0/node_modules/@vitest/snapshot/dist/index-S94ASl6q.d.ts","../../../../node_modules/.pnpm/@vitest+snapshot@1.6.0/node_modules/@vitest/snapshot/dist/index.d.ts","../../../../node_modules/.pnpm/@vitest+expect@1.6.0/node_modules/@vitest/expect/dist/chai.d.cts","../../../../node_modules/.pnpm/@vitest+expect@1.6.0/node_modules/@vitest/expect/dist/index.d.ts","../../../../node_modules/.pnpm/@vitest+expect@1.6.0/node_modules/@vitest/expect/index.d.ts","../../../../node_modules/.pnpm/tinybench@2.9.0/node_modules/tinybench/dist/index.d.ts","../../../../node_modules/.pnpm/vite-node@1.6.0_@types+node@18.16.20/node_modules/vite-node/dist/client.d.ts","../../../../node_modules/.pnpm/@vitest+snapshot@1.6.0/node_modules/@vitest/snapshot/dist/manager.d.ts","../../../../node_modules/.pnpm/vite-node@1.6.0_@types+node@18.16.20/node_modules/vite-node/dist/server.d.ts","../../../../node_modules/.pnpm/vitest@1.6.0_@types+node@18.16.20_@vitest+ui@1.6.0_jsdom@22.1.0/node_modules/vitest/dist/reporters-yx5ZTtEV.d.ts","../../../../node_modules/.pnpm/vitest@1.6.0_@types+node@18.16.20_@vitest+ui@1.6.0_jsdom@22.1.0/node_modules/vitest/dist/suite-IbNSsUWN.d.ts","../../../../node_modules/.pnpm/@vitest+spy@1.6.0/node_modules/@vitest/spy/dist/index.d.ts","../../../../node_modules/.pnpm/@vitest+snapshot@1.6.0/node_modules/@vitest/snapshot/dist/environment.d.ts","../../../../node_modules/.pnpm/vitest@1.6.0_@types+node@18.16.20_@vitest+ui@1.6.0_jsdom@22.1.0/node_modules/vitest/dist/index.d.ts","../../../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.d.ts","../../../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/modules/index.d.ts","../../../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/typescript.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib-commonjs/beta/DeclarationReference.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/details/Standardization.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/configuration/TSDocTagDefinition.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/configuration/TSDocValidationConfiguration.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/parser/TSDocMessageId.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/configuration/TSDocConfiguration.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocNode.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/configuration/DocNodeManager.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/details/StandardTags.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/parser/TextRange.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/parser/Token.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocNodeContainer.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocSection.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocBlock.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocCodeSpan.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocMemberIdentifier.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocMemberSymbol.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocMemberSelector.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocMemberReference.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocDeclarationReference.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocInlineTagBase.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocInheritDocTag.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocParamBlock.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocParamCollection.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocComment.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocErrorText.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocEscapedText.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocExcerpt.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocFencedCode.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocHtmlAttribute.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocHtmlEndTag.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocHtmlStartTag.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocInlineTag.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocLinkTag.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocParagraph.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocPlainText.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocSoftBreak.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/index.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/parser/ParserMessage.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/parser/ParserMessageLog.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/parser/ParserContext.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/parser/TokenSequence.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/nodes/DocBlockTag.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/details/ModifierTagSet.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/details/StandardModifierTagSet.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/emitters/PlainTextEmitter.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/emitters/StringBuilder.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/emitters/TSDocEmitter.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/parser/TSDocParser.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/transforms/DocNodeTransforms.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc@0.14.2/node_modules/@microsoft/tsdoc/lib/index.d.ts","../../../../node_modules/.pnpm/@rushstack+node-core-library@4.0.2_@types+node@18.16.20/node_modules/@rushstack/node-core-library/dist/node-core-library.d.ts","../../../../node_modules/.pnpm/@microsoft+api-extractor-model@7.28.13_@types+node@18.16.20/node_modules/@microsoft/api-extractor-model/dist/rollup.d.ts","../../../../node_modules/.pnpm/@rushstack+rig-package@0.5.2/node_modules/@rushstack/rig-package/dist/rig-package.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc-config@0.16.2/node_modules/@microsoft/tsdoc-config/lib/TSDocConfigFile.d.ts","../../../../node_modules/.pnpm/@microsoft+tsdoc-config@0.16.2/node_modules/@microsoft/tsdoc-config/lib/index.d.ts","../../../../node_modules/.pnpm/@microsoft+api-extractor@7.43.0_@types+node@18.16.20/node_modules/@microsoft/api-extractor/dist/rollup.d.ts","../../../../node_modules/.pnpm/vite-plugin-dts@3.8.3_@types+node@18.16.20_typescript@5.6.3_vite@5.4.11/node_modules/vite-plugin-dts/dist/index.d.ts","../../../../node_modules/.pnpm/vite-tsconfig-paths@5.1.4_typescript@5.6.3_vite@5.4.11/node_modules/vite-tsconfig-paths/dist/index.d.ts","../../vite.config.ts","../../__tests__/mocks/postgres.ts","../../__tests__/mocks/index.ts","../../../../node_modules/.pnpm/postgres@3.4.5/node_modules/postgres/types/index.d.ts","../../../dsl/dist/src/dsl.d.ts","../../../dsl/dist/src/index.d.ts","../../dist/src/database-types.d.ts","../../dist/src/types.d.ts","../../dist/src/PgflowSqlClient.d.ts","../../__tests__/types/PgflowSqlClient.test-d.ts","../../../../node_modules/.pnpm/vitest@1.6.0_@types+node@18.16.20_@vitest+ui@1.6.0_jsdom@22.1.0/node_modules/vitest/globals.d.ts","../../../../node_modules/.pnpm/vitest@1.6.0_@types+node@18.16.20_@vitest+ui@1.6.0_jsdom@22.1.0/node_modules/vitest/importMeta.d.ts","../../../../node_modules/.pnpm/vite@5.4.11_@types+node@18.16.20/node_modules/vite/types/importMeta.d.ts","../../../../node_modules/.pnpm/vite@5.4.11_@types+node@18.16.20/node_modules/vite/client.d.ts","../../../../node_modules/.pnpm/vitest@1.6.0_@types+node@18.16.20_@vitest+ui@1.6.0_jsdom@22.1.0/node_modules/vitest/index.d.cts"],"fileIdsList":[[61,118],[118,179,229,230],[118,229,230,231,232,234],[118,229],[118,233],[118],[118,185],[118,181,182,183,186],[118,180],[118,181,221],[118,222],[118,181],[118,216],[118,216,225],[118,180,181,182,183,184,186,187,188,189,216,217,218,219,220,222,223,224,225,226,227,228],[118,185,191,221],[118,185,220],[118,185,191,192,200,202,223],[118,185,197,220],[118,183,185,220],[118,185,208,220],[118,185,198,199],[118,185,199,220],[118,185,198,199,220],[118,185,194,195,196,220],[118,185,198,220],[118,184],[118,185,190],[118,185,192,220],[118,185,201],[118,185,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,221],[118,184,188,189,216,218],[118,183,185,188,220],[118,183,185,188,204,217,220],[118,184,188,219],[118,188],[118,188,189,219],[77,89,118,125],[72,118],[75,118],[76,81,109,118],[77,88,89,96,106,117,118],[77,78,88,96,118],[79,118],[80,81,89,97,118],[81,106,114,118],[82,84,88,96,118],[83,118],[84,85,118],[88,118],[86,88,118],[88,89,90,106,117,118],[88,89,90,103,106,109,118],[118,122],[84,88,91,96,106,117,118],[88,89,91,92,96,106,114,117,118],[91,93,106,114,117,118],[72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124],[88,94,118],[95,117,118],[84,88,96,106,118],[97,118],[98,118],[75,99,118],[100,116,118,122],[101,118],[102,118],[88,103,104,118],[103,105,118,120],[76,88,106,107,108,109,118],[76,106,108,118],[106,107,118],[109,118],[110,118],[88,112,113,118],[112,113,118],[81,96,106,114,118],[115,118],[96,116,118],[76,91,102,117,118],[81,118],[106,118,119],[118,120],[118,121],[76,81,88,90,99,106,117,118,120,122],[106,118,123],[64,67,118],[118,165],[64,65,67,68,69,118],[64,118],[64,65,67,118],[64,65,118],[118,161],[63,118,161],[63,118,161,162],[63,66,118],[59,118],[59,60,63,118],[63,118],[118,149],[118,147,149],[118,138,146,147,148,150],[118,136],[118,139,144,149,152],[118,135,152],[118,139,140,143,144,145,152],[118,139,140,141,143,144,152],[118,136,137,138,139,140,144,145,146,148,149,150,152],[118,152],[118,134,136,137,138,139,140,141,143,144,145,146,147,148,149,150,151],[118,134,152],[118,139,141,142,144,145,152],[118,143,152],[118,144,145,149,152],[118,137,147],[106,118],[62,118],[118,127,156],[118,126,127],[118,176],[118,158,159],[118,158],[118,157,158,159,171],[118,157,171,178,235],[118,157,171],[118,250],[88,89,91,92,93,96,106,114,117,118,123,125,127,128,129,130,131,132,133,153,154,155,156],[118,129,130,131,132],[118,129,130,131],[118,129],[118,130],[118,131,155],[118,127],[64,67,70,71,89,106,118,122,157,160,163,164,166,167,168,169,170,171,172,173,174],[64,70,71,89,106,118,122,157,160,163,164,166,167,168,169,170,171],[70,71,118,167,171],[118,175],[118,177,239],[118,175,177],[118,175,177,239,241,243,245,246],[118,241,243,245],[118,243,244],[98,118,157,171,175,177,236,237],[118,242]],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","impliedFormat":1},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"45d8ccb3dfd57355eb29749919142d4321a0aa4df6acdfc54e30433d7176600a","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1a94697425a99354df73d9c8291e2ecd4dddd370aed4023c2d6dee6cccb32666","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3f9fc0ec0b96a9e642f11eda09c0be83a61c7b336977f8b9fdb1e9788e925fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3d7b04b45033f57351c8434f60b6be1ea71a2dfec2d0a0c3c83badbb0e3e693","affectsGlobalScope":true,"impliedFormat":1},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true,"impliedFormat":1},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true,"impliedFormat":1},{"version":"15c1c3d7b2e46e0025417ed6d5f03f419e57e6751f87925ca19dc88297053fe6","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"3deed5e2a5f1e7590d44e65a5b61900158a3c38bac9048462d38b1bc8098bb2e","impliedFormat":99},{"version":"d435a43f89ed8794744c59d72ce71e43c1953338303f6be9ef99086faa8591d7","impliedFormat":99},{"version":"c085e9aa62d1ae1375794c1fb927a445fa105fed891a7e24edbb1c3300f7384a","impliedFormat":1},{"version":"f315e1e65a1f80992f0509e84e4ae2df15ecd9ef73df975f7c98813b71e4c8da","impliedFormat":1},{"version":"5b9586e9b0b6322e5bfbd2c29bd3b8e21ab9d871f82346cb71020e3d84bae73e","impliedFormat":1},{"version":"a4f64e674903a21e1594a24c3fc8583f3a587336d17d41ade46aa177a8ab889b","impliedFormat":99},{"version":"b6f69984ffcd00a7cbcef9c931b815e8872c792ed85d9213cb2e2c14c50ca63a","impliedFormat":99},{"version":"2bbc5abe5030aa07a97aabd6d3932ed2e8b7a241cf3923f9f9bf91a0addbe41f","impliedFormat":99},{"version":"1e5e5592594e16bcf9544c065656293374120eb8e78780fb6c582cc710f6db11","impliedFormat":99},{"version":"4abf1e884eecb0bf742510d69d064e33d53ac507991d6c573958356f920c3de4","impliedFormat":99},{"version":"44f1d2dd522c849ca98c4f95b8b2bc84b64408d654f75eb17ec78b8ceb84da11","impliedFormat":99},{"version":"89edc5e1739692904fdf69edcff9e1023d2213e90372ec425b2f17e3aecbaa4a","impliedFormat":99},{"version":"e7d5bcffc98eded65d620bc0b6707c307b79c21d97a5fb8601e8bdf2296026b6","impliedFormat":99},{"version":"ba8691cf6bea9d53e6bf6cbc22af964a9633a21793981a1be3dce65e7a714d8b","impliedFormat":1},{"version":"a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a","impliedFormat":1},{"version":"bce910d9164785c9f0d4dcea4be359f5f92130c7c7833dea6138ab1db310a1f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"7d2e3fea24c712c99c03ad8f556abedbfe105f87f1be10b95dbd409d24bc05a3","impliedFormat":1},{"version":"7c387a02bf156d8d45667134d32518ac3ca1b99ca50ca9deff2c1a03eb6d1a81","affectsGlobalScope":true,"impliedFormat":1},{"version":"3719525a8f6ab731e3dfd585d9f87df55ec7d50d461df84f74eb4d68bb165244","impliedFormat":1},{"version":"f993522fd7d01ae1ead930091fe35130b8415720d6c2123dc2a7e8eb11bb3cba","impliedFormat":1},{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true,"impliedFormat":1},{"version":"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","impliedFormat":1},{"version":"b787b5b54349a24f07d089b612a9fb8ff024dbbe991ff52ea2b188a6b1230644","impliedFormat":1},{"version":"bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","impliedFormat":1},{"version":"1cdcfc1f624d6c08aa12c73935f6e13f095919cd99edf95752951796eb225729","impliedFormat":1},{"version":"4eaff3d8e10676fd7913d8c108890e71c688e1e7d52f6d1d55c39514f493dc47","impliedFormat":1},{"version":"14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","impliedFormat":1},{"version":"5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea","impliedFormat":1},{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true,"impliedFormat":1},{"version":"00dee7cdca8b8420c47ea4a31a34b8e8294013ebc4f463fd941e867e7bf05029","affectsGlobalScope":true,"impliedFormat":1},{"version":"7abd2623cdd8148233c0c6b9da0289e124f1718bc58dcb8da4262432e9ce0f0a","impliedFormat":1},{"version":"f4a3088770ba56a4c72e9907bc9798706ab1575097cd024503f57966df2d3d3a","impliedFormat":1},{"version":"7f138842074d0a40681775af008c8452093b68c383c94de31759e853c6d06b5c","impliedFormat":1},{"version":"9503113febdd737095465792cc074d541902c82c0aea3922f940de18784812ad","impliedFormat":1},{"version":"8d3c583a07e0c37e876908c2d5da575019f689df8d9fa4c081d99119d53dba22","impliedFormat":1},{"version":"2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58","impliedFormat":1},{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true,"impliedFormat":1},{"version":"bcebb922784739bdb34c18ee51095d25a92b560c78ccd2eaacd6bd00f7443d83","impliedFormat":1},{"version":"7ee6ed878c4528215c82b664fe0cfe80e8b4da6c0d4cc80869367868774db8b1","impliedFormat":1},{"version":"b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30","impliedFormat":1},{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true,"impliedFormat":1},{"version":"0715e4cd28ad471b2a93f3e552ff51a3ae423417a01a10aa1d3bc7c6b95059d6","affectsGlobalScope":true,"impliedFormat":1},{"version":"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","impliedFormat":1},{"version":"210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","impliedFormat":1},{"version":"36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","impliedFormat":1},{"version":"0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","impliedFormat":1},{"version":"25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","impliedFormat":1},{"version":"4f3fdeba4e28e21aa719c081b8dc8f91d47e12e773389b9d35679c08151c9d37","impliedFormat":1},{"version":"1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","impliedFormat":1},{"version":"69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","impliedFormat":1},{"version":"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","impliedFormat":1},{"version":"23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","impliedFormat":1},{"version":"5629c03c44d1e07698c31d04318c9950d78940461269c0f692a42091cedea142","impliedFormat":1},{"version":"3c4ba1dd9b12ffa284b565063108f2f031d150ea15b8fafbdc17f5d2a07251f3","affectsGlobalScope":true,"impliedFormat":1},{"version":"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","impliedFormat":1},{"version":"1422cd9e705adcc09088fda85a900c2b70e3ad36ea85846f68bd1a884cdf4e2b","impliedFormat":1},{"version":"3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","impliedFormat":1},{"version":"5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2","impliedFormat":1},{"version":"c6b124041039647ff446e19ea0e90a7a83256593d64f23c66b4fda6e0c5b968e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a9fc1469744055a3435f203123246b96c094e7ff8c4e1c3863829d9b705b7a34","affectsGlobalScope":true,"impliedFormat":1},{"version":"868831cab82b65dfe1d68180e898af1f2101e89ba9b754d1db6fb8cc2fac1921","impliedFormat":1},{"version":"0fe8985a28f82c450a04a6edf1279d7181c0893f37da7d2a27f8efd4fd5edb03","impliedFormat":1},{"version":"e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa","impliedFormat":1},{"version":"52120bb7e4583612225bdf08e7c12559548170f11e660d33a33623bae9bbdbba","affectsGlobalScope":true,"impliedFormat":1},{"version":"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6dd3dba8e665ac43d279e0fdf5219edda0eed69b5e9a5061f46cd6a65c4f7a1","impliedFormat":1},{"version":"785b9d575b49124ce01b46f5b9402157c7611e6532effa562ac6aebec0074dfc","impliedFormat":1},{"version":"068edc96705c11c7ff5adb82c57ee2212d2379bf52f088542abcdcecfcc7b500","affectsGlobalScope":true,"impliedFormat":1},{"version":"a660aa95476042d3fdcc1343cf6bb8fdf24772d31712b1db321c5a4dcc325434","impliedFormat":1},{"version":"282f98006ed7fa9bb2cd9bdbe2524595cfc4bcd58a0bb3232e4519f2138df811","impliedFormat":1},{"version":"6222e987b58abfe92597e1273ad7233626285bc2d78409d4a7b113d81a83496b","impliedFormat":1},{"version":"cbe726263ae9a7bf32352380f7e8ab66ee25b3457137e316929269c19e18a2be","impliedFormat":1},{"version":"8b96046bf5fb0a815cba6b0880d9f97b7f3a93cf187e8dcfe8e2792e97f38f87","impliedFormat":99},{"version":"bacf2c84cf448b2cd02c717ad46c3d7fd530e0c91282888c923ad64810a4d511","affectsGlobalScope":true,"impliedFormat":1},{"version":"402e5c534fb2b85fa771170595db3ac0dd532112c8fa44fc23f233bc6967488b","impliedFormat":1},{"version":"8885cf05f3e2abf117590bbb951dcf6359e3e5ac462af1c901cfd24c6a6472e2","impliedFormat":1},{"version":"4d979e3c12ffb6497d2b1dc5613130196d986fff764c4526360c0716a162e7e7","impliedFormat":1},{"version":"e61df3640a38d535fd4bc9f4a53aef17c296b58dc4b6394fd576b808dd2fe5e6","impliedFormat":1},{"version":"80781460eca408fe8d2937d9fdbbb780d6aac35f549621e6200c9bee1da5b8fe","impliedFormat":1},{"version":"4719c209b9c00b579553859407a7e5dcfaa1c472994bd62aa5dd3cc0757eb077","impliedFormat":1},{"version":"7ec359bbc29b69d4063fe7dad0baaf35f1856f914db16b3f4f6e3e1bca4099fa","impliedFormat":1},{"version":"b9261ac3e9944d3d72c5ee4cf888ad35d9743a5563405c6963c4e43ee3708ca4","impliedFormat":1},{"version":"c84fd54e8400def0d1ef1569cafd02e9f39a622df9fa69b57ccc82128856b916","impliedFormat":1},{"version":"a022503e75d6953d0e82c2c564508a5c7f8556fad5d7f971372d2d40479e4034","impliedFormat":1},{"version":"2ed6489ef46eb61442d067c08e87e3db501c0bfb2837eee4041a27bf3e792bb0","impliedFormat":1},{"version":"644491cde678bd462bb922c1d0cfab8f17d626b195ccb7f008612dc31f445d2d","impliedFormat":1},{"version":"d60fe6d59d4e19ecc65359490b8535e359ca4b760d2cdb56897ca75d09d41ba3","impliedFormat":1},{"version":"f45a2a8b1777ecb50ed65e1a04bb899d4b676529b7921bd5d69b08573a00c832","impliedFormat":1},{"version":"774b783046ba3d473948132d28a69f52a295b2f378f2939304118ba571b1355e","impliedFormat":1},{"version":"b5734e05c787a40e4f9efe71f16683c5f7dc3bdb0de7c04440c855bd000f8fa7","impliedFormat":1},{"version":"14ba97f0907144771331e1349fdccb5a13526eba0647e6b447e572376d811b6f","impliedFormat":1},{"version":"2a771d907aebf9391ac1f50e4ad37952943515eeea0dcc7e78aa08f508294668","impliedFormat":1},{"version":"7165050eddaed878c2d2cd3cafcaf171072ac39e586a048c0603712b5555f536","impliedFormat":1},{"version":"26e629be9bbd94ea1d465af83ce5a3306890520695f07be6eb016f8d734d02be","impliedFormat":99},{"version":"82e687ebd99518bc63ea04b0c3810fb6e50aa6942decd0ca6f7a56d9b9a212a6","impliedFormat":99},{"version":"7f698624bbbb060ece7c0e51b7236520ebada74b747d7523c7df376453ed6fea","impliedFormat":1},{"version":"8f07f2b6514744ac96e51d7cb8518c0f4de319471237ea10cf688b8d0e9d0225","impliedFormat":1},{"version":"9ae0ca65717af0d3b554a26fd333ad9c78ad3910ad4b22140ff02acb63076927","impliedFormat":99},{"version":"4a27c79c57a6692abb196711f82b8b07a27908c94652148d5469887836390116","impliedFormat":99},{"version":"f42400484f181c2c2d7557c0ed3b8baaace644a9e943511f3d35ac6be6eb5257","impliedFormat":99},{"version":"54b381d36b35df872159a8d3b52e8d852659ee805695a867a388c8ccbf57521b","impliedFormat":99},{"version":"c67b4c864ec9dcde25f7ad51b90ae9fe1f6af214dbd063d15db81194fe652223","impliedFormat":99},{"version":"7a4aa00aaf2160278aeae3cf0d2fc6820cf22b86374efa7a00780fbb965923ff","impliedFormat":99},{"version":"66e3ee0a655ff3698be0aef05f7b76ac34c349873e073cde46d43db795b79f04","impliedFormat":99},{"version":"48c411efce1848d1ed55de41d7deb93cbf7c04080912fd87aa517ed25ef42639","affectsGlobalScope":true,"impliedFormat":1},{"version":"28e065b6fb60a04a538b5fbf8c003d7dac3ae9a49eddc357c2a14f2ffe9b3185","affectsGlobalScope":true,"impliedFormat":99},{"version":"fe2d63fcfdde197391b6b70daf7be8c02a60afa90754a5f4a04bdc367f62793d","impliedFormat":99},{"version":"69bf2422313487956e4dacf049f30cb91b34968912058d244cb19e4baa24da97","impliedFormat":99},{"version":"0d87708dafcde5468a130dfe64fac05ecad8328c298a4f0f2bd86603e5fd002e","impliedFormat":99},{"version":"a3f2554ba6726d0da0ffdc15b675b8b3de4aea543deebbbead845680b740a7fd","impliedFormat":99},{"version":"93dda0982b139b27b85dd2924d23e07ee8b4ca36a10be7bdf361163e4ffcc033","impliedFormat":99},{"version":"31af4e44d2d576ba81551894367493d444a24b72206fa9d4938b773085588cce","affectsGlobalScope":true,"impliedFormat":99},{"version":"18b47d2b019adf661fa363a2fc7a63b5bff55406a689e7e312934f8d57c41065","impliedFormat":99},{"version":"dfa6bb848807bc5e01e84214d4ec13ee8ffe5e1142546dcbb32065783a5db468","impliedFormat":99},{"version":"2f1ffc29f9ba7b005c0c48e6389536a245837264c99041669e0b768cfab6711d","impliedFormat":99},{"version":"e0ec9121996450da52ed36b694b198b0e40fc8531bcddb7c0296a158ff65ab94","impliedFormat":99},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"b8f34dd1757f68e03262b1ca3ddfa668a855b872f8bdd5224d6f993a7b37dc2c","impliedFormat":99},{"version":"c66ffde3b8ce430c9cbfe345ea0418892b37f3258a67dd8dd6dec81be1a49eb7","impliedFormat":1},{"version":"0b05b97c19b0ec329a40864a2d1379c9a7dc56f4cc46b1e8826b12d6433ba806","impliedFormat":1},{"version":"9f706fec5e44b5498bd6498c920137abacf6bb59442510e2f36135194adbda50","impliedFormat":1},{"version":"fc953ba36f518eb973156ae6b6ccc0f9172e6f69c2e24299b2cf4ba184b2f3cd","impliedFormat":1},{"version":"5bb43fb4160f799f08d8a169a6b74ba04cbdab6dbc9d5889b11df0fd0a1cc37d","impliedFormat":1},{"version":"0a9b34d41f06ca0707200e74ab563190a0f3bcf57e250b63fd0bd12b035bc68e","impliedFormat":1},{"version":"68016cb110b03b39d0d4b34219821a86ac3a15b09b929fbf0eeb56fb0eb903e4","impliedFormat":1},{"version":"57a459d91b59b930ec40b763792bc82f18059c5fc159166c56e2c207918215d7","impliedFormat":1},{"version":"42a1402970f30963d2e2932a6b6bc388f9a4499bebb8ca4ca4660e71c893773a","impliedFormat":1},{"version":"06401c590494ee3b3a52ee3a31d8f63a997a1df9eeb70ac9cdce58b0a166959b","impliedFormat":1},{"version":"f409abec25c2a03294cf9cd419e73ff67ce0d6706a77a55cf31d0c6aef4b7814","impliedFormat":1},{"version":"99ada98a8d7a0c8af4846d7517961f9a2790df84833171fc3004114cfa8042a7","impliedFormat":1},{"version":"937823c46e65fa2bc6ffb52d6eda21eacceaa16e4f5e09299a832be34fd07d9a","impliedFormat":1},{"version":"ed5a706d615f0af0237db707217c1c770096ab8dac4a6e843caa208a6de97300","impliedFormat":1},{"version":"330b8cb746c9c6826dd6f1c0da10861e6232d87e11d6f9f6bbb5cfcce6c67ed0","impliedFormat":1},{"version":"355d3819b44d73ffb62e7b2077228338c116fd818565c14c38b4077211d44fde","impliedFormat":1},{"version":"5c8ffd091921592d634988bf339bde4099232d06e3918940c821649ec7c6545a","impliedFormat":1},{"version":"df9694a6a1d98a2916a880c980e7949288f404ddaafe8fb2c45da7bb7655ce82","impliedFormat":1},{"version":"48af6ba90d4ce95a697dbe5efe059ab8f481c0569de7bdb07bf395d32707ae76","impliedFormat":1},{"version":"b6b1c36453ec2ff59f80b5c0a651cf595162968e30fec80731b37a3e29eb6067","impliedFormat":1},{"version":"27d0b2169955b0c811f99fce2b5c9946b168300b510fa1596f57fac26351e0a8","impliedFormat":1},{"version":"c5c420b6e7250dd4294d53f70e0cfc78465a7f8e78e42b60e26a22d1e3dd73a3","impliedFormat":1},{"version":"00a5f93e8c68aaf24404b5d8ec2662e1d0462d24261092bb911aad8ef63acceb","impliedFormat":1},{"version":"ffd94f42dc4adf5f0b7e4c91d42298347abbc81e9ba2a0613f1f2bd79c07d104","impliedFormat":1},{"version":"145f590633fb2ea71e54673cf667954ee2150b109c22b11850e3a6552276c7cd","impliedFormat":1},{"version":"66cc36077f3505e522876e7614e2fc36cb6d0f347a45a0a26ab79c956dc565f2","impliedFormat":1},{"version":"2c11983289b97b8e9a06ffc2f1329e44ae6d311a29e3d030969bce1979fbeb7b","impliedFormat":1},{"version":"05867a066b5104262dd84485bc8819ef740912f1f856a24e5514ed193d94906c","impliedFormat":1},{"version":"7289c2be2edbd9fb721f0889fed3a3f548226eb6d657de0b0113c6d40da32323","impliedFormat":1},{"version":"9a089635170c0f9be7495929165205c278ee6091d908042979b788ebd733c35a","impliedFormat":1},{"version":"9dac680df5ecaadf5f6aa7bbb5f381a6accd82392f53829a6b4ce76e884ce5fe","impliedFormat":1},{"version":"2b9ce93c03ba978d8effd769646e653fdce747d0d77723b9a67395e3f8d36dc7","impliedFormat":1},{"version":"b0b74616de751a2fd232cd366a42f3e551ba7fd25d558e21f91970e99cb0aa20","impliedFormat":1},{"version":"935e484e551b289a0eb8627da1f6d7d23b241bbe57a772aea820cf089395b9d8","impliedFormat":1},{"version":"0c0594bfe0048acffc770014fffee79dd597006788ea6d7be35574ffb0abf30a","impliedFormat":1},{"version":"268667eb87b3a9d258ebf44ee7ee912af7080a512caf332d7de01d3b130fbf52","impliedFormat":1},{"version":"2d9c54d5ddae876866f61f7769fabf2dfc88a72bcb6c8111877e5fd9a0d3c6ac","impliedFormat":1},{"version":"9e55c95c595728c3aa9aeb8d02684f3f14188173fb99b1e07b34f4b2ae336e7a","impliedFormat":1},{"version":"291cc4d81c80a5800fced2528f2354eb5e2d1696a55f4dbf753b82a816460ce5","impliedFormat":1},{"version":"32eea73b5d2c00b0abc6603a732d4c984c1fdf7ca6d689c1d9b3aa876ae8e2b5","impliedFormat":1},{"version":"8d77d61b81750f7f1edd1ff09ce5cdf68dcaf24812602a41ba96eae6236b6580","impliedFormat":1},{"version":"b3333dcd2af47b14f1519964d4cf19581072ad0fe91a7e3f70a226e5b6a59444","impliedFormat":1},{"version":"e37f838988e8e650a300abce99efd8e68f77788ebce49688c3c620fb235793c9","impliedFormat":1},{"version":"f32e11d3e7c04f88883fb7152a2de951a6fdf4a0774893766ad14e5ce5f8a450","impliedFormat":1},{"version":"37b2c78e85b2108500ebbe0732eab587a1679fad2aa218b6490748b0bc0ee5ec","impliedFormat":1},{"version":"0875eaa2a1908045c6d6f44b5d77a4ba9ac7b4a0edf49b8f7dea65149c89e0ce","impliedFormat":1},{"version":"7fa2766758660a92585c52d84bbe62ecebb8ac431abfbcf4e928634e74bd30be","impliedFormat":1},{"version":"87ee8911c717a13a0a72d6ff64f100c7b7f11625be74f61ee6b0bf3b52a7d7f2","impliedFormat":1},{"version":"b4f6aa3d2a1fdeaafccc41b9b496db44209be373cb84a0c31baf5fed052fc149","impliedFormat":1},{"version":"eac40c9899be21194a9aa098ccddaa38ae017dd16f5fa0d4e7bb44a5ac66a485","impliedFormat":1},{"version":"2007d224b83f0759d61d9b6a31fd597328858650ad59e8d6e1dda8180704f449","impliedFormat":1},{"version":"5b8d619a687847930ee691e74537fa93b1d2870209d862fafb43f82fadea0811","impliedFormat":1},{"version":"b8f34d5a61c4d40d5b8eee6ca01a01151110b765e3c146d523df75e124c273f3","impliedFormat":1},{"version":"a1935ab9d13167b4707c1250cefcfc6f23a40790312b13fb15bd0af3635119fa","impliedFormat":1},{"version":"56da97aa09737418e2bf14e49b94b54f1f8853fe6edb7a287fcd5830ac99959d","impliedFormat":1},{"version":"ed6a8d3ef96f7c499252aa3013c7b7cac898d336026daed9c3fa61afb9d59659","impliedFormat":1},{"version":"7d8b1339d4b274024d7f77bc7ca26a713726849565d9fc9a52dab7c45f64a5f8","impliedFormat":1},{"version":"6d8207163c35e5b131a193462eb2d8c7e09213391f1a8d09bba4dd3471c75fac","impliedFormat":1},{"version":"b265c4c4919ca843bf7dcd2bae93658f9842b467f047cddb0e1ab687e399ee8f","impliedFormat":99},{"version":"cadf7a128bda2a4937411ad8fc659c08142ae7b53a7559eada72e8c34a5ea273","impliedFormat":99},{"version":"74730d8670f8a70a8e5711bb8f69e37bc38037af7af0823ad97b9d75efdbaa15","signature":"4b96dd19fd2949d28ce80e913412b0026dc421e5bf6c31d87c7b5eb11b5753b4","impliedFormat":99},{"version":"a349f22fd7f5874dc091becf327dc197ca5866f33689e9f0dd79b7531c76a0f0","signature":"c0ec986882573f4a5006965f38eae001ad7384f398952c159fd5860fb9a76b18","impliedFormat":99},{"version":"8c7d00963c699113568ea823b0b24505b2d78c1df2b1a3dd7c089428a7e31d4e","impliedFormat":99},{"version":"cacbb7829fdc44382199306cc9b516eb44df1b26bd984c2516b11933ac8049f8","impliedFormat":1},{"version":"d7e9705b273c69ef8dc00b8b0a6d4b17dc1110e59d363ec92b5c3fbb5caa792e","impliedFormat":99},{"version":"ecd962eabb64690dd1be33a97fe0f619b79ef4aed0b07992a4c8f97b6f371e5b","impliedFormat":99},{"version":"e5020403fe88805747ecf6463717bb07c52e2c1e4f03f420e60c5fa76521ee52","impliedFormat":99},{"version":"a9ecb0405388ad89f351e2265bafd823d851b9bcc6eb4dc3591dc8b8c04d212a","impliedFormat":99},{"version":"bfe50bbcd974704e0a020337049e78a47cbbcd48d14664d41d9a75b802f5cbc7","impliedFormat":99},{"version":"f71590f8c3f9a098735ddfe887de77c10eb4a7d0e8716c0c556efd0c55efd14a","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881","impliedFormat":99},{"version":"381d27c35f5a5bf6c09dd238ec26fef30a03d12ea84589c621ebc208d7dc8378","affectsGlobalScope":true,"impliedFormat":99},{"version":"13d43666c55b9153815a92c4d3f807833df3491ebe4009cd46c3879b9a3f5d1a","affectsGlobalScope":true,"impliedFormat":99},{"version":"4025a454b1ca489b179ee8c684bdd70ff8c1967e382076ade53e7e4653e1daec","affectsGlobalScope":true,"impliedFormat":1},{"version":"984c09345059b76fc4221c2c54e53511f4c27a0794dfd6e9f81dc60f0b564e05","affectsGlobalScope":true,"impliedFormat":99},{"version":"db8e26b83e6708b250200435440c326d84dd9f07114c72b33775569486bebd0b","impliedFormat":1}],"root":[[238,240],247],"options":{"allowImportingTsExtensions":true,"allowJs":false,"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":true,"emitDecoratorMetadata":false,"esModuleInterop":true,"experimentalDecorators":false,"importHelpers":true,"module":199,"noEmitOnError":true,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noUnusedLocals":true,"outDir":"./","removeComments":false,"skipDefaultLibCheck":false,"skipLibCheck":true,"sourceMap":false,"strict":true,"target":9,"verbatimModuleSyntax":false},"referencedMap":[[62,1],[231,2],[235,3],[233,4],[234,5],[179,6],[186,7],[184,8],[181,9],[182,6],[222,10],[223,11],[187,12],[180,6],[224,13],[225,6],[226,14],[229,15],[192,16],[221,17],[193,17],[203,18],[198,19],[204,20],[205,17],[206,17],[207,17],[208,17],[209,17],[210,21],[200,22],[211,23],[199,17],[212,24],[194,17],[197,25],[196,17],[195,26],[185,27],[190,7],[213,28],[201,29],[202,30],[214,17],[191,28],[215,17],[216,31],[219,32],[217,33],[218,34],[183,6],[227,35],[188,6],[189,36],[220,37],[228,13],[230,38],[232,6],[61,6],[126,6],[72,39],[73,39],[75,40],[76,41],[77,42],[78,43],[79,44],[80,45],[81,46],[82,47],[83,48],[84,49],[85,49],[87,50],[86,51],[88,50],[89,52],[90,53],[74,54],[124,6],[91,55],[92,56],[93,57],[125,58],[94,59],[95,60],[96,61],[97,62],[98,63],[99,64],[100,65],[101,66],[102,67],[103,68],[104,68],[105,69],[106,70],[108,71],[107,72],[109,73],[110,74],[111,6],[112,75],[113,76],[114,77],[115,78],[116,79],[117,80],[118,81],[119,82],[120,83],[121,84],[122,85],[123,86],[164,6],[165,87],[166,88],[70,89],[65,90],[68,91],[71,92],[161,6],[174,93],[162,94],[163,95],[169,95],[173,6],[67,96],[69,96],[60,97],[64,98],[66,99],[59,6],[133,6],[150,100],[148,101],[149,102],[137,103],[138,101],[145,104],[136,105],[141,106],[151,6],[142,107],[147,108],[153,109],[152,110],[135,111],[143,112],[144,113],[139,114],[146,100],[140,115],[241,116],[63,117],[128,118],[127,119],[134,6],[167,6],[177,120],[176,6],[57,6],[58,6],[11,6],[10,6],[2,6],[12,6],[13,6],[14,6],[15,6],[16,6],[17,6],[18,6],[19,6],[3,6],[20,6],[4,6],[21,6],[25,6],[22,6],[23,6],[24,6],[26,6],[27,6],[28,6],[5,6],[29,6],[30,6],[31,6],[32,6],[6,6],[36,6],[33,6],[34,6],[35,6],[37,6],[7,6],[38,6],[43,6],[44,6],[39,6],[40,6],[41,6],[42,6],[8,6],[48,6],[45,6],[46,6],[47,6],[49,6],[9,6],[50,6],[51,6],[52,6],[55,6],[53,6],[54,6],[1,6],[56,6],[178,6],[168,121],[159,122],[160,121],[170,123],[158,6],[236,124],[237,125],[251,126],[157,127],[154,128],[132,129],[130,130],[129,6],[131,131],[155,6],[250,132],[156,133],[175,134],[171,135],[172,136],[248,137],[249,137],[252,137],[240,138],[239,139],[247,140],[246,141],[244,6],[245,142],[238,143],[242,6],[243,144]],"latestChangedDtsFile":"./__tests__/mocks/index.d.ts","version":"5.6.3"}
@@ -1,3 +0,0 @@
1
- declare const _default: import("vite").UserConfig;
2
- export default _default;
3
- //# sourceMappingURL=vite.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vite.config.d.ts","sourceRoot":"","sources":["../../vite.config.ts"],"names":[],"mappings":";AAMA,wBAkDG"}
@@ -1,54 +0,0 @@
1
- // src/PgflowSqlClient.ts
2
- var PgflowSqlClient = class {
3
- constructor(sql) {
4
- this.sql = sql;
5
- }
6
- async pollForTasks(queueName, batchSize = 20, visibilityTimeout = 2, maxPollSeconds = 5, pollIntervalMs = 200) {
7
- return await this.sql`
8
- SELECT *
9
- FROM pgflow.poll_for_tasks(
10
- queue_name => ${queueName},
11
- vt => ${visibilityTimeout},
12
- qty => ${batchSize},
13
- max_poll_seconds => ${maxPollSeconds},
14
- poll_interval_ms => ${pollIntervalMs}
15
- );
16
- `;
17
- }
18
- async completeTask(stepTask, output) {
19
- await this.sql`
20
- SELECT pgflow.complete_task(
21
- run_id => ${stepTask.run_id}::uuid,
22
- step_slug => ${stepTask.step_slug}::text,
23
- task_index => ${0}::int,
24
- output => ${this.sql.json(output || null)}::jsonb
25
- );
26
- `;
27
- }
28
- async failTask(stepTask, error) {
29
- const errorString = typeof error === "string" ? error : error instanceof Error ? error.message : JSON.stringify(error);
30
- await this.sql`
31
- SELECT pgflow.fail_task(
32
- run_id => ${stepTask.run_id}::uuid,
33
- step_slug => ${stepTask.step_slug}::text,
34
- task_index => ${0}::int,
35
- error_message => ${errorString}::text
36
- );
37
- `;
38
- }
39
- async startFlow(flow, input) {
40
- const results = await this.sql`
41
- SELECT * FROM pgflow.start_flow(${flow.slug}::text, ${this.sql.json(
42
- input
43
- )}::jsonb);
44
- `;
45
- if (results.length === 0) {
46
- throw new Error(`Failed to start flow ${flow.slug}`);
47
- }
48
- const [flowRun] = results;
49
- return flowRun;
50
- }
51
- };
52
- export {
53
- PgflowSqlClient
54
- };