@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,530 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Learn to create and manage jobs using the Grepr REST APIs, including using the API for batch queries, streaming pipelines, and production workflows.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
import { HiddenFAQ } from '@/components/HiddenFAQ'
|
|
6
|
+
|
|
7
|
+
# Create and manage jobs with the Grepr REST API
|
|
8
|
+
|
|
9
|
+
This guide helps developers build programs that create and manage Grepr jobs using our REST APIs. You can run a Grepr job synchronously or asynchronously, and as a batch or streaming operation.
|
|
10
|
+
|
|
11
|
+
Grepr jobs are composed of a directed graph of operations that process log data. Each job has:
|
|
12
|
+
|
|
13
|
+
- **Execution Mode**: `SYNCHRONOUS` or `ASYNCHRONOUS`.
|
|
14
|
+
- **Processing Type**: `BATCH` or `STREAMING`.
|
|
15
|
+
- **Job Graph**: A collection of vertices (operations) and edges (data flow connections).
|
|
16
|
+
|
|
17
|
+
## Authentication
|
|
18
|
+
|
|
19
|
+
All job operations require authentication using Bearer tokens. See [Authenticate to Grepr REST APIs](/apis/authentication) for details on obtaining access tokens.
|
|
20
|
+
|
|
21
|
+
Include your token in API requests:
|
|
22
|
+
```bash
|
|
23
|
+
Authorization: Bearer <your_access_token>
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Job creation endpoints
|
|
27
|
+
|
|
28
|
+
### Synchronous jobs
|
|
29
|
+
```bash
|
|
30
|
+
POST /v1/jobs/sync
|
|
31
|
+
```
|
|
32
|
+
Returns streaming results as ND-JSON. Connection stays open until the job completes. See the [API specification](/apis/api-spec#tag/Jobs/operation/submitSyncJob) for details.
|
|
33
|
+
|
|
34
|
+
### Asynchronous jobs
|
|
35
|
+
```bash
|
|
36
|
+
POST /v1/jobs/async
|
|
37
|
+
```
|
|
38
|
+
Returns immediately with the job ID. Poll job status using the GET endpoint. See the [API specification](/apis/api-spec#tag/Jobs/operation/submitAsyncJob) for details.
|
|
39
|
+
|
|
40
|
+
## Job management
|
|
41
|
+
|
|
42
|
+
### Get job status
|
|
43
|
+
```bash
|
|
44
|
+
GET /v1/jobs/{id}?version={version}&resolved={boolean}
|
|
45
|
+
```
|
|
46
|
+
See the [API specification](/apis/api-spec#tag/Jobs/operation/getJob) for details.
|
|
47
|
+
|
|
48
|
+
### Update job
|
|
49
|
+
```bash
|
|
50
|
+
PUT /v1/jobs/{id}
|
|
51
|
+
```
|
|
52
|
+
See the [API specification](/apis/api-spec#tag/Jobs/operation/updateJob) for details.
|
|
53
|
+
|
|
54
|
+
### Delete job
|
|
55
|
+
```bash
|
|
56
|
+
DELETE /v1/jobs/{id}
|
|
57
|
+
```
|
|
58
|
+
See the [API specification](/apis/api-spec#tag/Jobs/operation/deleteJob) for details.
|
|
59
|
+
|
|
60
|
+
### List jobs
|
|
61
|
+
```bash
|
|
62
|
+
GET /v1/jobs?execution={type}&processing={type}&state={states}
|
|
63
|
+
```
|
|
64
|
+
See the [API specification](/apis/api-spec#tag/Jobs/operation/getJobs) for details.
|
|
65
|
+
|
|
66
|
+
## Job schema
|
|
67
|
+
|
|
68
|
+
### CreateJob request
|
|
69
|
+
```json
|
|
70
|
+
{
|
|
71
|
+
"name": "my_job",
|
|
72
|
+
"execution": "SYNCHRONOUS|ASYNCHRONOUS",
|
|
73
|
+
"processing": "BATCH|STREAMING",
|
|
74
|
+
"jobGraph": {
|
|
75
|
+
"vertices": [...],
|
|
76
|
+
"edges": [...]
|
|
77
|
+
},
|
|
78
|
+
"tags": {
|
|
79
|
+
"environment": "production",
|
|
80
|
+
"team": "data-engineering"
|
|
81
|
+
},
|
|
82
|
+
"teamIds": ["team-id-1"]
|
|
83
|
+
}
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### Job graph structure
|
|
87
|
+
|
|
88
|
+
The job graph uses a simplified edge format. Edges can be specified as:
|
|
89
|
+
- Simple strings: `"source_op -> destination_op"`.
|
|
90
|
+
- With specific outputs: `"source_op:else -> destination_op"`.
|
|
91
|
+
|
|
92
|
+
```json
|
|
93
|
+
{
|
|
94
|
+
"vertices": [
|
|
95
|
+
{
|
|
96
|
+
"name": "source_operation",
|
|
97
|
+
"type": "logs-iceberg-table-source",
|
|
98
|
+
// Operation-specific properties
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "transform_operation",
|
|
102
|
+
"type": "log-reducer",
|
|
103
|
+
// Operation-specific properties
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "sink_operation",
|
|
107
|
+
"type": "logs-sync-sink"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"edges": [
|
|
111
|
+
"source_operation -> transform_operation",
|
|
112
|
+
"transform_operation -> sink_operation"
|
|
113
|
+
]
|
|
114
|
+
}
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
## Common job patterns
|
|
118
|
+
|
|
119
|
+
### Data lake query (synchronous batch)
|
|
120
|
+
|
|
121
|
+
Query historical log data from Grepr's data lake:
|
|
122
|
+
|
|
123
|
+
```json
|
|
124
|
+
{
|
|
125
|
+
"name": "data_lake_query",
|
|
126
|
+
"execution": "SYNCHRONOUS",
|
|
127
|
+
"processing": "BATCH",
|
|
128
|
+
"jobGraph": {
|
|
129
|
+
"vertices": [
|
|
130
|
+
{
|
|
131
|
+
"name": "source",
|
|
132
|
+
"type": "logs-iceberg-table-source",
|
|
133
|
+
"datasetId": "abc123def456",
|
|
134
|
+
"start": "2024-01-01T00:00:00Z",
|
|
135
|
+
"end": "2024-01-02T00:00:00Z",
|
|
136
|
+
"query": {
|
|
137
|
+
"type": "datadog-query",
|
|
138
|
+
"query": "service:my-service status:error"
|
|
139
|
+
},
|
|
140
|
+
"limit": 1000,
|
|
141
|
+
"reductionInterval": "PT2M",
|
|
142
|
+
"sortOrder": "UNSORTED"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "sink",
|
|
146
|
+
"type": "logs-sync-sink"
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"edges": [
|
|
150
|
+
"source -> sink"
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
"tags": {}
|
|
154
|
+
}
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
### Streaming data processing (synchronous streaming)
|
|
158
|
+
|
|
159
|
+
Process live data with rate limiting for testing:
|
|
160
|
+
|
|
161
|
+
```json
|
|
162
|
+
{
|
|
163
|
+
"name": "streaming_processor",
|
|
164
|
+
"execution": "SYNCHRONOUS",
|
|
165
|
+
"processing": "STREAMING",
|
|
166
|
+
"jobGraph": {
|
|
167
|
+
"vertices": [
|
|
168
|
+
{
|
|
169
|
+
"name": "source",
|
|
170
|
+
"type": "datadog-log-agent-source"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "sampler",
|
|
174
|
+
"type": "logs-event-sampler",
|
|
175
|
+
"maxAllowedRate": 10.0,
|
|
176
|
+
"maxBurstLimit": 100
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "transform",
|
|
180
|
+
"type": "sql-transform",
|
|
181
|
+
"sqlQuery": "SELECT *, UPPER(message) as upper_message FROM logs WHERE severity <= 4"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "sink",
|
|
185
|
+
"type": "logs-sync-sink"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"edges": [
|
|
189
|
+
"source -> sampler",
|
|
190
|
+
"sampler -> transform",
|
|
191
|
+
"transform -> sink"
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
"tags": {}
|
|
195
|
+
}
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
### Production pipeline (asynchronous streaming)
|
|
199
|
+
|
|
200
|
+
Complex production pipeline based on our reference implementation:
|
|
201
|
+
|
|
202
|
+
```json
|
|
203
|
+
{
|
|
204
|
+
"name": "production_pipeline",
|
|
205
|
+
"execution": "ASYNCHRONOUS",
|
|
206
|
+
"processing": "STREAMING",
|
|
207
|
+
"jobGraph": {
|
|
208
|
+
"vertices": [
|
|
209
|
+
{
|
|
210
|
+
"type": "datadog-log-agent-source",
|
|
211
|
+
"name": "datadog_source"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"type": "logs-filter",
|
|
215
|
+
"name": "pre_parser_filter",
|
|
216
|
+
"predicate": {
|
|
217
|
+
"type": "datadog-query",
|
|
218
|
+
"query": "-status:debug"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"type": "json-log-processor",
|
|
223
|
+
"name": "json_processor",
|
|
224
|
+
"maxNestedDepthForFields": 3
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"type": "log-attributes-remapper",
|
|
228
|
+
"name": "attributes_remapper"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"type": "logs-branch",
|
|
232
|
+
"name": "branch_special_logs",
|
|
233
|
+
"predicate": {
|
|
234
|
+
"type": "datadog-query",
|
|
235
|
+
"query": "source:elb"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"type": "grok-parser",
|
|
240
|
+
"name": "grok_parser",
|
|
241
|
+
"grokParsingRules": [
|
|
242
|
+
"elb %{_date_access} %{_elb_name} %{_client_ip}:%{_client_port} %{_status_code}"
|
|
243
|
+
],
|
|
244
|
+
"grokHelperRules": [
|
|
245
|
+
"_elb_name %{notSpace:elb.name}",
|
|
246
|
+
"_client_ip %{ipOrHost:network.client.ip}",
|
|
247
|
+
"_client_port %{integer:network.client.port}",
|
|
248
|
+
"_status_code %{integer:http.status_code}",
|
|
249
|
+
"_date_access %{timestampiso8601:timestamp}"
|
|
250
|
+
]
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"type": "log-reducer",
|
|
254
|
+
"name": "log_reducer",
|
|
255
|
+
"logReducerExceptions": [{
|
|
256
|
+
"type": "datadog-query",
|
|
257
|
+
"query": "skipAggregation:true"
|
|
258
|
+
}],
|
|
259
|
+
"partitionByTags": ["service"],
|
|
260
|
+
"partitionByAttributes": ["http.url_details.path", "http.method"],
|
|
261
|
+
"similarityThreshold": 80.0,
|
|
262
|
+
"dedupThreshold": 5,
|
|
263
|
+
"reductionTimeWindow": "PT120S",
|
|
264
|
+
"samplingConfig": {
|
|
265
|
+
"type": "window-based-logarithmic-sampling",
|
|
266
|
+
"logarithmBase": 2
|
|
267
|
+
},
|
|
268
|
+
"masks": [
|
|
269
|
+
["timestamp", "\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}"],
|
|
270
|
+
["uuid", "[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"]
|
|
271
|
+
],
|
|
272
|
+
"enabledMasks": ["timestamp", "uuid"]
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"type": "logs-iceberg-table-sink",
|
|
276
|
+
"name": "data_lake_sink",
|
|
277
|
+
"datasetId": "processed-logs-dataset"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"type": "datadog-log-sink",
|
|
281
|
+
"name": "datadog_sink",
|
|
282
|
+
"integrationId": "dd-integration-id",
|
|
283
|
+
"additionalTags": [
|
|
284
|
+
"processor:grepr",
|
|
285
|
+
"pipeline:production"
|
|
286
|
+
]
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"edges": [
|
|
290
|
+
"datadog_source -> pre_parser_filter",
|
|
291
|
+
"pre_parser_filter -> json_processor",
|
|
292
|
+
"json_processor -> attributes_remapper",
|
|
293
|
+
"attributes_remapper -> branch_special_logs",
|
|
294
|
+
"branch_special_logs -> grok_parser",
|
|
295
|
+
"grok_parser -> log_reducer",
|
|
296
|
+
"branch_special_logs:else -> log_reducer",
|
|
297
|
+
"log_reducer -> data_lake_sink",
|
|
298
|
+
"log_reducer -> datadog_sink"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"tags": {
|
|
302
|
+
"pipeline_type": "production"
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
```
|
|
306
|
+
|
|
307
|
+
### Multi-source to multi-destination pipeline
|
|
308
|
+
|
|
309
|
+
Process logs from multiple sources and send to different destinations:
|
|
310
|
+
|
|
311
|
+
```json
|
|
312
|
+
{
|
|
313
|
+
"name": "multi_pipeline",
|
|
314
|
+
"execution": "ASYNCHRONOUS",
|
|
315
|
+
"processing": "STREAMING",
|
|
316
|
+
"jobGraph": {
|
|
317
|
+
"vertices": [
|
|
318
|
+
{
|
|
319
|
+
"name": "datadog_source",
|
|
320
|
+
"type": "datadog-log-agent-source"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "splunk_source",
|
|
324
|
+
"type": "splunk-log-agent-source",
|
|
325
|
+
"integrationId": "splunk-integration-id"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "error_filter",
|
|
329
|
+
"type": "logs-filter",
|
|
330
|
+
"predicate": {
|
|
331
|
+
"type": "datadog-query",
|
|
332
|
+
"query": "status:error OR status:warning"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "info_filter",
|
|
337
|
+
"type": "logs-filter",
|
|
338
|
+
"predicate": {
|
|
339
|
+
"type": "datadog-query",
|
|
340
|
+
"query": "status:info"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "newrelic_sink",
|
|
345
|
+
"type": "newrelic-log-sink",
|
|
346
|
+
"integrationId": "nr-integration-id"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "data_lake_sink",
|
|
350
|
+
"type": "logs-iceberg-table-sink",
|
|
351
|
+
"datasetId": "all-logs-dataset"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"edges": [
|
|
355
|
+
"datadog_source -> error_filter",
|
|
356
|
+
"datadog_source -> info_filter",
|
|
357
|
+
"splunk_source -> error_filter",
|
|
358
|
+
"splunk_source -> info_filter",
|
|
359
|
+
"error_filter -> newrelic_sink",
|
|
360
|
+
"info_filter -> data_lake_sink"
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
"tags": {}
|
|
364
|
+
}
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
## Important considerations
|
|
368
|
+
|
|
369
|
+
### Rate limiting for synchronous streaming jobs
|
|
370
|
+
|
|
371
|
+
When creating synchronous streaming jobs, always include a [`logs-event-sampler`](/apis/api-spec#schema/LogsEventSampler) operation to limit the volume of data sent back to prevent overwhelming the client connection:
|
|
372
|
+
|
|
373
|
+
```json
|
|
374
|
+
{
|
|
375
|
+
"name": "rate_limiter",
|
|
376
|
+
"type": "logs-event-sampler",
|
|
377
|
+
"maxAllowedRate": 10.0,
|
|
378
|
+
"maxBurstLimit": 100,
|
|
379
|
+
"filter": {
|
|
380
|
+
"type": "datadog-query",
|
|
381
|
+
"query": "*"
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
```
|
|
385
|
+
|
|
386
|
+
### Heartbeat management
|
|
387
|
+
|
|
388
|
+
For synchronous jobs, the server sends periodic heartbeat tokens through the stream. Clients should respond by calling the [heartbeat endpoint](/apis/api-spec#tag/Jobs/operation/heartbeatSyncJob) to keep the connection alive:
|
|
389
|
+
|
|
390
|
+
```bash
|
|
391
|
+
POST /v1/jobs/sync/heartbeat
|
|
392
|
+
Content-Type: application/json
|
|
393
|
+
|
|
394
|
+
"<heartbeat-token>"
|
|
395
|
+
```
|
|
396
|
+
|
|
397
|
+
### Job states
|
|
398
|
+
|
|
399
|
+
Monitor job progress through these states:
|
|
400
|
+
|
|
401
|
+
- `PENDING`: Job accepted, waiting to start.
|
|
402
|
+
- `STARTING`: Job transitioning to running state.
|
|
403
|
+
- `RUNNING`: Job actively processing data.
|
|
404
|
+
- `FINISHED`: Job completed successfully.
|
|
405
|
+
- `FAILED`: Job encountered an error.
|
|
406
|
+
- `CANCELLED`: Job was cancelled by user.
|
|
407
|
+
|
|
408
|
+
### Error handling
|
|
409
|
+
|
|
410
|
+
Handle these common HTTP status codes:
|
|
411
|
+
|
|
412
|
+
- `200/201/202`: Success.
|
|
413
|
+
- `400`: Invalid request (malformed job graph, invalid parameters).
|
|
414
|
+
- `401`: Authentication required.
|
|
415
|
+
- `409`: Conflict (concurrent update, resource already exists).
|
|
416
|
+
- `404`: Job not found.
|
|
417
|
+
|
|
418
|
+
## Code example
|
|
419
|
+
|
|
420
|
+
### JavaScript example
|
|
421
|
+
|
|
422
|
+
```javascript
|
|
423
|
+
import ndjsonstream from 'can-ndjson-stream';
|
|
424
|
+
|
|
425
|
+
const createSyncJob = async (jobPayload, token) => {
|
|
426
|
+
const response = await fetch('https://<your_org_id>.app.grepr.ai/api/v1/jobs/sync', {
|
|
427
|
+
method: 'POST',
|
|
428
|
+
headers: {
|
|
429
|
+
'Authorization': `Bearer ${token}`,
|
|
430
|
+
'Content-Type': 'application/json',
|
|
431
|
+
'Accept': 'application/x-ndjson'
|
|
432
|
+
},
|
|
433
|
+
body: JSON.stringify(jobPayload)
|
|
434
|
+
});
|
|
435
|
+
|
|
436
|
+
// Use ndjsonstream to parse the response
|
|
437
|
+
const stream = ndjsonstream(response.body);
|
|
438
|
+
const reader = stream.getReader();
|
|
439
|
+
|
|
440
|
+
while (true) {
|
|
441
|
+
const { done, value } = await reader.read();
|
|
442
|
+
|
|
443
|
+
// Handle heartbeat tokens
|
|
444
|
+
if (value?.jobState === 'HEARTBEAT' && value.heartbeatToken) {
|
|
445
|
+
// Send heartbeat (don't await to avoid blocking)
|
|
446
|
+
fetch('https://<your_org_id>.app.grepr.ai/api/v1/jobs/sync/heartbeat', {
|
|
447
|
+
method: 'POST',
|
|
448
|
+
headers: { 'Authorization': `Bearer ${token}` },
|
|
449
|
+
body: JSON.stringify(value.heartbeatToken)
|
|
450
|
+
}).catch(e => console.error('Heartbeat error:', e));
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
// Process data events
|
|
454
|
+
if (value?.data) {
|
|
455
|
+
console.log('Received log:', value.data);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
// Check job completion
|
|
459
|
+
if (value?.jobState === 'FINISHED') {
|
|
460
|
+
console.log('Job completed');
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
if (done) {
|
|
464
|
+
break;
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
};
|
|
468
|
+
```
|
|
469
|
+
|
|
470
|
+
## Available operations
|
|
471
|
+
|
|
472
|
+
Grepr supports a wide variety of sources, transforms, sinks, and special operations for building data processing pipelines. For a complete list of available operations and their configuration options, see the [API specification](/apis/api-spec).
|
|
473
|
+
|
|
474
|
+
## Best practices
|
|
475
|
+
|
|
476
|
+
- **Use appropriate rate limiting** for synchronous streaming jobs.
|
|
477
|
+
- **Implement heartbeat handling** for long-running synchronous jobs.
|
|
478
|
+
- **Monitor job states** and handle failures gracefully.
|
|
479
|
+
- **Use meaningful job names** and tags for easier management.
|
|
480
|
+
- **Test with small datasets** before running on production data.
|
|
481
|
+
- **Set reasonable limits** on batch job result sizes.
|
|
482
|
+
- **Use SQL transforms** for complex data transformations.
|
|
483
|
+
- **Leverage templates** for reusable pipeline patterns.
|
|
484
|
+
- **Use branching operations** to split data flows based on conditions.
|
|
485
|
+
- **Chain operations logically** - filter before processing, parse before mapping.
|
|
486
|
+
|
|
487
|
+
For more information, see the [API specification](/apis/api-spec) for complete endpoint documentation and operation details.
|
|
488
|
+
|
|
489
|
+
<HiddenFAQ faqs={[
|
|
490
|
+
{
|
|
491
|
+
q: "What is a Grepr job?",
|
|
492
|
+
a: "A Grepr job is a directed graph of operations that process log data. Each job specifies an execution mode (SYNCHRONOUS or ASYNCHRONOUS) and processing type (BATCH or STREAMING), along with vertices (operations) and edges (data flow connections)."
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
q: "What is the difference between SYNCHRONOUS and ASYNCHRONOUS jobs?",
|
|
496
|
+
a: "SYNCHRONOUS jobs stream results back to the client in real-time with ND-JSON format and hold the connection open until completion. ASYNCHRONOUS jobs return immediately with a job ID and can be monitored with separate API calls."
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
q: "What is BATCH vs STREAMING processing?",
|
|
500
|
+
a: "BATCH processing runs once over historical data with a defined start and end time. STREAMING processing runs continuously, consuming data from sources in real-time."
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
q: "How do I create a synchronous job?",
|
|
504
|
+
a: "Send a POST request to /v1/jobs/sync with a job definition including name, execution (SYNCHRONOUS), processing type, and jobGraph. Results stream back as ND-JSON."
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
q: "How do I create an asynchronous job?",
|
|
508
|
+
a: "Send a POST request to /v1/jobs/async with a job definition. The API returns immediately with a job ID. Poll the GET /v1/jobs/{id} endpoint to monitor progress."
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
q: "What is a job graph?",
|
|
512
|
+
a: "A job graph is a data flow specification with vertices (operations like sources, transforms, sinks) and edges (connections showing how data flows between operations)."
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
q: "What edge formats are supported?",
|
|
516
|
+
a: "Edges can be simple strings like 'source -> destination' or specify operation outputs like 'source:else -> destination' to direct conditional branches."
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
q: "How do I handle rate limiting for streaming jobs?",
|
|
520
|
+
a: "Include a logs-event-sampler operation with maxAllowedRate and maxBurstLimit to prevent overwhelming client connections in synchronous streaming jobs."
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
q: "How do I keep a synchronous job connection alive?",
|
|
524
|
+
a: "The server sends periodic heartbeat tokens. Call the heartbeat endpoint (/v1/jobs/sync/heartbeat) with the heartbeat token to keep the connection open."
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
q: "What are common HTTP status codes for job API calls?",
|
|
528
|
+
a: "200/201/202 for success, 400 for invalid requests, 401 for authentication errors, 409 for conflicts, and 404 for jobs not found."
|
|
529
|
+
}
|
|
530
|
+
]} />
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"docType":"api"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Invite multiple people
|
|
2
|
+
|
|
3
|
+
**POST** `/v1/invitations`
|
|
4
|
+
|
|
5
|
+
**Operation ID**: `invite`
|
|
6
|
+
**Summary**: Invite multiple people
|
|
7
|
+
## Tags
|
|
8
|
+
- Invitations
|
|
9
|
+
## Request Body
|
|
10
|
+
|
|
11
|
+
**Content-Type**: `application/json`
|
|
12
|
+
|
|
13
|
+
**Schema**: `Invitee`
|
|
14
|
+
|
|
15
|
+
## Responses
|
|
16
|
+
|
|
17
|
+
### 200
|
|
18
|
+
|
|
19
|
+
Invitations created successfully
|
|
20
|
+
|
|
21
|
+
### 401
|
|
22
|
+
|
|
23
|
+
Unauthorized
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"docType":"schema"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# LogsBackfillFlinkSource
|
|
2
|
+
|
|
3
|
+
**Type**: `object`
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
- name: name (required)
|
|
8
|
+
type: string
|
|
9
|
+
|
|
10
|
+
- name: start (required)
|
|
11
|
+
type: string
|
|
12
|
+
description: Start of time interval to query data for.
|
|
13
|
+
|
|
14
|
+
- name: end (required)
|
|
15
|
+
type: string
|
|
16
|
+
description: End of time interval to query data for.
|
|
17
|
+
|
|
18
|
+
- name: query (required)
|
|
19
|
+
type: `query`
|
|
20
|
+
|
|
21
|
+
- name: variables (optional)
|
|
22
|
+
type: object
|
|
23
|
+
description: Variables that can be used to modify the query while parsed
|
|
24
|
+
|
|
25
|
+
- name: offset (optional)
|
|
26
|
+
type: integer
|
|
27
|
+
description: Offset on the number of rows to process
|
|
28
|
+
|
|
29
|
+
- name: limit (optional)
|
|
30
|
+
type: integer
|
|
31
|
+
description: The maximum number of rows to process
|
|
32
|
+
|
|
33
|
+
- name: sortOrder (optional)
|
|
34
|
+
type: enum: `ASCENDING`, `DESCENDING`, `UNSORTED`
|
|
35
|
+
description: The order in which the rows should be sorted by
|
|
36
|
+
|
|
37
|
+
- name: datasetId (required)
|
|
38
|
+
type: string
|
|
39
|
+
description: The ID of the dataset to read data from.
|
|
40
|
+
|
|
41
|
+
- name: vendorSinkIntegrationIds (optional)
|
|
42
|
+
type: array of string
|
|
43
|
+
|
|
44
|
+
- name: type (required)
|
|
45
|
+
type: enum: `logs-backfill-iceberg-table-source`
|
|
46
|
+
description: Backfills events out of an Iceberg Table, returning events with the sinks they have already been sent to.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"docType":"doc"}
|