@pyric/cli 0.1.0-alpha.9
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/LICENSE +216 -0
- package/README.md +156 -0
- package/README.md.orig +138 -0
- package/dist/assurance/attachment.d.ts +24 -0
- package/dist/assurance/attachment.d.ts.map +1 -0
- package/dist/assurance/attachment.js +138 -0
- package/dist/assurance/attachment.js.map +1 -0
- package/dist/assurance/browser.d.ts +7 -0
- package/dist/assurance/browser.d.ts.map +1 -0
- package/dist/assurance/browser.js +68 -0
- package/dist/assurance/browser.js.map +1 -0
- package/dist/assurance/campaign.d.ts +41 -0
- package/dist/assurance/campaign.d.ts.map +1 -0
- package/dist/assurance/campaign.js +364 -0
- package/dist/assurance/campaign.js.map +1 -0
- package/dist/assurance/capabilities.d.ts +7 -0
- package/dist/assurance/capabilities.d.ts.map +1 -0
- package/dist/assurance/capabilities.js +295 -0
- package/dist/assurance/capabilities.js.map +1 -0
- package/dist/assurance/cases.d.ts +14 -0
- package/dist/assurance/cases.d.ts.map +1 -0
- package/dist/assurance/cases.js +27 -0
- package/dist/assurance/cases.js.map +1 -0
- package/dist/assurance/generated-capabilities.d.ts +52 -0
- package/dist/assurance/generated-capabilities.d.ts.map +1 -0
- package/dist/assurance/generated-capabilities.js +329 -0
- package/dist/assurance/generated-capabilities.js.map +1 -0
- package/dist/assurance/index.d.ts +11 -0
- package/dist/assurance/index.d.ts.map +1 -0
- package/dist/assurance/index.js +9 -0
- package/dist/assurance/index.js.map +1 -0
- package/dist/assurance/runner.d.ts +3 -0
- package/dist/assurance/runner.d.ts.map +1 -0
- package/dist/assurance/runner.js +633 -0
- package/dist/assurance/runner.js.map +1 -0
- package/dist/assurance/tool-names.d.ts +4 -0
- package/dist/assurance/tool-names.d.ts.map +1 -0
- package/dist/assurance/tool-names.js +14 -0
- package/dist/assurance/tool-names.js.map +1 -0
- package/dist/assurance/tools.d.ts +19 -0
- package/dist/assurance/tools.d.ts.map +1 -0
- package/dist/assurance/tools.js +740 -0
- package/dist/assurance/tools.js.map +1 -0
- package/dist/assurance/types.d.ts +348 -0
- package/dist/assurance/types.d.ts.map +1 -0
- package/dist/assurance/types.js +7 -0
- package/dist/assurance/types.js.map +1 -0
- package/dist/assurance/validation.d.ts +8 -0
- package/dist/assurance/validation.d.ts.map +1 -0
- package/dist/assurance/validation.js +269 -0
- package/dist/assurance/validation.js.map +1 -0
- package/dist/bridge/client/bridge.d.ts +133 -0
- package/dist/bridge/client/bridge.d.ts.map +1 -0
- package/dist/bridge/client/bridge.js +429 -0
- package/dist/bridge/client/bridge.js.map +1 -0
- package/dist/bridge/client/dispatch.d.ts +41 -0
- package/dist/bridge/client/dispatch.d.ts.map +1 -0
- package/dist/bridge/client/dispatch.js +111 -0
- package/dist/bridge/client/dispatch.js.map +1 -0
- package/dist/bridge/client.d.ts +24 -0
- package/dist/bridge/client.d.ts.map +1 -0
- package/dist/bridge/client.js +26 -0
- package/dist/bridge/client.js.map +1 -0
- package/dist/bridge/protocol.d.ts +227 -0
- package/dist/bridge/protocol.d.ts.map +1 -0
- package/dist/bridge/protocol.js +131 -0
- package/dist/bridge/protocol.js.map +1 -0
- package/dist/bridge/server/audit.d.ts +19 -0
- package/dist/bridge/server/audit.d.ts.map +1 -0
- package/dist/bridge/server/audit.js +46 -0
- package/dist/bridge/server/audit.js.map +1 -0
- package/dist/bridge/server/bridge.d.ts +126 -0
- package/dist/bridge/server/bridge.d.ts.map +1 -0
- package/dist/bridge/server/bridge.js +383 -0
- package/dist/bridge/server/bridge.js.map +1 -0
- package/dist/bridge/server/headless.d.ts +36 -0
- package/dist/bridge/server/headless.d.ts.map +1 -0
- package/dist/bridge/server/headless.js +142 -0
- package/dist/bridge/server/headless.js.map +1 -0
- package/dist/bridge/server/json-schema-to-zod.d.ts +37 -0
- package/dist/bridge/server/json-schema-to-zod.d.ts.map +1 -0
- package/dist/bridge/server/json-schema-to-zod.js +93 -0
- package/dist/bridge/server/json-schema-to-zod.js.map +1 -0
- package/dist/bridge/server/local-bridge.d.ts +33 -0
- package/dist/bridge/server/local-bridge.d.ts.map +1 -0
- package/dist/bridge/server/local-bridge.js +41 -0
- package/dist/bridge/server/local-bridge.js.map +1 -0
- package/dist/bridge/server/logger.d.ts +28 -0
- package/dist/bridge/server/logger.d.ts.map +1 -0
- package/dist/bridge/server/logger.js +42 -0
- package/dist/bridge/server/logger.js.map +1 -0
- package/dist/bridge/server/mcp-contract.d.ts +21 -0
- package/dist/bridge/server/mcp-contract.d.ts.map +1 -0
- package/dist/bridge/server/mcp-contract.js +62 -0
- package/dist/bridge/server/mcp-contract.js.map +1 -0
- package/dist/bridge/server/mcp.d.ts +26 -0
- package/dist/bridge/server/mcp.d.ts.map +1 -0
- package/dist/bridge/server/mcp.js +102 -0
- package/dist/bridge/server/mcp.js.map +1 -0
- package/dist/bridge/server/peer.d.ts +39 -0
- package/dist/bridge/server/peer.d.ts.map +1 -0
- package/dist/bridge/server/peer.js +189 -0
- package/dist/bridge/server/peer.js.map +1 -0
- package/dist/bridge/server/standalone.d.ts +49 -0
- package/dist/bridge/server/standalone.d.ts.map +1 -0
- package/dist/bridge/server/standalone.js +267 -0
- package/dist/bridge/server/standalone.js.map +1 -0
- package/dist/bridge/server/tool-metadata.d.ts +38 -0
- package/dist/bridge/server/tool-metadata.d.ts.map +1 -0
- package/dist/bridge/server/tool-metadata.js +81 -0
- package/dist/bridge/server/tool-metadata.js.map +1 -0
- package/dist/bridge/server.d.ts +21 -0
- package/dist/bridge/server.d.ts.map +1 -0
- package/dist/bridge/server.js +18 -0
- package/dist/bridge/server.js.map +1 -0
- package/dist/cli/database-rules.d.ts +43 -0
- package/dist/cli/database-rules.d.ts.map +1 -0
- package/dist/cli/database-rules.js +261 -0
- package/dist/cli/database-rules.js.map +1 -0
- package/dist/cli/dev-runner.d.ts +112 -0
- package/dist/cli/dev-runner.d.ts.map +1 -0
- package/dist/cli/dev-runner.js +239 -0
- package/dist/cli/dev-runner.js.map +1 -0
- package/dist/cli/firebase-json.d.ts +66 -0
- package/dist/cli/firebase-json.d.ts.map +1 -0
- package/dist/cli/firebase-json.js +60 -0
- package/dist/cli/firebase-json.js.map +1 -0
- package/dist/cli/firestore-indexes.d.ts +21 -0
- package/dist/cli/firestore-indexes.d.ts.map +1 -0
- package/dist/cli/firestore-indexes.js +39 -0
- package/dist/cli/firestore-indexes.js.map +1 -0
- package/dist/cli/index.d.ts +56 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +379 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/cli/init.d.ts +50 -0
- package/dist/cli/init.d.ts.map +1 -0
- package/dist/cli/init.js +182 -0
- package/dist/cli/init.js.map +1 -0
- package/dist/cli/mcp-proxy.d.ts +10 -0
- package/dist/cli/mcp-proxy.d.ts.map +1 -0
- package/dist/cli/mcp-proxy.js +129 -0
- package/dist/cli/mcp-proxy.js.map +1 -0
- package/dist/cli/parse-args.d.ts +20 -0
- package/dist/cli/parse-args.d.ts.map +1 -0
- package/dist/cli/parse-args.js +69 -0
- package/dist/cli/parse-args.js.map +1 -0
- package/dist/cli/rules.d.ts +55 -0
- package/dist/cli/rules.d.ts.map +1 -0
- package/dist/cli/rules.js +199 -0
- package/dist/cli/rules.js.map +1 -0
- package/dist/cli/scope.d.ts +12 -0
- package/dist/cli/scope.d.ts.map +1 -0
- package/dist/cli/scope.js +44 -0
- package/dist/cli/scope.js.map +1 -0
- package/dist/cli/serve.d.ts +122 -0
- package/dist/cli/serve.d.ts.map +1 -0
- package/dist/cli/serve.js +844 -0
- package/dist/cli/serve.js.map +1 -0
- package/dist/cli/service-commands.d.ts +8 -0
- package/dist/cli/service-commands.d.ts.map +1 -0
- package/dist/cli/service-commands.js +58 -0
- package/dist/cli/service-commands.js.map +1 -0
- package/dist/cli/snapshot.d.ts +22 -0
- package/dist/cli/snapshot.d.ts.map +1 -0
- package/dist/cli/snapshot.js +139 -0
- package/dist/cli/snapshot.js.map +1 -0
- package/dist/cli/storage-rules.d.ts +21 -0
- package/dist/cli/storage-rules.d.ts.map +1 -0
- package/dist/cli/storage-rules.js +121 -0
- package/dist/cli/storage-rules.js.map +1 -0
- package/dist/cli/verify.d.ts +23 -0
- package/dist/cli/verify.d.ts.map +1 -0
- package/dist/cli/verify.js +349 -0
- package/dist/cli/verify.js.map +1 -0
- package/dist/credentials/core/memoize-ttl.d.ts +58 -0
- package/dist/credentials/core/memoize-ttl.d.ts.map +1 -0
- package/dist/credentials/core/memoize-ttl.js +88 -0
- package/dist/credentials/core/memoize-ttl.js.map +1 -0
- package/dist/credentials/core/types.d.ts +11 -0
- package/dist/credentials/core/types.d.ts.map +1 -0
- package/dist/credentials/core/types.js +2 -0
- package/dist/credentials/core/types.js.map +1 -0
- package/dist/credentials/node/from-adc.d.ts +10 -0
- package/dist/credentials/node/from-adc.d.ts.map +1 -0
- package/dist/credentials/node/from-adc.js +76 -0
- package/dist/credentials/node/from-adc.js.map +1 -0
- package/dist/credentials/node/from-service-account.d.ts +24 -0
- package/dist/credentials/node/from-service-account.d.ts.map +1 -0
- package/dist/credentials/node/from-service-account.js +108 -0
- package/dist/credentials/node/from-service-account.js.map +1 -0
- package/dist/credentials/node/index.d.ts +7 -0
- package/dist/credentials/node/index.d.ts.map +1 -0
- package/dist/credentials/node/index.js +7 -0
- package/dist/credentials/node/index.js.map +1 -0
- package/dist/discover/concurrency.d.ts +42 -0
- package/dist/discover/concurrency.d.ts.map +1 -0
- package/dist/discover/concurrency.js +113 -0
- package/dist/discover/concurrency.js.map +1 -0
- package/dist/discover/crawler-adapter.d.ts +48 -0
- package/dist/discover/crawler-adapter.d.ts.map +1 -0
- package/dist/discover/crawler-adapter.js +92 -0
- package/dist/discover/crawler-adapter.js.map +1 -0
- package/dist/discover/crawler.d.ts +294 -0
- package/dist/discover/crawler.d.ts.map +1 -0
- package/dist/discover/crawler.js +764 -0
- package/dist/discover/crawler.js.map +1 -0
- package/dist/discover/credential-free.d.ts +19 -0
- package/dist/discover/credential-free.d.ts.map +1 -0
- package/dist/discover/credential-free.js +18 -0
- package/dist/discover/credential-free.js.map +1 -0
- package/dist/discover/findCollectionGroup.d.ts +44 -0
- package/dist/discover/findCollectionGroup.d.ts.map +1 -0
- package/dist/discover/findCollectionGroup.js +81 -0
- package/dist/discover/findCollectionGroup.js.map +1 -0
- package/dist/discover/firestore-source.d.ts +60 -0
- package/dist/discover/firestore-source.d.ts.map +1 -0
- package/dist/discover/firestore-source.js +11 -0
- package/dist/discover/firestore-source.js.map +1 -0
- package/dist/discover/index.d.ts +3 -0
- package/dist/discover/index.d.ts.map +1 -0
- package/dist/discover/index.js +5 -0
- package/dist/discover/index.js.map +1 -0
- package/dist/discover/merge.d.ts +108 -0
- package/dist/discover/merge.d.ts.map +1 -0
- package/dist/discover/merge.js +394 -0
- package/dist/discover/merge.js.map +1 -0
- package/dist/discover/session.d.ts +116 -0
- package/dist/discover/session.d.ts.map +1 -0
- package/dist/discover/session.js +331 -0
- package/dist/discover/session.js.map +1 -0
- package/dist/discover/tools.d.ts +58 -0
- package/dist/discover/tools.d.ts.map +1 -0
- package/dist/discover/tools.js +115 -0
- package/dist/discover/tools.js.map +1 -0
- package/dist/discover/types.d.ts +190 -0
- package/dist/discover/types.d.ts.map +1 -0
- package/dist/discover/types.js +12 -0
- package/dist/discover/types.js.map +1 -0
- package/dist/discover/wire.d.ts +70 -0
- package/dist/discover/wire.d.ts.map +1 -0
- package/dist/discover/wire.js +309 -0
- package/dist/discover/wire.js.map +1 -0
- package/dist/functions-rtdb/child.d.ts +52 -0
- package/dist/functions-rtdb/child.d.ts.map +1 -0
- package/dist/functions-rtdb/child.js +283 -0
- package/dist/functions-rtdb/child.js.map +1 -0
- package/dist/functions-rtdb/delivery.d.ts +4 -0
- package/dist/functions-rtdb/delivery.d.ts.map +1 -0
- package/dist/functions-rtdb/delivery.js +2 -0
- package/dist/functions-rtdb/delivery.js.map +1 -0
- package/dist/functions-rtdb/discovery.d.ts +41 -0
- package/dist/functions-rtdb/discovery.d.ts.map +1 -0
- package/dist/functions-rtdb/discovery.js +86 -0
- package/dist/functions-rtdb/discovery.js.map +1 -0
- package/dist/functions-rtdb/event.d.ts +20 -0
- package/dist/functions-rtdb/event.d.ts.map +1 -0
- package/dist/functions-rtdb/event.js +45 -0
- package/dist/functions-rtdb/event.js.map +1 -0
- package/dist/functions-rtdb/execution.d.ts +20 -0
- package/dist/functions-rtdb/execution.d.ts.map +1 -0
- package/dist/functions-rtdb/execution.js +70 -0
- package/dist/functions-rtdb/execution.js.map +1 -0
- package/dist/functions-rtdb/in-memory-delivery.d.ts +9 -0
- package/dist/functions-rtdb/in-memory-delivery.d.ts.map +1 -0
- package/dist/functions-rtdb/in-memory-delivery.js +36 -0
- package/dist/functions-rtdb/in-memory-delivery.js.map +1 -0
- package/dist/functions-rtdb/project.d.ts +7 -0
- package/dist/functions-rtdb/project.d.ts.map +1 -0
- package/dist/functions-rtdb/project.js +54 -0
- package/dist/functions-rtdb/project.js.map +1 -0
- package/dist/functions-rtdb/projection.d.ts +14 -0
- package/dist/functions-rtdb/projection.d.ts.map +1 -0
- package/dist/functions-rtdb/projection.js +65 -0
- package/dist/functions-rtdb/projection.js.map +1 -0
- package/dist/functions-rtdb/reference-pattern.d.ts +5 -0
- package/dist/functions-rtdb/reference-pattern.d.ts.map +1 -0
- package/dist/functions-rtdb/reference-pattern.js +14 -0
- package/dist/functions-rtdb/reference-pattern.js.map +1 -0
- package/dist/functions-rtdb/remote-delivery.d.ts +9 -0
- package/dist/functions-rtdb/remote-delivery.d.ts.map +1 -0
- package/dist/functions-rtdb/remote-delivery.js +11 -0
- package/dist/functions-rtdb/remote-delivery.js.map +1 -0
- package/dist/pkg-version.d.ts +2 -0
- package/dist/pkg-version.d.ts.map +1 -0
- package/dist/pkg-version.js +47 -0
- package/dist/pkg-version.js.map +1 -0
- package/dist/register/esm-exports.d.ts +26 -0
- package/dist/register/esm-exports.d.ts.map +1 -0
- package/dist/register/esm-exports.js +61 -0
- package/dist/register/esm-exports.js.map +1 -0
- package/dist/register/hooks.d.ts +13 -0
- package/dist/register/hooks.d.ts.map +1 -0
- package/dist/register/hooks.js +15 -0
- package/dist/register/hooks.js.map +1 -0
- package/dist/register/index.d.ts +5 -0
- package/dist/register/index.d.ts.map +1 -0
- package/dist/register/index.js +124 -0
- package/dist/register/index.js.map +1 -0
- package/dist/register/mapping.d.ts +19 -0
- package/dist/register/mapping.d.ts.map +1 -0
- package/dist/register/mapping.js +35 -0
- package/dist/register/mapping.js.map +1 -0
- package/dist/remote/index.d.ts +232 -0
- package/dist/remote/index.d.ts.map +1 -0
- package/dist/remote/index.js +720 -0
- package/dist/remote/index.js.map +1 -0
- package/dist/rtdb/crawl-snapshot.d.ts +17 -0
- package/dist/rtdb/crawl-snapshot.d.ts.map +1 -0
- package/dist/rtdb/crawl-snapshot.js +72 -0
- package/dist/rtdb/crawl-snapshot.js.map +1 -0
- package/dist/rtdb/inspection.d.ts +8 -0
- package/dist/rtdb/inspection.d.ts.map +1 -0
- package/dist/rtdb/inspection.js +111 -0
- package/dist/rtdb/inspection.js.map +1 -0
- package/dist/rtdb/load-rules-document.d.ts +25 -0
- package/dist/rtdb/load-rules-document.d.ts.map +1 -0
- package/dist/rtdb/load-rules-document.js +38 -0
- package/dist/rtdb/load-rules-document.js.map +1 -0
- package/dist/rtdb/rules-generation-tool.d.ts +4 -0
- package/dist/rtdb/rules-generation-tool.d.ts.map +1 -0
- package/dist/rtdb/rules-generation-tool.js +35 -0
- package/dist/rtdb/rules-generation-tool.js.map +1 -0
- package/dist/rtdb/rules-json.d.ts +8 -0
- package/dist/rtdb/rules-json.d.ts.map +1 -0
- package/dist/rtdb/rules-json.js +17 -0
- package/dist/rtdb/rules-json.js.map +1 -0
- package/dist/serve/bridge-mount.d.ts +36 -0
- package/dist/serve/bridge-mount.d.ts.map +1 -0
- package/dist/serve/bridge-mount.js +162 -0
- package/dist/serve/bridge-mount.js.map +1 -0
- package/dist/serve/bundler.d.ts +110 -0
- package/dist/serve/bundler.d.ts.map +1 -0
- package/dist/serve/bundler.js +432 -0
- package/dist/serve/bundler.js.map +1 -0
- package/dist/serve/capture-store.d.ts +27 -0
- package/dist/serve/capture-store.d.ts.map +1 -0
- package/dist/serve/capture-store.js +47 -0
- package/dist/serve/capture-store.js.map +1 -0
- package/dist/serve/discovery.d.ts +71 -0
- package/dist/serve/discovery.d.ts.map +1 -0
- package/dist/serve/discovery.js +158 -0
- package/dist/serve/discovery.js.map +1 -0
- package/dist/serve/docs-ui/_astro/_slug_.CQYSemvw.css +1 -0
- package/dist/serve/docs-ui/docs/_rhythm/index.html +99 -0
- package/dist/serve/docs-ui/docs/_rhythm.md +101 -0
- package/dist/serve/docs-ui/docs/api-reference/index.html +64 -0
- package/dist/serve/docs-ui/docs/api-reference.md +67 -0
- package/dist/serve/docs-ui/docs/audit-your-rules/index.html +34 -0
- package/dist/serve/docs-ui/docs/audit-your-rules.md +50 -0
- package/dist/serve/docs-ui/docs/create-pyric-reference-api/index.html +498 -0
- package/dist/serve/docs-ui/docs/create-pyric-reference-api.md +345 -0
- package/dist/serve/docs-ui/docs/firestore-rules-limits/index.html +59 -0
- package/dist/serve/docs-ui/docs/firestore-rules-limits.md +54 -0
- package/dist/serve/docs-ui/docs/how-the-swap-works/index.html +47 -0
- package/dist/serve/docs-ui/docs/how-the-swap-works.md +43 -0
- package/dist/serve/docs-ui/docs/how-we-know-it-matches-firebase/index.html +131 -0
- package/dist/serve/docs-ui/docs/how-we-know-it-matches-firebase.md +169 -0
- package/dist/serve/docs-ui/docs/index.html +2 -0
- package/dist/serve/docs-ui/docs/index.json +18637 -0
- package/dist/serve/docs-ui/docs/overview/index.html +23 -0
- package/dist/serve/docs-ui/docs/overview.md +40 -0
- package/dist/serve/docs-ui/docs/pyric-admin-app/index.html +19 -0
- package/dist/serve/docs-ui/docs/pyric-admin-app-reference-api/index.html +185 -0
- package/dist/serve/docs-ui/docs/pyric-admin-app-reference-api.md +206 -0
- package/dist/serve/docs-ui/docs/pyric-admin-app.md +27 -0
- package/dist/serve/docs-ui/docs/pyric-admin-auth/index.html +24 -0
- package/dist/serve/docs-ui/docs/pyric-admin-auth-reference-api/index.html +617 -0
- package/dist/serve/docs-ui/docs/pyric-admin-auth-reference-api.md +441 -0
- package/dist/serve/docs-ui/docs/pyric-admin-auth.md +29 -0
- package/dist/serve/docs-ui/docs/pyric-admin-database/index.html +26 -0
- package/dist/serve/docs-ui/docs/pyric-admin-database-reference-api/index.html +583 -0
- package/dist/serve/docs-ui/docs/pyric-admin-database-reference-api.md +597 -0
- package/dist/serve/docs-ui/docs/pyric-admin-database.md +31 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore/index.html +38 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-explanation-error-translation/index.html +57 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-explanation-error-translation.md +95 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-explanation-per-call-delegate/index.html +58 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-explanation-per-call-delegate.md +94 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-explanation-why-mirror-admin-shape/index.html +59 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-explanation-why-mirror-admin-shape.md +88 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-how-to-run-a-transaction/index.html +53 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-how-to-run-a-transaction.md +76 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-how-to-seed-and-set-rules/index.html +62 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-how-to-seed-and-set-rules.md +96 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-how-to-translate-denials/index.html +80 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-how-to-translate-denials.md +98 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-how-to-use-onsnapshot/index.html +57 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-how-to-use-onsnapshot.md +88 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-how-to-write-a-batch/index.html +50 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-how-to-write-a-batch.md +73 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-reference-api/index.html +32 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-reference-api.md +30 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-reference-onsnapshot/index.html +68 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-reference-onsnapshot.md +81 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-reference-re-exported-types/index.html +76 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-reference-re-exported-types.md +103 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-reference-sandbox-firestore/index.html +40 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-reference-sandbox-firestore.md +77 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-tutorials-01-first-admin-session/index.html +118 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore-tutorials-01-first-admin-session.md +166 -0
- package/dist/serve/docs-ui/docs/pyric-admin-firestore.md +53 -0
- package/dist/serve/docs-ui/docs/pyric-admin-storage/index.html +25 -0
- package/dist/serve/docs-ui/docs/pyric-admin-storage-reference-api/index.html +317 -0
- package/dist/serve/docs-ui/docs/pyric-admin-storage-reference-api.md +285 -0
- package/dist/serve/docs-ui/docs/pyric-admin-storage.md +30 -0
- package/dist/serve/docs-ui/docs/pyric-ai-compat/index.html +436 -0
- package/dist/serve/docs-ui/docs/pyric-ai-compat.md +471 -0
- package/dist/serve/docs-ui/docs/pyric-ai-reference-api/index.html +5831 -0
- package/dist/serve/docs-ui/docs/pyric-ai-reference-api.md +5440 -0
- package/dist/serve/docs-ui/docs/pyric-ai-scripting-reference-api/index.html +159 -0
- package/dist/serve/docs-ui/docs/pyric-ai-scripting-reference-api.md +122 -0
- package/dist/serve/docs-ui/docs/pyric-app-compat/index.html +180 -0
- package/dist/serve/docs-ui/docs/pyric-app-compat.md +199 -0
- package/dist/serve/docs-ui/docs/pyric-app-reference-api/index.html +420 -0
- package/dist/serve/docs-ui/docs/pyric-app-reference-api.md +326 -0
- package/dist/serve/docs-ui/docs/pyric-auth/index.html +59 -0
- package/dist/serve/docs-ui/docs/pyric-auth-compat/index.html +804 -0
- package/dist/serve/docs-ui/docs/pyric-auth-compat.md +847 -0
- package/dist/serve/docs-ui/docs/pyric-auth-reference-api/index.html +5452 -0
- package/dist/serve/docs-ui/docs/pyric-auth-reference-api.md +5271 -0
- package/dist/serve/docs-ui/docs/pyric-auth-reference-feature-matrix/index.html +781 -0
- package/dist/serve/docs-ui/docs/pyric-auth-reference-feature-matrix.md +198 -0
- package/dist/serve/docs-ui/docs/pyric-auth-reference-sandbox-test-driver/index.html +71 -0
- package/dist/serve/docs-ui/docs/pyric-auth-reference-sandbox-test-driver.md +108 -0
- package/dist/serve/docs-ui/docs/pyric-auth.md +86 -0
- package/dist/serve/docs-ui/docs/pyric-cli/index.html +40 -0
- package/dist/serve/docs-ui/docs/pyric-cli-assurance-browser-reference-api/index.html +98 -0
- package/dist/serve/docs-ui/docs/pyric-cli-assurance-browser-reference-api.md +88 -0
- package/dist/serve/docs-ui/docs/pyric-cli-assurance-reference-api/index.html +2355 -0
- package/dist/serve/docs-ui/docs/pyric-cli-assurance-reference-api.md +1554 -0
- package/dist/serve/docs-ui/docs/pyric-cli-bridge/index.html +69 -0
- package/dist/serve/docs-ui/docs/pyric-cli-bridge-client-reference-api/index.html +546 -0
- package/dist/serve/docs-ui/docs/pyric-cli-bridge-client-reference-api.md +485 -0
- package/dist/serve/docs-ui/docs/pyric-cli-bridge-reference-api/index.html +506 -0
- package/dist/serve/docs-ui/docs/pyric-cli-bridge-reference-api.md +419 -0
- package/dist/serve/docs-ui/docs/pyric-cli-bridge.md +99 -0
- package/dist/serve/docs-ui/docs/pyric-cli-credentials-node-reference-api/index.html +67 -0
- package/dist/serve/docs-ui/docs/pyric-cli-credentials-node-reference-api.md +59 -0
- package/dist/serve/docs-ui/docs/pyric-cli-discover-reference-api/index.html +2355 -0
- package/dist/serve/docs-ui/docs/pyric-cli-discover-reference-api.md +2036 -0
- package/dist/serve/docs-ui/docs/pyric-cli-functions-rtdb-compat/index.html +112 -0
- package/dist/serve/docs-ui/docs/pyric-cli-functions-rtdb-compat.md +124 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-build-a-standalone-binary/index.html +91 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-build-a-standalone-binary.md +105 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-promote-sandbox-state-to-a-fixture/index.html +52 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-promote-sandbox-state-to-a-fixture.md +98 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-run-rtdb-onvaluecreated/index.html +66 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-run-rtdb-onvaluecreated.md +100 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-serve-persistence-and-multi-tab/index.html +228 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-serve-persistence-and-multi-tab.md +179 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-use-the-vite-plugin/index.html +341 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-use-the-vite-plugin.md +309 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-verify-against-a-captured-session/index.html +128 -0
- package/dist/serve/docs-ui/docs/pyric-cli-how-to-verify-against-a-captured-session.md +207 -0
- package/dist/serve/docs-ui/docs/pyric-cli-reference-cli/index.html +404 -0
- package/dist/serve/docs-ui/docs/pyric-cli-reference-cli.md +249 -0
- package/dist/serve/docs-ui/docs/pyric-cli-reference-package-and-resolution/index.html +93 -0
- package/dist/serve/docs-ui/docs/pyric-cli-reference-package-and-resolution.md +65 -0
- package/dist/serve/docs-ui/docs/pyric-cli-reference-verify/index.html +81 -0
- package/dist/serve/docs-ui/docs/pyric-cli-reference-verify.md +110 -0
- package/dist/serve/docs-ui/docs/pyric-cli-register-reference-api/index.html +10 -0
- package/dist/serve/docs-ui/docs/pyric-cli-register-reference-api.md +16 -0
- package/dist/serve/docs-ui/docs/pyric-cli-remote-reference-api/index.html +1044 -0
- package/dist/serve/docs-ui/docs/pyric-cli-remote-reference-api.md +952 -0
- package/dist/serve/docs-ui/docs/pyric-cli-serve-worker-reference-api/index.html +5041 -0
- package/dist/serve/docs-ui/docs/pyric-cli-serve-worker-reference-api.md +4739 -0
- package/dist/serve/docs-ui/docs/pyric-cli-tutorials-server-adoption/index.html +219 -0
- package/dist/serve/docs-ui/docs/pyric-cli-tutorials-server-adoption.md +251 -0
- package/dist/serve/docs-ui/docs/pyric-cli-tutorials-wire-claude-code/index.html +136 -0
- package/dist/serve/docs-ui/docs/pyric-cli-tutorials-wire-claude-code.md +217 -0
- package/dist/serve/docs-ui/docs/pyric-cli-verify-reference-api/index.html +926 -0
- package/dist/serve/docs-ui/docs/pyric-cli-verify-reference-api.md +586 -0
- package/dist/serve/docs-ui/docs/pyric-cli-vite-reference-api/index.html +102 -0
- package/dist/serve/docs-ui/docs/pyric-cli-vite-reference-api.md +76 -0
- package/dist/serve/docs-ui/docs/pyric-cli.md +42 -0
- package/dist/serve/docs-ui/docs/pyric-conformance-scores/index.html +180 -0
- package/dist/serve/docs-ui/docs/pyric-conformance-scores.md +184 -0
- package/dist/serve/docs-ui/docs/pyric-database/index.html +43 -0
- package/dist/serve/docs-ui/docs/pyric-database-compat/index.html +1224 -0
- package/dist/serve/docs-ui/docs/pyric-database-compat.md +1289 -0
- package/dist/serve/docs-ui/docs/pyric-database-explanation-rules-authoring-and-deploy-are-separate/index.html +16 -0
- package/dist/serve/docs-ui/docs/pyric-database-explanation-rules-authoring-and-deploy-are-separate.md +23 -0
- package/dist/serve/docs-ui/docs/pyric-database-reference-api/index.html +1851 -0
- package/dist/serve/docs-ui/docs/pyric-database-reference-api.md +1842 -0
- package/dist/serve/docs-ui/docs/pyric-database-reference-constraints/index.html +381 -0
- package/dist/serve/docs-ui/docs/pyric-database-reference-constraints.md +168 -0
- package/dist/serve/docs-ui/docs/pyric-database-reference-rules-tooling/index.html +218 -0
- package/dist/serve/docs-ui/docs/pyric-database-reference-rules-tooling.md +303 -0
- package/dist/serve/docs-ui/docs/pyric-database-tutorials-01-author-rtdb-rules-with-constraints/index.html +125 -0
- package/dist/serve/docs-ui/docs/pyric-database-tutorials-01-author-rtdb-rules-with-constraints.md +171 -0
- package/dist/serve/docs-ui/docs/pyric-database.md +26 -0
- package/dist/serve/docs-ui/docs/pyric-explanation-versioning-and-compatibility/index.html +40 -0
- package/dist/serve/docs-ui/docs/pyric-explanation-versioning-and-compatibility.md +68 -0
- package/dist/serve/docs-ui/docs/pyric-firestore/index.html +48 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-compat/index.html +868 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-compat.md +939 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-explanation-rules-tooling-is-separate/index.html +92 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-explanation-rules-tooling-is-separate.md +70 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-explanation-target-symbol-opacity/index.html +59 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-explanation-target-symbol-opacity.md +91 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-explanation-two-backends-one-surface/index.html +43 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-explanation-two-backends-one-surface.md +58 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-how-to-migrate-from-firebase-firestore/index.html +58 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-how-to-migrate-from-firebase-firestore.md +86 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-how-to-pick-a-backend/index.html +52 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-how-to-pick-a-backend.md +83 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-how-to-run-a-transaction/index.html +42 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-how-to-run-a-transaction.md +59 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-how-to-use-onsnapshot/index.html +66 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-how-to-use-onsnapshot.md +96 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-how-to-use-sandbox-ops/index.html +61 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-how-to-use-sandbox-ops.md +92 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-api/index.html +3623 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-api.md +3399 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-feature-matrix/index.html +80 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-feature-matrix.md +66 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-getfirestore/index.html +46 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-getfirestore.md +73 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-query-constraints/index.html +80 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-query-constraints.md +129 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-sandbox-ops/index.html +58 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-sandbox-ops.md +88 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-tool-factories/index.html +51 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-reference-tool-factories.md +71 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-tutorials-01-write-a-sandbox-demo/index.html +130 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-tutorials-01-write-a-sandbox-demo.md +180 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-tutorials-02-swap-to-prod-backend/index.html +59 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-tutorials-02-swap-to-prod-backend.md +92 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-values-reference-api/index.html +30 -0
- package/dist/serve/docs-ui/docs/pyric-firestore-values-reference-api.md +30 -0
- package/dist/serve/docs-ui/docs/pyric-firestore.md +72 -0
- package/dist/serve/docs-ui/docs/pyric-messaging-compat/index.html +300 -0
- package/dist/serve/docs-ui/docs/pyric-messaging-compat.md +321 -0
- package/dist/serve/docs-ui/docs/pyric-messaging-reference-api/index.html +508 -0
- package/dist/serve/docs-ui/docs/pyric-messaging-reference-api.md +374 -0
- package/dist/serve/docs-ui/docs/pyric-messaging-sw-reference-api/index.html +482 -0
- package/dist/serve/docs-ui/docs/pyric-messaging-sw-reference-api.md +348 -0
- package/dist/serve/docs-ui/docs/pyric-rules/index.html +87 -0
- package/dist/serve/docs-ui/docs/pyric-rules-compat/index.html +328 -0
- package/dist/serve/docs-ui/docs/pyric-rules-compat.md +347 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-agent-failure-modes/index.html +50 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-agent-failure-modes.md +78 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-lint-vs-validate-vs-simulate-vs-test/index.html +79 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-lint-vs-validate-vs-simulate-vs-test.md +69 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-runtime-budget-and-shared-gates/index.html +67 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-runtime-budget-and-shared-gates.md +75 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-sentinel-expression-engine/index.html +49 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-sentinel-expression-engine.md +74 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-simulator-vs-rules-test-api/index.html +95 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-simulator-vs-rules-test-api.md +80 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-the-2-plus-modules-extension/index.html +58 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-the-2-plus-modules-extension.md +79 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-value-wrappers-design/index.html +63 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-value-wrappers-design.md +84 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-why-this-package-exists/index.html +34 -0
- package/dist/serve/docs-ui/docs/pyric-rules-explanation-why-this-package-exists.md +43 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-compare-rulesets-for-weakening/index.html +55 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-compare-rulesets-for-weakening.md +77 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-inspect-rules-via-the-ast/index.html +90 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-inspect-rules-via-the-ast.md +129 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-lint-rules-source/index.html +55 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-lint-rules-source.md +84 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-pin-request-time/index.html +49 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-pin-request-time.md +64 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-register-tools-with-an-agent/index.html +61 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-register-tools-with-an-agent.md +87 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-resolve-module-imports/index.html +93 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-resolve-module-imports.md +105 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-simulate-rules-locally/index.html +89 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-simulate-rules-locally.md +134 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-test-rules-against-firebase/index.html +66 -0
- package/dist/serve/docs-ui/docs/pyric-rules-how-to-test-rules-against-firebase.md +102 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-api/index.html +2629 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-api.md +2213 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-ast/index.html +85 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-ast.md +121 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-conformance-gaps/index.html +277 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-conformance-gaps.md +360 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-errors/index.html +76 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-errors.md +123 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-lint-rules/index.html +148 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-lint-rules.md +159 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-simulator-context/index.html +66 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-simulator-context.md +104 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-stdlib-modules/index.html +241 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-stdlib-modules.md +143 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-test-case-schema/index.html +94 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-test-case-schema.md +121 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-validator-findings/index.html +87 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-validator-findings.md +117 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-value-wrappers/index.html +102 -0
- package/dist/serve/docs-ui/docs/pyric-rules-reference-value-wrappers.md +152 -0
- package/dist/serve/docs-ui/docs/pyric-rules.md +93 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox/index.html +67 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-database-reference-api/index.html +120 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-database-reference-api.md +110 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-every-op-is-a-request/index.html +141 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-every-op-is-a-request.md +161 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-identity-is-a-context/index.html +66 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-identity-is-a-context.md +110 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-internal-adapter-protocol/index.html +71 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-internal-adapter-protocol.md +111 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-listener-re-evaluation/index.html +56 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-listener-re-evaluation.md +82 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-local-backend-vs-firestore-offline/index.html +64 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-local-backend-vs-firestore-offline.md +56 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-why-adapters-are-siblings/index.html +92 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-why-adapters-are-siblings.md +90 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-why-this-package-exists/index.html +69 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-explanation-why-this-package-exists.md +57 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-firestore-reference-api/index.html +202 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-firestore-reference-api.md +134 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-multiple-isolated-sandboxes/index.html +63 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-multiple-isolated-sandboxes.md +89 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-observe-events/index.html +159 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-observe-events.md +168 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-pick-an-adapter/index.html +79 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-pick-an-adapter.md +75 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-replay-events/index.html +88 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-replay-events.md +92 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-reset-between-tests/index.html +68 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-reset-between-tests.md +92 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-seed-data-and-rules/index.html +91 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-seed-data-and-rules.md +122 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-switch-users/index.html +50 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-switch-users.md +78 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-use-admin-reads/index.html +54 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-how-to-use-admin-reads.md +85 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-api/index.html +5019 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-api.md +4060 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-divergences/index.html +125 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-divergences.md +151 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-error-codes/index.html +110 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-error-codes.md +118 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-internal-protocol/index.html +72 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-internal-protocol.md +109 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-sandbox-and-context/index.html +90 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-sandbox-and-context.md +140 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-sandbox-event/index.html +146 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-sandbox-event.md +204 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-snapshot-and-admin/index.html +53 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-reference-snapshot-and-admin.md +89 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-tutorials-01-your-first-sandbox-session/index.html +115 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox-tutorials-01-your-first-sandbox-session.md +176 -0
- package/dist/serve/docs-ui/docs/pyric-sandbox.md +69 -0
- package/dist/serve/docs-ui/docs/pyric-storage/index.html +65 -0
- package/dist/serve/docs-ui/docs/pyric-storage-compat/index.html +676 -0
- package/dist/serve/docs-ui/docs/pyric-storage-compat.md +699 -0
- package/dist/serve/docs-ui/docs/pyric-storage-explanation-implementation-scope/index.html +52 -0
- package/dist/serve/docs-ui/docs/pyric-storage-explanation-implementation-scope.md +85 -0
- package/dist/serve/docs-ui/docs/pyric-storage-explanation-session-archive-use-case/index.html +58 -0
- package/dist/serve/docs-ui/docs/pyric-storage-explanation-session-archive-use-case.md +82 -0
- package/dist/serve/docs-ui/docs/pyric-storage-explanation-why-indexeddb/index.html +50 -0
- package/dist/serve/docs-ui/docs/pyric-storage-explanation-why-indexeddb.md +82 -0
- package/dist/serve/docs-ui/docs/pyric-storage-how-to-enforce-rules/index.html +120 -0
- package/dist/serve/docs-ui/docs/pyric-storage-how-to-enforce-rules.md +127 -0
- package/dist/serve/docs-ui/docs/pyric-storage-how-to-list-and-delete/index.html +53 -0
- package/dist/serve/docs-ui/docs/pyric-storage-how-to-list-and-delete.md +86 -0
- package/dist/serve/docs-ui/docs/pyric-storage-how-to-switch-backends/index.html +43 -0
- package/dist/serve/docs-ui/docs/pyric-storage-how-to-switch-backends.md +65 -0
- package/dist/serve/docs-ui/docs/pyric-storage-how-to-test-rule-expressions/index.html +70 -0
- package/dist/serve/docs-ui/docs/pyric-storage-how-to-test-rule-expressions.md +88 -0
- package/dist/serve/docs-ui/docs/pyric-storage-reference-api/index.html +2120 -0
- package/dist/serve/docs-ui/docs/pyric-storage-reference-api.md +1687 -0
- package/dist/serve/docs-ui/docs/pyric-storage-reference-conformance-gaps/index.html +137 -0
- package/dist/serve/docs-ui/docs/pyric-storage-reference-conformance-gaps.md +171 -0
- package/dist/serve/docs-ui/docs/pyric-storage-reference-error-codes/index.html +37 -0
- package/dist/serve/docs-ui/docs/pyric-storage-reference-error-codes.md +57 -0
- package/dist/serve/docs-ui/docs/pyric-storage-reference-rules-subset/index.html +96 -0
- package/dist/serve/docs-ui/docs/pyric-storage-reference-rules-subset.md +134 -0
- package/dist/serve/docs-ui/docs/pyric-storage-reference-storage-options/index.html +39 -0
- package/dist/serve/docs-ui/docs/pyric-storage-reference-storage-options.md +61 -0
- package/dist/serve/docs-ui/docs/pyric-storage.md +67 -0
- package/dist/serve/docs-ui/docs/pyric-ui-agents-reference-api/index.html +638 -0
- package/dist/serve/docs-ui/docs/pyric-ui-agents-reference-api.md +430 -0
- package/dist/serve/docs-ui/docs/pyric-ui-auth-hooks-reference-api/index.html +813 -0
- package/dist/serve/docs-ui/docs/pyric-ui-auth-hooks-reference-api.md +634 -0
- package/dist/serve/docs-ui/docs/pyric-ui-auth-reference-api/index.html +1708 -0
- package/dist/serve/docs-ui/docs/pyric-ui-auth-reference-api.md +1300 -0
- package/dist/serve/docs-ui/docs/pyric-ui-events-hooks-reference-api/index.html +177 -0
- package/dist/serve/docs-ui/docs/pyric-ui-events-hooks-reference-api.md +111 -0
- package/dist/serve/docs-ui/docs/pyric-ui-events-reference-api/index.html +1542 -0
- package/dist/serve/docs-ui/docs/pyric-ui-events-reference-api.md +903 -0
- package/dist/serve/docs-ui/docs/pyric-ui-firestore-hooks-reference-api/index.html +1024 -0
- package/dist/serve/docs-ui/docs/pyric-ui-firestore-hooks-reference-api.md +640 -0
- package/dist/serve/docs-ui/docs/pyric-ui-firestore-reference-api/index.html +2753 -0
- package/dist/serve/docs-ui/docs/pyric-ui-firestore-reference-api.md +2171 -0
- package/dist/serve/docs-ui/docs/pyric-ui-primitives-reference-api/index.html +1005 -0
- package/dist/serve/docs-ui/docs/pyric-ui-primitives-reference-api.md +693 -0
- package/dist/serve/docs-ui/docs/pyric-ui-rtdb-reference-api/index.html +1388 -0
- package/dist/serve/docs-ui/docs/pyric-ui-rtdb-reference-api.md +1340 -0
- package/dist/serve/docs-ui/docs/pyric-ui-rules-hooks-reference-api/index.html +131 -0
- package/dist/serve/docs-ui/docs/pyric-ui-rules-hooks-reference-api.md +76 -0
- package/dist/serve/docs-ui/docs/pyric-ui-rules-reference-api/index.html +648 -0
- package/dist/serve/docs-ui/docs/pyric-ui-rules-reference-api.md +508 -0
- package/dist/serve/docs-ui/docs/pyric-ui-storage-hooks-reference-api/index.html +1457 -0
- package/dist/serve/docs-ui/docs/pyric-ui-storage-hooks-reference-api.md +1029 -0
- package/dist/serve/docs-ui/docs/pyric-ui-storage-reference-api/index.html +2476 -0
- package/dist/serve/docs-ui/docs/pyric-ui-storage-reference-api.md +1919 -0
- package/dist/serve/docs-ui/docs/pyric-ui-traffic-hooks-reference-api/index.html +1241 -0
- package/dist/serve/docs-ui/docs/pyric-ui-traffic-hooks-reference-api.md +817 -0
- package/dist/serve/docs-ui/docs/pyric-ui-traffic-reference-api/index.html +2289 -0
- package/dist/serve/docs-ui/docs/pyric-ui-traffic-reference-api.md +1489 -0
- package/dist/serve/docs-ui/docs/read-a-denial/index.html +40 -0
- package/dist/serve/docs-ui/docs/read-a-denial.md +62 -0
- package/dist/serve/docs-ui/docs/receive-messages/index.html +28 -0
- package/dist/serve/docs-ui/docs/receive-messages.md +43 -0
- package/dist/serve/docs-ui/docs/rtdb-rules-in-typescript/index.html +67 -0
- package/dist/serve/docs-ui/docs/rtdb-rules-in-typescript.md +101 -0
- package/dist/serve/docs-ui/docs/rules-patterns/index.html +68 -0
- package/dist/serve/docs-ui/docs/rules-patterns.md +104 -0
- package/dist/serve/docs-ui/docs/rules-standard-library/index.html +87 -0
- package/dist/serve/docs-ui/docs/rules-standard-library.md +93 -0
- package/dist/serve/docs-ui/docs/run-ai-logic-locally/index.html +27 -0
- package/dist/serve/docs-ui/docs/run-ai-logic-locally.md +43 -0
- package/dist/serve/docs-ui/docs/secure-it-with-rules/index.html +69 -0
- package/dist/serve/docs-ui/docs/secure-it-with-rules.md +101 -0
- package/dist/serve/docs-ui/docs/see-whats-happening/index.html +73 -0
- package/dist/serve/docs-ui/docs/see-whats-happening.md +77 -0
- package/dist/serve/docs-ui/docs/set-up-the-project/index.html +14 -0
- package/dist/serve/docs-ui/docs/set-up-the-project.md +19 -0
- package/dist/serve/docs-ui/docs/set-up-your-agent/index.html +42 -0
- package/dist/serve/docs-ui/docs/set-up-your-agent.md +86 -0
- package/dist/serve/docs-ui/docs/shape-your-data/index.html +44 -0
- package/dist/serve/docs-ui/docs/shape-your-data.md +88 -0
- package/dist/serve/docs-ui/docs/ship-to-production/index.html +36 -0
- package/dist/serve/docs-ui/docs/ship-to-production.md +80 -0
- package/dist/serve/docs-ui/docs/sign-in-and-manage-users/index.html +31 -0
- package/dist/serve/docs-ui/docs/sign-in-and-manage-users.md +50 -0
- package/dist/serve/docs-ui/docs/simulate-and-lint/index.html +95 -0
- package/dist/serve/docs-ui/docs/simulate-and-lint.md +99 -0
- package/dist/serve/docs-ui/docs/skills/index.html +20 -0
- package/dist/serve/docs-ui/docs/skills.md +34 -0
- package/dist/serve/docs-ui/docs/start-building/index.html +32 -0
- package/dist/serve/docs-ui/docs/start-building.md +64 -0
- package/dist/serve/docs-ui/docs/store-and-query-data/index.html +16 -0
- package/dist/serve/docs-ui/docs/store-and-query-data.md +33 -0
- package/dist/serve/docs-ui/docs/store-files/index.html +13 -0
- package/dist/serve/docs-ui/docs/store-files.md +25 -0
- package/dist/serve/docs-ui/docs/sync-realtime-data/index.html +15 -0
- package/dist/serve/docs-ui/docs/sync-realtime-data.md +27 -0
- package/dist/serve/docs-ui/docs/test-in-node/index.html +74 -0
- package/dist/serve/docs-ui/docs/test-in-node.md +100 -0
- package/dist/serve/docs-ui/docs/ui/index.html +76 -0
- package/dist/serve/docs-ui/docs/ui-auth-authsigninhelper/index.html +194 -0
- package/dist/serve/docs-ui/docs/ui-auth-authsigninhelper.md +114 -0
- package/dist/serve/docs-ui/docs/ui-auth-authusers/index.html +263 -0
- package/dist/serve/docs-ui/docs/ui-auth-authusers.md +183 -0
- package/dist/serve/docs-ui/docs/ui-firestore-collectionlist/index.html +92 -0
- package/dist/serve/docs-ui/docs/ui-firestore-collectionlist.md +79 -0
- package/dist/serve/docs-ui/docs/ui-firestore-deletewithconfirm/index.html +128 -0
- package/dist/serve/docs-ui/docs/ui-firestore-deletewithconfirm.md +104 -0
- package/dist/serve/docs-ui/docs/ui-firestore-documenteditor/index.html +154 -0
- package/dist/serve/docs-ui/docs/ui-firestore-documenteditor.md +117 -0
- package/dist/serve/docs-ui/docs/ui-firestore-documentlist/index.html +132 -0
- package/dist/serve/docs-ui/docs/ui-firestore-documentlist.md +92 -0
- package/dist/serve/docs-ui/docs/ui-firestore-documentpreview/index.html +159 -0
- package/dist/serve/docs-ui/docs/ui-firestore-documentpreview.md +84 -0
- package/dist/serve/docs-ui/docs/ui-firestore-querybuilder/index.html +104 -0
- package/dist/serve/docs-ui/docs/ui-firestore-querybuilder.md +103 -0
- package/dist/serve/docs-ui/docs/ui-firestore-referencepicker/index.html +113 -0
- package/dist/serve/docs-ui/docs/ui-firestore-referencepicker.md +93 -0
- package/dist/serve/docs-ui/docs/ui-primitives-badge/index.html +56 -0
- package/dist/serve/docs-ui/docs/ui-primitives-badge.md +40 -0
- package/dist/serve/docs-ui/docs/ui-primitives-confirmdialog/index.html +140 -0
- package/dist/serve/docs-ui/docs/ui-primitives-confirmdialog.md +108 -0
- package/dist/serve/docs-ui/docs/ui-primitives-copybutton/index.html +58 -0
- package/dist/serve/docs-ui/docs/ui-primitives-copybutton.md +37 -0
- package/dist/serve/docs-ui/docs/ui-primitives-jsonview/index.html +58 -0
- package/dist/serve/docs-ui/docs/ui-primitives-jsonview.md +47 -0
- package/dist/serve/docs-ui/docs/ui-primitives-segmentedcontrol/index.html +70 -0
- package/dist/serve/docs-ui/docs/ui-primitives-segmentedcontrol.md +50 -0
- package/dist/serve/docs-ui/docs/ui-primitives-toast/index.html +87 -0
- package/dist/serve/docs-ui/docs/ui-primitives-toast.md +82 -0
- package/dist/serve/docs-ui/docs/ui-primitives-virtuallist/index.html +85 -0
- package/dist/serve/docs-ui/docs/ui-primitives-virtuallist.md +54 -0
- package/dist/serve/docs-ui/docs/ui-storage/index.html +150 -0
- package/dist/serve/docs-ui/docs/ui-storage-deleteselectionwithconfirm/index.html +126 -0
- package/dist/serve/docs-ui/docs/ui-storage-deleteselectionwithconfirm.md +88 -0
- package/dist/serve/docs-ui/docs/ui-storage-objectbrowser/index.html +137 -0
- package/dist/serve/docs-ui/docs/ui-storage-objectbrowser.md +90 -0
- package/dist/serve/docs-ui/docs/ui-storage-objectinspector/index.html +139 -0
- package/dist/serve/docs-ui/docs/ui-storage-objectinspector.md +93 -0
- package/dist/serve/docs-ui/docs/ui-storage-pathbreadcrumb/index.html +72 -0
- package/dist/serve/docs-ui/docs/ui-storage-pathbreadcrumb.md +57 -0
- package/dist/serve/docs-ui/docs/ui-storage-rules-aware-affordances/index.html +60 -0
- package/dist/serve/docs-ui/docs/ui-storage-rules-aware-affordances.md +52 -0
- package/dist/serve/docs-ui/docs/ui-storage-uploaddropzone/index.html +93 -0
- package/dist/serve/docs-ui/docs/ui-storage-uploaddropzone.md +78 -0
- package/dist/serve/docs-ui/docs/ui-storage-usestoragerulesgate/index.html +144 -0
- package/dist/serve/docs-ui/docs/ui-storage-usestoragerulesgate.md +101 -0
- package/dist/serve/docs-ui/docs/ui-storage.md +165 -0
- package/dist/serve/docs-ui/docs/ui-traffic/index.html +88 -0
- package/dist/serve/docs-ui/docs/ui-traffic-ruleheatmap/index.html +79 -0
- package/dist/serve/docs-ui/docs/ui-traffic-ruleheatmap.md +60 -0
- package/dist/serve/docs-ui/docs/ui-traffic-trafficdetail/index.html +78 -0
- package/dist/serve/docs-ui/docs/ui-traffic-trafficdetail.md +59 -0
- package/dist/serve/docs-ui/docs/ui-traffic-trafficlog/index.html +118 -0
- package/dist/serve/docs-ui/docs/ui-traffic-trafficlog.md +69 -0
- package/dist/serve/docs-ui/docs/ui-traffic-trafficstats/index.html +51 -0
- package/dist/serve/docs-ui/docs/ui-traffic-trafficstats.md +46 -0
- package/dist/serve/docs-ui/docs/ui-traffic.md +102 -0
- package/dist/serve/docs-ui/docs/ui.md +90 -0
- package/dist/serve/docs-ui/docs/watch-and-review/index.html +25 -0
- package/dist/serve/docs-ui/docs/watch-and-review.md +40 -0
- package/dist/serve/docs-ui/docs/what-your-agent-can-do/index.html +81 -0
- package/dist/serve/docs-ui/docs/what-your-agent-can-do.md +78 -0
- package/dist/serve/docs-ui/docs/whats-experimental/index.html +22 -0
- package/dist/serve/docs-ui/docs/whats-experimental.md +33 -0
- package/dist/serve/docs-ui/docs/whats-possible/index.html +63 -0
- package/dist/serve/docs-ui/docs/whats-possible.md +53 -0
- package/dist/serve/docs-ui/docs/which-data-service/index.html +8 -0
- package/dist/serve/docs-ui/docs/which-data-service.md +11 -0
- package/dist/serve/docs-ui/docs/write-a-rules-test-suite/index.html +85 -0
- package/dist/serve/docs-ui/docs/write-a-rules-test-suite.md +119 -0
- package/dist/serve/docs-ui/index.html +1 -0
- package/dist/serve/docs-ui/llms.txt +308 -0
- package/dist/serve/entries/ai.d.ts +4 -0
- package/dist/serve/entries/ai.d.ts.map +1 -0
- package/dist/serve/entries/ai.js +184 -0
- package/dist/serve/entries/ai.js.map +1 -0
- package/dist/serve/entries/app-backend.d.ts +2 -0
- package/dist/serve/entries/app-backend.d.ts.map +1 -0
- package/dist/serve/entries/app-backend.js +4 -0
- package/dist/serve/entries/app-backend.js.map +1 -0
- package/dist/serve/entries/app-client.d.ts +5 -0
- package/dist/serve/entries/app-client.d.ts.map +1 -0
- package/dist/serve/entries/app-client.js +23 -0
- package/dist/serve/entries/app-client.js.map +1 -0
- package/dist/serve/entries/app-session-store.d.ts +14 -0
- package/dist/serve/entries/app-session-store.d.ts.map +1 -0
- package/dist/serve/entries/app-session-store.js +37 -0
- package/dist/serve/entries/app-session-store.js.map +1 -0
- package/dist/serve/entries/app.d.ts +2 -0
- package/dist/serve/entries/app.d.ts.map +1 -0
- package/dist/serve/entries/app.js +10 -0
- package/dist/serve/entries/app.js.map +1 -0
- package/dist/serve/entries/auth-helper-core.d.ts +52 -0
- package/dist/serve/entries/auth-helper-core.d.ts.map +1 -0
- package/dist/serve/entries/auth-helper-core.js +118 -0
- package/dist/serve/entries/auth-helper-core.js.map +1 -0
- package/dist/serve/entries/auth-helper-dom.d.ts +14 -0
- package/dist/serve/entries/auth-helper-dom.d.ts.map +1 -0
- package/dist/serve/entries/auth-helper-dom.js +116 -0
- package/dist/serve/entries/auth-helper-dom.js.map +1 -0
- package/dist/serve/entries/auth-helper-runtime.d.ts +5 -0
- package/dist/serve/entries/auth-helper-runtime.d.ts.map +1 -0
- package/dist/serve/entries/auth-helper-runtime.js +11 -0
- package/dist/serve/entries/auth-helper-runtime.js.map +1 -0
- package/dist/serve/entries/auth.d.ts +77 -0
- package/dist/serve/entries/auth.d.ts.map +1 -0
- package/dist/serve/entries/auth.js +201 -0
- package/dist/serve/entries/auth.js.map +1 -0
- package/dist/serve/entries/bridge-url.d.ts +25 -0
- package/dist/serve/entries/bridge-url.d.ts.map +1 -0
- package/dist/serve/entries/bridge-url.js +30 -0
- package/dist/serve/entries/bridge-url.js.map +1 -0
- package/dist/serve/entries/database.d.ts +46 -0
- package/dist/serve/entries/database.d.ts.map +1 -0
- package/dist/serve/entries/database.js +80 -0
- package/dist/serve/entries/database.js.map +1 -0
- package/dist/serve/entries/firestore.d.ts +104 -0
- package/dist/serve/entries/firestore.d.ts.map +1 -0
- package/dist/serve/entries/firestore.js +202 -0
- package/dist/serve/entries/firestore.js.map +1 -0
- package/dist/serve/entries/init.d.ts +2 -0
- package/dist/serve/entries/init.d.ts.map +1 -0
- package/dist/serve/entries/init.js +40 -0
- package/dist/serve/entries/init.js.map +1 -0
- package/dist/serve/entries/keepalive.d.ts +20 -0
- package/dist/serve/entries/keepalive.d.ts.map +1 -0
- package/dist/serve/entries/keepalive.js +38 -0
- package/dist/serve/entries/keepalive.js.map +1 -0
- package/dist/serve/entries/messaging-sw.d.ts +10 -0
- package/dist/serve/entries/messaging-sw.d.ts.map +1 -0
- package/dist/serve/entries/messaging-sw.js +36 -0
- package/dist/serve/entries/messaging-sw.js.map +1 -0
- package/dist/serve/entries/messaging.d.ts +11 -0
- package/dist/serve/entries/messaging.d.ts.map +1 -0
- package/dist/serve/entries/messaging.js +53 -0
- package/dist/serve/entries/messaging.js.map +1 -0
- package/dist/serve/entries/runtime.d.ts +46 -0
- package/dist/serve/entries/runtime.d.ts.map +1 -0
- package/dist/serve/entries/runtime.js +435 -0
- package/dist/serve/entries/runtime.js.map +1 -0
- package/dist/serve/entries/session-store.d.ts +48 -0
- package/dist/serve/entries/session-store.d.ts.map +1 -0
- package/dist/serve/entries/session-store.js +82 -0
- package/dist/serve/entries/session-store.js.map +1 -0
- package/dist/serve/entries/storage.d.ts +25 -0
- package/dist/serve/entries/storage.d.ts.map +1 -0
- package/dist/serve/entries/storage.js +61 -0
- package/dist/serve/entries/storage.js.map +1 -0
- package/dist/serve/entries/tab-sync-wiring.d.ts +88 -0
- package/dist/serve/entries/tab-sync-wiring.d.ts.map +1 -0
- package/dist/serve/entries/tab-sync-wiring.js +217 -0
- package/dist/serve/entries/tab-sync-wiring.js.map +1 -0
- package/dist/serve/entries/worker-runtime.d.ts +10 -0
- package/dist/serve/entries/worker-runtime.d.ts.map +1 -0
- package/dist/serve/entries/worker-runtime.js +59 -0
- package/dist/serve/entries/worker-runtime.js.map +1 -0
- package/dist/serve/init-payload.d.ts +21 -0
- package/dist/serve/init-payload.d.ts.map +1 -0
- package/dist/serve/init-payload.js +2 -0
- package/dist/serve/init-payload.js.map +1 -0
- package/dist/serve/namespace.d.ts +73 -0
- package/dist/serve/namespace.d.ts.map +1 -0
- package/dist/serve/namespace.js +470 -0
- package/dist/serve/namespace.js.map +1 -0
- package/dist/serve/open-browser.d.ts +23 -0
- package/dist/serve/open-browser.d.ts.map +1 -0
- package/dist/serve/open-browser.js +58 -0
- package/dist/serve/open-browser.js.map +1 -0
- package/dist/serve/rules.d.ts +77 -0
- package/dist/serve/rules.d.ts.map +1 -0
- package/dist/serve/rules.js +202 -0
- package/dist/serve/rules.js.map +1 -0
- package/dist/serve/sandbox-marker.d.ts +9 -0
- package/dist/serve/sandbox-marker.d.ts.map +1 -0
- package/dist/serve/sandbox-marker.js +31 -0
- package/dist/serve/sandbox-marker.js.map +1 -0
- package/dist/serve/server.d.ts +135 -0
- package/dist/serve/server.d.ts.map +1 -0
- package/dist/serve/server.js +328 -0
- package/dist/serve/server.js.map +1 -0
- package/dist/serve/standalone-assets.d.ts +67 -0
- package/dist/serve/standalone-assets.d.ts.map +1 -0
- package/dist/serve/standalone-assets.js +134 -0
- package/dist/serve/standalone-assets.js.map +1 -0
- package/dist/serve/state-store.d.ts +45 -0
- package/dist/serve/state-store.d.ts.map +1 -0
- package/dist/serve/state-store.js +120 -0
- package/dist/serve/state-store.js.map +1 -0
- package/dist/serve/studio/disk-project-store.d.ts +9 -0
- package/dist/serve/studio/disk-project-store.d.ts.map +1 -0
- package/dist/serve/studio/disk-project-store.js +173 -0
- package/dist/serve/studio/disk-project-store.js.map +1 -0
- package/dist/serve/studio/disk-workspace.d.ts +14 -0
- package/dist/serve/studio/disk-workspace.d.ts.map +1 -0
- package/dist/serve/studio/disk-workspace.js +152 -0
- package/dist/serve/studio/disk-workspace.js.map +1 -0
- package/dist/serve/studio/index.d.ts +10 -0
- package/dist/serve/studio/index.d.ts.map +1 -0
- package/dist/serve/studio/index.js +9 -0
- package/dist/serve/studio/index.js.map +1 -0
- package/dist/serve/studio/routes.d.ts +40 -0
- package/dist/serve/studio/routes.d.ts.map +1 -0
- package/dist/serve/studio/routes.js +182 -0
- package/dist/serve/studio/routes.js.map +1 -0
- package/dist/serve/studio/store-types.d.ts +45 -0
- package/dist/serve/studio/store-types.d.ts.map +1 -0
- package/dist/serve/studio/store-types.js +11 -0
- package/dist/serve/studio/store-types.js.map +1 -0
- package/dist/serve/studio-ui/assets/RulesCodeEditor-BZpD57II.js +23 -0
- package/dist/serve/studio-ui/assets/index-Bsa-TQNK.css +1 -0
- package/dist/serve/studio-ui/assets/index-DGaVuOhE.js +1211 -0
- package/dist/serve/studio-ui/assets/seed-CTmn6YuO.js +2 -0
- package/dist/serve/studio-ui/index.html +32 -0
- package/dist/serve/studio-ui/pyric-logo.svg +76 -0
- package/dist/serve/vite-plugin.d.ts +57 -0
- package/dist/serve/vite-plugin.d.ts.map +1 -0
- package/dist/serve/vite-plugin.js +658 -0
- package/dist/serve/vite-plugin.js.map +1 -0
- package/dist/serve/worker/client/admin-firestore.d.ts +18 -0
- package/dist/serve/worker/client/admin-firestore.d.ts.map +1 -0
- package/dist/serve/worker/client/admin-firestore.js +26 -0
- package/dist/serve/worker/client/admin-firestore.js.map +1 -0
- package/dist/serve/worker/client/ai.d.ts +31 -0
- package/dist/serve/worker/client/ai.d.ts.map +1 -0
- package/dist/serve/worker/client/ai.js +89 -0
- package/dist/serve/worker/client/ai.js.map +1 -0
- package/dist/serve/worker/client/auth.d.ts +168 -0
- package/dist/serve/worker/client/auth.d.ts.map +1 -0
- package/dist/serve/worker/client/auth.js +322 -0
- package/dist/serve/worker/client/auth.js.map +1 -0
- package/dist/serve/worker/client/connection.d.ts +80 -0
- package/dist/serve/worker/client/connection.d.ts.map +1 -0
- package/dist/serve/worker/client/connection.js +148 -0
- package/dist/serve/worker/client/connection.js.map +1 -0
- package/dist/serve/worker/client/core.d.ts +109 -0
- package/dist/serve/worker/client/core.d.ts.map +1 -0
- package/dist/serve/worker/client/core.js +248 -0
- package/dist/serve/worker/client/core.js.map +1 -0
- package/dist/serve/worker/client/disconnect.d.ts +7 -0
- package/dist/serve/worker/client/disconnect.d.ts.map +1 -0
- package/dist/serve/worker/client/disconnect.js +26 -0
- package/dist/serve/worker/client/disconnect.js.map +1 -0
- package/dist/serve/worker/client/firestore-reads.d.ts +49 -0
- package/dist/serve/worker/client/firestore-reads.d.ts.map +1 -0
- package/dist/serve/worker/client/firestore-reads.js +139 -0
- package/dist/serve/worker/client/firestore-reads.js.map +1 -0
- package/dist/serve/worker/client/firestore-refs.d.ts +54 -0
- package/dist/serve/worker/client/firestore-refs.d.ts.map +1 -0
- package/dist/serve/worker/client/firestore-refs.js +167 -0
- package/dist/serve/worker/client/firestore-refs.js.map +1 -0
- package/dist/serve/worker/client/firestore-writes.d.ts +70 -0
- package/dist/serve/worker/client/firestore-writes.d.ts.map +1 -0
- package/dist/serve/worker/client/firestore-writes.js +169 -0
- package/dist/serve/worker/client/firestore-writes.js.map +1 -0
- package/dist/serve/worker/client/handles.d.ts +73 -0
- package/dist/serve/worker/client/handles.d.ts.map +1 -0
- package/dist/serve/worker/client/handles.js +4 -0
- package/dist/serve/worker/client/handles.js.map +1 -0
- package/dist/serve/worker/client/messaging.d.ts +16 -0
- package/dist/serve/worker/client/messaging.d.ts.map +1 -0
- package/dist/serve/worker/client/messaging.js +60 -0
- package/dist/serve/worker/client/messaging.js.map +1 -0
- package/dist/serve/worker/client/presence.d.ts +43 -0
- package/dist/serve/worker/client/presence.d.ts.map +1 -0
- package/dist/serve/worker/client/presence.js +132 -0
- package/dist/serve/worker/client/presence.js.map +1 -0
- package/dist/serve/worker/client/rtdb.d.ts +36 -0
- package/dist/serve/worker/client/rtdb.d.ts.map +1 -0
- package/dist/serve/worker/client/rtdb.js +241 -0
- package/dist/serve/worker/client/rtdb.js.map +1 -0
- package/dist/serve/worker/client/rules.d.ts +24 -0
- package/dist/serve/worker/client/rules.d.ts.map +1 -0
- package/dist/serve/worker/client/rules.js +44 -0
- package/dist/serve/worker/client/rules.js.map +1 -0
- package/dist/serve/worker/client/service-worker-connection.d.ts +3 -0
- package/dist/serve/worker/client/service-worker-connection.d.ts.map +1 -0
- package/dist/serve/worker/client/service-worker-connection.js +53 -0
- package/dist/serve/worker/client/service-worker-connection.js.map +1 -0
- package/dist/serve/worker/client/snapshots.d.ts +32 -0
- package/dist/serve/worker/client/snapshots.d.ts.map +1 -0
- package/dist/serve/worker/client/snapshots.js +46 -0
- package/dist/serve/worker/client/snapshots.js.map +1 -0
- package/dist/serve/worker/client/storage.d.ts +64 -0
- package/dist/serve/worker/client/storage.d.ts.map +1 -0
- package/dist/serve/worker/client/storage.js +125 -0
- package/dist/serve/worker/client/storage.js.map +1 -0
- package/dist/serve/worker/client/studio.d.ts +32 -0
- package/dist/serve/worker/client/studio.d.ts.map +1 -0
- package/dist/serve/worker/client/studio.js +61 -0
- package/dist/serve/worker/client/studio.js.map +1 -0
- package/dist/serve/worker/client.d.ts +43 -0
- package/dist/serve/worker/client.d.ts.map +1 -0
- package/dist/serve/worker/client.js +44 -0
- package/dist/serve/worker/client.js.map +1 -0
- package/dist/serve/worker/entry.d.ts +40 -0
- package/dist/serve/worker/entry.d.ts.map +1 -0
- package/dist/serve/worker/entry.js +144 -0
- package/dist/serve/worker/entry.js.map +1 -0
- package/dist/serve/worker/host/admin-firestore.d.ts +17 -0
- package/dist/serve/worker/host/admin-firestore.d.ts.map +1 -0
- package/dist/serve/worker/host/admin-firestore.js +92 -0
- package/dist/serve/worker/host/admin-firestore.js.map +1 -0
- package/dist/serve/worker/host/connection.d.ts +40 -0
- package/dist/serve/worker/host/connection.d.ts.map +1 -0
- package/dist/serve/worker/host/connection.js +153 -0
- package/dist/serve/worker/host/connection.js.map +1 -0
- package/dist/serve/worker/host/core.d.ts +159 -0
- package/dist/serve/worker/host/core.d.ts.map +1 -0
- package/dist/serve/worker/host/core.js +296 -0
- package/dist/serve/worker/host/core.js.map +1 -0
- package/dist/serve/worker/host/dispatch.d.ts +34 -0
- package/dist/serve/worker/host/dispatch.d.ts.map +1 -0
- package/dist/serve/worker/host/dispatch.js +267 -0
- package/dist/serve/worker/host/dispatch.js.map +1 -0
- package/dist/serve/worker/host/firestore-reads.d.ts +17 -0
- package/dist/serve/worker/host/firestore-reads.d.ts.map +1 -0
- package/dist/serve/worker/host/firestore-reads.js +108 -0
- package/dist/serve/worker/host/firestore-reads.js.map +1 -0
- package/dist/serve/worker/host/firestore-writes.d.ts +37 -0
- package/dist/serve/worker/host/firestore-writes.d.ts.map +1 -0
- package/dist/serve/worker/host/firestore-writes.js +409 -0
- package/dist/serve/worker/host/firestore-writes.js.map +1 -0
- package/dist/serve/worker/host/presence.d.ts +38 -0
- package/dist/serve/worker/host/presence.d.ts.map +1 -0
- package/dist/serve/worker/host/presence.js +280 -0
- package/dist/serve/worker/host/presence.js.map +1 -0
- package/dist/serve/worker/host/rtdb.d.ts +18 -0
- package/dist/serve/worker/host/rtdb.d.ts.map +1 -0
- package/dist/serve/worker/host/rtdb.js +128 -0
- package/dist/serve/worker/host/rtdb.js.map +1 -0
- package/dist/serve/worker/host/rules.d.ts +17 -0
- package/dist/serve/worker/host/rules.d.ts.map +1 -0
- package/dist/serve/worker/host/rules.js +118 -0
- package/dist/serve/worker/host/rules.js.map +1 -0
- package/dist/serve/worker/host/storage.d.ts +19 -0
- package/dist/serve/worker/host/storage.d.ts.map +1 -0
- package/dist/serve/worker/host/storage.js +260 -0
- package/dist/serve/worker/host/storage.js.map +1 -0
- package/dist/serve/worker/host/studio.d.ts +13 -0
- package/dist/serve/worker/host/studio.d.ts.map +1 -0
- package/dist/serve/worker/host/studio.js +30 -0
- package/dist/serve/worker/host/studio.js.map +1 -0
- package/dist/serve/worker/host/subscriptions.d.ts +21 -0
- package/dist/serve/worker/host/subscriptions.d.ts.map +1 -0
- package/dist/serve/worker/host/subscriptions.js +162 -0
- package/dist/serve/worker/host/subscriptions.js.map +1 -0
- package/dist/serve/worker/host-ai.d.ts +59 -0
- package/dist/serve/worker/host-ai.d.ts.map +1 -0
- package/dist/serve/worker/host-ai.js +158 -0
- package/dist/serve/worker/host-ai.js.map +1 -0
- package/dist/serve/worker/host-auth.d.ts +47 -0
- package/dist/serve/worker/host-auth.d.ts.map +1 -0
- package/dist/serve/worker/host-auth.js +464 -0
- package/dist/serve/worker/host-auth.js.map +1 -0
- package/dist/serve/worker/host-context.d.ts +220 -0
- package/dist/serve/worker/host-context.d.ts.map +1 -0
- package/dist/serve/worker/host-context.js +45 -0
- package/dist/serve/worker/host-context.js.map +1 -0
- package/dist/serve/worker/host-events.d.ts +21 -0
- package/dist/serve/worker/host-events.d.ts.map +1 -0
- package/dist/serve/worker/host-events.js +87 -0
- package/dist/serve/worker/host-events.js.map +1 -0
- package/dist/serve/worker/host-messaging.d.ts +60 -0
- package/dist/serve/worker/host-messaging.d.ts.map +1 -0
- package/dist/serve/worker/host-messaging.js +226 -0
- package/dist/serve/worker/host-messaging.js.map +1 -0
- package/dist/serve/worker/host.d.ts +36 -0
- package/dist/serve/worker/host.d.ts.map +1 -0
- package/dist/serve/worker/host.js +39 -0
- package/dist/serve/worker/host.js.map +1 -0
- package/dist/serve/worker/index.d.ts +22 -0
- package/dist/serve/worker/index.d.ts.map +1 -0
- package/dist/serve/worker/index.js +61 -0
- package/dist/serve/worker/index.js.map +1 -0
- package/dist/serve/worker/presence-timing.d.ts +14 -0
- package/dist/serve/worker/presence-timing.d.ts.map +1 -0
- package/dist/serve/worker/presence-timing.js +14 -0
- package/dist/serve/worker/presence-timing.js.map +1 -0
- package/dist/serve/worker/protocol.d.ts +1150 -0
- package/dist/serve/worker/protocol.d.ts.map +1 -0
- package/dist/serve/worker/protocol.js +228 -0
- package/dist/serve/worker/protocol.js.map +1 -0
- package/dist/serve/worker/serve-init.d.ts +201 -0
- package/dist/serve/worker/serve-init.d.ts.map +1 -0
- package/dist/serve/worker/serve-init.js +579 -0
- package/dist/serve/worker/serve-init.js.map +1 -0
- package/dist/serve/worker/service-worker-channel.d.ts +23 -0
- package/dist/serve/worker/service-worker-channel.d.ts.map +1 -0
- package/dist/serve/worker/service-worker-channel.js +9 -0
- package/dist/serve/worker/service-worker-channel.js.map +1 -0
- package/dist/serve/worker/service-worker-relay.d.ts +22 -0
- package/dist/serve/worker/service-worker-relay.d.ts.map +1 -0
- package/dist/serve/worker/service-worker-relay.js +63 -0
- package/dist/serve/worker/service-worker-relay.js.map +1 -0
- package/dist/serve/writer-lock.d.ts +32 -0
- package/dist/serve/writer-lock.d.ts.map +1 -0
- package/dist/serve/writer-lock.js +43 -0
- package/dist/serve/writer-lock.js.map +1 -0
- package/dist/verify/cases.d.ts +37 -0
- package/dist/verify/cases.d.ts.map +1 -0
- package/dist/verify/cases.js +173 -0
- package/dist/verify/cases.js.map +1 -0
- package/dist/verify/fixture.d.ts +100 -0
- package/dist/verify/fixture.d.ts.map +1 -0
- package/dist/verify/fixture.js +156 -0
- package/dist/verify/fixture.js.map +1 -0
- package/dist/verify/index.d.ts +102 -0
- package/dist/verify/index.d.ts.map +1 -0
- package/dist/verify/index.js +318 -0
- package/dist/verify/index.js.map +1 -0
- package/dist/verify/tools.d.ts +7 -0
- package/dist/verify/tools.d.ts.map +1 -0
- package/dist/verify/tools.js +83 -0
- package/dist/verify/tools.js.map +1 -0
- package/dist/version/compat-target.d.ts +18 -0
- package/dist/version/compat-target.d.ts.map +1 -0
- package/dist/version/compat-target.js +18 -0
- package/dist/version/compat-target.js.map +1 -0
- package/dist/vite.d.ts +12 -0
- package/dist/vite.d.ts.map +1 -0
- package/dist/vite.js +16 -0
- package/dist/vite.js.map +1 -0
- package/package.json +133 -0
|
@@ -0,0 +1,1554 @@
|
|
|
1
|
+
|
|
2
|
+
<!-- Generated from published package declarations via TypeDoc. Do not edit by hand; run bun run docs:api:generate. -->
|
|
3
|
+
|
|
4
|
+
## Classes
|
|
5
|
+
|
|
6
|
+
<a id="assurancecampaignstore"></a>
|
|
7
|
+
|
|
8
|
+
### AssuranceCampaignStore
|
|
9
|
+
|
|
10
|
+
#### Constructors
|
|
11
|
+
|
|
12
|
+
<a id="constructor"></a>
|
|
13
|
+
|
|
14
|
+
##### Constructor
|
|
15
|
+
|
|
16
|
+
```ts
|
|
17
|
+
new AssuranceCampaignStore(): AssuranceCampaignStore;
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
###### Returns
|
|
21
|
+
|
|
22
|
+
[`AssuranceCampaignStore`](#assurancecampaignstore)
|
|
23
|
+
|
|
24
|
+
#### Methods
|
|
25
|
+
|
|
26
|
+
<a id="create"></a>
|
|
27
|
+
|
|
28
|
+
##### create()
|
|
29
|
+
|
|
30
|
+
```ts
|
|
31
|
+
create(campaign: AuthorizationCampaign): void;
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
###### Parameters
|
|
35
|
+
|
|
36
|
+
| Parameter | Type |
|
|
37
|
+
| :------ | :------ |
|
|
38
|
+
| `campaign` | [`AuthorizationCampaign`](#authorizationcampaign) |
|
|
39
|
+
|
|
40
|
+
###### Returns
|
|
41
|
+
|
|
42
|
+
`void`
|
|
43
|
+
|
|
44
|
+
<a id="get"></a>
|
|
45
|
+
|
|
46
|
+
##### get()
|
|
47
|
+
|
|
48
|
+
```ts
|
|
49
|
+
get(id: string): AuthorizationCampaign;
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
###### Parameters
|
|
53
|
+
|
|
54
|
+
| Parameter | Type |
|
|
55
|
+
| :------ | :------ |
|
|
56
|
+
| `id` | `string` |
|
|
57
|
+
|
|
58
|
+
###### Returns
|
|
59
|
+
|
|
60
|
+
[`AuthorizationCampaign`](#authorizationcampaign)
|
|
61
|
+
|
|
62
|
+
<a id="publish"></a>
|
|
63
|
+
|
|
64
|
+
##### publish()
|
|
65
|
+
|
|
66
|
+
```ts
|
|
67
|
+
publish(campaign: AuthorizationCampaign): void;
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
###### Parameters
|
|
71
|
+
|
|
72
|
+
| Parameter | Type |
|
|
73
|
+
| :------ | :------ |
|
|
74
|
+
| `campaign` | [`AuthorizationCampaign`](#authorizationcampaign) |
|
|
75
|
+
|
|
76
|
+
###### Returns
|
|
77
|
+
|
|
78
|
+
`void`
|
|
79
|
+
|
|
80
|
+
<a id="subscribe"></a>
|
|
81
|
+
|
|
82
|
+
##### subscribe()
|
|
83
|
+
|
|
84
|
+
```ts
|
|
85
|
+
subscribe(listener: (campaign: AssuranceVisualizationSnapshot) => void): () => void;
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
###### Parameters
|
|
89
|
+
|
|
90
|
+
| Parameter | Type |
|
|
91
|
+
| :------ | :------ |
|
|
92
|
+
| `listener` | (`campaign`: [`AssuranceVisualizationSnapshot`](#assurancevisualizationsnapshot)) => `void` |
|
|
93
|
+
|
|
94
|
+
###### Returns
|
|
95
|
+
|
|
96
|
+
```ts
|
|
97
|
+
(): void;
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
###### Returns
|
|
101
|
+
|
|
102
|
+
`void`
|
|
103
|
+
|
|
104
|
+
***
|
|
105
|
+
|
|
106
|
+
<a id="assuranceinputerror"></a>
|
|
107
|
+
|
|
108
|
+
### AssuranceInputError
|
|
109
|
+
|
|
110
|
+
#### Extends
|
|
111
|
+
|
|
112
|
+
- `Error`
|
|
113
|
+
|
|
114
|
+
#### Constructors
|
|
115
|
+
|
|
116
|
+
<a id="constructor-1"></a>
|
|
117
|
+
|
|
118
|
+
##### Constructor
|
|
119
|
+
|
|
120
|
+
```ts
|
|
121
|
+
new AssuranceInputError(message?: string): AssuranceInputError;
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
###### Parameters
|
|
125
|
+
|
|
126
|
+
| Parameter | Type |
|
|
127
|
+
| :------ | :------ |
|
|
128
|
+
| `message?` | `string` |
|
|
129
|
+
|
|
130
|
+
###### Returns
|
|
131
|
+
|
|
132
|
+
[`AssuranceInputError`](#assuranceinputerror)
|
|
133
|
+
|
|
134
|
+
###### Inherited from
|
|
135
|
+
|
|
136
|
+
```ts
|
|
137
|
+
Error.constructor
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
##### Constructor
|
|
141
|
+
|
|
142
|
+
```ts
|
|
143
|
+
new AssuranceInputError(message?: string, options?: ErrorOptions): AssuranceInputError;
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
###### Parameters
|
|
147
|
+
|
|
148
|
+
| Parameter | Type |
|
|
149
|
+
| :------ | :------ |
|
|
150
|
+
| `message?` | `string` |
|
|
151
|
+
| `options?` | `ErrorOptions` |
|
|
152
|
+
|
|
153
|
+
###### Returns
|
|
154
|
+
|
|
155
|
+
[`AssuranceInputError`](#assuranceinputerror)
|
|
156
|
+
|
|
157
|
+
###### Inherited from
|
|
158
|
+
|
|
159
|
+
```ts
|
|
160
|
+
Error.constructor
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
#### Properties
|
|
164
|
+
|
|
165
|
+
| Property | Modifier | Type | Default value |
|
|
166
|
+
| :------ | :------ | :------ | :------ |
|
|
167
|
+
| <a id="code"></a> `code` | `readonly` | `"ASSURANCE_INVALID_INPUT"` | `"ASSURANCE_INVALID_INPUT"` |
|
|
168
|
+
|
|
169
|
+
***
|
|
170
|
+
|
|
171
|
+
<a id="authorizationcampaign"></a>
|
|
172
|
+
|
|
173
|
+
### AuthorizationCampaign
|
|
174
|
+
|
|
175
|
+
#### Constructors
|
|
176
|
+
|
|
177
|
+
<a id="constructor-2"></a>
|
|
178
|
+
|
|
179
|
+
##### Constructor
|
|
180
|
+
|
|
181
|
+
```ts
|
|
182
|
+
new AuthorizationCampaign(options: CreateAuthorizationCampaignOptions): AuthorizationCampaign;
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
###### Parameters
|
|
186
|
+
|
|
187
|
+
| Parameter | Type |
|
|
188
|
+
| :------ | :------ |
|
|
189
|
+
| `options` | [`CreateAuthorizationCampaignOptions`](#createauthorizationcampaignoptions) |
|
|
190
|
+
|
|
191
|
+
###### Returns
|
|
192
|
+
|
|
193
|
+
[`AuthorizationCampaign`](#authorizationcampaign)
|
|
194
|
+
|
|
195
|
+
#### Properties
|
|
196
|
+
|
|
197
|
+
| Property | Modifier | Type |
|
|
198
|
+
| :------ | :------ | :------ |
|
|
199
|
+
| <a id="context"></a> `context` | `readonly` | [`AssuranceCampaignContext`](#assurancecampaigncontext) |
|
|
200
|
+
| <a id="id"></a> `id` | `readonly` | `string` |
|
|
201
|
+
| <a id="maxruns"></a> `maxRuns` | `readonly` | `number` |
|
|
202
|
+
| <a id="target"></a> `target` | `readonly` | [`LocalFirebaseTarget`](#localfirebasetarget) |
|
|
203
|
+
|
|
204
|
+
#### Accessors
|
|
205
|
+
|
|
206
|
+
<a id="observations"></a>
|
|
207
|
+
|
|
208
|
+
##### observations
|
|
209
|
+
|
|
210
|
+
###### Get Signature
|
|
211
|
+
|
|
212
|
+
```ts
|
|
213
|
+
get observations(): AssuranceObservation[];
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
###### Returns
|
|
217
|
+
|
|
218
|
+
[`AssuranceObservation`](#assuranceobservation)[]
|
|
219
|
+
|
|
220
|
+
<a id="report"></a>
|
|
221
|
+
|
|
222
|
+
##### report
|
|
223
|
+
|
|
224
|
+
###### Get Signature
|
|
225
|
+
|
|
226
|
+
```ts
|
|
227
|
+
get report(): AuthorizationCampaignReport;
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
###### Returns
|
|
231
|
+
|
|
232
|
+
[`AuthorizationCampaignReport`](#authorizationcampaignreport-1)
|
|
233
|
+
|
|
234
|
+
#### Methods
|
|
235
|
+
|
|
236
|
+
<a id="addactor"></a>
|
|
237
|
+
|
|
238
|
+
##### addActor()
|
|
239
|
+
|
|
240
|
+
```ts
|
|
241
|
+
addActor(actor: AssuranceActor): AssuranceActor;
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
###### Parameters
|
|
245
|
+
|
|
246
|
+
| Parameter | Type |
|
|
247
|
+
| :------ | :------ |
|
|
248
|
+
| `actor` | [`AssuranceActor`](#assuranceactor) |
|
|
249
|
+
|
|
250
|
+
###### Returns
|
|
251
|
+
|
|
252
|
+
[`AssuranceActor`](#assuranceactor)
|
|
253
|
+
|
|
254
|
+
<a id="addinvariant"></a>
|
|
255
|
+
|
|
256
|
+
##### addInvariant()
|
|
257
|
+
|
|
258
|
+
```ts
|
|
259
|
+
addInvariant(invariant: SecurityInvariant): SecurityInvariant;
|
|
260
|
+
```
|
|
261
|
+
|
|
262
|
+
###### Parameters
|
|
263
|
+
|
|
264
|
+
| Parameter | Type |
|
|
265
|
+
| :------ | :------ |
|
|
266
|
+
| `invariant` | [`SecurityInvariant`](#securityinvariant) |
|
|
267
|
+
|
|
268
|
+
###### Returns
|
|
269
|
+
|
|
270
|
+
[`SecurityInvariant`](#securityinvariant)
|
|
271
|
+
|
|
272
|
+
<a id="addobservation"></a>
|
|
273
|
+
|
|
274
|
+
##### addObservation()
|
|
275
|
+
|
|
276
|
+
```ts
|
|
277
|
+
addObservation(observation: AssuranceObservation): AssuranceObservation;
|
|
278
|
+
```
|
|
279
|
+
|
|
280
|
+
###### Parameters
|
|
281
|
+
|
|
282
|
+
| Parameter | Type |
|
|
283
|
+
| :------ | :------ |
|
|
284
|
+
| `observation` | [`AssuranceObservation`](#assuranceobservation) |
|
|
285
|
+
|
|
286
|
+
###### Returns
|
|
287
|
+
|
|
288
|
+
[`AssuranceObservation`](#assuranceobservation)
|
|
289
|
+
|
|
290
|
+
<a id="addprobe"></a>
|
|
291
|
+
|
|
292
|
+
##### addProbe()
|
|
293
|
+
|
|
294
|
+
```ts
|
|
295
|
+
addProbe(probe: AssuranceProbe): AssuranceProbe;
|
|
296
|
+
```
|
|
297
|
+
|
|
298
|
+
###### Parameters
|
|
299
|
+
|
|
300
|
+
| Parameter | Type |
|
|
301
|
+
| :------ | :------ |
|
|
302
|
+
| `probe` | [`AssuranceProbe`](#assuranceprobe) |
|
|
303
|
+
|
|
304
|
+
###### Returns
|
|
305
|
+
|
|
306
|
+
[`AssuranceProbe`](#assuranceprobe)
|
|
307
|
+
|
|
308
|
+
<a id="export"></a>
|
|
309
|
+
|
|
310
|
+
##### export()
|
|
311
|
+
|
|
312
|
+
```ts
|
|
313
|
+
export(): CampaignExport;
|
|
314
|
+
```
|
|
315
|
+
|
|
316
|
+
###### Returns
|
|
317
|
+
|
|
318
|
+
[`CampaignExport`](#campaignexport)
|
|
319
|
+
|
|
320
|
+
<a id="exportsecuritycases"></a>
|
|
321
|
+
|
|
322
|
+
##### exportSecurityCases()
|
|
323
|
+
|
|
324
|
+
```ts
|
|
325
|
+
exportSecurityCases(options?: {
|
|
326
|
+
includeCandidates?: boolean;
|
|
327
|
+
}): SecurityCase[];
|
|
328
|
+
```
|
|
329
|
+
|
|
330
|
+
###### Parameters
|
|
331
|
+
|
|
332
|
+
| Parameter | Type |
|
|
333
|
+
| :------ | :------ |
|
|
334
|
+
| `options?` | \{ `includeCandidates?`: `boolean`; \} |
|
|
335
|
+
| `options.includeCandidates?` | `boolean` |
|
|
336
|
+
|
|
337
|
+
###### Returns
|
|
338
|
+
|
|
339
|
+
[`SecurityCase`](#securitycase)[]
|
|
340
|
+
|
|
341
|
+
<a id="inspect"></a>
|
|
342
|
+
|
|
343
|
+
##### inspect()
|
|
344
|
+
|
|
345
|
+
```ts
|
|
346
|
+
inspect(probeId: string): AssuranceProbeResult;
|
|
347
|
+
```
|
|
348
|
+
|
|
349
|
+
###### Parameters
|
|
350
|
+
|
|
351
|
+
| Parameter | Type |
|
|
352
|
+
| :------ | :------ |
|
|
353
|
+
| `probeId` | `string` |
|
|
354
|
+
|
|
355
|
+
###### Returns
|
|
356
|
+
|
|
357
|
+
[`AssuranceProbeResult`](#assuranceproberesult)
|
|
358
|
+
|
|
359
|
+
<a id="minimize"></a>
|
|
360
|
+
|
|
361
|
+
##### minimize()
|
|
362
|
+
|
|
363
|
+
```ts
|
|
364
|
+
minimize(probeId: string): Promise<MinimizationResult>;
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
###### Parameters
|
|
368
|
+
|
|
369
|
+
| Parameter | Type |
|
|
370
|
+
| :------ | :------ |
|
|
371
|
+
| `probeId` | `string` |
|
|
372
|
+
|
|
373
|
+
###### Returns
|
|
374
|
+
|
|
375
|
+
`Promise`\<[`MinimizationResult`](#minimizationresult)\>
|
|
376
|
+
|
|
377
|
+
<a id="propose"></a>
|
|
378
|
+
|
|
379
|
+
##### propose()
|
|
380
|
+
|
|
381
|
+
```ts
|
|
382
|
+
propose(input: ProposalInput): AssuranceProbe[];
|
|
383
|
+
```
|
|
384
|
+
|
|
385
|
+
###### Parameters
|
|
386
|
+
|
|
387
|
+
| Parameter | Type |
|
|
388
|
+
| :------ | :------ |
|
|
389
|
+
| `input` | [`ProposalInput`](#proposalinput) |
|
|
390
|
+
|
|
391
|
+
###### Returns
|
|
392
|
+
|
|
393
|
+
[`AssuranceProbe`](#assuranceprobe)[]
|
|
394
|
+
|
|
395
|
+
<a id="run"></a>
|
|
396
|
+
|
|
397
|
+
##### run()
|
|
398
|
+
|
|
399
|
+
```ts
|
|
400
|
+
run(probeIds?: string[]): Promise<AuthorizationCampaignReport>;
|
|
401
|
+
```
|
|
402
|
+
|
|
403
|
+
###### Parameters
|
|
404
|
+
|
|
405
|
+
| Parameter | Type |
|
|
406
|
+
| :------ | :------ |
|
|
407
|
+
| `probeIds?` | `string`[] |
|
|
408
|
+
|
|
409
|
+
###### Returns
|
|
410
|
+
|
|
411
|
+
`Promise`\<[`AuthorizationCampaignReport`](#authorizationcampaignreport-1)\>
|
|
412
|
+
|
|
413
|
+
<a id="spec"></a>
|
|
414
|
+
|
|
415
|
+
##### spec()
|
|
416
|
+
|
|
417
|
+
```ts
|
|
418
|
+
spec(probeIds?: string[]): AuthorizationCampaignSpec;
|
|
419
|
+
```
|
|
420
|
+
|
|
421
|
+
###### Parameters
|
|
422
|
+
|
|
423
|
+
| Parameter | Type |
|
|
424
|
+
| :------ | :------ |
|
|
425
|
+
| `probeIds?` | `string`[] |
|
|
426
|
+
|
|
427
|
+
###### Returns
|
|
428
|
+
|
|
429
|
+
[`AuthorizationCampaignSpec`](#authorizationcampaignspec-2)
|
|
430
|
+
|
|
431
|
+
<a id="verifyrules"></a>
|
|
432
|
+
|
|
433
|
+
##### verifyRules()
|
|
434
|
+
|
|
435
|
+
```ts
|
|
436
|
+
verifyRules(options: {
|
|
437
|
+
id?: string;
|
|
438
|
+
includeCandidates?: boolean;
|
|
439
|
+
rules: {
|
|
440
|
+
firestore?: string;
|
|
441
|
+
rtdb?: {
|
|
442
|
+
rules: Record<string, unknown>;
|
|
443
|
+
};
|
|
444
|
+
storage?: string;
|
|
445
|
+
};
|
|
446
|
+
}): Promise<AuthorizationCampaignReport>;
|
|
447
|
+
```
|
|
448
|
+
|
|
449
|
+
###### Parameters
|
|
450
|
+
|
|
451
|
+
| Parameter | Type |
|
|
452
|
+
| :------ | :------ |
|
|
453
|
+
| `options` | \{ `id?`: `string`; `includeCandidates?`: `boolean`; `rules`: \{ `firestore?`: `string`; `rtdb?`: \{ `rules`: `Record`\<`string`, `unknown`\>; \}; `storage?`: `string`; \}; \} |
|
|
454
|
+
| `options.id?` | `string` |
|
|
455
|
+
| `options.includeCandidates?` | `boolean` |
|
|
456
|
+
| `options.rules` | \{ `firestore?`: `string`; `rtdb?`: \{ `rules`: `Record`\<`string`, `unknown`\>; \}; `storage?`: `string`; \} |
|
|
457
|
+
| `options.rules.firestore?` | `string` |
|
|
458
|
+
| `options.rules.rtdb?` | \{ `rules`: `Record`\<`string`, `unknown`\>; \} |
|
|
459
|
+
| `options.rules.rtdb.rules` | `Record`\<`string`, `unknown`\> |
|
|
460
|
+
| `options.rules.storage?` | `string` |
|
|
461
|
+
|
|
462
|
+
###### Returns
|
|
463
|
+
|
|
464
|
+
`Promise`\<[`AuthorizationCampaignReport`](#authorizationcampaignreport-1)\>
|
|
465
|
+
|
|
466
|
+
<a id="visualization"></a>
|
|
467
|
+
|
|
468
|
+
##### visualization()
|
|
469
|
+
|
|
470
|
+
```ts
|
|
471
|
+
visualization(): AssuranceVisualizationSnapshot;
|
|
472
|
+
```
|
|
473
|
+
|
|
474
|
+
###### Returns
|
|
475
|
+
|
|
476
|
+
[`AssuranceVisualizationSnapshot`](#assurancevisualizationsnapshot)
|
|
477
|
+
|
|
478
|
+
## Interfaces
|
|
479
|
+
|
|
480
|
+
<a id="actorevidence"></a>
|
|
481
|
+
|
|
482
|
+
### ActorEvidence
|
|
483
|
+
|
|
484
|
+
#### Properties
|
|
485
|
+
|
|
486
|
+
| Property | Type |
|
|
487
|
+
| :------ | :------ |
|
|
488
|
+
| <a id="acquisition"></a> `acquisition` | \| `"anonymous-request"` \| `"anonymous-account"` \| `"password"` \| `"fixture-user"` \| `"synthetic"` |
|
|
489
|
+
| <a id="actorid"></a> `actorId` | `string` |
|
|
490
|
+
| <a id="error"></a> `error?` | `string` |
|
|
491
|
+
| <a id="reachability"></a> `reachability` | `"synthetic"` \| `"reachable"` \| `"unreachable"` |
|
|
492
|
+
| <a id="uid"></a> `uid?` | `string` |
|
|
493
|
+
|
|
494
|
+
***
|
|
495
|
+
|
|
496
|
+
<a id="assuranceactor"></a>
|
|
497
|
+
|
|
498
|
+
### AssuranceActor
|
|
499
|
+
|
|
500
|
+
#### Properties
|
|
501
|
+
|
|
502
|
+
| Property | Type |
|
|
503
|
+
| :------ | :------ |
|
|
504
|
+
| <a id="acquisition-1"></a> `acquisition` | [`ActorAcquisition`](#actoracquisition) |
|
|
505
|
+
| <a id="id-1"></a> `id` | `string` |
|
|
506
|
+
|
|
507
|
+
***
|
|
508
|
+
|
|
509
|
+
<a id="assuranceattachment"></a>
|
|
510
|
+
|
|
511
|
+
### AssuranceAttachment
|
|
512
|
+
|
|
513
|
+
#### Properties
|
|
514
|
+
|
|
515
|
+
| Property | Type |
|
|
516
|
+
| :------ | :------ |
|
|
517
|
+
| <a id="coveragegaps"></a> `coverageGaps` | [`AssuranceCoverageGap`](#assurancecoveragegap)[] |
|
|
518
|
+
| <a id="inventory"></a> `inventory` | [`AssuranceAttachmentInventory`](#assuranceattachmentinventory-1) |
|
|
519
|
+
| <a id="source"></a> `source` | [`AssuranceAttachmentSource`](#assuranceattachmentsource-1) |
|
|
520
|
+
| <a id="target-1"></a> `target` | [`LocalFirebaseTarget`](#localfirebasetarget) |
|
|
521
|
+
|
|
522
|
+
***
|
|
523
|
+
|
|
524
|
+
<a id="assuranceattachmentinput"></a>
|
|
525
|
+
|
|
526
|
+
### AssuranceAttachmentInput
|
|
527
|
+
|
|
528
|
+
#### Properties
|
|
529
|
+
|
|
530
|
+
| Property | Type |
|
|
531
|
+
| :------ | :------ |
|
|
532
|
+
| <a id="url"></a> `url` | `string` |
|
|
533
|
+
|
|
534
|
+
***
|
|
535
|
+
|
|
536
|
+
<a id="assuranceattachmentinventory-1"></a>
|
|
537
|
+
|
|
538
|
+
### AssuranceAttachmentInventory
|
|
539
|
+
|
|
540
|
+
#### Properties
|
|
541
|
+
|
|
542
|
+
| Property | Type |
|
|
543
|
+
| :------ | :------ |
|
|
544
|
+
| <a id="authusers"></a> `authUsers` | `number` |
|
|
545
|
+
| <a id="firestoredocuments"></a> `firestoreDocuments` | `number` |
|
|
546
|
+
| <a id="rtdbpresent"></a> `rtdbPresent` | `boolean` |
|
|
547
|
+
| <a id="storageobjects"></a> `storageObjects` | `number` |
|
|
548
|
+
|
|
549
|
+
***
|
|
550
|
+
|
|
551
|
+
<a id="assuranceattachmentsource-1"></a>
|
|
552
|
+
|
|
553
|
+
### AssuranceAttachmentSource
|
|
554
|
+
|
|
555
|
+
#### Properties
|
|
556
|
+
|
|
557
|
+
| Property | Type |
|
|
558
|
+
| :------ | :------ |
|
|
559
|
+
| <a id="origin"></a> `origin` | `string` |
|
|
560
|
+
| <a id="readonly"></a> `readOnly` | `true` |
|
|
561
|
+
| <a id="requestedurl"></a> `requestedUrl` | `string` |
|
|
562
|
+
| <a id="studiourl"></a> `studioUrl` | `string` |
|
|
563
|
+
| <a id="transport"></a> `transport` | `"same-origin-shared-worker"` |
|
|
564
|
+
|
|
565
|
+
***
|
|
566
|
+
|
|
567
|
+
<a id="assurancecampaigncontext"></a>
|
|
568
|
+
|
|
569
|
+
### AssuranceCampaignContext
|
|
570
|
+
|
|
571
|
+
#### Properties
|
|
572
|
+
|
|
573
|
+
| Property | Type |
|
|
574
|
+
| :------ | :------ |
|
|
575
|
+
| <a id="attachment"></a> `attachment?` | \{ `coverageGaps`: [`AssuranceCoverageGap`](#assurancecoveragegap)[]; `inventory`: [`AssuranceAttachmentInventory`](#assuranceattachmentinventory-1); `source`: [`AssuranceAttachmentSource`](#assuranceattachmentsource-1); \} |
|
|
576
|
+
| `attachment.coverageGaps` | [`AssuranceCoverageGap`](#assurancecoveragegap)[] |
|
|
577
|
+
| `attachment.inventory` | [`AssuranceAttachmentInventory`](#assuranceattachmentinventory-1) |
|
|
578
|
+
| `attachment.source` | [`AssuranceAttachmentSource`](#assuranceattachmentsource-1) |
|
|
579
|
+
|
|
580
|
+
***
|
|
581
|
+
|
|
582
|
+
<a id="assurancecoveragegap"></a>
|
|
583
|
+
|
|
584
|
+
### AssuranceCoverageGap
|
|
585
|
+
|
|
586
|
+
#### Properties
|
|
587
|
+
|
|
588
|
+
| Property | Type |
|
|
589
|
+
| :------ | :------ |
|
|
590
|
+
| <a id="code-1"></a> `code` | `string` |
|
|
591
|
+
| <a id="reason"></a> `reason` | `string` |
|
|
592
|
+
| <a id="service"></a> `service` | `"auth"` \| [`AssuranceService`](#assuranceservice) \| `"attachment"` |
|
|
593
|
+
|
|
594
|
+
***
|
|
595
|
+
|
|
596
|
+
<a id="assuranceeventevidence"></a>
|
|
597
|
+
|
|
598
|
+
### AssuranceEventEvidence
|
|
599
|
+
|
|
600
|
+
#### Properties
|
|
601
|
+
|
|
602
|
+
| Property | Type |
|
|
603
|
+
| :------ | :------ |
|
|
604
|
+
| <a id="actor"></a> `actor?` | `unknown` |
|
|
605
|
+
| <a id="at"></a> `at?` | `number` |
|
|
606
|
+
| <a id="auth"></a> `auth?` | `unknown` |
|
|
607
|
+
| <a id="authlens"></a> `authLens?` | `unknown` |
|
|
608
|
+
| <a id="evaluatedrule"></a> `evaluatedRule?` | `unknown` |
|
|
609
|
+
| <a id="id-2"></a> `id?` | `string` |
|
|
610
|
+
| <a id="kind"></a> `kind?` | `string` |
|
|
611
|
+
| <a id="matchedrule"></a> `matchedRule?` | `unknown` |
|
|
612
|
+
| <a id="method"></a> `method?` | `string` |
|
|
613
|
+
| <a id="op"></a> `op?` | `string` |
|
|
614
|
+
| <a id="origin-1"></a> `origin?` | `unknown` |
|
|
615
|
+
| <a id="path"></a> `path?` | `string` |
|
|
616
|
+
| <a id="reasons"></a> `reasons?` | `string`[] |
|
|
617
|
+
| <a id="request"></a> `request?` | `unknown` |
|
|
618
|
+
| <a id="resourcebefore"></a> `resourceBefore?` | `unknown` |
|
|
619
|
+
| <a id="result"></a> `result?` | `string` |
|
|
620
|
+
| <a id="rules"></a> `rules?` | `unknown` |
|
|
621
|
+
| <a id="service-1"></a> `service?` | `string` |
|
|
622
|
+
|
|
623
|
+
***
|
|
624
|
+
|
|
625
|
+
<a id="assuranceobservation"></a>
|
|
626
|
+
|
|
627
|
+
### AssuranceObservation
|
|
628
|
+
|
|
629
|
+
#### Properties
|
|
630
|
+
|
|
631
|
+
| Property | Type |
|
|
632
|
+
| :------ | :------ |
|
|
633
|
+
| <a id="actorid-1"></a> `actorId` | `string` |
|
|
634
|
+
| <a id="description"></a> `description?` | `string` |
|
|
635
|
+
| <a id="id-3"></a> `id` | `string` |
|
|
636
|
+
| <a id="operation"></a> `operation` | [`FirebaseOperation`](#firebaseoperation) |
|
|
637
|
+
| <a id="result-1"></a> `result` | `"ALLOW"` |
|
|
638
|
+
| <a id="source-1"></a> `source` | `"captured"` \| `"authored"` \| `"discovered"` |
|
|
639
|
+
|
|
640
|
+
***
|
|
641
|
+
|
|
642
|
+
<a id="assuranceprobe"></a>
|
|
643
|
+
|
|
644
|
+
### AssuranceProbe
|
|
645
|
+
|
|
646
|
+
#### Properties
|
|
647
|
+
|
|
648
|
+
| Property | Type | Description |
|
|
649
|
+
| :------ | :------ | :------ |
|
|
650
|
+
| <a id="actorid-2"></a> `actorId` | `string` | - |
|
|
651
|
+
| <a id="control"></a> `control` | [`FirebaseOperation`](#firebaseoperation) | - |
|
|
652
|
+
| <a id="id-4"></a> `id` | `string` | - |
|
|
653
|
+
| <a id="invariantid"></a> `invariantId` | `string` | - |
|
|
654
|
+
| <a id="mutation"></a> `mutation` | [`ProbeMutation`](#probemutation) | - |
|
|
655
|
+
| <a id="requires"></a> `requires?` | `CapabilityDependency`[] | Graph nodes this probe's verdict depends on. Each is resolved live against the conformance graph statuses: a node the graph derives non-`supported` makes the engine abstain (engine-gap), and a node the graph does not model is a campaign authoring error (invalid-probe). |
|
|
656
|
+
|
|
657
|
+
***
|
|
658
|
+
|
|
659
|
+
<a id="assuranceproberesult"></a>
|
|
660
|
+
|
|
661
|
+
### AssuranceProbeResult
|
|
662
|
+
|
|
663
|
+
#### Properties
|
|
664
|
+
|
|
665
|
+
| Property | Type |
|
|
666
|
+
| :------ | :------ |
|
|
667
|
+
| <a id="actorevidence-1"></a> `actorEvidence` | [`ActorEvidence`](#actorevidence) |
|
|
668
|
+
| <a id="campaignid"></a> `campaignId` | `string` |
|
|
669
|
+
| <a id="classification"></a> `classification` | [`ProbeClassification`](#probeclassification) |
|
|
670
|
+
| <a id="control-1"></a> `control` | [`OperationEvidence`](#operationevidence) |
|
|
671
|
+
| <a id="invariant"></a> `invariant` | [`SecurityInvariant`](#securityinvariant) |
|
|
672
|
+
| <a id="mutation-1"></a> `mutation` | [`OperationEvidence`](#operationevidence) |
|
|
673
|
+
| <a id="mutationspec"></a> `mutationSpec` | [`ProbeMutation`](#probemutation) |
|
|
674
|
+
| <a id="probeid"></a> `probeId` | `string` |
|
|
675
|
+
| <a id="qualification"></a> `qualification` | [`EngineQualification`](#enginequalification) |
|
|
676
|
+
| <a id="statediff"></a> `stateDiff?` | [`StateDiff`](#statediff-1) |
|
|
677
|
+
| <a id="targethash"></a> `targetHash` | `string` |
|
|
678
|
+
|
|
679
|
+
***
|
|
680
|
+
|
|
681
|
+
<a id="assurancereportsummary"></a>
|
|
682
|
+
|
|
683
|
+
### AssuranceReportSummary
|
|
684
|
+
|
|
685
|
+
#### Properties
|
|
686
|
+
|
|
687
|
+
| Property | Type |
|
|
688
|
+
| :------ | :------ |
|
|
689
|
+
| <a id="candidatesignals"></a> `candidateSignals` | `number` |
|
|
690
|
+
| <a id="controlspassed"></a> `controlsPassed` | `number` |
|
|
691
|
+
| <a id="enginegaps"></a> `engineGaps` | `number` |
|
|
692
|
+
| <a id="invalidprobes"></a> `invalidProbes` | `number` |
|
|
693
|
+
| <a id="localcounterexamples"></a> `localCounterexamples` | `number` |
|
|
694
|
+
| <a id="nocounterexamples"></a> `noCounterexamples` | `number` |
|
|
695
|
+
| <a id="probes"></a> `probes` | `number` |
|
|
696
|
+
|
|
697
|
+
***
|
|
698
|
+
|
|
699
|
+
<a id="assurancetooldeps"></a>
|
|
700
|
+
|
|
701
|
+
### AssuranceToolDeps
|
|
702
|
+
|
|
703
|
+
#### Properties
|
|
704
|
+
|
|
705
|
+
| Property | Type |
|
|
706
|
+
| :------ | :------ |
|
|
707
|
+
| <a id="attachmentprovider"></a> `attachmentProvider?` | [`AssuranceAttachmentProvider`](#assuranceattachmentprovider) |
|
|
708
|
+
| <a id="oncampaignupdate"></a> `onCampaignUpdate?` | (`campaign`: [`AssuranceVisualizationSnapshot`](#assurancevisualizationsnapshot)) => `void` |
|
|
709
|
+
| <a id="store"></a> `store?` | [`AssuranceCampaignStore`](#assurancecampaignstore) |
|
|
710
|
+
|
|
711
|
+
***
|
|
712
|
+
|
|
713
|
+
<a id="assurancevisualizationsnapshot"></a>
|
|
714
|
+
|
|
715
|
+
### AssuranceVisualizationSnapshot
|
|
716
|
+
|
|
717
|
+
Credential-free projection safe to hand to Studio visualization code.
|
|
718
|
+
|
|
719
|
+
#### Properties
|
|
720
|
+
|
|
721
|
+
| Property | Type |
|
|
722
|
+
| :------ | :------ |
|
|
723
|
+
| <a id="campaignid-1"></a> `campaignId` | `string` |
|
|
724
|
+
| <a id="context-1"></a> `context?` | [`AssuranceCampaignContext`](#assurancecampaigncontext) |
|
|
725
|
+
| <a id="observations-1"></a> `observations` | [`AssuranceObservation`](#assuranceobservation)[] |
|
|
726
|
+
| <a id="probes-1"></a> `probes` | [`AssuranceProbe`](#assuranceprobe)[] |
|
|
727
|
+
| <a id="report-1"></a> `report?` | [`AuthorizationCampaignReport`](#authorizationcampaignreport-1) |
|
|
728
|
+
| <a id="schema"></a> `schema` | `"pyric.assurance.visualization.v1"` |
|
|
729
|
+
| <a id="verifications"></a> `verifications?` | [`AuthorizationCampaignReport`](#authorizationcampaignreport-1)[] |
|
|
730
|
+
|
|
731
|
+
***
|
|
732
|
+
|
|
733
|
+
<a id="authfixtureuser"></a>
|
|
734
|
+
|
|
735
|
+
### AuthFixtureUser
|
|
736
|
+
|
|
737
|
+
#### Properties
|
|
738
|
+
|
|
739
|
+
| Property | Type |
|
|
740
|
+
| :------ | :------ |
|
|
741
|
+
| <a id="customclaims"></a> `customClaims?` | `Record`\<`string`, `unknown`\> |
|
|
742
|
+
| <a id="disabled"></a> `disabled?` | `boolean` |
|
|
743
|
+
| <a id="email"></a> `email?` | `string` |
|
|
744
|
+
| <a id="emailverified"></a> `emailVerified?` | `boolean` |
|
|
745
|
+
| <a id="password"></a> `password?` | `string` |
|
|
746
|
+
| <a id="uid-1"></a> `uid` | `string` |
|
|
747
|
+
|
|
748
|
+
***
|
|
749
|
+
|
|
750
|
+
<a id="authorizationcampaignreport-1"></a>
|
|
751
|
+
|
|
752
|
+
### AuthorizationCampaignReport
|
|
753
|
+
|
|
754
|
+
#### Properties
|
|
755
|
+
|
|
756
|
+
| Property | Type |
|
|
757
|
+
| :------ | :------ |
|
|
758
|
+
| <a id="campaignid-2"></a> `campaignId` | `string` |
|
|
759
|
+
| <a id="localonly"></a> `localOnly` | \{ `engine`: `"pyric-local-sandboxes"`; `network`: `"forbid"`; \} |
|
|
760
|
+
| `localOnly.engine` | `"pyric-local-sandboxes"` |
|
|
761
|
+
| `localOnly.network` | `"forbid"` |
|
|
762
|
+
| <a id="results"></a> `results` | [`AssuranceProbeResult`](#assuranceproberesult)[] |
|
|
763
|
+
| <a id="schema-1"></a> `schema` | `"pyric.assurance.report.v1"` |
|
|
764
|
+
| <a id="summary"></a> `summary` | [`AssuranceReportSummary`](#assurancereportsummary) |
|
|
765
|
+
| <a id="targethash-1"></a> `targetHash` | `string` |
|
|
766
|
+
|
|
767
|
+
***
|
|
768
|
+
|
|
769
|
+
<a id="authorizationcampaignspec-2"></a>
|
|
770
|
+
|
|
771
|
+
### AuthorizationCampaignSpec
|
|
772
|
+
|
|
773
|
+
#### Properties
|
|
774
|
+
|
|
775
|
+
| Property | Type |
|
|
776
|
+
| :------ | :------ |
|
|
777
|
+
| <a id="actors"></a> `actors` | [`AssuranceActor`](#assuranceactor)[] |
|
|
778
|
+
| <a id="id-5"></a> `id` | `string` |
|
|
779
|
+
| <a id="invariants"></a> `invariants` | [`SecurityInvariant`](#securityinvariant)[] |
|
|
780
|
+
| <a id="probes-2"></a> `probes` | [`AssuranceProbe`](#assuranceprobe)[] |
|
|
781
|
+
| <a id="schema-2"></a> `schema` | `"pyric.assurance.campaign.v1"` |
|
|
782
|
+
| <a id="target-2"></a> `target` | [`LocalFirebaseTarget`](#localfirebasetarget) |
|
|
783
|
+
|
|
784
|
+
***
|
|
785
|
+
|
|
786
|
+
<a id="campaignexport"></a>
|
|
787
|
+
|
|
788
|
+
### CampaignExport
|
|
789
|
+
|
|
790
|
+
#### Properties
|
|
791
|
+
|
|
792
|
+
| Property | Type |
|
|
793
|
+
| :------ | :------ |
|
|
794
|
+
| <a id="campaign"></a> `campaign` | [`AuthorizationCampaignSpec`](#authorizationcampaignspec-2) |
|
|
795
|
+
| <a id="cases"></a> `cases` | [`SecurityCase`](#securitycase)[] |
|
|
796
|
+
| <a id="context-2"></a> `context?` | [`AssuranceCampaignContext`](#assurancecampaigncontext) |
|
|
797
|
+
| <a id="observations-2"></a> `observations` | [`AssuranceObservation`](#assuranceobservation)[] |
|
|
798
|
+
| <a id="report-2"></a> `report?` | [`AuthorizationCampaignReport`](#authorizationcampaignreport-1) |
|
|
799
|
+
| <a id="schema-3"></a> `schema` | `"pyric.assurance.export.v1"` |
|
|
800
|
+
| <a id="verifications-1"></a> `verifications?` | [`AuthorizationCampaignReport`](#authorizationcampaignreport-1)[] |
|
|
801
|
+
|
|
802
|
+
***
|
|
803
|
+
|
|
804
|
+
<a id="capabilityrequirement"></a>
|
|
805
|
+
|
|
806
|
+
### CapabilityRequirement
|
|
807
|
+
|
|
808
|
+
#### Properties
|
|
809
|
+
|
|
810
|
+
| Property | Type |
|
|
811
|
+
| :------ | :------ |
|
|
812
|
+
| <a id="id-6"></a> `id` | `string` |
|
|
813
|
+
| <a id="reason-1"></a> `reason` | `string` |
|
|
814
|
+
| <a id="supported"></a> `supported` | `boolean` |
|
|
815
|
+
|
|
816
|
+
***
|
|
817
|
+
|
|
818
|
+
<a id="createauthorizationcampaignoptions"></a>
|
|
819
|
+
|
|
820
|
+
### CreateAuthorizationCampaignOptions
|
|
821
|
+
|
|
822
|
+
#### Properties
|
|
823
|
+
|
|
824
|
+
| Property | Type |
|
|
825
|
+
| :------ | :------ |
|
|
826
|
+
| <a id="context-3"></a> `context?` | [`AssuranceCampaignContext`](#assurancecampaigncontext) |
|
|
827
|
+
| <a id="id-7"></a> `id` | `string` |
|
|
828
|
+
| <a id="safety"></a> `safety?` | \{ `maxRuns?`: `number`; `network?`: `"forbid"`; \} |
|
|
829
|
+
| `safety.maxRuns?` | `number` |
|
|
830
|
+
| `safety.network?` | `"forbid"` |
|
|
831
|
+
| <a id="target-3"></a> `target` | [`LocalFirebaseTarget`](#localfirebasetarget) |
|
|
832
|
+
|
|
833
|
+
***
|
|
834
|
+
|
|
835
|
+
<a id="enginequalification"></a>
|
|
836
|
+
|
|
837
|
+
### EngineQualification
|
|
838
|
+
|
|
839
|
+
#### Properties
|
|
840
|
+
|
|
841
|
+
| Property | Type | Description |
|
|
842
|
+
| :------ | :------ | :------ |
|
|
843
|
+
| <a id="classification-1"></a> `classification?` | `"engine-gap"` \| `"invalid-probe"` | How an unsupported qualification must be classified. Absent when the qualification is supported. `engine-gap` is the default abstention (a target-specific check failed, or a declared capability is derived non-supported); `invalid-probe` overrides it when the campaign declared a capability the engine does not define. |
|
|
844
|
+
| <a id="engine"></a> `engine` | `"pyric-local-sandboxes"` | - |
|
|
845
|
+
| <a id="requirements"></a> `requirements` | [`CapabilityRequirement`](#capabilityrequirement)[] | - |
|
|
846
|
+
| <a id="supported-1"></a> `supported` | `boolean` | - |
|
|
847
|
+
|
|
848
|
+
***
|
|
849
|
+
|
|
850
|
+
<a id="firestoreoperation"></a>
|
|
851
|
+
|
|
852
|
+
### FirestoreOperation
|
|
853
|
+
|
|
854
|
+
#### Properties
|
|
855
|
+
|
|
856
|
+
| Property | Type |
|
|
857
|
+
| :------ | :------ |
|
|
858
|
+
| <a id="data"></a> `data?` | `Record`\<`string`, `unknown`\> |
|
|
859
|
+
| <a id="method-1"></a> `method` | `"get"` \| `"list"` \| `"create"` \| `"set"` \| `"merge"` \| `"update"` \| `"delete"` |
|
|
860
|
+
| <a id="path-1"></a> `path` | `string` |
|
|
861
|
+
| <a id="query"></a> `query?` | \{ `limit?`: `number`; `orderBy?`: \{ `direction?`: `"asc"` \| `"desc"`; `field`: `string`; \}[]; `where?`: [`FirestoreQueryConstraint`](#firestorequeryconstraint)[]; \} |
|
|
862
|
+
| `query.limit?` | `number` |
|
|
863
|
+
| `query.orderBy?` | \{ `direction?`: `"asc"` \| `"desc"`; `field`: `string`; \}[] |
|
|
864
|
+
| `query.where?` | [`FirestoreQueryConstraint`](#firestorequeryconstraint)[] |
|
|
865
|
+
| <a id="service-2"></a> `service` | `"firestore"` |
|
|
866
|
+
|
|
867
|
+
***
|
|
868
|
+
|
|
869
|
+
<a id="firestorequeryconstraint"></a>
|
|
870
|
+
|
|
871
|
+
### FirestoreQueryConstraint
|
|
872
|
+
|
|
873
|
+
#### Properties
|
|
874
|
+
|
|
875
|
+
| Property | Type |
|
|
876
|
+
| :------ | :------ |
|
|
877
|
+
| <a id="field"></a> `field` | `string` |
|
|
878
|
+
| <a id="op-1"></a> `op` | \| `"<"` \| `"<="` \| `"=="` \| `"!="` \| `">="` \| `">"` \| `"array-contains"` \| `"in"` \| `"not-in"` \| `"array-contains-any"` |
|
|
879
|
+
| <a id="value"></a> `value` | `unknown` |
|
|
880
|
+
|
|
881
|
+
***
|
|
882
|
+
|
|
883
|
+
<a id="generatedassurancecapability"></a>
|
|
884
|
+
|
|
885
|
+
### GeneratedAssuranceCapability
|
|
886
|
+
|
|
887
|
+
#### Properties
|
|
888
|
+
|
|
889
|
+
| Property | Type | Description |
|
|
890
|
+
| :------ | :------ | :------ |
|
|
891
|
+
| <a id="dependencies"></a> `dependencies` | `GeneratedCapabilityDependency`[] | Everything the status rests on. The ones that pinned it are the ones whose verdict equals the status; `capabilityReasons` selects and renders them. |
|
|
892
|
+
| <a id="description-1"></a> `description` | `string` | - |
|
|
893
|
+
| <a id="id-8"></a> `id` | `string` | - |
|
|
894
|
+
| <a id="service-3"></a> `service` | `AssuranceCapabilityService` | - |
|
|
895
|
+
| <a id="status"></a> `status` | `AssuranceCapabilityStatus` | - |
|
|
896
|
+
|
|
897
|
+
***
|
|
898
|
+
|
|
899
|
+
<a id="localfirebasetarget"></a>
|
|
900
|
+
|
|
901
|
+
### LocalFirebaseTarget
|
|
902
|
+
|
|
903
|
+
#### Properties
|
|
904
|
+
|
|
905
|
+
| Property | Type |
|
|
906
|
+
| :------ | :------ |
|
|
907
|
+
| <a id="network"></a> `network` | `"forbid"` |
|
|
908
|
+
| <a id="rules-1"></a> `rules` | \{ `firestore?`: `string`; `rtdb?`: \{ `rules`: `Record`\<`string`, `unknown`\>; \}; `storage?`: `string`; \} |
|
|
909
|
+
| `rules.firestore?` | `string` |
|
|
910
|
+
| `rules.rtdb?` | \{ `rules`: `Record`\<`string`, `unknown`\>; \} |
|
|
911
|
+
| `rules.rtdb.rules` | `Record`\<`string`, `unknown`\> |
|
|
912
|
+
| `rules.storage?` | `string` |
|
|
913
|
+
| <a id="schema-4"></a> `schema` | `"pyric.assurance.target.v1"` |
|
|
914
|
+
| <a id="state"></a> `state` | \{ `auth?`: \{ `users`: [`AuthFixtureUser`](#authfixtureuser)[]; \}; `firestore?`: `Record`\<`string`, `Record`\<`string`, `unknown`\>\>; `rtdb?`: `unknown`; `storage?`: [`StorageObjectFixture`](#storageobjectfixture)[]; \} |
|
|
915
|
+
| `state.auth?` | \{ `users`: [`AuthFixtureUser`](#authfixtureuser)[]; \} |
|
|
916
|
+
| `state.auth.users` | [`AuthFixtureUser`](#authfixtureuser)[] |
|
|
917
|
+
| `state.firestore?` | `Record`\<`string`, `Record`\<`string`, `unknown`\>\> |
|
|
918
|
+
| `state.rtdb?` | `unknown` |
|
|
919
|
+
| `state.storage?` | [`StorageObjectFixture`](#storageobjectfixture)[] |
|
|
920
|
+
|
|
921
|
+
***
|
|
922
|
+
|
|
923
|
+
<a id="minimizationresult"></a>
|
|
924
|
+
|
|
925
|
+
### MinimizationResult
|
|
926
|
+
|
|
927
|
+
#### Properties
|
|
928
|
+
|
|
929
|
+
| Property | Type |
|
|
930
|
+
| :------ | :------ |
|
|
931
|
+
| <a id="changed"></a> `changed` | `boolean` |
|
|
932
|
+
| <a id="probe"></a> `probe` | [`AssuranceProbe`](#assuranceprobe) |
|
|
933
|
+
| <a id="probeid-1"></a> `probeId` | `string` |
|
|
934
|
+
| <a id="removedpayloadfields"></a> `removedPayloadFields` | `string`[] |
|
|
935
|
+
| <a id="result-2"></a> `result` | [`AssuranceProbeResult`](#assuranceproberesult) |
|
|
936
|
+
|
|
937
|
+
***
|
|
938
|
+
|
|
939
|
+
<a id="mutationcandidate"></a>
|
|
940
|
+
|
|
941
|
+
### MutationCandidate
|
|
942
|
+
|
|
943
|
+
#### Extends
|
|
944
|
+
|
|
945
|
+
- [`ProbeMutation`](#probemutation)
|
|
946
|
+
|
|
947
|
+
#### Properties
|
|
948
|
+
|
|
949
|
+
| Property | Type |
|
|
950
|
+
| :------ | :------ |
|
|
951
|
+
| <a id="description-2"></a> `description` | `string` |
|
|
952
|
+
| <a id="dimension"></a> `dimension` | [`MutationDimension`](#mutationdimension) |
|
|
953
|
+
| <a id="id-9"></a> `id?` | `string` |
|
|
954
|
+
| <a id="operation-1"></a> `operation` | [`FirebaseOperation`](#firebaseoperation) |
|
|
955
|
+
|
|
956
|
+
***
|
|
957
|
+
|
|
958
|
+
<a id="operationevidence"></a>
|
|
959
|
+
|
|
960
|
+
### OperationEvidence
|
|
961
|
+
|
|
962
|
+
#### Properties
|
|
963
|
+
|
|
964
|
+
| Property | Type |
|
|
965
|
+
| :------ | :------ |
|
|
966
|
+
| <a id="decision"></a> `decision` | [`AssuranceDecision`](#assurancedecision) |
|
|
967
|
+
| <a id="error-1"></a> `error?` | \{ `code?`: `string`; `message`: `string`; \} |
|
|
968
|
+
| `error.code?` | `string` |
|
|
969
|
+
| `error.message` | `string` |
|
|
970
|
+
| <a id="events"></a> `events` | [`AssuranceEventEvidence`](#assuranceeventevidence)[] |
|
|
971
|
+
| <a id="operation-2"></a> `operation` | [`FirebaseOperation`](#firebaseoperation) |
|
|
972
|
+
| <a id="output"></a> `output?` | `unknown` |
|
|
973
|
+
|
|
974
|
+
***
|
|
975
|
+
|
|
976
|
+
<a id="probemutation"></a>
|
|
977
|
+
|
|
978
|
+
### ProbeMutation
|
|
979
|
+
|
|
980
|
+
#### Extended by
|
|
981
|
+
|
|
982
|
+
- [`MutationCandidate`](#mutationcandidate)
|
|
983
|
+
|
|
984
|
+
#### Properties
|
|
985
|
+
|
|
986
|
+
| Property | Type |
|
|
987
|
+
| :------ | :------ |
|
|
988
|
+
| <a id="description-3"></a> `description` | `string` |
|
|
989
|
+
| <a id="dimension-1"></a> `dimension` | [`MutationDimension`](#mutationdimension) |
|
|
990
|
+
| <a id="operation-3"></a> `operation` | [`FirebaseOperation`](#firebaseoperation) |
|
|
991
|
+
|
|
992
|
+
***
|
|
993
|
+
|
|
994
|
+
<a id="proposalinput"></a>
|
|
995
|
+
|
|
996
|
+
### ProposalInput
|
|
997
|
+
|
|
998
|
+
#### Properties
|
|
999
|
+
|
|
1000
|
+
| Property | Type |
|
|
1001
|
+
| :------ | :------ |
|
|
1002
|
+
| <a id="invariantid-1"></a> `invariantId` | `string` |
|
|
1003
|
+
| <a id="mutations"></a> `mutations` | [`MutationCandidate`](#mutationcandidate)[] |
|
|
1004
|
+
| <a id="observationid"></a> `observationId` | `string` |
|
|
1005
|
+
|
|
1006
|
+
***
|
|
1007
|
+
|
|
1008
|
+
<a id="rtdboperation"></a>
|
|
1009
|
+
|
|
1010
|
+
### RtdbOperation
|
|
1011
|
+
|
|
1012
|
+
#### Properties
|
|
1013
|
+
|
|
1014
|
+
| Property | Type |
|
|
1015
|
+
| :------ | :------ |
|
|
1016
|
+
| <a id="data-1"></a> `data?` | `unknown` |
|
|
1017
|
+
| <a id="method-2"></a> `method` | `"get"` \| `"set"` \| `"update"` \| `"remove"` |
|
|
1018
|
+
| <a id="path-2"></a> `path` | `string` |
|
|
1019
|
+
| <a id="query-1"></a> `query?` | \{ `endAt?`: \{ `key?`: `string`; `value`: `unknown`; \}; `endBefore?`: \{ `key?`: `string`; `value`: `unknown`; \}; `equalTo?`: \{ `key?`: `string`; `value`: `unknown`; \}; `limitToFirst?`: `number`; `limitToLast?`: `number`; `orderBy?`: \| \{ `kind`: `"child"`; `path`: `string`; \} \| \{ `kind`: `"key"`; \} \| \{ `kind`: `"value"`; \}; `startAfter?`: \{ `key?`: `string`; `value`: `unknown`; \}; `startAt?`: \{ `key?`: `string`; `value`: `unknown`; \}; \} |
|
|
1020
|
+
| `query.endAt?` | \{ `key?`: `string`; `value`: `unknown`; \} |
|
|
1021
|
+
| `query.endAt.key?` | `string` |
|
|
1022
|
+
| `query.endAt.value` | `unknown` |
|
|
1023
|
+
| `query.endBefore?` | \{ `key?`: `string`; `value`: `unknown`; \} |
|
|
1024
|
+
| `query.endBefore.key?` | `string` |
|
|
1025
|
+
| `query.endBefore.value` | `unknown` |
|
|
1026
|
+
| `query.equalTo?` | \{ `key?`: `string`; `value`: `unknown`; \} |
|
|
1027
|
+
| `query.equalTo.key?` | `string` |
|
|
1028
|
+
| `query.equalTo.value` | `unknown` |
|
|
1029
|
+
| `query.limitToFirst?` | `number` |
|
|
1030
|
+
| `query.limitToLast?` | `number` |
|
|
1031
|
+
| `query.orderBy?` | \| \{ `kind`: `"child"`; `path`: `string`; \} \| \{ `kind`: `"key"`; \} \| \{ `kind`: `"value"`; \} |
|
|
1032
|
+
| `query.startAfter?` | \{ `key?`: `string`; `value`: `unknown`; \} |
|
|
1033
|
+
| `query.startAfter.key?` | `string` |
|
|
1034
|
+
| `query.startAfter.value` | `unknown` |
|
|
1035
|
+
| `query.startAt?` | \{ `key?`: `string`; `value`: `unknown`; \} |
|
|
1036
|
+
| `query.startAt.key?` | `string` |
|
|
1037
|
+
| `query.startAt.value` | `unknown` |
|
|
1038
|
+
| <a id="service-4"></a> `service` | `"rtdb"` |
|
|
1039
|
+
|
|
1040
|
+
***
|
|
1041
|
+
|
|
1042
|
+
<a id="runsecuritycasesinput"></a>
|
|
1043
|
+
|
|
1044
|
+
### RunSecurityCasesInput
|
|
1045
|
+
|
|
1046
|
+
#### Properties
|
|
1047
|
+
|
|
1048
|
+
| Property | Type |
|
|
1049
|
+
| :------ | :------ |
|
|
1050
|
+
| <a id="actors-1"></a> `actors` | [`AssuranceActor`](#assuranceactor)[] |
|
|
1051
|
+
| <a id="campaignid-3"></a> `campaignId` | `string` |
|
|
1052
|
+
| <a id="cases-1"></a> `cases` | [`SecurityCase`](#securitycase)[] |
|
|
1053
|
+
| <a id="target-4"></a> `target` | [`LocalFirebaseTarget`](#localfirebasetarget) |
|
|
1054
|
+
|
|
1055
|
+
***
|
|
1056
|
+
|
|
1057
|
+
<a id="sandboxattachmentprovideroptions"></a>
|
|
1058
|
+
|
|
1059
|
+
### SandboxAttachmentProviderOptions
|
|
1060
|
+
|
|
1061
|
+
#### Properties
|
|
1062
|
+
|
|
1063
|
+
| Property | Type |
|
|
1064
|
+
| :------ | :------ |
|
|
1065
|
+
| <a id="fetchimpl"></a> `fetchImpl?` | *typeof* `fetch` |
|
|
1066
|
+
| <a id="origin-2"></a> `origin?` | `string` |
|
|
1067
|
+
|
|
1068
|
+
***
|
|
1069
|
+
|
|
1070
|
+
<a id="securitycase"></a>
|
|
1071
|
+
|
|
1072
|
+
### SecurityCase
|
|
1073
|
+
|
|
1074
|
+
#### Properties
|
|
1075
|
+
|
|
1076
|
+
| Property | Type |
|
|
1077
|
+
| :------ | :------ |
|
|
1078
|
+
| <a id="actorid-3"></a> `actorId` | `string` |
|
|
1079
|
+
| <a id="campaignid-4"></a> `campaignId` | `string` |
|
|
1080
|
+
| <a id="control-2"></a> `control` | [`FirebaseOperation`](#firebaseoperation) |
|
|
1081
|
+
| <a id="expect"></a> `expect` | `"ALLOW"` \| `"DENY"` |
|
|
1082
|
+
| <a id="id-10"></a> `id` | `string` |
|
|
1083
|
+
| <a id="invariant-1"></a> `invariant` | [`SecurityInvariant`](#securityinvariant) |
|
|
1084
|
+
| <a id="mutation-2"></a> `mutation` | [`ProbeMutation`](#probemutation) |
|
|
1085
|
+
| <a id="qualification-1"></a> `qualification` | [`EngineQualification`](#enginequalification) |
|
|
1086
|
+
| <a id="schema-5"></a> `schema` | `"pyric.assurance.case.v1"` |
|
|
1087
|
+
|
|
1088
|
+
***
|
|
1089
|
+
|
|
1090
|
+
<a id="securityinvariant"></a>
|
|
1091
|
+
|
|
1092
|
+
### SecurityInvariant
|
|
1093
|
+
|
|
1094
|
+
#### Properties
|
|
1095
|
+
|
|
1096
|
+
| Property | Type |
|
|
1097
|
+
| :------ | :------ |
|
|
1098
|
+
| <a id="confidence"></a> `confidence` | `"authoritative"` \| `"strong"` \| `"tentative"` |
|
|
1099
|
+
| <a id="expected"></a> `expected` | `"ALLOW"` \| `"DENY"` |
|
|
1100
|
+
| <a id="id-11"></a> `id` | `string` |
|
|
1101
|
+
| <a id="service-5"></a> `service` | [`AssuranceService`](#assuranceservice) \| `"cross-service"` |
|
|
1102
|
+
| <a id="source-2"></a> `source` | `"captured"` \| `"declared"` \| `"authored-test"` \| `"derived"` \| `"agent"` |
|
|
1103
|
+
| <a id="statement"></a> `statement` | `string` |
|
|
1104
|
+
|
|
1105
|
+
***
|
|
1106
|
+
|
|
1107
|
+
<a id="statediff-1"></a>
|
|
1108
|
+
|
|
1109
|
+
### StateDiff
|
|
1110
|
+
|
|
1111
|
+
#### Properties
|
|
1112
|
+
|
|
1113
|
+
| Property | Type |
|
|
1114
|
+
| :------ | :------ |
|
|
1115
|
+
| <a id="after"></a> `after` | `unknown` |
|
|
1116
|
+
| <a id="before"></a> `before` | `unknown` |
|
|
1117
|
+
| <a id="changed-1"></a> `changed` | `boolean` |
|
|
1118
|
+
|
|
1119
|
+
***
|
|
1120
|
+
|
|
1121
|
+
<a id="storageobjectfixture"></a>
|
|
1122
|
+
|
|
1123
|
+
### StorageObjectFixture
|
|
1124
|
+
|
|
1125
|
+
#### Properties
|
|
1126
|
+
|
|
1127
|
+
| Property | Type |
|
|
1128
|
+
| :------ | :------ |
|
|
1129
|
+
| <a id="contenttype"></a> `contentType?` | `string` |
|
|
1130
|
+
| <a id="custommetadata"></a> `customMetadata?` | `Record`\<`string`, `string`\> |
|
|
1131
|
+
| <a id="database64"></a> `dataBase64` | `string` |
|
|
1132
|
+
| <a id="path-3"></a> `path` | `string` |
|
|
1133
|
+
|
|
1134
|
+
***
|
|
1135
|
+
|
|
1136
|
+
<a id="storageoperation"></a>
|
|
1137
|
+
|
|
1138
|
+
### StorageOperation
|
|
1139
|
+
|
|
1140
|
+
#### Properties
|
|
1141
|
+
|
|
1142
|
+
| Property | Type |
|
|
1143
|
+
| :------ | :------ |
|
|
1144
|
+
| <a id="contenttype-1"></a> `contentType?` | `string` |
|
|
1145
|
+
| <a id="custommetadata-1"></a> `customMetadata?` | `Record`\<`string`, `string`\> |
|
|
1146
|
+
| <a id="database64-1"></a> `dataBase64?` | `string` |
|
|
1147
|
+
| <a id="method-3"></a> `method` | `"get"` \| `"list"` \| `"delete"` \| `"upload"` \| `"updateMetadata"` |
|
|
1148
|
+
| <a id="path-4"></a> `path` | `string` |
|
|
1149
|
+
| <a id="service-6"></a> `service` | `"storage"` |
|
|
1150
|
+
|
|
1151
|
+
## Type Aliases
|
|
1152
|
+
|
|
1153
|
+
<a id="actoracquisition"></a>
|
|
1154
|
+
|
|
1155
|
+
### ActorAcquisition
|
|
1156
|
+
|
|
1157
|
+
```ts
|
|
1158
|
+
type ActorAcquisition =
|
|
1159
|
+
| {
|
|
1160
|
+
kind: "anonymous-request";
|
|
1161
|
+
}
|
|
1162
|
+
| {
|
|
1163
|
+
kind: "anonymous-account";
|
|
1164
|
+
}
|
|
1165
|
+
| {
|
|
1166
|
+
email: string;
|
|
1167
|
+
kind: "password";
|
|
1168
|
+
password: string;
|
|
1169
|
+
}
|
|
1170
|
+
| {
|
|
1171
|
+
kind: "fixture-user";
|
|
1172
|
+
uid: string;
|
|
1173
|
+
}
|
|
1174
|
+
| {
|
|
1175
|
+
kind: "synthetic";
|
|
1176
|
+
token?: Record<string, unknown>;
|
|
1177
|
+
uid: string;
|
|
1178
|
+
};
|
|
1179
|
+
```
|
|
1180
|
+
|
|
1181
|
+
***
|
|
1182
|
+
|
|
1183
|
+
<a id="assuranceattachmentprovider"></a>
|
|
1184
|
+
|
|
1185
|
+
### AssuranceAttachmentProvider()
|
|
1186
|
+
|
|
1187
|
+
```ts
|
|
1188
|
+
type AssuranceAttachmentProvider = (input: AssuranceAttachmentInput) => Promise<AssuranceAttachment>;
|
|
1189
|
+
```
|
|
1190
|
+
|
|
1191
|
+
#### Parameters
|
|
1192
|
+
|
|
1193
|
+
| Parameter | Type |
|
|
1194
|
+
| :------ | :------ |
|
|
1195
|
+
| `input` | [`AssuranceAttachmentInput`](#assuranceattachmentinput) |
|
|
1196
|
+
|
|
1197
|
+
#### Returns
|
|
1198
|
+
|
|
1199
|
+
`Promise`\<[`AssuranceAttachment`](#assuranceattachment)\>
|
|
1200
|
+
|
|
1201
|
+
***
|
|
1202
|
+
|
|
1203
|
+
<a id="assurancedecision"></a>
|
|
1204
|
+
|
|
1205
|
+
### AssuranceDecision
|
|
1206
|
+
|
|
1207
|
+
```ts
|
|
1208
|
+
type AssuranceDecision = "ALLOW" | "DENY" | "ERROR" | "UNSUPPORTED";
|
|
1209
|
+
```
|
|
1210
|
+
|
|
1211
|
+
***
|
|
1212
|
+
|
|
1213
|
+
<a id="assuranceservice"></a>
|
|
1214
|
+
|
|
1215
|
+
### AssuranceService
|
|
1216
|
+
|
|
1217
|
+
```ts
|
|
1218
|
+
type AssuranceService = "firestore" | "rtdb" | "storage";
|
|
1219
|
+
```
|
|
1220
|
+
|
|
1221
|
+
***
|
|
1222
|
+
|
|
1223
|
+
<a id="firebaseoperation"></a>
|
|
1224
|
+
|
|
1225
|
+
### FirebaseOperation
|
|
1226
|
+
|
|
1227
|
+
```ts
|
|
1228
|
+
type FirebaseOperation =
|
|
1229
|
+
| FirestoreOperation
|
|
1230
|
+
| RtdbOperation
|
|
1231
|
+
| StorageOperation;
|
|
1232
|
+
```
|
|
1233
|
+
|
|
1234
|
+
***
|
|
1235
|
+
|
|
1236
|
+
<a id="mutationdimension"></a>
|
|
1237
|
+
|
|
1238
|
+
### MutationDimension
|
|
1239
|
+
|
|
1240
|
+
```ts
|
|
1241
|
+
type MutationDimension = "path" | "query" | "payload" | "operation";
|
|
1242
|
+
```
|
|
1243
|
+
|
|
1244
|
+
***
|
|
1245
|
+
|
|
1246
|
+
<a id="probeclassification"></a>
|
|
1247
|
+
|
|
1248
|
+
### ProbeClassification
|
|
1249
|
+
|
|
1250
|
+
```ts
|
|
1251
|
+
type ProbeClassification =
|
|
1252
|
+
| "local-counterexample"
|
|
1253
|
+
| "candidate-signal"
|
|
1254
|
+
| "no-counterexample"
|
|
1255
|
+
| "engine-gap"
|
|
1256
|
+
| "invalid-probe";
|
|
1257
|
+
```
|
|
1258
|
+
|
|
1259
|
+
## Variables
|
|
1260
|
+
|
|
1261
|
+
<a id="assurance_broadcast_channel"></a>
|
|
1262
|
+
|
|
1263
|
+
### ASSURANCE\_BROADCAST\_CHANNEL
|
|
1264
|
+
|
|
1265
|
+
```ts
|
|
1266
|
+
const ASSURANCE_BROADCAST_CHANNEL: "pyric-assurance-v1" = "pyric-assurance-v1";
|
|
1267
|
+
```
|
|
1268
|
+
|
|
1269
|
+
***
|
|
1270
|
+
|
|
1271
|
+
<a id="assurance_browser_event"></a>
|
|
1272
|
+
|
|
1273
|
+
### ASSURANCE\_BROWSER\_EVENT
|
|
1274
|
+
|
|
1275
|
+
```ts
|
|
1276
|
+
const ASSURANCE_BROWSER_EVENT: "pyric:assurance-campaign" = "pyric:assurance-campaign";
|
|
1277
|
+
```
|
|
1278
|
+
|
|
1279
|
+
***
|
|
1280
|
+
|
|
1281
|
+
<a id="assurance_campaign_schema"></a>
|
|
1282
|
+
|
|
1283
|
+
### ASSURANCE\_CAMPAIGN\_SCHEMA
|
|
1284
|
+
|
|
1285
|
+
```ts
|
|
1286
|
+
const ASSURANCE_CAMPAIGN_SCHEMA: "pyric.assurance.campaign.v1";
|
|
1287
|
+
```
|
|
1288
|
+
|
|
1289
|
+
***
|
|
1290
|
+
|
|
1291
|
+
<a id="assurance_engine_capabilities"></a>
|
|
1292
|
+
|
|
1293
|
+
### ASSURANCE\_ENGINE\_CAPABILITIES
|
|
1294
|
+
|
|
1295
|
+
```ts
|
|
1296
|
+
const ASSURANCE_ENGINE_CAPABILITIES: readonly GeneratedAssuranceCapability[];
|
|
1297
|
+
```
|
|
1298
|
+
|
|
1299
|
+
***
|
|
1300
|
+
|
|
1301
|
+
<a id="assurance_report_schema"></a>
|
|
1302
|
+
|
|
1303
|
+
### ASSURANCE\_REPORT\_SCHEMA
|
|
1304
|
+
|
|
1305
|
+
```ts
|
|
1306
|
+
const ASSURANCE_REPORT_SCHEMA: "pyric.assurance.report.v1";
|
|
1307
|
+
```
|
|
1308
|
+
|
|
1309
|
+
***
|
|
1310
|
+
|
|
1311
|
+
<a id="assurance_target_schema"></a>
|
|
1312
|
+
|
|
1313
|
+
### ASSURANCE\_TARGET\_SCHEMA
|
|
1314
|
+
|
|
1315
|
+
```ts
|
|
1316
|
+
const ASSURANCE_TARGET_SCHEMA: "pyric.assurance.target.v1";
|
|
1317
|
+
```
|
|
1318
|
+
|
|
1319
|
+
***
|
|
1320
|
+
|
|
1321
|
+
<a id="defaultassurancecampaignstore"></a>
|
|
1322
|
+
|
|
1323
|
+
### defaultAssuranceCampaignStore
|
|
1324
|
+
|
|
1325
|
+
```ts
|
|
1326
|
+
const defaultAssuranceCampaignStore: AssuranceCampaignStore;
|
|
1327
|
+
```
|
|
1328
|
+
|
|
1329
|
+
## Functions
|
|
1330
|
+
|
|
1331
|
+
<a id="capabilityreasons"></a>
|
|
1332
|
+
|
|
1333
|
+
### capabilityReasons()
|
|
1334
|
+
|
|
1335
|
+
```ts
|
|
1336
|
+
function capabilityReasons(capability: GeneratedAssuranceCapability): string[];
|
|
1337
|
+
```
|
|
1338
|
+
|
|
1339
|
+
The reasons a probe cites when it abstains: the dependencies whose verdict
|
|
1340
|
+
pinned the capability's status, each rendered as a sentence.
|
|
1341
|
+
|
|
1342
|
+
#### Parameters
|
|
1343
|
+
|
|
1344
|
+
| Parameter | Type |
|
|
1345
|
+
| :------ | :------ |
|
|
1346
|
+
| `capability` | [`GeneratedAssuranceCapability`](#generatedassurancecapability) |
|
|
1347
|
+
|
|
1348
|
+
#### Returns
|
|
1349
|
+
|
|
1350
|
+
`string`[]
|
|
1351
|
+
|
|
1352
|
+
***
|
|
1353
|
+
|
|
1354
|
+
<a id="createassurancetools"></a>
|
|
1355
|
+
|
|
1356
|
+
### createAssuranceTools()
|
|
1357
|
+
|
|
1358
|
+
```ts
|
|
1359
|
+
function createAssuranceTools(deps?: AssuranceToolDeps): ToolHandler<unknown, unknown>[];
|
|
1360
|
+
```
|
|
1361
|
+
|
|
1362
|
+
#### Parameters
|
|
1363
|
+
|
|
1364
|
+
| Parameter | Type |
|
|
1365
|
+
| :------ | :------ |
|
|
1366
|
+
| `deps?` | [`AssuranceToolDeps`](#assurancetooldeps) |
|
|
1367
|
+
|
|
1368
|
+
#### Returns
|
|
1369
|
+
|
|
1370
|
+
`ToolHandler`\<`unknown`, `unknown`\>[]
|
|
1371
|
+
|
|
1372
|
+
***
|
|
1373
|
+
|
|
1374
|
+
<a id="createauthorizationcampaign"></a>
|
|
1375
|
+
|
|
1376
|
+
### createAuthorizationCampaign()
|
|
1377
|
+
|
|
1378
|
+
```ts
|
|
1379
|
+
function createAuthorizationCampaign(options: CreateAuthorizationCampaignOptions): AuthorizationCampaign;
|
|
1380
|
+
```
|
|
1381
|
+
|
|
1382
|
+
#### Parameters
|
|
1383
|
+
|
|
1384
|
+
| Parameter | Type |
|
|
1385
|
+
| :------ | :------ |
|
|
1386
|
+
| `options` | [`CreateAuthorizationCampaignOptions`](#createauthorizationcampaignoptions) |
|
|
1387
|
+
|
|
1388
|
+
#### Returns
|
|
1389
|
+
|
|
1390
|
+
[`AuthorizationCampaign`](#authorizationcampaign)
|
|
1391
|
+
|
|
1392
|
+
***
|
|
1393
|
+
|
|
1394
|
+
<a id="createsandboxattachmentprovider"></a>
|
|
1395
|
+
|
|
1396
|
+
### createSandboxAttachmentProvider()
|
|
1397
|
+
|
|
1398
|
+
```ts
|
|
1399
|
+
function createSandboxAttachmentProvider(sandbox: Sandbox, options?: SandboxAttachmentProviderOptions): AssuranceAttachmentProvider;
|
|
1400
|
+
```
|
|
1401
|
+
|
|
1402
|
+
Clone the sandbox currently hosting the connected bridge peer. The URL is an
|
|
1403
|
+
origin assertion and source for explicit rules metadata; no arbitrary host is
|
|
1404
|
+
contacted and the returned campaign target itself keeps networking forbidden.
|
|
1405
|
+
|
|
1406
|
+
#### Parameters
|
|
1407
|
+
|
|
1408
|
+
| Parameter | Type |
|
|
1409
|
+
| :------ | :------ |
|
|
1410
|
+
| `sandbox` | `Sandbox` |
|
|
1411
|
+
| `options?` | [`SandboxAttachmentProviderOptions`](#sandboxattachmentprovideroptions) |
|
|
1412
|
+
|
|
1413
|
+
#### Returns
|
|
1414
|
+
|
|
1415
|
+
[`AssuranceAttachmentProvider`](#assuranceattachmentprovider)
|
|
1416
|
+
|
|
1417
|
+
***
|
|
1418
|
+
|
|
1419
|
+
<a id="listassurancecapabilities"></a>
|
|
1420
|
+
|
|
1421
|
+
### listAssuranceCapabilities()
|
|
1422
|
+
|
|
1423
|
+
```ts
|
|
1424
|
+
function listAssuranceCapabilities(services?: readonly AssuranceCapabilityService[]): GeneratedAssuranceCapability[];
|
|
1425
|
+
```
|
|
1426
|
+
|
|
1427
|
+
#### Parameters
|
|
1428
|
+
|
|
1429
|
+
| Parameter | Type |
|
|
1430
|
+
| :------ | :------ |
|
|
1431
|
+
| `services?` | readonly `AssuranceCapabilityService`[] |
|
|
1432
|
+
|
|
1433
|
+
#### Returns
|
|
1434
|
+
|
|
1435
|
+
[`GeneratedAssuranceCapability`](#generatedassurancecapability)[]
|
|
1436
|
+
|
|
1437
|
+
***
|
|
1438
|
+
|
|
1439
|
+
<a id="publishassurancevisualization"></a>
|
|
1440
|
+
|
|
1441
|
+
### publishAssuranceVisualization()
|
|
1442
|
+
|
|
1443
|
+
```ts
|
|
1444
|
+
function publishAssuranceVisualization(snapshot: AssuranceVisualizationSnapshot): void;
|
|
1445
|
+
```
|
|
1446
|
+
|
|
1447
|
+
#### Parameters
|
|
1448
|
+
|
|
1449
|
+
| Parameter | Type |
|
|
1450
|
+
| :------ | :------ |
|
|
1451
|
+
| `snapshot` | [`AssuranceVisualizationSnapshot`](#assurancevisualizationsnapshot) |
|
|
1452
|
+
|
|
1453
|
+
#### Returns
|
|
1454
|
+
|
|
1455
|
+
`void`
|
|
1456
|
+
|
|
1457
|
+
***
|
|
1458
|
+
|
|
1459
|
+
<a id="qualifyprobe"></a>
|
|
1460
|
+
|
|
1461
|
+
### qualifyProbe()
|
|
1462
|
+
|
|
1463
|
+
```ts
|
|
1464
|
+
function qualifyProbe(target: LocalFirebaseTarget, probe: AssuranceProbe): EngineQualification;
|
|
1465
|
+
```
|
|
1466
|
+
|
|
1467
|
+
#### Parameters
|
|
1468
|
+
|
|
1469
|
+
| Parameter | Type |
|
|
1470
|
+
| :------ | :------ |
|
|
1471
|
+
| `target` | [`LocalFirebaseTarget`](#localfirebasetarget) |
|
|
1472
|
+
| `probe` | [`AssuranceProbe`](#assuranceprobe) |
|
|
1473
|
+
|
|
1474
|
+
#### Returns
|
|
1475
|
+
|
|
1476
|
+
[`EngineQualification`](#enginequalification)
|
|
1477
|
+
|
|
1478
|
+
***
|
|
1479
|
+
|
|
1480
|
+
<a id="runauthorizationcampaign"></a>
|
|
1481
|
+
|
|
1482
|
+
### runAuthorizationCampaign()
|
|
1483
|
+
|
|
1484
|
+
```ts
|
|
1485
|
+
function runAuthorizationCampaign(spec: AuthorizationCampaignSpec): Promise<AuthorizationCampaignReport>;
|
|
1486
|
+
```
|
|
1487
|
+
|
|
1488
|
+
#### Parameters
|
|
1489
|
+
|
|
1490
|
+
| Parameter | Type |
|
|
1491
|
+
| :------ | :------ |
|
|
1492
|
+
| `spec` | [`AuthorizationCampaignSpec`](#authorizationcampaignspec-2) |
|
|
1493
|
+
|
|
1494
|
+
#### Returns
|
|
1495
|
+
|
|
1496
|
+
`Promise`\<[`AuthorizationCampaignReport`](#authorizationcampaignreport-1)\>
|
|
1497
|
+
|
|
1498
|
+
***
|
|
1499
|
+
|
|
1500
|
+
<a id="runsecuritycases"></a>
|
|
1501
|
+
|
|
1502
|
+
### runSecurityCases()
|
|
1503
|
+
|
|
1504
|
+
```ts
|
|
1505
|
+
function runSecurityCases(input: RunSecurityCasesInput): Promise<AuthorizationCampaignReport>;
|
|
1506
|
+
```
|
|
1507
|
+
|
|
1508
|
+
Re-run exported expectations against a candidate local target. Each case
|
|
1509
|
+
keeps its known-good control and explicit negative expectation, so a rules
|
|
1510
|
+
change must preserve the application workflow and reject the boundary case.
|
|
1511
|
+
|
|
1512
|
+
#### Parameters
|
|
1513
|
+
|
|
1514
|
+
| Parameter | Type |
|
|
1515
|
+
| :------ | :------ |
|
|
1516
|
+
| `input` | [`RunSecurityCasesInput`](#runsecuritycasesinput) |
|
|
1517
|
+
|
|
1518
|
+
#### Returns
|
|
1519
|
+
|
|
1520
|
+
`Promise`\<[`AuthorizationCampaignReport`](#authorizationcampaignreport-1)\>
|
|
1521
|
+
|
|
1522
|
+
***
|
|
1523
|
+
|
|
1524
|
+
<a id="subscribeassurancevisualizations"></a>
|
|
1525
|
+
|
|
1526
|
+
### subscribeAssuranceVisualizations()
|
|
1527
|
+
|
|
1528
|
+
```ts
|
|
1529
|
+
function subscribeAssuranceVisualizations(listener: (snapshot: AssuranceVisualizationSnapshot) => void): () => void;
|
|
1530
|
+
```
|
|
1531
|
+
|
|
1532
|
+
#### Parameters
|
|
1533
|
+
|
|
1534
|
+
| Parameter | Type |
|
|
1535
|
+
| :------ | :------ |
|
|
1536
|
+
| `listener` | (`snapshot`: [`AssuranceVisualizationSnapshot`](#assurancevisualizationsnapshot)) => `void` |
|
|
1537
|
+
|
|
1538
|
+
#### Returns
|
|
1539
|
+
|
|
1540
|
+
```ts
|
|
1541
|
+
(): void;
|
|
1542
|
+
```
|
|
1543
|
+
|
|
1544
|
+
##### Returns
|
|
1545
|
+
|
|
1546
|
+
`void`
|
|
1547
|
+
|
|
1548
|
+
## References
|
|
1549
|
+
|
|
1550
|
+
<a id="assuranceenginecapability"></a>
|
|
1551
|
+
|
|
1552
|
+
### AssuranceEngineCapability
|
|
1553
|
+
|
|
1554
|
+
Renames and re-exports [GeneratedAssuranceCapability](#generatedassurancecapability)
|