@sendbird/ai-agent-messenger-react 1.26.0 → 1.26.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.
- package/dist/cjs/BH74ZV07.cjs +1 -0
- package/dist/cjs/BynZU4Xm.cjs +1 -0
- package/dist/cjs/Bz2dJ9Lj.cjs +1 -0
- package/dist/cjs/CZbB5OP0.cjs +1 -0
- package/dist/cjs/DSgROeP2.cjs +1 -0
- package/dist/cjs/DUN_CuhW.cjs +1 -0
- package/dist/cjs/DbM6WEmP.cjs +1 -0
- package/dist/cjs/ctBDkWKX.cjs +1 -0
- package/dist/cjs/yRmdu9dK.cjs +1 -0
- package/dist/es/{CgKly2NZ.js → 6tlLkP2R.js} +1 -1
- package/dist/es/{BfU8xV9U.js → 81JNWw7j.js} +1 -1
- package/dist/es/{DzAt_5Ix.js → B1QotwW0.js} +1 -1
- package/dist/es/{CaPTuvBH.js → B85C5rtP.js} +1 -1
- package/dist/es/{CxajqGzE.js → B8HiaMRy.js} +1 -1
- package/dist/es/{D0puKqeb.js → BHeJv5Un.js} +1 -1
- package/dist/es/{DhZK0r9g.js → Bm84nKXl.js} +1 -1
- package/dist/es/{CjJliSJt.js → CHoZbl9c.js} +1 -1
- package/dist/es/{DHn-_17E.js → CrgHRNSQ.js} +1 -1
- package/dist/index.cjs +83 -83
- package/dist/index.d.ts +5 -2
- package/dist/index.js +2787 -2671
- package/package.json +2 -2
- package/dist/cjs/AH5QEnkP.cjs +0 -1
- package/dist/cjs/BDBlMZr6.cjs +0 -1
- package/dist/cjs/CMRhzGTM.cjs +0 -1
- package/dist/cjs/CuM2FtoD.cjs +0 -1
- package/dist/cjs/DGIKgeo3.cjs +0 -1
- package/dist/cjs/DVhPpubH.cjs +0 -1
- package/dist/cjs/DezBdMzD.cjs +0 -1
- package/dist/cjs/Dz4mUNp4.cjs +0 -1
- package/dist/cjs/HKP2IE1G.cjs +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1756,7 +1756,7 @@ export declare const ConversationLayout: {
|
|
|
1756
1756
|
declare interface ConversationLayoutTemplateProps {
|
|
1757
1757
|
}
|
|
1758
1758
|
|
|
1759
|
-
export declare const ConversationList: ({ conversationListLimit, conversationListFilter, children, onOpenConversationView, style, }: Props_4) => JSX.Element;
|
|
1759
|
+
export declare const ConversationList: ({ conversationListLimit, conversationListFilter, children, onOpenConversationView, announcementsEnabled, style, }: Props_4) => JSX.Element;
|
|
1760
1760
|
|
|
1761
1761
|
/**
|
|
1762
1762
|
* A collection for managing AI agent group channels with real-time updates and pagination.
|
|
@@ -2155,12 +2155,14 @@ declare interface ConversationListContextProps {
|
|
|
2155
2155
|
conversationListLimit?: number;
|
|
2156
2156
|
conversationListFilter?: Partial<AIAgentGroupChannelFilter>;
|
|
2157
2157
|
onOpenConversationView?: (channelUrl: string, status: 'open' | 'closed') => void;
|
|
2158
|
+
announcementsEnabled?: boolean;
|
|
2158
2159
|
}
|
|
2159
2160
|
|
|
2160
|
-
export declare function ConversationListContextProvider({ conversationListLimit, conversationListFilter, onOpenConversationView, children, }: PropsWithChildren<ConversationListContextProps>): JSX.Element;
|
|
2161
|
+
export declare function ConversationListContextProvider({ conversationListLimit, conversationListFilter, onOpenConversationView, announcementsEnabled, children, }: PropsWithChildren<ConversationListContextProps>): JSX.Element;
|
|
2161
2162
|
|
|
2162
2163
|
declare interface ConversationListContextValue extends AIAgentConversationListContextValue {
|
|
2163
2164
|
onOpenConversationView: (channelUrl: string, status: 'open' | 'closed') => void;
|
|
2165
|
+
announcementsEnabled: boolean;
|
|
2164
2166
|
}
|
|
2165
2167
|
|
|
2166
2168
|
export declare const ConversationListHeaderLayout: {
|
|
@@ -4435,6 +4437,7 @@ declare type Props_4 = PropsWithChildren<{
|
|
|
4435
4437
|
conversationListLimit?: number;
|
|
4436
4438
|
conversationListFilter?: Partial<AIAgentGroupChannelFilter>;
|
|
4437
4439
|
onOpenConversationView?: (channelUrl: string, status: 'open' | 'closed') => void;
|
|
4440
|
+
announcementsEnabled?: boolean;
|
|
4438
4441
|
/** Custom styles for the conversation list container. */
|
|
4439
4442
|
style?: CSSProperties;
|
|
4440
4443
|
}>;
|