@giosg/pub-sdk
Advanced tools
Comparing version 0.17.0 to 0.18.0
@@ -28,3 +28,3 @@ import { UserUid, OrganizationUid } from "@giosg/types"; | ||
/** Url for the avatar picture of the channel*/ | ||
avatar_url: string; | ||
avatar_url: string | null; | ||
/** Defines whether the channel is a direct message channel */ | ||
@@ -59,2 +59,4 @@ is_direct_message: boolean; | ||
unread_message_count: number; | ||
/** Is member channel admin or not */ | ||
is_admin: boolean; | ||
} | ||
@@ -156,3 +158,3 @@ export declare type PubMessage = PubUserMessage | PubCallRequestMessage | PubCallLeaveMessage | PubReportingMessage; | ||
/** Avatar url of channel to create */ | ||
avatar_url: string; | ||
avatar_url?: string | null; | ||
} | ||
@@ -159,0 +161,0 @@ export interface TextChunk { |
{ | ||
"name": "@giosg/pub-sdk", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"description": "TypeScript interfaces for Giosg Pub", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"ts-node": "^8.5.4", | ||
"typescript": "^4.0.3" | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
30987
12
391