@wildo-ai/saas-models 1.0.1 → 1.1.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/LICENSE +34 -0
- package/dist/esm/.builder.pid +9 -0
- package/dist/esm/__tests__/setup.d.ts.map +1 -1
- package/dist/esm/__tests__/setup.js +18 -3
- package/dist/esm/__tests__/setup.js.map +1 -1
- package/dist/esm/_inspect.d.ts +2 -0
- package/dist/esm/_inspect.d.ts.map +1 -0
- package/dist/esm/_inspect.js +3 -0
- package/dist/esm/_inspect.js.map +1 -0
- package/dist/esm/applications/application-metadata.shared.resources-config.schemas.d.ts +6 -6
- package/dist/esm/applications/application-metadata.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/applications/application-metadata.shared.resources-config.schemas.js +5 -1
- package/dist/esm/applications/application-metadata.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/applications/application-subject.shared.schemas.d.ts +51 -0
- package/dist/esm/applications/application-subject.shared.schemas.d.ts.map +1 -0
- package/dist/esm/applications/application-subject.shared.schemas.js +56 -0
- package/dist/esm/applications/application-subject.shared.schemas.js.map +1 -0
- package/dist/esm/applications/application-versions.shared.resources-config.schemas.d.ts +9 -11
- package/dist/esm/applications/application-versions.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/applications/application-versions.shared.resources-config.schemas.js +42 -74
- package/dist/esm/applications/application-versions.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/applications/applications-context.schemas.d.ts +228 -200
- package/dist/esm/applications/applications-context.schemas.d.ts.map +1 -1
- package/dist/esm/applications/applications-context.schemas.js +1 -1
- package/dist/esm/applications/applications-context.schemas.js.map +1 -1
- package/dist/esm/applications/applications.shared.resources-config.schemas.d.ts +4 -9
- package/dist/esm/applications/applications.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/applications/applications.shared.resources-config.schemas.js +103 -87
- package/dist/esm/applications/applications.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/applications/applications.shared.schemas.d.ts +59 -5
- package/dist/esm/applications/applications.shared.schemas.d.ts.map +1 -1
- package/dist/esm/applications/applications.shared.schemas.js +80 -3
- package/dist/esm/applications/applications.shared.schemas.js.map +1 -1
- package/dist/esm/billing/billing-account.shared.resources-config.schemas.d.ts +4 -4
- package/dist/esm/billing/billing-account.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-account.shared.resources-config.schemas.js +98 -25
- package/dist/esm/billing/billing-account.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/billing-account.shared.schemas.d.ts +32 -8
- package/dist/esm/billing/billing-account.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-account.shared.schemas.js +67 -2
- package/dist/esm/billing/billing-account.shared.schemas.js.map +1 -1
- package/dist/esm/billing/billing-configuration.shared.schemas.d.ts +8 -8
- package/dist/esm/billing/billing-configuration.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-configuration.shared.schemas.js +2 -3
- package/dist/esm/billing/billing-configuration.shared.schemas.js.map +1 -1
- package/dist/esm/billing/billing-enums.shared.schemas.d.ts +75 -0
- package/dist/esm/billing/billing-enums.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-enums.shared.schemas.js +78 -1
- package/dist/esm/billing/billing-enums.shared.schemas.js.map +1 -1
- package/dist/esm/billing/billing-types.shared.schemas.d.ts +204 -42
- package/dist/esm/billing/billing-types.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/billing-types.shared.schemas.js +76 -1
- package/dist/esm/billing/billing-types.shared.schemas.js.map +1 -1
- package/dist/esm/billing/credit-pool.shared.resources-config.schemas.d.ts +8 -6
- package/dist/esm/billing/credit-pool.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/credit-pool.shared.resources-config.schemas.js +48 -16
- package/dist/esm/billing/credit-pool.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/credit-pool.shared.schemas.d.ts +9 -9
- package/dist/esm/billing/credit-pool.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/credit-pool.shared.schemas.js +13 -6
- package/dist/esm/billing/credit-pool.shared.schemas.js.map +1 -1
- package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.d.ts +2 -2
- package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.js +26 -17
- package/dist/esm/billing/invoice-ref.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/invoice-ref.shared.schemas.d.ts +10 -10
- package/dist/esm/billing/invoice-ref.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/invoice-ref.shared.schemas.js +32 -7
- package/dist/esm/billing/invoice-ref.shared.schemas.js.map +1 -1
- package/dist/esm/billing/price.shared.resources-config.schemas.d.ts +7 -7
- package/dist/esm/billing/price.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/price.shared.resources-config.schemas.js +23 -5
- package/dist/esm/billing/price.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/price.shared.schemas.d.ts +4 -4
- package/dist/esm/billing/price.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/price.shared.schemas.js +1 -1
- package/dist/esm/billing/price.shared.schemas.js.map +1 -1
- package/dist/esm/billing/product-behavior-policy.shared.schemas.d.ts +9 -9
- package/dist/esm/billing/product-behavior-policy.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/product-behavior-policy.shared.schemas.js +10 -2
- package/dist/esm/billing/product-behavior-policy.shared.schemas.js.map +1 -1
- package/dist/esm/billing/product-definition.shared.schemas.d.ts +27 -27
- package/dist/esm/billing/product-definition.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/product-definition.shared.schemas.js +39 -9
- package/dist/esm/billing/product-definition.shared.schemas.js.map +1 -1
- package/dist/esm/billing/product.shared.resources-config.schemas.d.ts +22 -22
- package/dist/esm/billing/product.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/product.shared.resources-config.schemas.js +6 -6
- package/dist/esm/billing/product.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/product.shared.schemas.d.ts +19 -19
- package/dist/esm/billing/product.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/product.shared.schemas.js +1 -1
- package/dist/esm/billing/product.shared.schemas.js.map +1 -1
- package/dist/esm/billing/promotions.shared.resources-config.schemas.d.ts +7 -7
- package/dist/esm/billing/promotions.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/promotions.shared.resources-config.schemas.js +34 -6
- package/dist/esm/billing/promotions.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/promotions.shared.schemas.d.ts +2 -2
- package/dist/esm/billing/promotions.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/promotions.shared.schemas.js +1 -1
- package/dist/esm/billing/promotions.shared.schemas.js.map +1 -1
- package/dist/esm/billing/referral.shared.resources-config.schemas.d.ts +12 -12
- package/dist/esm/billing/referral.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/referral.shared.resources-config.schemas.js +5 -5
- package/dist/esm/billing/referral.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/referral.shared.schemas.d.ts +7 -7
- package/dist/esm/billing/referral.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/referral.shared.schemas.js +36 -8
- package/dist/esm/billing/referral.shared.schemas.js.map +1 -1
- package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts +6 -6
- package/dist/esm/billing/subscription.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/subscription.shared.resources-config.schemas.js +51 -24
- package/dist/esm/billing/subscription.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/subscription.shared.schemas.d.ts +13 -13
- package/dist/esm/billing/subscription.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/subscription.shared.schemas.js +37 -5
- package/dist/esm/billing/subscription.shared.schemas.js.map +1 -1
- package/dist/esm/billing/usage-record.shared.resources-config.schemas.d.ts +2 -2
- package/dist/esm/billing/usage-record.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/billing/usage-record.shared.resources-config.schemas.js +23 -14
- package/dist/esm/billing/usage-record.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/billing/usage-record.shared.schemas.d.ts +15 -12
- package/dist/esm/billing/usage-record.shared.schemas.d.ts.map +1 -1
- package/dist/esm/billing/usage-record.shared.schemas.js +34 -7
- package/dist/esm/billing/usage-record.shared.schemas.js.map +1 -1
- package/dist/esm/charts/aggregation-query.shared.schemas.d.ts +36 -36
- package/dist/esm/charts/aggregation-query.shared.schemas.d.ts.map +1 -1
- package/dist/esm/charts/aggregation-query.shared.schemas.js +6 -6
- package/dist/esm/charts/aggregation-query.shared.schemas.js.map +1 -1
- package/dist/esm/charts/aggregation.shared.definitions.d.ts.map +1 -1
- package/dist/esm/charts/aggregation.shared.definitions.js +1 -1
- package/dist/esm/charts/aggregation.shared.definitions.js.map +1 -1
- package/dist/esm/charts/chart-definition-builder.shared.d.ts +5 -3
- package/dist/esm/charts/chart-definition-builder.shared.d.ts.map +1 -1
- package/dist/esm/charts/chart-definition-builder.shared.js +4 -2
- package/dist/esm/charts/chart-definition-builder.shared.js.map +1 -1
- package/dist/esm/{runtime/companion-artifact-placement.shared.definitions.d.ts → companion/artifact-placement.shared.definitions.d.ts} +2 -3
- package/dist/esm/companion/artifact-placement.shared.definitions.d.ts.map +1 -0
- package/dist/esm/{runtime/companion-artifact-placement.shared.definitions.js → companion/artifact-placement.shared.definitions.js} +1 -2
- package/dist/esm/companion/artifact-placement.shared.definitions.js.map +1 -0
- package/dist/esm/companion/provider-discovery.shared.schemas.d.ts +131 -0
- package/dist/esm/companion/provider-discovery.shared.schemas.d.ts.map +1 -0
- package/dist/esm/companion/provider-discovery.shared.schemas.js +122 -0
- package/dist/esm/companion/provider-discovery.shared.schemas.js.map +1 -0
- package/dist/esm/companion/shared-library-companion.shared.definitions.d.ts +6 -0
- package/dist/esm/companion/shared-library-companion.shared.definitions.d.ts.map +1 -0
- package/dist/esm/companion/shared-library-companion.shared.definitions.js +1 -0
- package/dist/esm/companion/shared-library-companion.shared.definitions.js.map +1 -0
- package/dist/esm/companion-exports.d.ts +4 -0
- package/dist/esm/companion-exports.d.ts.map +1 -0
- package/dist/esm/companion-exports.js +4 -0
- package/dist/esm/companion-exports.js.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.d.ts +65 -0
- package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.js +68 -0
- package/dist/esm/compliance/audit-trails/audit-actor.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.d.ts +147 -0
- package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.js +20 -0
- package/dist/esm/compliance/audit-trails/audit-log-sink.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.d.ts +60 -16
- package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.js +77 -10
- package/dist/esm/compliance/audit-trails/audit-logs.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.d.ts +58 -0
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.js +74 -0
- package/dist/esm/compliance/audit-trails/audit-trail-config.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.d.ts +1949 -115
- package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.d.ts.map +1 -1
- package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.js +2229 -11
- package/dist/esm/compliance/audit-trails/auditable-events.shared.schema.js.map +1 -1
- package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.d.ts +25 -10
- package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.d.ts.map +1 -1
- package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.js +226 -3
- package/dist/esm/compliance/audit-trails/security-audit-event-envelope.shared.schema.js.map +1 -1
- package/dist/esm/compliance/data-classification/data-classification.shared.schemas.d.ts +8 -0
- package/dist/esm/compliance/data-classification/data-classification.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/data-classification/data-classification.shared.schemas.js +9 -0
- package/dist/esm/compliance/data-classification/data-classification.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/documents/governed-documents.shared.schemas.d.ts +524 -0
- package/dist/esm/compliance/documents/governed-documents.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/documents/governed-documents.shared.schemas.js +482 -0
- package/dist/esm/compliance/documents/governed-documents.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.d.ts +112 -0
- package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.js +120 -0
- package/dist/esm/compliance/privacy/ai-use-posture.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/client-storage.shared.schemas.d.ts +134 -0
- package/dist/esm/compliance/privacy/client-storage.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/client-storage.shared.schemas.js +129 -0
- package/dist/esm/compliance/privacy/client-storage.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/data-retention.shared.schemas.d.ts +1 -1
- package/dist/esm/compliance/privacy/data-retention.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/data-retention.shared.schemas.js +1 -1
- package/dist/esm/compliance/privacy/data-retention.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.d.ts +50 -0
- package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.js +98 -0
- package/dist/esm/compliance/privacy/impersonalization-scrub.shared.utils.js.map +1 -0
- package/dist/esm/compliance/privacy/impersonalization.shared.schemas.d.ts +181 -0
- package/dist/esm/compliance/privacy/impersonalization.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/impersonalization.shared.schemas.js +184 -0
- package/dist/esm/compliance/privacy/impersonalization.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.d.ts +230 -0
- package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.js +232 -0
- package/dist/esm/compliance/privacy/operator-compliance-identity.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.d.ts +220 -0
- package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.js +252 -0
- package/dist/esm/compliance/privacy/personal-data-category.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.d.ts +75 -0
- package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.js +43 -0
- package/dist/esm/compliance/privacy/personal-data-declaration.shared.utils.js.map +1 -0
- package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts +56 -43
- package/dist/esm/compliance/privacy/privacy.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/privacy.shared.schemas.js +72 -18
- package/dist/esm/compliance/privacy/privacy.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts +21 -3
- package/dist/esm/compliance/privacy/redaction.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/redaction.shared.schemas.js +19 -1
- package/dist/esm/compliance/privacy/redaction.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.d.ts +124 -0
- package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.js +107 -0
- package/dist/esm/compliance/privacy/retention-schedule.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/sharing.shared.schemas.d.ts.map +1 -1
- package/dist/esm/compliance/privacy/sharing.shared.schemas.js +1 -1
- package/dist/esm/compliance/privacy/sharing.shared.schemas.js.map +1 -1
- package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.d.ts +279 -0
- package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.js +238 -0
- package/dist/esm/compliance/privacy/subject-erasure.shared.schemas.js.map +1 -0
- package/dist/esm/compliance/privacy/subject-export-render.shared.utils.d.ts +74 -0
- package/dist/esm/compliance/privacy/subject-export-render.shared.utils.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/subject-export-render.shared.utils.js +137 -0
- package/dist/esm/compliance/privacy/subject-export-render.shared.utils.js.map +1 -0
- package/dist/esm/compliance/privacy/subject-export.shared.schemas.d.ts +457 -0
- package/dist/esm/compliance/privacy/subject-export.shared.schemas.d.ts.map +1 -0
- package/dist/esm/compliance/privacy/subject-export.shared.schemas.js +549 -0
- package/dist/esm/compliance/privacy/subject-export.shared.schemas.js.map +1 -0
- package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts +13 -13
- package/dist/esm/config/analytics-value-moments.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/analytics-value-moments.shared.schemas.js +1 -1
- package/dist/esm/config/analytics-value-moments.shared.schemas.js.map +1 -1
- package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts +135 -125
- package/dist/esm/config/app-configuration-shared.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/app-configuration-shared.shared.schemas.js +74 -10
- package/dist/esm/config/app-configuration-shared.shared.schemas.js.map +1 -1
- package/dist/esm/config/app-frontend-type.shared.schemas.d.ts +94 -0
- package/dist/esm/config/app-frontend-type.shared.schemas.d.ts.map +1 -0
- package/dist/esm/config/app-frontend-type.shared.schemas.js +95 -0
- package/dist/esm/config/app-frontend-type.shared.schemas.js.map +1 -0
- package/dist/esm/config/auth-config-resolution.shared.utils.d.ts +35 -5
- package/dist/esm/config/auth-config-resolution.shared.utils.d.ts.map +1 -1
- package/dist/esm/config/auth-config-resolution.shared.utils.js +44 -2
- package/dist/esm/config/auth-config-resolution.shared.utils.js.map +1 -1
- package/dist/esm/config/brand-assets.shared.schemas.d.ts +89 -0
- package/dist/esm/config/brand-assets.shared.schemas.d.ts.map +1 -0
- package/dist/esm/config/brand-assets.shared.schemas.js +99 -0
- package/dist/esm/config/brand-assets.shared.schemas.js.map +1 -0
- package/dist/esm/config/configuration-validation.shared.schemas.d.ts +12 -1
- package/dist/esm/config/configuration-validation.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/configuration-validation.shared.schemas.js +12 -1
- package/dist/esm/config/configuration-validation.shared.schemas.js.map +1 -1
- package/dist/esm/config/entity-identity-config.shared.schemas.d.ts +170 -91
- package/dist/esm/config/entity-identity-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/entity-identity-config.shared.schemas.js +130 -19
- package/dist/esm/config/entity-identity-config.shared.schemas.js.map +1 -1
- package/dist/esm/config/frontend/chart-definition.shared.schemas.d.ts +167 -166
- package/dist/esm/config/frontend/chart-definition.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/frontend/chart-definition.shared.schemas.js +93 -9
- package/dist/esm/config/frontend/chart-definition.shared.schemas.js.map +1 -1
- package/dist/esm/config/frontend/chart-registration-alignment.shared.d.ts +69 -0
- package/dist/esm/config/frontend/chart-registration-alignment.shared.d.ts.map +1 -0
- package/dist/esm/config/frontend/chart-registration-alignment.shared.js +61 -0
- package/dist/esm/config/frontend/chart-registration-alignment.shared.js.map +1 -0
- package/dist/esm/config/frontend/navigation.shared.schemas.d.ts +110 -39
- package/dist/esm/config/frontend/navigation.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/frontend/navigation.shared.schemas.js +93 -9
- package/dist/esm/config/frontend/navigation.shared.schemas.js.map +1 -1
- package/dist/esm/config/frontend/onboarding.shared.schemas.d.ts +70 -134
- package/dist/esm/config/frontend/onboarding.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/frontend/onboarding.shared.schemas.js +27 -25
- package/dist/esm/config/frontend/onboarding.shared.schemas.js.map +1 -1
- package/dist/esm/config/postgresql.shared.schemas.d.ts.map +1 -1
- package/dist/esm/config/postgresql.shared.schemas.js +1 -1
- package/dist/esm/config/postgresql.shared.schemas.js.map +1 -1
- package/dist/esm/config/registration-acquisition-policy.shared.utils.d.ts +24 -0
- package/dist/esm/config/registration-acquisition-policy.shared.utils.d.ts.map +1 -0
- package/dist/esm/config/registration-acquisition-policy.shared.utils.js +62 -0
- package/dist/esm/config/registration-acquisition-policy.shared.utils.js.map +1 -0
- package/dist/esm/config-authoring.entry.d.ts +5 -0
- package/dist/esm/config-authoring.entry.d.ts.map +1 -0
- package/dist/esm/config-authoring.entry.js +7 -0
- package/dist/esm/config-authoring.entry.js.map +1 -0
- package/dist/esm/crdt/crdt-merge.shared.utils.d.ts +1 -1
- package/dist/esm/crdt/crdt-merge.shared.utils.d.ts.map +1 -1
- package/dist/esm/crdt/crdt-merge.shared.utils.js +1 -1
- package/dist/esm/crdt/crdt-merge.shared.utils.js.map +1 -1
- package/dist/esm/data-seeding/data-seeding-config.shared.schemas.d.ts +66 -0
- package/dist/esm/data-seeding/data-seeding-config.shared.schemas.d.ts.map +1 -0
- package/dist/esm/data-seeding/data-seeding-config.shared.schemas.js +118 -0
- package/dist/esm/data-seeding/data-seeding-config.shared.schemas.js.map +1 -0
- package/dist/esm/errors/errors.custom-message-ref.shared.definitions.d.ts +348 -1
- package/dist/esm/errors/errors.custom-message-ref.shared.definitions.d.ts.map +1 -1
- package/dist/esm/errors/errors.custom-message-ref.shared.definitions.js +357 -1
- package/dist/esm/errors/errors.custom-message-ref.shared.definitions.js.map +1 -1
- package/dist/esm/errors/errors.shared.definitions.d.ts +2 -2
- package/dist/esm/errors/errors.shared.definitions.d.ts.map +1 -1
- package/dist/esm/errors/errors.shared.definitions.js +12 -1
- package/dist/esm/errors/errors.shared.definitions.js.map +1 -1
- package/dist/esm/errors/errors.shared.schemas.d.ts +82 -36
- package/dist/esm/errors/errors.shared.schemas.d.ts.map +1 -1
- package/dist/esm/errors/errors.shared.schemas.js +100 -3
- package/dist/esm/errors/errors.shared.schemas.js.map +1 -1
- package/dist/esm/errors/errors.shared.utils.d.ts +1 -1
- package/dist/esm/errors/errors.shared.utils.d.ts.map +1 -1
- package/dist/esm/errors/errors.shared.utils.js +1 -1
- package/dist/esm/errors/errors.shared.utils.js.map +1 -1
- package/dist/esm/errors/resource-access-forbidden.shared.error.d.ts +16 -0
- package/dist/esm/errors/resource-access-forbidden.shared.error.d.ts.map +1 -0
- package/dist/esm/errors/resource-access-forbidden.shared.error.js +18 -0
- package/dist/esm/errors/resource-access-forbidden.shared.error.js.map +1 -0
- package/dist/esm/errors/zod-issue-formatting.shared.utils.d.ts +113 -0
- package/dist/esm/errors/zod-issue-formatting.shared.utils.d.ts.map +1 -0
- package/dist/esm/errors/zod-issue-formatting.shared.utils.js +102 -0
- package/dist/esm/errors/zod-issue-formatting.shared.utils.js.map +1 -0
- package/dist/esm/exports/tabular-csv.shared.utils.d.ts +42 -0
- package/dist/esm/exports/tabular-csv.shared.utils.d.ts.map +1 -0
- package/dist/esm/exports/tabular-csv.shared.utils.js +63 -0
- package/dist/esm/exports/tabular-csv.shared.utils.js.map +1 -0
- package/dist/esm/external-data/external-data-pipeline.shared.schemas.d.ts +347 -0
- package/dist/esm/external-data/external-data-pipeline.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-data/external-data-pipeline.shared.schemas.js +206 -0
- package/dist/esm/external-data/external-data-pipeline.shared.schemas.js.map +1 -0
- package/dist/esm/external-data.exports.d.ts +30 -0
- package/dist/esm/external-data.exports.d.ts.map +1 -0
- package/dist/esm/external-data.exports.js +30 -0
- package/dist/esm/external-data.exports.js.map +1 -0
- package/dist/esm/external-providers/compose-provider-registry.shared.d.ts +63 -0
- package/dist/esm/external-providers/compose-provider-registry.shared.d.ts.map +1 -0
- package/dist/esm/external-providers/compose-provider-registry.shared.js +102 -0
- package/dist/esm/external-providers/compose-provider-registry.shared.js.map +1 -0
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.d.ts +164 -0
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.js +194 -0
- package/dist/esm/external-providers/engine-capabilities.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.d.ts +39 -0
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.d.ts.map +1 -0
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.js +85 -0
- package/dist/esm/external-providers/engine-capability-resolution-mode.shared.js.map +1 -0
- package/dist/esm/external-providers/external-providers.shared.schemas.d.ts +22 -22
- package/dist/esm/external-providers/external-providers.shared.schemas.d.ts.map +1 -1
- package/dist/esm/external-providers/external-providers.shared.schemas.js +5 -5
- package/dist/esm/external-providers/external-providers.shared.schemas.js.map +1 -1
- package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.d.ts +319 -0
- package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.js +17 -0
- package/dist/esm/external-providers/frontend-bootstrap.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.d.ts +35 -0
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.js +19 -0
- package/dist/esm/external-providers/frontend-provider-entry.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/provider-capability.shared.schemas.d.ts +135 -0
- package/dist/esm/external-providers/provider-capability.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-capability.shared.schemas.js +102 -0
- package/dist/esm/external-providers/provider-capability.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.d.ts +175 -0
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.js +211 -0
- package/dist/esm/external-providers/provider-compliance-profile.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/provider-metadata.shared.schemas.d.ts +37 -0
- package/dist/esm/external-providers/provider-metadata.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-metadata.shared.schemas.js +58 -0
- package/dist/esm/external-providers/provider-metadata.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/provider-protocol.shared.schemas.d.ts +65 -0
- package/dist/esm/external-providers/provider-protocol.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-protocol.shared.schemas.js +63 -0
- package/dist/esm/external-providers/provider-protocol.shared.schemas.js.map +1 -0
- package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.d.ts +99 -0
- package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.d.ts.map +1 -0
- package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.js +137 -0
- package/dist/esm/external-providers/provider-usage-pricing.shared.schemas.js.map +1 -0
- package/dist/esm/features/application-features.shared.resources-config.schemas.d.ts +39 -0
- package/dist/esm/features/application-features.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/features/application-features.shared.resources-config.schemas.js +147 -0
- package/dist/esm/features/application-features.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/features/core-feature-definitions.shared.d.ts +17 -2
- package/dist/esm/features/core-feature-definitions.shared.d.ts.map +1 -1
- package/dist/esm/features/core-feature-definitions.shared.js +91 -3
- package/dist/esm/features/core-feature-definitions.shared.js.map +1 -1
- package/dist/esm/features/feature-builders.shared.d.ts +13 -2
- package/dist/esm/features/feature-builders.shared.d.ts.map +1 -1
- package/dist/esm/features/feature-builders.shared.js +3 -1
- package/dist/esm/features/feature-builders.shared.js.map +1 -1
- package/dist/esm/features/feature-definition.shared.schemas.d.ts +70 -24
- package/dist/esm/features/feature-definition.shared.schemas.d.ts.map +1 -1
- package/dist/esm/features/feature-definition.shared.schemas.js +84 -1
- package/dist/esm/features/feature-definition.shared.schemas.js.map +1 -1
- package/dist/esm/features/feature-registry.shared.d.ts +8 -9
- package/dist/esm/features/feature-registry.shared.d.ts.map +1 -1
- package/dist/esm/features/feature-registry.shared.js +5 -8
- package/dist/esm/features/feature-registry.shared.js.map +1 -1
- package/dist/esm/features/feature-resolution.shared.schemas.d.ts +1 -1
- package/dist/esm/features/feature-resolution.shared.schemas.d.ts.map +1 -1
- package/dist/esm/features/feature-resolution.shared.schemas.js +1 -1
- package/dist/esm/features/feature-resolution.shared.schemas.js.map +1 -1
- package/dist/esm/features/scope-features.shared.schemas.d.ts +9 -10
- package/dist/esm/features/scope-features.shared.schemas.d.ts.map +1 -1
- package/dist/esm/features/scope-features.shared.schemas.js +20 -6
- package/dist/esm/features/scope-features.shared.schemas.js.map +1 -1
- package/dist/esm/features/user-features.shared.resources-config.schemas.d.ts +9 -9
- package/dist/esm/features/user-features.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/features/user-features.shared.resources-config.schemas.js +35 -1
- package/dist/esm/features/user-features.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/files/files.shared.resources-config.schemas.d.ts +35 -9
- package/dist/esm/files/files.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/files/files.shared.resources-config.schemas.js +27 -5
- package/dist/esm/files/files.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/files/files.shared.schemas.d.ts +71 -13
- package/dist/esm/files/files.shared.schemas.d.ts.map +1 -1
- package/dist/esm/files/files.shared.schemas.js +110 -35
- package/dist/esm/files/files.shared.schemas.js.map +1 -1
- package/dist/esm/files/files.shared.utils.d.ts +9 -5
- package/dist/esm/files/files.shared.utils.d.ts.map +1 -1
- package/dist/esm/files/files.shared.utils.js +10 -6
- package/dist/esm/files/files.shared.utils.js.map +1 -1
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.d.ts +40 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.js +204 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.d.ts +113 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.js +153 -0
- package/dist/esm/flows-actors/a2a-push-delivery-log.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.d.ts +61 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.js +143 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.d.ts +77 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.js +103 -0
- package/dist/esm/flows-actors/a2a-token-budget-state.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/actors.shared.schemas.d.ts +339 -326
- package/dist/esm/flows-actors/actors.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/actors.shared.schemas.js +29 -6
- package/dist/esm/flows-actors/actors.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/agent-traceability.shared.schemas.d.ts +237 -0
- package/dist/esm/flows-actors/agent-traceability.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/agent-traceability.shared.schemas.js +152 -0
- package/dist/esm/flows-actors/agent-traceability.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/agents.shared.schemas.d.ts +180 -23
- package/dist/esm/flows-actors/agents.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/agents.shared.schemas.js +69 -2
- package/dist/esm/flows-actors/agents.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.d.ts +19 -0
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.d.ts.map +1 -0
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.js +35 -0
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint-agent-personas.shared.enums.js.map +1 -0
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.d.ts +29 -45
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.js +2 -34
- package/dist/esm/flows-actors/apps-blueprint/apps-blueprint.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.d.ts +2 -2
- package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.js +1 -1
- package/dist/esm/flows-actors/apps-blueprint/artifacts.apps-blueprint.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/deliberation.shared.schemas.d.ts +642 -0
- package/dist/esm/flows-actors/deliberation.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/deliberation.shared.schemas.js +604 -0
- package/dist/esm/flows-actors/deliberation.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.d.ts +48 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.js +179 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.d.ts +200 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.js +337 -0
- package/dist/esm/flows-actors/flows-actors-execution.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.d.ts +59 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.js +223 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.schemas.d.ts +426 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.schemas.js +317 -0
- package/dist/esm/flows-actors/flows-actors-task.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.d.ts +109 -58
- package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.js +48 -1
- package/dist/esm/flows-actors/flows-actors.commons.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.d.ts +62 -62
- package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.js +2 -2
- package/dist/esm/flows-actors/flows-actors.configuration.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.d.ts +112 -11
- package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.js +63 -1
- package/dist/esm/flows-actors/flows-actors.frontend.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors.io.shared.schemas.d.ts +60 -20
- package/dist/esm/flows-actors/flows-actors.io.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows-actors.io.shared.schemas.js +36 -3
- package/dist/esm/flows-actors/flows-actors.io.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows-actors.system.shared.definitions.d.ts +35 -0
- package/dist/esm/flows-actors/flows-actors.system.shared.definitions.d.ts.map +1 -0
- package/dist/esm/flows-actors/flows-actors.system.shared.definitions.js +1 -0
- package/dist/esm/flows-actors/flows-actors.system.shared.definitions.js.map +1 -0
- package/dist/esm/flows-actors/flows-actors.system.shared.schemas.d.ts +88 -63
- package/dist/esm/flows-actors/flows-actors.system.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows-actors.system.shared.schemas.js +32 -5
- package/dist/esm/flows-actors/flows-actors.system.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/flows.shared.schemas.d.ts +63 -49
- package/dist/esm/flows-actors/flows.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/flows.shared.schemas.js +1 -1
- package/dist/esm/flows-actors/flows.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.d.ts +73 -0
- package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.js +149 -0
- package/dist/esm/flows-actors/meta-workflows/actions.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.d.ts +20 -0
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.js +34 -0
- package/dist/esm/flows-actors/meta-workflows/budget-authority.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.d.ts +125 -0
- package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.js +136 -0
- package/dist/esm/flows-actors/meta-workflows/catalog.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.d.ts +180 -0
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.js +187 -0
- package/dist/esm/flows-actors/meta-workflows/context-selection.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.d.ts +28 -0
- package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.js +28 -0
- package/dist/esm/flows-actors/meta-workflows/continuity-identifiers.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.d.ts +446 -0
- package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.js +678 -0
- package/dist/esm/flows-actors/meta-workflows/decisions.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.d.ts +106 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.js +243 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-common.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.d.ts +29 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.js +58 -0
- package/dist/esm/flows-actors/meta-workflows/execution-binding-vocabularies.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.d.ts +61 -0
- package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.js +93 -0
- package/dist/esm/flows-actors/meta-workflows/portable-primitives.meta-workflows.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/prompt-ir.shared.schemas.d.ts +5 -5
- package/dist/esm/flows-actors/prompt-ir.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/prompt-ir.shared.schemas.js +2 -2
- package/dist/esm/flows-actors/prompt-ir.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.d.ts +81 -0
- package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.d.ts.map +1 -0
- package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.js +82 -0
- package/dist/esm/flows-actors/task-continuity-binding.actors.shared.schemas.js.map +1 -0
- package/dist/esm/flows-actors/tasks.actors.shared.schemas.d.ts +257 -194
- package/dist/esm/flows-actors/tasks.actors.shared.schemas.d.ts.map +1 -1
- package/dist/esm/flows-actors/tasks.actors.shared.schemas.js +28 -2
- package/dist/esm/flows-actors/tasks.actors.shared.schemas.js.map +1 -1
- package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.d.ts.map +1 -1
- package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.js +1 -1
- package/dist/esm/flows-actors/utils/flow-actors.context-builder.apps-context.shared.utils.js.map +1 -1
- package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.d.ts.map +1 -1
- package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.js +1 -1
- package/dist/esm/frontend-definitions/frontend-notification-custom-message-ref.definitions.js.map +1 -1
- package/dist/esm/guidance/guidance-flow.shared.schemas.d.ts +51 -89
- package/dist/esm/guidance/guidance-flow.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/guidance-flow.shared.schemas.js +1 -1
- package/dist/esm/guidance/guidance-flow.shared.schemas.js.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.d.ts +22 -19
- package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.js +61 -5
- package/dist/esm/guidance/guidance-state.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.schemas.d.ts +46 -10
- package/dist/esm/guidance/guidance-state.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.schemas.js +15 -4
- package/dist/esm/guidance/guidance-state.shared.schemas.js.map +1 -1
- package/dist/esm/guidance/guidance-state.shared.utils.d.ts +25 -0
- package/dist/esm/guidance/guidance-state.shared.utils.d.ts.map +1 -0
- package/dist/esm/guidance/guidance-state.shared.utils.js +72 -0
- package/dist/esm/guidance/guidance-state.shared.utils.js.map +1 -0
- package/dist/esm/guidance/lifecycle-config.shared.schemas.d.ts +11 -11
- package/dist/esm/guidance/lifecycle-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/lifecycle-config.shared.schemas.js +1 -1
- package/dist/esm/guidance/lifecycle-config.shared.schemas.js.map +1 -1
- package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.d.ts +28 -25
- package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.js +71 -7
- package/dist/esm/guidance/lifecycle-state.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/guidance/lifecycle-state.shared.schemas.d.ts +53 -14
- package/dist/esm/guidance/lifecycle-state.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/lifecycle-state.shared.schemas.js +26 -25
- package/dist/esm/guidance/lifecycle-state.shared.schemas.js.map +1 -1
- package/dist/esm/guidance/milestone-builders.shared.d.ts +2 -2
- package/dist/esm/guidance/milestone-builders.shared.d.ts.map +1 -1
- package/dist/esm/guidance/milestone-builders.shared.js +1 -1
- package/dist/esm/guidance/milestone-builders.shared.js.map +1 -1
- package/dist/esm/guidance/milestone-definition.shared.schemas.d.ts +2 -2
- package/dist/esm/guidance/milestone-definition.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/milestone-definition.shared.schemas.js +1 -1
- package/dist/esm/guidance/milestone-definition.shared.schemas.js.map +1 -1
- package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts +22 -19
- package/dist/esm/guidance/progression-state.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/progression-state.shared.resources-config.schemas.js +72 -7
- package/dist/esm/guidance/progression-state.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/guidance/progression-state.shared.schemas.d.ts +40 -10
- package/dist/esm/guidance/progression-state.shared.schemas.d.ts.map +1 -1
- package/dist/esm/guidance/progression-state.shared.schemas.js +16 -6
- package/dist/esm/guidance/progression-state.shared.schemas.js.map +1 -1
- package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.d.ts +69 -0
- package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.d.ts.map +1 -0
- package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.js +232 -0
- package/dist/esm/http-api-binding/http-api-binding-id.shared.utils.js.map +1 -0
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.d.ts +566 -0
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.d.ts.map +1 -0
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.js +513 -0
- package/dist/esm/http-api-binding/http-api-binding.shared.schemas.js.map +1 -0
- package/dist/esm/i18n/interpolate-label-params.shared.utils.d.ts +52 -0
- package/dist/esm/i18n/interpolate-label-params.shared.utils.d.ts.map +1 -0
- package/dist/esm/i18n/interpolate-label-params.shared.utils.js +63 -0
- package/dist/esm/i18n/interpolate-label-params.shared.utils.js.map +1 -0
- package/dist/esm/i18n/labelling.dto.shared.schemas.d.ts +3 -3
- package/dist/esm/i18n/labelling.dto.shared.schemas.d.ts.map +1 -1
- package/dist/esm/i18n/labelling.dto.shared.schemas.js +1 -1
- package/dist/esm/i18n/labelling.dto.shared.schemas.js.map +1 -1
- package/dist/esm/index.d.ts +277 -200
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +122 -15
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/meta-workflows.exports.d.ts +51 -0
- package/dist/esm/meta-workflows.exports.d.ts.map +1 -0
- package/dist/esm/meta-workflows.exports.js +51 -0
- package/dist/esm/meta-workflows.exports.js.map +1 -0
- package/dist/esm/monitoring/monitoring.shared.schemas.d.ts +16 -16
- package/dist/esm/monitoring/monitoring.shared.schemas.d.ts.map +1 -1
- package/dist/esm/monitoring/monitoring.shared.schemas.js +1 -1
- package/dist/esm/monitoring/monitoring.shared.schemas.js.map +1 -1
- package/dist/esm/notifications/email/email-context.shared.schemas.d.ts +9 -9
- package/dist/esm/notifications/email/email-context.shared.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/email/email-context.shared.schemas.js +8 -3
- package/dist/esm/notifications/email/email-context.shared.schemas.js.map +1 -1
- package/dist/esm/notifications/email/email-template-registry.shared.schemas.d.ts +33 -46
- package/dist/esm/notifications/email/email-template-registry.shared.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/email/email-template-registry.shared.schemas.js +20 -140
- package/dist/esm/notifications/email/email-template-registry.shared.schemas.js.map +1 -1
- package/dist/esm/notifications/email/email-template.shared.enums.d.ts +145 -0
- package/dist/esm/notifications/email/email-template.shared.enums.d.ts.map +1 -0
- package/dist/esm/notifications/email/email-template.shared.enums.js +164 -0
- package/dist/esm/notifications/email/email-template.shared.enums.js.map +1 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.d.ts +43 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.js +231 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.d.ts +159 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.d.ts.map +1 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.js +191 -0
- package/dist/esm/notifications/m2m/m2m-webhook-delivery-log.shared.schemas.js.map +1 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.d.ts +62 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.js +183 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.d.ts +134 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.d.ts.map +1 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.js +159 -0
- package/dist/esm/notifications/m2m/webhook-config.shared.schemas.js.map +1 -0
- package/dist/esm/notifications/notification-badges.core.definitions.d.ts +10 -1
- package/dist/esm/notifications/notification-badges.core.definitions.d.ts.map +1 -1
- package/dist/esm/notifications/notification-badges.core.definitions.js +11 -13
- package/dist/esm/notifications/notification-badges.core.definitions.js.map +1 -1
- package/dist/esm/notifications/notification-badges.schemas.d.ts +147 -43
- package/dist/esm/notifications/notification-badges.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/notification-badges.schemas.js +130 -23
- package/dist/esm/notifications/notification-badges.schemas.js.map +1 -1
- package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.d.ts +40 -15
- package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.js +149 -23
- package/dist/esm/notifications/notification-badges.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/notifications/notifications.shared.schemas.d.ts +352 -25
- package/dist/esm/notifications/notifications.shared.schemas.d.ts.map +1 -1
- package/dist/esm/notifications/notifications.shared.schemas.js +47 -2
- package/dist/esm/notifications/notifications.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-features.shared.resources-config.schemas.d.ts +21 -10
- package/dist/esm/organizations/organization-features.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-features.shared.resources-config.schemas.js +54 -47
- package/dist/esm/organizations/organization-features.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-features.shared.schemas.d.ts +10 -2
- package/dist/esm/organizations/organization-features.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-features.shared.schemas.js +10 -2
- package/dist/esm/organizations/organization-features.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-members.shared.resources-config.schemas.d.ts +31 -17
- package/dist/esm/organizations/organization-members.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-members.shared.resources-config.schemas.js +294 -54
- package/dist/esm/organizations/organization-members.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-members.shared.schemas.d.ts +31 -41
- package/dist/esm/organizations/organization-members.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-members.shared.schemas.js +181 -37
- package/dist/esm/organizations/organization-members.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.d.ts +8 -8
- package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.js +43 -2
- package/dist/esm/organizations/organization-notifications.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-notifications.shared.schemas.d.ts +25 -4
- package/dist/esm/organizations/organization-notifications.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-notifications.shared.schemas.js +35 -15
- package/dist/esm/organizations/organization-notifications.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.d.ts +7 -7
- package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.js +42 -3
- package/dist/esm/organizations/organization-preferences.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts +4 -4
- package/dist/esm/organizations/organization-preferences.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-preferences.shared.schemas.js +17 -4
- package/dist/esm/organizations/organization-preferences.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.d.ts +10 -10
- package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.js +32 -2
- package/dist/esm/organizations/organization-profile.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-profile.shared.schemas.d.ts +6 -6
- package/dist/esm/organizations/organization-profile.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-profile.shared.schemas.js +28 -2
- package/dist/esm/organizations/organization-profile.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-unit-inheritance.shared.d.ts +94 -0
- package/dist/esm/organizations/organization-unit-inheritance.shared.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-inheritance.shared.js +96 -0
- package/dist/esm/organizations/organization-unit-inheritance.shared.js.map +1 -0
- package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.d.ts +30 -0
- package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.js +97 -0
- package/dist/esm/organizations/organization-unit-members.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/organizations/organization-unit-members.shared.schemas.d.ts +56 -0
- package/dist/esm/organizations/organization-unit-members.shared.schemas.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-members.shared.schemas.js +92 -0
- package/dist/esm/organizations/organization-unit-members.shared.schemas.js.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing-decision.shared.d.ts +130 -0
- package/dist/esm/organizations/organization-unit-narrowing-decision.shared.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing-decision.shared.js +139 -0
- package/dist/esm/organizations/organization-unit-narrowing-decision.shared.js.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing.example.d.ts +27 -0
- package/dist/esm/organizations/organization-unit-narrowing.example.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing.example.js +29 -0
- package/dist/esm/organizations/organization-unit-narrowing.example.js.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing.shared.d.ts +137 -0
- package/dist/esm/organizations/organization-unit-narrowing.shared.d.ts.map +1 -0
- package/dist/esm/organizations/organization-unit-narrowing.shared.js +133 -0
- package/dist/esm/organizations/organization-unit-narrowing.shared.js.map +1 -0
- package/dist/esm/organizations/organization-units.shared.path.d.ts +103 -0
- package/dist/esm/organizations/organization-units.shared.path.d.ts.map +1 -0
- package/dist/esm/organizations/organization-units.shared.path.js +120 -0
- package/dist/esm/organizations/organization-units.shared.path.js.map +1 -0
- package/dist/esm/organizations/organization-units.shared.resources-config.schemas.d.ts +8 -8
- package/dist/esm/organizations/organization-units.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-units.shared.resources-config.schemas.js +1 -1
- package/dist/esm/organizations/organization-units.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organization-units.shared.schemas.d.ts +69 -8
- package/dist/esm/organizations/organization-units.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organization-units.shared.schemas.js +89 -5
- package/dist/esm/organizations/organization-units.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/organizations.shared.resources-config.schemas.d.ts +46 -11
- package/dist/esm/organizations/organizations.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organizations.shared.resources-config.schemas.js +505 -34
- package/dist/esm/organizations/organizations.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/organizations/organizations.shared.schemas.d.ts +95 -39
- package/dist/esm/organizations/organizations.shared.schemas.d.ts.map +1 -1
- package/dist/esm/organizations/organizations.shared.schemas.js +228 -6
- package/dist/esm/organizations/organizations.shared.schemas.js.map +1 -1
- package/dist/esm/organizations/tenant-teardown-config.shared.schemas.d.ts +36 -0
- package/dist/esm/organizations/tenant-teardown-config.shared.schemas.d.ts.map +1 -0
- package/dist/esm/organizations/tenant-teardown-config.shared.schemas.js +66 -0
- package/dist/esm/organizations/tenant-teardown-config.shared.schemas.js.map +1 -0
- package/dist/esm/provider-registration-runtime.exports.d.ts +4 -0
- package/dist/esm/provider-registration-runtime.exports.d.ts.map +1 -0
- package/dist/esm/provider-registration-runtime.exports.js +4 -0
- package/dist/esm/provider-registration-runtime.exports.js.map +1 -0
- package/dist/esm/public-runtime/index.d.ts +164 -0
- package/dist/esm/public-runtime/index.d.ts.map +1 -0
- package/dist/esm/public-runtime/index.js +164 -0
- package/dist/esm/public-runtime/index.js.map +1 -0
- package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts +4 -4
- package/dist/esm/queue/jobs.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/queue/jobs.shared.resources-config.schemas.js +12 -1
- package/dist/esm/queue/jobs.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/queue/jobs.shared.schemas.d.ts +114 -42
- package/dist/esm/queue/jobs.shared.schemas.d.ts.map +1 -1
- package/dist/esm/queue/jobs.shared.schemas.js +114 -12
- package/dist/esm/queue/jobs.shared.schemas.js.map +1 -1
- package/dist/esm/queue/jobs.shared.utils.d.ts +3 -3
- package/dist/esm/queue/jobs.shared.utils.d.ts.map +1 -1
- package/dist/esm/queue/jobs.shared.utils.js +2 -2
- package/dist/esm/queue/jobs.shared.utils.js.map +1 -1
- package/dist/esm/queue/queues.shared.schemas.d.ts +17 -15
- package/dist/esm/queue/queues.shared.schemas.d.ts.map +1 -1
- package/dist/esm/queue/queues.shared.schemas.js +14 -5
- package/dist/esm/queue/queues.shared.schemas.js.map +1 -1
- package/dist/esm/queue/queues.shared.utils.d.ts +137 -6
- package/dist/esm/queue/queues.shared.utils.d.ts.map +1 -1
- package/dist/esm/queue/queues.shared.utils.js +161 -9
- package/dist/esm/queue/queues.shared.utils.js.map +1 -1
- package/dist/esm/queue/rabbitmq-queue-args.shared.d.ts.map +1 -1
- package/dist/esm/queue/rabbitmq-queue-args.shared.js +1 -1
- package/dist/esm/queue/rabbitmq-queue-args.shared.js.map +1 -1
- package/dist/esm/requests/header-keys.shared.d.ts +23 -1
- package/dist/esm/requests/header-keys.shared.d.ts.map +1 -1
- package/dist/esm/requests/header-keys.shared.js +45 -2
- package/dist/esm/requests/header-keys.shared.js.map +1 -1
- package/dist/esm/requests/http-requests.shared.d.ts +1 -0
- package/dist/esm/requests/http-requests.shared.d.ts.map +1 -1
- package/dist/esm/requests/http-requests.shared.js +2 -1
- package/dist/esm/requests/http-requests.shared.js.map +1 -1
- package/dist/esm/requests/manual-controllers-routes-urls.d.ts +189 -5
- package/dist/esm/requests/manual-controllers-routes-urls.d.ts.map +1 -1
- package/dist/esm/requests/manual-controllers-routes-urls.js +255 -6
- package/dist/esm/requests/manual-controllers-routes-urls.js.map +1 -1
- package/dist/esm/requests/rate-limits.shared.schemas.d.ts +75 -24
- package/dist/esm/requests/rate-limits.shared.schemas.d.ts.map +1 -1
- package/dist/esm/requests/rate-limits.shared.schemas.js +80 -18
- package/dist/esm/requests/rate-limits.shared.schemas.js.map +1 -1
- package/dist/esm/requests/websocket.shared.schemas.d.ts +248 -120
- package/dist/esm/requests/websocket.shared.schemas.d.ts.map +1 -1
- package/dist/esm/requests/websocket.shared.schemas.js +92 -2
- package/dist/esm/requests/websocket.shared.schemas.js.map +1 -1
- package/dist/esm/resources/child-operations.shared.schemas.d.ts +128 -23
- package/dist/esm/resources/child-operations.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/child-operations.shared.schemas.js +147 -11
- package/dist/esm/resources/child-operations.shared.schemas.js.map +1 -1
- package/dist/esm/resources/context-policy.shared.schemas.d.ts +4 -4
- package/dist/esm/resources/context-policy.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/context-policy.shared.schemas.js +1 -1
- package/dist/esm/resources/context-policy.shared.schemas.js.map +1 -1
- package/dist/esm/resources/relationship-display.shared.schemas.d.ts +31 -1352
- package/dist/esm/resources/relationship-display.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/relationship-display.shared.schemas.js +13 -161
- package/dist/esm/resources/relationship-display.shared.schemas.js.map +1 -1
- package/dist/esm/resources/resources-config.shared.factory.d.ts +60 -5
- package/dist/esm/resources/resources-config.shared.factory.d.ts.map +1 -1
- package/dist/esm/resources/resources-config.shared.factory.js +1507 -87
- package/dist/esm/resources/resources-config.shared.factory.js.map +1 -1
- package/dist/esm/resources/resources-config.shared.schemas.d.ts +1638 -43
- package/dist/esm/resources/resources-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/resources-config.shared.schemas.js +478 -13
- package/dist/esm/resources/resources-config.shared.schemas.js.map +1 -1
- package/dist/esm/resources/resources-registry.shared.core.definitions.d.ts +3 -3
- package/dist/esm/resources/resources-registry.shared.core.definitions.d.ts.map +1 -1
- package/dist/esm/resources/resources-registry.shared.core.definitions.js +782 -96
- package/dist/esm/resources/resources-registry.shared.core.definitions.js.map +1 -1
- package/dist/esm/resources/resources-relationships.shared.factory.d.ts +37 -7
- package/dist/esm/resources/resources-relationships.shared.factory.d.ts.map +1 -1
- package/dist/esm/resources/resources-relationships.shared.factory.js +76 -24
- package/dist/esm/resources/resources-relationships.shared.factory.js.map +1 -1
- package/dist/esm/resources/resources-serialization.shared.schemas.d.ts +19 -19
- package/dist/esm/resources/resources-serialization.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/resources-serialization.shared.schemas.js +1 -1
- package/dist/esm/resources/resources-serialization.shared.schemas.js.map +1 -1
- package/dist/esm/resources/resources.shared.core.definitions.d.ts +84 -8
- package/dist/esm/resources/resources.shared.core.definitions.d.ts.map +1 -1
- package/dist/esm/resources/resources.shared.core.definitions.js +165 -19
- package/dist/esm/resources/resources.shared.core.definitions.js.map +1 -1
- package/dist/esm/resources/resources.shared.schemas.d.ts +582 -602
- package/dist/esm/resources/resources.shared.schemas.d.ts.map +1 -1
- package/dist/esm/resources/resources.shared.schemas.js +581 -5
- package/dist/esm/resources/resources.shared.schemas.js.map +1 -1
- package/dist/esm/resources/resources.shared.utils.d.ts +363 -15
- package/dist/esm/resources/resources.shared.utils.d.ts.map +1 -1
- package/dist/esm/resources/resources.shared.utils.js +569 -16
- package/dist/esm/resources/resources.shared.utils.js.map +1 -1
- package/dist/esm/resources/utils/collection-export.shared.utils.d.ts +65 -0
- package/dist/esm/resources/utils/collection-export.shared.utils.d.ts.map +1 -0
- package/dist/esm/resources/utils/collection-export.shared.utils.js +150 -0
- package/dist/esm/resources/utils/collection-export.shared.utils.js.map +1 -0
- package/dist/esm/resources/utils/composition-cascade-deletability.validation.d.ts +134 -0
- package/dist/esm/resources/utils/composition-cascade-deletability.validation.d.ts.map +1 -0
- package/dist/esm/resources/utils/composition-cascade-deletability.validation.js +167 -0
- package/dist/esm/resources/utils/composition-cascade-deletability.validation.js.map +1 -0
- package/dist/esm/resources/utils/composition-seedability.validation.d.ts +63 -0
- package/dist/esm/resources/utils/composition-seedability.validation.d.ts.map +1 -0
- package/dist/esm/resources/utils/composition-seedability.validation.js +75 -0
- package/dist/esm/resources/utils/composition-seedability.validation.js.map +1 -0
- package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.d.ts +10 -0
- package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.d.ts.map +1 -0
- package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.js +25 -0
- package/dist/esm/resources/utils/context-addressed-composition-singleton.shared.utils.js.map +1 -0
- package/dist/esm/resources/utils/duplicate-relationship-registration.validation.d.ts +111 -0
- package/dist/esm/resources/utils/duplicate-relationship-registration.validation.d.ts.map +1 -0
- package/dist/esm/resources/utils/duplicate-relationship-registration.validation.js +109 -0
- package/dist/esm/resources/utils/duplicate-relationship-registration.validation.js.map +1 -0
- package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.d.ts +52 -0
- package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.d.ts.map +1 -0
- package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.js +57 -0
- package/dist/esm/resources/utils/persistence-adapter-discrimination.shared.utils.js.map +1 -0
- package/dist/esm/resources/utils/repository-dto-builder.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/repository-dto-builder.utils.js +1 -1
- package/dist/esm/resources/utils/repository-dto-builder.utils.js.map +1 -1
- package/dist/esm/resources/utils/required-fk-fillability.validation.d.ts +108 -0
- package/dist/esm/resources/utils/required-fk-fillability.validation.d.ts.map +1 -0
- package/dist/esm/resources/utils/required-fk-fillability.validation.js +186 -0
- package/dist/esm/resources/utils/required-fk-fillability.validation.js.map +1 -0
- package/dist/esm/resources/utils/resource-operation-type-guards.utils.d.ts +107 -3
- package/dist/esm/resources/utils/resource-operation-type-guards.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-operation-type-guards.utils.js +133 -2
- package/dist/esm/resources/utils/resource-operation-type-guards.utils.js.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.factory.d.ts +39 -31
- package/dist/esm/resources/utils/resource-polymorphism.factory.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.factory.js +9 -9
- package/dist/esm/resources/utils/resource-polymorphism.factory.js.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.relationships.d.ts +7 -7
- package/dist/esm/resources/utils/resource-polymorphism.relationships.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.relationships.js +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.relationships.js.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.schemas.d.ts +139 -5
- package/dist/esm/resources/utils/resource-polymorphism.schemas.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.schemas.js +301 -3
- package/dist/esm/resources/utils/resource-polymorphism.schemas.js.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.utils.d.ts +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.utils.js +1 -1
- package/dist/esm/resources/utils/resource-polymorphism.utils.js.map +1 -1
- package/dist/esm/resources/utils/resource-subtree.utils.d.ts +1 -1
- package/dist/esm/resources/utils/resource-subtree.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resource-subtree.utils.js +1 -1
- package/dist/esm/resources/utils/resource-subtree.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-context-needs.utils.d.ts +1 -1
- package/dist/esm/resources/utils/resources-config-context-needs.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-context-needs.utils.js +1 -1
- package/dist/esm/resources/utils/resources-config-context-needs.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-naming.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-naming.utils.js +1 -1
- package/dist/esm/resources/utils/resources-config-naming.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.d.ts +256 -39
- package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.js +898 -233
- package/dist/esm/resources/utils/resources-config-operations.dtos-builder.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.path.utils.d.ts +16 -6
- package/dist/esm/resources/utils/resources-config-operations.path.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.path.utils.js +35 -10
- package/dist/esm/resources/utils/resources-config-operations.path.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.d.ts +120 -20
- package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.js +394 -81
- package/dist/esm/resources/utils/resources-config-operations.urls-builder.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.utils.d.ts +2 -2
- package/dist/esm/resources/utils/resources-config-operations.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-config-operations.utils.js +1 -1
- package/dist/esm/resources/utils/resources-config-operations.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-serialization.utils.d.ts +77 -2
- package/dist/esm/resources/utils/resources-serialization.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-serialization.utils.js +80 -1
- package/dist/esm/resources/utils/resources-serialization.utils.js.map +1 -1
- package/dist/esm/resources/utils/resources-summary.utils.d.ts +1 -1
- package/dist/esm/resources/utils/resources-summary.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/resources-summary.utils.js +1 -1
- package/dist/esm/resources/utils/resources-summary.utils.js.map +1 -1
- package/dist/esm/resources/utils/schema-family-builder.utils.d.ts +21 -3
- package/dist/esm/resources/utils/schema-family-builder.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/schema-family-builder.utils.js +7 -1
- package/dist/esm/resources/utils/schema-family-builder.utils.js.map +1 -1
- package/dist/esm/resources/utils/schema-type-inference.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/schema-type-inference.utils.js +1 -1
- package/dist/esm/resources/utils/schema-type-inference.utils.js.map +1 -1
- package/dist/esm/resources/utils/schema-type-utils.d.ts +1 -1
- package/dist/esm/resources/utils/schema-type-utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/schema-type-utils.js +1 -1
- package/dist/esm/resources/utils/schema-type-utils.js.map +1 -1
- package/dist/esm/resources/utils/schema-variant-resolver.utils.d.ts +1 -1
- package/dist/esm/resources/utils/schema-variant-resolver.utils.d.ts.map +1 -1
- package/dist/esm/resources/utils/schema-variant-resolver.utils.js +1 -1
- package/dist/esm/resources/utils/schema-variant-resolver.utils.js.map +1 -1
- package/dist/esm/resources/utils/shared-persistence-collection.utils.d.ts +203 -0
- package/dist/esm/resources/utils/shared-persistence-collection.utils.d.ts.map +1 -0
- package/dist/esm/resources/utils/shared-persistence-collection.utils.js +284 -0
- package/dist/esm/resources/utils/shared-persistence-collection.utils.js.map +1 -0
- package/dist/esm/resources/utils/templatable-file-fields.shared.utils.d.ts +25 -0
- package/dist/esm/resources/utils/templatable-file-fields.shared.utils.d.ts.map +1 -0
- package/dist/esm/resources/utils/templatable-file-fields.shared.utils.js +322 -0
- package/dist/esm/resources/utils/templatable-file-fields.shared.utils.js.map +1 -0
- package/dist/esm/runtime/domain-module.shared.definitions.d.ts +32 -10
- package/dist/esm/runtime/domain-module.shared.definitions.d.ts.map +1 -1
- package/dist/esm/runtime/domain-module.shared.definitions.js +3 -2
- package/dist/esm/runtime/domain-module.shared.definitions.js.map +1 -1
- package/dist/esm/runtime/execution-context.shared.schemas.d.ts +93 -9
- package/dist/esm/runtime/execution-context.shared.schemas.d.ts.map +1 -1
- package/dist/esm/runtime/execution-context.shared.schemas.js +122 -7
- package/dist/esm/runtime/execution-context.shared.schemas.js.map +1 -1
- package/dist/esm/runtime/runtime.shared.schemas.d.ts.map +1 -1
- package/dist/esm/runtime/runtime.shared.schemas.js +1 -1
- package/dist/esm/runtime/runtime.shared.schemas.js.map +1 -1
- package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.d.ts +14 -11
- package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.js +65 -2
- package/dist/esm/security/api-keys/api-keys-application.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.d.ts +14 -11
- package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.js +162 -1
- package/dist/esm/security/api-keys/api-keys-organization.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/api-keys/api-keys.shared.schemas.d.ts +79 -29
- package/dist/esm/security/api-keys/api-keys.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/api-keys/api-keys.shared.schemas.js +87 -6
- package/dist/esm/security/api-keys/api-keys.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.d.ts +185 -0
- package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.d.ts.map +1 -0
- package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.js +198 -0
- package/dist/esm/security/authentications/anonymous-session/anonymous-session.shared.contract.js.map +1 -0
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts +307 -149
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.js +177 -27
- package/dist/esm/security/authentications/authentication.shared.dto.schemas.js.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.schemas.d.ts +64 -8
- package/dist/esm/security/authentications/authentication.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.schemas.js +56 -9
- package/dist/esm/security/authentications/authentication.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.utils.d.ts +3 -3
- package/dist/esm/security/authentications/authentication.shared.utils.d.ts.map +1 -1
- package/dist/esm/security/authentications/authentication.shared.utils.js +1 -1
- package/dist/esm/security/authentications/authentication.shared.utils.js.map +1 -1
- package/dist/esm/security/authentications/consumable-token.shared.schemas.d.ts +103 -5
- package/dist/esm/security/authentications/consumable-token.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/consumable-token.shared.schemas.js +31 -1
- package/dist/esm/security/authentications/consumable-token.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.d.ts +278 -0
- package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.d.ts.map +1 -0
- package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.js +335 -0
- package/dist/esm/security/authentications/cross-frontend-handoff.shared.dto.schemas.js.map +1 -0
- package/dist/esm/security/authentications/password-reset.shared.dto.schemas.d.ts +6 -6
- package/dist/esm/security/authentications/password-reset.shared.dto.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/password-reset.shared.dto.schemas.js +11 -4
- package/dist/esm/security/authentications/password-reset.shared.dto.schemas.js.map +1 -1
- package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts +51 -18
- package/dist/esm/security/authentications/registration.shared.dto.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/registration.shared.dto.schemas.js +70 -13
- package/dist/esm/security/authentications/registration.shared.dto.schemas.js.map +1 -1
- package/dist/esm/security/authentications/same-origin-redirect-path.shared.d.ts +69 -0
- package/dist/esm/security/authentications/same-origin-redirect-path.shared.d.ts.map +1 -0
- package/dist/esm/security/authentications/same-origin-redirect-path.shared.js +93 -0
- package/dist/esm/security/authentications/same-origin-redirect-path.shared.js.map +1 -0
- package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.d.ts +91 -0
- package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.d.ts.map +1 -0
- package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.js +91 -0
- package/dist/esm/security/authentications/scim/scim-organization-unit-mapping.shared.js.map +1 -0
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.d.ts +2 -9
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.js +49 -33
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.d.ts +41 -14
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.js +158 -5
- package/dist/esm/security/authentications/scim/scim-provisioning-config.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.d.ts +21 -9
- package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.js +92 -18
- package/dist/esm/security/authentications/scim/scim-tokens.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.d.ts +11 -10
- package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.js +29 -7
- package/dist/esm/security/authentications/scim/scim-tokens.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.d.ts +12 -5
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.js +81 -5
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.d.ts +17 -5
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.js +29 -5
- package/dist/esm/security/authentications/siem/siem-delivery-dlq.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.d.ts +2 -9
- package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.js +46 -33
- package/dist/esm/security/authentications/siem/siem-export-config.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.d.ts +34 -9
- package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.js +47 -3
- package/dist/esm/security/authentications/siem/siem-export-config.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.d.ts +2 -17
- package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.js +55 -53
- package/dist/esm/security/authentications/sso/sso-config.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/sso/sso-config.shared.schemas.d.ts +37 -37
- package/dist/esm/security/authentications/sso/sso-config.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/sso/sso-config.shared.schemas.js +53 -13
- package/dist/esm/security/authentications/sso/sso-config.shared.schemas.js.map +1 -1
- package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.d.ts +79 -7
- package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.js +157 -14
- package/dist/esm/security/authentications/sso/sso-connection.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.d.ts +113 -118
- package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.js +111 -49
- package/dist/esm/security/authentications/sso/sso-connection.shared.schemas.js.map +1 -1
- package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.d.ts +57 -0
- package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.d.ts.map +1 -0
- package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.js +58 -0
- package/dist/esm/security/authorizations/administrative-continuity.shared.schemas.js.map +1 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.d.ts +35 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.js +252 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.d.ts +171 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.d.ts.map +1 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.js +239 -0
- package/dist/esm/security/authorizations/platform-access-grants.shared.schemas.js.map +1 -0
- package/dist/esm/security/authorizations/roles.shared.defaults.d.ts +1 -1
- package/dist/esm/security/authorizations/roles.shared.defaults.d.ts.map +1 -1
- package/dist/esm/security/authorizations/roles.shared.defaults.js +6 -1
- package/dist/esm/security/authorizations/roles.shared.defaults.js.map +1 -1
- package/dist/esm/security/authorizations/roles.shared.schemas.d.ts +12 -3
- package/dist/esm/security/authorizations/roles.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/authorizations/roles.shared.schemas.js +15 -1
- package/dist/esm/security/authorizations/roles.shared.schemas.js.map +1 -1
- package/dist/esm/security/authorizations/roles.shared.utils.d.ts +133 -0
- package/dist/esm/security/authorizations/roles.shared.utils.d.ts.map +1 -0
- package/dist/esm/security/authorizations/roles.shared.utils.js +218 -0
- package/dist/esm/security/authorizations/roles.shared.utils.js.map +1 -0
- package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.d.ts.map +1 -1
- package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.js +1 -1
- package/dist/esm/security/crypto-keys/crypto-keys.shared.schemas.js.map +1 -1
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.d.ts +47 -0
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.js +228 -0
- package/dist/esm/security/oauth-clients/oauth-clients-application.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.d.ts +46 -0
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.js +365 -0
- package/dist/esm/security/oauth-clients/oauth-clients-organization.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.d.ts +192 -0
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.js +401 -0
- package/dist/esm/security/oauth-clients/oauth-clients.shared.schemas.js.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.d.ts +30 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.js +83 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.d.ts +29 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.js +53 -0
- package/dist/esm/security/oauth-clients/oauth-consent-grants.shared.schemas.js.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.d.ts +117 -0
- package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.d.ts.map +1 -0
- package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.js +180 -0
- package/dist/esm/security/oauth-clients/oauth-resource-server.shared.schemas.js.map +1 -0
- package/dist/esm/testing/resource-config-builders.d.ts +4 -4
- package/dist/esm/testing/resource-config-builders.d.ts.map +1 -1
- package/dist/esm/testing/resource-config-builders.js +9 -2
- package/dist/esm/testing/resource-config-builders.js.map +1 -1
- package/dist/esm/testing.d.ts +1 -1
- package/dist/esm/testing.d.ts.map +1 -1
- package/dist/esm/testing.js +1 -1
- package/dist/esm/testing.js.map +1 -1
- package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.d.ts +76 -0
- package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.d.ts.map +1 -0
- package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.js +72 -0
- package/dist/esm/users/anonymous-user-marketing-metadata.shared.schemas.js.map +1 -0
- package/dist/esm/users/anonymous-users.shared.resources-config.schemas.d.ts +28 -17
- package/dist/esm/users/anonymous-users.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/anonymous-users.shared.resources-config.schemas.js +43 -4
- package/dist/esm/users/anonymous-users.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/anonymous-users.shared.schema.d.ts +19 -12
- package/dist/esm/users/anonymous-users.shared.schema.d.ts.map +1 -1
- package/dist/esm/users/anonymous-users.shared.schema.js +68 -4
- package/dist/esm/users/anonymous-users.shared.schema.js.map +1 -1
- package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.d.ts +52 -0
- package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.d.ts.map +1 -0
- package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.js +153 -0
- package/dist/esm/users/inbound-contacts.shared.resources-config.schemas.js.map +1 -0
- package/dist/esm/users/inbound-contacts.shared.schemas.d.ts +47 -17
- package/dist/esm/users/inbound-contacts.shared.schemas.d.ts.map +1 -1
- package/dist/esm/users/inbound-contacts.shared.schemas.js +123 -9
- package/dist/esm/users/inbound-contacts.shared.schemas.js.map +1 -1
- package/dist/esm/users/user-credentials.shared.resources-config.schemas.d.ts +12 -12
- package/dist/esm/users/user-credentials.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-credentials.shared.resources-config.schemas.js +11 -1
- package/dist/esm/users/user-credentials.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-credentials.shared.schemas.d.ts +15 -10
- package/dist/esm/users/user-credentials.shared.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-credentials.shared.schemas.js +53 -9
- package/dist/esm/users/user-credentials.shared.schemas.js.map +1 -1
- package/dist/esm/users/user-identity-links.shared.resources-config.schemas.d.ts +13 -11
- package/dist/esm/users/user-identity-links.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-identity-links.shared.resources-config.schemas.js +24 -1
- package/dist/esm/users/user-identity-links.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-identity-links.shared.schemas.d.ts +22 -19
- package/dist/esm/users/user-identity-links.shared.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-identity-links.shared.schemas.js +107 -23
- package/dist/esm/users/user-identity-links.shared.schemas.js.map +1 -1
- package/dist/esm/users/user-preferences-reset.shared.utils.d.ts +78 -0
- package/dist/esm/users/user-preferences-reset.shared.utils.d.ts.map +1 -0
- package/dist/esm/users/user-preferences-reset.shared.utils.js +98 -0
- package/dist/esm/users/user-preferences-reset.shared.utils.js.map +1 -0
- package/dist/esm/users/user-preferences.shared.resources-config.schemas.d.ts +31 -61
- package/dist/esm/users/user-preferences.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-preferences.shared.resources-config.schemas.js +34 -203
- package/dist/esm/users/user-preferences.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-profiles.shared.resources-config.schemas.d.ts +13 -14
- package/dist/esm/users/user-profiles.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-profiles.shared.resources-config.schemas.js +66 -31
- package/dist/esm/users/user-profiles.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.d.ts +33 -60
- package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.js +49 -175
- package/dist/esm/users/user-self-preferences.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.d.ts +13 -21
- package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.js +12 -119
- package/dist/esm/users/user-self-profiles.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/user-self.shared.resources-config.schemas.d.ts +12 -16
- package/dist/esm/users/user-self.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/user-self.shared.resources-config.schemas.js +263 -115
- package/dist/esm/users/user-self.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/users.shared.resources-config.schemas.d.ts +13 -16
- package/dist/esm/users/users.shared.resources-config.schemas.d.ts.map +1 -1
- package/dist/esm/users/users.shared.resources-config.schemas.js +376 -141
- package/dist/esm/users/users.shared.resources-config.schemas.js.map +1 -1
- package/dist/esm/users/users.shared.schemas.d.ts +110 -108
- package/dist/esm/users/users.shared.schemas.d.ts.map +1 -1
- package/dist/esm/users/users.shared.schemas.js +215 -19
- package/dist/esm/users/users.shared.schemas.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +54 -27
- package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.d.ts +0 -37
- package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.d.ts.map +0 -1
- package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.js +0 -38
- package/dist/esm/compliance/compliance-framework/compliance-frameworks.shared.schemas.js.map +0 -1
- package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.d.ts +0 -27
- package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.d.ts.map +0 -1
- package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.js +0 -35
- package/dist/esm/external-providers/feature-bindings-policy.shared.schemas.js.map +0 -1
- package/dist/esm/external-providers/feature-mapping.shared.schemas.d.ts +0 -80
- package/dist/esm/external-providers/feature-mapping.shared.schemas.d.ts.map +0 -1
- package/dist/esm/external-providers/feature-mapping.shared.schemas.js +0 -159
- package/dist/esm/external-providers/feature-mapping.shared.schemas.js.map +0 -1
- package/dist/esm/external-providers/wildo-features.shared.schemas.d.ts +0 -102
- package/dist/esm/external-providers/wildo-features.shared.schemas.d.ts.map +0 -1
- package/dist/esm/external-providers/wildo-features.shared.schemas.js +0 -124
- package/dist/esm/external-providers/wildo-features.shared.schemas.js.map +0 -1
- package/dist/esm/features/platform-capability-definitions.shared.d.ts +0 -50
- package/dist/esm/features/platform-capability-definitions.shared.d.ts.map +0 -1
- package/dist/esm/features/platform-capability-definitions.shared.js +0 -30
- package/dist/esm/features/platform-capability-definitions.shared.js.map +0 -1
- package/dist/esm/flows-actors/agents-context.shared.schemas.d.ts +0 -181
- package/dist/esm/flows-actors/agents-context.shared.schemas.d.ts.map +0 -1
- package/dist/esm/flows-actors/agents-context.shared.schemas.js +0 -116
- package/dist/esm/flows-actors/agents-context.shared.schemas.js.map +0 -1
- package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.d.ts +0 -39
- package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.d.ts.map +0 -1
- package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.js +0 -113
- package/dist/esm/notifications/email/email-header-footer-template.shared.resources-config.schemas.js.map +0 -1
- package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.d.ts +0 -63
- package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.d.ts.map +0 -1
- package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.js +0 -110
- package/dist/esm/notifications/email/email-header-footer-template.shared.schemas.js.map +0 -1
- package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.d.ts +0 -62
- package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.d.ts.map +0 -1
- package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.js +0 -112
- package/dist/esm/notifications/email/email-template.shared.resources-config.schemas.js.map +0 -1
- package/dist/esm/notifications/email/email-template.shared.schemas.d.ts +0 -162
- package/dist/esm/notifications/email/email-template.shared.schemas.d.ts.map +0 -1
- package/dist/esm/notifications/email/email-template.shared.schemas.js +0 -189
- package/dist/esm/notifications/email/email-template.shared.schemas.js.map +0 -1
- package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.d.ts +0 -37
- package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.d.ts.map +0 -1
- package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.js +0 -207
- package/dist/esm/organizations/organization-member-invitations.shared.resources-config.schemas.js.map +0 -1
- package/dist/esm/resources/testing/SchemaDecoratorTestUtils.d.ts +0 -91
- package/dist/esm/resources/testing/SchemaDecoratorTestUtils.d.ts.map +0 -1
- package/dist/esm/resources/testing/SchemaDecoratorTestUtils.js +0 -325
- package/dist/esm/resources/testing/SchemaDecoratorTestUtils.js.map +0 -1
- package/dist/esm/runtime/companion-artifact-placement.shared.definitions.d.ts.map +0 -1
- package/dist/esm/runtime/companion-artifact-placement.shared.definitions.js.map +0 -1
- package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.d.ts +0 -10
- package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.d.ts.map +0 -1
- package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.js +0 -52
- package/dist/esm/security/authentications/policy/auth-policy.shared.resources-config.schemas.js.map +0 -1
- package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.d.ts +0 -52
- package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.d.ts.map +0 -1
- package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.js +0 -40
- package/dist/esm/security/authentications/policy/auth-policy.shared.schemas.js.map +0 -1
- package/dist/esm/testing/schema-decorator-utils.d.ts +0 -91
- package/dist/esm/testing/schema-decorator-utils.d.ts.map +0 -1
- package/dist/esm/testing/schema-decorator-utils.js +0 -325
- package/dist/esm/testing/schema-decorator-utils.js.map +0 -1
|
@@ -4,9 +4,100 @@
|
|
|
4
4
|
* Shared between backend and frontend to avoid string duplication.
|
|
5
5
|
*
|
|
6
6
|
* Notes:
|
|
7
|
-
* - These URLs are mounted under
|
|
8
|
-
* - Keep only path segments here (no
|
|
7
|
+
* - These URLs are mounted under {@link MAIN_API_BASE_PATH}
|
|
8
|
+
* - Keep only path segments here (no `MAIN_API_BASE_PATH` prefix) — the
|
|
9
|
+
* prefix is prepended once at each boundary (backend mount / frontend client)
|
|
9
10
|
*/
|
|
11
|
+
/**
|
|
12
|
+
* Main API base path — the mount prefix under which the entire main
|
|
13
|
+
* controllers registry is served (every resource route AND every
|
|
14
|
+
* {@link MANUAL_CONTROLLER_ROUTES_URLS} entry).
|
|
15
|
+
*
|
|
16
|
+
* This is the SINGLE SOURCE OF TRUTH for the prefix. It is consumed by:
|
|
17
|
+
* - the backend HTTP server mount (`app.use(MAIN_API_BASE_PATH, mainRouter)`),
|
|
18
|
+
* - the frontend HTTP client when building absolute API URLs
|
|
19
|
+
* (`${MAIN_API_BASE_PATH}${MANUAL_CONTROLLER_ROUTES_URLS[...]}`),
|
|
20
|
+
* - the refresh-token cookie `Path` scope, which MUST path-match the served
|
|
21
|
+
* auth routes (`${MAIN_API_BASE_PATH}/auth/*`) or the browser drops it.
|
|
22
|
+
*
|
|
23
|
+
* Why a shared symbol and not a literal: previously `/api/v1` was a literal
|
|
24
|
+
* duplicated across the mount and the client. The absence of a shared symbol
|
|
25
|
+
* let the refresh-token cookie `Path` be authored against the bare route
|
|
26
|
+
* segment (`/auth`, omitting this prefix), so the browser stored the cookie
|
|
27
|
+
* but never sent it to `/api/v1/auth/token/refresh` — silently breaking token
|
|
28
|
+
* refresh for every session (forced logout on first refresh). Deriving every
|
|
29
|
+
* prefix consumer from this constant closes that drift class.
|
|
30
|
+
*
|
|
31
|
+
* NOT under this prefix: the root-level engine routes in
|
|
32
|
+
* {@link ENGINE_ROOT_ROUTES} (health/time probes), mounted at the app root.
|
|
33
|
+
*/
|
|
34
|
+
export const MAIN_API_BASE_PATH = '/api/v1';
|
|
35
|
+
/**
|
|
36
|
+
* Where RFC 8414 authorization-server metadata must be served for an issuer that carries a PATH.
|
|
37
|
+
*
|
|
38
|
+
* The rule is counter-intuitive and is the reason this exists as a named derivation rather than a
|
|
39
|
+
* string built at the call site: the well-known segment goes BETWEEN the host and the issuer path,
|
|
40
|
+
* not after it.
|
|
41
|
+
*
|
|
42
|
+
* "If the issuer identifier value contains a path component, any terminating "/" MUST be removed
|
|
43
|
+
* before inserting "/.well-known/" and the well-known URI suffix between the host component and
|
|
44
|
+
* the path component."
|
|
45
|
+
*
|
|
46
|
+
* with the RFC's own worked example resolving issuer `https://example.com/issuer1` to
|
|
47
|
+
* `GET /.well-known/oauth-authorization-server/issuer1`.
|
|
48
|
+
* spec-cite: RFC 8414 § 3 (Obtaining Authorization Server Metadata), fetched 2026-08-11.
|
|
49
|
+
*
|
|
50
|
+
* OIDC Discovery uses the OPPOSITE construction — issuer + `/.well-known/openid-configuration` — so
|
|
51
|
+
* the two cannot share one path and a server that serves only the OIDC shape fails RFC 8414 discovery
|
|
52
|
+
* while looking correct. That is exactly what happened here: a real MCP client split our issuer at the
|
|
53
|
+
* host boundary as the RFC instructs, asked for `/.well-known/oauth-authorization-server/api/v1`,
|
|
54
|
+
* received the SPA shell, and abandoned authorization without ever opening a browser.
|
|
55
|
+
*
|
|
56
|
+
* @param issuerPath the issuer's path component (e.g. {@link MAIN_API_BASE_PATH}); a bare `/` or an
|
|
57
|
+
* empty string yields the origin-root location, which is the path-less issuer case.
|
|
58
|
+
*/
|
|
59
|
+
export function rfc8414AuthorizationServerMetadataPath(issuerPath) {
|
|
60
|
+
return wellKnownPathBeforeResourcePath('oauth-authorization-server', issuerPath);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Where RFC 9728 protected-resource metadata must be served for a resource identifier that carries a
|
|
64
|
+
* PATH — the same insertion rule as {@link rfc8414AuthorizationServerMetadataPath}, for the other
|
|
65
|
+
* document.
|
|
66
|
+
*
|
|
67
|
+
* "The protected resource's well-known URI is created by inserting
|
|
68
|
+
* /.well-known/oauth-protected-resource between the host component and the path component (if any)
|
|
69
|
+
* of the resource identifier."
|
|
70
|
+
* spec-cite: RFC 9728 § 3 (Protected Resource Metadata Request), fetched 2026-08-12.
|
|
71
|
+
*
|
|
72
|
+
* This is a SECOND discovery route, not a replacement for the one the challenge names. RFC 9728 § 5.1
|
|
73
|
+
* lets a client take `resource_metadata` straight from the `WWW-Authenticate` header, and MCP tells
|
|
74
|
+
* clients to do exactly that — which is why serving only the header's location worked with a real
|
|
75
|
+
* client and is a defensible posture. It is nevertheless not the whole contract: a client that derives
|
|
76
|
+
* the location from the resource identifier, as this section permits, previously received the SPA
|
|
77
|
+
* shell. Both locations now serve one document.
|
|
78
|
+
*
|
|
79
|
+
* Note the asymmetry with RFC 8414, because it explains why that one was a live outage and this one
|
|
80
|
+
* was latent: an authorization server publishes no equivalent pointer, so derivation is a client's
|
|
81
|
+
* ONLY route to AS metadata.
|
|
82
|
+
*
|
|
83
|
+
* @param resourcePath the resource identifier's path component (e.g. `/api/v1/mcp`); a bare `/` or an
|
|
84
|
+
* empty string yields the origin-root location, which is the path-less case.
|
|
85
|
+
*/
|
|
86
|
+
export function rfc9728ProtectedResourceMetadataPath(resourcePath) {
|
|
87
|
+
return wellKnownPathBeforeResourcePath('oauth-protected-resource', resourcePath);
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* The construction RFC 8414 § 3 and RFC 9728 § 3 both specify: strip any terminating `/`, then insert
|
|
91
|
+
* the well-known segment BETWEEN the host and the path.
|
|
92
|
+
*
|
|
93
|
+
* Shared deliberately rather than written twice. The rule is counter-intuitive enough that it was
|
|
94
|
+
* already implemented wrongly once here, and a second hand-rolled copy is how the two documents would
|
|
95
|
+
* come to disagree about a rule they take verbatim from each other.
|
|
96
|
+
*/
|
|
97
|
+
function wellKnownPathBeforeResourcePath(wellKnownSegment, path) {
|
|
98
|
+
const normalized = path.replace(/\/+$/, '');
|
|
99
|
+
return `/.well-known/${wellKnownSegment}${normalized.startsWith('/') || normalized === '' ? normalized : `/${normalized}`}`;
|
|
100
|
+
}
|
|
10
101
|
export var ManualControllerRouteKey;
|
|
11
102
|
(function (ManualControllerRouteKey) {
|
|
12
103
|
ManualControllerRouteKey["APPLICATION_CONFIG_GET"] = "APPLICATION_CONFIG_GET";
|
|
@@ -20,16 +111,85 @@ export var ManualControllerRouteKey;
|
|
|
20
111
|
ManualControllerRouteKey["AUTH_ENTERPRISE_SSO_AUTHORIZE"] = "AUTH_ENTERPRISE_SSO_AUTHORIZE";
|
|
21
112
|
ManualControllerRouteKey["AUTH_APP_ENTERPRISE_AUTHORIZE"] = "AUTH_APP_ENTERPRISE_AUTHORIZE";
|
|
22
113
|
ManualControllerRouteKey["AUTH_TOKEN_EXCHANGE"] = "AUTH_TOKEN_EXCHANGE";
|
|
114
|
+
/**
|
|
115
|
+
* OAuth 2.0 Authorization Server token endpoint (Wildo-AS-PROVIDER, distinct from the
|
|
116
|
+
* RP-side `/auth/*` routes). Serves `grant_type=client_credentials` now; the OIDC branch
|
|
117
|
+
* adds `authorization_code`. Served at `${MAIN_API_BASE_PATH}/oauth/token`.
|
|
118
|
+
*/
|
|
119
|
+
ManualControllerRouteKey["OAUTH_PROVIDER_TOKEN"] = "OAUTH_PROVIDER_TOKEN";
|
|
120
|
+
/** OIDC discovery document (served at `${issuer}/.well-known/openid-configuration`). */
|
|
121
|
+
ManualControllerRouteKey["OAUTH_PROVIDER_DISCOVERY"] = "OAUTH_PROVIDER_DISCOVERY";
|
|
122
|
+
/**
|
|
123
|
+
* RFC 8414 Authorization Server Metadata (`${issuer}/.well-known/oauth-authorization-server`) —
|
|
124
|
+
* the SAME document as {@link OAUTH_PROVIDER_DISCOVERY}, served at the OAuth-2 well-known path that
|
|
125
|
+
* many OAuth/MCP clients probe FIRST (before the OIDC path). Aliases the discovery handler.
|
|
126
|
+
*/
|
|
127
|
+
ManualControllerRouteKey["OAUTH_PROVIDER_AS_METADATA"] = "OAUTH_PROVIDER_AS_METADATA";
|
|
128
|
+
/** JSON Web Key Set for verifying Wildo-issued tokens (the discovery doc's `jwks_uri`). */
|
|
129
|
+
ManualControllerRouteKey["OAUTH_PROVIDER_JWKS"] = "OAUTH_PROVIDER_JWKS";
|
|
130
|
+
/** OIDC authorization endpoint (authorization_code flow — the caller lands here to consent). */
|
|
131
|
+
ManualControllerRouteKey["OAUTH_PROVIDER_AUTHORIZE"] = "OAUTH_PROVIDER_AUTHORIZE";
|
|
132
|
+
/**
|
|
133
|
+
* OIDC interactive-consent decision endpoint. When the authorize endpoint returned
|
|
134
|
+
* `consent_required` for a `requiresConsent` client, the user's approve/deny decision is POSTed
|
|
135
|
+
* here with the single-use consent-request token; APPROVE mints the authorization code.
|
|
136
|
+
*/
|
|
137
|
+
ManualControllerRouteKey["OAUTH_PROVIDER_CONSENT"] = "OAUTH_PROVIDER_CONSENT";
|
|
138
|
+
/** OIDC UserInfo endpoint (bearer access token → the user's standard claims). */
|
|
139
|
+
ManualControllerRouteKey["OAUTH_PROVIDER_USERINFO"] = "OAUTH_PROVIDER_USERINFO";
|
|
140
|
+
/** OAuth 2.0 token revocation endpoint (RFC 7009). */
|
|
141
|
+
ManualControllerRouteKey["OAUTH_PROVIDER_REVOKE"] = "OAUTH_PROVIDER_REVOKE";
|
|
142
|
+
/**
|
|
143
|
+
* OIDC RP-Initiated Logout 1.0 `end_session_endpoint` (revocation-C). A relying party redirects the
|
|
144
|
+
* End-User here (with an `id_token_hint`) to terminate their Wildo OP login session — the exact
|
|
145
|
+
* session the delegation was authorized from, keyed on the id_token's `sid`. Distinct from
|
|
146
|
+
* {@link OAUTH_PROVIDER_REVOKE}: revoke kills a TOKEN (RFC 7009); end_session ends a SESSION.
|
|
147
|
+
*/
|
|
148
|
+
ManualControllerRouteKey["OAUTH_PROVIDER_END_SESSION"] = "OAUTH_PROVIDER_END_SESSION";
|
|
149
|
+
/**
|
|
150
|
+
* OIDC RP-Initiated Logout 1.0 §6 confirmation decision (revocation-C). The `POST` the frontend
|
|
151
|
+
* `/oauth/logout-confirm` prompt calls to actually terminate the session, presenting the single-use
|
|
152
|
+
* `OIDC_LOGOUT_CONFIRMATION` token minted by {@link OAUTH_PROVIDER_END_SESSION}. Token-authorized
|
|
153
|
+
* (no Bearer — the End-User may be unauthenticated in the SPA, having arrived via an RP redirect);
|
|
154
|
+
* returns `{ redirect_to }` (always the same-origin signed-out page `/oauth/logged-out`; the SPA
|
|
155
|
+
* navigates there). Only reached for NON-trusted logouts — a trusted RP logout terminates + redirects
|
|
156
|
+
* inline without a prompt (the Keycloak-style posture).
|
|
157
|
+
*/
|
|
158
|
+
ManualControllerRouteKey["OAUTH_PROVIDER_END_SESSION_CONFIRM"] = "OAUTH_PROVIDER_END_SESSION_CONFIRM";
|
|
159
|
+
/**
|
|
160
|
+
* RFC 7591 dynamic client registration. Registered UNCONDITIONALLY so the route always exists;
|
|
161
|
+
* the handler answers 404 unless the application opted in via `auth.dynamicClientRegistration`.
|
|
162
|
+
* Registering it conditionally would make the route table depend on config, which is far harder
|
|
163
|
+
* to reason about than one handler that refuses.
|
|
164
|
+
*/
|
|
165
|
+
ManualControllerRouteKey["OAUTH_PROVIDER_REGISTER"] = "OAUTH_PROVIDER_REGISTER";
|
|
166
|
+
/**
|
|
167
|
+
* Cross-frontend session handoff (cross-app-jwt-propagation Step 2).
|
|
168
|
+
* Authenticated user requests a one-time AUTH_CODE_EXCHANGE token bound to a
|
|
169
|
+
* target frontend, then redirects the browser to the target's
|
|
170
|
+
* /auth/exchange page with the code. Bearer-only; CORS auto-allowed for every
|
|
171
|
+
* declared frontendService via the existing deriveCorsOrigins() seam.
|
|
172
|
+
*/
|
|
173
|
+
ManualControllerRouteKey["AUTH_CROSS_FRONTEND_HANDOFF"] = "AUTH_CROSS_FRONTEND_HANDOFF";
|
|
23
174
|
ManualControllerRouteKey["AUTH_LOGOUT"] = "AUTH_LOGOUT";
|
|
175
|
+
/** Sign-out-everywhere: fences the whole user — all access + refresh tokens, every device — via the invalidation fence. */
|
|
176
|
+
ManualControllerRouteKey["AUTH_LOGOUT_ALL"] = "AUTH_LOGOUT_ALL";
|
|
24
177
|
ManualControllerRouteKey["AUTH_PASSWORD_RESET_REQUEST"] = "AUTH_PASSWORD_RESET_REQUEST";
|
|
25
178
|
ManualControllerRouteKey["AUTH_PASSWORD_RESET_COMPLETE"] = "AUTH_PASSWORD_RESET_COMPLETE";
|
|
26
179
|
ManualControllerRouteKey["AUTH_REGISTER"] = "AUTH_REGISTER";
|
|
27
180
|
ManualControllerRouteKey["AUTH_ACCEPT_INVITATION"] = "AUTH_ACCEPT_INVITATION";
|
|
181
|
+
// Public token-keyed invitation-accept DISCOVERY (non-consuming): returns the
|
|
182
|
+
// invited org's available auth methods + SSO/SCIM management mode so the accept
|
|
183
|
+
// screen can render the right chooser. Read-only; does NOT consume the token.
|
|
184
|
+
ManualControllerRouteKey["AUTH_INVITATION_INFO"] = "AUTH_INVITATION_INFO";
|
|
28
185
|
ManualControllerRouteKey["AUTH_REJECT_INVITATION"] = "AUTH_REJECT_INVITATION";
|
|
186
|
+
// In-app authenticated invitation management (Approach P) — a signed-in user acts on
|
|
187
|
+
// THEIR OWN pending invitations (authorized by email-ownership), no token, no new session.
|
|
188
|
+
ManualControllerRouteKey["AUTH_LIST_MY_INVITATIONS"] = "AUTH_LIST_MY_INVITATIONS";
|
|
189
|
+
ManualControllerRouteKey["AUTH_ACCEPT_MY_INVITATION"] = "AUTH_ACCEPT_MY_INVITATION";
|
|
190
|
+
ManualControllerRouteKey["AUTH_REJECT_MY_INVITATION"] = "AUTH_REJECT_MY_INVITATION";
|
|
29
191
|
ManualControllerRouteKey["AUTH_VERIFY_EMAIL"] = "AUTH_VERIFY_EMAIL";
|
|
30
192
|
ManualControllerRouteKey["AUTH_SESSION_STATE"] = "AUTH_SESSION_STATE";
|
|
31
|
-
/** [Capacitor] Exchange native Apple/Google SDK identity token for Wildo JWT (F2) */
|
|
32
|
-
ManualControllerRouteKey["AUTH_NATIVE_TOKEN_EXCHANGE"] = "AUTH_NATIVE_TOKEN_EXCHANGE";
|
|
33
193
|
// MFA — Email OTP (Step 10)
|
|
34
194
|
ManualControllerRouteKey["AUTH_MFA_EMAIL_OTP_SEND"] = "AUTH_MFA_EMAIL_OTP_SEND";
|
|
35
195
|
ManualControllerRouteKey["AUTH_MFA_EMAIL_OTP_VERIFY"] = "AUTH_MFA_EMAIL_OTP_VERIFY";
|
|
@@ -62,6 +222,8 @@ export var ManualControllerRouteKey;
|
|
|
62
222
|
ManualControllerRouteKey["AUTH_ONE_OFF_SESSION_CREATE"] = "AUTH_ONE_OFF_SESSION_CREATE";
|
|
63
223
|
ManualControllerRouteKey["AUTH_ONE_OFF_SESSION_CREATE_ORG"] = "AUTH_ONE_OFF_SESSION_CREATE_ORG";
|
|
64
224
|
ManualControllerRouteKey["AUTH_ONE_OFF_SESSION_EXCHANGE"] = "AUTH_ONE_OFF_SESSION_EXCHANGE";
|
|
225
|
+
ManualControllerRouteKey["AUTH_ONE_OFF_SESSION_REVOKE"] = "AUTH_ONE_OFF_SESSION_REVOKE";
|
|
226
|
+
ManualControllerRouteKey["AUTH_ONE_OFF_SESSION_REVOKE_ORG"] = "AUTH_ONE_OFF_SESSION_REVOKE_ORG";
|
|
65
227
|
// Method Management (#13f)
|
|
66
228
|
ManualControllerRouteKey["AUTH_PASSWORD_CHANGE"] = "AUTH_PASSWORD_CHANGE";
|
|
67
229
|
ManualControllerRouteKey["AUTH_PASSWORD_SET"] = "AUTH_PASSWORD_SET";
|
|
@@ -70,17 +232,62 @@ export var ManualControllerRouteKey;
|
|
|
70
232
|
ManualControllerRouteKey["AUTH_IDENTITY_LINKS_LIST"] = "AUTH_IDENTITY_LINKS_LIST";
|
|
71
233
|
ManualControllerRouteKey["AUTH_IDENTITY_LINKS_UNLINK"] = "AUTH_IDENTITY_LINKS_UNLINK";
|
|
72
234
|
ManualControllerRouteKey["AUTH_REAUTH"] = "AUTH_REAUTH";
|
|
235
|
+
/** Challenge leg of a PASSKEY step-up: WebAuthn is challenge-response, so re-auth needs two round-trips. */
|
|
236
|
+
ManualControllerRouteKey["AUTH_REAUTH_PASSKEY_OPTIONS"] = "AUTH_REAUTH_PASSKEY_OPTIONS";
|
|
73
237
|
// SAML Routes (AUTH-2)
|
|
74
238
|
ManualControllerRouteKey["AUTH_SAML_LOGIN"] = "AUTH_SAML_LOGIN";
|
|
75
239
|
ManualControllerRouteKey["AUTH_SAML_ACS"] = "AUTH_SAML_ACS";
|
|
76
240
|
ManualControllerRouteKey["AUTH_SAML_METADATA"] = "AUTH_SAML_METADATA";
|
|
77
241
|
ManualControllerRouteKey["AUTH_SAML_SLO"] = "AUTH_SAML_SLO";
|
|
242
|
+
/** SP-INITIATED SLO kickoff: the app asks the backend to log the caller out of their SAML session and (when the IdP supports it) redirect to the IdP's SLO endpoint. Distinct from AUTH_SAML_SLO, which is the INBOUND endpoint the IdP calls. */
|
|
243
|
+
ManualControllerRouteKey["AUTH_SAML_SP_LOGOUT"] = "AUTH_SAML_SP_LOGOUT";
|
|
78
244
|
ManualControllerRouteKey["I18N_GET_LABELS"] = "I18N_GET_LABELS";
|
|
79
245
|
ManualControllerRouteKey["CHARTS_DATA"] = "CHARTS_DATA";
|
|
80
246
|
ManualControllerRouteKey["ANALYTICS_EVENTS"] = "ANALYTICS_EVENTS";
|
|
81
247
|
ManualControllerRouteKey["ANALYTICS_MOMENTS_ACHIEVED"] = "ANALYTICS_MOMENTS_ACHIEVED";
|
|
82
248
|
ManualControllerRouteKey["PROGRESSION_MILESTONES"] = "PROGRESSION_MILESTONES";
|
|
83
249
|
ManualControllerRouteKey["FEATURES_RESOLVED"] = "FEATURES_RESOLVED";
|
|
250
|
+
/** Frontend-visible flow/actor systems (metadata + renderable graph). */
|
|
251
|
+
ManualControllerRouteKey["FLOWS_ACTORS_FRONTEND_INFO"] = "FLOWS_ACTORS_FRONTEND_INFO";
|
|
252
|
+
/** The caller's own conversation history for a flow/actor system. */
|
|
253
|
+
ManualControllerRouteKey["FLOWS_ACTORS_HISTORY"] = "FLOWS_ACTORS_HISTORY";
|
|
254
|
+
// === A2A (external actor exposure — Agent2Agent protocol) ===
|
|
255
|
+
/**
|
|
256
|
+
* A2A agent card (public, CORS-open metadata) advertising this app's exposed
|
|
257
|
+
* actor systems as A2A skills + the security schemes a caller must satisfy.
|
|
258
|
+
* Analogous to the OIDC discovery doc; the served path can be reverse-proxy
|
|
259
|
+
* aliased to a root `/.well-known/agent-card.json`.
|
|
260
|
+
*/
|
|
261
|
+
ManualControllerRouteKey["A2A_AGENT_CARD"] = "A2A_AGENT_CARD";
|
|
262
|
+
/**
|
|
263
|
+
* A2A JSON-RPC task/message endpoint (`message/send`, `message/stream` via SSE).
|
|
264
|
+
* Its absolute URL is the agent card's `url` AND the agent's canonical
|
|
265
|
+
* audience — an inbound access token MUST carry this as its `aud` (RFC 8707 / D7).
|
|
266
|
+
*/
|
|
267
|
+
ManualControllerRouteKey["A2A_TASKS"] = "A2A_TASKS";
|
|
268
|
+
// === MCP (Model Context Protocol server — resource operations as tools) ===
|
|
269
|
+
/**
|
|
270
|
+
* MCP JSON-RPC 2.0 endpoint (Streamable-HTTP transport): `initialize`, `tools/list`,
|
|
271
|
+
* `tools/call`. A `tools/call` is Bearer-credentialed by a machine OR user-delegated access token
|
|
272
|
+
* that is resource-server-bound to the MCP audience — NOT the generic API audience, which this
|
|
273
|
+
* surface rejects since the 2026-07-29 strict flip (RFC 8707 / D7) — validated at auth time; the
|
|
274
|
+
* server re-runs `authorizeInController` before dispatch (fail-closed).
|
|
275
|
+
*
|
|
276
|
+
* Also the base for the R-2 NAMED server instances: `POST /mcp/:instanceRef` serves a declared
|
|
277
|
+
* instance with its own audience (`…/mcp/<ref>`) and curated catalog.
|
|
278
|
+
*/
|
|
279
|
+
ManualControllerRouteKey["MCP_ENDPOINT"] = "MCP_ENDPOINT";
|
|
280
|
+
/**
|
|
281
|
+
* MCP OAuth 2.0 Protected Resource Metadata (RFC 9728): advertises this MCP server's
|
|
282
|
+
* `resource` identifier + the `authorization_servers` (the app's own OIDC provider) an MCP
|
|
283
|
+
* client uses to obtain a token. Public, CORS-open metadata (like the OIDC discovery doc).
|
|
284
|
+
*
|
|
285
|
+
* Mounted TWICE: at the API root for the DEFAULT server, and appended to each named instance
|
|
286
|
+
* (`/mcp/:instanceRef` + this route) so every instance advertises its OWN audience. A 401 at either
|
|
287
|
+
* surface points its `WWW-Authenticate: resource_metadata=` at the matching one — the only discovery
|
|
288
|
+
* route a client has, since this path is non-standard (it is not the RFC's origin-root form).
|
|
289
|
+
*/
|
|
290
|
+
ManualControllerRouteKey["MCP_PROTECTED_RESOURCE_METADATA"] = "MCP_PROTECTED_RESOURCE_METADATA";
|
|
84
291
|
})(ManualControllerRouteKey || (ManualControllerRouteKey = {}));
|
|
85
292
|
export const MANUAL_CONTROLLER_ROUTES_URLS = {
|
|
86
293
|
[ManualControllerRouteKey.APPLICATION_CONFIG_GET]: '/application-config',
|
|
@@ -93,15 +300,39 @@ export const MANUAL_CONTROLLER_ROUTES_URLS = {
|
|
|
93
300
|
[ManualControllerRouteKey.AUTH_ENTERPRISE_SSO_AUTHORIZE]: '/auth/enterprise/authorize/:orgId/:connectionId',
|
|
94
301
|
[ManualControllerRouteKey.AUTH_APP_ENTERPRISE_AUTHORIZE]: '/auth/app-enterprise/authorize/:connectionId',
|
|
95
302
|
[ManualControllerRouteKey.AUTH_TOKEN_EXCHANGE]: '/auth/token/exchange',
|
|
303
|
+
// OAuth 2.0 Authorization Server token endpoint (Wildo-as-provider).
|
|
304
|
+
[ManualControllerRouteKey.OAUTH_PROVIDER_TOKEN]: '/oauth/token',
|
|
305
|
+
// OIDC discovery + JWKS. Served under the API mount, so with issuer `${publicUrl}${MAIN_API_BASE_PATH}`
|
|
306
|
+
// a client's `${issuer}/.well-known/openid-configuration` resolves here. That is correct for OIDC
|
|
307
|
+
// Discovery (issuer + suffix) and NOT for RFC 8414, which places the well-known segment BETWEEN the
|
|
308
|
+
// host and the issuer path — see {@link rfc8414AuthorizationServerMetadataPath}, which the HTTP
|
|
309
|
+
// server mounts as a second location for the SAME document. (This used to say a root-level alias was
|
|
310
|
+
// "a reverse-proxy concern"; leaving it to ingress meant every deployment that did not add the rule
|
|
311
|
+
// silently failed RFC 8414 discovery, so the server now serves it directly.)
|
|
312
|
+
[ManualControllerRouteKey.OAUTH_PROVIDER_DISCOVERY]: '/.well-known/openid-configuration',
|
|
313
|
+
[ManualControllerRouteKey.OAUTH_PROVIDER_AS_METADATA]: '/.well-known/oauth-authorization-server',
|
|
314
|
+
[ManualControllerRouteKey.OAUTH_PROVIDER_JWKS]: '/oauth/jwks',
|
|
315
|
+
[ManualControllerRouteKey.OAUTH_PROVIDER_AUTHORIZE]: '/oauth/authorize',
|
|
316
|
+
[ManualControllerRouteKey.OAUTH_PROVIDER_CONSENT]: '/oauth/authorize/decision',
|
|
317
|
+
[ManualControllerRouteKey.OAUTH_PROVIDER_USERINFO]: '/oauth/userinfo',
|
|
318
|
+
[ManualControllerRouteKey.OAUTH_PROVIDER_REVOKE]: '/oauth/revoke',
|
|
319
|
+
[ManualControllerRouteKey.OAUTH_PROVIDER_END_SESSION]: '/oauth/end-session',
|
|
320
|
+
[ManualControllerRouteKey.OAUTH_PROVIDER_END_SESSION_CONFIRM]: '/oauth/end-session/confirm',
|
|
321
|
+
[ManualControllerRouteKey.OAUTH_PROVIDER_REGISTER]: '/oauth/register',
|
|
322
|
+
[ManualControllerRouteKey.AUTH_CROSS_FRONTEND_HANDOFF]: '/auth/cross-frontend-handoff',
|
|
96
323
|
[ManualControllerRouteKey.AUTH_LOGOUT]: '/auth/logout',
|
|
324
|
+
[ManualControllerRouteKey.AUTH_LOGOUT_ALL]: '/auth/logout-all',
|
|
97
325
|
[ManualControllerRouteKey.AUTH_PASSWORD_RESET_REQUEST]: '/auth/password-reset/request',
|
|
98
326
|
[ManualControllerRouteKey.AUTH_PASSWORD_RESET_COMPLETE]: '/auth/password-reset/complete',
|
|
99
327
|
[ManualControllerRouteKey.AUTH_REGISTER]: '/auth/register',
|
|
100
328
|
[ManualControllerRouteKey.AUTH_ACCEPT_INVITATION]: '/auth/invitation/accept',
|
|
329
|
+
[ManualControllerRouteKey.AUTH_INVITATION_INFO]: '/auth/invitation/info',
|
|
101
330
|
[ManualControllerRouteKey.AUTH_REJECT_INVITATION]: '/auth/invitation/reject',
|
|
331
|
+
[ManualControllerRouteKey.AUTH_LIST_MY_INVITATIONS]: '/auth/invitations/mine',
|
|
332
|
+
[ManualControllerRouteKey.AUTH_ACCEPT_MY_INVITATION]: '/auth/invitations/accept',
|
|
333
|
+
[ManualControllerRouteKey.AUTH_REJECT_MY_INVITATION]: '/auth/invitations/reject',
|
|
102
334
|
[ManualControllerRouteKey.AUTH_VERIFY_EMAIL]: '/auth/verify-email',
|
|
103
335
|
[ManualControllerRouteKey.AUTH_SESSION_STATE]: '/auth/session/:sessionId',
|
|
104
|
-
[ManualControllerRouteKey.AUTH_NATIVE_TOKEN_EXCHANGE]: '/auth/native-token/exchange',
|
|
105
336
|
// Magic Link (Phase G2)
|
|
106
337
|
[ManualControllerRouteKey.AUTH_MAGIC_LINK_SEND]: '/auth/magic-link/send',
|
|
107
338
|
[ManualControllerRouteKey.AUTH_MAGIC_LINK_VERIFY]: '/auth/magic-link/verify',
|
|
@@ -119,6 +350,8 @@ export const MANUAL_CONTROLLER_ROUTES_URLS = {
|
|
|
119
350
|
[ManualControllerRouteKey.AUTH_ONE_OFF_SESSION_CREATE]: '/apps/:applicationId/auth/one-off-session',
|
|
120
351
|
[ManualControllerRouteKey.AUTH_ONE_OFF_SESSION_CREATE_ORG]: '/orgs/:organizationId/apps/:applicationId/auth/one-off-session',
|
|
121
352
|
[ManualControllerRouteKey.AUTH_ONE_OFF_SESSION_EXCHANGE]: '/auth/one-off-session/exchange',
|
|
353
|
+
[ManualControllerRouteKey.AUTH_ONE_OFF_SESSION_REVOKE]: '/apps/:applicationId/auth/one-off-session/:tokenId/revoke',
|
|
354
|
+
[ManualControllerRouteKey.AUTH_ONE_OFF_SESSION_REVOKE_ORG]: '/orgs/:organizationId/apps/:applicationId/auth/one-off-session/:tokenId/revoke',
|
|
122
355
|
// Method Management (#13f)
|
|
123
356
|
[ManualControllerRouteKey.AUTH_PASSWORD_CHANGE]: '/auth/password/change',
|
|
124
357
|
[ManualControllerRouteKey.AUTH_PASSWORD_SET]: '/auth/password/set',
|
|
@@ -127,11 +360,13 @@ export const MANUAL_CONTROLLER_ROUTES_URLS = {
|
|
|
127
360
|
[ManualControllerRouteKey.AUTH_IDENTITY_LINKS_LIST]: '/auth/identity-links',
|
|
128
361
|
[ManualControllerRouteKey.AUTH_IDENTITY_LINKS_UNLINK]: '/auth/identity-links/:linkId',
|
|
129
362
|
[ManualControllerRouteKey.AUTH_REAUTH]: '/auth/reauth',
|
|
363
|
+
[ManualControllerRouteKey.AUTH_REAUTH_PASSKEY_OPTIONS]: '/auth/reauth/passkey/options',
|
|
130
364
|
// SAML Routes (AUTH-2)
|
|
131
365
|
[ManualControllerRouteKey.AUTH_SAML_LOGIN]: '/auth/saml/login/:connectionId',
|
|
132
366
|
[ManualControllerRouteKey.AUTH_SAML_ACS]: '/auth/saml/acs',
|
|
133
367
|
[ManualControllerRouteKey.AUTH_SAML_METADATA]: '/auth/saml/metadata/:scopeType/:scopeId',
|
|
134
368
|
[ManualControllerRouteKey.AUTH_SAML_SLO]: '/auth/saml/slo',
|
|
369
|
+
[ManualControllerRouteKey.AUTH_SAML_SP_LOGOUT]: '/auth/saml/logout',
|
|
135
370
|
[ManualControllerRouteKey.I18N_GET_LABELS]: '/i18n/labels',
|
|
136
371
|
[ManualControllerRouteKey.CHARTS_DATA]: '/charts/:chartRef/data',
|
|
137
372
|
// MFA — Email OTP (Step 10)
|
|
@@ -153,6 +388,20 @@ export const MANUAL_CONTROLLER_ROUTES_URLS = {
|
|
|
153
388
|
[ManualControllerRouteKey.ANALYTICS_MOMENTS_ACHIEVED]: '/analytics/moments/achieved',
|
|
154
389
|
[ManualControllerRouteKey.PROGRESSION_MILESTONES]: '/progression/milestones',
|
|
155
390
|
[ManualControllerRouteKey.FEATURES_RESOLVED]: '/features/resolved',
|
|
391
|
+
[ManualControllerRouteKey.FLOWS_ACTORS_FRONTEND_INFO]: '/flows-actors/frontend-info',
|
|
392
|
+
[ManualControllerRouteKey.FLOWS_ACTORS_HISTORY]: '/flows-actors/history',
|
|
393
|
+
// === A2A (external actor exposure) ===
|
|
394
|
+
// Card served under the API mount, so with issuer `${publicUrl}${MAIN_API_BASE_PATH}`
|
|
395
|
+
// a caller's `${issuer}/a2a/.well-known/agent-card.json` resolves here (a root-level
|
|
396
|
+
// `/.well-known/agent-card.json` alias is a reverse-proxy concern).
|
|
397
|
+
[ManualControllerRouteKey.A2A_AGENT_CARD]: '/a2a/.well-known/agent-card.json',
|
|
398
|
+
[ManualControllerRouteKey.A2A_TASKS]: '/a2a',
|
|
399
|
+
// === MCP (Model Context Protocol server) ===
|
|
400
|
+
// JSON-RPC endpoint + RFC 9728 protected-resource metadata, served under the API mount. The
|
|
401
|
+
// metadata's `resource` is `${publicUrl}${MAIN_API_BASE_PATH}/mcp`; a root-level
|
|
402
|
+
// `/.well-known/oauth-protected-resource` alias is a reverse-proxy concern.
|
|
403
|
+
[ManualControllerRouteKey.MCP_ENDPOINT]: '/mcp',
|
|
404
|
+
[ManualControllerRouteKey.MCP_PROTECTED_RESOURCE_METADATA]: '/.well-known/oauth-protected-resource',
|
|
156
405
|
};
|
|
157
406
|
// =====================================================
|
|
158
407
|
// Root-level engine routes (NOT under /api/v1)
|
|
@@ -169,4 +418,4 @@ export const ENGINE_ROOT_ROUTES = {
|
|
|
169
418
|
[EngineRootRouteKey.HEALTH_READINESS]: '/health/ready',
|
|
170
419
|
[EngineRootRouteKey.HEALTH_TIME]: '/health/time',
|
|
171
420
|
};
|
|
172
|
-
//# sourceMappingURL=manual-controllers-routes-urls.js.map
|
|
421
|
+
//# sourceMappingURL=manual-controllers-routes-urls.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manual-controllers-routes-urls.js","sourceRoot":"","sources":["../../../src/requests/manual-controllers-routes-urls.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"manual-controllers-routes-urls.js","sourceRoot":"","sources":["../../../../src/requests/manual-controllers-routes-urls.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Manual Controllers Routes URLs\n * Centralized URL declarations for custom/manual controllers\n * Shared between backend and frontend to avoid string duplication.\n *\n * Notes:\n * - These URLs are mounted under {@link MAIN_API_BASE_PATH}\n * - Keep only path segments here (no `MAIN_API_BASE_PATH` prefix) — the\n * prefix is prepended once at each boundary (backend mount / frontend client)\n */\n\n/**\n * Main API base path — the mount prefix under which the entire main\n * controllers registry is served (every resource route AND every\n * {@link MANUAL_CONTROLLER_ROUTES_URLS} entry).\n *\n * This is the SINGLE SOURCE OF TRUTH for the prefix. It is consumed by:\n * - the backend HTTP server mount (`app.use(MAIN_API_BASE_PATH, mainRouter)`),\n * - the frontend HTTP client when building absolute API URLs\n * (`${MAIN_API_BASE_PATH}${MANUAL_CONTROLLER_ROUTES_URLS[...]}`),\n * - the refresh-token cookie `Path` scope, which MUST path-match the served\n * auth routes (`${MAIN_API_BASE_PATH}/auth/*`) or the browser drops it.\n *\n * Why a shared symbol and not a literal: previously `/api/v1` was a literal\n * duplicated across the mount and the client. The absence of a shared symbol\n * let the refresh-token cookie `Path` be authored against the bare route\n * segment (`/auth`, omitting this prefix), so the browser stored the cookie\n * but never sent it to `/api/v1/auth/token/refresh` — silently breaking token\n * refresh for every session (forced logout on first refresh). Deriving every\n * prefix consumer from this constant closes that drift class.\n *\n * NOT under this prefix: the root-level engine routes in\n * {@link ENGINE_ROOT_ROUTES} (health/time probes), mounted at the app root.\n */\nexport const MAIN_API_BASE_PATH = '/api/v1';\n\n/**\n * Where RFC 8414 authorization-server metadata must be served for an issuer that carries a PATH.\n *\n * The rule is counter-intuitive and is the reason this exists as a named derivation rather than a\n * string built at the call site: the well-known segment goes BETWEEN the host and the issuer path,\n * not after it.\n *\n * \"If the issuer identifier value contains a path component, any terminating \"/\" MUST be removed\n * before inserting \"/.well-known/\" and the well-known URI suffix between the host component and\n * the path component.\"\n *\n * with the RFC's own worked example resolving issuer `https://example.com/issuer1` to\n * `GET /.well-known/oauth-authorization-server/issuer1`.\n * spec-cite: RFC 8414 § 3 (Obtaining Authorization Server Metadata), fetched 2026-08-11.\n *\n * OIDC Discovery uses the OPPOSITE construction — issuer + `/.well-known/openid-configuration` — so\n * the two cannot share one path and a server that serves only the OIDC shape fails RFC 8414 discovery\n * while looking correct. That is exactly what happened here: a real MCP client split our issuer at the\n * host boundary as the RFC instructs, asked for `/.well-known/oauth-authorization-server/api/v1`,\n * received the SPA shell, and abandoned authorization without ever opening a browser.\n *\n * @param issuerPath the issuer's path component (e.g. {@link MAIN_API_BASE_PATH}); a bare `/` or an\n * empty string yields the origin-root location, which is the path-less issuer case.\n */\nexport function rfc8414AuthorizationServerMetadataPath(issuerPath: string): string {\n return wellKnownPathBeforeResourcePath('oauth-authorization-server', issuerPath);\n}\n\n/**\n * Where RFC 9728 protected-resource metadata must be served for a resource identifier that carries a\n * PATH — the same insertion rule as {@link rfc8414AuthorizationServerMetadataPath}, for the other\n * document.\n *\n * \"The protected resource's well-known URI is created by inserting\n * /.well-known/oauth-protected-resource between the host component and the path component (if any)\n * of the resource identifier.\"\n * spec-cite: RFC 9728 § 3 (Protected Resource Metadata Request), fetched 2026-08-12.\n *\n * This is a SECOND discovery route, not a replacement for the one the challenge names. RFC 9728 § 5.1\n * lets a client take `resource_metadata` straight from the `WWW-Authenticate` header, and MCP tells\n * clients to do exactly that — which is why serving only the header's location worked with a real\n * client and is a defensible posture. It is nevertheless not the whole contract: a client that derives\n * the location from the resource identifier, as this section permits, previously received the SPA\n * shell. Both locations now serve one document.\n *\n * Note the asymmetry with RFC 8414, because it explains why that one was a live outage and this one\n * was latent: an authorization server publishes no equivalent pointer, so derivation is a client's\n * ONLY route to AS metadata.\n *\n * @param resourcePath the resource identifier's path component (e.g. `/api/v1/mcp`); a bare `/` or an\n * empty string yields the origin-root location, which is the path-less case.\n */\nexport function rfc9728ProtectedResourceMetadataPath(resourcePath: string): string {\n return wellKnownPathBeforeResourcePath('oauth-protected-resource', resourcePath);\n}\n\n/**\n * The construction RFC 8414 § 3 and RFC 9728 § 3 both specify: strip any terminating `/`, then insert\n * the well-known segment BETWEEN the host and the path.\n *\n * Shared deliberately rather than written twice. The rule is counter-intuitive enough that it was\n * already implemented wrongly once here, and a second hand-rolled copy is how the two documents would\n * come to disagree about a rule they take verbatim from each other.\n */\nfunction wellKnownPathBeforeResourcePath(wellKnownSegment: string, path: string): string {\n const normalized = path.replace(/\\/+$/, '');\n return `/.well-known/${wellKnownSegment}${normalized.startsWith('/') || normalized === '' ? normalized : `/${normalized}`}`;\n}\n\nexport enum ManualControllerRouteKey {\n APPLICATION_CONFIG_GET = 'APPLICATION_CONFIG_GET',\n\n AUTH_IDENTIFY = 'AUTH_IDENTIFY',\n AUTH_AUTHENTICATE_PASSWORD = 'AUTH_AUTHENTICATE_PASSWORD',\n AUTH_AUTHENTICATE = 'AUTH_AUTHENTICATE',\n AUTH_TOKEN_REFRESH = 'AUTH_TOKEN_REFRESH',\n AUTH_OAUTH2_AUTHORIZE = 'AUTH_OAUTH2_AUTHORIZE',\n AUTH_OAUTH2_CALLBACK = 'AUTH_OAUTH2_CALLBACK',\n /** Enterprise SSO: initiate OAuth2 flow for an org's OIDC connection (Step 15) */\n AUTH_ENTERPRISE_SSO_AUTHORIZE = 'AUTH_ENTERPRISE_SSO_AUTHORIZE',\n AUTH_APP_ENTERPRISE_AUTHORIZE = 'AUTH_APP_ENTERPRISE_AUTHORIZE',\n AUTH_TOKEN_EXCHANGE = 'AUTH_TOKEN_EXCHANGE',\n /**\n * OAuth 2.0 Authorization Server token endpoint (Wildo-AS-PROVIDER, distinct from the\n * RP-side `/auth/*` routes). Serves `grant_type=client_credentials` now; the OIDC branch\n * adds `authorization_code`. Served at `${MAIN_API_BASE_PATH}/oauth/token`.\n */\n OAUTH_PROVIDER_TOKEN = 'OAUTH_PROVIDER_TOKEN',\n /** OIDC discovery document (served at `${issuer}/.well-known/openid-configuration`). */\n OAUTH_PROVIDER_DISCOVERY = 'OAUTH_PROVIDER_DISCOVERY',\n /**\n * RFC 8414 Authorization Server Metadata (`${issuer}/.well-known/oauth-authorization-server`) —\n * the SAME document as {@link OAUTH_PROVIDER_DISCOVERY}, served at the OAuth-2 well-known path that\n * many OAuth/MCP clients probe FIRST (before the OIDC path). Aliases the discovery handler.\n */\n OAUTH_PROVIDER_AS_METADATA = 'OAUTH_PROVIDER_AS_METADATA',\n /** JSON Web Key Set for verifying Wildo-issued tokens (the discovery doc's `jwks_uri`). */\n OAUTH_PROVIDER_JWKS = 'OAUTH_PROVIDER_JWKS',\n /** OIDC authorization endpoint (authorization_code flow — the caller lands here to consent). */\n OAUTH_PROVIDER_AUTHORIZE = 'OAUTH_PROVIDER_AUTHORIZE',\n /**\n * OIDC interactive-consent decision endpoint. When the authorize endpoint returned\n * `consent_required` for a `requiresConsent` client, the user's approve/deny decision is POSTed\n * here with the single-use consent-request token; APPROVE mints the authorization code.\n */\n OAUTH_PROVIDER_CONSENT = 'OAUTH_PROVIDER_CONSENT',\n /** OIDC UserInfo endpoint (bearer access token → the user's standard claims). */\n OAUTH_PROVIDER_USERINFO = 'OAUTH_PROVIDER_USERINFO',\n /** OAuth 2.0 token revocation endpoint (RFC 7009). */\n OAUTH_PROVIDER_REVOKE = 'OAUTH_PROVIDER_REVOKE',\n /**\n * OIDC RP-Initiated Logout 1.0 `end_session_endpoint` (revocation-C). A relying party redirects the\n * End-User here (with an `id_token_hint`) to terminate their Wildo OP login session — the exact\n * session the delegation was authorized from, keyed on the id_token's `sid`. Distinct from\n * {@link OAUTH_PROVIDER_REVOKE}: revoke kills a TOKEN (RFC 7009); end_session ends a SESSION.\n */\n OAUTH_PROVIDER_END_SESSION = 'OAUTH_PROVIDER_END_SESSION',\n /**\n * OIDC RP-Initiated Logout 1.0 §6 confirmation decision (revocation-C). The `POST` the frontend\n * `/oauth/logout-confirm` prompt calls to actually terminate the session, presenting the single-use\n * `OIDC_LOGOUT_CONFIRMATION` token minted by {@link OAUTH_PROVIDER_END_SESSION}. Token-authorized\n * (no Bearer — the End-User may be unauthenticated in the SPA, having arrived via an RP redirect);\n * returns `{ redirect_to }` (always the same-origin signed-out page `/oauth/logged-out`; the SPA\n * navigates there). Only reached for NON-trusted logouts — a trusted RP logout terminates + redirects\n * inline without a prompt (the Keycloak-style posture).\n */\n OAUTH_PROVIDER_END_SESSION_CONFIRM = 'OAUTH_PROVIDER_END_SESSION_CONFIRM',\n /**\n * RFC 7591 dynamic client registration. Registered UNCONDITIONALLY so the route always exists;\n * the handler answers 404 unless the application opted in via `auth.dynamicClientRegistration`.\n * Registering it conditionally would make the route table depend on config, which is far harder\n * to reason about than one handler that refuses.\n */\n OAUTH_PROVIDER_REGISTER = 'OAUTH_PROVIDER_REGISTER',\n /**\n * Cross-frontend session handoff (cross-app-jwt-propagation Step 2).\n * Authenticated user requests a one-time AUTH_CODE_EXCHANGE token bound to a\n * target frontend, then redirects the browser to the target's\n * /auth/exchange page with the code. Bearer-only; CORS auto-allowed for every\n * declared frontendService via the existing deriveCorsOrigins() seam.\n */\n AUTH_CROSS_FRONTEND_HANDOFF = 'AUTH_CROSS_FRONTEND_HANDOFF',\n AUTH_LOGOUT = 'AUTH_LOGOUT',\n /** Sign-out-everywhere: fences the whole user — all access + refresh tokens, every device — via the invalidation fence. */\n AUTH_LOGOUT_ALL = 'AUTH_LOGOUT_ALL',\n AUTH_PASSWORD_RESET_REQUEST = 'AUTH_PASSWORD_RESET_REQUEST',\n AUTH_PASSWORD_RESET_COMPLETE = 'AUTH_PASSWORD_RESET_COMPLETE',\n AUTH_REGISTER = 'AUTH_REGISTER',\n AUTH_ACCEPT_INVITATION = 'AUTH_ACCEPT_INVITATION',\n // Public token-keyed invitation-accept DISCOVERY (non-consuming): returns the\n // invited org's available auth methods + SSO/SCIM management mode so the accept\n // screen can render the right chooser. Read-only; does NOT consume the token.\n AUTH_INVITATION_INFO = 'AUTH_INVITATION_INFO',\n AUTH_REJECT_INVITATION = 'AUTH_REJECT_INVITATION',\n // In-app authenticated invitation management (Approach P) — a signed-in user acts on\n // THEIR OWN pending invitations (authorized by email-ownership), no token, no new session.\n AUTH_LIST_MY_INVITATIONS = 'AUTH_LIST_MY_INVITATIONS',\n AUTH_ACCEPT_MY_INVITATION = 'AUTH_ACCEPT_MY_INVITATION',\n AUTH_REJECT_MY_INVITATION = 'AUTH_REJECT_MY_INVITATION',\n AUTH_VERIFY_EMAIL = 'AUTH_VERIFY_EMAIL',\n AUTH_SESSION_STATE = 'AUTH_SESSION_STATE',\n\n // MFA — Email OTP (Step 10)\n AUTH_MFA_EMAIL_OTP_SEND = 'AUTH_MFA_EMAIL_OTP_SEND',\n AUTH_MFA_EMAIL_OTP_VERIFY = 'AUTH_MFA_EMAIL_OTP_VERIFY',\n\n // MFA — TOTP (Step 11)\n AUTH_MFA_TOTP_SETUP = 'AUTH_MFA_TOTP_SETUP',\n AUTH_MFA_TOTP_VERIFY_SETUP = 'AUTH_MFA_TOTP_VERIFY_SETUP',\n AUTH_MFA_TOTP_VERIFY = 'AUTH_MFA_TOTP_VERIFY',\n\n // WebAuthn/Passkey Routes (Phase G1)\n AUTH_PASSKEY_REGISTER_OPTIONS = 'AUTH_PASSKEY_REGISTER_OPTIONS',\n AUTH_PASSKEY_REGISTER_VERIFY = 'AUTH_PASSKEY_REGISTER_VERIFY',\n AUTH_PASSKEY_AUTH_OPTIONS = 'AUTH_PASSKEY_AUTH_OPTIONS',\n AUTH_PASSKEY_AUTH_VERIFY = 'AUTH_PASSKEY_AUTH_VERIFY',\n AUTH_PASSKEY_LIST = 'AUTH_PASSKEY_LIST',\n AUTH_PASSKEY_REMOVE = 'AUTH_PASSKEY_REMOVE',\n AUTH_PASSKEY_RENAME = 'AUTH_PASSKEY_RENAME',\n\n // Magic Link (Phase G2)\n AUTH_MAGIC_LINK_SEND = 'AUTH_MAGIC_LINK_SEND',\n AUTH_MAGIC_LINK_VERIFY = 'AUTH_MAGIC_LINK_VERIFY',\n\n // SMS OTP (Phase G2)\n AUTH_SMS_OTP_SEND = 'AUTH_SMS_OTP_SEND',\n AUTH_SMS_OTP_VERIFY = 'AUTH_SMS_OTP_VERIFY',\n\n // Phone Verification (Phase G2)\n AUTH_PHONE_VERIFY_SEND = 'AUTH_PHONE_VERIFY_SEND',\n AUTH_PHONE_VERIFY_CONFIRM = 'AUTH_PHONE_VERIFY_CONFIRM',\n\n // Resend Verification Email (F5)\n AUTH_RESEND_VERIFICATION = 'AUTH_RESEND_VERIFICATION',\n\n // W5.7: Complete org onboarding (deferred org creation)\n AUTH_COMPLETE_ORG_ONBOARDING = 'AUTH_COMPLETE_ORG_ONBOARDING',\n\n // W7.3b: One-off session token management\n AUTH_ONE_OFF_SESSION_CREATE = 'AUTH_ONE_OFF_SESSION_CREATE',\n AUTH_ONE_OFF_SESSION_CREATE_ORG = 'AUTH_ONE_OFF_SESSION_CREATE_ORG',\n AUTH_ONE_OFF_SESSION_EXCHANGE = 'AUTH_ONE_OFF_SESSION_EXCHANGE',\n AUTH_ONE_OFF_SESSION_REVOKE = 'AUTH_ONE_OFF_SESSION_REVOKE',\n AUTH_ONE_OFF_SESSION_REVOKE_ORG = 'AUTH_ONE_OFF_SESSION_REVOKE_ORG',\n\n // Method Management (#13f)\n AUTH_PASSWORD_CHANGE = 'AUTH_PASSWORD_CHANGE',\n AUTH_PASSWORD_SET = 'AUTH_PASSWORD_SET',\n AUTH_MFA_TOTP_DISABLE = 'AUTH_MFA_TOTP_DISABLE',\n AUTH_METHODS_MINE = 'AUTH_METHODS_MINE',\n AUTH_IDENTITY_LINKS_LIST = 'AUTH_IDENTITY_LINKS_LIST',\n AUTH_IDENTITY_LINKS_UNLINK = 'AUTH_IDENTITY_LINKS_UNLINK',\n AUTH_REAUTH = 'AUTH_REAUTH',\n /** Challenge leg of a PASSKEY step-up: WebAuthn is challenge-response, so re-auth needs two round-trips. */\n AUTH_REAUTH_PASSKEY_OPTIONS = 'AUTH_REAUTH_PASSKEY_OPTIONS',\n\n // SAML Routes (AUTH-2)\n AUTH_SAML_LOGIN = 'AUTH_SAML_LOGIN',\n AUTH_SAML_ACS = 'AUTH_SAML_ACS',\n AUTH_SAML_METADATA = 'AUTH_SAML_METADATA',\n AUTH_SAML_SLO = 'AUTH_SAML_SLO',\n /** SP-INITIATED SLO kickoff: the app asks the backend to log the caller out of their SAML session and (when the IdP supports it) redirect to the IdP's SLO endpoint. Distinct from AUTH_SAML_SLO, which is the INBOUND endpoint the IdP calls. */\n AUTH_SAML_SP_LOGOUT = 'AUTH_SAML_SP_LOGOUT',\n\n I18N_GET_LABELS = 'I18N_GET_LABELS',\n\n CHARTS_DATA = 'CHARTS_DATA',\n\n ANALYTICS_EVENTS = 'ANALYTICS_EVENTS',\n ANALYTICS_MOMENTS_ACHIEVED = 'ANALYTICS_MOMENTS_ACHIEVED',\n\n PROGRESSION_MILESTONES = 'PROGRESSION_MILESTONES',\n FEATURES_RESOLVED = 'FEATURES_RESOLVED',\n\n /** Frontend-visible flow/actor systems (metadata + renderable graph). */\n FLOWS_ACTORS_FRONTEND_INFO = 'FLOWS_ACTORS_FRONTEND_INFO',\n /** The caller's own conversation history for a flow/actor system. */\n FLOWS_ACTORS_HISTORY = 'FLOWS_ACTORS_HISTORY',\n\n // === A2A (external actor exposure — Agent2Agent protocol) ===\n /**\n * A2A agent card (public, CORS-open metadata) advertising this app's exposed\n * actor systems as A2A skills + the security schemes a caller must satisfy.\n * Analogous to the OIDC discovery doc; the served path can be reverse-proxy\n * aliased to a root `/.well-known/agent-card.json`.\n */\n A2A_AGENT_CARD = 'A2A_AGENT_CARD',\n /**\n * A2A JSON-RPC task/message endpoint (`message/send`, `message/stream` via SSE).\n * Its absolute URL is the agent card's `url` AND the agent's canonical\n * audience — an inbound access token MUST carry this as its `aud` (RFC 8707 / D7).\n */\n A2A_TASKS = 'A2A_TASKS',\n\n // === MCP (Model Context Protocol server — resource operations as tools) ===\n /**\n * MCP JSON-RPC 2.0 endpoint (Streamable-HTTP transport): `initialize`, `tools/list`,\n * `tools/call`. A `tools/call` is Bearer-credentialed by a machine OR user-delegated access token\n * that is resource-server-bound to the MCP audience — NOT the generic API audience, which this\n * surface rejects since the 2026-07-29 strict flip (RFC 8707 / D7) — validated at auth time; the\n * server re-runs `authorizeInController` before dispatch (fail-closed).\n *\n * Also the base for the R-2 NAMED server instances: `POST /mcp/:instanceRef` serves a declared\n * instance with its own audience (`…/mcp/<ref>`) and curated catalog.\n */\n MCP_ENDPOINT = 'MCP_ENDPOINT',\n /**\n * MCP OAuth 2.0 Protected Resource Metadata (RFC 9728): advertises this MCP server's\n * `resource` identifier + the `authorization_servers` (the app's own OIDC provider) an MCP\n * client uses to obtain a token. Public, CORS-open metadata (like the OIDC discovery doc).\n *\n * Mounted TWICE: at the API root for the DEFAULT server, and appended to each named instance\n * (`/mcp/:instanceRef` + this route) so every instance advertises its OWN audience. A 401 at either\n * surface points its `WWW-Authenticate: resource_metadata=` at the matching one — the only discovery\n * route a client has, since this path is non-standard (it is not the RFC's origin-root form).\n */\n MCP_PROTECTED_RESOURCE_METADATA = 'MCP_PROTECTED_RESOURCE_METADATA',\n}\n\nexport const MANUAL_CONTROLLER_ROUTES_URLS: Record<ManualControllerRouteKey, string> = {\n [ManualControllerRouteKey.APPLICATION_CONFIG_GET]: '/application-config',\n\n [ManualControllerRouteKey.AUTH_IDENTIFY]: '/auth/identify',\n [ManualControllerRouteKey.AUTH_AUTHENTICATE_PASSWORD]: '/auth/authenticate/password',\n [ManualControllerRouteKey.AUTH_AUTHENTICATE]: '/auth/authenticate',\n [ManualControllerRouteKey.AUTH_TOKEN_REFRESH]: '/auth/token/refresh',\n [ManualControllerRouteKey.AUTH_OAUTH2_AUTHORIZE]: '/auth/oauth2/authorize/:providerRef',\n [ManualControllerRouteKey.AUTH_OAUTH2_CALLBACK]: '/auth/oauth2/callback/:providerRef',\n [ManualControllerRouteKey.AUTH_ENTERPRISE_SSO_AUTHORIZE]: '/auth/enterprise/authorize/:orgId/:connectionId',\n [ManualControllerRouteKey.AUTH_APP_ENTERPRISE_AUTHORIZE]: '/auth/app-enterprise/authorize/:connectionId',\n [ManualControllerRouteKey.AUTH_TOKEN_EXCHANGE]: '/auth/token/exchange',\n // OAuth 2.0 Authorization Server token endpoint (Wildo-as-provider).\n [ManualControllerRouteKey.OAUTH_PROVIDER_TOKEN]: '/oauth/token',\n // OIDC discovery + JWKS. Served under the API mount, so with issuer `${publicUrl}${MAIN_API_BASE_PATH}`\n // a client's `${issuer}/.well-known/openid-configuration` resolves here. That is correct for OIDC\n // Discovery (issuer + suffix) and NOT for RFC 8414, which places the well-known segment BETWEEN the\n // host and the issuer path — see {@link rfc8414AuthorizationServerMetadataPath}, which the HTTP\n // server mounts as a second location for the SAME document. (This used to say a root-level alias was\n // \"a reverse-proxy concern\"; leaving it to ingress meant every deployment that did not add the rule\n // silently failed RFC 8414 discovery, so the server now serves it directly.)\n [ManualControllerRouteKey.OAUTH_PROVIDER_DISCOVERY]: '/.well-known/openid-configuration',\n [ManualControllerRouteKey.OAUTH_PROVIDER_AS_METADATA]: '/.well-known/oauth-authorization-server',\n [ManualControllerRouteKey.OAUTH_PROVIDER_JWKS]: '/oauth/jwks',\n [ManualControllerRouteKey.OAUTH_PROVIDER_AUTHORIZE]: '/oauth/authorize',\n [ManualControllerRouteKey.OAUTH_PROVIDER_CONSENT]: '/oauth/authorize/decision',\n [ManualControllerRouteKey.OAUTH_PROVIDER_USERINFO]: '/oauth/userinfo',\n [ManualControllerRouteKey.OAUTH_PROVIDER_REVOKE]: '/oauth/revoke',\n [ManualControllerRouteKey.OAUTH_PROVIDER_END_SESSION]: '/oauth/end-session',\n [ManualControllerRouteKey.OAUTH_PROVIDER_END_SESSION_CONFIRM]: '/oauth/end-session/confirm',\n [ManualControllerRouteKey.OAUTH_PROVIDER_REGISTER]: '/oauth/register',\n [ManualControllerRouteKey.AUTH_CROSS_FRONTEND_HANDOFF]: '/auth/cross-frontend-handoff',\n [ManualControllerRouteKey.AUTH_LOGOUT]: '/auth/logout',\n [ManualControllerRouteKey.AUTH_LOGOUT_ALL]: '/auth/logout-all',\n [ManualControllerRouteKey.AUTH_PASSWORD_RESET_REQUEST]: '/auth/password-reset/request',\n [ManualControllerRouteKey.AUTH_PASSWORD_RESET_COMPLETE]: '/auth/password-reset/complete',\n [ManualControllerRouteKey.AUTH_REGISTER]: '/auth/register',\n [ManualControllerRouteKey.AUTH_ACCEPT_INVITATION]: '/auth/invitation/accept',\n [ManualControllerRouteKey.AUTH_INVITATION_INFO]: '/auth/invitation/info',\n [ManualControllerRouteKey.AUTH_REJECT_INVITATION]: '/auth/invitation/reject',\n [ManualControllerRouteKey.AUTH_LIST_MY_INVITATIONS]: '/auth/invitations/mine',\n [ManualControllerRouteKey.AUTH_ACCEPT_MY_INVITATION]: '/auth/invitations/accept',\n [ManualControllerRouteKey.AUTH_REJECT_MY_INVITATION]: '/auth/invitations/reject',\n [ManualControllerRouteKey.AUTH_VERIFY_EMAIL]: '/auth/verify-email',\n [ManualControllerRouteKey.AUTH_SESSION_STATE]: '/auth/session/:sessionId',\n\n // Magic Link (Phase G2)\n [ManualControllerRouteKey.AUTH_MAGIC_LINK_SEND]: '/auth/magic-link/send',\n [ManualControllerRouteKey.AUTH_MAGIC_LINK_VERIFY]: '/auth/magic-link/verify',\n\n // SMS OTP (Phase G2)\n [ManualControllerRouteKey.AUTH_SMS_OTP_SEND]: '/auth/sms-otp/send',\n [ManualControllerRouteKey.AUTH_SMS_OTP_VERIFY]: '/auth/sms-otp/verify',\n\n // Phone Verification (Phase G2)\n [ManualControllerRouteKey.AUTH_PHONE_VERIFY_SEND]: '/auth/phone/verify/send',\n [ManualControllerRouteKey.AUTH_PHONE_VERIFY_CONFIRM]: '/auth/phone/verify/confirm',\n\n // Resend Verification Email (F5)\n [ManualControllerRouteKey.AUTH_RESEND_VERIFICATION]: '/auth/resend-verification',\n\n // W5.7: Complete org onboarding\n [ManualControllerRouteKey.AUTH_COMPLETE_ORG_ONBOARDING]: '/auth/onboarding/complete-org',\n\n // W7.3b: One-off session token management\n [ManualControllerRouteKey.AUTH_ONE_OFF_SESSION_CREATE]: '/apps/:applicationId/auth/one-off-session',\n [ManualControllerRouteKey.AUTH_ONE_OFF_SESSION_CREATE_ORG]: '/orgs/:organizationId/apps/:applicationId/auth/one-off-session',\n [ManualControllerRouteKey.AUTH_ONE_OFF_SESSION_EXCHANGE]: '/auth/one-off-session/exchange',\n [ManualControllerRouteKey.AUTH_ONE_OFF_SESSION_REVOKE]: '/apps/:applicationId/auth/one-off-session/:tokenId/revoke',\n [ManualControllerRouteKey.AUTH_ONE_OFF_SESSION_REVOKE_ORG]: '/orgs/:organizationId/apps/:applicationId/auth/one-off-session/:tokenId/revoke',\n\n // Method Management (#13f)\n [ManualControllerRouteKey.AUTH_PASSWORD_CHANGE]: '/auth/password/change',\n [ManualControllerRouteKey.AUTH_PASSWORD_SET]: '/auth/password/set',\n [ManualControllerRouteKey.AUTH_MFA_TOTP_DISABLE]: '/auth/mfa/totp/disable',\n [ManualControllerRouteKey.AUTH_METHODS_MINE]: '/auth/methods/mine',\n [ManualControllerRouteKey.AUTH_IDENTITY_LINKS_LIST]: '/auth/identity-links',\n [ManualControllerRouteKey.AUTH_IDENTITY_LINKS_UNLINK]: '/auth/identity-links/:linkId',\n [ManualControllerRouteKey.AUTH_REAUTH]: '/auth/reauth',\n [ManualControllerRouteKey.AUTH_REAUTH_PASSKEY_OPTIONS]: '/auth/reauth/passkey/options',\n\n // SAML Routes (AUTH-2)\n [ManualControllerRouteKey.AUTH_SAML_LOGIN]: '/auth/saml/login/:connectionId',\n [ManualControllerRouteKey.AUTH_SAML_ACS]: '/auth/saml/acs',\n [ManualControllerRouteKey.AUTH_SAML_METADATA]: '/auth/saml/metadata/:scopeType/:scopeId',\n [ManualControllerRouteKey.AUTH_SAML_SLO]: '/auth/saml/slo',\n [ManualControllerRouteKey.AUTH_SAML_SP_LOGOUT]: '/auth/saml/logout',\n\n [ManualControllerRouteKey.I18N_GET_LABELS]: '/i18n/labels',\n\n [ManualControllerRouteKey.CHARTS_DATA]: '/charts/:chartRef/data',\n\n // MFA — Email OTP (Step 10)\n [ManualControllerRouteKey.AUTH_MFA_EMAIL_OTP_SEND]: '/auth/mfa/email-otp/send',\n [ManualControllerRouteKey.AUTH_MFA_EMAIL_OTP_VERIFY]: '/auth/mfa/email-otp/verify',\n\n // MFA — TOTP (Step 11)\n [ManualControllerRouteKey.AUTH_MFA_TOTP_SETUP]: '/auth/mfa/totp/setup',\n [ManualControllerRouteKey.AUTH_MFA_TOTP_VERIFY_SETUP]: '/auth/mfa/totp/verify-setup',\n [ManualControllerRouteKey.AUTH_MFA_TOTP_VERIFY]: '/auth/mfa/totp/verify',\n\n // WebAuthn/Passkey Routes (Phase G1)\n [ManualControllerRouteKey.AUTH_PASSKEY_REGISTER_OPTIONS]: '/auth/passkey/register/options',\n [ManualControllerRouteKey.AUTH_PASSKEY_REGISTER_VERIFY]: '/auth/passkey/register/verify',\n [ManualControllerRouteKey.AUTH_PASSKEY_AUTH_OPTIONS]: '/auth/passkey/authenticate/options',\n [ManualControllerRouteKey.AUTH_PASSKEY_AUTH_VERIFY]: '/auth/passkey/authenticate/verify',\n [ManualControllerRouteKey.AUTH_PASSKEY_LIST]: '/auth/passkey/list',\n [ManualControllerRouteKey.AUTH_PASSKEY_REMOVE]: '/auth/passkey/remove',\n [ManualControllerRouteKey.AUTH_PASSKEY_RENAME]: '/auth/passkey/rename',\n\n [ManualControllerRouteKey.ANALYTICS_EVENTS]: '/analytics/events',\n [ManualControllerRouteKey.ANALYTICS_MOMENTS_ACHIEVED]: '/analytics/moments/achieved',\n\n [ManualControllerRouteKey.PROGRESSION_MILESTONES]: '/progression/milestones',\n [ManualControllerRouteKey.FEATURES_RESOLVED]: '/features/resolved',\n\n [ManualControllerRouteKey.FLOWS_ACTORS_FRONTEND_INFO]: '/flows-actors/frontend-info',\n [ManualControllerRouteKey.FLOWS_ACTORS_HISTORY]: '/flows-actors/history',\n\n // === A2A (external actor exposure) ===\n // Card served under the API mount, so with issuer `${publicUrl}${MAIN_API_BASE_PATH}`\n // a caller's `${issuer}/a2a/.well-known/agent-card.json` resolves here (a root-level\n // `/.well-known/agent-card.json` alias is a reverse-proxy concern).\n [ManualControllerRouteKey.A2A_AGENT_CARD]: '/a2a/.well-known/agent-card.json',\n [ManualControllerRouteKey.A2A_TASKS]: '/a2a',\n\n // === MCP (Model Context Protocol server) ===\n // JSON-RPC endpoint + RFC 9728 protected-resource metadata, served under the API mount. The\n // metadata's `resource` is `${publicUrl}${MAIN_API_BASE_PATH}/mcp`; a root-level\n // `/.well-known/oauth-protected-resource` alias is a reverse-proxy concern.\n [ManualControllerRouteKey.MCP_ENDPOINT]: '/mcp',\n [ManualControllerRouteKey.MCP_PROTECTED_RESOURCE_METADATA]: '/.well-known/oauth-protected-resource',\n};\n\n// =====================================================\n// Root-level engine routes (NOT under /api/v1)\n// These are mounted at the Express app root (e.g. /health/*)\n// =====================================================\n\nexport enum EngineRootRouteKey {\n HEALTH_LIVENESS = 'HEALTH_LIVENESS',\n HEALTH_READINESS = 'HEALTH_READINESS',\n HEALTH_TIME = 'HEALTH_TIME',\n}\n\nexport const ENGINE_ROOT_ROUTES: Record<EngineRootRouteKey, string> = {\n [EngineRootRouteKey.HEALTH_LIVENESS]: '/health',\n [EngineRootRouteKey.HEALTH_READINESS]: '/health/ready',\n [EngineRootRouteKey.HEALTH_TIME]: '/health/time',\n};\n"]}
|
|
@@ -11,34 +11,85 @@ export declare enum RequestType {
|
|
|
11
11
|
QUEUE = "QUEUE",
|
|
12
12
|
INTERNAL_CALL = "INTERNAL_CALL"
|
|
13
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* @wildo_source:part:start saas.models.rate-limit-configuration facet:layer:shared facet:family:rate-limit
|
|
16
|
+
*
|
|
17
|
+
* Canonical rate-limit declaration shape.
|
|
18
|
+
*
|
|
19
|
+
* Authoring semantics:
|
|
20
|
+
*
|
|
21
|
+
* - Every window is **optional**. `undefined` means "no limit on this window".
|
|
22
|
+
* Authors typically declare one or two windows (e.g. `{ requestsPerMinute: 5,
|
|
23
|
+
* requestsPerHour: 30 }` for a public anonymous endpoint).
|
|
24
|
+
* - Multiple declared windows are **AND-ed**: a request is allowed only when
|
|
25
|
+
* it passes every declared window. On 429 the response reports two
|
|
26
|
+
* potentially DIFFERENT windows:
|
|
27
|
+
* - `X-RateLimit-Limit` / `…-Remaining` / `…-Reset` — from the **tightest
|
|
28
|
+
* active window** (the one with the fewest remaining slots), so the
|
|
29
|
+
* client sees the binding quota.
|
|
30
|
+
* - `Retry-After` and `retryAfterSeconds` (in the error body) — from the
|
|
31
|
+
* **latest tripped window**, because a retry cannot succeed until every
|
|
32
|
+
* exceeded window has reset.
|
|
33
|
+
* - `customWindows` is the **escape hatch** for the rare endpoint whose
|
|
34
|
+
* business semantics genuinely do not fit a 60s / 3600s / 86400s grid. The
|
|
35
|
+
* canonical example is the SMS phone-verify
|
|
36
|
+
* family, which mandates a 5-minute (300s) per-phone-number throttle
|
|
37
|
+
* tied to the OTP TTL — neither minute nor hour is correct, and rounding
|
|
38
|
+
* would either let attackers through (round up) or DoS legitimate users
|
|
39
|
+
* (round down). Authors should reach for `requestsPerMinute / Hour / Day`
|
|
40
|
+
* first; `customWindows` exists for the cases where those would be
|
|
41
|
+
* semantically wrong, NOT as a convenience for arbitrary tuning.
|
|
42
|
+
*
|
|
43
|
+
* Two consumption surfaces use this shape today:
|
|
44
|
+
* 1. **Resource operations** — `ResourceConfiguration_Operation_ApiCall.rateLimit?`
|
|
45
|
+
* on `API_CALL` / `API_CALL_WITH_CALLBACK` variants. Pre-flight enforced
|
|
46
|
+
* BEFORE execution-context creation, validation, and authorization. The
|
|
47
|
+
* bucket is always IP-keyed at this seam (authenticated identity is
|
|
48
|
+
* unknown by construction).
|
|
49
|
+
* 2. **Custom controllers** — `RateLimitBackendService.checkPolicy(req, res,
|
|
50
|
+
* policy, scopeKey, organizationId?, clientIdOverride?)` for hand-wired
|
|
51
|
+
* routes (auth, SCIM, marketing public endpoints). The bucket defaults
|
|
52
|
+
* to IP-keyed; pass `clientIdOverride` (resolved subject identifier:
|
|
53
|
+
* `token._id`, `userId`, normalized email, normalized phone) when the
|
|
54
|
+
* caller has a stronger identity than IP — IP rotation must not let a
|
|
55
|
+
* bad actor sidestep a per-subject quota.
|
|
56
|
+
*
|
|
57
|
+
* The global HTTP per-IP limiter (`RuntimeConfig.httpServerConfiguration.rateLimiting`)
|
|
58
|
+
* remains the safety net for endpoints that declare no policy.
|
|
59
|
+
*
|
|
60
|
+
* @remarks Import from `@wildo-ai/saas-models`.
|
|
61
|
+
*/
|
|
14
62
|
export declare const RateLimitConfigurationSchema: z.ZodObject<{
|
|
15
|
-
requestsPerMinute: z.ZodNumber
|
|
16
|
-
requestsPerHour: z.ZodNumber
|
|
17
|
-
requestsPerDay: z.ZodNumber
|
|
18
|
-
|
|
19
|
-
|
|
63
|
+
requestsPerMinute: z.ZodOptional<z.ZodNumber>;
|
|
64
|
+
requestsPerHour: z.ZodOptional<z.ZodNumber>;
|
|
65
|
+
requestsPerDay: z.ZodOptional<z.ZodNumber>;
|
|
66
|
+
customWindows: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
67
|
+
requestsPerWindow: z.ZodNumber;
|
|
68
|
+
windowSeconds: z.ZodNumber;
|
|
69
|
+
}, z.core.$strip>>>;
|
|
70
|
+
}, z.core.$strip>;
|
|
71
|
+
/** @wildo_source:part:end saas.models.rate-limit-configuration */
|
|
20
72
|
export type RateLimitConfiguration = z.infer<typeof RateLimitConfigurationSchema>;
|
|
73
|
+
/**
|
|
74
|
+
* API-key-bound rate-limit declaration (system 3 in the rate-limit
|
|
75
|
+
* unification audit). The shape is the canonical `RateLimitConfiguration`
|
|
76
|
+
* extended with `_id` + `apiKeyId` so it can be persisted and addressed
|
|
77
|
+
* per-key. Wired onto `ApiKeyOrganizationContextSchema` /
|
|
78
|
+
* `ApiKeyApplicationContextSchema` as the K-7 hook for future per-API-key
|
|
79
|
+
* tier enforcement; not enforced inbound today (the `RateLimitBackendService`
|
|
80
|
+
* pre-flight seam currently consumes the resource-operation `rateLimit?`
|
|
81
|
+
* field, not the API-key context).
|
|
82
|
+
*/
|
|
21
83
|
export declare const ApiRequest_RateLimitSchema: z.ZodObject<{
|
|
22
|
-
requestsPerMinute: z.ZodNumber
|
|
23
|
-
requestsPerHour: z.ZodNumber
|
|
24
|
-
requestsPerDay: z.ZodNumber
|
|
25
|
-
|
|
84
|
+
requestsPerMinute: z.ZodOptional<z.ZodNumber>;
|
|
85
|
+
requestsPerHour: z.ZodOptional<z.ZodNumber>;
|
|
86
|
+
requestsPerDay: z.ZodOptional<z.ZodNumber>;
|
|
87
|
+
customWindows: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
88
|
+
requestsPerWindow: z.ZodNumber;
|
|
89
|
+
windowSeconds: z.ZodNumber;
|
|
90
|
+
}, z.core.$strip>>>;
|
|
26
91
|
_id: z.ZodString;
|
|
27
92
|
apiKeyId: z.ZodString;
|
|
28
|
-
}, z.core.$strip
|
|
93
|
+
}, z.core.$strip>;
|
|
29
94
|
export type ApiRequest_RateLimit = z.infer<typeof ApiRequest_RateLimitSchema>;
|
|
30
|
-
export declare const ApiRequest_RateLimitStatusSchema: z.ZodObject<{
|
|
31
|
-
remainingMinute: z.ZodNumber;
|
|
32
|
-
remainingHour: z.ZodNumber;
|
|
33
|
-
remainingDay: z.ZodNumber;
|
|
34
|
-
resetTime: z.ZodDate;
|
|
35
|
-
isBlocked: z.ZodBoolean;
|
|
36
|
-
windowStart: z.ZodDate;
|
|
37
|
-
requestCount: z.ZodObject<{
|
|
38
|
-
minute: z.ZodNumber;
|
|
39
|
-
hour: z.ZodNumber;
|
|
40
|
-
day: z.ZodNumber;
|
|
41
|
-
}, z.core.$strip, core.$ZodObjectExtra>;
|
|
42
|
-
}, z.core.$strip, core.$ZodObjectExtra>;
|
|
43
|
-
export type ApiRequest_RateLimitStatus = z.infer<typeof ApiRequest_RateLimitStatusSchema>;
|
|
44
95
|
//# sourceMappingURL=rate-limits.shared.schemas.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rate-limits.shared.schemas.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"rate-limits.shared.schemas.d.ts","sourceRoot":"","sources":["../../../../src/requests/rate-limits.shared.schemas.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,oBAAY,WAAW;IACrB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,aAAa,kBAAkB;CAChC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;iBAQvC,CAAC;AACH,kEAAkE;AAElE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAElF;;;;;;;;;GASG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;iBAGrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}
|