@baruk/core 0.4.2 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.baruk-provenance.json +4 -4
- package/CHANGELOG.md +42 -0
- package/dist/audit/repository.d.ts +33 -1
- package/dist/audit/repository.d.ts.map +1 -1
- package/dist/audit/repository.js +41 -7
- package/dist/audit/repository.js.map +1 -1
- package/dist/auth/service.d.ts +21 -0
- package/dist/auth/service.d.ts.map +1 -1
- package/dist/auth/service.js +46 -1
- package/dist/auth/service.js.map +1 -1
- package/dist/billing/ar-repository.d.ts +41 -1
- package/dist/billing/ar-repository.d.ts.map +1 -1
- package/dist/billing/ar-repository.js +82 -6
- package/dist/billing/ar-repository.js.map +1 -1
- package/dist/billing/provider-account.d.ts +38 -0
- package/dist/billing/provider-account.d.ts.map +1 -1
- package/dist/billing/provider-account.js +58 -2
- package/dist/billing/provider-account.js.map +1 -1
- package/dist/billing/repository.d.ts +44 -0
- package/dist/billing/repository.d.ts.map +1 -1
- package/dist/billing/repository.js +49 -5
- package/dist/billing/repository.js.map +1 -1
- package/dist/cjs/audit/repository.js +41 -7
- package/dist/cjs/audit/repository.js.map +1 -1
- package/dist/cjs/auth/service.js +46 -1
- package/dist/cjs/auth/service.js.map +1 -1
- package/dist/cjs/billing/ar-repository.js +82 -6
- package/dist/cjs/billing/ar-repository.js.map +1 -1
- package/dist/cjs/billing/provider-account.js +60 -1
- package/dist/cjs/billing/provider-account.js.map +1 -1
- package/dist/cjs/billing/repository.js +51 -5
- package/dist/cjs/billing/repository.js.map +1 -1
- package/dist/cjs/clients/ibge.js +103 -0
- package/dist/cjs/clients/ibge.js.map +1 -0
- package/dist/cjs/clients/repository.js +186 -9
- package/dist/cjs/clients/repository.js.map +1 -1
- package/dist/cjs/collection/branding.js +190 -0
- package/dist/cjs/collection/branding.js.map +1 -1
- package/dist/cjs/collection/clearance-store.js +74 -0
- package/dist/cjs/collection/clearance-store.js.map +1 -0
- package/dist/cjs/collection/communication-runtime.js +65 -2
- package/dist/cjs/collection/communication-runtime.js.map +1 -1
- package/dist/cjs/collection/engine.js +20 -0
- package/dist/cjs/collection/engine.js.map +1 -1
- package/dist/cjs/collection/policy.js +29 -1
- package/dist/cjs/collection/policy.js.map +1 -1
- package/dist/cjs/communication/clearance.js +18 -0
- package/dist/cjs/communication/clearance.js.map +1 -0
- package/dist/cjs/communication/dry-run-scenario.js +5 -0
- package/dist/cjs/communication/dry-run-scenario.js.map +1 -1
- package/dist/cjs/communication/engine.js +12 -0
- package/dist/cjs/communication/engine.js.map +1 -1
- package/dist/cjs/communication/policy.js.map +1 -1
- package/dist/cjs/competence/business-days.js +155 -0
- package/dist/cjs/competence/business-days.js.map +1 -0
- package/dist/cjs/competence/catalog-validation.js +174 -0
- package/dist/cjs/competence/catalog-validation.js.map +1 -0
- package/dist/cjs/competence/obligation-preview.js +190 -0
- package/dist/cjs/competence/obligation-preview.js.map +1 -0
- package/dist/cjs/competence/repository.js +330 -17
- package/dist/cjs/competence/repository.js.map +1 -1
- package/dist/cjs/dashboard/pilot-panel.js +90 -0
- package/dist/cjs/dashboard/pilot-panel.js.map +1 -0
- package/dist/cjs/dashboard/repository.js +11 -1
- package/dist/cjs/dashboard/repository.js.map +1 -1
- package/dist/cjs/db/client.js +17 -11
- package/dist/cjs/db/client.js.map +1 -1
- package/dist/cjs/db/provision-e2e-identity.js +111 -0
- package/dist/cjs/db/provision-e2e-identity.js.map +1 -0
- package/dist/cjs/fiscal/applicability.js +164 -0
- package/dist/cjs/fiscal/applicability.js.map +1 -0
- package/dist/cjs/fiscal/conditions.js +198 -0
- package/dist/cjs/fiscal/conditions.js.map +1 -0
- package/dist/cjs/fiscal/contracts/nfse-adn-contract.js +390 -0
- package/dist/cjs/fiscal/contracts/nfse-adn-contract.js.map +1 -0
- package/dist/cjs/fiscal/contracts/nfse-adn-endpoint.js +108 -0
- package/dist/cjs/fiscal/contracts/nfse-adn-endpoint.js.map +1 -0
- package/dist/cjs/fiscal/contracts/nfse-adn-envelope.js +220 -0
- package/dist/cjs/fiscal/contracts/nfse-adn-envelope.js.map +1 -0
- package/dist/cjs/fiscal/coverage/model.js +127 -0
- package/dist/cjs/fiscal/coverage/model.js.map +1 -0
- package/dist/cjs/fiscal/coverage/requests.js +99 -0
- package/dist/cjs/fiscal/coverage/requests.js.map +1 -0
- package/dist/cjs/fiscal/credentials/material.js +168 -0
- package/dist/cjs/fiscal/credentials/material.js.map +1 -0
- package/dist/cjs/fiscal/credentials/readiness.js +163 -0
- package/dist/cjs/fiscal/credentials/readiness.js.map +1 -0
- package/dist/cjs/fiscal/eligibility.js +199 -0
- package/dist/cjs/fiscal/eligibility.js.map +1 -0
- package/dist/cjs/fiscal/ingestion/__fixtures__/nfse.js +128 -0
- package/dist/cjs/fiscal/ingestion/__fixtures__/nfse.js.map +1 -0
- package/dist/cjs/fiscal/ingestion/adn-transport.js +229 -0
- package/dist/cjs/fiscal/ingestion/adn-transport.js.map +1 -0
- package/dist/cjs/fiscal/ingestion/direction.js +36 -0
- package/dist/cjs/fiscal/ingestion/direction.js.map +1 -0
- package/dist/cjs/fiscal/ingestion/nfse-adn.js +228 -0
- package/dist/cjs/fiscal/ingestion/nfse-adn.js.map +1 -0
- package/dist/cjs/fiscal/ingestion/pipeline.js +704 -0
- package/dist/cjs/fiscal/ingestion/pipeline.js.map +1 -0
- package/dist/cjs/fiscal/ingestion/provider.js +51 -0
- package/dist/cjs/fiscal/ingestion/provider.js.map +1 -0
- package/dist/cjs/fiscal/ingestion/repository.js +132 -0
- package/dist/cjs/fiscal/ingestion/repository.js.map +1 -0
- package/dist/cjs/fiscal/ingestion/synthetic-provider.js +103 -0
- package/dist/cjs/fiscal/ingestion/synthetic-provider.js.map +1 -0
- package/dist/cjs/fiscal/ingestion/synthetic-transport-types.js +13 -0
- package/dist/cjs/fiscal/ingestion/synthetic-transport-types.js.map +1 -0
- package/dist/cjs/fiscal/ingestion/synthetic-transport.js +61 -0
- package/dist/cjs/fiscal/ingestion/synthetic-transport.js.map +1 -0
- package/dist/cjs/fiscal/ingestion/xml-reader.js +121 -0
- package/dist/cjs/fiscal/ingestion/xml-reader.js.map +1 -0
- package/dist/cjs/fiscal/repository.js +470 -0
- package/dist/cjs/fiscal/repository.js.map +1 -0
- package/dist/cjs/fiscal/sync/circuit.js +124 -0
- package/dist/cjs/fiscal/sync/circuit.js.map +1 -0
- package/dist/cjs/fiscal/sync/intervention.js +140 -0
- package/dist/cjs/fiscal/sync/intervention.js.map +1 -0
- package/dist/cjs/fiscal/sync/lease.js +146 -0
- package/dist/cjs/fiscal/sync/lease.js.map +1 -0
- package/dist/cjs/fiscal/sync/observability.js +244 -0
- package/dist/cjs/fiscal/sync/observability.js.map +1 -0
- package/dist/cjs/fiscal/sync/orchestrator.js +490 -0
- package/dist/cjs/fiscal/sync/orchestrator.js.map +1 -0
- package/dist/cjs/fiscal/sync/policy.js +143 -0
- package/dist/cjs/fiscal/sync/policy.js.map +1 -0
- package/dist/cjs/fiscal/sync/reprocess.js +241 -0
- package/dist/cjs/fiscal/sync/reprocess.js.map +1 -0
- package/dist/cjs/fiscal/sync/retry.js +183 -0
- package/dist/cjs/fiscal/sync/retry.js.map +1 -0
- package/dist/cjs/fiscal/sync/secret-boundary.js +123 -0
- package/dist/cjs/fiscal/sync/secret-boundary.js.map +1 -0
- package/dist/cjs/fiscal/transport/https.js +309 -0
- package/dist/cjs/fiscal/transport/https.js.map +1 -0
- package/dist/cjs/fiscal/transport/synthetic-tls.js +328 -0
- package/dist/cjs/fiscal/transport/synthetic-tls.js.map +1 -0
- package/dist/cjs/fiscal/transport/types.js +93 -0
- package/dist/cjs/fiscal/transport/types.js.map +1 -0
- package/dist/cjs/import/br-documents.js +85 -0
- package/dist/cjs/import/br-documents.js.map +1 -0
- package/dist/cjs/import/clients-import.js +347 -40
- package/dist/cjs/import/clients-import.js.map +1 -1
- package/dist/cjs/index.js +316 -11
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal/documents.js +100 -15
- package/dist/cjs/legal/documents.js.map +1 -1
- package/dist/cjs/legal/index.js +3 -1
- package/dist/cjs/legal/index.js.map +1 -1
- package/dist/cjs/legal/types.js.map +1 -1
- package/dist/cjs/onboarding/persistence.js +4 -4
- package/dist/cjs/onboarding/persistence.js.map +1 -1
- package/dist/cjs/pilot/go-live-checklist.js +212 -0
- package/dist/cjs/pilot/go-live-checklist.js.map +1 -0
- package/dist/cjs/pilot/milestone.js +79 -0
- package/dist/cjs/pilot/milestone.js.map +1 -0
- package/dist/cjs/platform/capabilities.js +144 -0
- package/dist/cjs/platform/capabilities.js.map +1 -0
- package/dist/cjs/platform/job-contract.js +411 -0
- package/dist/cjs/platform/job-contract.js.map +1 -0
- package/dist/cjs/rbac/catalog.js +34 -0
- package/dist/cjs/rbac/catalog.js.map +1 -1
- package/dist/cjs/subscription-billing/index.js +2 -1
- package/dist/cjs/subscription-billing/index.js.map +1 -1
- package/dist/cjs/subscription-billing/service.js +153 -77
- package/dist/cjs/subscription-billing/service.js.map +1 -1
- package/dist/cjs/tenancy/features.js +131 -0
- package/dist/cjs/tenancy/features.js.map +1 -0
- package/dist/cjs/tenancy/settings.js +224 -0
- package/dist/cjs/tenancy/settings.js.map +1 -0
- package/dist/cjs/users/repository.js +24 -1
- package/dist/cjs/users/repository.js.map +1 -1
- package/dist/clients/ibge.d.ts +17 -0
- package/dist/clients/ibge.d.ts.map +1 -0
- package/dist/clients/ibge.js +98 -0
- package/dist/clients/ibge.js.map +1 -0
- package/dist/clients/repository.d.ts +154 -0
- package/dist/clients/repository.d.ts.map +1 -1
- package/dist/clients/repository.js +182 -9
- package/dist/clients/repository.js.map +1 -1
- package/dist/collection/branding.d.ts +65 -0
- package/dist/collection/branding.d.ts.map +1 -1
- package/dist/collection/branding.js +186 -0
- package/dist/collection/branding.js.map +1 -1
- package/dist/collection/clearance-store.d.ts +39 -0
- package/dist/collection/clearance-store.d.ts.map +1 -0
- package/dist/collection/clearance-store.js +69 -0
- package/dist/collection/clearance-store.js.map +1 -0
- package/dist/collection/communication-runtime.d.ts +37 -0
- package/dist/collection/communication-runtime.d.ts.map +1 -1
- package/dist/collection/communication-runtime.js +63 -1
- package/dist/collection/communication-runtime.js.map +1 -1
- package/dist/collection/engine.d.ts +23 -0
- package/dist/collection/engine.d.ts.map +1 -1
- package/dist/collection/engine.js +20 -0
- package/dist/collection/engine.js.map +1 -1
- package/dist/collection/policy.d.ts +25 -0
- package/dist/collection/policy.d.ts.map +1 -1
- package/dist/collection/policy.js +27 -0
- package/dist/collection/policy.js.map +1 -1
- package/dist/communication/clearance.d.ts +53 -0
- package/dist/communication/clearance.d.ts.map +1 -0
- package/dist/communication/clearance.js +15 -0
- package/dist/communication/clearance.js.map +1 -0
- package/dist/communication/dry-run-scenario.d.ts.map +1 -1
- package/dist/communication/dry-run-scenario.js +5 -0
- package/dist/communication/dry-run-scenario.js.map +1 -1
- package/dist/communication/engine.d.ts +10 -0
- package/dist/communication/engine.d.ts.map +1 -1
- package/dist/communication/engine.js +12 -0
- package/dist/communication/engine.js.map +1 -1
- package/dist/communication/policy.d.ts +16 -0
- package/dist/communication/policy.d.ts.map +1 -1
- package/dist/communication/policy.js.map +1 -1
- package/dist/competence/business-days.d.ts +51 -0
- package/dist/competence/business-days.d.ts.map +1 -0
- package/dist/competence/business-days.js +145 -0
- package/dist/competence/business-days.js.map +1 -0
- package/dist/competence/catalog-validation.d.ts +86 -0
- package/dist/competence/catalog-validation.d.ts.map +1 -0
- package/dist/competence/catalog-validation.js +168 -0
- package/dist/competence/catalog-validation.js.map +1 -0
- package/dist/competence/obligation-preview.d.ts +103 -0
- package/dist/competence/obligation-preview.d.ts.map +1 -0
- package/dist/competence/obligation-preview.js +184 -0
- package/dist/competence/obligation-preview.js.map +1 -0
- package/dist/competence/repository.d.ts +139 -1
- package/dist/competence/repository.d.ts.map +1 -1
- package/dist/competence/repository.js +325 -17
- package/dist/competence/repository.js.map +1 -1
- package/dist/dashboard/pilot-panel.d.ts +100 -0
- package/dist/dashboard/pilot-panel.d.ts.map +1 -0
- package/dist/dashboard/pilot-panel.js +87 -0
- package/dist/dashboard/pilot-panel.js.map +1 -0
- package/dist/dashboard/repository.d.ts.map +1 -1
- package/dist/dashboard/repository.js +11 -1
- package/dist/dashboard/repository.js.map +1 -1
- package/dist/db/client.d.ts +45 -0
- package/dist/db/client.d.ts.map +1 -1
- package/dist/db/client.js +16 -11
- package/dist/db/client.js.map +1 -1
- package/dist/db/migrate.d.ts +36 -1
- package/dist/db/migrate.d.ts.map +1 -1
- package/dist/db/migrate.js +199 -32
- package/dist/db/migrate.js.map +1 -1
- package/dist/db/provision-e2e-identity.d.ts +2 -0
- package/dist/db/provision-e2e-identity.d.ts.map +1 -0
- package/dist/db/provision-e2e-identity.js +109 -0
- package/dist/db/provision-e2e-identity.js.map +1 -0
- package/dist/fiscal/applicability.d.ts +73 -0
- package/dist/fiscal/applicability.d.ts.map +1 -0
- package/dist/fiscal/applicability.js +160 -0
- package/dist/fiscal/applicability.js.map +1 -0
- package/dist/fiscal/conditions.d.ts +99 -0
- package/dist/fiscal/conditions.d.ts.map +1 -0
- package/dist/fiscal/conditions.js +190 -0
- package/dist/fiscal/conditions.js.map +1 -0
- package/dist/fiscal/contracts/nfse-adn-contract.d.ts +315 -0
- package/dist/fiscal/contracts/nfse-adn-contract.d.ts.map +1 -0
- package/dist/fiscal/contracts/nfse-adn-contract.js +386 -0
- package/dist/fiscal/contracts/nfse-adn-contract.js.map +1 -0
- package/dist/fiscal/contracts/nfse-adn-endpoint.d.ts +13 -0
- package/dist/fiscal/contracts/nfse-adn-endpoint.d.ts.map +1 -0
- package/dist/fiscal/contracts/nfse-adn-endpoint.js +103 -0
- package/dist/fiscal/contracts/nfse-adn-endpoint.js.map +1 -0
- package/dist/fiscal/contracts/nfse-adn-envelope.d.ts +77 -0
- package/dist/fiscal/contracts/nfse-adn-envelope.d.ts.map +1 -0
- package/dist/fiscal/contracts/nfse-adn-envelope.js +215 -0
- package/dist/fiscal/contracts/nfse-adn-envelope.js.map +1 -0
- package/dist/fiscal/coverage/model.d.ts +86 -0
- package/dist/fiscal/coverage/model.d.ts.map +1 -0
- package/dist/fiscal/coverage/model.js +120 -0
- package/dist/fiscal/coverage/model.js.map +1 -0
- package/dist/fiscal/coverage/requests.d.ts +70 -0
- package/dist/fiscal/coverage/requests.d.ts.map +1 -0
- package/dist/fiscal/coverage/requests.js +95 -0
- package/dist/fiscal/coverage/requests.js.map +1 -0
- package/dist/fiscal/credentials/material.d.ts +81 -0
- package/dist/fiscal/credentials/material.d.ts.map +1 -0
- package/dist/fiscal/credentials/material.js +164 -0
- package/dist/fiscal/credentials/material.js.map +1 -0
- package/dist/fiscal/credentials/readiness.d.ts +92 -0
- package/dist/fiscal/credentials/readiness.d.ts.map +1 -0
- package/dist/fiscal/credentials/readiness.js +159 -0
- package/dist/fiscal/credentials/readiness.js.map +1 -0
- package/dist/fiscal/eligibility.d.ts +106 -0
- package/dist/fiscal/eligibility.d.ts.map +1 -0
- package/dist/fiscal/eligibility.js +194 -0
- package/dist/fiscal/eligibility.js.map +1 -0
- package/dist/fiscal/ingestion/__fixtures__/nfse.d.ts +57 -0
- package/dist/fiscal/ingestion/__fixtures__/nfse.d.ts.map +1 -0
- package/dist/fiscal/ingestion/__fixtures__/nfse.js +121 -0
- package/dist/fiscal/ingestion/__fixtures__/nfse.js.map +1 -0
- package/dist/fiscal/ingestion/adn-transport.d.ts +123 -0
- package/dist/fiscal/ingestion/adn-transport.d.ts.map +1 -0
- package/dist/fiscal/ingestion/adn-transport.js +220 -0
- package/dist/fiscal/ingestion/adn-transport.js.map +1 -0
- package/dist/fiscal/ingestion/direction.d.ts +60 -0
- package/dist/fiscal/ingestion/direction.d.ts.map +1 -0
- package/dist/fiscal/ingestion/direction.js +32 -0
- package/dist/fiscal/ingestion/direction.js.map +1 -0
- package/dist/fiscal/ingestion/nfse-adn.d.ts +91 -0
- package/dist/fiscal/ingestion/nfse-adn.d.ts.map +1 -0
- package/dist/fiscal/ingestion/nfse-adn.js +222 -0
- package/dist/fiscal/ingestion/nfse-adn.js.map +1 -0
- package/dist/fiscal/ingestion/pipeline.d.ts +168 -0
- package/dist/fiscal/ingestion/pipeline.d.ts.map +1 -0
- package/dist/fiscal/ingestion/pipeline.js +699 -0
- package/dist/fiscal/ingestion/pipeline.js.map +1 -0
- package/dist/fiscal/ingestion/provider.d.ts +206 -0
- package/dist/fiscal/ingestion/provider.d.ts.map +1 -0
- package/dist/fiscal/ingestion/provider.js +47 -0
- package/dist/fiscal/ingestion/provider.js.map +1 -0
- package/dist/fiscal/ingestion/repository.d.ts +82 -0
- package/dist/fiscal/ingestion/repository.d.ts.map +1 -0
- package/dist/fiscal/ingestion/repository.js +127 -0
- package/dist/fiscal/ingestion/repository.js.map +1 -0
- package/dist/fiscal/ingestion/synthetic-provider.d.ts +92 -0
- package/dist/fiscal/ingestion/synthetic-provider.d.ts.map +1 -0
- package/dist/fiscal/ingestion/synthetic-provider.js +99 -0
- package/dist/fiscal/ingestion/synthetic-provider.js.map +1 -0
- package/dist/fiscal/ingestion/synthetic-transport-types.d.ts +19 -0
- package/dist/fiscal/ingestion/synthetic-transport-types.d.ts.map +1 -0
- package/dist/fiscal/ingestion/synthetic-transport-types.js +9 -0
- package/dist/fiscal/ingestion/synthetic-transport-types.js.map +1 -0
- package/dist/fiscal/ingestion/synthetic-transport.d.ts +55 -0
- package/dist/fiscal/ingestion/synthetic-transport.d.ts.map +1 -0
- package/dist/fiscal/ingestion/synthetic-transport.js +57 -0
- package/dist/fiscal/ingestion/synthetic-transport.js.map +1 -0
- package/dist/fiscal/ingestion/xml-reader.d.ts +55 -0
- package/dist/fiscal/ingestion/xml-reader.d.ts.map +1 -0
- package/dist/fiscal/ingestion/xml-reader.js +112 -0
- package/dist/fiscal/ingestion/xml-reader.js.map +1 -0
- package/dist/fiscal/repository.d.ts +220 -0
- package/dist/fiscal/repository.d.ts.map +1 -0
- package/dist/fiscal/repository.js +449 -0
- package/dist/fiscal/repository.js.map +1 -0
- package/dist/fiscal/sync/circuit.d.ts +86 -0
- package/dist/fiscal/sync/circuit.d.ts.map +1 -0
- package/dist/fiscal/sync/circuit.js +118 -0
- package/dist/fiscal/sync/circuit.js.map +1 -0
- package/dist/fiscal/sync/intervention.d.ts +81 -0
- package/dist/fiscal/sync/intervention.d.ts.map +1 -0
- package/dist/fiscal/sync/intervention.js +135 -0
- package/dist/fiscal/sync/intervention.js.map +1 -0
- package/dist/fiscal/sync/lease.d.ts +118 -0
- package/dist/fiscal/sync/lease.d.ts.map +1 -0
- package/dist/fiscal/sync/lease.js +139 -0
- package/dist/fiscal/sync/lease.js.map +1 -0
- package/dist/fiscal/sync/observability.d.ts +148 -0
- package/dist/fiscal/sync/observability.d.ts.map +1 -0
- package/dist/fiscal/sync/observability.js +239 -0
- package/dist/fiscal/sync/observability.js.map +1 -0
- package/dist/fiscal/sync/orchestrator.d.ts +132 -0
- package/dist/fiscal/sync/orchestrator.d.ts.map +1 -0
- package/dist/fiscal/sync/orchestrator.js +487 -0
- package/dist/fiscal/sync/orchestrator.js.map +1 -0
- package/dist/fiscal/sync/policy.d.ts +87 -0
- package/dist/fiscal/sync/policy.d.ts.map +1 -0
- package/dist/fiscal/sync/policy.js +136 -0
- package/dist/fiscal/sync/policy.js.map +1 -0
- package/dist/fiscal/sync/reprocess.d.ts +76 -0
- package/dist/fiscal/sync/reprocess.d.ts.map +1 -0
- package/dist/fiscal/sync/reprocess.js +237 -0
- package/dist/fiscal/sync/reprocess.js.map +1 -0
- package/dist/fiscal/sync/retry.d.ts +82 -0
- package/dist/fiscal/sync/retry.d.ts.map +1 -0
- package/dist/fiscal/sync/retry.js +176 -0
- package/dist/fiscal/sync/retry.js.map +1 -0
- package/dist/fiscal/sync/secret-boundary.d.ts +169 -0
- package/dist/fiscal/sync/secret-boundary.d.ts.map +1 -0
- package/dist/fiscal/sync/secret-boundary.js +116 -0
- package/dist/fiscal/sync/secret-boundary.js.map +1 -0
- package/dist/fiscal/transport/https.d.ts +86 -0
- package/dist/fiscal/transport/https.d.ts.map +1 -0
- package/dist/fiscal/transport/https.js +303 -0
- package/dist/fiscal/transport/https.js.map +1 -0
- package/dist/fiscal/transport/synthetic-tls.d.ts +80 -0
- package/dist/fiscal/transport/synthetic-tls.d.ts.map +1 -0
- package/dist/fiscal/transport/synthetic-tls.js +323 -0
- package/dist/fiscal/transport/synthetic-tls.js.map +1 -0
- package/dist/fiscal/transport/types.d.ts +134 -0
- package/dist/fiscal/transport/types.d.ts.map +1 -0
- package/dist/fiscal/transport/types.js +88 -0
- package/dist/fiscal/transport/types.js.map +1 -0
- package/dist/import/br-documents.d.ts +26 -0
- package/dist/import/br-documents.d.ts.map +1 -0
- package/dist/import/br-documents.js +78 -0
- package/dist/import/br-documents.js.map +1 -0
- package/dist/import/clients-import.d.ts +122 -4
- package/dist/import/clients-import.d.ts.map +1 -1
- package/dist/import/clients-import.js +341 -41
- package/dist/import/clients-import.js.map +1 -1
- package/dist/index.d.ts +115 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +100 -7
- package/dist/index.js.map +1 -1
- package/dist/legal/documents.d.ts +12 -1
- package/dist/legal/documents.d.ts.map +1 -1
- package/dist/legal/documents.js +98 -14
- package/dist/legal/documents.js.map +1 -1
- package/dist/legal/index.d.ts +1 -1
- package/dist/legal/index.d.ts.map +1 -1
- package/dist/legal/index.js +1 -1
- package/dist/legal/index.js.map +1 -1
- package/dist/legal/types.d.ts +37 -2
- package/dist/legal/types.d.ts.map +1 -1
- package/dist/legal/types.js.map +1 -1
- package/dist/onboarding/persistence.d.ts +10 -1
- package/dist/onboarding/persistence.d.ts.map +1 -1
- package/dist/onboarding/persistence.js +4 -4
- package/dist/onboarding/persistence.js.map +1 -1
- package/dist/pilot/go-live-checklist.d.ts +41 -0
- package/dist/pilot/go-live-checklist.d.ts.map +1 -0
- package/dist/pilot/go-live-checklist.js +209 -0
- package/dist/pilot/go-live-checklist.js.map +1 -0
- package/dist/pilot/milestone.d.ts +56 -0
- package/dist/pilot/milestone.d.ts.map +1 -0
- package/dist/pilot/milestone.js +74 -0
- package/dist/pilot/milestone.js.map +1 -0
- package/dist/platform/capabilities.d.ts +88 -0
- package/dist/platform/capabilities.d.ts.map +1 -0
- package/dist/platform/capabilities.js +140 -0
- package/dist/platform/capabilities.js.map +1 -0
- package/dist/platform/job-contract.d.ts +232 -0
- package/dist/platform/job-contract.d.ts.map +1 -0
- package/dist/platform/job-contract.js +403 -0
- package/dist/platform/job-contract.js.map +1 -0
- package/dist/rbac/catalog.d.ts.map +1 -1
- package/dist/rbac/catalog.js +34 -0
- package/dist/rbac/catalog.js.map +1 -1
- package/dist/subscription-billing/index.d.ts +6 -5
- package/dist/subscription-billing/index.d.ts.map +1 -1
- package/dist/subscription-billing/index.js +3 -3
- package/dist/subscription-billing/index.js.map +1 -1
- package/dist/subscription-billing/service.d.ts +21 -0
- package/dist/subscription-billing/service.d.ts.map +1 -1
- package/dist/subscription-billing/service.js +90 -15
- package/dist/subscription-billing/service.js.map +1 -1
- package/dist/tenancy/features.d.ts +69 -0
- package/dist/tenancy/features.d.ts.map +1 -0
- package/dist/tenancy/features.js +123 -0
- package/dist/tenancy/features.js.map +1 -0
- package/dist/tenancy/settings.d.ts +63 -0
- package/dist/tenancy/settings.d.ts.map +1 -0
- package/dist/tenancy/settings.js +218 -0
- package/dist/tenancy/settings.js.map +1 -0
- package/dist/users/repository.d.ts +16 -1
- package/dist/users/repository.d.ts.map +1 -1
- package/dist/users/repository.js +24 -1
- package/dist/users/repository.js.map +1 -1
- package/package.json +9 -2
- package/src/db/migrations/0045_role_write_scope.sql +122 -0
- package/src/db/migrations/0046_pilot_activation_model.sql +184 -0
- package/src/db/migrations/0047_recipient_clearance.sql +89 -0
- package/src/db/migrations/0048_item_type_note.sql +16 -0
- package/src/db/migrations/0049_national_fiscal_engine.sql +279 -0
- package/src/db/migrations/0050_fiscal_vocabulary_readonly.sql +29 -0
- package/src/db/migrations/0051_seed_rules_from_catalog.sql +72 -0
- package/src/db/migrations/0052_fiscal_rule_delete_scope.sql +57 -0
- package/src/db/migrations/0053_rule_validity_lower_bound.sql +44 -0
- package/src/db/migrations/0054_tenant_profile_and_rule_source.sql +89 -0
- package/src/db/migrations/0055_job_capability_contract.sql +300 -0
- package/src/db/migrations/0056_fiscal_document_ingestion.sql +337 -0
- package/src/db/migrations/0057_fiscal_pending_event_inbox.sql +228 -0
- package/src/db/migrations/0058_fiscal_operational_engine.sql +516 -0
- package/src/db/migrations/0059_fiscal_contract_version.sql +59 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clients-import.js","sourceRoot":"","sources":["../../../src/import/clients-import.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"clients-import.js","sourceRoot":"","sources":["../../../src/import/clients-import.ts"],"names":[],"mappings":"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"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -15,20 +15,25 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
16
16
|
};
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.
|
|
25
|
-
exports.
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
18
|
+
exports.upsertUserWithPassword = exports.sessionProducts = exports.sessionMemberships = exports.listMemberships = exports.selectTenant = exports.authenticate = exports.logout = exports.login = exports.rotateServicePrincipalSecret = exports.revokeWorkloadGrant = exports.grantWorkloadPermission = exports.disableServicePrincipal = exports.createServicePrincipal = exports.WORKLOAD_PURPOSES = exports.isMintedWorkloadIdentity = exports.assertMintedWorkloadIdentity = exports.authorizeWorkload = exports.authenticateWorkload = exports.loadUserPermissions = exports.listStaffWithPermission = exports.assertPermission = exports.canDo = exports.ALL_PERMISSION_KEYS = exports.SYSTEM_ROLES = exports.PERMISSIONS = exports.satisfiesCapability = exports.CAPABILITY_KEY_PATTERN = exports.API_CAPABILITY_KEYS = exports.API_CAPABILITIES = exports.CAPABILITY_CONTRACT_VERSION = exports.updateTenantFeatures = exports.tenantFeatureEnabled = exports.resolveTenantFeatures = exports.getTenantFeatureSettings = exports.envAllowlistHas = exports.TENANT_FEATURES = exports.BR_TIMEZONES = exports.tenantSetupStatus = exports.updateTenantProfile = exports.getTenantProfile = exports.assignSystemRole = exports.ensureMembership = exports.ensureOrganization = exports.ensureTenant = exports.ensureRbacCatalog = exports.loadEnv = exports.withTenant = exports.withContext = exports.resolveTls = exports.createDb = void 0;
|
|
19
|
+
exports.onboardingDisabledByDefault = exports.releaseOnboardingApiIdempotency = exports.completeOnboardingApiIdempotency = exports.reserveOnboardingApiIdempotency = exports.listOnboardingTimeline = exports.listOnboardings = exports.getOnboarding = exports.createOnboardingApplication = exports.knownUfs = exports.ufOfIbgeCode = exports.assertIbgeCoherent = exports.normalizePhone = exports.normalizeEmail = exports.tenantHasPhoneChannel = exports.contactabilityOf = exports.findClientIdByDocument = exports.softDeleteClient = exports.updateClient = exports.renameClient = exports.getClient = exports.listClientsPaged = exports.listClients = exports.createClient = exports.listAudit = exports.appendAudit = exports.isRetryableError = exports.TRANSACTIONAL_EMAIL_CONTRACT_VERSION = exports.MIN_DEDUP_WINDOW_MS = exports.DEFAULT_TIMEOUT_MS = exports.PassthroughTemplateRenderer = exports.StaticSenderResolver = exports.buildDedupKey = exports.InMemoryDedupStore = exports.createTransactionalEmailProvider = exports.renderAuthEmail = exports.sendTransactionalOutboundWithResult = exports.sendTransactionalOutbound = exports.createActivationToken = exports.isResetTokenValid = exports.resetPassword = exports.requestPasswordReset = exports.hashToken = exports.generateSessionToken = exports.verifyPassword = exports.hashPassword = exports.PRODUCTS = exports.ensureTenantProduct = exports.ensureProductCatalog = exports.listProductsForUser = exports.changePassword = void 0;
|
|
20
|
+
exports.isValidCnpj = exports.isValidCpf = exports.ImportWaveLimitExceeded = exports.ImportDigestMismatch = exports.CANONICAL_HEADER = exports.digestOf = exports.canonicalTemplateCsv = exports.listImportBatches = exports.rollbackImportBatch = exports.commitImport = exports.planImport = exports.parseClientsCsv = exports.getCoreStats = exports.reissueStaffActivation = exports.inviteUser = exports.setMembershipStatus = exports.setUserRole = exports.listTenantMembers = exports.createPublicReply = exports.addInternalNote = exports.resolveReview = exports.requestClarification = exports.acceptReview = exports.assignInteraction = exports.startReview = exports.getAdminInteractionReview = exports.getAdminInteractionMetrics = exports.listAdminInteractionReviews = exports.listPortalInteractions = exports.createPortalInteraction = exports.listPortalUserIds = exports.ensurePortalAccess = exports.getPortalClientId = exports.markNotificationRead = exports.unreadCount = exports.listNotifications = exports.createNotification = exports.listComments = exports.addComment = exports.updateRequestStatus = exports.getRequest = exports.listRequests = exports.createRequest = exports.PortalOnboardingFeatureDisabledError = exports.listPortalTimeline = exports.listPortalOnboardings = exports.getPortalOnboarding = exports.OnboardingConcurrencyError = exports.OnboardingFeatureDisabledError = exports.onboardingEnabledForTests = void 0;
|
|
21
|
+
exports.listOpenCharges = exports.billingSummary = exports.setChargeStatus = exports.markChargePaidByExternal = exports.markChargePaid = exports.getCharge = exports.listChargesForReceivable = exports.listCharges = exports.createCharge = exports.updateFeeAgreement = exports.setFeeStatus = exports.listFeeAgreements = exports.getFeeAgreement = exports.createFeeAgreement = exports.pipelineSummary = exports.completeTask = exports.listActivities = exports.addActivity = exports.softDeleteLead = exports.linkLeadToClient = exports.moveLeadStage = exports.updateLead = exports.getLead = exports.listLeads = exports.createLead = exports.CRM_STAGES = exports.decryptSecret = exports.encryptSecret = exports.parseKeyring = exports.loadVaultKeyring = exports.listExpiringCredentials = exports.softDeleteCredential = exports.rotateSecret = exports.findCredentialExpiryByName = exports.findCredentialIdByName = exports.revealSecretByName = exports.revealSecret = exports.getCredentialMeta = exports.listCredentials = exports.createCredential = exports.LEGAL_SLUGS = exports.buildLegalDocuments = exports.buildLegalDocument = exports.LEGAL_VERSION = exports.LEGAL_REVIEW_STATUS = exports.LEGAL_ORDER = exports.LEGAL_EFFECTIVE_DATE = exports.BARUK_COMPANY_PROFILE = exports.onlyDigits = exports.classifyDocument = void 0;
|
|
22
|
+
exports.isCustomerFacingStep = exports.INTERNAL_COLLECTION_CHANNELS = exports.dueSteps = exports.DEFAULT_POLICY = exports.DEFAULT_COLLECTION_STEPS = exports.meanLabel = exports.availableMeansOf = exports.runAutoGeneration = exports.previewAutoGeneration = exports.competenceFor = exports.reverseSettlementForCharge = exports.registerPayment = exports.markOverdueReceivables = exports.listReceivables = exports.listReceivableItems = exports.listPayments = exports.getReceivable = exports.generateReceivablesForCompetence = exports.financialSummary = exports.feeAppliesTo = exports.dueDateFor = exports.DEFAULT_AGING_BUCKETS = exports.createOneOffReceivable = exports.clientFinancialSummary = exports.classifyFeeForCompetence = exports.checkCompetenceDueDate = exports.cancelReceivable = exports.assertCompetence = exports.agingBuckets = exports.stepKey = exports.dueDunningSteps = exports.DEFAULT_DUNNING_STEPS = exports.recordWebhookEvent = exports.markWebhookProcessed = exports.applyWebhookEvent = exports.pixQrPngOf = exports.findActiveCharge = exports.ensureChargeForReceivable = exports.revokeProviderAccount = exports.revalidateProviderAccount = exports.connectProviderAccount = exports.resolveProviderForTenant = exports.providerBaseUrl = exports.getProviderAccountById = exports.getActiveProviderAccount = exports.AsaasProvider = exports.ManualProvider = exports.availableProviders = exports.registerBillingProvider = exports.resolveBillingProvider = void 0;
|
|
23
|
+
exports.isCollectibleSubject = exports.findEligibleSubjects = exports.runCollectionCycle = exports.rearmDunningAfterReversal = exports.rearmDunningAfterInfraFailure = exports.planCollections = exports.executeCollections = exports.cancelDunningForSettled = exports.upsertCollectionPolicy = exports.scheduleAction = exports.markSent = exports.markFailed = exports.markEscalated = exports.listActions = exports.handledStepKeys = exports.getCollectionPolicy = exports.getAction = exports.collectionMetrics = exports.clientTimeline = exports.cancelPendingActions = exports.renderCollectionText = exports.renderCollectionEmail = exports.escapeHtml = exports.renderCopy = exports.formatOverdue = exports.formatDateBR = exports.formatBRL = exports.describeReference = exports.paymentMeansOfCharge = exports.paymentMeansForReceivable = exports.setPrimaryProviderAccount = exports.listProviderAccounts = exports.AmbiguousProviderAccount = exports.requireProviderAccountById = exports.getProviderAccountByEnvironment = exports.readLiveRuntime = exports.assertLiveProviderAllowed = exports.customerFingerprint = exports.BRANDING_KEYS = exports.BrandingValidationError = exports.parseBrandingInput = exports.updateTenantBranding = exports.senderFor = exports.getTenantBranding = exports.TEMPLATE_VARIABLES = exports.resolveTemplate = exports.renderTemplate = exports.DEFAULT_TEMPLATES = exports.scheduledDateFor = exports.parsePolicySteps = void 0;
|
|
24
|
+
exports.listCommunicationTrail = exports.eventKindForSkip = exports.dispatch = exports.credentialResolverFor = exports.contextRef = exports.createWhatsAppChannel = exports.createSmsChannel = exports.createRecordingSmsTransport = exports.createRecordingAuditSink = exports.createPostgresDispatchClaimStore = exports.createPostgresAuditSink = exports.createNullAuditSink = exports.createInMemoryDispatchClaimStore = exports.createEmailChannel = exports.countSegments = exports.channelReports = exports.channelAccepts = exports.buildIdempotencyKey = exports.assertOwnership = exports.applyDeliveryEvent = exports.advanceStatus = exports.providerIdempotencyCovers = exports.RESEND_IDEMPOTENCY_WINDOW_MS = exports.NO_PROVIDER_GUARANTEES = exports.DEFAULT_CHANNEL_POLICY = exports.CHANNEL_REPORTS = exports.CHANNEL_KEYS = exports.CHANNEL_ACCEPTS = exports.toE164OrNull = exports.parseBrazilPhone = exports.maskPhone = exports.isMessagingCapable = exports.applyInboundOptOut = exports.applyDeliveryCallback = exports.createCollectionTemplateStore = exports.recordConsent = exports.listClientConsent = exports.createConsentStore = exports.SC_SUPPORTED_CHANNELS = exports.environmentCredentialResolver = exports.buildCollectionCommunication = exports.brandKeyFor = exports.createTenantChannelAccountStore = exports.collectionSenderFallback = exports.collectionVariables = exports.collectionEventType = exports.collectionContext = exports.buildCollectionContent = exports.SC_PRODUCT = exports.resolveSubjectForStep = void 0;
|
|
25
|
+
exports.failOnboardingSession = exports.consumeOnboardingSession = exports.DEFAULT_GRAPH_API_VERSION = exports.graphUrl = exports.graphApiVersion = exports.subscribeAppToWaba = exports.sameStateHash = exports.registerPhoneNumber = exports.readPhoneNumber = exports.listWabaTemplates = exports.sendWebhookTestEvent = exports.readWabaSubscribedApps = exports.readAppSubscriptions = exports.readAppSettings = exports.metaLanguageCode = exports.createWhatsAppTemplateProvider = exports.hashSignupState = exports.exchangeSignupCode = exports.createSignupState = exports.claimChannelAccount = exports.registerChannelBinding = exports.createPostgresChannelRouteStore = exports.createPostgresChannelBindingStore = exports.completeRoute = exports.CredentialRefNotAcceptableError = exports.ChannelRouteConflictError = exports.VAULT_DECRYPT_PERMISSION = exports.createPostgresTenantSecretStore = exports.noCredentialResolver = exports.isVaultRef = exports.isAcceptableForNewBinding = exports.createChannelCredentialResolver = exports.sameOrigin = exports.resolveRoute = exports.parseMetaWebhookOrigins = exports.verifyMetaSignature = exports.verifyMetaChallenge = exports.routeAccountsByChannel = exports.resolveIdentity = exports.parseMetaInboundOptOut = exports.parseMetaDeliveryWebhook = exports.deliveryEventId = exports.orderVariables = exports.isRetryable = exports.isGsm7 = exports.formatDryRunReport = exports.evaluateConsent = exports.emptyDryRunReport = exports.withSenderFallback = exports.resolveSenderProfile = void 0;
|
|
26
|
+
exports.getLimits = exports.getEffectiveEntitlements = exports.explainDecision = exports.canEntitlement = exports.ENTITLEMENTS_CONTRACT_VERSION = exports.isStandingOk = exports.normalizeSubscriptionStanding = exports.sourcePrecedence = exports.normalizeEntitlementSource = exports.LEGACY_SOURCE_ALIAS = exports.CANONICAL_ENTITLEMENT_SOURCES = exports.hasActiveEntitlement = exports.deriveEntitlements = exports.applyOffer = exports.couponFreeModule = exports.couponTrialExtensionDays = exports.applyCouponToQuote = exports.validateCoupon = exports.resolvePriceQuote = exports.validateOffer = exports.KNOWN_ACTIVE_PRODUCT_LINES = exports.DisabledSubscriptionProvider = exports.AsaasSubscriptionProvider = exports.resolveSubscriptionBillingProvider = exports.DEFAULT_PRODUCT_KEY = exports.singleProductRegistry = exports.createProductBillingRegistry = exports.dunningStepsAsEvents = exports.startTrial = exports.cancelSubscription = exports.changePlan = exports.applySubscriptionEvent = exports.InMemoryEventPublisher = exports.NoopEventPublisher = exports.MANDATORY_EVENT_TYPES = exports.isMandatoryEvent = exports.createDomainEvent = exports.SUBSCRIPTION_BILLING_CONTRACT_VERSION = exports.CANONICAL_PROVIDER_ERROR_MESSAGES = exports.isRetryableProviderError = exports.validateContext = exports.resolveCommunicationChannel = exports.unavailableCommunicationChannel = exports.summarizeDryRun = exports.statusForOutcome = exports.resolveCommunicationTemplate = exports.recordOnboardingAssets = exports.openOnboardingSession = exports.ONBOARDING_SESSION_TTL_MS = exports.latestOnboardingSession = void 0;
|
|
27
|
+
exports.categorizeDiffs = exports.normalizeLegacyQuote = exports.toPricingRequest = exports.STORAGE_ADDON_TARGET_CODE = exports.runBillingCron = exports.retryFailedWebhookEvents = exports.backofficeActivateSubscription = exports.backofficeListWebhookEvents = exports.backofficeOverview = exports.backofficeListSubscriptions = exports.reactivateForTenant = exports.cancelForTenant = exports.changePlanForTenant = exports.processSaasWebhook = exports.startSaasCheckout = exports.entitlementsForPlan = exports.standingFor = exports.subscriptionOverview = exports.provisionAccountingOffice = exports.signupSelfService = exports.seedSaasPlans = exports.withOperatorContext = exports.listSaasBillingEvents = exports.listSaasInvoices = exports.getSaasSubscriptionByTenant = exports.getSaasSubscription = exports.getSaasPlan = exports.listPublicPlans = exports.ensureSaasPlanCatalog = exports.DEFAULT_TRIAL_DAYS = exports.SAAS_PLANS = exports.compareQuotes = exports.normalizeCanonicalQuote = exports.computePricingQuote = exports.computeProration = exports.resolveBundleDiscount = exports.freeModuleCodesForBundle = exports.assertBundleModulesCovered = exports.PRICING_RULE_STEPS_IN_ORDER = exports.PRICING_ENGINE_VERSION = exports.PricingEngineError = exports.clampNonNegative = exports.prorateByDays = exports.applyPercent = exports.multiplyByQuantity = exports.subtractCents = exports.addCents = exports.centsToReais = exports.reaisToCents = exports.roundHalfEven = void 0;
|
|
28
|
+
exports.revokePortalAccess = exports.listPortalUsers = exports.invitePortalUser = exports.getDownloadUrl = exports.listDocuments = exports.listVersions = exports.getVersion = exports.getDocument = exports.uploadDocument = exports.shiftMonth = exports.easterSunday = exports.nationalHolidays = exports.lastDayOfMonth = exports.nthBusinessDayOfMonth = exports.lastBusinessDayOfMonth = exports.adjustToBusinessDay = exports.isBusinessDay = exports.completeInstanceIfDocumentsSettled = exports.reopenInstance = exports.assignInstance = exports.bulkOpenCompetence = exports.listOfficeObligations = exports.completeInstance = exports.listInstances = exports.computeDueDate = exports.generateInstancesForCompetence = exports.createRecurringItemType = exports.listRecurringItemTypes = exports.reopenCompetence = exports.closeCompetence = exports.listCompetences = exports.getCompetence = exports.openCompetence = exports.assertCompetenceLabel = exports.COMPETENCE_LABEL_RE = exports.availableStorageProviders = exports.resolveStorageProvider = exports.R2StorageProvider = exports.LocalStorageProvider = exports.sanitizeSegment = exports.sanitizeFilename = exports.buildStorageKey = exports.sha256Hex = exports.isAllowedMimeType = exports.ALLOWED_MIME_TYPES = exports.MAX_UPLOAD_BYTES = exports.DEFAULT_SIGNED_URL_TTL_SECONDS = exports.StorageError = exports.runShadowComparison = exports.computeShadowMetrics = void 0;
|
|
29
|
+
exports.annotateFiscalRule = exports.summarizeGovernance = exports.listGovernanceRules = exports.listTenantRulePolicies = exports.setTenantRulePolicy = exports.getFiscalRule = exports.supersedeFiscalRule = exports.createFiscalRule = exports.resolveRule = exports.candidateRules = exports.loadClientJurisdiction = exports.loadFiscalProfile = exports.clearClientFiscalAttribute = exports.setClientFiscalAttribute = exports.listFiscalAttributes = exports.generates = exports.decideApplicability = exports.InvalidCondition = exports.missingAttributes = exports.referencedAttributes = exports.evaluate = exports.parseCondition = exports.dataProvenance = exports.declareRealPilotStart = exports.getRealPilotStart = exports.clearanceSummary = exports.setClientClearance = exports.createClientClearanceStore = exports.CLEARANCE_NOT_REQUIRED = exports.listFeeObligations = exports.setFeeObligations = exports.goLiveChecklist = exports.getPilotPanel = exports.normalizeUf = exports.portfolioByResponsible = exports.assignClientResponsible = exports.PreviewMismatch = exports.generateFromPreview = exports.previewInstancesForCompetence = exports.catalogValidationSummary = exports.seedCatalogValidation = exports.setCatalogValidation = exports.listCatalogValidations = exports.cancelDocumentRequest = exports.rejectDocumentRequest = exports.validateDocumentRequest = exports.satisfyDocumentRequest = exports.listDocumentRequests = exports.getDocumentRequest = exports.createDocumentRequest = void 0;
|
|
30
|
+
exports.acquireFiscalSyncLease = exports.categorizeHttpStatus = exports.categorizeTransportError = exports.categorizeProviderError = exports.decideFromError = exports.decideFiscalRetry = exports.loadFiscalTlsMaterial = exports.buildTlsMaterial = exports.interventionKindFor = exports.readFiscalCredentialReadiness = exports.startSyntheticTlsServer = exports.syntheticPki = exports.createSyntheticPki = exports.parseRetryAfter = exports.FiscalTransportError = exports.retryAfterOf = exports.assertNoTlsBypass = exports.HttpsFiscalTransport = exports.fiscalSyncState = exports.getFiscalDocument = exports.listFiscalDocuments = exports.UnsafeXmlError = exports.decodeFiscalXml = exports.SyntheticAdnTransport = exports.NFSE_ACCESS_KEY_PATTERN = exports.AdnCredentialGateError = exports.parseNfseDocument = exports.createNfseAdnAdapter = exports.normalizeFiscalDocumentNumber = exports.classifyFiscalDirection = exports.reconcileFiscalPendingEvents = exports.ingestFiscalDocuments = exports.FiscalProviderError = exports.getTenantFiscalAutomation = exports.listFiscalEligibleClients = exports.evaluateFiscalEligibility = exports.KNOWN_JOBS = exports.FISCAL_SYNC_JOB = exports.SAAS_BILLING_JOB = exports.COLLECTION_CYCLE_JOB = exports.recordJobRunBestEffort = exports.recordJobRun = exports.runGuardedJob = exports.evaluateJobReadiness = exports.probePlatformCapabilities = exports.TEMPORARY_BACKOFF_MS = exports.JOB_CONTRACT_VERSION = exports.InvalidAttributeValue = exports.UnknownFiscalAttribute = exports.validateFiscalRule = void 0;
|
|
31
|
+
exports.NFSE_ADN_NSU_SERIES = exports.NFSE_ADN_HOSTS = exports.NFSE_ADN_LIMITS = exports.NFSE_ADN_OFFICIAL_CODES = exports.NFSE_ADN_OPERATIONS = exports.NFSE_ADN_OFFICIAL_SOURCES = exports.NFSE_ADN_CONTRACT_VERSION = exports.ADN_RESPONSE_SHAPE_VERIFIED = exports.ADN_HOSTS = exports.adnDfeUrl = exports.adnEventsUrl = exports.mapAdnStatus = exports.defaultAdnProfile = exports.assertAdnTransportAllowed = exports.createAdnDfeTransport = exports.SyntheticFiscalProvider = exports.listRequestCoverage = exports.assessRequestCoverage = exports.unknownCoverage = exports.assumesUniversalNfseCoverage = exports.listFiscalCoverage = exports.coverageForClient = exports.resolveFiscalCoverage = exports.reingestPreservedItem = exports.listFiscalInbox = exports.reprocessFiscalInboxItem = exports.listFiscalClientSyncStatus = exports.fiscalValueMetrics = exports.fiscalOperationalMetrics = exports.describeAdapter = exports.FiscalSecretBoundaryError = exports.runTenantFiscalSyncCycle = exports.listFiscalInterventions = exports.resolveFiscalInterventions = exports.raiseFiscalIntervention = exports.FISCAL_SYNC_POLICY_DEFAULT = exports.nextEffectiveRun = exports.nextRunAfter = exports.setFiscalSyncPolicy = exports.resolveFiscalSyncPolicy = exports.CIRCUIT_MAX_OPEN_MS = exports.CIRCUIT_BASE_OPEN_MS = exports.CIRCUIT_FAILURE_THRESHOLD = exports.recordProviderSuccess = exports.recordProviderFailure = exports.readProviderCircuit = exports.DEFAULT_LEASE_TTL_MS = exports.listStaleFiscalSyncLeases = exports.releaseFiscalSyncLease = exports.heartbeatFiscalSyncLease = void 0;
|
|
32
|
+
exports.AdnEndpointNotAllowedError = exports.resolveAdnBaseUrl = exports.AdnContractMismatchError = exports.readAdnEnvelope = exports.adnRealTransportBlockers = exports.ADN_REAL_TRANSPORT_ENABLED = exports.ADN_SYNTHETIC_ENVELOPE_PROFILE = exports.ADN_OFFICIAL_ENVELOPE_PROFILE = exports.NFSE_ADN_A1_RATIONALE = exports.NFSE_ADN_A1_REQUIREMENT = exports.NFSE_ADN_MTLS_REQUIREMENT = exports.NFSE_ADN_ENVELOPE_SHAPE_VERIFIED = exports.NFSE_ADN_PAYLOAD_SHAPE_VERIFIED = exports.NFSE_ADN_NSU_SERIES_IN_USE = void 0;
|
|
29
33
|
// Banco / contexto de tenant (RLS)
|
|
30
34
|
var client_js_1 = require("./db/client.js");
|
|
31
35
|
Object.defineProperty(exports, "createDb", { enumerable: true, get: function () { return client_js_1.createDb; } });
|
|
36
|
+
Object.defineProperty(exports, "resolveTls", { enumerable: true, get: function () { return client_js_1.resolveTls; } });
|
|
32
37
|
var context_js_1 = require("./db/context.js");
|
|
33
38
|
Object.defineProperty(exports, "withContext", { enumerable: true, get: function () { return context_js_1.withContext; } });
|
|
34
39
|
Object.defineProperty(exports, "withTenant", { enumerable: true, get: function () { return context_js_1.withTenant; } });
|
|
@@ -41,6 +46,28 @@ Object.defineProperty(exports, "ensureTenant", { enumerable: true, get: function
|
|
|
41
46
|
Object.defineProperty(exports, "ensureOrganization", { enumerable: true, get: function () { return provisioning_js_1.ensureOrganization; } });
|
|
42
47
|
Object.defineProperty(exports, "ensureMembership", { enumerable: true, get: function () { return provisioning_js_1.ensureMembership; } });
|
|
43
48
|
Object.defineProperty(exports, "assignSystemRole", { enumerable: true, get: function () { return provisioning_js_1.assignSystemRole; } });
|
|
49
|
+
// cap.tenant.settings — identidade, fuso e progresso de configuração do escritório.
|
|
50
|
+
var settings_js_1 = require("./tenancy/settings.js");
|
|
51
|
+
Object.defineProperty(exports, "getTenantProfile", { enumerable: true, get: function () { return settings_js_1.getTenantProfile; } });
|
|
52
|
+
Object.defineProperty(exports, "updateTenantProfile", { enumerable: true, get: function () { return settings_js_1.updateTenantProfile; } });
|
|
53
|
+
Object.defineProperty(exports, "tenantSetupStatus", { enumerable: true, get: function () { return settings_js_1.tenantSetupStatus; } });
|
|
54
|
+
Object.defineProperty(exports, "BR_TIMEZONES", { enumerable: true, get: function () { return settings_js_1.BR_TIMEZONES; } });
|
|
55
|
+
// cap.tenant.features — módulo do escritório sai da env var e vira configuração.
|
|
56
|
+
var features_js_1 = require("./tenancy/features.js");
|
|
57
|
+
Object.defineProperty(exports, "TENANT_FEATURES", { enumerable: true, get: function () { return features_js_1.TENANT_FEATURES; } });
|
|
58
|
+
Object.defineProperty(exports, "envAllowlistHas", { enumerable: true, get: function () { return features_js_1.envAllowlistHas; } });
|
|
59
|
+
Object.defineProperty(exports, "getTenantFeatureSettings", { enumerable: true, get: function () { return features_js_1.getTenantFeatureSettings; } });
|
|
60
|
+
Object.defineProperty(exports, "resolveTenantFeatures", { enumerable: true, get: function () { return features_js_1.resolveTenantFeatures; } });
|
|
61
|
+
Object.defineProperty(exports, "tenantFeatureEnabled", { enumerable: true, get: function () { return features_js_1.tenantFeatureEnabled; } });
|
|
62
|
+
Object.defineProperty(exports, "updateTenantFeatures", { enumerable: true, get: function () { return features_js_1.updateTenantFeatures; } });
|
|
63
|
+
// Contrato de CAPACIDADE da API — o que o console pode exigir do servidor
|
|
64
|
+
// sem descobrir na tela que a versão dele ainda não subiu.
|
|
65
|
+
var capabilities_js_1 = require("./platform/capabilities.js");
|
|
66
|
+
Object.defineProperty(exports, "CAPABILITY_CONTRACT_VERSION", { enumerable: true, get: function () { return capabilities_js_1.CAPABILITY_CONTRACT_VERSION; } });
|
|
67
|
+
Object.defineProperty(exports, "API_CAPABILITIES", { enumerable: true, get: function () { return capabilities_js_1.API_CAPABILITIES; } });
|
|
68
|
+
Object.defineProperty(exports, "API_CAPABILITY_KEYS", { enumerable: true, get: function () { return capabilities_js_1.API_CAPABILITY_KEYS; } });
|
|
69
|
+
Object.defineProperty(exports, "CAPABILITY_KEY_PATTERN", { enumerable: true, get: function () { return capabilities_js_1.CAPABILITY_KEY_PATTERN; } });
|
|
70
|
+
Object.defineProperty(exports, "satisfiesCapability", { enumerable: true, get: function () { return capabilities_js_1.satisfiesCapability; } });
|
|
44
71
|
// RBAC
|
|
45
72
|
var catalog_js_1 = require("./rbac/catalog.js");
|
|
46
73
|
Object.defineProperty(exports, "PERMISSIONS", { enumerable: true, get: function () { return catalog_js_1.PERMISSIONS; } });
|
|
@@ -139,8 +166,13 @@ Object.defineProperty(exports, "updateClient", { enumerable: true, get: function
|
|
|
139
166
|
Object.defineProperty(exports, "softDeleteClient", { enumerable: true, get: function () { return repository_js_3.softDeleteClient; } });
|
|
140
167
|
Object.defineProperty(exports, "findClientIdByDocument", { enumerable: true, get: function () { return repository_js_3.findClientIdByDocument; } });
|
|
141
168
|
Object.defineProperty(exports, "contactabilityOf", { enumerable: true, get: function () { return repository_js_3.contactabilityOf; } });
|
|
169
|
+
Object.defineProperty(exports, "tenantHasPhoneChannel", { enumerable: true, get: function () { return repository_js_3.tenantHasPhoneChannel; } });
|
|
142
170
|
Object.defineProperty(exports, "normalizeEmail", { enumerable: true, get: function () { return repository_js_3.normalizeEmail; } });
|
|
143
171
|
Object.defineProperty(exports, "normalizePhone", { enumerable: true, get: function () { return repository_js_3.normalizePhone; } });
|
|
172
|
+
var ibge_js_1 = require("./clients/ibge.js");
|
|
173
|
+
Object.defineProperty(exports, "assertIbgeCoherent", { enumerable: true, get: function () { return ibge_js_1.assertIbgeCoherent; } });
|
|
174
|
+
Object.defineProperty(exports, "ufOfIbgeCode", { enumerable: true, get: function () { return ibge_js_1.ufOfIbgeCode; } });
|
|
175
|
+
Object.defineProperty(exports, "knownUfs", { enumerable: true, get: function () { return ibge_js_1.knownUfs; } });
|
|
144
176
|
// Office — Client Onboarding (persistência e application layer)
|
|
145
177
|
var persistence_js_1 = require("./onboarding/persistence.js");
|
|
146
178
|
Object.defineProperty(exports, "createOnboardingApplication", { enumerable: true, get: function () { return persistence_js_1.createOnboardingApplication; } });
|
|
@@ -208,6 +240,18 @@ var clients_import_js_1 = require("./import/clients-import.js");
|
|
|
208
240
|
Object.defineProperty(exports, "parseClientsCsv", { enumerable: true, get: function () { return clients_import_js_1.parseClientsCsv; } });
|
|
209
241
|
Object.defineProperty(exports, "planImport", { enumerable: true, get: function () { return clients_import_js_1.planImport; } });
|
|
210
242
|
Object.defineProperty(exports, "commitImport", { enumerable: true, get: function () { return clients_import_js_1.commitImport; } });
|
|
243
|
+
Object.defineProperty(exports, "rollbackImportBatch", { enumerable: true, get: function () { return clients_import_js_1.rollbackImportBatch; } });
|
|
244
|
+
Object.defineProperty(exports, "listImportBatches", { enumerable: true, get: function () { return clients_import_js_1.listImportBatches; } });
|
|
245
|
+
Object.defineProperty(exports, "canonicalTemplateCsv", { enumerable: true, get: function () { return clients_import_js_1.canonicalTemplateCsv; } });
|
|
246
|
+
Object.defineProperty(exports, "digestOf", { enumerable: true, get: function () { return clients_import_js_1.digestOf; } });
|
|
247
|
+
Object.defineProperty(exports, "CANONICAL_HEADER", { enumerable: true, get: function () { return clients_import_js_1.CANONICAL_HEADER; } });
|
|
248
|
+
Object.defineProperty(exports, "ImportDigestMismatch", { enumerable: true, get: function () { return clients_import_js_1.ImportDigestMismatch; } });
|
|
249
|
+
Object.defineProperty(exports, "ImportWaveLimitExceeded", { enumerable: true, get: function () { return clients_import_js_1.ImportWaveLimitExceeded; } });
|
|
250
|
+
var br_documents_js_1 = require("./import/br-documents.js");
|
|
251
|
+
Object.defineProperty(exports, "isValidCpf", { enumerable: true, get: function () { return br_documents_js_1.isValidCpf; } });
|
|
252
|
+
Object.defineProperty(exports, "isValidCnpj", { enumerable: true, get: function () { return br_documents_js_1.isValidCnpj; } });
|
|
253
|
+
Object.defineProperty(exports, "classifyDocument", { enumerable: true, get: function () { return br_documents_js_1.classifyDocument; } });
|
|
254
|
+
Object.defineProperty(exports, "onlyDigits", { enumerable: true, get: function () { return br_documents_js_1.onlyDigits; } });
|
|
211
255
|
// Legal Center compartilhado — contratos e documentos parametrizados por produto.
|
|
212
256
|
var company_js_1 = require("./legal/company.js");
|
|
213
257
|
Object.defineProperty(exports, "BARUK_COMPANY_PROFILE", { enumerable: true, get: function () { return company_js_1.BARUK_COMPANY_PROFILE; } });
|
|
@@ -334,6 +378,8 @@ var policy_js_1 = require("./collection/policy.js");
|
|
|
334
378
|
Object.defineProperty(exports, "DEFAULT_COLLECTION_STEPS", { enumerable: true, get: function () { return policy_js_1.DEFAULT_COLLECTION_STEPS; } });
|
|
335
379
|
Object.defineProperty(exports, "DEFAULT_POLICY", { enumerable: true, get: function () { return policy_js_1.DEFAULT_POLICY; } });
|
|
336
380
|
Object.defineProperty(exports, "dueSteps", { enumerable: true, get: function () { return policy_js_1.dueSteps; } });
|
|
381
|
+
Object.defineProperty(exports, "INTERNAL_COLLECTION_CHANNELS", { enumerable: true, get: function () { return policy_js_1.INTERNAL_COLLECTION_CHANNELS; } });
|
|
382
|
+
Object.defineProperty(exports, "isCustomerFacingStep", { enumerable: true, get: function () { return policy_js_1.isCustomerFacingStep; } });
|
|
337
383
|
Object.defineProperty(exports, "parsePolicySteps", { enumerable: true, get: function () { return policy_js_1.parsePolicySteps; } });
|
|
338
384
|
Object.defineProperty(exports, "scheduledDateFor", { enumerable: true, get: function () { return policy_js_1.scheduledDateFor; } });
|
|
339
385
|
var template_js_1 = require("./collection/template.js");
|
|
@@ -344,6 +390,12 @@ Object.defineProperty(exports, "TEMPLATE_VARIABLES", { enumerable: true, get: fu
|
|
|
344
390
|
var branding_js_1 = require("./collection/branding.js");
|
|
345
391
|
Object.defineProperty(exports, "getTenantBranding", { enumerable: true, get: function () { return branding_js_1.getTenantBranding; } });
|
|
346
392
|
Object.defineProperty(exports, "senderFor", { enumerable: true, get: function () { return branding_js_1.senderFor; } });
|
|
393
|
+
// cap.tenant.branding-write — a marca do escritório deixa de exigir SQL.
|
|
394
|
+
var branding_js_2 = require("./collection/branding.js");
|
|
395
|
+
Object.defineProperty(exports, "updateTenantBranding", { enumerable: true, get: function () { return branding_js_2.updateTenantBranding; } });
|
|
396
|
+
Object.defineProperty(exports, "parseBrandingInput", { enumerable: true, get: function () { return branding_js_2.parseBrandingInput; } });
|
|
397
|
+
Object.defineProperty(exports, "BrandingValidationError", { enumerable: true, get: function () { return branding_js_2.BrandingValidationError; } });
|
|
398
|
+
Object.defineProperty(exports, "BRANDING_KEYS", { enumerable: true, get: function () { return branding_js_2.BRANDING_KEYS; } });
|
|
347
399
|
var payment_rail_js_2 = require("./billing/payment-rail.js");
|
|
348
400
|
Object.defineProperty(exports, "customerFingerprint", { enumerable: true, get: function () { return payment_rail_js_2.customerFingerprint; } });
|
|
349
401
|
// cap.billing.live-guard — grades entre a aplicação e dinheiro real.
|
|
@@ -353,6 +405,8 @@ Object.defineProperty(exports, "readLiveRuntime", { enumerable: true, get: funct
|
|
|
353
405
|
// cap.billing.payment-account-environments — laboratório e operação coexistem.
|
|
354
406
|
var provider_account_js_2 = require("./billing/provider-account.js");
|
|
355
407
|
Object.defineProperty(exports, "getProviderAccountByEnvironment", { enumerable: true, get: function () { return provider_account_js_2.getProviderAccountByEnvironment; } });
|
|
408
|
+
Object.defineProperty(exports, "requireProviderAccountById", { enumerable: true, get: function () { return provider_account_js_2.requireProviderAccountById; } });
|
|
409
|
+
Object.defineProperty(exports, "AmbiguousProviderAccount", { enumerable: true, get: function () { return provider_account_js_2.AmbiguousProviderAccount; } });
|
|
356
410
|
Object.defineProperty(exports, "listProviderAccounts", { enumerable: true, get: function () { return provider_account_js_2.listProviderAccounts; } });
|
|
357
411
|
Object.defineProperty(exports, "setPrimaryProviderAccount", { enumerable: true, get: function () { return provider_account_js_2.setPrimaryProviderAccount; } });
|
|
358
412
|
// cap.billing.payment-means — como se paga é assunto do domínio, não do canal.
|
|
@@ -634,6 +688,8 @@ Object.defineProperty(exports, "listSaasBillingEvents", { enumerable: true, get:
|
|
|
634
688
|
Object.defineProperty(exports, "withOperatorContext", { enumerable: true, get: function () { return index_js_3.withOperatorContext; } });
|
|
635
689
|
Object.defineProperty(exports, "seedSaasPlans", { enumerable: true, get: function () { return index_js_3.seedSaasPlans; } });
|
|
636
690
|
Object.defineProperty(exports, "signupSelfService", { enumerable: true, get: function () { return index_js_3.signupSelfService; } });
|
|
691
|
+
// cap.tenant.operator-provisioning — a Baruk cadastra um escritório sem senha alheia.
|
|
692
|
+
Object.defineProperty(exports, "provisionAccountingOffice", { enumerable: true, get: function () { return index_js_3.provisionAccountingOffice; } });
|
|
637
693
|
Object.defineProperty(exports, "subscriptionOverview", { enumerable: true, get: function () { return index_js_3.subscriptionOverview; } });
|
|
638
694
|
Object.defineProperty(exports, "standingFor", { enumerable: true, get: function () { return index_js_3.standingFor; } });
|
|
639
695
|
Object.defineProperty(exports, "entitlementsForPlan", { enumerable: true, get: function () { return index_js_3.entitlementsForPlan; } });
|
|
@@ -692,6 +748,28 @@ Object.defineProperty(exports, "generateInstancesForCompetence", { enumerable: t
|
|
|
692
748
|
Object.defineProperty(exports, "computeDueDate", { enumerable: true, get: function () { return repository_js_13.computeDueDate; } });
|
|
693
749
|
Object.defineProperty(exports, "listInstances", { enumerable: true, get: function () { return repository_js_13.listInstances; } });
|
|
694
750
|
Object.defineProperty(exports, "completeInstance", { enumerable: true, get: function () { return repository_js_13.completeInstance; } });
|
|
751
|
+
Object.defineProperty(exports, "listOfficeObligations", { enumerable: true, get: function () { return repository_js_13.listOfficeObligations; } });
|
|
752
|
+
Object.defineProperty(exports, "bulkOpenCompetence", { enumerable: true, get: function () { return repository_js_13.bulkOpenCompetence; } });
|
|
753
|
+
Object.defineProperty(exports, "assignInstance", { enumerable: true, get: function () { return repository_js_13.assignInstance; } });
|
|
754
|
+
Object.defineProperty(exports, "reopenInstance", { enumerable: true, get: function () { return repository_js_13.reopenInstance; } });
|
|
755
|
+
Object.defineProperty(exports, "completeInstanceIfDocumentsSettled", { enumerable: true, get: function () { return repository_js_13.completeInstanceIfDocumentsSettled; } });
|
|
756
|
+
/**
|
|
757
|
+
* Calendário de dias úteis brasileiro.
|
|
758
|
+
*
|
|
759
|
+
* Vive no Core — e não numa vertical — pela mesma razão que `document_number`:
|
|
760
|
+
* feriado nacional é do PAÍS, não do segmento. Qualquer produto que opere no
|
|
761
|
+
* Brasil precisa saber que 12 de outubro não é dia útil. O que É do segmento —
|
|
762
|
+
* quais obrigações existem e quando vencem — mora em `@baruk/contabil`.
|
|
763
|
+
*/
|
|
764
|
+
var business_days_js_1 = require("./competence/business-days.js");
|
|
765
|
+
Object.defineProperty(exports, "isBusinessDay", { enumerable: true, get: function () { return business_days_js_1.isBusinessDay; } });
|
|
766
|
+
Object.defineProperty(exports, "adjustToBusinessDay", { enumerable: true, get: function () { return business_days_js_1.adjustToBusinessDay; } });
|
|
767
|
+
Object.defineProperty(exports, "lastBusinessDayOfMonth", { enumerable: true, get: function () { return business_days_js_1.lastBusinessDayOfMonth; } });
|
|
768
|
+
Object.defineProperty(exports, "nthBusinessDayOfMonth", { enumerable: true, get: function () { return business_days_js_1.nthBusinessDayOfMonth; } });
|
|
769
|
+
Object.defineProperty(exports, "lastDayOfMonth", { enumerable: true, get: function () { return business_days_js_1.lastDayOfMonth; } });
|
|
770
|
+
Object.defineProperty(exports, "nationalHolidays", { enumerable: true, get: function () { return business_days_js_1.nationalHolidays; } });
|
|
771
|
+
Object.defineProperty(exports, "easterSunday", { enumerable: true, get: function () { return business_days_js_1.easterSunday; } });
|
|
772
|
+
Object.defineProperty(exports, "shiftMonth", { enumerable: true, get: function () { return business_days_js_1.shiftMonth; } });
|
|
695
773
|
var repository_js_14 = require("./documents/repository.js");
|
|
696
774
|
Object.defineProperty(exports, "uploadDocument", { enumerable: true, get: function () { return repository_js_14.uploadDocument; } });
|
|
697
775
|
Object.defineProperty(exports, "getDocument", { enumerable: true, get: function () { return repository_js_14.getDocument; } });
|
|
@@ -711,4 +789,231 @@ Object.defineProperty(exports, "satisfyDocumentRequest", { enumerable: true, get
|
|
|
711
789
|
Object.defineProperty(exports, "validateDocumentRequest", { enumerable: true, get: function () { return requests_js_1.validateDocumentRequest; } });
|
|
712
790
|
Object.defineProperty(exports, "rejectDocumentRequest", { enumerable: true, get: function () { return requests_js_1.rejectDocumentRequest; } });
|
|
713
791
|
Object.defineProperty(exports, "cancelDocumentRequest", { enumerable: true, get: function () { return requests_js_1.cancelDocumentRequest; } });
|
|
792
|
+
// Fase 5 — pré-ativação do piloto: conferência do catálogo e prévia de obrigações.
|
|
793
|
+
var catalog_validation_js_1 = require("./competence/catalog-validation.js");
|
|
794
|
+
Object.defineProperty(exports, "listCatalogValidations", { enumerable: true, get: function () { return catalog_validation_js_1.listCatalogValidations; } });
|
|
795
|
+
Object.defineProperty(exports, "setCatalogValidation", { enumerable: true, get: function () { return catalog_validation_js_1.setCatalogValidation; } });
|
|
796
|
+
Object.defineProperty(exports, "seedCatalogValidation", { enumerable: true, get: function () { return catalog_validation_js_1.seedCatalogValidation; } });
|
|
797
|
+
Object.defineProperty(exports, "catalogValidationSummary", { enumerable: true, get: function () { return catalog_validation_js_1.catalogValidationSummary; } });
|
|
798
|
+
var obligation_preview_js_1 = require("./competence/obligation-preview.js");
|
|
799
|
+
Object.defineProperty(exports, "previewInstancesForCompetence", { enumerable: true, get: function () { return obligation_preview_js_1.previewInstancesForCompetence; } });
|
|
800
|
+
Object.defineProperty(exports, "generateFromPreview", { enumerable: true, get: function () { return obligation_preview_js_1.generateFromPreview; } });
|
|
801
|
+
Object.defineProperty(exports, "PreviewMismatch", { enumerable: true, get: function () { return obligation_preview_js_1.PreviewMismatch; } });
|
|
802
|
+
var repository_js_15 = require("./clients/repository.js");
|
|
803
|
+
Object.defineProperty(exports, "assignClientResponsible", { enumerable: true, get: function () { return repository_js_15.assignClientResponsible; } });
|
|
804
|
+
Object.defineProperty(exports, "portfolioByResponsible", { enumerable: true, get: function () { return repository_js_15.portfolioByResponsible; } });
|
|
805
|
+
Object.defineProperty(exports, "normalizeUf", { enumerable: true, get: function () { return repository_js_15.normalizeUf; } });
|
|
806
|
+
var pilot_panel_js_1 = require("./dashboard/pilot-panel.js");
|
|
807
|
+
Object.defineProperty(exports, "getPilotPanel", { enumerable: true, get: function () { return pilot_panel_js_1.getPilotPanel; } });
|
|
808
|
+
var go_live_checklist_js_1 = require("./pilot/go-live-checklist.js");
|
|
809
|
+
Object.defineProperty(exports, "goLiveChecklist", { enumerable: true, get: function () { return go_live_checklist_js_1.goLiveChecklist; } });
|
|
810
|
+
var repository_js_16 = require("./billing/repository.js");
|
|
811
|
+
Object.defineProperty(exports, "setFeeObligations", { enumerable: true, get: function () { return repository_js_16.setFeeObligations; } });
|
|
812
|
+
Object.defineProperty(exports, "listFeeObligations", { enumerable: true, get: function () { return repository_js_16.listFeeObligations; } });
|
|
813
|
+
// Fase 6 — liberação do destinatário: a conferência do escritório, distinta do
|
|
814
|
+
// consentimento do cliente.
|
|
815
|
+
var clearance_js_1 = require("./communication/clearance.js");
|
|
816
|
+
Object.defineProperty(exports, "CLEARANCE_NOT_REQUIRED", { enumerable: true, get: function () { return clearance_js_1.CLEARANCE_NOT_REQUIRED; } });
|
|
817
|
+
var clearance_store_js_1 = require("./collection/clearance-store.js");
|
|
818
|
+
Object.defineProperty(exports, "createClientClearanceStore", { enumerable: true, get: function () { return clearance_store_js_1.createClientClearanceStore; } });
|
|
819
|
+
Object.defineProperty(exports, "setClientClearance", { enumerable: true, get: function () { return clearance_store_js_1.setClientClearance; } });
|
|
820
|
+
Object.defineProperty(exports, "clearanceSummary", { enumerable: true, get: function () { return clearance_store_js_1.clearanceSummary; } });
|
|
821
|
+
var milestone_js_1 = require("./pilot/milestone.js");
|
|
822
|
+
Object.defineProperty(exports, "getRealPilotStart", { enumerable: true, get: function () { return milestone_js_1.getRealPilotStart; } });
|
|
823
|
+
Object.defineProperty(exports, "declareRealPilotStart", { enumerable: true, get: function () { return milestone_js_1.declareRealPilotStart; } });
|
|
824
|
+
Object.defineProperty(exports, "dataProvenance", { enumerable: true, get: function () { return milestone_js_1.dataProvenance; } });
|
|
825
|
+
// Fase N1 — motor nacional de aplicabilidade fiscal.
|
|
826
|
+
var conditions_js_1 = require("./fiscal/conditions.js");
|
|
827
|
+
Object.defineProperty(exports, "parseCondition", { enumerable: true, get: function () { return conditions_js_1.parseCondition; } });
|
|
828
|
+
Object.defineProperty(exports, "evaluate", { enumerable: true, get: function () { return conditions_js_1.evaluate; } });
|
|
829
|
+
Object.defineProperty(exports, "referencedAttributes", { enumerable: true, get: function () { return conditions_js_1.referencedAttributes; } });
|
|
830
|
+
Object.defineProperty(exports, "missingAttributes", { enumerable: true, get: function () { return conditions_js_1.missingAttributes; } });
|
|
831
|
+
Object.defineProperty(exports, "InvalidCondition", { enumerable: true, get: function () { return conditions_js_1.InvalidCondition; } });
|
|
832
|
+
var applicability_js_1 = require("./fiscal/applicability.js");
|
|
833
|
+
Object.defineProperty(exports, "decideApplicability", { enumerable: true, get: function () { return applicability_js_1.decideApplicability; } });
|
|
834
|
+
Object.defineProperty(exports, "generates", { enumerable: true, get: function () { return applicability_js_1.generates; } });
|
|
835
|
+
var repository_js_17 = require("./fiscal/repository.js");
|
|
836
|
+
Object.defineProperty(exports, "listFiscalAttributes", { enumerable: true, get: function () { return repository_js_17.listFiscalAttributes; } });
|
|
837
|
+
Object.defineProperty(exports, "setClientFiscalAttribute", { enumerable: true, get: function () { return repository_js_17.setClientFiscalAttribute; } });
|
|
838
|
+
Object.defineProperty(exports, "clearClientFiscalAttribute", { enumerable: true, get: function () { return repository_js_17.clearClientFiscalAttribute; } });
|
|
839
|
+
Object.defineProperty(exports, "loadFiscalProfile", { enumerable: true, get: function () { return repository_js_17.loadFiscalProfile; } });
|
|
840
|
+
Object.defineProperty(exports, "loadClientJurisdiction", { enumerable: true, get: function () { return repository_js_17.loadClientJurisdiction; } });
|
|
841
|
+
Object.defineProperty(exports, "candidateRules", { enumerable: true, get: function () { return repository_js_17.candidateRules; } });
|
|
842
|
+
Object.defineProperty(exports, "resolveRule", { enumerable: true, get: function () { return repository_js_17.resolveRule; } });
|
|
843
|
+
Object.defineProperty(exports, "createFiscalRule", { enumerable: true, get: function () { return repository_js_17.createFiscalRule; } });
|
|
844
|
+
Object.defineProperty(exports, "supersedeFiscalRule", { enumerable: true, get: function () { return repository_js_17.supersedeFiscalRule; } });
|
|
845
|
+
Object.defineProperty(exports, "getFiscalRule", { enumerable: true, get: function () { return repository_js_17.getFiscalRule; } });
|
|
846
|
+
Object.defineProperty(exports, "setTenantRulePolicy", { enumerable: true, get: function () { return repository_js_17.setTenantRulePolicy; } });
|
|
847
|
+
Object.defineProperty(exports, "listTenantRulePolicies", { enumerable: true, get: function () { return repository_js_17.listTenantRulePolicies; } });
|
|
848
|
+
// cap.fiscal.governance — a fila de conferência ganha superfície.
|
|
849
|
+
Object.defineProperty(exports, "listGovernanceRules", { enumerable: true, get: function () { return repository_js_17.listGovernanceRules; } });
|
|
850
|
+
Object.defineProperty(exports, "summarizeGovernance", { enumerable: true, get: function () { return repository_js_17.summarizeGovernance; } });
|
|
851
|
+
Object.defineProperty(exports, "annotateFiscalRule", { enumerable: true, get: function () { return repository_js_17.annotateFiscalRule; } });
|
|
852
|
+
Object.defineProperty(exports, "validateFiscalRule", { enumerable: true, get: function () { return repository_js_17.validateFiscalRule; } });
|
|
853
|
+
Object.defineProperty(exports, "UnknownFiscalAttribute", { enumerable: true, get: function () { return repository_js_17.UnknownFiscalAttribute; } });
|
|
854
|
+
Object.defineProperty(exports, "InvalidAttributeValue", { enumerable: true, get: function () { return repository_js_17.InvalidAttributeValue; } });
|
|
855
|
+
// ── Gate B0 — contrato de capacidade de jobs e elegibilidade fiscal ────────
|
|
856
|
+
var job_contract_js_1 = require("./platform/job-contract.js");
|
|
857
|
+
Object.defineProperty(exports, "JOB_CONTRACT_VERSION", { enumerable: true, get: function () { return job_contract_js_1.JOB_CONTRACT_VERSION; } });
|
|
858
|
+
Object.defineProperty(exports, "TEMPORARY_BACKOFF_MS", { enumerable: true, get: function () { return job_contract_js_1.TEMPORARY_BACKOFF_MS; } });
|
|
859
|
+
Object.defineProperty(exports, "probePlatformCapabilities", { enumerable: true, get: function () { return job_contract_js_1.probePlatformCapabilities; } });
|
|
860
|
+
Object.defineProperty(exports, "evaluateJobReadiness", { enumerable: true, get: function () { return job_contract_js_1.evaluateJobReadiness; } });
|
|
861
|
+
Object.defineProperty(exports, "runGuardedJob", { enumerable: true, get: function () { return job_contract_js_1.runGuardedJob; } });
|
|
862
|
+
Object.defineProperty(exports, "recordJobRun", { enumerable: true, get: function () { return job_contract_js_1.recordJobRun; } });
|
|
863
|
+
Object.defineProperty(exports, "recordJobRunBestEffort", { enumerable: true, get: function () { return job_contract_js_1.recordJobRunBestEffort; } });
|
|
864
|
+
Object.defineProperty(exports, "COLLECTION_CYCLE_JOB", { enumerable: true, get: function () { return job_contract_js_1.COLLECTION_CYCLE_JOB; } });
|
|
865
|
+
Object.defineProperty(exports, "SAAS_BILLING_JOB", { enumerable: true, get: function () { return job_contract_js_1.SAAS_BILLING_JOB; } });
|
|
866
|
+
Object.defineProperty(exports, "FISCAL_SYNC_JOB", { enumerable: true, get: function () { return job_contract_js_1.FISCAL_SYNC_JOB; } });
|
|
867
|
+
Object.defineProperty(exports, "KNOWN_JOBS", { enumerable: true, get: function () { return job_contract_js_1.KNOWN_JOBS; } });
|
|
868
|
+
var eligibility_js_1 = require("./fiscal/eligibility.js");
|
|
869
|
+
Object.defineProperty(exports, "evaluateFiscalEligibility", { enumerable: true, get: function () { return eligibility_js_1.evaluateFiscalEligibility; } });
|
|
870
|
+
Object.defineProperty(exports, "listFiscalEligibleClients", { enumerable: true, get: function () { return eligibility_js_1.listFiscalEligibleClients; } });
|
|
871
|
+
Object.defineProperty(exports, "getTenantFiscalAutomation", { enumerable: true, get: function () { return eligibility_js_1.getTenantFiscalAutomation; } });
|
|
872
|
+
// ── Onda B · Fase 1 — ingestão de documento fiscal ────────────────────────
|
|
873
|
+
var provider_js_1 = require("./fiscal/ingestion/provider.js");
|
|
874
|
+
Object.defineProperty(exports, "FiscalProviderError", { enumerable: true, get: function () { return provider_js_1.FiscalProviderError; } });
|
|
875
|
+
var pipeline_js_2 = require("./fiscal/ingestion/pipeline.js");
|
|
876
|
+
Object.defineProperty(exports, "ingestFiscalDocuments", { enumerable: true, get: function () { return pipeline_js_2.ingestFiscalDocuments; } });
|
|
877
|
+
Object.defineProperty(exports, "reconcileFiscalPendingEvents", { enumerable: true, get: function () { return pipeline_js_2.reconcileFiscalPendingEvents; } });
|
|
878
|
+
var direction_js_1 = require("./fiscal/ingestion/direction.js");
|
|
879
|
+
Object.defineProperty(exports, "classifyFiscalDirection", { enumerable: true, get: function () { return direction_js_1.classifyFiscalDirection; } });
|
|
880
|
+
Object.defineProperty(exports, "normalizeFiscalDocumentNumber", { enumerable: true, get: function () { return direction_js_1.normalizeFiscalDocumentNumber; } });
|
|
881
|
+
var nfse_adn_js_1 = require("./fiscal/ingestion/nfse-adn.js");
|
|
882
|
+
Object.defineProperty(exports, "createNfseAdnAdapter", { enumerable: true, get: function () { return nfse_adn_js_1.createNfseAdnAdapter; } });
|
|
883
|
+
Object.defineProperty(exports, "parseNfseDocument", { enumerable: true, get: function () { return nfse_adn_js_1.parseNfseDocument; } });
|
|
884
|
+
Object.defineProperty(exports, "AdnCredentialGateError", { enumerable: true, get: function () { return nfse_adn_js_1.AdnCredentialGateError; } });
|
|
885
|
+
Object.defineProperty(exports, "NFSE_ACCESS_KEY_PATTERN", { enumerable: true, get: function () { return nfse_adn_js_1.NFSE_ACCESS_KEY_PATTERN; } });
|
|
886
|
+
var synthetic_transport_js_1 = require("./fiscal/ingestion/synthetic-transport.js");
|
|
887
|
+
Object.defineProperty(exports, "SyntheticAdnTransport", { enumerable: true, get: function () { return synthetic_transport_js_1.SyntheticAdnTransport; } });
|
|
888
|
+
var xml_reader_js_1 = require("./fiscal/ingestion/xml-reader.js");
|
|
889
|
+
Object.defineProperty(exports, "decodeFiscalXml", { enumerable: true, get: function () { return xml_reader_js_1.decodeFiscalXml; } });
|
|
890
|
+
Object.defineProperty(exports, "UnsafeXmlError", { enumerable: true, get: function () { return xml_reader_js_1.UnsafeXmlError; } });
|
|
891
|
+
var repository_js_18 = require("./fiscal/ingestion/repository.js");
|
|
892
|
+
Object.defineProperty(exports, "listFiscalDocuments", { enumerable: true, get: function () { return repository_js_18.listFiscalDocuments; } });
|
|
893
|
+
Object.defineProperty(exports, "getFiscalDocument", { enumerable: true, get: function () { return repository_js_18.getFiscalDocument; } });
|
|
894
|
+
Object.defineProperty(exports, "fiscalSyncState", { enumerable: true, get: function () { return repository_js_18.fiscalSyncState; } });
|
|
895
|
+
// ── Onda B · Fase 2 — motor operacional de sincronização fiscal ───────────
|
|
896
|
+
//
|
|
897
|
+
// A fronteira é deliberada: transporte não sabe o que é NSU, e o motor de
|
|
898
|
+
// ingestão da Fase 1 continua intocado. O que nasce aqui é a mecânica de
|
|
899
|
+
// OPERAR o que a Fase 1 provou saber fazer.
|
|
900
|
+
var https_js_1 = require("./fiscal/transport/https.js");
|
|
901
|
+
Object.defineProperty(exports, "HttpsFiscalTransport", { enumerable: true, get: function () { return https_js_1.HttpsFiscalTransport; } });
|
|
902
|
+
Object.defineProperty(exports, "assertNoTlsBypass", { enumerable: true, get: function () { return https_js_1.assertNoTlsBypass; } });
|
|
903
|
+
Object.defineProperty(exports, "retryAfterOf", { enumerable: true, get: function () { return https_js_1.retryAfterOf; } });
|
|
904
|
+
var types_js_6 = require("./fiscal/transport/types.js");
|
|
905
|
+
Object.defineProperty(exports, "FiscalTransportError", { enumerable: true, get: function () { return types_js_6.FiscalTransportError; } });
|
|
906
|
+
Object.defineProperty(exports, "parseRetryAfter", { enumerable: true, get: function () { return types_js_6.parseRetryAfter; } });
|
|
907
|
+
var synthetic_tls_js_1 = require("./fiscal/transport/synthetic-tls.js");
|
|
908
|
+
Object.defineProperty(exports, "createSyntheticPki", { enumerable: true, get: function () { return synthetic_tls_js_1.createSyntheticPki; } });
|
|
909
|
+
Object.defineProperty(exports, "syntheticPki", { enumerable: true, get: function () { return synthetic_tls_js_1.syntheticPki; } });
|
|
910
|
+
Object.defineProperty(exports, "startSyntheticTlsServer", { enumerable: true, get: function () { return synthetic_tls_js_1.startSyntheticTlsServer; } });
|
|
911
|
+
var readiness_js_1 = require("./fiscal/credentials/readiness.js");
|
|
912
|
+
Object.defineProperty(exports, "readFiscalCredentialReadiness", { enumerable: true, get: function () { return readiness_js_1.readFiscalCredentialReadiness; } });
|
|
913
|
+
Object.defineProperty(exports, "interventionKindFor", { enumerable: true, get: function () { return readiness_js_1.interventionKindFor; } });
|
|
914
|
+
var material_js_1 = require("./fiscal/credentials/material.js");
|
|
915
|
+
Object.defineProperty(exports, "buildTlsMaterial", { enumerable: true, get: function () { return material_js_1.buildTlsMaterial; } });
|
|
916
|
+
Object.defineProperty(exports, "loadFiscalTlsMaterial", { enumerable: true, get: function () { return material_js_1.loadFiscalTlsMaterial; } });
|
|
917
|
+
var retry_js_1 = require("./fiscal/sync/retry.js");
|
|
918
|
+
Object.defineProperty(exports, "decideFiscalRetry", { enumerable: true, get: function () { return retry_js_1.decideFiscalRetry; } });
|
|
919
|
+
Object.defineProperty(exports, "decideFromError", { enumerable: true, get: function () { return retry_js_1.decideFromError; } });
|
|
920
|
+
Object.defineProperty(exports, "categorizeProviderError", { enumerable: true, get: function () { return retry_js_1.categorizeProviderError; } });
|
|
921
|
+
Object.defineProperty(exports, "categorizeTransportError", { enumerable: true, get: function () { return retry_js_1.categorizeTransportError; } });
|
|
922
|
+
Object.defineProperty(exports, "categorizeHttpStatus", { enumerable: true, get: function () { return retry_js_1.categorizeHttpStatus; } });
|
|
923
|
+
var lease_js_1 = require("./fiscal/sync/lease.js");
|
|
924
|
+
Object.defineProperty(exports, "acquireFiscalSyncLease", { enumerable: true, get: function () { return lease_js_1.acquireFiscalSyncLease; } });
|
|
925
|
+
Object.defineProperty(exports, "heartbeatFiscalSyncLease", { enumerable: true, get: function () { return lease_js_1.heartbeatFiscalSyncLease; } });
|
|
926
|
+
Object.defineProperty(exports, "releaseFiscalSyncLease", { enumerable: true, get: function () { return lease_js_1.releaseFiscalSyncLease; } });
|
|
927
|
+
Object.defineProperty(exports, "listStaleFiscalSyncLeases", { enumerable: true, get: function () { return lease_js_1.listStaleFiscalSyncLeases; } });
|
|
928
|
+
Object.defineProperty(exports, "DEFAULT_LEASE_TTL_MS", { enumerable: true, get: function () { return lease_js_1.DEFAULT_LEASE_TTL_MS; } });
|
|
929
|
+
var circuit_js_1 = require("./fiscal/sync/circuit.js");
|
|
930
|
+
Object.defineProperty(exports, "readProviderCircuit", { enumerable: true, get: function () { return circuit_js_1.readProviderCircuit; } });
|
|
931
|
+
Object.defineProperty(exports, "recordProviderFailure", { enumerable: true, get: function () { return circuit_js_1.recordProviderFailure; } });
|
|
932
|
+
Object.defineProperty(exports, "recordProviderSuccess", { enumerable: true, get: function () { return circuit_js_1.recordProviderSuccess; } });
|
|
933
|
+
Object.defineProperty(exports, "CIRCUIT_FAILURE_THRESHOLD", { enumerable: true, get: function () { return circuit_js_1.CIRCUIT_FAILURE_THRESHOLD; } });
|
|
934
|
+
Object.defineProperty(exports, "CIRCUIT_BASE_OPEN_MS", { enumerable: true, get: function () { return circuit_js_1.CIRCUIT_BASE_OPEN_MS; } });
|
|
935
|
+
Object.defineProperty(exports, "CIRCUIT_MAX_OPEN_MS", { enumerable: true, get: function () { return circuit_js_1.CIRCUIT_MAX_OPEN_MS; } });
|
|
936
|
+
var policy_js_2 = require("./fiscal/sync/policy.js");
|
|
937
|
+
Object.defineProperty(exports, "resolveFiscalSyncPolicy", { enumerable: true, get: function () { return policy_js_2.resolveFiscalSyncPolicy; } });
|
|
938
|
+
Object.defineProperty(exports, "setFiscalSyncPolicy", { enumerable: true, get: function () { return policy_js_2.setFiscalSyncPolicy; } });
|
|
939
|
+
Object.defineProperty(exports, "nextRunAfter", { enumerable: true, get: function () { return policy_js_2.nextRunAfter; } });
|
|
940
|
+
Object.defineProperty(exports, "nextEffectiveRun", { enumerable: true, get: function () { return policy_js_2.nextEffectiveRun; } });
|
|
941
|
+
Object.defineProperty(exports, "FISCAL_SYNC_POLICY_DEFAULT", { enumerable: true, get: function () { return policy_js_2.FISCAL_SYNC_POLICY_DEFAULT; } });
|
|
942
|
+
var intervention_js_1 = require("./fiscal/sync/intervention.js");
|
|
943
|
+
Object.defineProperty(exports, "raiseFiscalIntervention", { enumerable: true, get: function () { return intervention_js_1.raiseFiscalIntervention; } });
|
|
944
|
+
Object.defineProperty(exports, "resolveFiscalInterventions", { enumerable: true, get: function () { return intervention_js_1.resolveFiscalInterventions; } });
|
|
945
|
+
Object.defineProperty(exports, "listFiscalInterventions", { enumerable: true, get: function () { return intervention_js_1.listFiscalInterventions; } });
|
|
946
|
+
var orchestrator_js_1 = require("./fiscal/sync/orchestrator.js");
|
|
947
|
+
Object.defineProperty(exports, "runTenantFiscalSyncCycle", { enumerable: true, get: function () { return orchestrator_js_1.runTenantFiscalSyncCycle; } });
|
|
948
|
+
/*
|
|
949
|
+
* A fronteira do segredo, do lado de fora.
|
|
950
|
+
*
|
|
951
|
+
* Saem os TIPOS e o erro — quem escreve um resolvedor de fonte precisa deles.
|
|
952
|
+
* NÃO sai `grantFiscalSecretAccess`: fora deste pacote não existe caminho para
|
|
953
|
+
* fabricar um passe, e é essa ausência que sustenta a fronteira. Ver
|
|
954
|
+
* `fiscal/sync/secret-boundary.ts`.
|
|
955
|
+
*/
|
|
956
|
+
var secret_boundary_js_1 = require("./fiscal/sync/secret-boundary.js");
|
|
957
|
+
Object.defineProperty(exports, "FiscalSecretBoundaryError", { enumerable: true, get: function () { return secret_boundary_js_1.FiscalSecretBoundaryError; } });
|
|
958
|
+
Object.defineProperty(exports, "describeAdapter", { enumerable: true, get: function () { return secret_boundary_js_1.describeAdapter; } });
|
|
959
|
+
var observability_js_1 = require("./fiscal/sync/observability.js");
|
|
960
|
+
Object.defineProperty(exports, "fiscalOperationalMetrics", { enumerable: true, get: function () { return observability_js_1.fiscalOperationalMetrics; } });
|
|
961
|
+
Object.defineProperty(exports, "fiscalValueMetrics", { enumerable: true, get: function () { return observability_js_1.fiscalValueMetrics; } });
|
|
962
|
+
Object.defineProperty(exports, "listFiscalClientSyncStatus", { enumerable: true, get: function () { return observability_js_1.listFiscalClientSyncStatus; } });
|
|
963
|
+
var reprocess_js_1 = require("./fiscal/sync/reprocess.js");
|
|
964
|
+
Object.defineProperty(exports, "reprocessFiscalInboxItem", { enumerable: true, get: function () { return reprocess_js_1.reprocessFiscalInboxItem; } });
|
|
965
|
+
Object.defineProperty(exports, "listFiscalInbox", { enumerable: true, get: function () { return reprocess_js_1.listFiscalInbox; } });
|
|
966
|
+
var pipeline_js_3 = require("./fiscal/ingestion/pipeline.js");
|
|
967
|
+
Object.defineProperty(exports, "reingestPreservedItem", { enumerable: true, get: function () { return pipeline_js_3.reingestPreservedItem; } });
|
|
968
|
+
var model_js_1 = require("./fiscal/coverage/model.js");
|
|
969
|
+
Object.defineProperty(exports, "resolveFiscalCoverage", { enumerable: true, get: function () { return model_js_1.resolveFiscalCoverage; } });
|
|
970
|
+
Object.defineProperty(exports, "coverageForClient", { enumerable: true, get: function () { return model_js_1.coverageForClient; } });
|
|
971
|
+
Object.defineProperty(exports, "listFiscalCoverage", { enumerable: true, get: function () { return model_js_1.listFiscalCoverage; } });
|
|
972
|
+
Object.defineProperty(exports, "assumesUniversalNfseCoverage", { enumerable: true, get: function () { return model_js_1.assumesUniversalNfseCoverage; } });
|
|
973
|
+
Object.defineProperty(exports, "unknownCoverage", { enumerable: true, get: function () { return model_js_1.unknownCoverage; } });
|
|
974
|
+
var requests_js_2 = require("./fiscal/coverage/requests.js");
|
|
975
|
+
Object.defineProperty(exports, "assessRequestCoverage", { enumerable: true, get: function () { return requests_js_2.assessRequestCoverage; } });
|
|
976
|
+
Object.defineProperty(exports, "listRequestCoverage", { enumerable: true, get: function () { return requests_js_2.listRequestCoverage; } });
|
|
977
|
+
var synthetic_provider_js_1 = require("./fiscal/ingestion/synthetic-provider.js");
|
|
978
|
+
Object.defineProperty(exports, "SyntheticFiscalProvider", { enumerable: true, get: function () { return synthetic_provider_js_1.SyntheticFiscalProvider; } });
|
|
979
|
+
var adn_transport_js_1 = require("./fiscal/ingestion/adn-transport.js");
|
|
980
|
+
Object.defineProperty(exports, "createAdnDfeTransport", { enumerable: true, get: function () { return adn_transport_js_1.createAdnDfeTransport; } });
|
|
981
|
+
Object.defineProperty(exports, "assertAdnTransportAllowed", { enumerable: true, get: function () { return adn_transport_js_1.assertAdnTransportAllowed; } });
|
|
982
|
+
Object.defineProperty(exports, "defaultAdnProfile", { enumerable: true, get: function () { return adn_transport_js_1.defaultAdnProfile; } });
|
|
983
|
+
Object.defineProperty(exports, "mapAdnStatus", { enumerable: true, get: function () { return adn_transport_js_1.mapAdnStatus; } });
|
|
984
|
+
Object.defineProperty(exports, "adnEventsUrl", { enumerable: true, get: function () { return adn_transport_js_1.adnEventsUrl; } });
|
|
985
|
+
Object.defineProperty(exports, "adnDfeUrl", { enumerable: true, get: function () { return adn_transport_js_1.adnDfeUrl; } });
|
|
986
|
+
Object.defineProperty(exports, "ADN_HOSTS", { enumerable: true, get: function () { return adn_transport_js_1.ADN_HOSTS; } });
|
|
987
|
+
Object.defineProperty(exports, "ADN_RESPONSE_SHAPE_VERIFIED", { enumerable: true, get: function () { return adn_transport_js_1.ADN_RESPONSE_SHAPE_VERIFIED; } });
|
|
988
|
+
// ── O contrato oficial do ADN, como artefato consultável ────────────────────
|
|
989
|
+
//
|
|
990
|
+
// Exportado inteiro de propósito: a tela de sincronização precisa dizer QUAL
|
|
991
|
+
// contrato o motor implementa, com que fontes, e por que o transporte real está
|
|
992
|
+
// fechado. Uma superfície que só expusesse "ligado/desligado" obrigaria a
|
|
993
|
+
// interface a reescrever o motivo — e a primeira divergência entre o motivo
|
|
994
|
+
// exibido e o motivo real seria invisível.
|
|
995
|
+
var nfse_adn_contract_js_1 = require("./fiscal/contracts/nfse-adn-contract.js");
|
|
996
|
+
Object.defineProperty(exports, "NFSE_ADN_CONTRACT_VERSION", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_CONTRACT_VERSION; } });
|
|
997
|
+
Object.defineProperty(exports, "NFSE_ADN_OFFICIAL_SOURCES", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_OFFICIAL_SOURCES; } });
|
|
998
|
+
Object.defineProperty(exports, "NFSE_ADN_OPERATIONS", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_OPERATIONS; } });
|
|
999
|
+
Object.defineProperty(exports, "NFSE_ADN_OFFICIAL_CODES", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_OFFICIAL_CODES; } });
|
|
1000
|
+
Object.defineProperty(exports, "NFSE_ADN_LIMITS", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_LIMITS; } });
|
|
1001
|
+
Object.defineProperty(exports, "NFSE_ADN_HOSTS", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_HOSTS; } });
|
|
1002
|
+
Object.defineProperty(exports, "NFSE_ADN_NSU_SERIES", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_NSU_SERIES; } });
|
|
1003
|
+
Object.defineProperty(exports, "NFSE_ADN_NSU_SERIES_IN_USE", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_NSU_SERIES_IN_USE; } });
|
|
1004
|
+
Object.defineProperty(exports, "NFSE_ADN_PAYLOAD_SHAPE_VERIFIED", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_PAYLOAD_SHAPE_VERIFIED; } });
|
|
1005
|
+
Object.defineProperty(exports, "NFSE_ADN_ENVELOPE_SHAPE_VERIFIED", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_ENVELOPE_SHAPE_VERIFIED; } });
|
|
1006
|
+
Object.defineProperty(exports, "NFSE_ADN_MTLS_REQUIREMENT", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_MTLS_REQUIREMENT; } });
|
|
1007
|
+
Object.defineProperty(exports, "NFSE_ADN_A1_REQUIREMENT", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_A1_REQUIREMENT; } });
|
|
1008
|
+
Object.defineProperty(exports, "NFSE_ADN_A1_RATIONALE", { enumerable: true, get: function () { return nfse_adn_contract_js_1.NFSE_ADN_A1_RATIONALE; } });
|
|
1009
|
+
Object.defineProperty(exports, "ADN_OFFICIAL_ENVELOPE_PROFILE", { enumerable: true, get: function () { return nfse_adn_contract_js_1.ADN_OFFICIAL_ENVELOPE_PROFILE; } });
|
|
1010
|
+
Object.defineProperty(exports, "ADN_SYNTHETIC_ENVELOPE_PROFILE", { enumerable: true, get: function () { return nfse_adn_contract_js_1.ADN_SYNTHETIC_ENVELOPE_PROFILE; } });
|
|
1011
|
+
Object.defineProperty(exports, "ADN_REAL_TRANSPORT_ENABLED", { enumerable: true, get: function () { return nfse_adn_contract_js_1.ADN_REAL_TRANSPORT_ENABLED; } });
|
|
1012
|
+
Object.defineProperty(exports, "adnRealTransportBlockers", { enumerable: true, get: function () { return nfse_adn_contract_js_1.adnRealTransportBlockers; } });
|
|
1013
|
+
var nfse_adn_envelope_js_1 = require("./fiscal/contracts/nfse-adn-envelope.js");
|
|
1014
|
+
Object.defineProperty(exports, "readAdnEnvelope", { enumerable: true, get: function () { return nfse_adn_envelope_js_1.readAdnEnvelope; } });
|
|
1015
|
+
Object.defineProperty(exports, "AdnContractMismatchError", { enumerable: true, get: function () { return nfse_adn_envelope_js_1.AdnContractMismatchError; } });
|
|
1016
|
+
var nfse_adn_endpoint_js_1 = require("./fiscal/contracts/nfse-adn-endpoint.js");
|
|
1017
|
+
Object.defineProperty(exports, "resolveAdnBaseUrl", { enumerable: true, get: function () { return nfse_adn_endpoint_js_1.resolveAdnBaseUrl; } });
|
|
1018
|
+
Object.defineProperty(exports, "AdnEndpointNotAllowedError", { enumerable: true, get: function () { return nfse_adn_endpoint_js_1.AdnEndpointNotAllowedError; } });
|
|
714
1019
|
//# sourceMappingURL=index.js.map
|