@indexnetwork/protocol 10.1.0-rc.448.1 → 10.1.0-rc.449.1
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.
|
@@ -51,6 +51,6 @@ export type { OpportunityOwnerAction, OpportunityOwnerApprovalAttestation, Oppor
|
|
|
51
51
|
export { presentOpportunity, stripUuids, truncateAtBoundary } from "../opportunity/domain/opportunity.presentation.js";
|
|
52
52
|
export type { UserInfo } from "../opportunity/domain/opportunity.presentation.js";
|
|
53
53
|
export { stripUnsupportedOpportunityClaims as stripUnsupportedOpportunityClaimsText } from "../opportunity/domain/opportunity.claim-safety.js";
|
|
54
|
-
export { safeFallbackSummary } from "../opportunity/domain/opportunity.safe-presentation.js";
|
|
54
|
+
export { safeFallbackSummary, DEFAULT_FALLBACK_HEADLINE } from "../opportunity/domain/opportunity.safe-presentation.js";
|
|
55
55
|
export { buildApiChatCardPresentationCacheKey, buildDeliveryCardPresentationCacheKey, buildRadarCardPresentationCacheKey } from "../opportunity/domain/opportunity.presentation-cache.js";
|
|
56
56
|
export { getOrCreateDeliveryCardBatch } from "../opportunity/application/delivery-card.cache.js";
|
|
@@ -51,6 +51,6 @@ export { bindOwnerApprovalProvenance } from "../opportunity/application/opportun
|
|
|
51
51
|
// ── Presentation utilities ────────────────────────────────────────────────────
|
|
52
52
|
export { presentOpportunity, stripUuids, truncateAtBoundary } from "../opportunity/domain/opportunity.presentation.js";
|
|
53
53
|
export { stripUnsupportedOpportunityClaims as stripUnsupportedOpportunityClaimsText } from "../opportunity/domain/opportunity.claim-safety.js";
|
|
54
|
-
export { safeFallbackSummary } from "../opportunity/domain/opportunity.safe-presentation.js";
|
|
54
|
+
export { safeFallbackSummary, DEFAULT_FALLBACK_HEADLINE } from "../opportunity/domain/opportunity.safe-presentation.js";
|
|
55
55
|
export { buildApiChatCardPresentationCacheKey, buildDeliveryCardPresentationCacheKey, buildRadarCardPresentationCacheKey } from "../opportunity/domain/opportunity.presentation-cache.js";
|
|
56
56
|
export { getOrCreateDeliveryCardBatch } from "../opportunity/application/delivery-card.cache.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -121,7 +121,7 @@ export { presentOpportunity } from "./capabilities/opportunities.facade.js";
|
|
|
121
121
|
export type { UserInfo } from "./capabilities/opportunities.facade.js";
|
|
122
122
|
export { stripUuids, truncateAtBoundary } from "./capabilities/opportunities.facade.js";
|
|
123
123
|
export { stripUnsupportedOpportunityClaims } from "./capabilities/opportunities.facade.js";
|
|
124
|
-
export { safeFallbackSummary } from "./capabilities/opportunities.facade.js";
|
|
124
|
+
export { safeFallbackSummary, DEFAULT_FALLBACK_HEADLINE } from "./capabilities/opportunities.facade.js";
|
|
125
125
|
export { buildApiChatCardPresentationCacheKey, buildDeliveryCardPresentationCacheKey, buildRadarCardPresentationCacheKey } from "./capabilities/opportunities.facade.js";
|
|
126
126
|
export { getOrCreateDeliveryCardBatch } from "./capabilities/opportunities.facade.js";
|
|
127
127
|
export { createToolRegistry } from "./shared/agent/tool.registry.js";
|
package/dist/index.js
CHANGED
|
@@ -99,7 +99,7 @@ export { persistOpportunities } from "./capabilities/opportunities.facade.js";
|
|
|
99
99
|
export { presentOpportunity } from "./capabilities/opportunities.facade.js";
|
|
100
100
|
export { stripUuids, truncateAtBoundary } from "./capabilities/opportunities.facade.js";
|
|
101
101
|
export { stripUnsupportedOpportunityClaims } from "./capabilities/opportunities.facade.js";
|
|
102
|
-
export { safeFallbackSummary } from "./capabilities/opportunities.facade.js";
|
|
102
|
+
export { safeFallbackSummary, DEFAULT_FALLBACK_HEADLINE } from "./capabilities/opportunities.facade.js";
|
|
103
103
|
export { buildApiChatCardPresentationCacheKey, buildDeliveryCardPresentationCacheKey, buildRadarCardPresentationCacheKey } from "./capabilities/opportunities.facade.js";
|
|
104
104
|
export { getOrCreateDeliveryCardBatch } from "./capabilities/opportunities.facade.js";
|
|
105
105
|
// ─── Tools ────────────────────────────────────────────────────────────────────
|