gst-common 1.7.44 → 1.7.45
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/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1987,7 +1987,9 @@ type TUploadCreateUploadUrl = {
|
|
|
1987
1987
|
type TChatNewConversation = {
|
|
1988
1988
|
to: string;
|
|
1989
1989
|
};
|
|
1990
|
-
type TChatConversations = {
|
|
1990
|
+
type TChatConversations = {
|
|
1991
|
+
fullname?: string;
|
|
1992
|
+
} & BasePaginationParams;
|
|
1991
1993
|
type TChatSendMessage = {
|
|
1992
1994
|
conversationId: string;
|
|
1993
1995
|
messageId: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1987,7 +1987,9 @@ type TUploadCreateUploadUrl = {
|
|
|
1987
1987
|
type TChatNewConversation = {
|
|
1988
1988
|
to: string;
|
|
1989
1989
|
};
|
|
1990
|
-
type TChatConversations = {
|
|
1990
|
+
type TChatConversations = {
|
|
1991
|
+
fullname?: string;
|
|
1992
|
+
} & BasePaginationParams;
|
|
1991
1993
|
type TChatSendMessage = {
|
|
1992
1994
|
conversationId: string;
|
|
1993
1995
|
messageId: string;
|