@kl1/contracts 1.0.30 → 1.0.31

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.mjs CHANGED
@@ -1078,6 +1078,7 @@ var ChannelSchema2 = z28.object({
1078
1078
  type: ChannelTypeSchema,
1079
1079
  metadata: ChannelMetadataSchema,
1080
1080
  platformId: z28.string(),
1081
+ brandName: z28.string(),
1081
1082
  status: ChannelStatusTypeSchema,
1082
1083
  connectedUserName: z28.string().optional().nullable(),
1083
1084
  connectedUserId: z28.string().optional().nullable(),