@grepr/cli 1.1.4 → 1.2.0
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.
- package/build/dist/commands/base-command.d.ts +3 -2
- package/build/dist/commands/base-command.d.ts.map +1 -1
- package/build/dist/commands/base-command.js +1 -1
- package/build/dist/commands/base-command.js.map +1 -1
- package/build/dist/commands/config-command.d.ts +5 -9
- package/build/dist/commands/config-command.d.ts.map +1 -1
- package/build/dist/commands/config-command.js +32 -4
- package/build/dist/commands/config-command.js.map +1 -1
- package/build/dist/commands/crud-command.d.ts +11 -18
- package/build/dist/commands/crud-command.d.ts.map +1 -1
- package/build/dist/commands/crud-command.js +27 -11
- package/build/dist/commands/crud-command.js.map +1 -1
- package/build/dist/commands/dataset-command.d.ts +8 -13
- package/build/dist/commands/dataset-command.d.ts.map +1 -1
- package/build/dist/commands/dataset-command.js.map +1 -1
- package/build/dist/commands/docs-command.d.ts +87 -0
- package/build/dist/commands/docs-command.d.ts.map +1 -0
- package/build/dist/commands/docs-command.js +164 -0
- package/build/dist/commands/docs-command.js.map +1 -0
- package/build/dist/commands/docs-get-command.d.ts +53 -0
- package/build/dist/commands/docs-get-command.d.ts.map +1 -0
- package/build/dist/commands/docs-get-command.js +75 -0
- package/build/dist/commands/docs-get-command.js.map +1 -0
- package/build/dist/commands/grok-command.d.ts +71 -0
- package/build/dist/commands/grok-command.d.ts.map +1 -0
- package/build/dist/commands/grok-command.js +258 -0
- package/build/dist/commands/grok-command.js.map +1 -0
- package/build/dist/commands/integration-command.d.ts +5 -7
- package/build/dist/commands/integration-command.d.ts.map +1 -1
- package/build/dist/commands/integration-command.js +4 -4
- package/build/dist/commands/integration-command.js.map +1 -1
- package/build/dist/commands/job-command.d.ts +7 -43
- package/build/dist/commands/job-command.d.ts.map +1 -1
- package/build/dist/commands/job-command.js +5 -3
- package/build/dist/commands/job-command.js.map +1 -1
- package/build/dist/commands/job-to-test-command.d.ts +74 -0
- package/build/dist/commands/job-to-test-command.d.ts.map +1 -0
- package/build/dist/commands/job-to-test-command.js +159 -0
- package/build/dist/commands/job-to-test-command.js.map +1 -0
- package/build/dist/commands/list-command.d.ts +5 -7
- package/build/dist/commands/list-command.d.ts.map +1 -1
- package/build/dist/commands/list-command.js +20 -4
- package/build/dist/commands/list-command.js.map +1 -1
- package/build/dist/commands/query-command.d.ts +3 -8
- package/build/dist/commands/query-command.d.ts.map +1 -1
- package/build/dist/commands/query-command.js +34 -13
- package/build/dist/commands/query-command.js.map +1 -1
- package/build/dist/docs-index/001b47a0-3be3-40ee-8f07-caac8f638d9d.json +1 -0
- package/build/dist/docs-index/001b47a0-3be3-40ee-8f07-caac8f638d9d.txt +3 -0
- package/build/dist/docs-index/008d3d6d-778c-4c4c-aa4f-4e13c53096f5.json +1 -0
- package/build/dist/docs-index/008d3d6d-778c-4c4c-aa4f-4e13c53096f5.txt +40 -0
- package/build/dist/docs-index/01d363c1-af55-4b31-aca8-ac8ab23b901e.json +1 -0
- package/build/dist/docs-index/01d363c1-af55-4b31-aca8-ac8ab23b901e.txt +34 -0
- package/build/dist/docs-index/01e90a52-5d00-481d-b376-74912a3da1b0.json +1 -0
- package/build/dist/docs-index/01e90a52-5d00-481d-b376-74912a3da1b0.txt +29 -0
- package/build/dist/docs-index/02567fae-d517-46d5-ab8e-ad0f71613865.json +1 -0
- package/build/dist/docs-index/02567fae-d517-46d5-ab8e-ad0f71613865.txt +20 -0
- package/build/dist/docs-index/0462ddc7-21fc-455f-8790-343c514462dc.json +1 -0
- package/build/dist/docs-index/0462ddc7-21fc-455f-8790-343c514462dc.txt +29 -0
- package/build/dist/docs-index/04c60541-1fbe-4efe-941d-d7776306a66f.json +1 -0
- package/build/dist/docs-index/04c60541-1fbe-4efe-941d-d7776306a66f.txt +44 -0
- package/build/dist/docs-index/0511dbf1-5421-49ef-9880-138e8758e663.json +1 -0
- package/build/dist/docs-index/0511dbf1-5421-49ef-9880-138e8758e663.txt +8 -0
- package/build/dist/docs-index/0588031b-e2d4-4214-a67d-8f56c49205c0.json +1 -0
- package/build/dist/docs-index/0588031b-e2d4-4214-a67d-8f56c49205c0.txt +18 -0
- package/build/dist/docs-index/07e3ec1d-db6e-4763-a251-0080b7380c80.json +1 -0
- package/build/dist/docs-index/07e3ec1d-db6e-4763-a251-0080b7380c80.txt +24 -0
- package/build/dist/docs-index/07ea377a-43f3-4eed-8e05-ac5247733983.json +1 -0
- package/build/dist/docs-index/07ea377a-43f3-4eed-8e05-ac5247733983.txt +18 -0
- package/build/dist/docs-index/07f47336-864f-40bf-81d4-219fecefb0a1.json +1 -0
- package/build/dist/docs-index/07f47336-864f-40bf-81d4-219fecefb0a1.txt +27 -0
- package/build/dist/docs-index/08140ea3-a4e2-4afe-aca9-4e05b45a7f8a.json +1 -0
- package/build/dist/docs-index/08140ea3-a4e2-4afe-aca9-4e05b45a7f8a.txt +259 -0
- package/build/dist/docs-index/08319098-e760-4698-bf6c-a4b0ccf6b931.json +1 -0
- package/build/dist/docs-index/08319098-e760-4698-bf6c-a4b0ccf6b931.txt +51 -0
- package/build/dist/docs-index/08588224-3f9b-438f-9ce0-e732ee3abacd.json +1 -0
- package/build/dist/docs-index/08588224-3f9b-438f-9ce0-e732ee3abacd.txt +23 -0
- package/build/dist/docs-index/08ffc9d2-cf9e-47fb-b2e1-eb062c642a0e.json +1 -0
- package/build/dist/docs-index/08ffc9d2-cf9e-47fb-b2e1-eb062c642a0e.txt +8 -0
- package/build/dist/docs-index/0947927f-d039-40ab-88a3-fc7b5bbbda49.json +1 -0
- package/build/dist/docs-index/0947927f-d039-40ab-88a3-fc7b5bbbda49.txt +47 -0
- package/build/dist/docs-index/094dec7d-ab3f-42ce-bc9b-8a1eed3647ac.json +1 -0
- package/build/dist/docs-index/094dec7d-ab3f-42ce-bc9b-8a1eed3647ac.txt +36 -0
- package/build/dist/docs-index/0974afe1-8b2d-4647-8a8d-b5891201e8e9.json +1 -0
- package/build/dist/docs-index/0974afe1-8b2d-4647-8a8d-b5891201e8e9.txt +59 -0
- package/build/dist/docs-index/09b91ed4-7c0d-4ea4-bfad-6e52a45b18f8.json +1 -0
- package/build/dist/docs-index/09b91ed4-7c0d-4ea4-bfad-6e52a45b18f8.txt +16 -0
- package/build/dist/docs-index/0af43cea-02be-4611-bb02-072c40dd9448.json +1 -0
- package/build/dist/docs-index/0af43cea-02be-4611-bb02-072c40dd9448.txt +15 -0
- package/build/dist/docs-index/0afcb119-2879-4e77-a251-eb3cd44fa7e9.json +1 -0
- package/build/dist/docs-index/0afcb119-2879-4e77-a251-eb3cd44fa7e9.txt +29 -0
- package/build/dist/docs-index/0c217cb5-bcfa-4bd5-81d4-2b975dbd8fd5.json +1 -0
- package/build/dist/docs-index/0c217cb5-bcfa-4bd5-81d4-2b975dbd8fd5.txt +44 -0
- package/build/dist/docs-index/0d4fbddb-ef41-4c83-894c-aba99073da7b.json +1 -0
- package/build/dist/docs-index/0d4fbddb-ef41-4c83-894c-aba99073da7b.txt +13 -0
- package/build/dist/docs-index/0dd20b52-d0da-4779-a5cb-318294e6637f.json +1 -0
- package/build/dist/docs-index/0dd20b52-d0da-4779-a5cb-318294e6637f.txt +22 -0
- package/build/dist/docs-index/0eb8e00c-bc86-426d-a14e-40d1efa487ff.json +1 -0
- package/build/dist/docs-index/0eb8e00c-bc86-426d-a14e-40d1efa487ff.txt +983 -0
- package/build/dist/docs-index/0f9188a0-998b-4f88-81b1-52add9033f20.json +1 -0
- package/build/dist/docs-index/0f9188a0-998b-4f88-81b1-52add9033f20.txt +13 -0
- package/build/dist/docs-index/0fb49b0f-3786-4491-b40a-30483e1aa88a.json +1 -0
- package/build/dist/docs-index/0fb49b0f-3786-4491-b40a-30483e1aa88a.txt +17 -0
- package/build/dist/docs-index/10cc7fe5-b150-46f6-975f-c8a44e7d1f98.json +1 -0
- package/build/dist/docs-index/10cc7fe5-b150-46f6-975f-c8a44e7d1f98.txt +34 -0
- package/build/dist/docs-index/120a110a-1a64-4eb8-8a10-48fe2cd4a083.json +1 -0
- package/build/dist/docs-index/120a110a-1a64-4eb8-8a10-48fe2cd4a083.txt +8 -0
- package/build/dist/docs-index/120ae49d-fe82-4018-859d-ef4e71a94345.json +1 -0
- package/build/dist/docs-index/120ae49d-fe82-4018-859d-ef4e71a94345.txt +8 -0
- package/build/dist/docs-index/12152940-6000-4c37-9d3e-e11633376d22.json +1 -0
- package/build/dist/docs-index/12152940-6000-4c37-9d3e-e11633376d22.txt +16 -0
- package/build/dist/docs-index/1361dd23-7c16-44ff-8fbe-3b9c58ac7753.json +1 -0
- package/build/dist/docs-index/1361dd23-7c16-44ff-8fbe-3b9c58ac7753.txt +11 -0
- package/build/dist/docs-index/13d87950-2ea3-400e-a442-c861a0bcfc09.json +1 -0
- package/build/dist/docs-index/13d87950-2ea3-400e-a442-c861a0bcfc09.txt +24 -0
- package/build/dist/docs-index/15ea3bf2-f1da-40d3-9daf-d6caacbe2bcf.json +1 -0
- package/build/dist/docs-index/15ea3bf2-f1da-40d3-9daf-d6caacbe2bcf.txt +10 -0
- package/build/dist/docs-index/1607fdb9-7e77-4026-99ec-8f25c025dd15.json +1 -0
- package/build/dist/docs-index/1607fdb9-7e77-4026-99ec-8f25c025dd15.txt +25 -0
- package/build/dist/docs-index/16c5f096-5095-44ee-96aa-c3dc9f04e157.json +1 -0
- package/build/dist/docs-index/16c5f096-5095-44ee-96aa-c3dc9f04e157.txt +5 -0
- package/build/dist/docs-index/17260be3-a406-43f0-bb5a-6ca2c6832ca0.json +1 -0
- package/build/dist/docs-index/17260be3-a406-43f0-bb5a-6ca2c6832ca0.txt +66 -0
- package/build/dist/docs-index/17876c18-e486-4496-a799-5ed9bdd19e67.json +1 -0
- package/build/dist/docs-index/17876c18-e486-4496-a799-5ed9bdd19e67.txt +124 -0
- package/build/dist/docs-index/1795e087-6344-4b45-a9dd-2cdd1a23d55f.json +1 -0
- package/build/dist/docs-index/1795e087-6344-4b45-a9dd-2cdd1a23d55f.txt +39 -0
- package/build/dist/docs-index/17b45af1-0874-45ec-8cda-b71eab23e999.json +1 -0
- package/build/dist/docs-index/17b45af1-0874-45ec-8cda-b71eab23e999.txt +24 -0
- package/build/dist/docs-index/180700f4-2d4f-471f-9803-7d3a310c7df0.json +1 -0
- package/build/dist/docs-index/180700f4-2d4f-471f-9803-7d3a310c7df0.txt +126 -0
- package/build/dist/docs-index/181cdf78-0f6c-4775-994a-0f463618f4e4.json +1 -0
- package/build/dist/docs-index/181cdf78-0f6c-4775-994a-0f463618f4e4.txt +8 -0
- package/build/dist/docs-index/1913bd37-ff5d-4fd3-8e6b-3e8f2dfbb208.json +1 -0
- package/build/dist/docs-index/1913bd37-ff5d-4fd3-8e6b-3e8f2dfbb208.txt +15 -0
- package/build/dist/docs-index/19e2c643-e1f3-4369-8865-545723ccac55.json +1 -0
- package/build/dist/docs-index/19e2c643-e1f3-4369-8865-545723ccac55.txt +32 -0
- package/build/dist/docs-index/1b47b126-a474-40a5-8edd-dd9dbb6e3719.json +1 -0
- package/build/dist/docs-index/1b47b126-a474-40a5-8edd-dd9dbb6e3719.txt +16 -0
- package/build/dist/docs-index/1dbb391f-2ad7-4573-aad0-4abbbf346a45.json +1 -0
- package/build/dist/docs-index/1dbb391f-2ad7-4573-aad0-4abbbf346a45.txt +8 -0
- package/build/dist/docs-index/1e26ed3c-b708-4b99-84c9-c720d5e8e4a2.json +1 -0
- package/build/dist/docs-index/1e26ed3c-b708-4b99-84c9-c720d5e8e4a2.txt +14 -0
- package/build/dist/docs-index/1ec6b4bc-2dc6-4f1b-b83f-82980de3dbf0.json +1 -0
- package/build/dist/docs-index/1ec6b4bc-2dc6-4f1b-b83f-82980de3dbf0.txt +9 -0
- package/build/dist/docs-index/1f7519bd-cc29-4fbb-9b18-ce1209691e6c.json +1 -0
- package/build/dist/docs-index/1f7519bd-cc29-4fbb-9b18-ce1209691e6c.txt +29 -0
- package/build/dist/docs-index/1fa04a27-7edb-4f17-979f-d2d07e5ea6d3.json +1 -0
- package/build/dist/docs-index/1fa04a27-7edb-4f17-979f-d2d07e5ea6d3.txt +15 -0
- package/build/dist/docs-index/1ff03dea-5918-419f-b1bc-a80d26139523.json +1 -0
- package/build/dist/docs-index/1ff03dea-5918-419f-b1bc-a80d26139523.txt +8 -0
- package/build/dist/docs-index/21343226-f92a-4c2f-9393-8e08ec70a1ea.json +1 -0
- package/build/dist/docs-index/21343226-f92a-4c2f-9393-8e08ec70a1ea.txt +12 -0
- package/build/dist/docs-index/21d670fa-eff4-4545-8be7-a900d35500c0.json +1 -0
- package/build/dist/docs-index/21d670fa-eff4-4545-8be7-a900d35500c0.txt +231 -0
- package/build/dist/docs-index/2206102e-baac-44c8-9877-c0515d274c06.json +1 -0
- package/build/dist/docs-index/2206102e-baac-44c8-9877-c0515d274c06.txt +114 -0
- package/build/dist/docs-index/2244adb4-42b0-43c9-9906-456a4e2671e4.json +1 -0
- package/build/dist/docs-index/2244adb4-42b0-43c9-9906-456a4e2671e4.txt +15 -0
- package/build/dist/docs-index/242fffbb-321d-49c0-a8d8-1621140ed0bc.json +1 -0
- package/build/dist/docs-index/242fffbb-321d-49c0-a8d8-1621140ed0bc.txt +38 -0
- package/build/dist/docs-index/2452ff58-9f0c-48b8-ac90-9041be03a528.json +1 -0
- package/build/dist/docs-index/2452ff58-9f0c-48b8-ac90-9041be03a528.txt +203 -0
- package/build/dist/docs-index/24a3675d-198b-413d-b9c6-c271099d174c.json +1 -0
- package/build/dist/docs-index/24a3675d-198b-413d-b9c6-c271099d174c.txt +8 -0
- package/build/dist/docs-index/24c0059d-f6e8-43ed-a784-a078b74bc1ca.json +1 -0
- package/build/dist/docs-index/24c0059d-f6e8-43ed-a784-a078b74bc1ca.txt +17 -0
- package/build/dist/docs-index/24c8cf34-2fa2-4cb6-92fb-d823845e6482.json +1 -0
- package/build/dist/docs-index/24c8cf34-2fa2-4cb6-92fb-d823845e6482.txt +104 -0
- package/build/dist/docs-index/26109a68-60c9-4b95-808e-64fbbd692b27.json +1 -0
- package/build/dist/docs-index/26109a68-60c9-4b95-808e-64fbbd692b27.txt +24 -0
- package/build/dist/docs-index/26262142-3627-4105-8e51-2f0ea704f4bc.json +1 -0
- package/build/dist/docs-index/26262142-3627-4105-8e51-2f0ea704f4bc.txt +15 -0
- package/build/dist/docs-index/26ca007a-9a83-4194-98eb-ca573823803f.json +1 -0
- package/build/dist/docs-index/26ca007a-9a83-4194-98eb-ca573823803f.txt +29 -0
- package/build/dist/docs-index/270940ac-4cbe-4785-8716-3f3a6ae60a93.json +1 -0
- package/build/dist/docs-index/270940ac-4cbe-4785-8716-3f3a6ae60a93.txt +81 -0
- package/build/dist/docs-index/274a4f45-d529-4471-9a80-cb4f3f712c74.json +1 -0
- package/build/dist/docs-index/274a4f45-d529-4471-9a80-cb4f3f712c74.txt +530 -0
- package/build/dist/docs-index/2807a1b3-df9f-45f0-97f2-c68381dc34f0.json +1 -0
- package/build/dist/docs-index/2807a1b3-df9f-45f0-97f2-c68381dc34f0.txt +23 -0
- package/build/dist/docs-index/285b9e62-6619-4267-9b45-f9f9777272fb.json +1 -0
- package/build/dist/docs-index/285b9e62-6619-4267-9b45-f9f9777272fb.txt +46 -0
- package/build/dist/docs-index/28b0fdd4-db74-4e24-8ede-5a054e0c43fe.json +1 -0
- package/build/dist/docs-index/28b0fdd4-db74-4e24-8ede-5a054e0c43fe.txt +88 -0
- package/build/dist/docs-index/2aef20e2-7e6a-4097-9090-2cb2526bc88e.json +1 -0
- package/build/dist/docs-index/2aef20e2-7e6a-4097-9090-2cb2526bc88e.txt +11 -0
- package/build/dist/docs-index/2b067b11-16a0-4d13-8089-6077a354b21f.json +1 -0
- package/build/dist/docs-index/2b067b11-16a0-4d13-8089-6077a354b21f.txt +28 -0
- package/build/dist/docs-index/2b2f013c-c4dc-4657-9cc6-411a4694fa93.json +1 -0
- package/build/dist/docs-index/2b2f013c-c4dc-4657-9cc6-411a4694fa93.txt +11 -0
- package/build/dist/docs-index/2b6bffb6-35c0-4c8c-a6a2-ad1cd0cd95db.json +1 -0
- package/build/dist/docs-index/2b6bffb6-35c0-4c8c-a6a2-ad1cd0cd95db.txt +16 -0
- package/build/dist/docs-index/2bbabed8-09a9-4c23-81df-febf5e9ec4a5.json +1 -0
- package/build/dist/docs-index/2bbabed8-09a9-4c23-81df-febf5e9ec4a5.txt +36 -0
- package/build/dist/docs-index/2c5ab829-a5f5-4329-9123-99a7c3ec9ce9.json +1 -0
- package/build/dist/docs-index/2c5ab829-a5f5-4329-9123-99a7c3ec9ce9.txt +33 -0
- package/build/dist/docs-index/2c9c245d-86b9-47a2-9047-de25ad044719.json +1 -0
- package/build/dist/docs-index/2c9c245d-86b9-47a2-9047-de25ad044719.txt +23 -0
- package/build/dist/docs-index/2cc208a3-215a-4982-8f92-3b00059670a4.json +1 -0
- package/build/dist/docs-index/2cc208a3-215a-4982-8f92-3b00059670a4.txt +8 -0
- package/build/dist/docs-index/2d3b2717-be69-46de-b246-7ac959ea9ff8.json +1 -0
- package/build/dist/docs-index/2d3b2717-be69-46de-b246-7ac959ea9ff8.txt +21 -0
- package/build/dist/docs-index/2d58c5eb-640f-4cb8-8160-c1354c32d0c4.json +1 -0
- package/build/dist/docs-index/2d58c5eb-640f-4cb8-8160-c1354c32d0c4.txt +65 -0
- package/build/dist/docs-index/2d955c98-45b4-40c6-b3cf-abc55a7af838.json +1 -0
- package/build/dist/docs-index/2d955c98-45b4-40c6-b3cf-abc55a7af838.txt +34 -0
- package/build/dist/docs-index/2ddcb8d4-33ac-4fb4-82e2-ad4e2885fadd.json +1 -0
- package/build/dist/docs-index/2ddcb8d4-33ac-4fb4-82e2-ad4e2885fadd.txt +20 -0
- package/build/dist/docs-index/2fe18db7-4fa3-40a9-9268-df6105a80144.json +1 -0
- package/build/dist/docs-index/2fe18db7-4fa3-40a9-9268-df6105a80144.txt +8 -0
- package/build/dist/docs-index/31cad3b4-075c-4c76-911c-3ad555036325.json +1 -0
- package/build/dist/docs-index/31cad3b4-075c-4c76-911c-3ad555036325.txt +24 -0
- package/build/dist/docs-index/322ec094-87c5-40d7-91d2-342a5b6a5ad8.json +1 -0
- package/build/dist/docs-index/322ec094-87c5-40d7-91d2-342a5b6a5ad8.txt +20 -0
- package/build/dist/docs-index/329de8e8-aed8-4fd0-8cdb-d0e166d92988.json +1 -0
- package/build/dist/docs-index/329de8e8-aed8-4fd0-8cdb-d0e166d92988.txt +10 -0
- package/build/dist/docs-index/338ec461-f763-41c9-a3fb-3f06bce21ee9.json +1 -0
- package/build/dist/docs-index/338ec461-f763-41c9-a3fb-3f06bce21ee9.txt +5 -0
- package/build/dist/docs-index/33d77f2c-6b8e-4583-92df-aed8cd0a7859.json +1 -0
- package/build/dist/docs-index/33d77f2c-6b8e-4583-92df-aed8cd0a7859.txt +12 -0
- package/build/dist/docs-index/34361d06-904d-42b1-9e24-82a8d619b143.json +1 -0
- package/build/dist/docs-index/34361d06-904d-42b1-9e24-82a8d619b143.txt +13 -0
- package/build/dist/docs-index/3556153a-fc81-48f8-904e-5931681c117e.json +1 -0
- package/build/dist/docs-index/3556153a-fc81-48f8-904e-5931681c117e.txt +23 -0
- package/build/dist/docs-index/357ecaa2-58bb-4866-8e03-f26963f1d04e.json +1 -0
- package/build/dist/docs-index/357ecaa2-58bb-4866-8e03-f26963f1d04e.txt +79 -0
- package/build/dist/docs-index/372860ef-2dfc-4bc7-9d21-0a1ca2c45fca.json +1 -0
- package/build/dist/docs-index/372860ef-2dfc-4bc7-9d21-0a1ca2c45fca.txt +27 -0
- package/build/dist/docs-index/38560d8c-3251-49dd-bf33-914651deff17.json +1 -0
- package/build/dist/docs-index/38560d8c-3251-49dd-bf33-914651deff17.txt +20 -0
- package/build/dist/docs-index/3885b082-1cb9-439a-a873-23f0b984a327.json +1 -0
- package/build/dist/docs-index/3885b082-1cb9-439a-a873-23f0b984a327.txt +34 -0
- package/build/dist/docs-index/388f8fe5-6cd5-4159-bd44-a2c34912bf1c.json +1 -0
- package/build/dist/docs-index/388f8fe5-6cd5-4159-bd44-a2c34912bf1c.txt +45 -0
- package/build/dist/docs-index/38b20909-c156-4d41-8b4a-b8705e88bb01.json +1 -0
- package/build/dist/docs-index/38b20909-c156-4d41-8b4a-b8705e88bb01.txt +43 -0
- package/build/dist/docs-index/3a270bb5-117a-40f3-ba73-4633a805e34d.json +1 -0
- package/build/dist/docs-index/3a270bb5-117a-40f3-ba73-4633a805e34d.txt +29 -0
- package/build/dist/docs-index/3b681714-aec0-490f-8b99-efe317dbda13.json +1 -0
- package/build/dist/docs-index/3b681714-aec0-490f-8b99-efe317dbda13.txt +124 -0
- package/build/dist/docs-index/3c9f91e2-d540-4d3e-b62a-dabf27ac8140.json +1 -0
- package/build/dist/docs-index/3c9f91e2-d540-4d3e-b62a-dabf27ac8140.txt +16 -0
- package/build/dist/docs-index/3d675e92-872d-401b-b5ec-fa680f7a7b4f.json +1 -0
- package/build/dist/docs-index/3d675e92-872d-401b-b5ec-fa680f7a7b4f.txt +43 -0
- package/build/dist/docs-index/3e91686d-0f45-4ae6-ace1-e335e3a7ddf8.json +1 -0
- package/build/dist/docs-index/3e91686d-0f45-4ae6-ace1-e335e3a7ddf8.txt +24 -0
- package/build/dist/docs-index/3ec66ad4-3f45-4817-a03c-3b37e0fe93b7.json +1 -0
- package/build/dist/docs-index/3ec66ad4-3f45-4817-a03c-3b37e0fe93b7.txt +34 -0
- package/build/dist/docs-index/3feedaba-03c4-4c35-9f94-a3c61af35320.json +1 -0
- package/build/dist/docs-index/3feedaba-03c4-4c35-9f94-a3c61af35320.txt +114 -0
- package/build/dist/docs-index/40b588dd-f618-4329-ad91-43efd9a32b28.json +1 -0
- package/build/dist/docs-index/40b588dd-f618-4329-ad91-43efd9a32b28.txt +29 -0
- package/build/dist/docs-index/415ab0e3-9b6f-45ea-97c9-fac80df14881.json +1 -0
- package/build/dist/docs-index/415ab0e3-9b6f-45ea-97c9-fac80df14881.txt +8 -0
- package/build/dist/docs-index/424c273a-355e-45f9-8a27-b2f46217af68.json +1 -0
- package/build/dist/docs-index/424c273a-355e-45f9-8a27-b2f46217af68.txt +16 -0
- package/build/dist/docs-index/429fea8e-fac4-45d3-870b-3bc59a01e9a5.json +1 -0
- package/build/dist/docs-index/429fea8e-fac4-45d3-870b-3bc59a01e9a5.txt +32 -0
- package/build/dist/docs-index/42a56d79-79eb-4c40-8406-0698212019f8.json +1 -0
- package/build/dist/docs-index/42a56d79-79eb-4c40-8406-0698212019f8.txt +42 -0
- package/build/dist/docs-index/43a5ba9d-c6c4-406d-857e-8d1465520860.json +1 -0
- package/build/dist/docs-index/43a5ba9d-c6c4-406d-857e-8d1465520860.txt +12 -0
- package/build/dist/docs-index/445439e2-fb53-4cd9-b9f1-4c17e40ed310.json +1 -0
- package/build/dist/docs-index/445439e2-fb53-4cd9-b9f1-4c17e40ed310.txt +46 -0
- package/build/dist/docs-index/44d59b10-5b0b-4ed3-9ab6-7c45577fa58c.json +1 -0
- package/build/dist/docs-index/44d59b10-5b0b-4ed3-9ab6-7c45577fa58c.txt +13 -0
- package/build/dist/docs-index/46499192-a0e2-4e94-a38b-e495a8ae34af.json +1 -0
- package/build/dist/docs-index/46499192-a0e2-4e94-a38b-e495a8ae34af.txt +292 -0
- package/build/dist/docs-index/4699de94-2eb2-41e2-ae03-a1b1246dd1e5.json +1 -0
- package/build/dist/docs-index/4699de94-2eb2-41e2-ae03-a1b1246dd1e5.txt +40 -0
- package/build/dist/docs-index/4732af6b-3f8f-4c19-91c8-4d3fb455ae95.json +1 -0
- package/build/dist/docs-index/4732af6b-3f8f-4c19-91c8-4d3fb455ae95.txt +3 -0
- package/build/dist/docs-index/477f54df-ef22-4510-b92d-31b83bf28995.json +1 -0
- package/build/dist/docs-index/477f54df-ef22-4510-b92d-31b83bf28995.txt +32 -0
- package/build/dist/docs-index/47fd1ad1-32b6-4556-a8ba-1cc0670636e3.json +1 -0
- package/build/dist/docs-index/47fd1ad1-32b6-4556-a8ba-1cc0670636e3.txt +12 -0
- package/build/dist/docs-index/48493886-6378-48f3-8188-5c81d13470c3.json +1 -0
- package/build/dist/docs-index/48493886-6378-48f3-8188-5c81d13470c3.txt +51 -0
- package/build/dist/docs-index/4a280b15-e086-47b9-be1b-66bdbc85472e.json +1 -0
- package/build/dist/docs-index/4a280b15-e086-47b9-be1b-66bdbc85472e.txt +68 -0
- package/build/dist/docs-index/4aa3da44-5f43-4f77-9b85-294ececc79ed.json +1 -0
- package/build/dist/docs-index/4aa3da44-5f43-4f77-9b85-294ececc79ed.txt +13 -0
- package/build/dist/docs-index/4b763020-0c3c-4150-a6da-27a3b47d951a.json +1 -0
- package/build/dist/docs-index/4b763020-0c3c-4150-a6da-27a3b47d951a.txt +22 -0
- package/build/dist/docs-index/4c7f2b86-1ba8-463b-ba0f-741936d042ca.json +1 -0
- package/build/dist/docs-index/4c7f2b86-1ba8-463b-ba0f-741936d042ca.txt +25 -0
- package/build/dist/docs-index/4d42e52d-3086-4ee2-b35b-ec5cebf07620.json +1 -0
- package/build/dist/docs-index/4d42e52d-3086-4ee2-b35b-ec5cebf07620.txt +23 -0
- package/build/dist/docs-index/4e3da4ff-c6a8-4263-853c-e52ed86c7233.json +1 -0
- package/build/dist/docs-index/4e3da4ff-c6a8-4263-853c-e52ed86c7233.txt +182 -0
- package/build/dist/docs-index/4ee6451e-283d-405a-a821-64ec1df6035e.json +1 -0
- package/build/dist/docs-index/4ee6451e-283d-405a-a821-64ec1df6035e.txt +5 -0
- package/build/dist/docs-index/4f1b07f7-4275-4a95-a1c2-7b3862d2e63d.json +1 -0
- package/build/dist/docs-index/4f1b07f7-4275-4a95-a1c2-7b3862d2e63d.txt +18 -0
- package/build/dist/docs-index/4f4cbfc3-ee2c-4ef1-b2aa-2c4a104f16a9.json +1 -0
- package/build/dist/docs-index/4f4cbfc3-ee2c-4ef1-b2aa-2c4a104f16a9.txt +77 -0
- package/build/dist/docs-index/5014770d-4b0d-4bad-b0a8-f1277a6a7be3.json +1 -0
- package/build/dist/docs-index/5014770d-4b0d-4bad-b0a8-f1277a6a7be3.txt +13 -0
- package/build/dist/docs-index/5039fc20-3317-43d3-8829-64a4651ccc1c.json +1 -0
- package/build/dist/docs-index/5039fc20-3317-43d3-8829-64a4651ccc1c.txt +12 -0
- package/build/dist/docs-index/507d6fd6-9247-45a0-bf9e-1f275a371647.json +1 -0
- package/build/dist/docs-index/507d6fd6-9247-45a0-bf9e-1f275a371647.txt +29 -0
- package/build/dist/docs-index/50ce9e81-0af6-407b-81a1-a50bcb17f301.json +1 -0
- package/build/dist/docs-index/50ce9e81-0af6-407b-81a1-a50bcb17f301.txt +118 -0
- package/build/dist/docs-index/50f2cf09-68be-4c59-a02a-9acd41d438d6.json +1 -0
- package/build/dist/docs-index/50f2cf09-68be-4c59-a02a-9acd41d438d6.txt +26 -0
- package/build/dist/docs-index/522741fb-758f-46b1-9c46-8789e2ac0ce1.json +1 -0
- package/build/dist/docs-index/522741fb-758f-46b1-9c46-8789e2ac0ce1.txt +14 -0
- package/build/dist/docs-index/52b39a00-db49-41de-890b-3c3e181191dc.json +1 -0
- package/build/dist/docs-index/52b39a00-db49-41de-890b-3c3e181191dc.txt +111 -0
- package/build/dist/docs-index/52f53672-3a64-4b14-ad18-f19017580632.json +1 -0
- package/build/dist/docs-index/52f53672-3a64-4b14-ad18-f19017580632.txt +37 -0
- package/build/dist/docs-index/544bcaea-aa93-465a-8602-eed23b215d29.json +1 -0
- package/build/dist/docs-index/544bcaea-aa93-465a-8602-eed23b215d29.txt +32 -0
- package/build/dist/docs-index/55382716-13ce-4376-aea1-1808274c5565.json +1 -0
- package/build/dist/docs-index/55382716-13ce-4376-aea1-1808274c5565.txt +15 -0
- package/build/dist/docs-index/55a6c096-d2b7-4a4a-98ce-c6e880afc7e7.json +1 -0
- package/build/dist/docs-index/55a6c096-d2b7-4a4a-98ce-c6e880afc7e7.txt +39 -0
- package/build/dist/docs-index/5728eb9c-f366-4230-a28e-376561393dc9.json +1 -0
- package/build/dist/docs-index/5728eb9c-f366-4230-a28e-376561393dc9.txt +15 -0
- package/build/dist/docs-index/578aa0d7-6408-41c1-b241-062dd368c7ae.json +1 -0
- package/build/dist/docs-index/578aa0d7-6408-41c1-b241-062dd368c7ae.txt +34 -0
- package/build/dist/docs-index/57ab65fb-2837-4de0-be4c-d838e233e0b1.json +1 -0
- package/build/dist/docs-index/57ab65fb-2837-4de0-be4c-d838e233e0b1.txt +20 -0
- package/build/dist/docs-index/5820530a-2cd4-49d1-9fa3-fdd2b02c263f.json +1 -0
- package/build/dist/docs-index/5820530a-2cd4-49d1-9fa3-fdd2b02c263f.txt +248 -0
- package/build/dist/docs-index/58a48874-7d23-451d-a75a-ce322384fa01.json +1 -0
- package/build/dist/docs-index/58a48874-7d23-451d-a75a-ce322384fa01.txt +35 -0
- package/build/dist/docs-index/593f7012-a795-44dd-b3bb-ad998b14a4c9.json +1 -0
- package/build/dist/docs-index/593f7012-a795-44dd-b3bb-ad998b14a4c9.txt +3 -0
- package/build/dist/docs-index/5985999a-f35d-4681-947b-4c3953c05020.json +1 -0
- package/build/dist/docs-index/5985999a-f35d-4681-947b-4c3953c05020.txt +44 -0
- package/build/dist/docs-index/59c83412-f686-49a3-8a20-e28f945808dd.json +1 -0
- package/build/dist/docs-index/59c83412-f686-49a3-8a20-e28f945808dd.txt +25 -0
- package/build/dist/docs-index/5a114e9a-e43b-4ff7-ac4b-94a6396fd23f.json +1 -0
- package/build/dist/docs-index/5a114e9a-e43b-4ff7-ac4b-94a6396fd23f.txt +141 -0
- package/build/dist/docs-index/5b0058e6-f00f-4f9a-8162-ab840ef6d5f3.json +1 -0
- package/build/dist/docs-index/5b0058e6-f00f-4f9a-8162-ab840ef6d5f3.txt +17 -0
- package/build/dist/docs-index/5b076c25-5732-4f5d-aaf6-174d2b3d30f5.json +1 -0
- package/build/dist/docs-index/5b076c25-5732-4f5d-aaf6-174d2b3d30f5.txt +9 -0
- package/build/dist/docs-index/5b27464c-54fd-4706-9afd-17da1ea6238c.json +1 -0
- package/build/dist/docs-index/5b27464c-54fd-4706-9afd-17da1ea6238c.txt +15 -0
- package/build/dist/docs-index/5bd02b8e-e812-4fe2-b742-f2d61690afef.json +1 -0
- package/build/dist/docs-index/5bd02b8e-e812-4fe2-b742-f2d61690afef.txt +20 -0
- package/build/dist/docs-index/5c377c17-156b-4bc0-894b-7720f1d839d2.json +1 -0
- package/build/dist/docs-index/5c377c17-156b-4bc0-894b-7720f1d839d2.txt +14 -0
- package/build/dist/docs-index/5d59c3c3-4496-4d38-b2d3-95888b4002a1.json +1 -0
- package/build/dist/docs-index/5d59c3c3-4496-4d38-b2d3-95888b4002a1.txt +22 -0
- package/build/dist/docs-index/5d99505f-9136-4520-9199-c317661f1c80.json +1 -0
- package/build/dist/docs-index/5d99505f-9136-4520-9199-c317661f1c80.txt +10 -0
- package/build/dist/docs-index/5dbb3bd1-cb55-4b54-a032-9459b49301da.json +1 -0
- package/build/dist/docs-index/5dbb3bd1-cb55-4b54-a032-9459b49301da.txt +24 -0
- package/build/dist/docs-index/5e78694f-28bc-40f0-bb77-bc3e9ad04b12.json +1 -0
- package/build/dist/docs-index/5e78694f-28bc-40f0-bb77-bc3e9ad04b12.txt +20 -0
- package/build/dist/docs-index/5f3b925f-235f-47dd-b602-75f7180b2a04.json +1 -0
- package/build/dist/docs-index/5f3b925f-235f-47dd-b602-75f7180b2a04.txt +24 -0
- package/build/dist/docs-index/5f87228e-8227-4ed6-983d-b7e2177db0c7.json +1 -0
- package/build/dist/docs-index/5f87228e-8227-4ed6-983d-b7e2177db0c7.txt +5 -0
- package/build/dist/docs-index/5fb1467a-1997-456c-b2cb-d531f403fe65.json +1 -0
- package/build/dist/docs-index/5fb1467a-1997-456c-b2cb-d531f403fe65.txt +30 -0
- package/build/dist/docs-index/606d1f9a-8054-44c0-bc39-1655fe6ea909.json +1 -0
- package/build/dist/docs-index/606d1f9a-8054-44c0-bc39-1655fe6ea909.txt +19 -0
- package/build/dist/docs-index/6148c6b4-5621-400d-9f3f-b942ff22715c.json +1 -0
- package/build/dist/docs-index/6148c6b4-5621-400d-9f3f-b942ff22715c.txt +9 -0
- package/build/dist/docs-index/624a0463-fe2b-4cc5-bd31-5e0d6e529438.json +1 -0
- package/build/dist/docs-index/624a0463-fe2b-4cc5-bd31-5e0d6e529438.txt +17 -0
- package/build/dist/docs-index/62760b70-fb2e-4a7d-85e2-fcef9d00e062.json +1 -0
- package/build/dist/docs-index/62760b70-fb2e-4a7d-85e2-fcef9d00e062.txt +351 -0
- package/build/dist/docs-index/62cc03e2-aa6e-4e2c-aa24-1a2f07fbf5d9.json +1 -0
- package/build/dist/docs-index/62cc03e2-aa6e-4e2c-aa24-1a2f07fbf5d9.txt +17 -0
- package/build/dist/docs-index/62e88fe6-e8d9-47c5-81f2-e3da98cb2b34.json +1 -0
- package/build/dist/docs-index/62e88fe6-e8d9-47c5-81f2-e3da98cb2b34.txt +14 -0
- package/build/dist/docs-index/64164aec-6442-4219-84b5-4344381176f0.json +1 -0
- package/build/dist/docs-index/64164aec-6442-4219-84b5-4344381176f0.txt +19 -0
- package/build/dist/docs-index/644393d4-9ebe-4d3d-af93-9f6e55097817.json +1 -0
- package/build/dist/docs-index/644393d4-9ebe-4d3d-af93-9f6e55097817.txt +815 -0
- package/build/dist/docs-index/647e0904-4c90-4fb3-89bb-04b088096050.json +1 -0
- package/build/dist/docs-index/647e0904-4c90-4fb3-89bb-04b088096050.txt +26 -0
- package/build/dist/docs-index/656f1567-d692-48a8-a812-095a3e347933.json +1 -0
- package/build/dist/docs-index/656f1567-d692-48a8-a812-095a3e347933.txt +8 -0
- package/build/dist/docs-index/664ed883-7da3-4284-8df1-bb06fcb608c3.json +1 -0
- package/build/dist/docs-index/664ed883-7da3-4284-8df1-bb06fcb608c3.txt +31 -0
- package/build/dist/docs-index/66c4f638-4163-402d-b23f-608a06199a89.json +1 -0
- package/build/dist/docs-index/66c4f638-4163-402d-b23f-608a06199a89.txt +30 -0
- package/build/dist/docs-index/680617e9-a820-4fdc-8f7b-70b3b0db08f0.json +1 -0
- package/build/dist/docs-index/680617e9-a820-4fdc-8f7b-70b3b0db08f0.txt +24 -0
- package/build/dist/docs-index/6856efbb-26ff-49ca-9cca-8659ed69ad81.json +1 -0
- package/build/dist/docs-index/6856efbb-26ff-49ca-9cca-8659ed69ad81.txt +10 -0
- package/build/dist/docs-index/68df1be1-aea8-45fe-9750-d44ad4937563.json +1 -0
- package/build/dist/docs-index/68df1be1-aea8-45fe-9750-d44ad4937563.txt +16 -0
- package/build/dist/docs-index/6a171b65-b360-4459-ac0f-b8b0fd612280.json +1 -0
- package/build/dist/docs-index/6a171b65-b360-4459-ac0f-b8b0fd612280.txt +40 -0
- package/build/dist/docs-index/6a326c16-35c7-451c-a702-025a705e6f34.json +1 -0
- package/build/dist/docs-index/6a326c16-35c7-451c-a702-025a705e6f34.txt +34 -0
- package/build/dist/docs-index/6a396de0-ca51-43c5-8fb1-fa90f6d49a3b.json +1 -0
- package/build/dist/docs-index/6a396de0-ca51-43c5-8fb1-fa90f6d49a3b.txt +21 -0
- package/build/dist/docs-index/6a51460a-f590-4d75-8df8-4b6ad40a184f.json +1 -0
- package/build/dist/docs-index/6a51460a-f590-4d75-8df8-4b6ad40a184f.txt +30 -0
- package/build/dist/docs-index/6affe624-efdb-47fd-bda8-086d8d649cab.json +1 -0
- package/build/dist/docs-index/6affe624-efdb-47fd-bda8-086d8d649cab.txt +35 -0
- package/build/dist/docs-index/6b53db87-ffa3-4ea4-a75f-19c6fde8e4c3.json +1 -0
- package/build/dist/docs-index/6b53db87-ffa3-4ea4-a75f-19c6fde8e4c3.txt +43 -0
- package/build/dist/docs-index/6b8d7b3c-d499-470c-b6f3-6181624587ac.json +1 -0
- package/build/dist/docs-index/6b8d7b3c-d499-470c-b6f3-6181624587ac.txt +44 -0
- package/build/dist/docs-index/6bc5ec8d-1dd4-43d9-85b6-6d6bb24dfb31.json +1 -0
- package/build/dist/docs-index/6bc5ec8d-1dd4-43d9-85b6-6d6bb24dfb31.txt +23 -0
- package/build/dist/docs-index/6bd4bd03-cf6d-490f-ae8e-fd35d3e154db.json +1 -0
- package/build/dist/docs-index/6bd4bd03-cf6d-490f-ae8e-fd35d3e154db.txt +30 -0
- package/build/dist/docs-index/6e37fa63-d600-477f-9308-80cdaa31bcfc.json +1 -0
- package/build/dist/docs-index/6e37fa63-d600-477f-9308-80cdaa31bcfc.txt +8 -0
- package/build/dist/docs-index/6e8c079c-cc7d-47bc-aa6e-af86b77025da.json +1 -0
- package/build/dist/docs-index/6e8c079c-cc7d-47bc-aa6e-af86b77025da.txt +11 -0
- package/build/dist/docs-index/6f8a4ba9-1bef-4428-96d3-da55d7570d34.json +1 -0
- package/build/dist/docs-index/6f8a4ba9-1bef-4428-96d3-da55d7570d34.txt +20 -0
- package/build/dist/docs-index/6fd48f2d-6ab7-4a3d-b115-2aec9887d522.json +1 -0
- package/build/dist/docs-index/6fd48f2d-6ab7-4a3d-b115-2aec9887d522.txt +29 -0
- package/build/dist/docs-index/71bb5dd3-145d-4d50-9db9-553d364cefef.json +1 -0
- package/build/dist/docs-index/71bb5dd3-145d-4d50-9db9-553d364cefef.txt +24 -0
- package/build/dist/docs-index/71d8d087-16a8-42e0-b972-21dba9331654.json +1 -0
- package/build/dist/docs-index/71d8d087-16a8-42e0-b972-21dba9331654.txt +267 -0
- package/build/dist/docs-index/72039cf4-e531-470f-bf52-4c1ee2283252.json +1 -0
- package/build/dist/docs-index/72039cf4-e531-470f-bf52-4c1ee2283252.txt +17 -0
- package/build/dist/docs-index/722e5d38-1567-4a1c-9654-0465cb08bd8c.json +1 -0
- package/build/dist/docs-index/722e5d38-1567-4a1c-9654-0465cb08bd8c.txt +17 -0
- package/build/dist/docs-index/725ec4ee-708a-49d0-9c1c-fb5b8c612f8e.json +1 -0
- package/build/dist/docs-index/725ec4ee-708a-49d0-9c1c-fb5b8c612f8e.txt +10 -0
- package/build/dist/docs-index/732caed1-6a6d-490d-bc78-075d34868b3a.json +1 -0
- package/build/dist/docs-index/732caed1-6a6d-490d-bc78-075d34868b3a.txt +11 -0
- package/build/dist/docs-index/735ad199-772a-4db8-8e94-969e65a9d182.json +1 -0
- package/build/dist/docs-index/735ad199-772a-4db8-8e94-969e65a9d182.txt +26 -0
- package/build/dist/docs-index/74f239f7-8e1e-4a01-b196-6ea571b83b49.json +1 -0
- package/build/dist/docs-index/74f239f7-8e1e-4a01-b196-6ea571b83b49.txt +18 -0
- package/build/dist/docs-index/754f72ed-2276-40de-8c91-827a1e021633.json +1 -0
- package/build/dist/docs-index/754f72ed-2276-40de-8c91-827a1e021633.txt +20 -0
- package/build/dist/docs-index/75e1e2fb-6f6d-45cd-b439-18983836a45b.json +1 -0
- package/build/dist/docs-index/75e1e2fb-6f6d-45cd-b439-18983836a45b.txt +26 -0
- package/build/dist/docs-index/7608db40-dd82-4f81-8d76-551cf050e2ba.json +1 -0
- package/build/dist/docs-index/7608db40-dd82-4f81-8d76-551cf050e2ba.txt +8 -0
- package/build/dist/docs-index/763c575a-1763-4b20-affb-afd718cf8076.json +1 -0
- package/build/dist/docs-index/763c575a-1763-4b20-affb-afd718cf8076.txt +8 -0
- package/build/dist/docs-index/7654232b-b709-4843-b93d-f1f997ae4231.json +1 -0
- package/build/dist/docs-index/7654232b-b709-4843-b93d-f1f997ae4231.txt +68 -0
- package/build/dist/docs-index/767cb90e-aa92-401e-af0a-056e0c60eb78.json +1 -0
- package/build/dist/docs-index/767cb90e-aa92-401e-af0a-056e0c60eb78.txt +13 -0
- package/build/dist/docs-index/77a8352e-66be-4b4e-9340-fa90d774b7fa.json +1 -0
- package/build/dist/docs-index/77a8352e-66be-4b4e-9340-fa90d774b7fa.txt +28 -0
- package/build/dist/docs-index/790d7b96-6000-4db9-b3aa-f9ef510de9dd.json +1 -0
- package/build/dist/docs-index/790d7b96-6000-4db9-b3aa-f9ef510de9dd.txt +155 -0
- package/build/dist/docs-index/795d6884-2767-4bc2-870d-4e959266ee29.json +1 -0
- package/build/dist/docs-index/795d6884-2767-4bc2-870d-4e959266ee29.txt +17 -0
- package/build/dist/docs-index/79c2a3f7-5427-4f7c-bd4e-50fea49c6a27.json +1 -0
- package/build/dist/docs-index/79c2a3f7-5427-4f7c-bd4e-50fea49c6a27.txt +11 -0
- package/build/dist/docs-index/7b7cbaf5-81be-443b-83b7-d5340e29591f.json +1 -0
- package/build/dist/docs-index/7b7cbaf5-81be-443b-83b7-d5340e29591f.txt +62 -0
- package/build/dist/docs-index/7bac60dd-1d84-4d6b-9a71-01eff4dba653.json +1 -0
- package/build/dist/docs-index/7bac60dd-1d84-4d6b-9a71-01eff4dba653.txt +35 -0
- package/build/dist/docs-index/7bc8dda3-f6aa-46dc-acf7-22b4d4b714ad.json +1 -0
- package/build/dist/docs-index/7bc8dda3-f6aa-46dc-acf7-22b4d4b714ad.txt +22 -0
- package/build/dist/docs-index/7be9bf7c-2645-4fe4-a03f-f410ecba6aad.json +1 -0
- package/build/dist/docs-index/7be9bf7c-2645-4fe4-a03f-f410ecba6aad.txt +31 -0
- package/build/dist/docs-index/7c0260d3-693d-4e66-bc9c-283089bf9090.json +1 -0
- package/build/dist/docs-index/7c0260d3-693d-4e66-bc9c-283089bf9090.txt +436 -0
- package/build/dist/docs-index/7c7dcb92-b94d-4cad-bd03-14428b5a3e62.json +1 -0
- package/build/dist/docs-index/7c7dcb92-b94d-4cad-bd03-14428b5a3e62.txt +29 -0
- package/build/dist/docs-index/7da85faf-0011-4cc4-8029-a21a7ac1b687.json +1 -0
- package/build/dist/docs-index/7da85faf-0011-4cc4-8029-a21a7ac1b687.txt +12 -0
- package/build/dist/docs-index/7db1f0fa-a6b9-4080-b8c4-184e70e296cc.json +1 -0
- package/build/dist/docs-index/7db1f0fa-a6b9-4080-b8c4-184e70e296cc.txt +17 -0
- package/build/dist/docs-index/7ee5f3d5-f4eb-48f8-b64e-e325edbdc70d.json +1 -0
- package/build/dist/docs-index/7ee5f3d5-f4eb-48f8-b64e-e325edbdc70d.txt +14 -0
- package/build/dist/docs-index/809ba777-9aa3-42ae-8214-dcd71072c84d.json +1 -0
- package/build/dist/docs-index/809ba777-9aa3-42ae-8214-dcd71072c84d.txt +21 -0
- package/build/dist/docs-index/80fa0f2a-b4e3-434a-9dea-3d54d9c831f8.json +1 -0
- package/build/dist/docs-index/80fa0f2a-b4e3-434a-9dea-3d54d9c831f8.txt +141 -0
- package/build/dist/docs-index/8112f4eb-ca7c-428b-bcc0-ce14ab2fbbb6.json +1 -0
- package/build/dist/docs-index/8112f4eb-ca7c-428b-bcc0-ce14ab2fbbb6.txt +24 -0
- package/build/dist/docs-index/815d30f5-f871-4bf4-bab5-de6a333e6830.json +1 -0
- package/build/dist/docs-index/815d30f5-f871-4bf4-bab5-de6a333e6830.txt +43 -0
- package/build/dist/docs-index/819213c7-eae0-41eb-86c0-589b76b1ef7a.json +1 -0
- package/build/dist/docs-index/819213c7-eae0-41eb-86c0-589b76b1ef7a.txt +8 -0
- package/build/dist/docs-index/81bf0756-3027-40be-a7d4-6d628950e248.json +1 -0
- package/build/dist/docs-index/81bf0756-3027-40be-a7d4-6d628950e248.txt +16 -0
- package/build/dist/docs-index/831df24c-448f-4cf1-9a81-662f3b5b6fa2.json +1 -0
- package/build/dist/docs-index/831df24c-448f-4cf1-9a81-662f3b5b6fa2.txt +40 -0
- package/build/dist/docs-index/83954f71-e89e-41ed-9089-5f85ef2eda5d.json +1 -0
- package/build/dist/docs-index/83954f71-e89e-41ed-9089-5f85ef2eda5d.txt +20 -0
- package/build/dist/docs-index/8447ffa6-5a60-4607-8cc1-cddc58b7a0b2.json +1 -0
- package/build/dist/docs-index/8447ffa6-5a60-4607-8cc1-cddc58b7a0b2.txt +14 -0
- package/build/dist/docs-index/84b365c4-93c8-4a50-b98d-35442b6d7a3e.json +1 -0
- package/build/dist/docs-index/84b365c4-93c8-4a50-b98d-35442b6d7a3e.txt +12 -0
- package/build/dist/docs-index/84dd297d-32d6-439a-9ad2-06d104c79549.json +1 -0
- package/build/dist/docs-index/84dd297d-32d6-439a-9ad2-06d104c79549.txt +9 -0
- package/build/dist/docs-index/859d7f83-069d-4b01-a67f-4d5b51d18211.json +1 -0
- package/build/dist/docs-index/859d7f83-069d-4b01-a67f-4d5b51d18211.txt +17 -0
- package/build/dist/docs-index/85cd2816-029c-460f-b8c9-d2a296b544cb.json +1 -0
- package/build/dist/docs-index/85cd2816-029c-460f-b8c9-d2a296b544cb.txt +29 -0
- package/build/dist/docs-index/86c35409-bf4a-4407-b418-fc79f75ebba6.json +1 -0
- package/build/dist/docs-index/86c35409-bf4a-4407-b418-fc79f75ebba6.txt +13 -0
- package/build/dist/docs-index/86dae0bb-a3e4-4e66-b3f2-0174ec6b8085.json +1 -0
- package/build/dist/docs-index/86dae0bb-a3e4-4e66-b3f2-0174ec6b8085.txt +36 -0
- package/build/dist/docs-index/87a8a51c-e216-4361-935c-219fd485240a.json +1 -0
- package/build/dist/docs-index/87a8a51c-e216-4361-935c-219fd485240a.txt +36 -0
- package/build/dist/docs-index/8803d699-dcae-4b3f-872e-3cabe0311a24.json +1 -0
- package/build/dist/docs-index/8803d699-dcae-4b3f-872e-3cabe0311a24.txt +34 -0
- package/build/dist/docs-index/888ff512-d899-4e4b-9da9-938c6eff1b83.json +1 -0
- package/build/dist/docs-index/888ff512-d899-4e4b-9da9-938c6eff1b83.txt +21 -0
- package/build/dist/docs-index/88a04369-40da-4fed-a6ec-509a5dc24656.json +1 -0
- package/build/dist/docs-index/88a04369-40da-4fed-a6ec-509a5dc24656.txt +137 -0
- package/build/dist/docs-index/88ef5fff-9c36-4eae-bdf8-7fe018f2035f.json +1 -0
- package/build/dist/docs-index/88ef5fff-9c36-4eae-bdf8-7fe018f2035f.txt +30 -0
- package/build/dist/docs-index/8b2576f7-b62e-4f32-a175-4e200d26e6af.json +1 -0
- package/build/dist/docs-index/8b2576f7-b62e-4f32-a175-4e200d26e6af.txt +23 -0
- package/build/dist/docs-index/8b5f4a71-d772-4700-95b7-96db74963045.json +1 -0
- package/build/dist/docs-index/8b5f4a71-d772-4700-95b7-96db74963045.txt +23 -0
- package/build/dist/docs-index/8b604d13-c7ec-4e7e-bebc-5b1a666d75ca.json +1 -0
- package/build/dist/docs-index/8b604d13-c7ec-4e7e-bebc-5b1a666d75ca.txt +31 -0
- package/build/dist/docs-index/8bce46bd-f622-43bd-a9e3-402043103a6d.json +1 -0
- package/build/dist/docs-index/8bce46bd-f622-43bd-a9e3-402043103a6d.txt +24 -0
- package/build/dist/docs-index/8c5af17e-166c-4265-ae8c-81fd22bf4549.json +1 -0
- package/build/dist/docs-index/8c5af17e-166c-4265-ae8c-81fd22bf4549.txt +20 -0
- package/build/dist/docs-index/8d3bbd0e-ee8e-4be5-9fb1-d02a8a660c97.json +1 -0
- package/build/dist/docs-index/8d3bbd0e-ee8e-4be5-9fb1-d02a8a660c97.txt +25 -0
- package/build/dist/docs-index/8d4acfb5-a956-4915-8e3b-4e2fcb632e51.json +1 -0
- package/build/dist/docs-index/8d4acfb5-a956-4915-8e3b-4e2fcb632e51.txt +20 -0
- package/build/dist/docs-index/8d52a724-8815-4d2b-82cc-3a9fe2f987ea.json +1 -0
- package/build/dist/docs-index/8d52a724-8815-4d2b-82cc-3a9fe2f987ea.txt +31 -0
- package/build/dist/docs-index/8dd41ade-6712-463f-9172-7af4defc5331.json +1 -0
- package/build/dist/docs-index/8dd41ade-6712-463f-9172-7af4defc5331.txt +13 -0
- package/build/dist/docs-index/8e4bad9c-c425-4d22-ab0d-bc2a7ccc4bf3.json +1 -0
- package/build/dist/docs-index/8e4bad9c-c425-4d22-ab0d-bc2a7ccc4bf3.txt +20 -0
- package/build/dist/docs-index/8f1d6e35-0743-415a-8d1b-79a079eccaea.json +1 -0
- package/build/dist/docs-index/8f1d6e35-0743-415a-8d1b-79a079eccaea.txt +38 -0
- package/build/dist/docs-index/8f529be8-deee-401d-8e08-32da32e35bce.json +1 -0
- package/build/dist/docs-index/8f529be8-deee-401d-8e08-32da32e35bce.txt +80 -0
- package/build/dist/docs-index/90497e4d-9694-445c-8f7f-262f05d5a49e.json +1 -0
- package/build/dist/docs-index/90497e4d-9694-445c-8f7f-262f05d5a49e.txt +37 -0
- package/build/dist/docs-index/90c72e03-c694-4276-b355-d5f4451a9359.json +1 -0
- package/build/dist/docs-index/90c72e03-c694-4276-b355-d5f4451a9359.txt +25 -0
- package/build/dist/docs-index/91c382fe-ba5f-475c-901e-4101b3e24904.json +1 -0
- package/build/dist/docs-index/91c382fe-ba5f-475c-901e-4101b3e24904.txt +20 -0
- package/build/dist/docs-index/9274c495-0cba-4d12-8873-81589d05b7a7.json +1 -0
- package/build/dist/docs-index/9274c495-0cba-4d12-8873-81589d05b7a7.txt +30 -0
- package/build/dist/docs-index/92cc427a-ecb1-4793-99f0-aa64ecad7cab.json +1 -0
- package/build/dist/docs-index/92cc427a-ecb1-4793-99f0-aa64ecad7cab.txt +21 -0
- package/build/dist/docs-index/94529aab-ff29-49c1-9163-299f4f3551fc.json +1 -0
- package/build/dist/docs-index/94529aab-ff29-49c1-9163-299f4f3551fc.txt +24 -0
- package/build/dist/docs-index/94bf840a-b9c7-4ecc-80e5-b9c59d4d2ee3.json +1 -0
- package/build/dist/docs-index/94bf840a-b9c7-4ecc-80e5-b9c59d4d2ee3.txt +3 -0
- package/build/dist/docs-index/950f6f2e-4605-4f65-becf-590f702d2dca.json +1 -0
- package/build/dist/docs-index/950f6f2e-4605-4f65-becf-590f702d2dca.txt +32 -0
- package/build/dist/docs-index/95134f04-fb54-4bf6-8483-8c3e14bd5160.json +1 -0
- package/build/dist/docs-index/95134f04-fb54-4bf6-8483-8c3e14bd5160.txt +19 -0
- package/build/dist/docs-index/958114b1-7135-4d6a-b628-9cf5c1154a1d.json +1 -0
- package/build/dist/docs-index/958114b1-7135-4d6a-b628-9cf5c1154a1d.txt +8 -0
- package/build/dist/docs-index/96a78cb8-79f9-41ca-8dda-c212114da923.json +1 -0
- package/build/dist/docs-index/96a78cb8-79f9-41ca-8dda-c212114da923.txt +17 -0
- package/build/dist/docs-index/96b14fc7-a81b-4881-a73d-3b9e2d8f1c4f.json +1 -0
- package/build/dist/docs-index/96b14fc7-a81b-4881-a73d-3b9e2d8f1c4f.txt +17 -0
- package/build/dist/docs-index/97ce53a0-3a0e-4054-86fd-8cdb7e425d56.json +1 -0
- package/build/dist/docs-index/97ce53a0-3a0e-4054-86fd-8cdb7e425d56.txt +5 -0
- package/build/dist/docs-index/98e247a4-51d5-4b73-92c7-d634503a7777.json +1 -0
- package/build/dist/docs-index/98e247a4-51d5-4b73-92c7-d634503a7777.txt +17 -0
- package/build/dist/docs-index/98f7af0f-3867-487c-9de4-e4ea6b641e74.json +1 -0
- package/build/dist/docs-index/98f7af0f-3867-487c-9de4-e4ea6b641e74.txt +20 -0
- package/build/dist/docs-index/9911ae6c-9b25-4782-a147-1123d7165da1.json +1 -0
- package/build/dist/docs-index/9911ae6c-9b25-4782-a147-1123d7165da1.txt +13 -0
- package/build/dist/docs-index/9a88833f-3b1c-4179-a3ad-4f82276c941e.json +1 -0
- package/build/dist/docs-index/9a88833f-3b1c-4179-a3ad-4f82276c941e.txt +17 -0
- package/build/dist/docs-index/9b1f4ccb-fa09-49a4-b5fa-bc0199b90203.json +1 -0
- package/build/dist/docs-index/9b1f4ccb-fa09-49a4-b5fa-bc0199b90203.txt +21 -0
- package/build/dist/docs-index/9bf055fd-2ee4-4b9a-9113-f2e526b38ea4.json +1 -0
- package/build/dist/docs-index/9bf055fd-2ee4-4b9a-9113-f2e526b38ea4.txt +39 -0
- package/build/dist/docs-index/9bf7ea02-6ba1-4860-a5b7-991cd161d1c7.json +1 -0
- package/build/dist/docs-index/9bf7ea02-6ba1-4860-a5b7-991cd161d1c7.txt +39 -0
- package/build/dist/docs-index/9c3367d0-b8bb-4dc1-bb69-67d13a310ac8.json +1 -0
- package/build/dist/docs-index/9c3367d0-b8bb-4dc1-bb69-67d13a310ac8.txt +13 -0
- package/build/dist/docs-index/9cf48e47-f807-4d00-a03d-18499e5a2e99.json +1 -0
- package/build/dist/docs-index/9cf48e47-f807-4d00-a03d-18499e5a2e99.txt +29 -0
- package/build/dist/docs-index/9d3ddce7-bd42-48c9-9063-39f3779519fc.json +1 -0
- package/build/dist/docs-index/9d3ddce7-bd42-48c9-9063-39f3779519fc.txt +20 -0
- package/build/dist/docs-index/9e00d892-12fe-4819-848a-5c2f76cbe99e.json +1 -0
- package/build/dist/docs-index/9e00d892-12fe-4819-848a-5c2f76cbe99e.txt +44 -0
- package/build/dist/docs-index/9e3d4771-ddf0-4ba8-82cb-d226e37adef7.json +1 -0
- package/build/dist/docs-index/9e3d4771-ddf0-4ba8-82cb-d226e37adef7.txt +20 -0
- package/build/dist/docs-index/9e772d0d-9afb-4d6e-b83f-45380d9af365.json +1 -0
- package/build/dist/docs-index/9e772d0d-9afb-4d6e-b83f-45380d9af365.txt +32 -0
- package/build/dist/docs-index/9ef6a353-eb68-484e-aca3-16fda6991922.json +1 -0
- package/build/dist/docs-index/9ef6a353-eb68-484e-aca3-16fda6991922.txt +20 -0
- package/build/dist/docs-index/9fc7ecc8-48dd-4473-9cea-ad4319de2cc8.json +1 -0
- package/build/dist/docs-index/9fc7ecc8-48dd-4473-9cea-ad4319de2cc8.txt +24 -0
- package/build/dist/docs-index/a00cf03f-8551-4e18-aec4-67864cea41aa.json +1 -0
- package/build/dist/docs-index/a00cf03f-8551-4e18-aec4-67864cea41aa.txt +30 -0
- package/build/dist/docs-index/a0fac060-5bef-497f-b9ac-921a1660b2d9.json +1 -0
- package/build/dist/docs-index/a0fac060-5bef-497f-b9ac-921a1660b2d9.txt +35 -0
- package/build/dist/docs-index/a12ff3d1-8138-4c77-bac7-0b630ef8ad45.json +1 -0
- package/build/dist/docs-index/a12ff3d1-8138-4c77-bac7-0b630ef8ad45.txt +44 -0
- package/build/dist/docs-index/a1524187-861d-4e3a-8717-d251ce562272.json +1 -0
- package/build/dist/docs-index/a1524187-861d-4e3a-8717-d251ce562272.txt +18 -0
- package/build/dist/docs-index/a189174a-0027-477e-8fc8-dfe13b5f25bc.json +1 -0
- package/build/dist/docs-index/a189174a-0027-477e-8fc8-dfe13b5f25bc.txt +142 -0
- package/build/dist/docs-index/a248212d-cb47-40c4-8499-4a593c01b9ba.json +1 -0
- package/build/dist/docs-index/a248212d-cb47-40c4-8499-4a593c01b9ba.txt +13 -0
- package/build/dist/docs-index/a2de4fc2-05ab-4151-826a-e2b8eafd7ce6.json +1 -0
- package/build/dist/docs-index/a2de4fc2-05ab-4151-826a-e2b8eafd7ce6.txt +28 -0
- package/build/dist/docs-index/a326fad4-579d-4c41-bdc9-144f647804e4.json +1 -0
- package/build/dist/docs-index/a326fad4-579d-4c41-bdc9-144f647804e4.txt +16 -0
- package/build/dist/docs-index/a3467ff6-5d96-40bd-b1cb-29f6b6acef34.json +1 -0
- package/build/dist/docs-index/a3467ff6-5d96-40bd-b1cb-29f6b6acef34.txt +16 -0
- package/build/dist/docs-index/a59b583b-71a7-49e2-a36d-855b030ae289.json +1 -0
- package/build/dist/docs-index/a59b583b-71a7-49e2-a36d-855b030ae289.txt +13 -0
- package/build/dist/docs-index/a5b9fa37-dcc4-4e58-858a-b0dc1f77ea19.json +1 -0
- package/build/dist/docs-index/a5b9fa37-dcc4-4e58-858a-b0dc1f77ea19.txt +24 -0
- package/build/dist/docs-index/a60ce768-5e6c-498f-9582-2794d9f6b3b6.json +1 -0
- package/build/dist/docs-index/a60ce768-5e6c-498f-9582-2794d9f6b3b6.txt +34 -0
- package/build/dist/docs-index/a6deaf28-ed38-4368-85ff-4cd1b2534a1f.json +1 -0
- package/build/dist/docs-index/a6deaf28-ed38-4368-85ff-4cd1b2534a1f.txt +14 -0
- package/build/dist/docs-index/a6fd4d6e-d905-4555-be8f-dbb78fa723b6.json +1 -0
- package/build/dist/docs-index/a6fd4d6e-d905-4555-be8f-dbb78fa723b6.txt +29 -0
- package/build/dist/docs-index/a8e30f67-0037-46eb-9b7b-ae2a8e3871b3.json +1 -0
- package/build/dist/docs-index/a8e30f67-0037-46eb-9b7b-ae2a8e3871b3.txt +44 -0
- package/build/dist/docs-index/a8fde5fb-7db5-4f0c-8115-3c99c6df7a19.json +1 -0
- package/build/dist/docs-index/a8fde5fb-7db5-4f0c-8115-3c99c6df7a19.txt +43 -0
- package/build/dist/docs-index/a97c2107-7209-4deb-b64d-91f0ec296c9f.json +1 -0
- package/build/dist/docs-index/a97c2107-7209-4deb-b64d-91f0ec296c9f.txt +28 -0
- package/build/dist/docs-index/a9f93969-2452-4870-9696-4877500395b3.json +1 -0
- package/build/dist/docs-index/a9f93969-2452-4870-9696-4877500395b3.txt +168 -0
- package/build/dist/docs-index/aaa321a3-301f-4dd9-9ffd-86f7368229b4.json +1 -0
- package/build/dist/docs-index/aaa321a3-301f-4dd9-9ffd-86f7368229b4.txt +20 -0
- package/build/dist/docs-index/ab33a2ad-935b-44ca-a50d-33e190324642.json +1 -0
- package/build/dist/docs-index/ab33a2ad-935b-44ca-a50d-33e190324642.txt +24 -0
- package/build/dist/docs-index/ab4bc466-72d3-440a-a4bb-6abc5a56c408.json +1 -0
- package/build/dist/docs-index/ab4bc466-72d3-440a-a4bb-6abc5a56c408.txt +254 -0
- package/build/dist/docs-index/abce3ed4-66b9-4a5f-b562-ba51e678c31d.json +1 -0
- package/build/dist/docs-index/abce3ed4-66b9-4a5f-b562-ba51e678c31d.txt +20 -0
- package/build/dist/docs-index/ac4af805-6114-46eb-8a56-6af3fac9711f.json +1 -0
- package/build/dist/docs-index/ac4af805-6114-46eb-8a56-6af3fac9711f.txt +22 -0
- package/build/dist/docs-index/acaba58b-589f-4577-85c6-33ac32e531e9.json +1 -0
- package/build/dist/docs-index/acaba58b-589f-4577-85c6-33ac32e531e9.txt +16 -0
- package/build/dist/docs-index/ad8669b6-1b86-490d-80fb-29c70be6fcb5.json +1 -0
- package/build/dist/docs-index/ad8669b6-1b86-490d-80fb-29c70be6fcb5.txt +14 -0
- package/build/dist/docs-index/ae2d8d97-2e7a-4531-b5d1-c407844dd942.json +1 -0
- package/build/dist/docs-index/ae2d8d97-2e7a-4531-b5d1-c407844dd942.txt +15 -0
- package/build/dist/docs-index/af3700de-06eb-486b-afd7-9a51ab375d0e.json +1 -0
- package/build/dist/docs-index/af3700de-06eb-486b-afd7-9a51ab375d0e.txt +29 -0
- package/build/dist/docs-index/b15f5227-a29a-4127-8850-34132d1ca1b1.json +1 -0
- package/build/dist/docs-index/b15f5227-a29a-4127-8850-34132d1ca1b1.txt +43 -0
- package/build/dist/docs-index/b1651f29-dc99-4249-bf78-7c1013586904.json +1 -0
- package/build/dist/docs-index/b1651f29-dc99-4249-bf78-7c1013586904.txt +28 -0
- package/build/dist/docs-index/b1ae8787-c69a-4179-99ca-a59a996669fd.json +1 -0
- package/build/dist/docs-index/b1ae8787-c69a-4179-99ca-a59a996669fd.txt +9 -0
- package/build/dist/docs-index/b1e8adab-05dc-4aac-8563-7f26182f635f.json +1 -0
- package/build/dist/docs-index/b1e8adab-05dc-4aac-8563-7f26182f635f.txt +17 -0
- package/build/dist/docs-index/b31632b0-4116-4dd7-a56e-d22853e02940.json +1 -0
- package/build/dist/docs-index/b31632b0-4116-4dd7-a56e-d22853e02940.txt +13 -0
- package/build/dist/docs-index/b352accc-804b-45dd-b5ce-f0c6d091c4e0.json +1 -0
- package/build/dist/docs-index/b352accc-804b-45dd-b5ce-f0c6d091c4e0.txt +15 -0
- package/build/dist/docs-index/b43032f5-8558-4c33-a5b2-bb07f5961ec9.json +1 -0
- package/build/dist/docs-index/b43032f5-8558-4c33-a5b2-bb07f5961ec9.txt +11 -0
- package/build/dist/docs-index/b4f3cefa-1904-45b8-841a-6130116f3166.json +1 -0
- package/build/dist/docs-index/b4f3cefa-1904-45b8-841a-6130116f3166.txt +40 -0
- package/build/dist/docs-index/b548e100-f1e1-4e69-a7db-516f0fac633e.json +1 -0
- package/build/dist/docs-index/b548e100-f1e1-4e69-a7db-516f0fac633e.txt +29 -0
- package/build/dist/docs-index/b5ccebe1-ea37-40b8-ae5a-498f56b57dfc.json +1 -0
- package/build/dist/docs-index/b5ccebe1-ea37-40b8-ae5a-498f56b57dfc.txt +39 -0
- package/build/dist/docs-index/b64fc20e-6efb-4d65-899d-bdb1194a705e.json +1 -0
- package/build/dist/docs-index/b64fc20e-6efb-4d65-899d-bdb1194a705e.txt +110 -0
- package/build/dist/docs-index/b6551223-3580-48c7-aa27-15340c90c4d7.json +1 -0
- package/build/dist/docs-index/b6551223-3580-48c7-aa27-15340c90c4d7.txt +8 -0
- package/build/dist/docs-index/b687ac4e-f0d4-4364-af34-ca7acd4ba270.json +1 -0
- package/build/dist/docs-index/b687ac4e-f0d4-4364-af34-ca7acd4ba270.txt +25 -0
- package/build/dist/docs-index/b7628ff2-98a7-40a6-856c-266f46315bd0.json +1 -0
- package/build/dist/docs-index/b7628ff2-98a7-40a6-856c-266f46315bd0.txt +30 -0
- package/build/dist/docs-index/b7beb57d-9ca2-4345-b23f-7b7ec6e4dbdd.json +1 -0
- package/build/dist/docs-index/b7beb57d-9ca2-4345-b23f-7b7ec6e4dbdd.txt +26 -0
- package/build/dist/docs-index/b9875a67-c5e5-4a88-be87-119f70a12218.json +1 -0
- package/build/dist/docs-index/b9875a67-c5e5-4a88-be87-119f70a12218.txt +31 -0
- package/build/dist/docs-index/b9a5167c-51f5-49bd-8f70-4cc271c382f3.json +1 -0
- package/build/dist/docs-index/b9a5167c-51f5-49bd-8f70-4cc271c382f3.txt +11 -0
- package/build/dist/docs-index/b9fc9516-124d-4e46-9002-8c2af182bce7.json +1 -0
- package/build/dist/docs-index/b9fc9516-124d-4e46-9002-8c2af182bce7.txt +29 -0
- package/build/dist/docs-index/ba320675-a0f4-4344-8c8d-045d06914f10.json +1 -0
- package/build/dist/docs-index/ba320675-a0f4-4344-8c8d-045d06914f10.txt +17 -0
- package/build/dist/docs-index/bb09c379-ebcf-4726-a6dc-5ef72d066334.json +1 -0
- package/build/dist/docs-index/bb09c379-ebcf-4726-a6dc-5ef72d066334.txt +31 -0
- package/build/dist/docs-index/bd786a88-13ed-4e49-b7fc-6458fa455cb9.json +1 -0
- package/build/dist/docs-index/bd786a88-13ed-4e49-b7fc-6458fa455cb9.txt +39 -0
- package/build/dist/docs-index/be1a3a95-fe15-4d10-a807-0ae7d1128447.json +1 -0
- package/build/dist/docs-index/be1a3a95-fe15-4d10-a807-0ae7d1128447.txt +13 -0
- package/build/dist/docs-index/be68824a-033a-455c-a7d1-f526cdd07c68.json +1 -0
- package/build/dist/docs-index/be68824a-033a-455c-a7d1-f526cdd07c68.txt +13 -0
- package/build/dist/docs-index/bf738b9a-86d8-4f73-88de-32c8fa2efd86.json +1 -0
- package/build/dist/docs-index/bf738b9a-86d8-4f73-88de-32c8fa2efd86.txt +82 -0
- package/build/dist/docs-index/bfcf7a89-8d98-4029-8d64-c23c6819a371.json +1 -0
- package/build/dist/docs-index/bfcf7a89-8d98-4029-8d64-c23c6819a371.txt +21 -0
- package/build/dist/docs-index/c0856cac-3362-4140-873c-f5e3d1595978.json +1 -0
- package/build/dist/docs-index/c0856cac-3362-4140-873c-f5e3d1595978.txt +29 -0
- package/build/dist/docs-index/c08f2e74-3bef-4fd0-b76c-f779e53b47c4.json +1 -0
- package/build/dist/docs-index/c08f2e74-3bef-4fd0-b76c-f779e53b47c4.txt +29 -0
- package/build/dist/docs-index/c0d5758c-721f-45ec-9d41-ca824d842a15.json +1 -0
- package/build/dist/docs-index/c0d5758c-721f-45ec-9d41-ca824d842a15.txt +389 -0
- package/build/dist/docs-index/c11d6da9-6590-4cb0-b955-e1baf8c70615.json +1 -0
- package/build/dist/docs-index/c11d6da9-6590-4cb0-b955-e1baf8c70615.txt +25 -0
- package/build/dist/docs-index/c230060f-86f3-48ad-b2d1-e76b22acbb08.json +1 -0
- package/build/dist/docs-index/c230060f-86f3-48ad-b2d1-e76b22acbb08.txt +16 -0
- package/build/dist/docs-index/c2eab58c-f3f8-4ae9-a011-3a7788f7f6cf.json +1 -0
- package/build/dist/docs-index/c2eab58c-f3f8-4ae9-a011-3a7788f7f6cf.txt +20 -0
- package/build/dist/docs-index/c3196395-7e58-461d-bdaf-d5299b0b0ccc.json +1 -0
- package/build/dist/docs-index/c3196395-7e58-461d-bdaf-d5299b0b0ccc.txt +22 -0
- package/build/dist/docs-index/c41d1e47-62bf-4dbf-8f10-cf50f75779f4.json +1 -0
- package/build/dist/docs-index/c41d1e47-62bf-4dbf-8f10-cf50f75779f4.txt +35 -0
- package/build/dist/docs-index/c452e6b8-90c5-4b9d-8dbf-1f8367246893.json +1 -0
- package/build/dist/docs-index/c452e6b8-90c5-4b9d-8dbf-1f8367246893.txt +8 -0
- package/build/dist/docs-index/c511ee90-f7ab-48e9-a3c7-ede8ceb94ce5.json +1 -0
- package/build/dist/docs-index/c511ee90-f7ab-48e9-a3c7-ede8ceb94ce5.txt +28 -0
- package/build/dist/docs-index/c52917b9-1811-4ef3-b7da-598813fbf275.json +1 -0
- package/build/dist/docs-index/c52917b9-1811-4ef3-b7da-598813fbf275.txt +40 -0
- package/build/dist/docs-index/c5d05875-d1da-407b-b322-95590e74ad0b.json +1 -0
- package/build/dist/docs-index/c5d05875-d1da-407b-b322-95590e74ad0b.txt +23 -0
- package/build/dist/docs-index/c6252d01-317d-4102-aa05-e4dce0a283f6.json +1 -0
- package/build/dist/docs-index/c6252d01-317d-4102-aa05-e4dce0a283f6.txt +20 -0
- package/build/dist/docs-index/c6b19232-61a2-4f9f-bb5b-14bb4b63dbc3.json +1 -0
- package/build/dist/docs-index/c6b19232-61a2-4f9f-bb5b-14bb4b63dbc3.txt +17 -0
- package/build/dist/docs-index/c70af951-2577-40d4-9a87-34c40ca40ee3.json +1 -0
- package/build/dist/docs-index/c70af951-2577-40d4-9a87-34c40ca40ee3.txt +22 -0
- package/build/dist/docs-index/c8509be2-b71e-4016-a286-574d08713094.json +1 -0
- package/build/dist/docs-index/c8509be2-b71e-4016-a286-574d08713094.txt +20 -0
- package/build/dist/docs-index/c85725a5-2526-4c3f-bdd6-71992013ba47.json +1 -0
- package/build/dist/docs-index/c85725a5-2526-4c3f-bdd6-71992013ba47.txt +20 -0
- package/build/dist/docs-index/c87d1d91-c708-4969-865d-43d3961db72c.json +1 -0
- package/build/dist/docs-index/c87d1d91-c708-4969-865d-43d3961db72c.txt +22 -0
- package/build/dist/docs-index/c8de6a9a-c048-4c06-9b4f-7a346e814412.json +1 -0
- package/build/dist/docs-index/c8de6a9a-c048-4c06-9b4f-7a346e814412.txt +16 -0
- package/build/dist/docs-index/c90f3ddd-1d3e-4d58-ba41-57a3b0885096.json +1 -0
- package/build/dist/docs-index/c90f3ddd-1d3e-4d58-ba41-57a3b0885096.txt +31 -0
- package/build/dist/docs-index/c927f8ec-5e65-4236-b723-c075d9a0f281.json +1 -0
- package/build/dist/docs-index/c927f8ec-5e65-4236-b723-c075d9a0f281.txt +20 -0
- package/build/dist/docs-index/c9d95ea5-17f2-4f6c-90f6-6d7296e51b10.json +1 -0
- package/build/dist/docs-index/c9d95ea5-17f2-4f6c-90f6-6d7296e51b10.txt +22 -0
- package/build/dist/docs-index/ca737a48-df79-4348-a5b7-f57ce6b41d63.json +1 -0
- package/build/dist/docs-index/ca737a48-df79-4348-a5b7-f57ce6b41d63.txt +29 -0
- package/build/dist/docs-index/catalog.json +1 -0
- package/build/dist/docs-index/cb326b5e-3cb1-474e-af90-b44cff6aea5b.json +1 -0
- package/build/dist/docs-index/cb326b5e-3cb1-474e-af90-b44cff6aea5b.txt +24 -0
- package/build/dist/docs-index/cb8d9151-6981-43b8-92ce-a385bd2334c1.json +1 -0
- package/build/dist/docs-index/cb8d9151-6981-43b8-92ce-a385bd2334c1.txt +76 -0
- package/build/dist/docs-index/cc8bed8d-eb5d-4486-95e1-d846d35acea3.json +1 -0
- package/build/dist/docs-index/cc8bed8d-eb5d-4486-95e1-d846d35acea3.txt +80 -0
- package/build/dist/docs-index/ccf2962a-fd6f-4bb1-96ac-7a7ce32e9946.json +1 -0
- package/build/dist/docs-index/ccf2962a-fd6f-4bb1-96ac-7a7ce32e9946.txt +21 -0
- package/build/dist/docs-index/cd395973-f392-4ccc-9920-03e53d1f6e03.json +1 -0
- package/build/dist/docs-index/cd395973-f392-4ccc-9920-03e53d1f6e03.txt +8 -0
- package/build/dist/docs-index/ce92e5fa-f3a5-48a6-86d5-8de13e92d76f.json +1 -0
- package/build/dist/docs-index/ce92e5fa-f3a5-48a6-86d5-8de13e92d76f.txt +131 -0
- package/build/dist/docs-index/ceb429c0-ca8b-46ff-bbfe-48f644fde212.json +1 -0
- package/build/dist/docs-index/ceb429c0-ca8b-46ff-bbfe-48f644fde212.txt +17 -0
- package/build/dist/docs-index/cf3c1b00-4edb-4e49-b79c-92129de1ffd3.json +1 -0
- package/build/dist/docs-index/cf3c1b00-4edb-4e49-b79c-92129de1ffd3.txt +29 -0
- package/build/dist/docs-index/cfe4df63-94e8-4e7d-a8fe-840eb234c126.json +1 -0
- package/build/dist/docs-index/cfe4df63-94e8-4e7d-a8fe-840eb234c126.txt +5 -0
- package/build/dist/docs-index/d02966c7-3e06-425a-a9b8-314b32175b26.json +1 -0
- package/build/dist/docs-index/d02966c7-3e06-425a-a9b8-314b32175b26.txt +12 -0
- package/build/dist/docs-index/d02e6299-a690-4228-b812-6f8a26d0905c.json +1 -0
- package/build/dist/docs-index/d02e6299-a690-4228-b812-6f8a26d0905c.txt +11 -0
- package/build/dist/docs-index/d053820a-50a8-4528-be74-bfc70af32188.json +1 -0
- package/build/dist/docs-index/d053820a-50a8-4528-be74-bfc70af32188.txt +11 -0
- package/build/dist/docs-index/d0dc8bea-d37f-4354-902e-949e62f6986f.json +1 -0
- package/build/dist/docs-index/d0dc8bea-d37f-4354-902e-949e62f6986f.txt +29 -0
- package/build/dist/docs-index/d11aa189-dd48-401a-815f-8a98949c5ab4.json +1 -0
- package/build/dist/docs-index/d11aa189-dd48-401a-815f-8a98949c5ab4.txt +80 -0
- package/build/dist/docs-index/d15277c5-a7f8-4257-81af-5a4642c91493.json +1 -0
- package/build/dist/docs-index/d15277c5-a7f8-4257-81af-5a4642c91493.txt +28 -0
- package/build/dist/docs-index/d1cad4c3-3af3-409f-a78e-48694b9895cb.json +1 -0
- package/build/dist/docs-index/d1cad4c3-3af3-409f-a78e-48694b9895cb.txt +16 -0
- package/build/dist/docs-index/d1db7f7e-a6ce-45ce-9190-fc167521e129.json +1 -0
- package/build/dist/docs-index/d1db7f7e-a6ce-45ce-9190-fc167521e129.txt +29 -0
- package/build/dist/docs-index/d20416bc-46e2-48c4-851f-6d8dee714734.json +1 -0
- package/build/dist/docs-index/d20416bc-46e2-48c4-851f-6d8dee714734.txt +27 -0
- package/build/dist/docs-index/d2e8891a-ec94-488f-8a05-10f58a51eae0.json +1 -0
- package/build/dist/docs-index/d2e8891a-ec94-488f-8a05-10f58a51eae0.txt +3 -0
- package/build/dist/docs-index/d30c40a6-ca1a-467d-a987-c91c9cc68985.json +1 -0
- package/build/dist/docs-index/d30c40a6-ca1a-467d-a987-c91c9cc68985.txt +15 -0
- package/build/dist/docs-index/d3631755-5534-4a96-8139-56cf4d9c5f44.json +1 -0
- package/build/dist/docs-index/d3631755-5534-4a96-8139-56cf4d9c5f44.txt +24 -0
- package/build/dist/docs-index/d53d1d29-6471-4360-805d-9e8d5b35f50a.json +1 -0
- package/build/dist/docs-index/d53d1d29-6471-4360-805d-9e8d5b35f50a.txt +9 -0
- package/build/dist/docs-index/d59778c3-d125-4cfe-a6ae-67fe2d58d30b.json +1 -0
- package/build/dist/docs-index/d59778c3-d125-4cfe-a6ae-67fe2d58d30b.txt +167 -0
- package/build/dist/docs-index/d5d04658-c7c0-4461-84f1-87e9b27f82dc.json +1 -0
- package/build/dist/docs-index/d5d04658-c7c0-4461-84f1-87e9b27f82dc.txt +17 -0
- package/build/dist/docs-index/d618119a-9568-4d51-b25d-218e3c03fc17.json +1 -0
- package/build/dist/docs-index/d618119a-9568-4d51-b25d-218e3c03fc17.txt +18 -0
- package/build/dist/docs-index/d62494c9-804e-4de5-8372-705fa0ad51ec.json +1 -0
- package/build/dist/docs-index/d62494c9-804e-4de5-8372-705fa0ad51ec.txt +155 -0
- package/build/dist/docs-index/d77b1ac2-44f8-46ac-b9f3-a62eca6c35ff.json +1 -0
- package/build/dist/docs-index/d77b1ac2-44f8-46ac-b9f3-a62eca6c35ff.txt +39 -0
- package/build/dist/docs-index/d7caf6f0-003c-4139-94e6-f45984a80e97.json +1 -0
- package/build/dist/docs-index/d7caf6f0-003c-4139-94e6-f45984a80e97.txt +30 -0
- package/build/dist/docs-index/d9146c7c-6247-46a1-bdf4-07b44a6c7cfd.json +1 -0
- package/build/dist/docs-index/d9146c7c-6247-46a1-bdf4-07b44a6c7cfd.txt +21 -0
- package/build/dist/docs-index/d93c4c0d-507f-4851-9c52-85f05235f131.json +1 -0
- package/build/dist/docs-index/d93c4c0d-507f-4851-9c52-85f05235f131.txt +24 -0
- package/build/dist/docs-index/d9ebb906-cfb6-4a49-abba-87b7bb7a9e06.json +1 -0
- package/build/dist/docs-index/d9ebb906-cfb6-4a49-abba-87b7bb7a9e06.txt +17 -0
- package/build/dist/docs-index/da7879ab-ccc5-4959-bf7e-2b114abe055f.json +1 -0
- package/build/dist/docs-index/da7879ab-ccc5-4959-bf7e-2b114abe055f.txt +34 -0
- package/build/dist/docs-index/db27b65c-d09e-4067-bd6e-0462b4799de7.json +1 -0
- package/build/dist/docs-index/db27b65c-d09e-4067-bd6e-0462b4799de7.txt +10 -0
- package/build/dist/docs-index/dbc0c97a-faa1-4641-bbc4-d5f37a7d1328.json +1 -0
- package/build/dist/docs-index/dbc0c97a-faa1-4641-bbc4-d5f37a7d1328.txt +10 -0
- package/build/dist/docs-index/dbf905fc-5cb6-4030-997a-710b87c2a894.json +1 -0
- package/build/dist/docs-index/dbf905fc-5cb6-4030-997a-710b87c2a894.txt +11 -0
- package/build/dist/docs-index/dcab898d-db52-4e2f-afbf-15fe02cd9314.json +1 -0
- package/build/dist/docs-index/dcab898d-db52-4e2f-afbf-15fe02cd9314.txt +20 -0
- package/build/dist/docs-index/dcd11a4b-c142-4192-aedb-430fc359d5aa.json +1 -0
- package/build/dist/docs-index/dcd11a4b-c142-4192-aedb-430fc359d5aa.txt +14 -0
- package/build/dist/docs-index/de94354d-e6a6-4172-8f13-891e7f9a366c.json +1 -0
- package/build/dist/docs-index/de94354d-e6a6-4172-8f13-891e7f9a366c.txt +20 -0
- package/build/dist/docs-index/decc59f9-e281-4704-bb3f-4aaf2537dc1c.json +1 -0
- package/build/dist/docs-index/decc59f9-e281-4704-bb3f-4aaf2537dc1c.txt +113 -0
- package/build/dist/docs-index/df1fe6b2-0a41-4a75-98de-91a3793d88db.json +1 -0
- package/build/dist/docs-index/df1fe6b2-0a41-4a75-98de-91a3793d88db.txt +20 -0
- package/build/dist/docs-index/df8f3e33-fc59-4774-b6bd-d412050a2ed6.json +1 -0
- package/build/dist/docs-index/df8f3e33-fc59-4774-b6bd-d412050a2ed6.txt +498 -0
- package/build/dist/docs-index/dfa93b96-65e8-4cc2-af5a-f1586cca9623.json +1 -0
- package/build/dist/docs-index/dfa93b96-65e8-4cc2-af5a-f1586cca9623.txt +8 -0
- package/build/dist/docs-index/e0114ff6-3f4c-4427-8646-5094fca34c73.json +1 -0
- package/build/dist/docs-index/e0114ff6-3f4c-4427-8646-5094fca34c73.txt +20 -0
- package/build/dist/docs-index/e089bf60-eb3c-4b81-8348-dc21c78d7160.json +1 -0
- package/build/dist/docs-index/e089bf60-eb3c-4b81-8348-dc21c78d7160.txt +10 -0
- package/build/dist/docs-index/e0b8d918-1ec1-493c-88f0-871bb245fd24.json +1 -0
- package/build/dist/docs-index/e0b8d918-1ec1-493c-88f0-871bb245fd24.txt +662 -0
- package/build/dist/docs-index/e0fe9b07-7631-4a1b-ac1d-02bcf2b1d987.json +1 -0
- package/build/dist/docs-index/e0fe9b07-7631-4a1b-ac1d-02bcf2b1d987.txt +24 -0
- package/build/dist/docs-index/e1481b86-a686-4bc6-bb08-8e5100318dd1.json +1 -0
- package/build/dist/docs-index/e1481b86-a686-4bc6-bb08-8e5100318dd1.txt +34 -0
- package/build/dist/docs-index/e15ba483-e698-41d3-8ad2-bd61b8e2e5f0.json +1 -0
- package/build/dist/docs-index/e15ba483-e698-41d3-8ad2-bd61b8e2e5f0.txt +17 -0
- package/build/dist/docs-index/e20c1811-b2a8-4839-82da-0ba831759bdd.json +1 -0
- package/build/dist/docs-index/e20c1811-b2a8-4839-82da-0ba831759bdd.txt +16 -0
- package/build/dist/docs-index/e2567536-0b74-496b-8c85-58d3391496fb.json +1 -0
- package/build/dist/docs-index/e2567536-0b74-496b-8c85-58d3391496fb.txt +8 -0
- package/build/dist/docs-index/e261da09-db56-4055-84c4-4f2ba99f02ed.json +1 -0
- package/build/dist/docs-index/e261da09-db56-4055-84c4-4f2ba99f02ed.txt +8 -0
- package/build/dist/docs-index/e2abffcf-4356-4d97-8869-0e58e5120f4f.json +1 -0
- package/build/dist/docs-index/e2abffcf-4356-4d97-8869-0e58e5120f4f.txt +36 -0
- package/build/dist/docs-index/e2ffddb5-6706-4eac-9326-c647557bdcbb.json +1 -0
- package/build/dist/docs-index/e2ffddb5-6706-4eac-9326-c647557bdcbb.txt +9 -0
- package/build/dist/docs-index/e36139f1-7404-4f7b-ba22-d26ea41b886b.json +1 -0
- package/build/dist/docs-index/e36139f1-7404-4f7b-ba22-d26ea41b886b.txt +1080 -0
- package/build/dist/docs-index/e4de75bf-f316-4636-b93e-b28b9b834cbb.json +1 -0
- package/build/dist/docs-index/e4de75bf-f316-4636-b93e-b28b9b834cbb.txt +12 -0
- package/build/dist/docs-index/e62b2d0b-6ade-414c-9ef6-ecc7fbde66f4.json +1 -0
- package/build/dist/docs-index/e62b2d0b-6ade-414c-9ef6-ecc7fbde66f4.txt +19 -0
- package/build/dist/docs-index/e642b878-17ff-46c3-aab7-a69a6b6408d7.json +1 -0
- package/build/dist/docs-index/e642b878-17ff-46c3-aab7-a69a6b6408d7.txt +19 -0
- package/build/dist/docs-index/e666f860-806f-4c1e-89b6-e5a1e9da79aa.json +1 -0
- package/build/dist/docs-index/e666f860-806f-4c1e-89b6-e5a1e9da79aa.txt +9 -0
- package/build/dist/docs-index/e6acc689-c953-4ad9-a2b3-a0f85bc86d8e.json +1 -0
- package/build/dist/docs-index/e6acc689-c953-4ad9-a2b3-a0f85bc86d8e.txt +8 -0
- package/build/dist/docs-index/e6f653e4-a73c-4bcf-bc7c-0d73caebb498.json +1 -0
- package/build/dist/docs-index/e6f653e4-a73c-4bcf-bc7c-0d73caebb498.txt +20 -0
- package/build/dist/docs-index/e77cca99-6ed6-43a5-a520-7405a9587845.json +1 -0
- package/build/dist/docs-index/e77cca99-6ed6-43a5-a520-7405a9587845.txt +29 -0
- package/build/dist/docs-index/e7c62785-bc10-4a62-a625-f1d56d8504a6.json +1 -0
- package/build/dist/docs-index/e7c62785-bc10-4a62-a625-f1d56d8504a6.txt +15 -0
- package/build/dist/docs-index/e7ff787f-534a-4f54-af63-634a269f723a.json +1 -0
- package/build/dist/docs-index/e7ff787f-534a-4f54-af63-634a269f723a.txt +39 -0
- package/build/dist/docs-index/e85d2fc8-0867-4799-9bc3-74b226b6174e.json +1 -0
- package/build/dist/docs-index/e85d2fc8-0867-4799-9bc3-74b226b6174e.txt +132 -0
- package/build/dist/docs-index/e87a2d65-e3f3-48b9-aaf4-fb27fb96c2e3.json +1 -0
- package/build/dist/docs-index/e87a2d65-e3f3-48b9-aaf4-fb27fb96c2e3.txt +152 -0
- package/build/dist/docs-index/eb725123-5a7a-47b5-91c0-34c5b6431e81.json +1 -0
- package/build/dist/docs-index/eb725123-5a7a-47b5-91c0-34c5b6431e81.txt +33 -0
- package/build/dist/docs-index/ebc108b6-b130-4420-85b3-5795efc4a53a.json +1 -0
- package/build/dist/docs-index/ebc108b6-b130-4420-85b3-5795efc4a53a.txt +16 -0
- package/build/dist/docs-index/ec3bf098-22aa-47d5-a22b-31eb7667b978.json +1 -0
- package/build/dist/docs-index/ec3bf098-22aa-47d5-a22b-31eb7667b978.txt +34 -0
- package/build/dist/docs-index/ecf8c655-4173-499a-acc9-e24222cb60f3.json +1 -0
- package/build/dist/docs-index/ecf8c655-4173-499a-acc9-e24222cb60f3.txt +26 -0
- package/build/dist/docs-index/ed24e904-6fff-4b78-9426-4d481b22ad88.json +1 -0
- package/build/dist/docs-index/ed24e904-6fff-4b78-9426-4d481b22ad88.txt +40 -0
- package/build/dist/docs-index/ed8f60cd-7c97-4a9a-a732-0ee0f9e7d791.json +1 -0
- package/build/dist/docs-index/ed8f60cd-7c97-4a9a-a732-0ee0f9e7d791.txt +13 -0
- package/build/dist/docs-index/edbef84b-72da-49d4-857f-5106c07abdcf.json +1 -0
- package/build/dist/docs-index/edbef84b-72da-49d4-857f-5106c07abdcf.txt +44 -0
- package/build/dist/docs-index/eee97062-d9a6-4617-b963-35d9ab092132.json +1 -0
- package/build/dist/docs-index/eee97062-d9a6-4617-b963-35d9ab092132.txt +1 -0
- package/build/dist/docs-index/ef7031da-82ea-469f-bfb2-c2b845696787.json +1 -0
- package/build/dist/docs-index/ef7031da-82ea-469f-bfb2-c2b845696787.txt +9 -0
- package/build/dist/docs-index/efc45b50-3305-4d92-9d84-febb89b87b16.json +1 -0
- package/build/dist/docs-index/efc45b50-3305-4d92-9d84-febb89b87b16.txt +8 -0
- package/build/dist/docs-index/f0d1f0d3-bec7-4eee-b868-261223f8cd04.json +1 -0
- package/build/dist/docs-index/f0d1f0d3-bec7-4eee-b868-261223f8cd04.txt +152 -0
- package/build/dist/docs-index/f1b183a4-77f2-497b-b36b-411d4c885456.json +1 -0
- package/build/dist/docs-index/f1b183a4-77f2-497b-b36b-411d4c885456.txt +33 -0
- package/build/dist/docs-index/f25cd841-3653-44f7-b4a7-0af6f3853d69.json +1 -0
- package/build/dist/docs-index/f25cd841-3653-44f7-b4a7-0af6f3853d69.txt +24 -0
- package/build/dist/docs-index/f3fa40ba-c192-498f-84f6-0805e890fa44.json +1 -0
- package/build/dist/docs-index/f3fa40ba-c192-498f-84f6-0805e890fa44.txt +27 -0
- package/build/dist/docs-index/f475b08f-b740-4873-8ac8-9823eba4f04d.json +1 -0
- package/build/dist/docs-index/f475b08f-b740-4873-8ac8-9823eba4f04d.txt +30 -0
- package/build/dist/docs-index/f5018e11-17fb-4acd-a22d-fe7925d66391.json +1 -0
- package/build/dist/docs-index/f5018e11-17fb-4acd-a22d-fe7925d66391.txt +73 -0
- package/build/dist/docs-index/f558551a-79fa-4001-b2e8-1db05b1cd1f1.json +1 -0
- package/build/dist/docs-index/f558551a-79fa-4001-b2e8-1db05b1cd1f1.txt +34 -0
- package/build/dist/docs-index/f62aeff2-e89c-4aaf-9a28-e9f4b2ce1084.json +1 -0
- package/build/dist/docs-index/f62aeff2-e89c-4aaf-9a28-e9f4b2ce1084.txt +12 -0
- package/build/dist/docs-index/f65fc8d2-a2de-442c-ae10-38a681ca8041.json +1 -0
- package/build/dist/docs-index/f65fc8d2-a2de-442c-ae10-38a681ca8041.txt +21 -0
- package/build/dist/docs-index/f693b885-165a-4af0-9140-11e129267dce.json +1 -0
- package/build/dist/docs-index/f693b885-165a-4af0-9140-11e129267dce.txt +19 -0
- package/build/dist/docs-index/f6a80e22-575e-4c94-948f-4aea0ab4aca3.json +1 -0
- package/build/dist/docs-index/f6a80e22-575e-4c94-948f-4aea0ab4aca3.txt +34 -0
- package/build/dist/docs-index/f6cd1bff-0734-4a41-8838-636597a5ba56.json +1 -0
- package/build/dist/docs-index/f6cd1bff-0734-4a41-8838-636597a5ba56.txt +24 -0
- package/build/dist/docs-index/f74e26e5-1151-4537-9cd4-0dc60c13a7e2.json +1 -0
- package/build/dist/docs-index/f74e26e5-1151-4537-9cd4-0dc60c13a7e2.txt +13 -0
- package/build/dist/docs-index/f8223cb0-ca00-4b75-8382-804d6e63e59d.json +1 -0
- package/build/dist/docs-index/f8223cb0-ca00-4b75-8382-804d6e63e59d.txt +20 -0
- package/build/dist/docs-index/f88d7c36-31ce-4bee-8dff-6832a9666f21.json +1 -0
- package/build/dist/docs-index/f88d7c36-31ce-4bee-8dff-6832a9666f21.txt +3 -0
- package/build/dist/docs-index/f8a68fd3-f500-4fbc-b889-cf2478f8dede.json +1 -0
- package/build/dist/docs-index/f8a68fd3-f500-4fbc-b889-cf2478f8dede.txt +24 -0
- package/build/dist/docs-index/f8b307fd-6a83-4d82-8110-d878629e2b84.json +1 -0
- package/build/dist/docs-index/f8b307fd-6a83-4d82-8110-d878629e2b84.txt +12 -0
- package/build/dist/docs-index/f920ee95-8328-4efa-9836-ec90a7c36029.json +1 -0
- package/build/dist/docs-index/f920ee95-8328-4efa-9836-ec90a7c36029.txt +23 -0
- package/build/dist/docs-index/f99462be-5a4f-4a90-bd8b-91dcf7c2bc2c.json +1 -0
- package/build/dist/docs-index/f99462be-5a4f-4a90-bd8b-91dcf7c2bc2c.txt +32 -0
- package/build/dist/docs-index/fa017496-10af-456c-a52d-a2cf77c0fe78.json +1 -0
- package/build/dist/docs-index/fa017496-10af-456c-a52d-a2cf77c0fe78.txt +17 -0
- package/build/dist/docs-index/fa25f9d3-fd81-4ecb-bc67-fce1f5fc612e.json +1 -0
- package/build/dist/docs-index/fa25f9d3-fd81-4ecb-bc67-fce1f5fc612e.txt +12 -0
- package/build/dist/docs-index/fb138829-6126-4477-954a-94d3ada76555.json +1 -0
- package/build/dist/docs-index/fb138829-6126-4477-954a-94d3ada76555.txt +21 -0
- package/build/dist/docs-index/fb1c85cd-865d-43e0-89a8-25e4b825c920.json +1 -0
- package/build/dist/docs-index/fb1c85cd-865d-43e0-89a8-25e4b825c920.txt +259 -0
- package/build/dist/docs-index/fb2811ab-237a-453c-bff2-3832ad13e693.json +1 -0
- package/build/dist/docs-index/fb2811ab-237a-453c-bff2-3832ad13e693.txt +24 -0
- package/build/dist/docs-index/fbb2b3c9-2e15-48ed-bac6-505b6c529a66.json +1 -0
- package/build/dist/docs-index/fbb2b3c9-2e15-48ed-bac6-505b6c529a66.txt +25 -0
- package/build/dist/docs-index/fbf94f08-8829-485f-a4b4-69a964cc7219.json +1 -0
- package/build/dist/docs-index/fbf94f08-8829-485f-a4b4-69a964cc7219.txt +26 -0
- package/build/dist/docs-index/fd55ac46-b3d1-4f9a-a707-ea8efd59c795.json +1 -0
- package/build/dist/docs-index/fd55ac46-b3d1-4f9a-a707-ea8efd59c795.txt +14 -0
- package/build/dist/docs-index/fd92c169-63aa-4a8a-9591-e5c0d011d3be.json +1 -0
- package/build/dist/docs-index/fd92c169-63aa-4a8a-9591-e5c0d011d3be.txt +35 -0
- package/build/dist/docs-index/fdbaeae2-7066-4f48-823a-fe376aac30b8.json +1 -0
- package/build/dist/docs-index/fdbaeae2-7066-4f48-823a-fe376aac30b8.txt +14 -0
- package/build/dist/docs-index/fdc43b02-8e29-4f47-8aaf-9cb45de63a2c.json +1 -0
- package/build/dist/docs-index/fdc43b02-8e29-4f47-8aaf-9cb45de63a2c.txt +967 -0
- package/build/dist/docs-index/fde97af5-ea82-4d8b-a0b4-2469449f0514.json +1 -0
- package/build/dist/docs-index/fde97af5-ea82-4d8b-a0b4-2469449f0514.txt +15 -0
- package/build/dist/docs-index/fe0553f0-9d7a-42d9-a790-963f3f6d7c63.json +1 -0
- package/build/dist/docs-index/fe0553f0-9d7a-42d9-a790-963f3f6d7c63.txt +32 -0
- package/build/dist/docs-index/ff3bd557-c77f-46e7-bb27-9f263f557c81.json +1 -0
- package/build/dist/docs-index/ff3bd557-c77f-46e7-bb27-9f263f557c81.txt +204 -0
- package/build/dist/docs-index/ff72d7ff-8fcb-487b-a033-a20633b54256.json +1 -0
- package/build/dist/docs-index/ff72d7ff-8fcb-487b-a033-a20633b54256.txt +13 -0
- package/build/dist/docs-index/index.json +1 -0
- package/build/dist/grepr.js +28 -4
- package/build/dist/grepr.js.map +1 -1
- package/build/dist/lib/auth.d.ts +1 -3
- package/build/dist/lib/auth.d.ts.map +1 -1
- package/build/dist/lib/auth.js +4 -1
- package/build/dist/lib/auth.js.map +1 -1
- package/build/dist/lib/command-registry.d.ts +3 -2
- package/build/dist/lib/command-registry.d.ts.map +1 -1
- package/build/dist/lib/command-registry.js.map +1 -1
- package/build/dist/lib/config.d.ts +15 -0
- package/build/dist/lib/config.d.ts.map +1 -1
- package/build/dist/lib/config.js +45 -10
- package/build/dist/lib/config.js.map +1 -1
- package/build/dist/lib/docs-search.d.ts +156 -0
- package/build/dist/lib/docs-search.d.ts.map +1 -0
- package/build/dist/lib/docs-search.js +211 -0
- package/build/dist/lib/docs-search.js.map +1 -0
- package/build/dist/lib/grepr-api-client.d.ts +33 -193
- package/build/dist/lib/grepr-api-client.d.ts.map +1 -1
- package/build/dist/lib/grepr-api-client.js +56 -36
- package/build/dist/lib/grepr-api-client.js.map +1 -1
- package/build/dist/lib/job-graph-transformer.d.ts +89 -0
- package/build/dist/lib/job-graph-transformer.d.ts.map +1 -0
- package/build/dist/lib/job-graph-transformer.js +497 -0
- package/build/dist/lib/job-graph-transformer.js.map +1 -0
- package/build/dist/lib/job-graph-utils.d.ts +50 -0
- package/build/dist/lib/job-graph-utils.d.ts.map +1 -0
- package/build/dist/lib/job-graph-utils.js +84 -0
- package/build/dist/lib/job-graph-utils.js.map +1 -0
- package/build/dist/lib/json-formatter.d.ts +1 -0
- package/build/dist/lib/json-formatter.d.ts.map +1 -1
- package/build/dist/lib/json-formatter.js +28 -16
- package/build/dist/lib/json-formatter.js.map +1 -1
- package/build/dist/lib/parser.d.ts.map +1 -1
- package/build/dist/lib/parser.js +3 -6
- package/build/dist/lib/parser.js.map +1 -1
- package/build/dist/lib/streaming-job-executor.d.ts +3 -2
- package/build/dist/lib/streaming-job-executor.d.ts.map +1 -1
- package/build/dist/lib/streaming-job-executor.js +54 -14
- package/build/dist/lib/streaming-job-executor.js.map +1 -1
- package/build/dist/lib/time-utils.js +1 -1
- package/build/dist/lib/time-utils.js.map +1 -1
- package/build/dist/lib/transformers-embeddings.d.ts +76 -0
- package/build/dist/lib/transformers-embeddings.d.ts.map +1 -0
- package/build/dist/lib/transformers-embeddings.js +109 -0
- package/build/dist/lib/transformers-embeddings.js.map +1 -0
- package/build/dist/openapi/openApiTypes.d.ts +3967 -2240
- package/build/dist/openapi/openApiTypes.d.ts.map +1 -1
- package/build/dist/openapi/openApiTypes.js +341 -85
- package/build/dist/openapi/openApiTypes.js.map +1 -1
- package/build/dist/openapi-docs/api/Access-Configuration/getAccessConfig.md +24 -0
- package/build/dist/openapi-docs/api/Access-Configuration/updateAccessConfig.md +30 -0
- package/build/dist/openapi-docs/api/Activity-Logs/searchActivityLogs.md +28 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/create.md +32 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/delete.md +24 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/deleteAppKey.md +28 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/deleteClientToken-hidden.md +28 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/get.md +29 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/getIntegrationExceptions.md +40 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/getWithExceptions.md +29 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/list.md +20 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/listValidDatadogSites.md +20 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/update.md +39 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/upsertApiKey.md +34 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/upsertAppKey.md +34 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/upsertClientToken-hidden.md +34 -0
- package/build/dist/openapi-docs/api/Datasets/createDataset.md +23 -0
- package/build/dist/openapi-docs/api/Datasets/deleteDataset.md +30 -0
- package/build/dist/openapi-docs/api/Datasets/getAllDatasets.md +17 -0
- package/build/dist/openapi-docs/api/Datasets/getDatasetById.md +25 -0
- package/build/dist/openapi-docs/api/Datasets/updateDataset.md +31 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/create_2.md +34 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/delete_2.md +24 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/getCloudFormationSetupInfo.md +25 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/getConsoleSetupInfo.md +25 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/get_2.md +29 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/list_2.md +18 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/test.md +26 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/update_2.md +43 -0
- package/build/dist/openapi-docs/api/External-Triggers/submitTrigger.md +23 -0
- package/build/dist/openapi-docs/api/Grepr-API-Key/createGreprApiKey.md +18 -0
- package/build/dist/openapi-docs/api/Grepr-API-Key/deleteGreprApiKey.md +17 -0
- package/build/dist/openapi-docs/api/Grepr-API-Key/getGreprApiKey.md +18 -0
- package/build/dist/openapi-docs/api/Grepr-hosted-Data-Warehouse-Integration/create_1.md +30 -0
- package/build/dist/openapi-docs/api/Grepr-hosted-Data-Warehouse-Integration/delete_1.md +24 -0
- package/build/dist/openapi-docs/api/Grepr-hosted-Data-Warehouse-Integration/get_1.md +29 -0
- package/build/dist/openapi-docs/api/Grepr-hosted-Data-Warehouse-Integration/list_1.md +20 -0
- package/build/dist/openapi-docs/api/Grepr-hosted-Data-Warehouse-Integration/update_1.md +35 -0
- package/build/dist/openapi-docs/api/Grok-Parsing/parse.md +31 -0
- package/build/dist/openapi-docs/api/Grok-Parsing/parse_1.md +31 -0
- package/build/dist/openapi-docs/api/Invitations/deleteInvitation.md +22 -0
- package/build/dist/openapi-docs/api/Invitations/getInvitation.md +23 -0
- package/build/dist/openapi-docs/api/Invitations/invite.md +23 -0
- package/build/dist/openapi-docs/api/Invitations/listInvitations.md +25 -0
- package/build/dist/openapi-docs/api/Job-Anomalies/getAnomaliesForJobRuleEngineAndTriggers.md +35 -0
- package/build/dist/openapi-docs/api/Jobs/deleteJob.md +27 -0
- package/build/dist/openapi-docs/api/Jobs/getAsyncBatchJobsForJob-hidden.md +27 -0
- package/build/dist/openapi-docs/api/Jobs/getJob.md +36 -0
- package/build/dist/openapi-docs/api/Jobs/getJobs.md +44 -0
- package/build/dist/openapi-docs/api/Jobs/heartbeatSyncJob.md +29 -0
- package/build/dist/openapi-docs/api/Jobs/submitAsyncJob.md +36 -0
- package/build/dist/openapi-docs/api/Jobs/submitSyncJob.md +30 -0
- package/build/dist/openapi-docs/api/Jobs/updateJob.md +47 -0
- package/build/dist/openapi-docs/api/Manifest/getManifest.md +17 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/create_3.md +32 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/delete_3.md +24 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/getIntegrationExceptions_1.md +40 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/getWithExceptions_1.md +29 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/get_3.md +29 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/listValidNewRelicSites.md +20 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/list_3.md +20 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/update_3.md +39 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/upsertApiKey_1.md +34 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/upsertLicenseKey.md +34 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/create_4.md +32 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/deleteSecretHeader.md +30 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/delete_4.md +24 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/get_4.md +29 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/list_4.md +20 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/update_4.md +39 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/upsertSecretHeader.md +40 -0
- package/build/dist/openapi-docs/api/Organizations/getOrganization.md +24 -0
- package/build/dist/openapi-docs/api/Organizations/updateOrganization.md +34 -0
- package/build/dist/openapi-docs/api/Permission/getAvailablePermissions.md +20 -0
- package/build/dist/openapi-docs/api/Query-Jobs/query.md +29 -0
- package/build/dist/openapi-docs/api/Query-Jobs/read.md +29 -0
- package/build/dist/openapi-docs/api/Query-Parsing/parse_2.md +31 -0
- package/build/dist/openapi-docs/api/Roles/createRole.md +34 -0
- package/build/dist/openapi-docs/api/Roles/deleteRole.md +32 -0
- package/build/dist/openapi-docs/api/Roles/getRoleById.md +29 -0
- package/build/dist/openapi-docs/api/Roles/listRoles.md +20 -0
- package/build/dist/openapi-docs/api/Roles/updateRole.md +43 -0
- package/build/dist/openapi-docs/api/Signup/signup.md +21 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/create_5.md +32 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/delete_5.md +24 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/getIntegrationExceptions_2.md +40 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/getWithExceptions_2.md +29 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/get_5.md +29 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/list_5.md +20 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/update_5.md +39 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/upsertAuthToken.md +34 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/upsertRestAuthToken.md +34 -0
- package/build/dist/openapi-docs/api/Status-Metrics/queryRange.md +21 -0
- package/build/dist/openapi-docs/api/Status-Metrics/query_1.md +21 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/create_6.md +32 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/delete_6.md +24 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/get_6.md +29 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/list_6.md +20 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/update_6.md +39 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/upsertEndpoint.md +34 -0
- package/build/dist/openapi-docs/api/Teams/addUsersToTeam.md +35 -0
- package/build/dist/openapi-docs/api/Teams/createTeam.md +21 -0
- package/build/dist/openapi-docs/api/Teams/deleteTeam.md +20 -0
- package/build/dist/openapi-docs/api/Teams/getTeamById.md +20 -0
- package/build/dist/openapi-docs/api/Teams/getTeamRoles.md +29 -0
- package/build/dist/openapi-docs/api/Teams/getUsersInTeam.md +24 -0
- package/build/dist/openapi-docs/api/Teams/listTeams.md +24 -0
- package/build/dist/openapi-docs/api/Teams/removeUserFromTeam.md +30 -0
- package/build/dist/openapi-docs/api/Teams/updateRolesForUserInTeam.md +28 -0
- package/build/dist/openapi-docs/api/Teams/updateTeam.md +26 -0
- package/build/dist/openapi-docs/api/Templates/createTemplate.md +31 -0
- package/build/dist/openapi-docs/api/Templates/deleteTemplate.md +32 -0
- package/build/dist/openapi-docs/api/Templates/getTemplate.md +33 -0
- package/build/dist/openapi-docs/api/Templates/listTemplates.md +19 -0
- package/build/dist/openapi-docs/api/Templates/testTemplate.md +36 -0
- package/build/dist/openapi-docs/api/Templates/updateTemplate.md +37 -0
- package/build/dist/openapi-docs/api/Users/createUser.md +38 -0
- package/build/dist/openapi-docs/api/Users/deleteUser.md +20 -0
- package/build/dist/openapi-docs/api/Users/getUser.md +33 -0
- package/build/dist/openapi-docs/api/Users/getUserPermissions.md +15 -0
- package/build/dist/openapi-docs/api/Users/list_7.md +31 -0
- package/build/dist/openapi-docs/api/Users/provisionUser.md +21 -0
- package/build/dist/openapi-docs/api/Users/updateUser.md +26 -0
- package/build/dist/openapi-docs/api/Users/updateUserOrgRoles.md +26 -0
- package/build/dist/openapi-docs/api/Validation/validate.md +34 -0
- package/build/dist/openapi-docs/api/Vendor-Exceptions/deleteExceptionImpactEstimationConfig.md +29 -0
- package/build/dist/openapi-docs/api/Vendor-Exceptions/getExceptionImpactEstimationConfig.md +30 -0
- package/build/dist/openapi-docs/api/Vendor-Exceptions/triggerExceptionImpactEstimationRefresh.md +29 -0
- package/build/dist/openapi-docs/api/Vendor-Exceptions/upsertExceptionImpactEstimationConfig.md +36 -0
- package/build/dist/openapi-docs/schemas/AccessConfig.md +8 -0
- package/build/dist/openapi-docs/schemas/ActionRule.md +15 -0
- package/build/dist/openapi-docs/schemas/ActivityLogsSearch.md +43 -0
- package/build/dist/openapi-docs/schemas/AddToListAttributeAction.md +20 -0
- package/build/dist/openapi-docs/schemas/AggregationAccumulator.md +11 -0
- package/build/dist/openapi-docs/schemas/AllQueryNode.md +9 -0
- package/build/dist/openapi-docs/schemas/AndQueryNode.md +13 -0
- package/build/dist/openapi-docs/schemas/Any.md +3 -0
- package/build/dist/openapi-docs/schemas/AttributeKeyTermNode.md +13 -0
- package/build/dist/openapi-docs/schemas/AttributeNode.md +17 -0
- package/build/dist/openapi-docs/schemas/AttributePrefixNode.md +17 -0
- package/build/dist/openapi-docs/schemas/AttributeRe2Node.md +17 -0
- package/build/dist/openapi-docs/schemas/AttributeWildcardNode.md +17 -0
- package/build/dist/openapi-docs/schemas/AttributeWithComparatorNode.md +21 -0
- package/build/dist/openapi-docs/schemas/AttributesMergeStrategy.md +36 -0
- package/build/dist/openapi-docs/schemas/AttributesMergeStrategyEntry.md +14 -0
- package/build/dist/openapi-docs/schemas/AuthConfig.md +17 -0
- package/build/dist/openapi-docs/schemas/AvailablePermission.md +25 -0
- package/build/dist/openapi-docs/schemas/AverageAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/BackfillJobAction.md +40 -0
- package/build/dist/openapi-docs/schemas/BucketAccessResult.md +14 -0
- package/build/dist/openapi-docs/schemas/ChunkedOutputEventRecordReadableData.md +11 -0
- package/build/dist/openapi-docs/schemas/CloudFormationSetupInfo.md +29 -0
- package/build/dist/openapi-docs/schemas/CloudTrailLogsFileSource.md +38 -0
- package/build/dist/openapi-docs/schemas/CompleteSpan.md +40 -0
- package/build/dist/openapi-docs/schemas/CompositeAttributesMergeStrategy.md +12 -0
- package/build/dist/openapi-docs/schemas/Condition.md +10 -0
- package/build/dist/openapi-docs/schemas/ConsoleSetupInfo.md +21 -0
- package/build/dist/openapi-docs/schemas/ConstantSampling.md +9 -0
- package/build/dist/openapi-docs/schemas/CreateJob.md +30 -0
- package/build/dist/openapi-docs/schemas/CreateRole.md +17 -0
- package/build/dist/openapi-docs/schemas/CreateUser.md +24 -0
- package/build/dist/openapi-docs/schemas/Data.md +8 -0
- package/build/dist/openapi-docs/schemas/DataWarehouse.md +5 -0
- package/build/dist/openapi-docs/schemas/DatabaseUserInfo.md +14 -0
- package/build/dist/openapi-docs/schemas/Datadog.md +39 -0
- package/build/dist/openapi-docs/schemas/DatadogLogAgentSource.md +19 -0
- package/build/dist/openapi-docs/schemas/DatadogLogCloudSource.md +20 -0
- package/build/dist/openapi-docs/schemas/DatadogLogSink.md +24 -0
- package/build/dist/openapi-docs/schemas/DatadogMetricsSink.md +20 -0
- package/build/dist/openapi-docs/schemas/DatadogQueryPredicate.md +13 -0
- package/build/dist/openapi-docs/schemas/DatadogStatsSink.md +22 -0
- package/build/dist/openapi-docs/schemas/DatadogTraceAgentSource.md +20 -0
- package/build/dist/openapi-docs/schemas/DatadogTraceSink.md +22 -0
- package/build/dist/openapi-docs/schemas/DatasetCreate.md +15 -0
- package/build/dist/openapi-docs/schemas/DatasetRead.md +21 -0
- package/build/dist/openapi-docs/schemas/DatasetUpdate.md +12 -0
- package/build/dist/openapi-docs/schemas/DoubleDatapoint.md +23 -0
- package/build/dist/openapi-docs/schemas/EarliestReadingStrategy.md +5 -0
- package/build/dist/openapi-docs/schemas/EntityRef.md +23 -0
- package/build/dist/openapi-docs/schemas/ErrorDetails.md +11 -0
- package/build/dist/openapi-docs/schemas/EventAction.md +26 -0
- package/build/dist/openapi-docs/schemas/EventActionRule.md +16 -0
- package/build/dist/openapi-docs/schemas/EventDedupIcebergTableSink.md +19 -0
- package/build/dist/openapi-docs/schemas/EventPredicate.md +29 -0
- package/build/dist/openapi-docs/schemas/EventPredicateTrigger.md +24 -0
- package/build/dist/openapi-docs/schemas/EventRecord.md +18 -0
- package/build/dist/openapi-docs/schemas/ExactAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/ExternalSourceTrigger.md +17 -0
- package/build/dist/openapi-docs/schemas/ExternalTriggerPayload.md +23 -0
- package/build/dist/openapi-docs/schemas/FileFormat.md +10 -0
- package/build/dist/openapi-docs/schemas/FileReadingStrategy.md +10 -0
- package/build/dist/openapi-docs/schemas/GreprApiKey.md +8 -0
- package/build/dist/openapi-docs/schemas/GreprJobGraph.md +13 -0
- package/build/dist/openapi-docs/schemas/GreprMetricsSource.md +20 -0
- package/build/dist/openapi-docs/schemas/GreprRawLogsSource.md +43 -0
- package/build/dist/openapi-docs/schemas/GreprReducerLogSource.md +51 -0
- package/build/dist/openapi-docs/schemas/GreprVendorSource.md +12 -0
- package/build/dist/openapi-docs/schemas/GrokParseBatchRequest.md +12 -0
- package/build/dist/openapi-docs/schemas/GrokParseBatchResponse.md +8 -0
- package/build/dist/openapi-docs/schemas/GrokParseErrors.md +8 -0
- package/build/dist/openapi-docs/schemas/GrokParseRequest.md +12 -0
- package/build/dist/openapi-docs/schemas/GrokParseResponse.md +25 -0
- package/build/dist/openapi-docs/schemas/GrokParser.md +26 -0
- package/build/dist/openapi-docs/schemas/GrokRuleError.md +11 -0
- package/build/dist/openapi-docs/schemas/GrokRuleErrors.md +11 -0
- package/build/dist/openapi-docs/schemas/Header.md +15 -0
- package/build/dist/openapi-docs/schemas/IgnoreAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/ImmutableSetListString.md +10 -0
- package/build/dist/openapi-docs/schemas/ImmutableSetString.md +10 -0
- package/build/dist/openapi-docs/schemas/InstrumentationScope.md +22 -0
- package/build/dist/openapi-docs/schemas/IntegrationExceptionConfig.md +16 -0
- package/build/dist/openapi-docs/schemas/IntegrationExceptionImpactEstimationConfig.md +40 -0
- package/build/dist/openapi-docs/schemas/IntegrationExceptionsList.md +22 -0
- package/build/dist/openapi-docs/schemas/InvitationsList.md +14 -0
- package/build/dist/openapi-docs/schemas/Invitee.md +16 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionLogEvent.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadDataWarehouse.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadDatadog.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadInvitation.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadJob.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadNewRelic.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadOtlp.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadS3DataWarehouse.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadSplunk.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadSumo.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadUser.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionTemplate.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionVendorImportedException.md +10 -0
- package/build/dist/openapi-docs/schemas/JobAction.md +20 -0
- package/build/dist/openapi-docs/schemas/JobActionRule.md +12 -0
- package/build/dist/openapi-docs/schemas/JobAnomaly.md +20 -0
- package/build/dist/openapi-docs/schemas/JobID.md +16 -0
- package/build/dist/openapi-docs/schemas/JsonFileFormat.md +15 -0
- package/build/dist/openapi-docs/schemas/JsonLogProcessor.md +27 -0
- package/build/dist/openapi-docs/schemas/LatestReadingStrategy.md +5 -0
- package/build/dist/openapi-docs/schemas/LogAttributesRemapper.md +76 -0
- package/build/dist/openapi-docs/schemas/LogEvent.md +35 -0
- package/build/dist/openapi-docs/schemas/LogReducer.md +68 -0
- package/build/dist/openapi-docs/schemas/LogReducerFilters.md +19 -0
- package/build/dist/openapi-docs/schemas/LogReducerTemplateInput.md +39 -0
- package/build/dist/openapi-docs/schemas/LogTransformAction.md +15 -0
- package/build/dist/openapi-docs/schemas/LogsBackfillFlinkSource.md +46 -0
- package/build/dist/openapi-docs/schemas/LogsBranch.md +16 -0
- package/build/dist/openapi-docs/schemas/LogsEventSampler.md +24 -0
- package/build/dist/openapi-docs/schemas/LogsFilter.md +24 -0
- package/build/dist/openapi-docs/schemas/LogsIcebergTableSink.md +16 -0
- package/build/dist/openapi-docs/schemas/LogsIcebergTableSource.md +43 -0
- package/build/dist/openapi-docs/schemas/LogsRuleEngine.md +20 -0
- package/build/dist/openapi-docs/schemas/LogsSynchronousSink.md +12 -0
- package/build/dist/openapi-docs/schemas/LogsValuesSource.md +20 -0
- package/build/dist/openapi-docs/schemas/Manifest.md +8 -0
- package/build/dist/openapi-docs/schemas/MatrixData.md +3 -0
- package/build/dist/openapi-docs/schemas/MatrixResult.md +11 -0
- package/build/dist/openapi-docs/schemas/MaxAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/MergeMapAttributeAction.md +21 -0
- package/build/dist/openapi-docs/schemas/MessageExactMatchNode.md +13 -0
- package/build/dist/openapi-docs/schemas/MessageNode.md +13 -0
- package/build/dist/openapi-docs/schemas/MessagePrefixNode.md +13 -0
- package/build/dist/openapi-docs/schemas/MessageRe2Node.md +13 -0
- package/build/dist/openapi-docs/schemas/MessageWildcardNode.md +13 -0
- package/build/dist/openapi-docs/schemas/MetricAggSpec.md +23 -0
- package/build/dist/openapi-docs/schemas/MetricEventPredicate.md +20 -0
- package/build/dist/openapi-docs/schemas/MetricsIcebergTableSink.md +16 -0
- package/build/dist/openapi-docs/schemas/MetricsIcebergTableSource.md +46 -0
- package/build/dist/openapi-docs/schemas/MetricsSynchronousSink.md +12 -0
- package/build/dist/openapi-docs/schemas/MinAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/NewRelic.md +35 -0
- package/build/dist/openapi-docs/schemas/NewRelicLogAgentSource.md +16 -0
- package/build/dist/openapi-docs/schemas/NewRelicLogSink.md +20 -0
- package/build/dist/openapi-docs/schemas/NewRelicQueryPredicate.md +13 -0
- package/build/dist/openapi-docs/schemas/NotQueryNode.md +12 -0
- package/build/dist/openapi-docs/schemas/NrqlQueryPredicate.md +17 -0
- package/build/dist/openapi-docs/schemas/Operation.md +167 -0
- package/build/dist/openapi-docs/schemas/OrQueryNode.md +13 -0
- package/build/dist/openapi-docs/schemas/Otlp.md +35 -0
- package/build/dist/openapi-docs/schemas/OtlpLogAgentSource.md +16 -0
- package/build/dist/openapi-docs/schemas/OtlpLogSink.md +20 -0
- package/build/dist/openapi-docs/schemas/OtlpTraceAgentSource.md +16 -0
- package/build/dist/openapi-docs/schemas/OtlpTraceSink.md +20 -0
- package/build/dist/openapi-docs/schemas/ParseQueryRequest.md +8 -0
- package/build/dist/openapi-docs/schemas/ParseQueryResponse.md +16 -0
- package/build/dist/openapi-docs/schemas/ParseResult.md +14 -0
- package/build/dist/openapi-docs/schemas/ParsedQueryNode.md +82 -0
- package/build/dist/openapi-docs/schemas/ParsedQueryTree.md +10 -0
- package/build/dist/openapi-docs/schemas/PatternLookupIcebergTableSink.md +16 -0
- package/build/dist/openapi-docs/schemas/PhraseNode.md +13 -0
- package/build/dist/openapi-docs/schemas/PipelineStatus.md +22 -0
- package/build/dist/openapi-docs/schemas/Plan.md +17 -0
- package/build/dist/openapi-docs/schemas/PlanChangeRequest.md +11 -0
- package/build/dist/openapi-docs/schemas/PreserveAllAttributesMergeStrategy.md +15 -0
- package/build/dist/openapi-docs/schemas/PublicUpdate.md +14 -0
- package/build/dist/openapi-docs/schemas/QuantileSamplingTier.md +19 -0
- package/build/dist/openapi-docs/schemas/QueryJobInfo.md +37 -0
- package/build/dist/openapi-docs/schemas/QueryJobMetadata.md +16 -0
- package/build/dist/openapi-docs/schemas/QueryJobToken.md +14 -0
- package/build/dist/openapi-docs/schemas/QueryParsingError.md +8 -0
- package/build/dist/openapi-docs/schemas/QueryResult.md +17 -0
- package/build/dist/openapi-docs/schemas/Read.md +20 -0
- package/build/dist/openapi-docs/schemas/ReadDataWarehouse.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadDatadog.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadInvitation.md +28 -0
- package/build/dist/openapi-docs/schemas/ReadJob.md +73 -0
- package/build/dist/openapi-docs/schemas/ReadNewRelic.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadOrgConstraints.md +29 -0
- package/build/dist/openapi-docs/schemas/ReadOtlp.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadS3DataWarehouse.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadSplunk.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadSumo.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadTeam.md +20 -0
- package/build/dist/openapi-docs/schemas/ReadUser.md +25 -0
- package/build/dist/openapi-docs/schemas/ReadableData.md +23 -0
- package/build/dist/openapi-docs/schemas/ReducerLogsQuerySource.md +51 -0
- package/build/dist/openapi-docs/schemas/RemoveKeyAttributeAction.md +21 -0
- package/build/dist/openapi-docs/schemas/Resource.md +18 -0
- package/build/dist/openapi-docs/schemas/ResourceFilter.md +15 -0
- package/build/dist/openapi-docs/schemas/Role.md +33 -0
- package/build/dist/openapi-docs/schemas/RoleIds.md +10 -0
- package/build/dist/openapi-docs/schemas/RoleUpdate.md +8 -0
- package/build/dist/openapi-docs/schemas/S3DataWarehouse.md +23 -0
- package/build/dist/openapi-docs/schemas/S3LogsFileSource.md +30 -0
- package/build/dist/openapi-docs/schemas/SamplingAttributesMergeStrategy.md +15 -0
- package/build/dist/openapi-docs/schemas/SamplingConfig.md +15 -0
- package/build/dist/openapi-docs/schemas/ScalarData.md +3 -0
- package/build/dist/openapi-docs/schemas/SecretApi.md +11 -0
- package/build/dist/openapi-docs/schemas/SeverityNode.md +13 -0
- package/build/dist/openapi-docs/schemas/SignupRequest.md +14 -0
- package/build/dist/openapi-docs/schemas/SocialUserInfo.md +8 -0
- package/build/dist/openapi-docs/schemas/Span.md +81 -0
- package/build/dist/openapi-docs/schemas/SpanEvent.md +22 -0
- package/build/dist/openapi-docs/schemas/SpanLink.md +34 -0
- package/build/dist/openapi-docs/schemas/SpansSynchronousSink.md +12 -0
- package/build/dist/openapi-docs/schemas/SplQueryPredicate.md +13 -0
- package/build/dist/openapi-docs/schemas/Splunk.md +59 -0
- package/build/dist/openapi-docs/schemas/SplunkLogAgentSource.md +16 -0
- package/build/dist/openapi-docs/schemas/SplunkLogHttpSource.md +20 -0
- package/build/dist/openapi-docs/schemas/SplunkLogSink.md +28 -0
- package/build/dist/openapi-docs/schemas/SqlExecutable.md +26 -0
- package/build/dist/openapi-docs/schemas/SqlIoStatement.md +14 -0
- package/build/dist/openapi-docs/schemas/SqlOperation.md +34 -0
- package/build/dist/openapi-docs/schemas/SqlOperations.md +16 -0
- package/build/dist/openapi-docs/schemas/SqlOutputStatement.md +22 -0
- package/build/dist/openapi-docs/schemas/SqlViewStatement.md +18 -0
- package/build/dist/openapi-docs/schemas/Status.md +15 -0
- package/build/dist/openapi-docs/schemas/StringData.md +3 -0
- package/build/dist/openapi-docs/schemas/SumAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/Sumo.md +11 -0
- package/build/dist/openapi-docs/schemas/SumoLogSink.md +20 -0
- package/build/dist/openapi-docs/schemas/SumoLogSource.md +16 -0
- package/build/dist/openapi-docs/schemas/TagAction.md +25 -0
- package/build/dist/openapi-docs/schemas/TagKeyNode.md +13 -0
- package/build/dist/openapi-docs/schemas/TagKeyPrefixNode.md +13 -0
- package/build/dist/openapi-docs/schemas/TagKeyWildcardNode.md +13 -0
- package/build/dist/openapi-docs/schemas/TagNode.md +17 -0
- package/build/dist/openapi-docs/schemas/TagPrefixNode.md +17 -0
- package/build/dist/openapi-docs/schemas/TagRe2Node.md +17 -0
- package/build/dist/openapi-docs/schemas/TagWildcardNode.md +17 -0
- package/build/dist/openapi-docs/schemas/TagWithComparatorNode.md +21 -0
- package/build/dist/openapi-docs/schemas/TailSamplingConfig.md +31 -0
- package/build/dist/openapi-docs/schemas/TeamAssignment.md +15 -0
- package/build/dist/openapi-docs/schemas/Template.md +65 -0
- package/build/dist/openapi-docs/schemas/TemplateAndInputs.md +17 -0
- package/build/dist/openapi-docs/schemas/TemplateDraftOutput.md +19 -0
- package/build/dist/openapi-docs/schemas/TemplateException.md +32 -0
- package/build/dist/openapi-docs/schemas/TemplateExternalTriggerException.md +27 -0
- package/build/dist/openapi-docs/schemas/TemplateInput.md +15 -0
- package/build/dist/openapi-docs/schemas/TemplateIntegrationException.md +5 -0
- package/build/dist/openapi-docs/schemas/TemplateLogSink.md +13 -0
- package/build/dist/openapi-docs/schemas/TemplateOperation.md +28 -0
- package/build/dist/openapi-docs/schemas/TemplateQueryActionRuleException.md +30 -0
- package/build/dist/openapi-docs/schemas/TemplateQueryException.md +14 -0
- package/build/dist/openapi-docs/schemas/TemplateSqlOperation.md +17 -0
- package/build/dist/openapi-docs/schemas/TemplateTraceSamplerException.md +45 -0
- package/build/dist/openapi-docs/schemas/TimestampReadingStrategy.md +5 -0
- package/build/dist/openapi-docs/schemas/TraceAction.md +14 -0
- package/build/dist/openapi-docs/schemas/TraceIdLogsBackfillAction.md +5 -0
- package/build/dist/openapi-docs/schemas/TraceReducer.md +29 -0
- package/build/dist/openapi-docs/schemas/TraceSampler.md +39 -0
- package/build/dist/openapi-docs/schemas/TracesIcebergTableSource.md +43 -0
- package/build/dist/openapi-docs/schemas/Trigger.md +24 -0
- package/build/dist/openapi-docs/schemas/Update.md +8 -0
- package/build/dist/openapi-docs/schemas/UpdateJob.md +22 -0
- package/build/dist/openapi-docs/schemas/UpdateRole.md +17 -0
- package/build/dist/openapi-docs/schemas/UserInfo.md +20 -0
- package/build/dist/openapi-docs/schemas/UserPermissionsResponse.md +8 -0
- package/build/dist/openapi-docs/schemas/UserProvisionInfo.md +8 -0
- package/build/dist/openapi-docs/schemas/UsersListInfos.md +17 -0
- package/build/dist/openapi-docs/schemas/UsersUpdate.md +11 -0
- package/build/dist/openapi-docs/schemas/Variant.md +62 -0
- package/build/dist/openapi-docs/schemas/VariantSynchronousSink.md +12 -0
- package/build/dist/openapi-docs/schemas/VectorData.md +3 -0
- package/build/dist/openapi-docs/schemas/VectorResult.md +11 -0
- package/build/dist/openapi-docs/schemas/VendorImportedException.md +42 -0
- package/build/dist/openapi-docs/schemas/WindowBasedLogarithmicSampling.md +13 -0
- package/build/dist/openapi-docs/schemas/WriteDataWarehouse.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteDatadog.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteNewRelic.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteOtlp.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteS3DataWarehouse.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteSplunk.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteSumo.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteUser.md +17 -0
- package/build/dist/openapi-docs/schemas/backfillQuery.md +29 -0
- package/build/dist/openapi-docs/schemas/query.md +29 -0
- package/build/dist/types.d.ts +42 -72
- package/build/dist/types.d.ts.map +1 -1
- package/build/dist/types.js +73 -0
- package/build/dist/types.js.map +1 -1
- package/package.json +28 -10
|
@@ -0,0 +1,497 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Job graph transformation utilities for converting production jobs to test configurations.
|
|
3
|
+
*
|
|
4
|
+
* This module provides functions to transform a production job definition into a test job
|
|
5
|
+
* by replacing sources, sinks, and adding test-specific tagging. The transformations are
|
|
6
|
+
* purely functional - they do not make any API calls or create resources.
|
|
7
|
+
*
|
|
8
|
+
* Key transformations:
|
|
9
|
+
* - Source replacement: Replace vendor sources with dataset queries or keep originals with limits
|
|
10
|
+
* - Sink replacement: Replace vendor sinks with synchronous test sinks or test dataset sinks
|
|
11
|
+
* - Test tagging: Add test run ID and sink name tags to track test data
|
|
12
|
+
*
|
|
13
|
+
* The transformed job can then be executed using the standard job:create command.
|
|
14
|
+
*/
|
|
15
|
+
import { DEFAULT_INPUT, DEFAULT_OUTPUT, JobExecution, JobProcessing, Vertex, DEFAULT_LIMIT } from '../types.js';
|
|
16
|
+
import { LogsIcebergTableSourceType, LogsSynchronousSinkType, LogsIcebergTableSinkType, LogTransformActionType, DatadogQueryPredicateType, TagActionModification, TagActionType, LogsValuesSourceType } from '../openapi/openApiTypes.js';
|
|
17
|
+
import { canLimit, parseEdge, generateUUID } from './job-graph-utils.js';
|
|
18
|
+
import * as fs from 'fs-extra';
|
|
19
|
+
/**
|
|
20
|
+
* Transforms a production job configuration into a test job configuration.
|
|
21
|
+
*
|
|
22
|
+
* This is the main entry point for job transformation. It applies the following changes:
|
|
23
|
+
* 1. Renames the job (appends "_test" or uses custom name)
|
|
24
|
+
* 2. Updates execution and processing types if specified
|
|
25
|
+
* 3. Adds test run ID tag to job tags
|
|
26
|
+
* 4. Transforms sources (replace with dataset query, sample data, or add limits)
|
|
27
|
+
* 5. Transforms sinks (replace with sync sink or test dataset sinks)
|
|
28
|
+
* 6. Adds test tagging operations before sinks
|
|
29
|
+
*
|
|
30
|
+
* The transformation is purely functional and does not make any API calls.
|
|
31
|
+
*
|
|
32
|
+
* @param originalJob - The production job to transform
|
|
33
|
+
* @param options - Transformation options
|
|
34
|
+
* @returns A new job configuration suitable for testing
|
|
35
|
+
* @throws Error if job graph is missing or invalid
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* const testJob = transformJobToTest(prodJob, {
|
|
39
|
+
* execution: 'SYNCHRONOUS',
|
|
40
|
+
* processing: 'BATCH',
|
|
41
|
+
* datasetId: 'my_dataset',
|
|
42
|
+
* start: '2025-01-01T00:00:00Z',
|
|
43
|
+
* end: '2025-01-01T01:00:00Z',
|
|
44
|
+
* limitRecords: 100
|
|
45
|
+
* });
|
|
46
|
+
*/
|
|
47
|
+
export function transformJobToTest(originalJob, options) {
|
|
48
|
+
const job = { ...originalJob };
|
|
49
|
+
// Determine target execution and processing types (use options or keep original)
|
|
50
|
+
const targetExecution = options.execution || job.execution;
|
|
51
|
+
const targetProcessing = options.processing || job.processing;
|
|
52
|
+
// Create base transformed job with updated metadata
|
|
53
|
+
const transformedJob = {
|
|
54
|
+
...job,
|
|
55
|
+
name: options.testName || `${job.name}_test`,
|
|
56
|
+
execution: targetExecution,
|
|
57
|
+
processing: targetProcessing,
|
|
58
|
+
tags: {
|
|
59
|
+
...(job.tags || {}),
|
|
60
|
+
'grepr.test_run_id': options.testTag || generateUUID()
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
if (!transformedJob.jobGraph) {
|
|
64
|
+
throw new Error('Job graph is required');
|
|
65
|
+
}
|
|
66
|
+
const parsedGraph = parseGraph(transformedJob.jobGraph);
|
|
67
|
+
// Step 1: Add test tagging operations on all edges BEFORE transforming sources/sinks
|
|
68
|
+
// This captures the original source/sink names in the edge tags
|
|
69
|
+
addTestTagging(parsedGraph, transformedJob.tags?.['grepr.test_run_id'] || generateUUID());
|
|
70
|
+
// Step 2: Transform sources (replace with dataset, sample data, or add limits)
|
|
71
|
+
transformSources(parsedGraph, targetProcessing, options);
|
|
72
|
+
// Step 3: Transform sinks (replace with sync sink or test dataset sinks)
|
|
73
|
+
transformSinks(parsedGraph, targetExecution, options);
|
|
74
|
+
// Convert the parsed/modified graph back to SchemaGreprJobGraph format
|
|
75
|
+
const transformedVertices = [];
|
|
76
|
+
const transformedEdges = [];
|
|
77
|
+
for (const vertex of parsedGraph.values()) {
|
|
78
|
+
transformedVertices.push(vertex.operation);
|
|
79
|
+
for (const [outputPort, nextIos] of vertex.next) {
|
|
80
|
+
for (const nextIo of nextIos) {
|
|
81
|
+
const edgeStr = `${vertex.name}:${outputPort} -> ${nextIo.vertex.name}:${nextIo.name}`;
|
|
82
|
+
transformedEdges.push(edgeStr);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
transformedJob.jobGraph = {
|
|
87
|
+
vertices: transformedVertices,
|
|
88
|
+
edges: transformedEdges
|
|
89
|
+
};
|
|
90
|
+
return transformedJob;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Parses the job graph into a vertex-based representation, returning all vertices.
|
|
94
|
+
*/
|
|
95
|
+
function parseGraph(jobGraph) {
|
|
96
|
+
const verticesMap = new Map();
|
|
97
|
+
// Create Vertex objects for each operation
|
|
98
|
+
for (const operation of jobGraph.vertices) {
|
|
99
|
+
verticesMap.set(operation.name, new Vertex(operation));
|
|
100
|
+
}
|
|
101
|
+
// Link vertices based on edges
|
|
102
|
+
for (const edge of jobGraph.edges) {
|
|
103
|
+
const { sourceVertex: sourceVertexName, targetVertex: targetVertexName, sourcePort, targetPort } = parseEdge(edge);
|
|
104
|
+
const sourceVertex = verticesMap.get(sourceVertexName);
|
|
105
|
+
const targetVertex = verticesMap.get(targetVertexName);
|
|
106
|
+
if (sourceVertex && targetVertex) {
|
|
107
|
+
sourceVertex.addNext(sourcePort, { name: targetPort, vertex: targetVertex });
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
return verticesMap;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Transforms job graph sources based on the specified options.
|
|
114
|
+
*
|
|
115
|
+
* Three transformation strategies are supported:
|
|
116
|
+
* 1. Sample data file: Replace all sources with a LogsValuesSource (not yet implemented)
|
|
117
|
+
* 2. Dataset query: Replace all sources with a single IcebergTableSource
|
|
118
|
+
* 3. In-place: Keep original sources but add record limits for batch processing
|
|
119
|
+
*
|
|
120
|
+
* @param jobGraph - The job graph to transform
|
|
121
|
+
* @param processing - Target processing type
|
|
122
|
+
* @param options - Source transformation options
|
|
123
|
+
* @returns Transformed job graph with updated sources
|
|
124
|
+
*/
|
|
125
|
+
function transformSources(jobGraph, processing, options) {
|
|
126
|
+
if (options.sampleDataFile) {
|
|
127
|
+
transformSourcesToSampleData(jobGraph, options.sampleDataFile);
|
|
128
|
+
}
|
|
129
|
+
else if (options.datasetId) {
|
|
130
|
+
transformSourcesToDatasetQuery(jobGraph, options.datasetId, options.query, options.start, options.end, processing, options.limitRecords);
|
|
131
|
+
}
|
|
132
|
+
else {
|
|
133
|
+
transformSourcesInPlace(jobGraph, processing, options.limitRecords);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Transforms sources to use sample data from a file.
|
|
138
|
+
*
|
|
139
|
+
* This replaces all existing sources with a single LogsValuesSource that
|
|
140
|
+
* emits the log events from the sample data file. The file should contain
|
|
141
|
+
* a JSON array of log events matching the LogEvent schema.
|
|
142
|
+
*
|
|
143
|
+
* All edges from the old sources are rewired to connect from the new source
|
|
144
|
+
* to the first downstream operation in the pipeline.
|
|
145
|
+
*
|
|
146
|
+
* @param jobGraph - The job graph to transform
|
|
147
|
+
* @param sampleDataFile - Path to sample data file (JSON array of log events)
|
|
148
|
+
* @throws Error if the file cannot be read or parsed
|
|
149
|
+
*/
|
|
150
|
+
function transformSourcesToSampleData(jobGraph, sampleDataFile) {
|
|
151
|
+
// Read and parse the sample data file
|
|
152
|
+
if (!fs.existsSync(sampleDataFile)) {
|
|
153
|
+
throw new Error(`Sample data file not found: ${sampleDataFile}`);
|
|
154
|
+
}
|
|
155
|
+
let sampleLogs;
|
|
156
|
+
try {
|
|
157
|
+
const fileContent = fs.readFileSync(sampleDataFile, 'utf-8');
|
|
158
|
+
sampleLogs = JSON.parse(fileContent);
|
|
159
|
+
if (!Array.isArray(sampleLogs)) {
|
|
160
|
+
throw new Error('Sample data must be a JSON array of log events');
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
catch (error) {
|
|
164
|
+
if (error.message.includes('Sample data')) {
|
|
165
|
+
throw error;
|
|
166
|
+
}
|
|
167
|
+
throw new Error(`Failed to parse sample data file: ${error.message}`);
|
|
168
|
+
}
|
|
169
|
+
// Create a new LogsValuesSource with the sample data
|
|
170
|
+
const newSource = {
|
|
171
|
+
type: LogsValuesSourceType.logs_values_source,
|
|
172
|
+
name: 'test_sample_source',
|
|
173
|
+
values: sampleLogs,
|
|
174
|
+
indefinite: false
|
|
175
|
+
};
|
|
176
|
+
const newSourceVertex = new Vertex(newSource);
|
|
177
|
+
// Remove all old sources and connect them to the new source
|
|
178
|
+
for (const vertex of Array.from(jobGraph.values())) {
|
|
179
|
+
if (isSource(vertex)) {
|
|
180
|
+
// Rewire edges from old source's next vertices to new source
|
|
181
|
+
for (const [port, nextIos] of vertex.next) {
|
|
182
|
+
for (const nextIo of nextIos) {
|
|
183
|
+
vertex.removeNext(port, nextIo);
|
|
184
|
+
newSourceVertex.addNext(DEFAULT_OUTPUT, nextIo);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
jobGraph.delete(vertex.name);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
// Add the new source vertex to the graph
|
|
191
|
+
jobGraph.set(newSourceVertex.name, newSourceVertex);
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* Transforms sources to use an Iceberg dataset as the data source.
|
|
195
|
+
*
|
|
196
|
+
* This replaces all existing sources with a single IcebergTableSource that:
|
|
197
|
+
* - Reads from the specified dataset
|
|
198
|
+
* - Optionally filters data using a query
|
|
199
|
+
* - Reads data within the specified time range
|
|
200
|
+
* - Limits records for batch processing if specified
|
|
201
|
+
*
|
|
202
|
+
* All edges from the old sources are rewired to connect from the new source
|
|
203
|
+
* to the first downstream operation in the pipeline.
|
|
204
|
+
*
|
|
205
|
+
* @param jobGraph - The job graph to transform
|
|
206
|
+
* @param datasetId - ID of the dataset to read from
|
|
207
|
+
* @param query - Optional query to filter dataset data
|
|
208
|
+
* @param start - Start time for data query
|
|
209
|
+
* @param end - End time for data query
|
|
210
|
+
* @param processing - Processing type (BATCH or STREAMING)
|
|
211
|
+
* @param limitRecords - Optional record limit for batch processing
|
|
212
|
+
* @returns Transformed job graph with dataset source
|
|
213
|
+
*/
|
|
214
|
+
function transformSourcesToDatasetQuery(jobGraph, datasetId, query, start, end, processing, limitRecords) {
|
|
215
|
+
// Create a new Iceberg table source with the specified configuration
|
|
216
|
+
const newSource = {
|
|
217
|
+
type: LogsIcebergTableSourceType.logs_iceberg_table_source,
|
|
218
|
+
name: 'test_dataset_source',
|
|
219
|
+
datasetId,
|
|
220
|
+
query: {
|
|
221
|
+
type: DatadogQueryPredicateType.datadog_query,
|
|
222
|
+
query: query || ''
|
|
223
|
+
},
|
|
224
|
+
start: start || '',
|
|
225
|
+
end: end || '',
|
|
226
|
+
limit: limitRecords ?? DEFAULT_LIMIT
|
|
227
|
+
};
|
|
228
|
+
const newSourceVertex = new Vertex(newSource);
|
|
229
|
+
// Remove all old sources and connect them to the new source
|
|
230
|
+
for (const vertex of Array.from(jobGraph.values())) {
|
|
231
|
+
if (isSource(vertex)) {
|
|
232
|
+
// This is a source vertex since it has no inputs.
|
|
233
|
+
// Rewire edges from old source's next vertices to new source
|
|
234
|
+
for (const [port, nextIos] of vertex.next) {
|
|
235
|
+
for (const nextIo of nextIos) {
|
|
236
|
+
vertex.removeNext(port, nextIo);
|
|
237
|
+
newSourceVertex.addNext(DEFAULT_OUTPUT, nextIo);
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
jobGraph.delete(vertex.name);
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
// Add the new source vertex to the graph
|
|
244
|
+
jobGraph.set(newSourceVertex.name, newSourceVertex);
|
|
245
|
+
}
|
|
246
|
+
/**
|
|
247
|
+
* Transforms sources in place by adding record limits for batch processing.
|
|
248
|
+
*
|
|
249
|
+
* This keeps the original sources but adds a 'limit' parameter to sources
|
|
250
|
+
* that support it (e.g., IcebergTableSource). This is useful when you want
|
|
251
|
+
* to test with the same data sources but limit the amount of data processed.
|
|
252
|
+
*
|
|
253
|
+
* @param jobGraph - The job graph to transform
|
|
254
|
+
* @param processing - Processing type
|
|
255
|
+
* @param limitRecords - Optional record limit to apply
|
|
256
|
+
* @returns Transformed job graph with limited sources
|
|
257
|
+
*/
|
|
258
|
+
function transformSourcesInPlace(jobGraph, processing, limitRecords) {
|
|
259
|
+
for (const vertex of jobGraph.values()) {
|
|
260
|
+
if (!isSource(vertex)) {
|
|
261
|
+
// Not a source vertex
|
|
262
|
+
continue;
|
|
263
|
+
}
|
|
264
|
+
if (processing === JobProcessing.BATCH && limitRecords && canLimit(vertex.operation)) {
|
|
265
|
+
vertex.operation = {
|
|
266
|
+
...vertex.operation,
|
|
267
|
+
limit: limitRecords
|
|
268
|
+
};
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Transforms job graph sinks based on the target execution type.
|
|
274
|
+
*
|
|
275
|
+
* Two transformation strategies:
|
|
276
|
+
* 1. SYNCHRONOUS: Replace all sinks with a single synchronous sink that returns results
|
|
277
|
+
* 2. ASYNCHRONOUS: Replace vendor sinks with test dataset sinks (if testDataset provided)
|
|
278
|
+
*
|
|
279
|
+
* @param jobGraph - The job graph to transform
|
|
280
|
+
* @param execution - Target execution type
|
|
281
|
+
* @param options - Sink transformation options
|
|
282
|
+
* @returns Transformed job graph with updated sinks
|
|
283
|
+
*/
|
|
284
|
+
function transformSinks(jobGraph, execution, options) {
|
|
285
|
+
if (execution === JobExecution.SYNCHRONOUS) {
|
|
286
|
+
return transformSinksToSynchronous(jobGraph);
|
|
287
|
+
}
|
|
288
|
+
else {
|
|
289
|
+
if (!options.testDataset) {
|
|
290
|
+
throw new Error('Test dataset ID is required for ASYNCHRONOUS test job');
|
|
291
|
+
}
|
|
292
|
+
return transformSinksToAsynchronous(jobGraph, options.testDataset);
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* Transforms all sinks to a single synchronous sink.
|
|
297
|
+
*
|
|
298
|
+
* For synchronous testing, we replace all sink operations with a single
|
|
299
|
+
* LogsSyncSink that returns the processed data in the API response.
|
|
300
|
+
* This allows immediate verification of results.
|
|
301
|
+
*
|
|
302
|
+
* All operations that were feeding into the original sinks are rewired
|
|
303
|
+
* to feed into the new synchronous sink.
|
|
304
|
+
*
|
|
305
|
+
* @param jobGraph - The job graph to transform
|
|
306
|
+
*/
|
|
307
|
+
function transformSinksToSynchronous(jobGraph) {
|
|
308
|
+
// Create a single synchronous sink to replace them all
|
|
309
|
+
const syncSink = {
|
|
310
|
+
type: LogsSynchronousSinkType.logs_sync_sink,
|
|
311
|
+
name: 'test_synchronous_sink'
|
|
312
|
+
};
|
|
313
|
+
const sinkVertex = new Vertex(syncSink);
|
|
314
|
+
wireNewSink(jobGraph, sinkVertex);
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
* Transforms sinks for asynchronous testing with a test dataset.
|
|
318
|
+
*
|
|
319
|
+
* If a test dataset ID is provided, this replaces vendor sinks, raw data sinks,
|
|
320
|
+
* and event dedup sinks with Iceberg table sinks that write to the test dataset.
|
|
321
|
+
*
|
|
322
|
+
* The original sink names are preserved to maintain the graph structure.
|
|
323
|
+
* Test tagging (added separately) allows distinguishing which sink the data came from.
|
|
324
|
+
*
|
|
325
|
+
* @param jobGraph - The job graph to transform
|
|
326
|
+
* @param testDatasetId - Optional test dataset ID for output
|
|
327
|
+
*/
|
|
328
|
+
function transformSinksToAsynchronous(jobGraph, testDatasetId) {
|
|
329
|
+
// For each sink (no outputs), replace with test dataset sink.
|
|
330
|
+
const sinkOp = {
|
|
331
|
+
type: LogsIcebergTableSinkType.logs_iceberg_table_sink,
|
|
332
|
+
name: 'test_async_sink',
|
|
333
|
+
datasetId: testDatasetId
|
|
334
|
+
};
|
|
335
|
+
const sinkVertex = new Vertex(sinkOp);
|
|
336
|
+
wireNewSink(jobGraph, sinkVertex);
|
|
337
|
+
}
|
|
338
|
+
function wireNewSink(jobGraph, sinkVertex) {
|
|
339
|
+
// Find all vertices that feed into sinks and rewire them to the new sync sink
|
|
340
|
+
for (const vertex of Array.from(jobGraph.values())) {
|
|
341
|
+
if (isSink(vertex)) {
|
|
342
|
+
// This is a sink vertex since it has no outputs.
|
|
343
|
+
// Rewire edges from old sink's prev vertices to new sync sink
|
|
344
|
+
for (const [port, prevIos] of vertex.prev) {
|
|
345
|
+
for (const prevIo of prevIos) {
|
|
346
|
+
vertex.removePrev(port, prevIo);
|
|
347
|
+
prevIo.vertex.addNext(prevIo.name, { name: DEFAULT_INPUT, vertex: sinkVertex });
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
jobGraph.delete(vertex.name);
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
// Add the new sink vertex to the graph
|
|
354
|
+
jobGraph.set(sinkVertex.name, sinkVertex);
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* Adds test tagging operations on all edges, with the id of the
|
|
358
|
+
* original edge and the test run ID.
|
|
359
|
+
*
|
|
360
|
+
* @param jobGraph - The job graph to transform
|
|
361
|
+
* @param testRunId - Unique test run identifier
|
|
362
|
+
*/
|
|
363
|
+
function addTestTagging(jobGraph, testRunId) {
|
|
364
|
+
for (const vertex of Array.from(jobGraph.values())) {
|
|
365
|
+
for (const [output, nextIos] of Array.from(vertex.next)) {
|
|
366
|
+
for (const nextIo of nextIos) {
|
|
367
|
+
// insert a tagging operation before this io
|
|
368
|
+
const edge = `${vertex.name}_${output}_${nextIo.vertex.name}_${nextIo.name}`;
|
|
369
|
+
const tagOpName = `${edge}_test_tag`;
|
|
370
|
+
const tagOp = createTestTagOperation(tagOpName, testRunId, edge);
|
|
371
|
+
const tagVertex = new Vertex(tagOp);
|
|
372
|
+
// Rewire edges: vertex -> tagOp -> nextIo.vertex
|
|
373
|
+
vertex.removeNext(output, nextIo);
|
|
374
|
+
vertex.addNext(output, { name: DEFAULT_INPUT, vertex: tagVertex });
|
|
375
|
+
tagVertex.addNext(DEFAULT_OUTPUT, nextIo);
|
|
376
|
+
// Add the new tagging vertex to the graph
|
|
377
|
+
jobGraph.set(tagVertex.name, tagVertex);
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* Creates a log transform operation that adds test tags.
|
|
384
|
+
*
|
|
385
|
+
* The operation adds two tags:
|
|
386
|
+
* - grepr.test_run_id: Identifies which test run this data belongs to
|
|
387
|
+
* - grepr.edge: Identifies edge this data was going through
|
|
388
|
+
*
|
|
389
|
+
* These tags are added using the ADD modification, which appends to existing tag arrays.
|
|
390
|
+
*
|
|
391
|
+
* @param name - Name for the tagging operation
|
|
392
|
+
* @param testRunId - Unique test run identifier
|
|
393
|
+
* @param edge - Name of the edge
|
|
394
|
+
* @returns A LogTransformAction operation that adds the tags
|
|
395
|
+
*/
|
|
396
|
+
function createTestTagOperation(name, testRunId, edge) {
|
|
397
|
+
return {
|
|
398
|
+
type: LogTransformActionType.log_transform,
|
|
399
|
+
name,
|
|
400
|
+
transforms: [
|
|
401
|
+
{
|
|
402
|
+
order: 0,
|
|
403
|
+
type: TagActionType.tag_action,
|
|
404
|
+
modification: TagActionModification.ADD,
|
|
405
|
+
tagKey: 'grepr.test_run_id',
|
|
406
|
+
values: [testRunId]
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
order: 1,
|
|
410
|
+
type: TagActionType.tag_action,
|
|
411
|
+
modification: TagActionModification.ADD,
|
|
412
|
+
tagKey: 'grepr.edge',
|
|
413
|
+
values: [edge]
|
|
414
|
+
}
|
|
415
|
+
]
|
|
416
|
+
};
|
|
417
|
+
}
|
|
418
|
+
const isSource = (vertex) => vertex.prev.size === 0;
|
|
419
|
+
const isSink = (vertex) => vertex.next.size === 0;
|
|
420
|
+
/**
|
|
421
|
+
* Displays a summary of the transformations applied to a job.
|
|
422
|
+
*
|
|
423
|
+
* This shows a before/after comparison including:
|
|
424
|
+
* - Job name changes
|
|
425
|
+
* - Execution type changes
|
|
426
|
+
* - Processing type changes
|
|
427
|
+
* - operation and edge changes
|
|
428
|
+
* - Test run ID
|
|
429
|
+
*
|
|
430
|
+
* The output is formatted for console display.
|
|
431
|
+
*
|
|
432
|
+
* @param originalJob - The original production job
|
|
433
|
+
* @param transformedJob - The transformed test job
|
|
434
|
+
*/
|
|
435
|
+
export function showDiff(originalJob, transformedJob) {
|
|
436
|
+
console.log('\n=== TRANSFORMATION SUMMARY ===\n');
|
|
437
|
+
console.log(`Name: ${originalJob.name} → ${transformedJob.name}`);
|
|
438
|
+
console.log(`Execution: ${originalJob.execution} → ${transformedJob.execution}`);
|
|
439
|
+
console.log(`Processing: ${originalJob.processing} → ${transformedJob.processing}`);
|
|
440
|
+
if (originalJob.jobGraph && transformedJob.jobGraph) {
|
|
441
|
+
// Show added/removed operations and added/removed edges
|
|
442
|
+
// For each operation in original, check if in transformed, and if changed
|
|
443
|
+
const originalOps = new Set(originalJob.jobGraph.vertices.map(v => v.name));
|
|
444
|
+
const transformedOps = new Set(transformedJob.jobGraph.vertices.map(v => v.name));
|
|
445
|
+
const originalOpsMap = new Map(originalJob.jobGraph.vertices.map(v => [v.name, v]));
|
|
446
|
+
const transformedOpsMap = new Map(transformedJob.jobGraph.vertices.map(v => [v.name, v]));
|
|
447
|
+
const addedOps = Array.from(transformedOps).filter(op => !originalOps.has(op));
|
|
448
|
+
const removedOps = Array.from(originalOps).filter(op => !transformedOps.has(op));
|
|
449
|
+
const changedOps = Array.from(originalOps).filter(op => transformedOps.has(op) &&
|
|
450
|
+
JSON.stringify(originalOpsMap.get(op)) !== JSON.stringify(transformedOpsMap.get(op)));
|
|
451
|
+
if (addedOps.length > 0) {
|
|
452
|
+
console.log(`Added Operations:`);
|
|
453
|
+
for (const opName of addedOps) {
|
|
454
|
+
const op = transformedOpsMap.get(opName);
|
|
455
|
+
console.log(`${JSON.stringify(op, null, 2)}`);
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
if (removedOps.length > 0) {
|
|
459
|
+
console.log(`Removed Operations:`);
|
|
460
|
+
for (const opName of removedOps) {
|
|
461
|
+
const op = originalOpsMap.get(opName);
|
|
462
|
+
console.log(`${JSON.stringify(op, null, 2)}`);
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
if (changedOps.length > 0) {
|
|
466
|
+
console.log(` Changed Operations:`);
|
|
467
|
+
for (const opName of changedOps) {
|
|
468
|
+
const originalOp = originalOpsMap.get(opName);
|
|
469
|
+
const transformedOp = transformedOpsMap.get(opName);
|
|
470
|
+
console.log(`- Original: ${JSON.stringify(originalOp, null, 2)}`);
|
|
471
|
+
console.log(`+ Transformed: ${JSON.stringify(transformedOp, null, 2)}`);
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
// Show edge changes
|
|
475
|
+
const originalEdges = new Set(originalJob.jobGraph.edges);
|
|
476
|
+
const transformedEdges = new Set(transformedJob.jobGraph.edges);
|
|
477
|
+
const addedEdges = Array.from(transformedEdges).filter(edge => !originalEdges.has(edge));
|
|
478
|
+
const removedEdges = Array.from(originalEdges).filter(edge => !transformedEdges.has(edge));
|
|
479
|
+
if (addedEdges.length > 0) {
|
|
480
|
+
console.log(`\n Added Edges:`);
|
|
481
|
+
for (const edge of addedEdges) {
|
|
482
|
+
console.log(`+ ${edge}`);
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
if (removedEdges.length > 0) {
|
|
486
|
+
console.log(`\n Removed Edges:`);
|
|
487
|
+
for (const edge of removedEdges) {
|
|
488
|
+
console.log(`- ${edge}`);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
console.log('\nOperations:');
|
|
492
|
+
}
|
|
493
|
+
console.log('\nTest Tag:');
|
|
494
|
+
console.log(` ${transformedJob.tags?.['grepr.test_run_id']}`);
|
|
495
|
+
console.log('\n=== TRANSFORMED JOB JSON ===\n');
|
|
496
|
+
}
|
|
497
|
+
//# sourceMappingURL=job-graph-transformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"job-graph-transformer.js","sourceRoot":"","sources":["../../../src/main/typescript/lib/job-graph-transformer.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Utility functions for working with Grepr job graphs.
|
|
3
|
+
*
|
|
4
|
+
* This module provides helper functions for:
|
|
5
|
+
* - Identifying different types of operations (sources, sinks, etc.)
|
|
6
|
+
* - Parsing and manipulating job graph edges
|
|
7
|
+
* - Traversing the job graph to find related vertices
|
|
8
|
+
* - Generating test identifiers
|
|
9
|
+
*
|
|
10
|
+
* All functions work with the OpenAPI-generated types to ensure type safety.
|
|
11
|
+
*/
|
|
12
|
+
import { SchemaOperation } from '../openapi/openApiTypes.js';
|
|
13
|
+
/**
|
|
14
|
+
* Checks if a source vertex supports record limiting.
|
|
15
|
+
*
|
|
16
|
+
* Some source operations (like Iceberg table sources and Grepr internal sources)
|
|
17
|
+
* support a 'limit' parameter to restrict the number of records read, which is
|
|
18
|
+
* useful for batch testing.
|
|
19
|
+
*
|
|
20
|
+
* @param vertex - The operation to check
|
|
21
|
+
* @returns true if the vertex supports limiting
|
|
22
|
+
*/
|
|
23
|
+
export declare function canLimit(vertex: SchemaOperation): boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Parses a job graph edge string into source and target vertex names.
|
|
26
|
+
*
|
|
27
|
+
* Edges are represented as strings in the format "source -> target".
|
|
28
|
+
* Or "source:out -> target:in".
|
|
29
|
+
* This function splits the edge and validates the format.
|
|
30
|
+
*
|
|
31
|
+
* @param edge - The edge string to parse (e.g., "source -> target")
|
|
32
|
+
* @returns A tuple of [source, target] vertex/port names
|
|
33
|
+
* @throws Error if the edge format is invalid
|
|
34
|
+
*/
|
|
35
|
+
export declare function parseEdge(edge: string): {
|
|
36
|
+
sourceVertex: string;
|
|
37
|
+
sourcePort: string;
|
|
38
|
+
targetVertex: string;
|
|
39
|
+
targetPort: string;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Generates a unique test identifier.
|
|
43
|
+
*
|
|
44
|
+
* Creates a unique ID for test runs using a combination of timestamp and random string.
|
|
45
|
+
* Format: test_{timestamp}_{random}
|
|
46
|
+
*
|
|
47
|
+
* @returns A unique test identifier string
|
|
48
|
+
*/
|
|
49
|
+
export declare function generateUUID(): string;
|
|
50
|
+
//# sourceMappingURL=job-graph-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"job-graph-utils.d.ts","sourceRoot":"","sources":["../../../src/main/typescript/lib/job-graph-utils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EACL,eAAe,EAGhB,MAAM,wBAAwB,CAAC;AAGhC;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAazD;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG;IACvC,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAA;CACnB,CA6BA;AAED;;;;;;;GAOG;AACH,wBAAgB,YAAY,IAAI,MAAM,CAErC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Utility functions for working with Grepr job graphs.
|
|
3
|
+
*
|
|
4
|
+
* This module provides helper functions for:
|
|
5
|
+
* - Identifying different types of operations (sources, sinks, etc.)
|
|
6
|
+
* - Parsing and manipulating job graph edges
|
|
7
|
+
* - Traversing the job graph to find related vertices
|
|
8
|
+
* - Generating test identifiers
|
|
9
|
+
*
|
|
10
|
+
* All functions work with the OpenAPI-generated types to ensure type safety.
|
|
11
|
+
*/
|
|
12
|
+
import { LogsIcebergTableSourceType, MetricsIcebergTableSourceType, TracesIcebergTableSourceType, LogsBackfillFlinkSourceType, ReducerLogsQuerySourceType, GreprRawLogsSourceType, GreprReducerLogSourceType, } from '../openapi/openApiTypes.js';
|
|
13
|
+
import { DEFAULT_INPUT, DEFAULT_OUTPUT } from '../types.js';
|
|
14
|
+
/**
|
|
15
|
+
* Checks if a source vertex supports record limiting.
|
|
16
|
+
*
|
|
17
|
+
* Some source operations (like Iceberg table sources and Grepr internal sources)
|
|
18
|
+
* support a 'limit' parameter to restrict the number of records read, which is
|
|
19
|
+
* useful for batch testing.
|
|
20
|
+
*
|
|
21
|
+
* @param vertex - The operation to check
|
|
22
|
+
* @returns true if the vertex supports limiting
|
|
23
|
+
*/
|
|
24
|
+
export function canLimit(vertex) {
|
|
25
|
+
// Iceberg table sources and Grepr internal sources support limiting
|
|
26
|
+
const limitableSources = new Set([
|
|
27
|
+
LogsIcebergTableSourceType.logs_iceberg_table_source,
|
|
28
|
+
MetricsIcebergTableSourceType.metrics_iceberg_table_source,
|
|
29
|
+
TracesIcebergTableSourceType.traces_iceberg_table_source,
|
|
30
|
+
LogsBackfillFlinkSourceType.logs_backfill_iceberg_table_source,
|
|
31
|
+
ReducerLogsQuerySourceType.reducer_logs_iceberg_table_source,
|
|
32
|
+
GreprRawLogsSourceType.grepr_raw_log_source,
|
|
33
|
+
GreprReducerLogSourceType.grepr_reducer_log_source,
|
|
34
|
+
]);
|
|
35
|
+
return limitableSources.has(vertex.type);
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Parses a job graph edge string into source and target vertex names.
|
|
39
|
+
*
|
|
40
|
+
* Edges are represented as strings in the format "source -> target".
|
|
41
|
+
* Or "source:out -> target:in".
|
|
42
|
+
* This function splits the edge and validates the format.
|
|
43
|
+
*
|
|
44
|
+
* @param edge - The edge string to parse (e.g., "source -> target")
|
|
45
|
+
* @returns A tuple of [source, target] vertex/port names
|
|
46
|
+
* @throws Error if the edge format is invalid
|
|
47
|
+
*/
|
|
48
|
+
export function parseEdge(edge) {
|
|
49
|
+
const parts = edge.split('->').map(p => p.trim());
|
|
50
|
+
if (parts.length !== 2 || !parts[0] || !parts[1]) {
|
|
51
|
+
throw new Error(`Invalid edge format: ${edge}`);
|
|
52
|
+
}
|
|
53
|
+
// split source and target to extract vertex names with ports
|
|
54
|
+
const source = parts[0];
|
|
55
|
+
const target = parts[1];
|
|
56
|
+
const sourceParts = source.split(":").map(p => p.trim());
|
|
57
|
+
const targetParts = target.split(":").map(p => p.trim());
|
|
58
|
+
if (sourceParts.length > 2 || targetParts.length > 2) {
|
|
59
|
+
throw new Error(`Invalid edge format with ports: ${edge}`);
|
|
60
|
+
}
|
|
61
|
+
// These are guaranteed to exist by the split operation
|
|
62
|
+
const sourceVertex = sourceParts[0];
|
|
63
|
+
const targetVertex = targetParts[0];
|
|
64
|
+
const sourcePort = sourceParts.length === 2 ? sourceParts[1] : DEFAULT_OUTPUT;
|
|
65
|
+
const targetPort = targetParts.length === 2 ? targetParts[1] : DEFAULT_INPUT;
|
|
66
|
+
return {
|
|
67
|
+
sourceVertex,
|
|
68
|
+
sourcePort,
|
|
69
|
+
targetVertex,
|
|
70
|
+
targetPort
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Generates a unique test identifier.
|
|
75
|
+
*
|
|
76
|
+
* Creates a unique ID for test runs using a combination of timestamp and random string.
|
|
77
|
+
* Format: test_{timestamp}_{random}
|
|
78
|
+
*
|
|
79
|
+
* @returns A unique test identifier string
|
|
80
|
+
*/
|
|
81
|
+
export function generateUUID() {
|
|
82
|
+
return `test_${Date.now()}_${Math.random().toString(36).substring(2, 11)}`;
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=job-graph-utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"job-graph-utils.js","sourceRoot":"","sources":["../../../src/main/typescript/lib/job-graph-utils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAEL,0BAA0B,EAAE,6BAA6B,EAAE,4BAA4B,EAAE,2BAA2B,EACpH,0BAA0B,EAAE,sBAAsB,EAAE,yBAAyB,GAC9E,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAEvD;;;;;;;;;GASG;AACH,MAAM,UAAU,QAAQ,CAAC,MAAuB;IAC9C,oEAAoE;IACpE,MAAM,gBAAgB,GAAG,IAAI,GAAG,CAAC;QAC/B,0BAA0B,CAAC,yBAAyB;QACpD,6BAA6B,CAAC,4BAA4B;QAC1D,4BAA4B,CAAC,2BAA2B;QACxD,2BAA2B,CAAC,kCAAkC;QAC9D,0BAA0B,CAAC,iCAAiC;QAC5D,sBAAsB,CAAC,oBAAoB;QAC3C,yBAAyB,CAAC,wBAAwB;KACnD,CAAgB,CAAC;IAElB,OAAO,gBAAgB,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AAC3C,CAAC;AAED;;;;;;;;;;GAUG;AACH,MAAM,UAAU,SAAS,CAAC,IAAY;IAMpC,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;IAClD,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;QACjD,MAAM,IAAI,KAAK,CAAC,wBAAwB,IAAI,EAAE,CAAC,CAAC;IAClD,CAAC;IAED,6DAA6D;IAC7D,MAAM,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;IACxB,MAAM,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;IAExB,MAAM,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;IACzD,MAAM,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC;IAEzD,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACrD,MAAM,IAAI,KAAK,CAAC,mCAAmC,IAAI,EAAE,CAAC,CAAC;IAC7D,CAAC;IAED,uDAAuD;IACvD,MAAM,YAAY,GAAG,WAAW,CAAC,CAAC,CAAW,CAAC;IAC9C,MAAM,YAAY,GAAG,WAAW,CAAC,CAAC,CAAW,CAAC;IAC9C,MAAM,UAAU,GAAG,WAAW,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAE,WAAW,CAAC,CAAC,CAAY,CAAC,CAAC,CAAC,cAAc,CAAC;IAC1F,MAAM,UAAU,GAAG,WAAW,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAE,WAAW,CAAC,CAAC,CAAY,CAAC,CAAC,CAAC,aAAa,CAAC;IAEzF,OAAO;QACL,YAAY;QACZ,UAAU;QACV,YAAY;QACZ,UAAU;KACX,CAAA;AACH,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,YAAY;IAC1B,OAAO,QAAQ,IAAI,CAAC,GAAG,EAAE,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC;AAC7E,CAAC"}
|