/** * Wire 0.2 Typed Extension Group Schemas and Accessors * * BACKWARD-COMPATIBILITY BARREL: This file re-exports everything from * the per-group module directory `wire-02-extensions/`. All import paths * that previously resolved to this file continue to work. * * @see wire-02-extensions/index.ts for the canonical module barrel */ export { EXTENSION_LIMITS, EXTENSION_BUDGET, isValidExtensionKey, COMMERCE_EXTENSION_KEY, CommerceExtensionSchema, AmountMinorStringSchema, isValidAmountMinor, getCommerceExtension, ACCESS_EXTENSION_KEY, AccessExtensionSchema, getAccessExtension, CHALLENGE_EXTENSION_KEY, CHALLENGE_TYPES, ChallengeTypeSchema, ProblemDetailsSchema, ChallengeExtensionSchema, getChallengeExtension, IDENTITY_EXTENSION_KEY, IdentityExtensionSchema, getIdentityExtension, CORRELATION_EXTENSION_KEY, CorrelationExtensionSchema, getCorrelationExtension, CONSENT_EXTENSION_KEY, CONSENT_STATUSES, ConsentStatusSchema, ConsentExtensionSchema, getConsentExtension, PRIVACY_EXTENSION_KEY, RETENTION_MODES, RetentionModeSchema, RECIPIENT_SCOPES, RecipientScopeSchema, PrivacyExtensionSchema, getPrivacyExtension, SAFETY_EXTENSION_KEY, REVIEW_STATUSES, ReviewStatusSchema, RISK_LEVELS, RiskLevelSchema, SafetyExtensionSchema, getSafetyExtension, COMPLIANCE_EXTENSION_KEY, COMPLIANCE_STATUSES, ComplianceStatusSchema, ComplianceExtensionSchema, getComplianceExtension, PROVENANCE_EXTENSION_KEY, CustodyEntrySchema, SlsaLevelSchema, ProvenanceExtensionSchema, getProvenanceExtension, ATTRIBUTION_EXTENSION_KEY, CONTENT_SIGNAL_SOURCES, ContentSignalSourceSchema, AttributionExtensionSchema, getAttributionExtension, PURPOSE_EXTENSION_KEY, PurposeExtensionSchema, getPurposeExtension, validateKnownExtensions, Sha256DigestSchema, HttpsUriHintSchema, Iso8601DurationSchema, Iso8601DateStringSchema, Iso8601DateSchema, Iso8601OffsetDateTimeSchema, Rfc3339DateTimeSchema, Rfc3339TimestampSchema, SpdxExpressionSchema, } from './wire-02-extensions/index.js'; export type { CommerceExtension, AccessExtension, ChallengeType, ChallengeExtension, IdentityExtension, CorrelationExtension, ConsentStatus, ConsentExtension, RetentionMode, RecipientScope, PrivacyExtension, ReviewStatus, RiskLevel, SafetyExtension, ComplianceStatus, ComplianceExtension, CustodyEntry, SlsaLevel, ProvenanceExtension, ContentSignalSource, AttributionExtension, PurposeExtension, } from './wire-02-extensions/index.js'; //# sourceMappingURL=wire-02-extensions.d.ts.map