@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.js CHANGED
@@ -1130,6 +1130,7 @@ var ChannelSchema2 = import_zod28.default.object({
1130
1130
  type: ChannelTypeSchema,
1131
1131
  metadata: ChannelMetadataSchema,
1132
1132
  platformId: import_zod28.default.string(),
1133
+ brandName: import_zod28.default.string(),
1133
1134
  status: ChannelStatusTypeSchema,
1134
1135
  connectedUserName: import_zod28.default.string().optional().nullable(),
1135
1136
  connectedUserId: import_zod28.default.string().optional().nullable(),